Version 1.8.12.
[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.8.12\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-08-17 13:54+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:72 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 " \n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a pipe C<fd> by doing:"
745 msgstr ""
746
747 #. type: verbatim
748 #: ../src/guestfs.pod:359
749 #, no-wrap
750 msgid ""
751 " char devfd[64];\n"
752 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
753 " guestfs_tar_out (g, \"/\", devfd);\n"
754 "\n"
755 msgstr ""
756
757 #. type: =head2
758 #: ../src/guestfs.pod:363
759 msgid "LISTING FILES"
760 msgstr ""
761
762 #. type: textblock
763 #: ../src/guestfs.pod:365
764 msgid ""
765 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
766 "L<guestfish(1)>-equivalent command C<ll>)."
767 msgstr ""
768
769 #. type: textblock
770 #: ../src/guestfs.pod:368
771 msgid ""
772 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
773 "programs, as a flat list of strings."
774 msgstr ""
775
776 #. type: textblock
777 #: ../src/guestfs.pod:371
778 msgid ""
779 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
780 "directory, plus additional information about each one.  It is more "
781 "equivalent to using the L<readdir(3)> call on a local filesystem."
782 msgstr ""
783
784 #. type: textblock
785 #: ../src/guestfs.pod:375
786 msgid ""
787 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
788 "files."
789 msgstr ""
790
791 #. type: =head2
792 #: ../src/guestfs.pod:378
793 msgid "RUNNING COMMANDS"
794 msgstr ""
795
796 #. type: textblock
797 #: ../src/guestfs.pod:380
798 msgid ""
799 "Although libguestfs is primarily an API for manipulating files inside guest "
800 "images, we also provide some limited facilities for running commands inside "
801 "guests."
802 msgstr ""
803
804 #. type: textblock
805 #: ../src/guestfs.pod:384
806 msgid "There are many limitations to this:"
807 msgstr ""
808
809 #. type: =item
810 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1011 ../src/guestfs.pod:1015 ../src/guestfs.pod:1019 ../src/guestfs.pod:1024 ../src/guestfs.pod:1032 ../src/guestfs.pod:1051 ../src/guestfs.pod:1059 ../src/guestfs.pod:1081 ../src/guestfs.pod:1085 ../src/guestfs.pod:1089 ../src/guestfs.pod:1093 ../src/guestfs.pod:1097 ../src/guestfs.pod:1101 ../src/guestfs.pod:1583 ../src/guestfs.pod:1588 ../src/guestfs.pod:1592 ../src/guestfs.pod:1702 ../src/guestfs.pod:1707 ../src/guestfs.pod:1711 ../src/guestfs.pod:2064 ../src/guestfs.pod:2070 ../src/guestfs.pod:2075 ../src/guestfs.pod:2081 ../src/guestfs.pod:2540 ../src/guestfs.pod:2544 ../src/guestfs.pod:2548 ../src/guestfs.pod:2552 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:574 ../src/guestfs-actions.pod:582 ../src/guestfs-actions.pod:589 ../src/guestfs-actions.pod:596 ../src/guestfs-actions.pod:1589 ../src/guestfs-actions.pod:1593 ../src/guestfs-actions.pod:1597 ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1609 ../src/guestfs-actions.pod:1613 ../src/guestfs-actions.pod:1617 ../src/guestfs-actions.pod:1627 ../src/guestfs-actions.pod:1631 ../src/guestfs-actions.pod:1635 ../src/guestfs-actions.pod:1773 ../src/guestfs-actions.pod:1777 ../src/guestfs-actions.pod:1782 ../src/guestfs-actions.pod:1787 ../src/guestfs-actions.pod:1848 ../src/guestfs-actions.pod:1852 ../src/guestfs-actions.pod:1857 ../fish/guestfish.pod:427 ../fish/guestfish.pod:431 ../fish/guestfish.pod:435 ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:378 ../fish/guestfish-actions.pod:386 ../fish/guestfish-actions.pod:393 ../fish/guestfish-actions.pod:400 ../fish/guestfish-actions.pod:1067 ../fish/guestfish-actions.pod:1071 ../fish/guestfish-actions.pod:1075 ../fish/guestfish-actions.pod:1079 ../fish/guestfish-actions.pod:1087 ../fish/guestfish-actions.pod:1091 ../fish/guestfish-actions.pod:1095 ../fish/guestfish-actions.pod:1105 ../fish/guestfish-actions.pod:1109 ../fish/guestfish-actions.pod:1113 ../fish/guestfish-actions.pod:1203 ../fish/guestfish-actions.pod:1207 ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1259 ../fish/guestfish-actions.pod:1263 ../fish/guestfish-actions.pod:1268 ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
811 msgid "*"
812 msgstr ""
813
814 #. type: textblock
815 #: ../src/guestfs.pod:390
816 msgid ""
817 "The kernel version that the command runs under will be different from what "
818 "it expects."
819 msgstr ""
820
821 #. type: textblock
822 #: ../src/guestfs.pod:395
823 msgid ""
824 "If the command needs to communicate with daemons, then most likely they "
825 "won't be running."
826 msgstr ""
827
828 #. type: textblock
829 #: ../src/guestfs.pod:400
830 msgid "The command will be running in limited memory."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:404
835 msgid ""
836 "The network may not be available unless you enable it (see "
837 "L</guestfs_set_network>)."
838 msgstr ""
839
840 #. type: textblock
841 #: ../src/guestfs.pod:409
842 msgid "Only supports Linux guests (not Windows, BSD, etc)."
843 msgstr ""
844
845 #. type: textblock
846 #: ../src/guestfs.pod:413
847 msgid "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
848 msgstr ""
849
850 #. type: textblock
851 #: ../src/guestfs.pod:418
852 msgid ""
853 "For SELinux guests, you may need to enable SELinux and load policy first.  "
854 "See L</SELINUX> in this manpage."
855 msgstr ""
856
857 #. type: textblock
858 #: ../src/guestfs.pod:423
859 msgid ""
860 "I<Security:> It is not safe to run commands from untrusted, possibly "
861 "malicious guests.  These commands may attempt to exploit your program by "
862 "sending unexpected output.  They could also try to exploit the Linux kernel "
863 "or qemu provided by the libguestfs appliance.  They could use the network "
864 "provided by the libguestfs appliance to bypass ordinary network partitions "
865 "and firewalls.  They could use the elevated privileges or different SELinux "
866 "context of your program to their advantage."
867 msgstr ""
868
869 #. type: textblock
870 #: ../src/guestfs.pod:432
871 msgid ""
872 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
873 "(a script which runs when the guest next boots normally), and to have this "
874 "script run the commands you want in the normal context of the running guest, "
875 "network security and so on.  For information about other security issues, "
876 "see L</SECURITY>."
877 msgstr ""
878
879 #. type: textblock
880 #: ../src/guestfs.pod:440
881 msgid ""
882 "The two main API calls to run commands are L</guestfs_command> and "
883 "L</guestfs_sh> (there are also variations)."
884 msgstr ""
885
886 #. type: textblock
887 #: ../src/guestfs.pod:443
888 msgid ""
889 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
890 "shell globs, redirections, etc will work."
891 msgstr ""
892
893 #. type: =head2
894 #: ../src/guestfs.pod:446
895 msgid "CONFIGURATION FILES"
896 msgstr ""
897
898 #. type: textblock
899 #: ../src/guestfs.pod:448
900 msgid ""
901 "To read and write configuration files in Linux guest filesystems, we "
902 "strongly recommend using Augeas.  For example, Augeas understands how to "
903 "read and write, say, a Linux shadow password file or X.org configuration "
904 "file, and so avoids you having to write that code."
905 msgstr ""
906
907 #. type: textblock
908 #: ../src/guestfs.pod:453
909 msgid ""
910 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
911 "document Augeas itself here because there is excellent documentation on the "
912 "L<http://augeas.net/> website."
913 msgstr ""
914
915 #. type: textblock
916 #: ../src/guestfs.pod:457
917 msgid ""
918 "If you don't want to use Augeas (you fool!) then try calling "
919 "L</guestfs_read_lines> to get the file as a list of lines which you can "
920 "iterate over."
921 msgstr ""
922
923 #. type: =head2
924 #: ../src/guestfs.pod:461
925 msgid "SELINUX"
926 msgstr ""
927
928 #. type: textblock
929 #: ../src/guestfs.pod:463
930 msgid ""
931 "We support SELinux guests.  To ensure that labeling happens correctly in "
932 "SELinux guests, you need to enable SELinux and load the guest's policy:"
933 msgstr ""
934
935 #. type: =item
936 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1204 ../src/guestfs.pod:1335 ../src/guestfs.pod:2109
937 msgid "1."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:471
942 msgid "Before launching, do:"
943 msgstr ""
944
945 #. type: verbatim
946 #: ../src/guestfs.pod:473
947 #, no-wrap
948 msgid ""
949 " guestfs_set_selinux (g, 1);\n"
950 "\n"
951 msgstr ""
952
953 #. type: =item
954 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1208 ../src/guestfs.pod:1339 ../src/guestfs.pod:2134
955 msgid "2."
956 msgstr ""
957
958 #. type: textblock
959 #: ../src/guestfs.pod:477
960 msgid ""
961 "After mounting the guest's filesystem(s), load the policy.  This is best "
962 "done by running the L<load_policy(8)> command in the guest itself:"
963 msgstr ""
964
965 #. type: verbatim
966 #: ../src/guestfs.pod:481
967 #, no-wrap
968 msgid ""
969 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
970 "\n"
971 msgstr ""
972
973 #. type: textblock
974 #: ../src/guestfs.pod:483
975 msgid ""
976 "(Older versions of C<load_policy> require you to specify the name of the "
977 "policy file)."
978 msgstr ""
979
980 #. type: =item
981 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1345
982 msgid "3."
983 msgstr ""
984
985 #. type: textblock
986 #: ../src/guestfs.pod:488
987 msgid ""
988 "Optionally, set the security context for the API.  The correct security "
989 "context to use can only be known by inspecting the guest.  As an example:"
990 msgstr ""
991
992 #. type: verbatim
993 #: ../src/guestfs.pod:492
994 #, no-wrap
995 msgid ""
996 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
997 "\n"
998 msgstr ""
999
1000 #. type: textblock
1001 #: ../src/guestfs.pod:496
1002 msgid "This will work for running commands and editing existing files."
1003 msgstr ""
1004
1005 #. type: textblock
1006 #: ../src/guestfs.pod:498
1007 msgid ""
1008 "When new files are created, you may need to label them explicitly, for "
1009 "example by running the external command C<restorecon pathname>."
1010 msgstr ""
1011
1012 #. type: =head2
1013 #: ../src/guestfs.pod:502
1014 msgid "UMASK"
1015 msgstr ""
1016
1017 #. type: textblock
1018 #: ../src/guestfs.pod:504
1019 msgid ""
1020 "Certain calls are affected by the current file mode creation mask (the "
1021 "\"umask\").  In particular ones which create files or directories, such as "
1022 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1023 "either the default mode that the file is created with or modifies the mode "
1024 "that you supply."
1025 msgstr ""
1026
1027 #. type: textblock
1028 #: ../src/guestfs.pod:510
1029 msgid ""
1030 "The default umask is C<022>, so files are created with modes such as C<0644> "
1031 "and directories with C<0755>."
1032 msgstr ""
1033
1034 #. type: textblock
1035 #: ../src/guestfs.pod:513
1036 msgid ""
1037 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1038 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
1039 "L</guestfs_chmod> after creating each file or directory."
1040 msgstr ""
1041
1042 #. type: textblock
1043 #: ../src/guestfs.pod:517
1044 msgid "For more information about umask, see L<umask(2)>."
1045 msgstr ""
1046
1047 #. type: =head1
1048 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:720
1049 msgid "ENCRYPTED DISKS"
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:521
1054 msgid ""
1055 "Libguestfs allows you to access Linux guests which have been encrypted using "
1056 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1057 "standard.  This includes nearly all whole disk encryption systems used by "
1058 "modern Linux guests."
1059 msgstr ""
1060
1061 #. type: textblock
1062 #: ../src/guestfs.pod:527
1063 msgid ""
1064 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1065 "returns the string C<crypto_LUKS>)."
1066 msgstr ""
1067
1068 #. type: textblock
1069 #: ../src/guestfs.pod:530
1070 msgid ""
1071 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1072 "will require the passphrase!"
1073 msgstr ""
1074
1075 #. type: textblock
1076 #: ../src/guestfs.pod:533
1077 msgid ""
1078 "Opening a LUKS device creates a new device mapper device called "
1079 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1080 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1081 "decrypted from and encrypted to the underlying block device respectively."
1082 msgstr ""
1083
1084 #. type: textblock
1085 #: ../src/guestfs.pod:539
1086 msgid ""
1087 "LVM volume groups on the device can be made visible by calling "
1088 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1089 "volume(s) can now be mounted in the usual way."
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../src/guestfs.pod:543
1094 msgid ""
1095 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1096 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1097 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1098 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1099 "underlying encrypted block device)."
1100 msgstr ""
1101
1102 #. type: =head2
1103 #: ../src/guestfs.pod:550
1104 msgid "INSPECTION"
1105 msgstr ""
1106
1107 #. type: textblock
1108 #: ../src/guestfs.pod:552
1109 msgid ""
1110 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1111 "contains operating systems.  (These APIs used to be in a separate Perl-only "
1112 "library called L<Sys::Guestfs::Lib(3)> but since version 1.5.3 the most "
1113 "frequently used part of this library has been rewritten in C and moved into "
1114 "the core code)."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:558
1119 msgid ""
1120 "Add all disks belonging to the unknown virtual machine and call "
1121 "L</guestfs_launch> in the usual way."
1122 msgstr ""
1123
1124 #. type: textblock
1125 #: ../src/guestfs.pod:561
1126 msgid ""
1127 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1128 "and certain heuristics, and returns a list of operating systems that were "
1129 "found.  An empty list means none were found.  A single element is the root "
1130 "filesystem of the operating system.  For dual- or multi-boot guests, "
1131 "multiple roots can be returned, each one corresponding to a separate "
1132 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1133 "world of virtualization, but since this scenario can happen, we have built "
1134 "libguestfs to deal with it.)"
1135 msgstr ""
1136
1137 #. type: textblock
1138 #: ../src/guestfs.pod:570
1139 msgid ""
1140 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1141 "to get additional details about that operating system.  For example, call "
1142 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1143 "Windows and Linux-based operating systems respectively."
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:576
1148 msgid ""
1149 "Un*x-like and Linux-based operating systems usually consist of several "
1150 "filesystems which are mounted at boot time (for example, a separate boot "
1151 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1152 "filesystems correspond to mount points.  Call "
1153 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1154 "hash table like this example:"
1155 msgstr ""
1156
1157 #. type: verbatim
1158 #: ../src/guestfs.pod:583
1159 #, no-wrap
1160 msgid ""
1161 " /boot => /dev/sda1\n"
1162 " /     => /dev/vg_guest/lv_root\n"
1163 " /usr  => /dev/vg_guest/lv_usr\n"
1164 "\n"
1165 msgstr ""
1166
1167 #. type: textblock
1168 #: ../src/guestfs.pod:587
1169 msgid ""
1170 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1171 "filesystems as suggested."
1172 msgstr ""
1173
1174 #. type: textblock
1175 #: ../src/guestfs.pod:590
1176 msgid ""
1177 "Be careful to mount filesystems in the right order (eg. C</> before "
1178 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1179 "work."
1180 msgstr ""
1181
1182 #. type: textblock
1183 #: ../src/guestfs.pod:594
1184 msgid ""
1185 "Inspection currently only works for some common operating systems.  "
1186 "Contributors are welcome to send patches for other operating systems that we "
1187 "currently cannot detect."
1188 msgstr ""
1189
1190 #. type: textblock
1191 #: ../src/guestfs.pod:598
1192 msgid ""
1193 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1194 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1195 "encrypted devices."
1196 msgstr ""
1197
1198 #. type: textblock
1199 #: ../src/guestfs.pod:602
1200 msgid ""
1201 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1202 "inspection and caches the results in the guest handle.  Subsequent calls to "
1203 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1204 "re-read the disks.  If you change the content of the guest disks, you can "
1205 "redo inspection by calling L</guestfs_inspect_os> again.  "
1206 "(L</guestfs_inspect_list_applications> works a little differently from the "
1207 "other calls and does read the disks.  See documentation for that function "
1208 "for details)."
1209 msgstr ""
1210
1211 #. type: =head2
1212 #: ../src/guestfs.pod:611
1213 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:613
1218 msgid ""
1219 "Libguestfs can mount NTFS partitions.  It does this using the "
1220 "L<http://www.ntfs-3g.org/> driver."
1221 msgstr ""
1222
1223 #. type: =head3
1224 #: ../src/guestfs.pod:616
1225 msgid "DRIVE LETTERS AND PATHS"
1226 msgstr ""
1227
1228 #. type: textblock
1229 #: ../src/guestfs.pod:618
1230 msgid ""
1231 "DOS and Windows still use drive letters, and the filesystems are always "
1232 "treated as case insensitive by Windows itself, and therefore you might find "
1233 "a Windows configuration file referring to a path like "
1234 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1235 "that directory might be referred to as C</WINDOWS/System32>."
1236 msgstr ""
1237
1238 #. type: textblock
1239 #: ../src/guestfs.pod:624
1240 msgid ""
1241 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1242 "libguestfs to read the appropriate Windows Registry and configuration files, "
1243 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1244 "L<virt-inspector(1)>)."
1245 msgstr ""
1246
1247 #. type: textblock
1248 #: ../src/guestfs.pod:629
1249 msgid ""
1250 "Replacing backslash characters with forward slash characters is also outside "
1251 "the scope of libguestfs, but something that you can easily do."
1252 msgstr ""
1253
1254 #. type: textblock
1255 #: ../src/guestfs.pod:632
1256 msgid ""
1257 "Where we can help is in resolving the case insensitivity of paths.  For "
1258 "this, call L</guestfs_case_sensitive_path>."
1259 msgstr ""
1260
1261 #. type: =head3
1262 #: ../src/guestfs.pod:635
1263 msgid "ACCESSING THE WINDOWS REGISTRY"
1264 msgstr ""
1265
1266 #. type: textblock
1267 #: ../src/guestfs.pod:637
1268 msgid ""
1269 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1270 "files, through the library C<hivex> which is part of the libguestfs project "
1271 "although ships as a separate tarball.  You have to locate and download the "
1272 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1273 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1274 "L<virt-win-reg(1)> for more help on this issue."
1275 msgstr ""
1276
1277 #. type: =head3
1278 #: ../src/guestfs.pod:645
1279 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1280 msgstr ""
1281
1282 #. type: textblock
1283 #: ../src/guestfs.pod:647
1284 msgid ""
1285 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1286 "provide something which looks like a Linux symlink.  The way it tries to do "
1287 "the rewriting is described here:"
1288 msgstr ""
1289
1290 #. type: textblock
1291 #: ../src/guestfs.pod:651
1292 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1293 msgstr ""
1294
1295 #. type: textblock
1296 #: ../src/guestfs.pod:653
1297 msgid ""
1298 "The essential problem is that ntfs-3g simply does not have enough "
1299 "information to do a correct job.  NTFS links can contain drive letters and "
1300 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1301 "It is almost certainly the case that libguestfs callers should ignore what "
1302 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1303 msgstr ""
1304
1305 #. type: textblock
1306 #: ../src/guestfs.pod:660
1307 msgid ""
1308 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1309 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1310 "attribute, and read the raw reparse data from that (you can find the format "
1311 "documented in various places around the web)."
1312 msgstr ""
1313
1314 #. type: =head3
1315 #: ../src/guestfs.pod:665
1316 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1317 msgstr ""
1318
1319 #. type: textblock
1320 #: ../src/guestfs.pod:667
1321 msgid ""
1322 "There are other useful extended attributes that can be read from ntfs-3g "
1323 "filesystems (using L</guestfs_getxattr>).  See:"
1324 msgstr ""
1325
1326 #. type: textblock
1327 #: ../src/guestfs.pod:670
1328 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1329 msgstr ""
1330
1331 #. type: =head2
1332 #: ../src/guestfs.pod:672
1333 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1334 msgstr ""
1335
1336 #. type: textblock
1337 #: ../src/guestfs.pod:674
1338 msgid ""
1339 "Although we don't want to discourage you from using the C API, we will "
1340 "mention here that the same API is also available in other languages."
1341 msgstr ""
1342
1343 #. type: textblock
1344 #: ../src/guestfs.pod:677
1345 msgid ""
1346 "The API is broadly identical in all supported languages.  This means that "
1347 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1348 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1349 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1350 "each language."
1351 msgstr ""
1352
1353 #. type: textblock
1354 #: ../src/guestfs.pod:683
1355 msgid ""
1356 "Error messages are automatically transformed into exceptions if the language "
1357 "supports it."
1358 msgstr ""
1359
1360 #. type: textblock
1361 #: ../src/guestfs.pod:686
1362 msgid ""
1363 "We don't try to \"object orientify\" parts of the API in OO languages, "
1364 "although contributors are welcome to write higher level APIs above what we "
1365 "provide in their favourite languages if they wish."
1366 msgstr ""
1367
1368 #. type: =item
1369 #: ../src/guestfs.pod:692
1370 msgid "B<C++>"
1371 msgstr ""
1372
1373 #. type: textblock
1374 #: ../src/guestfs.pod:694
1375 msgid ""
1376 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1377 "identical to the C API.  C++ classes and exceptions are not used."
1378 msgstr ""
1379
1380 #. type: =item
1381 #: ../src/guestfs.pod:698
1382 msgid "B<C#>"
1383 msgstr ""
1384
1385 #. type: textblock
1386 #: ../src/guestfs.pod:700
1387 msgid ""
1388 "The C# bindings are highly experimental.  Please read the warnings at the "
1389 "top of C<csharp/Libguestfs.cs>."
1390 msgstr ""
1391
1392 #. type: =item
1393 #: ../src/guestfs.pod:703
1394 msgid "B<Haskell>"
1395 msgstr ""
1396
1397 #. type: textblock
1398 #: ../src/guestfs.pod:705
1399 msgid ""
1400 "This is the only language binding that is working but incomplete.  Only "
1401 "calls which return simple integers have been bound in Haskell, and we are "
1402 "looking for help to complete this binding."
1403 msgstr ""
1404
1405 #. type: =item
1406 #: ../src/guestfs.pod:709
1407 msgid "B<Java>"
1408 msgstr ""
1409
1410 #. type: textblock
1411 #: ../src/guestfs.pod:711
1412 msgid ""
1413 "Full documentation is contained in the Javadoc which is distributed with "
1414 "libguestfs."
1415 msgstr ""
1416
1417 #. type: =item
1418 #: ../src/guestfs.pod:714
1419 msgid "B<OCaml>"
1420 msgstr ""
1421
1422 #. type: textblock
1423 #: ../src/guestfs.pod:716
1424 msgid "See L<guestfs-ocaml(3)>."
1425 msgstr ""
1426
1427 #. type: =item
1428 #: ../src/guestfs.pod:718
1429 msgid "B<Perl>"
1430 msgstr ""
1431
1432 #. type: textblock
1433 #: ../src/guestfs.pod:720
1434 msgid "See L<Sys::Guestfs(3)>."
1435 msgstr ""
1436
1437 #. type: =item
1438 #: ../src/guestfs.pod:722
1439 msgid "B<PHP>"
1440 msgstr ""
1441
1442 #. type: textblock
1443 #: ../src/guestfs.pod:724
1444 msgid ""
1445 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1446 "the php-libguestfs package for your distribution."
1447 msgstr ""
1448
1449 #. type: textblock
1450 #: ../src/guestfs.pod:727
1451 msgid "The PHP binding only works correctly on 64 bit machines."
1452 msgstr ""
1453
1454 #. type: =item
1455 #: ../src/guestfs.pod:729
1456 msgid "B<Python>"
1457 msgstr ""
1458
1459 #. type: textblock
1460 #: ../src/guestfs.pod:731
1461 msgid "See L<guestfs-python(3)>."
1462 msgstr ""
1463
1464 #. type: =item
1465 #: ../src/guestfs.pod:733
1466 msgid "B<Ruby>"
1467 msgstr ""
1468
1469 #. type: textblock
1470 #: ../src/guestfs.pod:735
1471 msgid "See L<guestfs-ruby(3)>."
1472 msgstr ""
1473
1474 #. type: =item
1475 #: ../src/guestfs.pod:737
1476 msgid "B<shell scripts>"
1477 msgstr ""
1478
1479 #. type: textblock
1480 #: ../src/guestfs.pod:739
1481 msgid "See L<guestfish(1)>."
1482 msgstr ""
1483
1484 #. type: =head2
1485 #: ../src/guestfs.pod:743
1486 msgid "LIBGUESTFS GOTCHAS"
1487 msgstr ""
1488
1489 #. type: textblock
1490 #: ../src/guestfs.pod:745
1491 msgid ""
1492 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1493 "system [...] that works in the way it is documented but is counterintuitive "
1494 "and almost invites mistakes.\""
1495 msgstr ""
1496
1497 #. type: textblock
1498 #: ../src/guestfs.pod:749
1499 msgid ""
1500 "Since we developed libguestfs and the associated tools, there are several "
1501 "things we would have designed differently, but are now stuck with for "
1502 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1503 "release, you can expect these to change.  Beware of them."
1504 msgstr ""
1505
1506 #. type: =item
1507 #: ../src/guestfs.pod:757
1508 msgid "Autosync / forgetting to sync."
1509 msgstr ""
1510
1511 #. type: textblock
1512 #: ../src/guestfs.pod:759
1513 msgid ""
1514 "When modifying a filesystem from C or another language, you B<must> unmount "
1515 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1516 "libguestfs handle.  You can also call:"
1517 msgstr ""
1518
1519 #. type: verbatim
1520 #: ../src/guestfs.pod:763
1521 #, no-wrap
1522 msgid ""
1523 " guestfs_set_autosync (g, 1);\n"
1524 "\n"
1525 msgstr ""
1526
1527 #. type: textblock
1528 #: ../src/guestfs.pod:765
1529 msgid ""
1530 "to have the unmount/sync done automatically for you when the handle 'g' is "
1531 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1532 "q.v.)"
1533 msgstr ""
1534
1535 #. type: textblock
1536 #: ../src/guestfs.pod:769
1537 msgid ""
1538 "If you forget to do this, then it is entirely possible that your changes "
1539 "won't be written out, or will be partially written, or (very rarely) that "
1540 "you'll get disk corruption."
1541 msgstr ""
1542
1543 #. type: textblock
1544 #: ../src/guestfs.pod:773
1545 msgid ""
1546 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1547 "guestfish scripts that forget to sync will work just fine, which can make "
1548 "this very puzzling if you are trying to debug a problem."
1549 msgstr ""
1550
1551 #. type: textblock
1552 #: ../src/guestfs.pod:777
1553 msgid ""
1554 "Update: Autosync is enabled by default for all API users starting from "
1555 "libguestfs 1.5.24."
1556 msgstr ""
1557
1558 #. type: =item
1559 #: ../src/guestfs.pod:780
1560 msgid "Mount option C<-o sync> should not be the default."
1561 msgstr ""
1562
1563 #. type: textblock
1564 #: ../src/guestfs.pod:782
1565 msgid ""
1566 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1567 "However C<-o sync> does not add any reliability benefit, but does have a "
1568 "very large performance impact."
1569 msgstr ""
1570
1571 #. type: textblock
1572 #: ../src/guestfs.pod:786
1573 msgid ""
1574 "The work around is to use L</guestfs_mount_options> and set the mount "
1575 "options that you actually want to use."
1576 msgstr ""
1577
1578 #. type: =item
1579 #: ../src/guestfs.pod:789
1580 msgid "Read-only should be the default."
1581 msgstr ""
1582
1583 #. type: textblock
1584 #: ../src/guestfs.pod:791
1585 msgid ""
1586 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1587 "specify I<--rw> if you want to make changes to the image."
1588 msgstr ""
1589
1590 #. type: textblock
1591 #: ../src/guestfs.pod:794
1592 msgid "This would reduce the potential to corrupt live VM images."
1593 msgstr ""
1594
1595 #. type: textblock
1596 #: ../src/guestfs.pod:796
1597 msgid ""
1598 "Note that many filesystems change the disk when you just mount and unmount, "
1599 "even if you didn't perform any writes.  You need to use "
1600 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1601 msgstr ""
1602
1603 #. type: =item
1604 #: ../src/guestfs.pod:800
1605 msgid "guestfish command line is hard to use."
1606 msgstr ""
1607
1608 #. type: textblock
1609 #: ../src/guestfs.pod:802
1610 msgid ""
1611 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1612 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1613 "exist, so it fails.  In earlier versions of guestfish the error message was "
1614 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1615 "we should have used C<guestfish -c command> to run commands."
1616 msgstr ""
1617
1618 #. type: =item
1619 #: ../src/guestfs.pod:809
1620 msgid "guestfish megabyte modifiers don't work right on all commands"
1621 msgstr ""
1622
1623 #. type: textblock
1624 #: ../src/guestfs.pod:811
1625 msgid ""
1626 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1627 "other modifiers).  What guestfish actually does is to multiply the number "
1628 "part by the modifier part and pass the result to the C API.  However this "
1629 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1630 "expecting some other unit (eg. megabytes)."
1631 msgstr ""
1632
1633 #. type: textblock
1634 #: ../src/guestfs.pod:818
1635 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1636 msgstr ""
1637
1638 #. type: verbatim
1639 #: ../src/guestfs.pod:820
1640 #, no-wrap
1641 msgid ""
1642 " lvcreate LV VG 100M\n"
1643 "\n"
1644 msgstr ""
1645
1646 #. type: textblock
1647 #: ../src/guestfs.pod:822
1648 msgid ""
1649 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1650 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1651 "megabytes * megabytes) logical volume.  The error message you get from this "
1652 "is also a little obscure."
1653 msgstr ""
1654
1655 #. type: textblock
1656 #: ../src/guestfs.pod:827
1657 msgid ""
1658 "This could be fixed in the generator by specially marking parameters and "
1659 "return values which take bytes or other units."
1660 msgstr ""
1661
1662 #. type: =item
1663 #: ../src/guestfs.pod:830
1664 msgid "Ambiguity between devices and paths"
1665 msgstr ""
1666
1667 #. type: textblock
1668 #: ../src/guestfs.pod:832
1669 msgid ""
1670 "There is a subtle ambiguity in the API between a device name "
1671 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1672 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1673 msgstr ""
1674
1675 #. type: textblock
1676 #: ../src/guestfs.pod:837
1677 msgid ""
1678 "In the current API we usually resolve this ambiguity by having two separate "
1679 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1680 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1681 "detecting if the path supplied begins with C</dev/>."
1682 msgstr ""
1683
1684 #. type: textblock
1685 #: ../src/guestfs.pod:843
1686 msgid ""
1687 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1688 "make paths/devices into structured names.  One way to do this would be to "
1689 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1690 "aspect of grub.  Another way would be to use a structured type, equivalent "
1691 "to this OCaml type:"
1692 msgstr ""
1693
1694 #. type: verbatim
1695 #: ../src/guestfs.pod:849
1696 #, no-wrap
1697 msgid ""
1698 " type path = Path of string | Device of int | Partition of int * int\n"
1699 "\n"
1700 msgstr ""
1701
1702 #. type: textblock
1703 #: ../src/guestfs.pod:851
1704 msgid "which would allow you to pass arguments like:"
1705 msgstr ""
1706
1707 #. type: verbatim
1708 #: ../src/guestfs.pod:853
1709 #, no-wrap
1710 msgid ""
1711 " Path \"/foo/bar\"\n"
1712 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1713 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1714 " Path \"/dev/sdb2\"    (* not a device *)\n"
1715 "\n"
1716 msgstr ""
1717
1718 #. type: textblock
1719 #: ../src/guestfs.pod:858
1720 msgid ""
1721 "As you can see there are still problems to resolve even with this "
1722 "representation.  Also consider how it might work in guestfish."
1723 msgstr ""
1724
1725 #. type: =head2
1726 #: ../src/guestfs.pod:863
1727 msgid "PROTOCOL LIMITS"
1728 msgstr ""
1729
1730 #. type: textblock
1731 #: ../src/guestfs.pod:865
1732 msgid ""
1733 "Internally libguestfs uses a message-based protocol to pass API calls and "
1734 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1735 "plenty more detail about this).  The maximum message size used by the "
1736 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1737 "aware of this limit.  The API calls which may be affected are individually "
1738 "documented, with a link back to this section of the documentation."
1739 msgstr ""
1740
1741 #. type: textblock
1742 #: ../src/guestfs.pod:873
1743 msgid ""
1744 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1745 "a simple string.  Because this string is at some point internally encoded as "
1746 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1747 "the requested file is larger than this then you will get an error."
1748 msgstr ""
1749
1750 #. type: textblock
1751 #: ../src/guestfs.pod:879
1752 msgid ""
1753 "In order to transfer large files into and out of the guest filesystem, you "
1754 "need to use particular calls that support this.  The sections L</UPLOADING> "
1755 "and L</DOWNLOADING> document how to do this."
1756 msgstr ""
1757
1758 #. type: textblock
1759 #: ../src/guestfs.pod:883
1760 msgid ""
1761 "You might also consider mounting the disk image using our FUSE filesystem "
1762 "support (L<guestmount(1)>)."
1763 msgstr ""
1764
1765 #. type: =head2
1766 #: ../src/guestfs.pod:886
1767 msgid "KEYS AND PASSPHRASES"
1768 msgstr ""
1769
1770 #. type: textblock
1771 #: ../src/guestfs.pod:888
1772 msgid ""
1773 "Certain libguestfs calls take a parameter that contains sensitive key "
1774 "material, passed in as a C string."
1775 msgstr ""
1776
1777 #. type: textblock
1778 #: ../src/guestfs.pod:891
1779 msgid ""
1780 "In the future we would hope to change the libguestfs implementation so that "
1781 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1782 "swap.  However this is I<not> done at the moment, because of the complexity "
1783 "of such an implementation."
1784 msgstr ""
1785
1786 #. type: textblock
1787 #: ../src/guestfs.pod:896
1788 msgid ""
1789 "Therefore you should be aware that any key parameter you pass to libguestfs "
1790 "might end up being written out to the swap partition.  If this is a concern, "
1791 "scrub the swap partition or don't use libguestfs on encrypted devices."
1792 msgstr ""
1793
1794 #. type: =head2
1795 #: ../src/guestfs.pod:901
1796 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1797 msgstr ""
1798
1799 #. type: textblock
1800 #: ../src/guestfs.pod:903
1801 msgid ""
1802 "All high-level libguestfs actions are synchronous.  If you want to use "
1803 "libguestfs asynchronously then you must create a thread."
1804 msgstr ""
1805
1806 #. type: textblock
1807 #: ../src/guestfs.pod:906
1808 msgid ""
1809 "Only use the handle from a single thread.  Either use the handle exclusively "
1810 "from one thread, or provide your own mutex so that two threads cannot issue "
1811 "calls on the same handle at the same time."
1812 msgstr ""
1813
1814 #. type: textblock
1815 #: ../src/guestfs.pod:910
1816 msgid ""
1817 "See the graphical program guestfs-browser for one possible architecture for "
1818 "multithreaded programs using libvirt and libguestfs."
1819 msgstr ""
1820
1821 #. type: =head2
1822 #: ../src/guestfs.pod:913
1823 msgid "PATH"
1824 msgstr ""
1825
1826 #. type: textblock
1827 #: ../src/guestfs.pod:915
1828 msgid ""
1829 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1830 "internal path."
1831 msgstr ""
1832
1833 #. type: textblock
1834 #: ../src/guestfs.pod:918
1835 msgid ""
1836 "By default it looks for these in the directory C<$libdir/guestfs> "
1837 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1838 msgstr ""
1839
1840 #. type: textblock
1841 #: ../src/guestfs.pod:921
1842 msgid ""
1843 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1844 "to change the directories that libguestfs will search in.  The value is a "
1845 "colon-separated list of paths.  The current directory is I<not> searched "
1846 "unless the path contains an empty element or C<.>.  For example "
1847 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1848 "then C</usr/lib/guestfs>."
1849 msgstr ""
1850
1851 #. type: =head2
1852 #: ../src/guestfs.pod:928
1853 msgid "QEMU WRAPPERS"
1854 msgstr ""
1855
1856 #. type: textblock
1857 #: ../src/guestfs.pod:930
1858 msgid ""
1859 "If you want to compile your own qemu, run qemu from a non-standard location, "
1860 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1861 "around qemu."
1862 msgstr ""
1863
1864 #. type: textblock
1865 #: ../src/guestfs.pod:934
1866 msgid ""
1867 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1868 "last command in the shell script (so that qemu replaces the shell and "
1869 "becomes the direct child of the libguestfs-using program).  If you don't do "
1870 "this, then the qemu process won't be cleaned up correctly."
1871 msgstr ""
1872
1873 #. type: textblock
1874 #: ../src/guestfs.pod:939
1875 msgid ""
1876 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1877 "source:"
1878 msgstr ""
1879
1880 #. type: verbatim
1881 #: ../src/guestfs.pod:942
1882 #, no-wrap
1883 msgid ""
1884 " #!/bin/sh -\n"
1885 " qemudir=/home/rjones/d/qemu\n"
1886 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1887 "\"$@\"\n"
1888 "\n"
1889 msgstr ""
1890
1891 #. type: textblock
1892 #: ../src/guestfs.pod:946
1893 msgid ""
1894 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1895 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1896 "example:"
1897 msgstr ""
1898
1899 #. type: verbatim
1900 #: ../src/guestfs.pod:950
1901 #, no-wrap
1902 msgid ""
1903 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1904 "\n"
1905 msgstr ""
1906
1907 #. type: textblock
1908 #: ../src/guestfs.pod:952
1909 msgid ""
1910 "Note that libguestfs also calls qemu with the -help and -version options in "
1911 "order to determine features."
1912 msgstr ""
1913
1914 #. type: =head2
1915 #: ../src/guestfs.pod:955
1916 msgid "ABI GUARANTEE"
1917 msgstr ""
1918
1919 #. type: textblock
1920 #: ../src/guestfs.pod:957
1921 msgid ""
1922 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
1923 "actions as outlined in this section.  Although we will deprecate some "
1924 "actions, for example if they get replaced by newer calls, we will keep the "
1925 "old actions forever.  This allows you the developer to program in confidence "
1926 "against the libguestfs API."
1927 msgstr ""
1928
1929 #. type: =head2
1930 #: ../src/guestfs.pod:963
1931 msgid "BLOCK DEVICE NAMING"
1932 msgstr ""
1933
1934 #. type: textblock
1935 #: ../src/guestfs.pod:965
1936 msgid ""
1937 "In the kernel there is now quite a profusion of schemata for naming block "
1938 "devices (in this context, by I<block device> I mean a physical or virtual "
1939 "hard drive).  The original Linux IDE driver used names starting with "
1940 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
1941 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
1942 "replacement for the old IDE driver (particularly for SATA devices) those "
1943 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
1944 "machines with paravirtualized drivers.  This has created several different "
1945 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
1946 "Xen PV disks."
1947 msgstr ""
1948
1949 #. type: textblock
1950 #: ../src/guestfs.pod:977
1951 msgid ""
1952 "As discussed above, libguestfs uses a qemu appliance running an embedded "
1953 "Linux kernel to access block devices.  We can run a variety of appliances "
1954 "based on a variety of Linux kernels."
1955 msgstr ""
1956
1957 #. type: textblock
1958 #: ../src/guestfs.pod:981
1959 msgid ""
1960 "This causes a problem for libguestfs because many API calls use device or "
1961 "partition names.  Working scripts and the recipe (example) scripts that we "
1962 "make available over the internet could fail if the naming scheme changes."
1963 msgstr ""
1964
1965 #. type: textblock
1966 #: ../src/guestfs.pod:986
1967 msgid ""
1968 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
1969 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
1970 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
1971 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
1972 msgstr ""
1973
1974 #. type: textblock
1975 #: ../src/guestfs.pod:992
1976 msgid ""
1977 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
1978 "L</guestfs_list_partitions> and similar calls return the true names of the "
1979 "devices and partitions as known to the appliance."
1980 msgstr ""
1981
1982 #. type: =head3
1983 #: ../src/guestfs.pod:997
1984 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
1985 msgstr ""
1986
1987 #. type: textblock
1988 #: ../src/guestfs.pod:999
1989 msgid ""
1990 "Usually this translation is transparent.  However in some (very rare)  cases "
1991 "you may need to know the exact algorithm.  Such cases include where you use "
1992 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
1993 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
1994 "devices."
1995 msgstr ""
1996
1997 #. type: textblock
1998 #: ../src/guestfs.pod:1005
1999 msgid ""
2000 "The algorithm is applied only to I<parameters> which are known to be either "
2001 "device or partition names.  Return values from functions such as "
2002 "L</guestfs_list_devices> are never changed."
2003 msgstr ""
2004
2005 #. type: textblock
2006 #: ../src/guestfs.pod:1013
2007 msgid "Is the string a parameter which is a device or partition name?"
2008 msgstr ""
2009
2010 #. type: textblock
2011 #: ../src/guestfs.pod:1017
2012 msgid "Does the string begin with C</dev/sd>?"
2013 msgstr ""
2014
2015 #. type: textblock
2016 #: ../src/guestfs.pod:1021
2017 msgid ""
2018 "Does the named device exist? If so, we use that device.  However if I<not> "
2019 "then we continue with this algorithm."
2020 msgstr ""
2021
2022 #. type: textblock
2023 #: ../src/guestfs.pod:1026
2024 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2025 msgstr ""
2026
2027 #. type: textblock
2028 #: ../src/guestfs.pod:1028
2029 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2030 msgstr ""
2031
2032 #. type: textblock
2033 #: ../src/guestfs.pod:1030
2034 msgid "If that named device exists, use it.  If not, continue."
2035 msgstr ""
2036
2037 #. type: textblock
2038 #: ../src/guestfs.pod:1034
2039 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2040 msgstr ""
2041
2042 #. type: textblock
2043 #: ../src/guestfs.pod:1036
2044 msgid "If that named device exists, use it.  If not, return an error."
2045 msgstr ""
2046
2047 #. type: =head3
2048 #: ../src/guestfs.pod:1040
2049 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2050 msgstr ""
2051
2052 #. type: textblock
2053 #: ../src/guestfs.pod:1042
2054 msgid ""
2055 "Although the standard naming scheme and automatic translation is useful for "
2056 "simple programs and guestfish scripts, for larger programs it is best not to "
2057 "rely on this mechanism."
2058 msgstr ""
2059
2060 #. type: textblock
2061 #: ../src/guestfs.pod:1046
2062 msgid ""
2063 "Where possible for maximum future portability programs using libguestfs "
2064 "should use these future-proof techniques:"
2065 msgstr ""
2066
2067 #. type: textblock
2068 #: ../src/guestfs.pod:1053
2069 msgid ""
2070 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2071 "device names, and then use those names directly."
2072 msgstr ""
2073
2074 #. type: textblock
2075 #: ../src/guestfs.pod:1056
2076 msgid "Since those device names exist by definition, they will never be translated."
2077 msgstr ""
2078
2079 #. type: textblock
2080 #: ../src/guestfs.pod:1061
2081 msgid ""
2082 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2083 "filesystem labels."
2084 msgstr ""
2085
2086 #. type: =head1
2087 #: ../src/guestfs.pod:1066
2088 msgid "SECURITY"
2089 msgstr ""
2090
2091 #. type: textblock
2092 #: ../src/guestfs.pod:1068
2093 msgid ""
2094 "This section discusses security implications of using libguestfs, "
2095 "particularly with untrusted or malicious guests or disk images."
2096 msgstr ""
2097
2098 #. type: =head2
2099 #: ../src/guestfs.pod:1071
2100 msgid "GENERAL SECURITY CONSIDERATIONS"
2101 msgstr ""
2102
2103 #. type: textblock
2104 #: ../src/guestfs.pod:1073
2105 msgid ""
2106 "Be careful with any files or data that you download from a guest (by "
2107 "\"download\" we mean not just the L</guestfs_download> command but any "
2108 "command that reads files, filenames, directories or anything else from a "
2109 "disk image).  An attacker could manipulate the data to fool your program "
2110 "into doing the wrong thing.  Consider cases such as:"
2111 msgstr ""
2112
2113 #. type: textblock
2114 #: ../src/guestfs.pod:1083
2115 msgid "the data (file etc) not being present"
2116 msgstr ""
2117
2118 #. type: textblock
2119 #: ../src/guestfs.pod:1087
2120 msgid "being present but empty"
2121 msgstr ""
2122
2123 #. type: textblock
2124 #: ../src/guestfs.pod:1091
2125 msgid "being much larger than normal"
2126 msgstr ""
2127
2128 #. type: textblock
2129 #: ../src/guestfs.pod:1095
2130 msgid "containing arbitrary 8 bit data"
2131 msgstr ""
2132
2133 #. type: textblock
2134 #: ../src/guestfs.pod:1099
2135 msgid "being in an unexpected character encoding"
2136 msgstr ""
2137
2138 #. type: textblock
2139 #: ../src/guestfs.pod:1103
2140 msgid "containing homoglyphs."
2141 msgstr ""
2142
2143 #. type: =head2
2144 #: ../src/guestfs.pod:1107
2145 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2146 msgstr ""
2147
2148 #. type: textblock
2149 #: ../src/guestfs.pod:1109
2150 msgid ""
2151 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2152 "(VFS) module can sometimes be escalated into exploits by deliberately "
2153 "creating a malicious, malformed filesystem.  These exploits are very severe "
2154 "for two reasons.  Firstly there are very many filesystem drivers in the "
2155 "kernel, and many of them are infrequently used and not much developer "
2156 "attention has been paid to the code.  Linux userspace helps potential "
2157 "crackers by detecting the filesystem type and automatically choosing the "
2158 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2159 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2160 "exploit (worse in some ways), giving immediate and total access to the "
2161 "system right down to the hardware level."
2162 msgstr ""
2163
2164 #. type: textblock
2165 #: ../src/guestfs.pod:1122
2166 msgid ""
2167 "That explains why you should never mount a filesystem from an untrusted "
2168 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2169 "inside a qemu virtual machine, usually running as a non-root user.  The "
2170 "attacker would need to write a filesystem which first exploited the kernel, "
2171 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2172 "the libguestfs protocol, and finally to be as serious as the host kernel "
2173 "exploit it would need to escalate its privileges to root.  This multi-step "
2174 "escalation, performed by a static piece of data, is thought to be extremely "
2175 "hard to do, although we never say 'never' about security issues."
2176 msgstr ""
2177
2178 #. type: textblock
2179 #: ../src/guestfs.pod:1133
2180 msgid ""
2181 "In any case callers can reduce the attack surface by forcing the filesystem "
2182 "type when mounting (use L</guestfs_mount_vfs>)."
2183 msgstr ""
2184
2185 #. type: =head2
2186 #: ../src/guestfs.pod:1136
2187 msgid "PROTOCOL SECURITY"
2188 msgstr ""
2189
2190 #. type: textblock
2191 #: ../src/guestfs.pod:1138
2192 msgid ""
2193 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2194 "defined upper message size.  However a program that uses libguestfs must "
2195 "also take care - for example you can write a program that downloads a binary "
2196 "from a disk image and executes it locally, and no amount of protocol "
2197 "security will save you from the consequences."
2198 msgstr ""
2199
2200 #. type: =head2
2201 #: ../src/guestfs.pod:1144
2202 msgid "INSPECTION SECURITY"
2203 msgstr ""
2204
2205 #. type: textblock
2206 #: ../src/guestfs.pod:1146
2207 msgid ""
2208 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2209 "directly from the guest, and these could contain any 8 bit data.  Callers "
2210 "should be careful to escape these before printing them to a structured file "
2211 "(for example, use HTML escaping if creating a web page)."
2212 msgstr ""
2213
2214 #. type: textblock
2215 #: ../src/guestfs.pod:1152
2216 msgid ""
2217 "Guest configuration may be altered in unusual ways by the administrator of "
2218 "the virtual machine, and may not reflect reality (particularly for untrusted "
2219 "or actively malicious guests).  For example we parse the hostname from "
2220 "configuration files like C</etc/sysconfig/network> that we find in the "
2221 "guest, but the guest administrator can easily manipulate these files to "
2222 "provide the wrong hostname."
2223 msgstr ""
2224
2225 #. type: textblock
2226 #: ../src/guestfs.pod:1160
2227 msgid ""
2228 "The inspection API parses guest configuration using two external libraries: "
2229 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2230 "designed to be robust in the face of malicious data, although denial of "
2231 "service attacks are still possible, for example with oversized configuration "
2232 "files."
2233 msgstr ""
2234
2235 #. type: =head2
2236 #: ../src/guestfs.pod:1166
2237 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2238 msgstr ""
2239
2240 #. type: textblock
2241 #: ../src/guestfs.pod:1168
2242 msgid ""
2243 "Be very cautious about running commands from the guest.  By running a "
2244 "command in the guest, you are giving CPU time to a binary that you do not "
2245 "control, under the same user account as the library, albeit wrapped in qemu "
2246 "virtualization.  More information and alternatives can be found in the "
2247 "section L</RUNNING COMMANDS>."
2248 msgstr ""
2249
2250 #. type: =head2
2251 #: ../src/guestfs.pod:1174
2252 msgid "CVE-2010-3851"
2253 msgstr ""
2254
2255 #. type: textblock
2256 #: ../src/guestfs.pod:1176
2257 msgid "https://bugzilla.redhat.com/642934"
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:1178
2262 msgid ""
2263 "This security bug concerns the automatic disk format detection that qemu "
2264 "does on disk images."
2265 msgstr ""
2266
2267 #. type: textblock
2268 #: ../src/guestfs.pod:1181
2269 msgid ""
2270 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2271 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2272 "for one of the known headers, and if none is found then assuming the disk "
2273 "image must be raw."
2274 msgstr ""
2275
2276 #. type: textblock
2277 #: ../src/guestfs.pod:1186
2278 msgid ""
2279 "This allows a guest which has been given a raw disk image to write some "
2280 "other header.  At next boot (or when the disk image is accessed by "
2281 "libguestfs) qemu would do autodetection and think the disk image format was, "
2282 "say, qcow2 based on the header written by the guest."
2283 msgstr ""
2284
2285 #. type: textblock
2286 #: ../src/guestfs.pod:1191
2287 msgid ""
2288 "This in itself would not be a problem, but qcow2 offers many features, one "
2289 "of which is to allow a disk image to refer to another image (called the "
2290 "\"backing disk\").  It does this by placing the path to the backing disk "
2291 "into the qcow2 header.  This path is not validated and could point to any "
2292 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2293 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2294 "control of the attacker."
2295 msgstr ""
2296
2297 #. type: textblock
2298 #: ../src/guestfs.pod:1199
2299 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2300 msgstr ""
2301
2302 #. type: textblock
2303 #: ../src/guestfs.pod:1206
2304 msgid "You have enabled the network or have opened the disk in write mode."
2305 msgstr ""
2306
2307 #. type: textblock
2308 #: ../src/guestfs.pod:1210
2309 msgid ""
2310 "You are also running untrusted code from the guest (see L</RUNNING "
2311 "COMMANDS>)."
2312 msgstr ""
2313
2314 #. type: textblock
2315 #: ../src/guestfs.pod:1215
2316 msgid ""
2317 "The way to avoid this is to specify the expected disk format when adding "
2318 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2319 "should always do this if the disk is raw format, and it's a good idea for "
2320 "other cases too."
2321 msgstr ""
2322
2323 #. type: textblock
2324 #: ../src/guestfs.pod:1220
2325 msgid ""
2326 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2327 "format is fetched from libvirt and passed through."
2328 msgstr ""
2329
2330 #. type: textblock
2331 #: ../src/guestfs.pod:1223
2332 msgid ""
2333 "For libguestfs tools, use the I<--format> command line parameter as "
2334 "appropriate."
2335 msgstr ""
2336
2337 #. type: =head1
2338 #: ../src/guestfs.pod:1226
2339 msgid "CONNECTION MANAGEMENT"
2340 msgstr ""
2341
2342 #. type: =head2
2343 #: ../src/guestfs.pod:1228
2344 msgid "guestfs_h *"
2345 msgstr ""
2346
2347 #. type: textblock
2348 #: ../src/guestfs.pod:1230
2349 msgid ""
2350 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2351 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2352 "handle and release all resources used."
2353 msgstr ""
2354
2355 #. type: textblock
2356 #: ../src/guestfs.pod:1234
2357 msgid ""
2358 "For information on using multiple handles and threads, see the section "
2359 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2360 msgstr ""
2361
2362 #. type: =head2
2363 #: ../src/guestfs.pod:1237
2364 msgid "guestfs_create"
2365 msgstr ""
2366
2367 #. type: verbatim
2368 #: ../src/guestfs.pod:1239
2369 #, no-wrap
2370 msgid ""
2371 " guestfs_h *guestfs_create (void);\n"
2372 "\n"
2373 msgstr ""
2374
2375 #. type: textblock
2376 #: ../src/guestfs.pod:1241
2377 msgid "Create a connection handle."
2378 msgstr ""
2379
2380 #. type: textblock
2381 #: ../src/guestfs.pod:1243
2382 msgid ""
2383 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2384 "on the handle at least once."
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1246
2389 msgid ""
2390 "This function returns a non-NULL pointer to a handle on success or NULL on "
2391 "error."
2392 msgstr ""
2393
2394 #. type: textblock
2395 #: ../src/guestfs.pod:1249
2396 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2397 msgstr ""
2398
2399 #. type: textblock
2400 #: ../src/guestfs.pod:1251
2401 msgid ""
2402 "You may also want to configure error handling for the handle.  See L</ERROR "
2403 "HANDLING> section below."
2404 msgstr ""
2405
2406 #. type: =head2
2407 #: ../src/guestfs.pod:1254
2408 msgid "guestfs_close"
2409 msgstr ""
2410
2411 #. type: verbatim
2412 #: ../src/guestfs.pod:1256
2413 #, no-wrap
2414 msgid ""
2415 " void guestfs_close (guestfs_h *g);\n"
2416 "\n"
2417 msgstr ""
2418
2419 #. type: textblock
2420 #: ../src/guestfs.pod:1258
2421 msgid "This closes the connection handle and frees up all resources used."
2422 msgstr ""
2423
2424 #. type: =head1
2425 #: ../src/guestfs.pod:1260
2426 msgid "ERROR HANDLING"
2427 msgstr ""
2428
2429 #. type: textblock
2430 #: ../src/guestfs.pod:1262
2431 msgid ""
2432 "API functions can return errors.  For example, almost all functions that "
2433 "return C<int> will return C<-1> to indicate an error."
2434 msgstr ""
2435
2436 #. type: textblock
2437 #: ../src/guestfs.pod:1265
2438 msgid ""
2439 "Additional information is available for errors: an error message string and "
2440 "optionally an error number (errno) if the thing that failed was a system "
2441 "call."
2442 msgstr ""
2443
2444 #. type: textblock
2445 #: ../src/guestfs.pod:1269
2446 msgid ""
2447 "You can get at the additional information about the last error on the handle "
2448 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2449 "up an error handler with L</guestfs_set_error_handler>."
2450 msgstr ""
2451
2452 #. type: textblock
2453 #: ../src/guestfs.pod:1274
2454 msgid ""
2455 "When the handle is created, a default error handler is installed which "
2456 "prints the error message string to C<stderr>.  For small short-running "
2457 "command line programs it is sufficient to do:"
2458 msgstr ""
2459
2460 #. type: verbatim
2461 #: ../src/guestfs.pod:1278
2462 #, no-wrap
2463 msgid ""
2464 " if (guestfs_launch (g) == -1)\n"
2465 "   exit (EXIT_FAILURE);\n"
2466 "\n"
2467 msgstr ""
2468
2469 #. type: textblock
2470 #: ../src/guestfs.pod:1281
2471 msgid ""
2472 "since the default error handler will ensure that an error message has been "
2473 "printed to C<stderr> before the program exits."
2474 msgstr ""
2475
2476 #. type: textblock
2477 #: ../src/guestfs.pod:1284
2478 msgid ""
2479 "For other programs the caller will almost certainly want to install an "
2480 "alternate error handler or do error handling in-line like this:"
2481 msgstr ""
2482
2483 #. type: verbatim
2484 #: ../src/guestfs.pod:1287
2485 #, no-wrap
2486 msgid ""
2487 " g = guestfs_create ();\n"
2488 " \n"
2489 msgstr ""
2490
2491 #. type: verbatim
2492 #: ../src/guestfs.pod:1289
2493 #, no-wrap
2494 msgid ""
2495 " /* This disables the default behaviour of printing errors\n"
2496 "    on stderr. */\n"
2497 " guestfs_set_error_handler (g, NULL, NULL);\n"
2498 " \n"
2499 msgstr ""
2500
2501 #. type: verbatim
2502 #: ../src/guestfs.pod:1293
2503 #, no-wrap
2504 msgid ""
2505 " if (guestfs_launch (g) == -1) {\n"
2506 "   /* Examine the error message and print it etc. */\n"
2507 "   char *msg = guestfs_last_error (g);\n"
2508 "   int errnum = guestfs_last_errno (g);\n"
2509 "   fprintf (stderr, \"%s\\n\", msg);\n"
2510 "   /* ... */\n"
2511 "  }\n"
2512 "\n"
2513 msgstr ""
2514
2515 #. type: textblock
2516 #: ../src/guestfs.pod:1301
2517 msgid ""
2518 "Out of memory errors are handled differently.  The default action is to call "
2519 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2520 "L</guestfs_set_out_of_memory_handler>."
2521 msgstr ""
2522
2523 #. type: textblock
2524 #: ../src/guestfs.pod:1305
2525 msgid ""
2526 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2527 "because there is no handle if this happens there is no way to get additional "
2528 "error information.  However L</guestfs_create> is supposed to be a "
2529 "lightweight operation which can only fail because of insufficient memory (it "
2530 "returns NULL in this case)."
2531 msgstr ""
2532
2533 #. type: =head2
2534 #: ../src/guestfs.pod:1311
2535 msgid "guestfs_last_error"
2536 msgstr ""
2537
2538 #. type: verbatim
2539 #: ../src/guestfs.pod:1313
2540 #, no-wrap
2541 msgid ""
2542 " const char *guestfs_last_error (guestfs_h *g);\n"
2543 "\n"
2544 msgstr ""
2545
2546 #. type: textblock
2547 #: ../src/guestfs.pod:1315
2548 msgid ""
2549 "This returns the last error message that happened on C<g>.  If there has not "
2550 "been an error since the handle was created, then this returns C<NULL>."
2551 msgstr ""
2552
2553 #. type: textblock
2554 #: ../src/guestfs.pod:1319
2555 msgid ""
2556 "The lifetime of the returned string is until the next error occurs, or "
2557 "L</guestfs_close> is called."
2558 msgstr ""
2559
2560 #. type: =head2
2561 #: ../src/guestfs.pod:1322
2562 msgid "guestfs_last_errno"
2563 msgstr ""
2564
2565 #. type: verbatim
2566 #: ../src/guestfs.pod:1324
2567 #, no-wrap
2568 msgid ""
2569 " int guestfs_last_errno (guestfs_h *g);\n"
2570 "\n"
2571 msgstr ""
2572
2573 #. type: textblock
2574 #: ../src/guestfs.pod:1326
2575 msgid "This returns the last error number (errno) that happened on C<g>."
2576 msgstr ""
2577
2578 #. type: textblock
2579 #: ../src/guestfs.pod:1328
2580 msgid "If successful, an errno integer not equal to zero is returned."
2581 msgstr ""
2582
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1330
2585 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2586 msgstr ""
2587
2588 #. type: textblock
2589 #: ../src/guestfs.pod:1337
2590 msgid "There has not been any error on the handle."
2591 msgstr ""
2592
2593 #. type: textblock
2594 #: ../src/guestfs.pod:1341
2595 msgid ""
2596 "There has been an error but the errno was meaningless.  This corresponds to "
2597 "the case where the error did not come from a failed system call, but for "
2598 "some other reason."
2599 msgstr ""
2600
2601 #. type: textblock
2602 #: ../src/guestfs.pod:1347
2603 msgid ""
2604 "There was an error from a failed system call, but for some reason the errno "
2605 "was not captured and returned.  This usually indicates a bug in libguestfs."
2606 msgstr ""
2607
2608 #. type: textblock
2609 #: ../src/guestfs.pod:1353
2610 msgid ""
2611 "Libguestfs tries to convert the errno from inside the applicance into a "
2612 "corresponding errno for the caller (not entirely trivial: the appliance "
2613 "might be running a completely different operating system from the library "
2614 "and error numbers are not standardized across Un*xen).  If this could not be "
2615 "done, then the error is translated to C<EINVAL>.  In practice this should "
2616 "only happen in very rare circumstances."
2617 msgstr ""
2618
2619 #. type: =head2
2620 #: ../src/guestfs.pod:1361
2621 msgid "guestfs_set_error_handler"
2622 msgstr ""
2623
2624 #. type: verbatim
2625 #: ../src/guestfs.pod:1363
2626 #, no-wrap
2627 msgid ""
2628 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2629 "                                           void *opaque,\n"
2630 "                                           const char *msg);\n"
2631 " void guestfs_set_error_handler (guestfs_h *g,\n"
2632 "                                 guestfs_error_handler_cb cb,\n"
2633 "                                 void *opaque);\n"
2634 "\n"
2635 msgstr ""
2636
2637 #. type: textblock
2638 #: ../src/guestfs.pod:1370
2639 msgid ""
2640 "The callback C<cb> will be called if there is an error.  The parameters "
2641 "passed to the callback are an opaque data pointer and the error message "
2642 "string."
2643 msgstr ""
2644
2645 #. type: textblock
2646 #: ../src/guestfs.pod:1374
2647 msgid ""
2648 "C<errno> is not passed to the callback.  To get that the callback must call "
2649 "L</guestfs_last_errno>."
2650 msgstr ""
2651
2652 #. type: textblock
2653 #: ../src/guestfs.pod:1377
2654 msgid ""
2655 "Note that the message string C<msg> is freed as soon as the callback "
2656 "function returns, so if you want to stash it somewhere you must make your "
2657 "own copy."
2658 msgstr ""
2659
2660 #. type: textblock
2661 #: ../src/guestfs.pod:1381
2662 msgid "The default handler prints messages on C<stderr>."
2663 msgstr ""
2664
2665 #. type: textblock
2666 #: ../src/guestfs.pod:1383
2667 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2668 msgstr ""
2669
2670 #. type: =head2
2671 #: ../src/guestfs.pod:1385
2672 msgid "guestfs_get_error_handler"
2673 msgstr ""
2674
2675 #. type: verbatim
2676 #: ../src/guestfs.pod:1387
2677 #, no-wrap
2678 msgid ""
2679 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2680 "                                                     void **opaque_rtn);\n"
2681 "\n"
2682 msgstr ""
2683
2684 #. type: textblock
2685 #: ../src/guestfs.pod:1390
2686 msgid "Returns the current error handler callback."
2687 msgstr ""
2688
2689 #. type: =head2
2690 #: ../src/guestfs.pod:1392
2691 msgid "guestfs_set_out_of_memory_handler"
2692 msgstr ""
2693
2694 #. type: verbatim
2695 #: ../src/guestfs.pod:1394
2696 #, no-wrap
2697 msgid ""
2698 " typedef void (*guestfs_abort_cb) (void);\n"
2699 " void guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2700 "                                         guestfs_abort_cb);\n"
2701 "\n"
2702 msgstr ""
2703
2704 #. type: textblock
2705 #: ../src/guestfs.pod:1398
2706 msgid ""
2707 "The callback C<cb> will be called if there is an out of memory situation.  "
2708 "I<Note this callback must not return>."
2709 msgstr ""
2710
2711 #. type: textblock
2712 #: ../src/guestfs.pod:1401
2713 msgid "The default is to call L<abort(3)>."
2714 msgstr ""
2715
2716 #. type: textblock
2717 #: ../src/guestfs.pod:1403
2718 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2719 msgstr ""
2720
2721 #. type: =head2
2722 #: ../src/guestfs.pod:1406
2723 msgid "guestfs_get_out_of_memory_handler"
2724 msgstr ""
2725
2726 #. type: verbatim
2727 #: ../src/guestfs.pod:1408
2728 #, no-wrap
2729 msgid ""
2730 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2731 "\n"
2732 msgstr ""
2733
2734 #. type: textblock
2735 #: ../src/guestfs.pod:1410
2736 msgid "This returns the current out of memory handler."
2737 msgstr ""
2738
2739 #. type: =head1
2740 #: ../src/guestfs.pod:1412
2741 msgid "API CALLS"
2742 msgstr ""
2743
2744 #. type: textblock
2745 #: ../src/guestfs.pod:1414 ../fish/guestfish.pod:969
2746 msgid "@ACTIONS@"
2747 msgstr ""
2748
2749 #. type: =head1
2750 #: ../src/guestfs.pod:1416
2751 msgid "STRUCTURES"
2752 msgstr ""
2753
2754 #. type: textblock
2755 #: ../src/guestfs.pod:1418
2756 msgid "@STRUCTS@"
2757 msgstr ""
2758
2759 #. type: =head1
2760 #: ../src/guestfs.pod:1420
2761 msgid "AVAILABILITY"
2762 msgstr ""
2763
2764 #. type: =head2
2765 #: ../src/guestfs.pod:1422
2766 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2767 msgstr ""
2768
2769 #. type: textblock
2770 #: ../src/guestfs.pod:1424
2771 msgid ""
2772 "Using L</guestfs_available> you can test availability of the following "
2773 "groups of functions.  This test queries the appliance to see if the "
2774 "appliance you are currently using supports the functionality."
2775 msgstr ""
2776
2777 #. type: textblock
2778 #: ../src/guestfs.pod:1429
2779 msgid "@AVAILABILITY@"
2780 msgstr ""
2781
2782 #. type: =head2
2783 #: ../src/guestfs.pod:1431
2784 msgid "GUESTFISH supported COMMAND"
2785 msgstr ""
2786
2787 #. type: textblock
2788 #: ../src/guestfs.pod:1433
2789 msgid ""
2790 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2791 "prints out the available groups and whether they are supported by this build "
2792 "of libguestfs.  Note however that you have to do C<run> first."
2793 msgstr ""
2794
2795 #. type: =head2
2796 #: ../src/guestfs.pod:1438
2797 msgid "SINGLE CALLS AT COMPILE TIME"
2798 msgstr ""
2799
2800 #. type: textblock
2801 #: ../src/guestfs.pod:1440
2802 msgid ""
2803 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2804 "function, such as:"
2805 msgstr ""
2806
2807 #. type: verbatim
2808 #: ../src/guestfs.pod:1443
2809 #, no-wrap
2810 msgid ""
2811 " #define LIBGUESTFS_HAVE_DD 1\n"
2812 "\n"
2813 msgstr ""
2814
2815 #. type: textblock
2816 #: ../src/guestfs.pod:1445
2817 msgid "if L</guestfs_dd> is available."
2818 msgstr ""
2819
2820 #. type: textblock
2821 #: ../src/guestfs.pod:1447
2822 msgid ""
2823 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2824 "function is available at compile time, we recommended using build tools such "
2825 "as autoconf or cmake.  For example in autotools you could use:"
2826 msgstr ""
2827
2828 #. type: verbatim
2829 #: ../src/guestfs.pod:1452
2830 #, no-wrap
2831 msgid ""
2832 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2833 " AC_CHECK_FUNCS([guestfs_dd])\n"
2834 "\n"
2835 msgstr ""
2836
2837 #. type: textblock
2838 #: ../src/guestfs.pod:1455
2839 msgid ""
2840 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2841 "in your program."
2842 msgstr ""
2843
2844 #. type: =head2
2845 #: ../src/guestfs.pod:1458
2846 msgid "SINGLE CALLS AT RUN TIME"
2847 msgstr ""
2848
2849 #. type: textblock
2850 #: ../src/guestfs.pod:1460
2851 msgid ""
2852 "Testing at compile time doesn't guarantee that a function really exists in "
2853 "the library.  The reason is that you might be dynamically linked against a "
2854 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
2855 "This situation unfortunately results in a segmentation fault, which is a "
2856 "shortcoming of the C dynamic linking system itself."
2857 msgstr ""
2858
2859 #. type: textblock
2860 #: ../src/guestfs.pod:1467
2861 msgid ""
2862 "You can use L<dlopen(3)> to test if a function is available at run time, as "
2863 "in this example program (note that you still need the compile time check as "
2864 "well):"
2865 msgstr ""
2866
2867 #. type: verbatim
2868 #: ../src/guestfs.pod:1471
2869 #, no-wrap
2870 msgid ""
2871 " #include <stdio.h>\n"
2872 " #include <stdlib.h>\n"
2873 " #include <unistd.h>\n"
2874 " #include <dlfcn.h>\n"
2875 " #include <guestfs.h>\n"
2876 " \n"
2877 msgstr ""
2878
2879 #. type: verbatim
2880 #: ../src/guestfs.pod:1477
2881 #, no-wrap
2882 msgid ""
2883 " main ()\n"
2884 " {\n"
2885 " #ifdef LIBGUESTFS_HAVE_DD\n"
2886 "   void *dl;\n"
2887 "   int has_function;\n"
2888 " \n"
2889 msgstr ""
2890
2891 #. type: verbatim
2892 #: ../src/guestfs.pod:1483
2893 #, no-wrap
2894 msgid ""
2895 "   /* Test if the function guestfs_dd is really available. */\n"
2896 "   dl = dlopen (NULL, RTLD_LAZY);\n"
2897 "   if (!dl) {\n"
2898 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
2899 "     exit (EXIT_FAILURE);\n"
2900 "   }\n"
2901 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
2902 "   dlclose (dl);\n"
2903 " \n"
2904 msgstr ""
2905
2906 #. type: verbatim
2907 #: ../src/guestfs.pod:1492
2908 #, no-wrap
2909 msgid ""
2910 "   if (!has_function)\n"
2911 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
2912 "   else {\n"
2913 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
2914 "     /* Now it's safe to call\n"
2915 "     guestfs_dd (g, \"foo\", \"bar\");\n"
2916 "     */\n"
2917 "   }\n"
2918 " #else\n"
2919 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
2920 " #endif\n"
2921 "  }\n"
2922 "\n"
2923 msgstr ""
2924
2925 #. type: textblock
2926 #: ../src/guestfs.pod:1505
2927 msgid ""
2928 "You may think the above is an awful lot of hassle, and it is.  There are "
2929 "other ways outside of the C linking system to ensure that this kind of "
2930 "incompatibility never arises, such as using package versioning:"
2931 msgstr ""
2932
2933 #. type: verbatim
2934 #: ../src/guestfs.pod:1510
2935 #, no-wrap
2936 msgid ""
2937 " Requires: libguestfs >= 1.0.80\n"
2938 "\n"
2939 msgstr ""
2940
2941 #. type: =head1
2942 #: ../src/guestfs.pod:1512
2943 msgid "CALLS WITH OPTIONAL ARGUMENTS"
2944 msgstr ""
2945
2946 #. type: textblock
2947 #: ../src/guestfs.pod:1514
2948 msgid ""
2949 "A recent feature of the API is the introduction of calls which take optional "
2950 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
2951 "takes variable arguments (ie. C<...>), as in this example:"
2952 msgstr ""
2953
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1519
2956 #, no-wrap
2957 msgid ""
2958 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
2959 "\n"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1521
2964 msgid ""
2965 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
2966 "call with no optional arguments specified:"
2967 msgstr ""
2968
2969 #. type: verbatim
2970 #: ../src/guestfs.pod:1524
2971 #, no-wrap
2972 msgid ""
2973 " guestfs_add_drive_opts (g, filename, -1);\n"
2974 "\n"
2975 msgstr ""
2976
2977 #. type: textblock
2978 #: ../src/guestfs.pod:1526
2979 msgid "With a single optional argument:"
2980 msgstr ""
2981
2982 #. type: verbatim
2983 #: ../src/guestfs.pod:1528
2984 #, no-wrap
2985 msgid ""
2986 " guestfs_add_drive_opts (g, filename,\n"
2987 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
2988 "                         -1);\n"
2989 "\n"
2990 msgstr ""
2991
2992 #. type: textblock
2993 #: ../src/guestfs.pod:1532
2994 msgid "With two:"
2995 msgstr ""
2996
2997 #. type: verbatim
2998 #: ../src/guestfs.pod:1534
2999 #, no-wrap
3000 msgid ""
3001 " guestfs_add_drive_opts (g, filename,\n"
3002 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3003 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3004 "                         -1);\n"
3005 "\n"
3006 msgstr ""
3007
3008 #. type: textblock
3009 #: ../src/guestfs.pod:1539
3010 msgid ""
3011 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3012 "happen!"
3013 msgstr ""
3014
3015 #. type: =head2
3016 #: ../src/guestfs.pod:1542
3017 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3018 msgstr ""
3019
3020 #. type: textblock
3021 #: ../src/guestfs.pod:1544
3022 msgid ""
3023 "The second variant has the same name with the suffix C<_va>, which works the "
3024 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3025 "example function, this is declared:"
3026 msgstr ""
3027
3028 #. type: verbatim
3029 #: ../src/guestfs.pod:1548
3030 #, no-wrap
3031 msgid ""
3032 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3033 "                                va_list args);\n"
3034 "\n"
3035 msgstr ""
3036
3037 #. type: =head2
3038 #: ../src/guestfs.pod:1551
3039 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3040 msgstr ""
3041
3042 #. type: textblock
3043 #: ../src/guestfs.pod:1553
3044 msgid ""
3045 "The third variant is useful where you need to construct these calls.  You "
3046 "pass in a structure where you fill in the optional fields.  The structure "
3047 "has a bitmask as the first element which you must set to indicate which "
3048 "fields you have filled in.  For our example function the structure and call "
3049 "are declared:"
3050 msgstr ""
3051
3052 #. type: verbatim
3053 #: ../src/guestfs.pod:1559
3054 #, no-wrap
3055 msgid ""
3056 " struct guestfs_add_drive_opts_argv {\n"
3057 "   uint64_t bitmask;\n"
3058 "   int readonly;\n"
3059 "   const char *format;\n"
3060 "   /* ... */\n"
3061 " };\n"
3062 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3063 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3064 "\n"
3065 msgstr ""
3066
3067 #. type: textblock
3068 #: ../src/guestfs.pod:1568
3069 msgid "You could call it like this:"
3070 msgstr ""
3071
3072 #. type: verbatim
3073 #: ../src/guestfs.pod:1570
3074 #, no-wrap
3075 msgid ""
3076 " struct guestfs_add_drive_opts_argv optargs = {\n"
3077 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3078 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3079 "   .readonly = 1,\n"
3080 "   .format = \"qcow2\"\n"
3081 " };\n"
3082 " \n"
3083 msgstr ""
3084
3085 #. type: verbatim
3086 #: ../src/guestfs.pod:1577
3087 #, no-wrap
3088 msgid ""
3089 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3090 "\n"
3091 msgstr ""
3092
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1844 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1255 ../tools/virt-win-reg.pl:532
3095 msgid "Notes:"
3096 msgstr ""
3097
3098 #. type: textblock
3099 #: ../src/guestfs.pod:1585
3100 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3101 msgstr ""
3102
3103 #. type: textblock
3104 #: ../src/guestfs.pod:1590
3105 msgid "You do not need to fill in all fields of the structure."
3106 msgstr ""
3107
3108 #. type: textblock
3109 #: ../src/guestfs.pod:1594
3110 msgid ""
3111 "There must be a one-to-one correspondence between fields of the structure "
3112 "that are filled in, and bits set in the bitmask."
3113 msgstr ""
3114
3115 #. type: =head2
3116 #: ../src/guestfs.pod:1599
3117 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3118 msgstr ""
3119
3120 #. type: textblock
3121 #: ../src/guestfs.pod:1601
3122 msgid ""
3123 "In other languages, optional arguments are expressed in the way that is "
3124 "natural for that language.  We refer you to the language-specific "
3125 "documentation for more details on that."
3126 msgstr ""
3127
3128 #. type: textblock
3129 #: ../src/guestfs.pod:1605
3130 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3131 msgstr ""
3132
3133 #. type: =head2
3134 #: ../src/guestfs.pod:1607
3135 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3136 msgstr ""
3137
3138 #. type: textblock
3139 #: ../src/guestfs.pod:1609
3140 msgid ""
3141 "The child process generates events in some situations.  Current events "
3142 "include: receiving a log message, the child process exits."
3143 msgstr ""
3144
3145 #. type: textblock
3146 #: ../src/guestfs.pod:1612
3147 msgid ""
3148 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3149 "types of events."
3150 msgstr ""
3151
3152 #. type: textblock
3153 #: ../src/guestfs.pod:1615
3154 msgid ""
3155 "Only I<one callback of each type> can be registered for each handle.  "
3156 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3157 "that type.  Cancel all callbacks of this type by calling this function with "
3158 "C<cb> set to C<NULL>."
3159 msgstr ""
3160
3161 #. type: =head2
3162 #: ../src/guestfs.pod:1620
3163 msgid "guestfs_set_log_message_callback"
3164 msgstr ""
3165
3166 #. type: verbatim
3167 #: ../src/guestfs.pod:1622
3168 #, no-wrap
3169 msgid ""
3170 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3171 "                                         char *buf, int len);\n"
3172 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3173 "                                        guestfs_log_message_cb cb,\n"
3174 "                                        void *opaque);\n"
3175 "\n"
3176 msgstr ""
3177
3178 #. type: textblock
3179 #: ../src/guestfs.pod:1628
3180 msgid ""
3181 "The callback function C<cb> will be called whenever qemu or the guest writes "
3182 "anything to the console."
3183 msgstr ""
3184
3185 #. type: textblock
3186 #: ../src/guestfs.pod:1631
3187 msgid "Use this function to capture kernel messages and similar."
3188 msgstr ""
3189
3190 #. type: textblock
3191 #: ../src/guestfs.pod:1633
3192 msgid ""
3193 "Normally there is no log message handler, and log messages are just "
3194 "discarded."
3195 msgstr ""
3196
3197 #. type: =head2
3198 #: ../src/guestfs.pod:1636
3199 msgid "guestfs_set_subprocess_quit_callback"
3200 msgstr ""
3201
3202 #. type: verbatim
3203 #: ../src/guestfs.pod:1638
3204 #, no-wrap
3205 msgid ""
3206 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3207 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3208 "                                            guestfs_subprocess_quit_cb cb,\n"
3209 "                                            void *opaque);\n"
3210 "\n"
3211 msgstr ""
3212
3213 #. type: textblock
3214 #: ../src/guestfs.pod:1643
3215 msgid ""
3216 "The callback function C<cb> will be called when the child process quits, "
3217 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3218 "corresponds to a transition from any state to the CONFIG state)."
3219 msgstr ""
3220
3221 #. type: =head2
3222 #: ../src/guestfs.pod:1648
3223 msgid "guestfs_set_launch_done_callback"
3224 msgstr ""
3225
3226 #. type: verbatim
3227 #: ../src/guestfs.pod:1650
3228 #, no-wrap
3229 msgid ""
3230 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3231 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3232 "                                        guestfs_launch_done_cb cb,\n"
3233 "                                        void *opaque);\n"
3234 "\n"
3235 msgstr ""
3236
3237 #. type: textblock
3238 #: ../src/guestfs.pod:1655
3239 msgid ""
3240 "The callback function C<cb> will be called when the child process becomes "
3241 "ready first time after it has been launched.  (This corresponds to a "
3242 "transition from LAUNCHING to the READY state)."
3243 msgstr ""
3244
3245 #. type: =head2
3246 #: ../src/guestfs.pod:1659
3247 msgid "guestfs_set_close_callback"
3248 msgstr ""
3249
3250 #. type: verbatim
3251 #: ../src/guestfs.pod:1661
3252 #, no-wrap
3253 msgid ""
3254 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3255 " void guestfs_set_close_callback (guestfs_h *g,\n"
3256 "                                  guestfs_close_cb cb,\n"
3257 "                                  void *opaque);\n"
3258 "\n"
3259 msgstr ""
3260
3261 #. type: textblock
3262 #: ../src/guestfs.pod:1666
3263 msgid ""
3264 "The callback function C<cb> will be called while the handle is being closed "
3265 "(synchronously from L</guestfs_close>)."
3266 msgstr ""
3267
3268 #. type: textblock
3269 #: ../src/guestfs.pod:1669
3270 msgid ""
3271 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3272 "handles that are open when the program exits.  This means that this callback "
3273 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3274 "problems in higher-level languages (eg. if your HLL interpreter has already "
3275 "been cleaned up by the time this is called, and if your callback then jumps "
3276 "into some HLL function)."
3277 msgstr ""
3278
3279 #. type: =head2
3280 #: ../src/guestfs.pod:1677
3281 msgid "guestfs_set_progress_callback"
3282 msgstr ""
3283
3284 #. type: verbatim
3285 #: ../src/guestfs.pod:1679
3286 #, no-wrap
3287 msgid ""
3288 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3289 "                                      int proc_nr, int serial,\n"
3290 "                                      uint64_t position, uint64_t total);\n"
3291 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3292 "                                     guestfs_progress_cb cb,\n"
3293 "                                     void *opaque);\n"
3294 "\n"
3295 msgstr ""
3296
3297 #. type: textblock
3298 #: ../src/guestfs.pod:1686
3299 msgid ""
3300 "Some long-running operations can generate progress messages.  If this "
3301 "callback is registered, then it will be called each time a progress message "
3302 "is generated (usually two seconds after the operation started, and three "
3303 "times per second thereafter until it completes, although the frequency may "
3304 "change in future versions)."
3305 msgstr ""
3306
3307 #. type: textblock
3308 #: ../src/guestfs.pod:1692
3309 msgid ""
3310 "The callback receives two numbers: C<position> and C<total>.  The units of "
3311 "C<total> are not defined, although for some operations C<total> may relate "
3312 "in some way to the amount of data to be transferred (eg. in bytes or "
3313 "megabytes), and C<position> may be the portion which has been transferred."
3314 msgstr ""
3315
3316 #. type: textblock
3317 #: ../src/guestfs.pod:1698
3318 msgid "The only defined and stable parts of the API are:"
3319 msgstr ""
3320
3321 #. type: textblock
3322 #: ../src/guestfs.pod:1704
3323 msgid ""
3324 "The callback can display to the user some type of progress bar or indicator "
3325 "which shows the ratio of C<position>:C<total>."
3326 msgstr ""
3327
3328 #. type: textblock
3329 #: ../src/guestfs.pod:1709
3330 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3331 msgstr ""
3332
3333 #. type: textblock
3334 #: ../src/guestfs.pod:1713
3335 msgid ""
3336 "If any progress notification is sent during a call, then a final progress "
3337 "notification is always sent when C<position> = C<total> (I<unless> the call "
3338 "fails with an error)."
3339 msgstr ""
3340
3341 #. type: textblock
3342 #: ../src/guestfs.pod:1717
3343 msgid ""
3344 "This is to simplify caller code, so callers can easily set the progress "
3345 "indicator to \"100%\" at the end of the operation, without requiring special "
3346 "code to detect this case."
3347 msgstr ""
3348
3349 #. type: textblock
3350 #: ../src/guestfs.pod:1723
3351 msgid ""
3352 "The callback also receives the procedure number and serial number of the "
3353 "call.  These are only useful for debugging protocol issues, and the callback "
3354 "can normally ignore them.  The callback may want to print these numbers in "
3355 "error messages or debugging messages."
3356 msgstr ""
3357
3358 #. type: =head1
3359 #: ../src/guestfs.pod:1728
3360 msgid "PRIVATE DATA AREA"
3361 msgstr ""
3362
3363 #. type: textblock
3364 #: ../src/guestfs.pod:1730
3365 msgid ""
3366 "You can attach named pieces of private data to the libguestfs handle, and "
3367 "fetch them by name for the lifetime of the handle.  This is called the "
3368 "private data area and is only available from the C API."
3369 msgstr ""
3370
3371 #. type: textblock
3372 #: ../src/guestfs.pod:1734
3373 msgid "To attach a named piece of data, use the following call:"
3374 msgstr ""
3375
3376 #. type: verbatim
3377 #: ../src/guestfs.pod:1736
3378 #, no-wrap
3379 msgid ""
3380 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3381 "\n"
3382 msgstr ""
3383
3384 #. type: textblock
3385 #: ../src/guestfs.pod:1738
3386 msgid ""
3387 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3388 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3389 "overwritten."
3390 msgstr ""
3391
3392 #. type: textblock
3393 #: ../src/guestfs.pod:1742
3394 msgid ""
3395 "You can use any C<key> you want, but names beginning with an underscore "
3396 "character are reserved for internal libguestfs purposes (for implementing "
3397 "language bindings).  It is recommended to prefix the name with some unique "
3398 "string to avoid collisions with other users."
3399 msgstr ""
3400
3401 #. type: textblock
3402 #: ../src/guestfs.pod:1747
3403 msgid "To retrieve the pointer, use:"
3404 msgstr ""
3405
3406 #. type: verbatim
3407 #: ../src/guestfs.pod:1749
3408 #, no-wrap
3409 msgid ""
3410 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3411 "\n"
3412 msgstr ""
3413
3414 #. type: textblock
3415 #: ../src/guestfs.pod:1751
3416 msgid ""
3417 "This function returns C<NULL> if either no data is found associated with "
3418 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3419 "C<NULL>."
3420 msgstr ""
3421
3422 #. type: textblock
3423 #: ../src/guestfs.pod:1755
3424 msgid ""
3425 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3426 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3427 "all.  In particular, libguestfs does I<not> try to free the data when the "
3428 "handle is closed.  If the data must be freed, then the caller must either "
3429 "free it before calling L</guestfs_close> or must set up a close callback to "
3430 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3431 "can be registered for a handle)."
3432 msgstr ""
3433
3434 #. type: textblock
3435 #: ../src/guestfs.pod:1763
3436 msgid ""
3437 "The private data area is implemented using a hash table, and should be "
3438 "reasonably efficient for moderate numbers of keys."
3439 msgstr ""
3440
3441 #. type: =end
3442 #: ../src/guestfs.pod:1766 ../src/guestfs.pod:1771
3443 msgid "html"
3444 msgstr ""
3445
3446 #. type: textblock
3447 #: ../src/guestfs.pod:1768
3448 msgid ""
3449 "<!-- old anchor for the next section --> <a "
3450 "name=\"state_machine_and_low_level_event_api\"/>"
3451 msgstr ""
3452
3453 #. type: =head1
3454 #: ../src/guestfs.pod:1773
3455 msgid "ARCHITECTURE"
3456 msgstr ""
3457
3458 #. type: textblock
3459 #: ../src/guestfs.pod:1775
3460 msgid ""
3461 "Internally, libguestfs is implemented by running an appliance (a special "
3462 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3463 "process of the main program."
3464 msgstr ""
3465
3466 #. type: verbatim
3467 #: ../src/guestfs.pod:1779
3468 #, no-wrap
3469 msgid ""
3470 "  ___________________\n"
3471 " /                   \\\n"
3472 " | main program      |\n"
3473 " |                   |\n"
3474 " |                   |           child process / appliance\n"
3475 " |                   |           __________________________\n"
3476 " |                   |          / qemu                     \\\n"
3477 " +-------------------+   RPC    |      +-----------------+ |\n"
3478 " | libguestfs     <--------------------> guestfsd        | |\n"
3479 " |                   |          |      +-----------------+ |\n"
3480 " \\___________________/          |      | Linux kernel    | |\n"
3481 "                                |      +--^--------------+ |\n"
3482 "                                \\_________|________________/\n"
3483 "                                          |\n"
3484 "                                   _______v______\n"
3485 "                                  /              \\\n"
3486 "                                  | Device or    |\n"
3487 "                                  | disk image   |\n"
3488 "                                  \\______________/\n"
3489 "\n"
3490 msgstr ""
3491
3492 #. type: textblock
3493 #: ../src/guestfs.pod:1799
3494 msgid ""
3495 "The library, linked to the main program, creates the child process and hence "
3496 "the appliance in the L</guestfs_launch> function."
3497 msgstr ""
3498
3499 #. type: textblock
3500 #: ../src/guestfs.pod:1802
3501 msgid ""
3502 "Inside the appliance is a Linux kernel and a complete stack of userspace "
3503 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
3504 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
3505 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
3506 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
3507 "attached to the qemu process which translates device access by the "
3508 "appliance's Linux kernel into accesses to the image."
3509 msgstr ""
3510
3511 #. type: textblock
3512 #: ../src/guestfs.pod:1811
3513 msgid ""
3514 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
3515 "Although the disk image you are attached to might also be used by some "
3516 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
3517 "care if both libguestfs's qemu process and your virtual machine are trying "
3518 "to update the disk image at the same time, since these usually results in "
3519 "massive disk corruption)."
3520 msgstr ""
3521
3522 #. type: =head1
3523 #: ../src/guestfs.pod:1818
3524 msgid "STATE MACHINE"
3525 msgstr ""
3526
3527 #. type: textblock
3528 #: ../src/guestfs.pod:1820
3529 msgid "libguestfs uses a state machine to model the child process:"
3530 msgstr ""
3531
3532 #. type: verbatim
3533 #: ../src/guestfs.pod:1822
3534 #, no-wrap
3535 msgid ""
3536 "                         |\n"
3537 "                    guestfs_create\n"
3538 "                         |\n"
3539 "                         |\n"
3540 "                     ____V_____\n"
3541 "                    /          \\\n"
3542 "                    |  CONFIG  |\n"
3543 "                    \\__________/\n"
3544 "                     ^ ^   ^  \\\n"
3545 "                    /  |    \\  \\ guestfs_launch\n"
3546 "                   /   |    _\\__V______\n"
3547 "                  /    |   /           \\\n"
3548 "                 /     |   | LAUNCHING |\n"
3549 "                /      |   \\___________/\n"
3550 "               /       |       /\n"
3551 "              /        |  guestfs_launch\n"
3552 "             /         |     /\n"
3553 "    ______  /        __|____V\n"
3554 "   /      \\ ------> /        \\\n"
3555 "   | BUSY |         | READY  |\n"
3556 "   \\______/ <------ \\________/\n"
3557 "\n"
3558 msgstr ""
3559
3560 #. type: textblock
3561 #: ../src/guestfs.pod:1844
3562 msgid ""
3563 "The normal transitions are (1) CONFIG (when the handle is created, but there "
3564 "is no child process), (2) LAUNCHING (when the child process is booting up), "
3565 "(3) alternating between READY and BUSY as commands are issued to, and "
3566 "carried out by, the child process."
3567 msgstr ""
3568
3569 #. type: textblock
3570 #: ../src/guestfs.pod:1849
3571 msgid ""
3572 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
3573 "asynchronously at any time (eg. due to some internal error), and that causes "
3574 "the state to transition back to CONFIG."
3575 msgstr ""
3576
3577 #. type: textblock
3578 #: ../src/guestfs.pod:1853
3579 msgid ""
3580 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
3581 "issued when in the CONFIG state."
3582 msgstr ""
3583
3584 #. type: textblock
3585 #: ../src/guestfs.pod:1856
3586 msgid ""
3587 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
3588 "L</guestfs_launch> blocks until the child process is READY to accept "
3589 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
3590 "moves the state from CONFIG to LAUNCHING while it is running."
3591 msgstr ""
3592
3593 #. type: textblock
3594 #: ../src/guestfs.pod:1862
3595 msgid ""
3596 "API actions such as L</guestfs_mount> can only be issued when in the READY "
3597 "state.  These API calls block waiting for the command to be carried out "
3598 "(ie. the state to transition to BUSY and then back to READY).  There are no "
3599 "non-blocking versions, and no way to issue more than one command per handle "
3600 "at the same time."
3601 msgstr ""
3602
3603 #. type: textblock
3604 #: ../src/guestfs.pod:1868
3605 msgid ""
3606 "Finally, the child process sends asynchronous messages back to the main "
3607 "program, such as kernel log messages.  You can register a callback to "
3608 "receive these messages."
3609 msgstr ""
3610
3611 #. type: =head1
3612 #: ../src/guestfs.pod:1872
3613 msgid "INTERNALS"
3614 msgstr ""
3615
3616 #. type: =head2
3617 #: ../src/guestfs.pod:1874
3618 msgid "COMMUNICATION PROTOCOL"
3619 msgstr ""
3620
3621 #. type: textblock
3622 #: ../src/guestfs.pod:1876
3623 msgid ""
3624 "Don't rely on using this protocol directly.  This section documents how it "
3625 "currently works, but it may change at any time."
3626 msgstr ""
3627
3628 #. type: textblock
3629 #: ../src/guestfs.pod:1879
3630 msgid ""
3631 "The protocol used to talk between the library and the daemon running inside "
3632 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
3633 "1014, RFC 1832, RFC 4506)."
3634 msgstr ""
3635
3636 #. type: textblock
3637 #: ../src/guestfs.pod:1883
3638 msgid ""
3639 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
3640 "this file is automatically generated)."
3641 msgstr ""
3642
3643 #. type: textblock
3644 #: ../src/guestfs.pod:1886
3645 msgid ""
3646 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
3647 "and C<FileOut> parameters, which are handled with very simple request/reply "
3648 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
3649 "parameters, which use the same request and reply messages, but they may also "
3650 "be followed by files sent using a chunked encoding."
3651 msgstr ""
3652
3653 #. type: =head3
3654 #: ../src/guestfs.pod:1893
3655 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
3656 msgstr ""
3657
3658 #. type: textblock
3659 #: ../src/guestfs.pod:1895
3660 msgid "For ordinary functions, the request message is:"
3661 msgstr ""
3662
3663 #. type: verbatim
3664 #: ../src/guestfs.pod:1897
3665 #, no-wrap
3666 msgid ""
3667 " total length (header + arguments,\n"
3668 "      but not including the length word itself)\n"
3669 " struct guestfs_message_header (encoded as XDR)\n"
3670 " struct guestfs_<foo>_args (encoded as XDR)\n"
3671 "\n"
3672 msgstr ""
3673
3674 #. type: textblock
3675 #: ../src/guestfs.pod:1902
3676 msgid ""
3677 "The total length field allows the daemon to allocate a fixed size buffer "
3678 "into which it slurps the rest of the message.  As a result, the total length "
3679 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
3680 "effective size of any request is limited to somewhere under this size."
3681 msgstr ""
3682
3683 #. type: textblock
3684 #: ../src/guestfs.pod:1908
3685 msgid ""
3686 "Note also that many functions don't take any arguments, in which case the "
3687 "C<guestfs_I<foo>_args> is completely omitted."
3688 msgstr ""
3689
3690 #. type: textblock
3691 #: ../src/guestfs.pod:1911
3692 msgid ""
3693 "The header contains the procedure number (C<guestfs_proc>) which is how the "
3694 "receiver knows what type of args structure to expect, or none at all."
3695 msgstr ""
3696
3697 #. type: textblock
3698 #: ../src/guestfs.pod:1915
3699 msgid ""
3700 "For functions that take optional arguments, the optional arguments are "
3701 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
3702 "arguments.  A bitmask in the header indicates which optional arguments are "
3703 "meaningful.  The bitmask is also checked to see if it contains bits set "
3704 "which the daemon does not know about (eg. if more optional arguments were "
3705 "added in a later version of the library), and this causes the call to be "
3706 "rejected."
3707 msgstr ""
3708
3709 #. type: textblock
3710 #: ../src/guestfs.pod:1923
3711 msgid "The reply message for ordinary functions is:"
3712 msgstr ""
3713
3714 #. type: verbatim
3715 #: ../src/guestfs.pod:1925
3716 #, no-wrap
3717 msgid ""
3718 " total length (header + ret,\n"
3719 "      but not including the length word itself)\n"
3720 " struct guestfs_message_header (encoded as XDR)\n"
3721 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3722 "\n"
3723 msgstr ""
3724
3725 #. type: textblock
3726 #: ../src/guestfs.pod:1930
3727 msgid ""
3728 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
3729 "functions that return no formal return values."
3730 msgstr ""
3731
3732 #. type: textblock
3733 #: ../src/guestfs.pod:1933
3734 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
3735 msgstr ""
3736
3737 #. type: textblock
3738 #: ../src/guestfs.pod:1936
3739 msgid ""
3740 "In the case of an error, a flag is set in the header, and the reply message "
3741 "is slightly changed:"
3742 msgstr ""
3743
3744 #. type: verbatim
3745 #: ../src/guestfs.pod:1939
3746 #, no-wrap
3747 msgid ""
3748 " total length (header + error,\n"
3749 "      but not including the length word itself)\n"
3750 " struct guestfs_message_header (encoded as XDR)\n"
3751 " struct guestfs_message_error (encoded as XDR)\n"
3752 "\n"
3753 msgstr ""
3754
3755 #. type: textblock
3756 #: ../src/guestfs.pod:1944
3757 msgid ""
3758 "The C<guestfs_message_error> structure contains the error message as a "
3759 "string."
3760 msgstr ""
3761
3762 #. type: =head3
3763 #: ../src/guestfs.pod:1947
3764 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
3765 msgstr ""
3766
3767 #. type: textblock
3768 #: ../src/guestfs.pod:1949
3769 msgid ""
3770 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
3771 "The normal request message is sent (see above).  However this is followed by "
3772 "a sequence of file chunks."
3773 msgstr ""
3774
3775 #. type: verbatim
3776 #: ../src/guestfs.pod:1953
3777 #, no-wrap
3778 msgid ""
3779 " total length (header + arguments,\n"
3780 "      but not including the length word itself,\n"
3781 "      and not including the chunks)\n"
3782 " struct guestfs_message_header (encoded as XDR)\n"
3783 " struct guestfs_<foo>_args (encoded as XDR)\n"
3784 " sequence of chunks for FileIn param #0\n"
3785 " sequence of chunks for FileIn param #1 etc.\n"
3786 "\n"
3787 msgstr ""
3788
3789 #. type: textblock
3790 #: ../src/guestfs.pod:1961
3791 msgid "The \"sequence of chunks\" is:"
3792 msgstr ""
3793
3794 #. type: verbatim
3795 #: ../src/guestfs.pod:1963
3796 #, no-wrap
3797 msgid ""
3798 " length of chunk (not including length word itself)\n"
3799 " struct guestfs_chunk (encoded as XDR)\n"
3800 " length of chunk\n"
3801 " struct guestfs_chunk (encoded as XDR)\n"
3802 "   ...\n"
3803 " length of chunk\n"
3804 " struct guestfs_chunk (with data.data_len == 0)\n"
3805 "\n"
3806 msgstr ""
3807
3808 #. type: textblock
3809 #: ../src/guestfs.pod:1971
3810 msgid ""
3811 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
3812 "is set in the final chunk to indicate either successful completion or early "
3813 "cancellation."
3814 msgstr ""
3815
3816 #. type: textblock
3817 #: ../src/guestfs.pod:1975
3818 msgid ""
3819 "At time of writing there are no functions that have more than one FileIn "
3820 "parameter.  However this is (theoretically) supported, by sending the "
3821 "sequence of chunks for each FileIn parameter one after another (from left to "
3822 "right)."
3823 msgstr ""
3824
3825 #. type: textblock
3826 #: ../src/guestfs.pod:1980
3827 msgid ""
3828 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
3829 "transfer.  The library does this by sending a chunk with a special flag set "
3830 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
3831 "RPC, does I<not> send any reply, and goes back to reading the next request."
3832 msgstr ""
3833
3834 #. type: textblock
3835 #: ../src/guestfs.pod:1986
3836 msgid ""
3837 "The daemon may also cancel.  It does this by writing a special word "
3838 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
3839 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
3840 "cancel chunk).  The special word is chosen so that even if cancellation "
3841 "happens right at the end of the transfer (after the library has finished "
3842 "writing and has started listening for the reply), the \"spurious\" cancel "
3843 "flag will not be confused with the reply message."
3844 msgstr ""
3845
3846 #. type: textblock
3847 #: ../src/guestfs.pod:1995
3848 msgid ""
3849 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
3850 "limit), and also files where the size is not known in advance (eg. from "
3851 "pipes or sockets).  However the chunks are rather small "
3852 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
3853 "to keep much in memory."
3854 msgstr ""
3855
3856 #. type: =head3
3857 #: ../src/guestfs.pod:2001
3858 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
3859 msgstr ""
3860
3861 #. type: textblock
3862 #: ../src/guestfs.pod:2003
3863 msgid ""
3864 "The protocol for FileOut parameters is exactly the same as for FileIn "
3865 "parameters, but with the roles of daemon and library reversed."
3866 msgstr ""
3867
3868 #. type: verbatim
3869 #: ../src/guestfs.pod:2006
3870 #, no-wrap
3871 msgid ""
3872 " total length (header + ret,\n"
3873 "      but not including the length word itself,\n"
3874 "      and not including the chunks)\n"
3875 " struct guestfs_message_header (encoded as XDR)\n"
3876 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3877 " sequence of chunks for FileOut param #0\n"
3878 " sequence of chunks for FileOut param #1 etc.\n"
3879 "\n"
3880 msgstr ""
3881
3882 #. type: =head3
3883 #: ../src/guestfs.pod:2014
3884 msgid "INITIAL MESSAGE"
3885 msgstr ""
3886
3887 #. type: textblock
3888 #: ../src/guestfs.pod:2016
3889 msgid ""
3890 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
3891 "which indicates that the guest and daemon is alive.  This is what "
3892 "L</guestfs_launch> waits for."
3893 msgstr ""
3894
3895 #. type: =head3
3896 #: ../src/guestfs.pod:2020
3897 msgid "PROGRESS NOTIFICATION MESSAGES"
3898 msgstr ""
3899
3900 #. type: textblock
3901 #: ../src/guestfs.pod:2022
3902 msgid ""
3903 "The daemon may send progress notification messages at any time.  These are "
3904 "distinguished by the normal length word being replaced by "
3905 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
3906 msgstr ""
3907
3908 #. type: textblock
3909 #: ../src/guestfs.pod:2026
3910 msgid ""
3911 "The library turns them into progress callbacks (see "
3912 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
3913 "discards them if not."
3914 msgstr ""
3915
3916 #. type: textblock
3917 #: ../src/guestfs.pod:2030
3918 msgid ""
3919 "The daemon self-limits the frequency of progress messages it sends (see "
3920 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
3921 "messages."
3922 msgstr ""
3923
3924 #. type: =head1
3925 #: ../src/guestfs.pod:2034
3926 msgid "LIBGUESTFS VERSION NUMBERS"
3927 msgstr ""
3928
3929 #. type: textblock
3930 #: ../src/guestfs.pod:2036
3931 msgid ""
3932 "Since April 2010, libguestfs has started to make separate development and "
3933 "stable releases, along with corresponding branches in our git repository.  "
3934 "These separate releases can be identified by version number:"
3935 msgstr ""
3936
3937 #. type: verbatim
3938 #: ../src/guestfs.pod:2041
3939 #, no-wrap
3940 msgid ""
3941 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
3942 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
3943 "       |\n"
3944 "       v\n"
3945 " 1  .  3  .  5\n"
3946 " ^           ^\n"
3947 " |           |\n"
3948 " |           `-------- sub-version\n"
3949 " |\n"
3950 " `------ always '1' because we don't change the ABI\n"
3951 "\n"
3952 msgstr ""
3953
3954 #. type: textblock
3955 #: ../src/guestfs.pod:2052
3956 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
3957 msgstr ""
3958
3959 #. type: textblock
3960 #: ../src/guestfs.pod:2054
3961 msgid ""
3962 "As time passes we cherry pick fixes from the development branch and backport "
3963 "those into the stable branch, the effect being that the stable branch should "
3964 "get more stable and less buggy over time.  So the stable releases are ideal "
3965 "for people who don't need new features but would just like the software to "
3966 "work."
3967 msgstr ""
3968
3969 #. type: textblock
3970 #: ../src/guestfs.pod:2060
3971 msgid "Our criteria for backporting changes are:"
3972 msgstr ""
3973
3974 #. type: textblock
3975 #: ../src/guestfs.pod:2066
3976 msgid ""
3977 "Documentation changes which don't affect any code are backported unless the "
3978 "documentation refers to a future feature which is not in stable."
3979 msgstr ""
3980
3981 #. type: textblock
3982 #: ../src/guestfs.pod:2072
3983 msgid ""
3984 "Bug fixes which are not controversial, fix obvious problems, and have been "
3985 "well tested are backported."
3986 msgstr ""
3987
3988 #. type: textblock
3989 #: ../src/guestfs.pod:2077
3990 msgid ""
3991 "Simple rearrangements of code which shouldn't affect how it works get "
3992 "backported.  This is so that the code in the two branches doesn't get too "
3993 "far out of step, allowing us to backport future fixes more easily."
3994 msgstr ""
3995
3996 #. type: textblock
3997 #: ../src/guestfs.pod:2083
3998 msgid ""
3999 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4000 "exceptional case: the new feature is required in order to implement an "
4001 "important bug fix."
4002 msgstr ""
4003
4004 #. type: textblock
4005 #: ../src/guestfs.pod:2089
4006 msgid ""
4007 "A new stable branch starts when we think the new features in development are "
4008 "substantial and compelling enough over the current stable branch to warrant "
4009 "it.  When that happens we create new stable and development versions 1.N.0 "
4010 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4011 "stable at this point, but by backporting fixes from development, that branch "
4012 "will stabilize over time."
4013 msgstr ""
4014
4015 #. type: =head1
4016 #: ../src/guestfs.pod:2097
4017 msgid "EXTENDING LIBGUESTFS"
4018 msgstr ""
4019
4020 #. type: =head2
4021 #: ../src/guestfs.pod:2099
4022 msgid "ADDING A NEW API ACTION"
4023 msgstr ""
4024
4025 #. type: textblock
4026 #: ../src/guestfs.pod:2101
4027 msgid ""
4028 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4029 "documentation) are generated, and this makes it easy to extend the "
4030 "libguestfs API."
4031 msgstr ""
4032
4033 #. type: textblock
4034 #: ../src/guestfs.pod:2105
4035 msgid "To add a new API action there are two changes:"
4036 msgstr ""
4037
4038 #. type: textblock
4039 #: ../src/guestfs.pod:2111
4040 msgid ""
4041 "You need to add a description of the call (name, parameters, return type, "
4042 "tests, documentation) to C<generator/generator_actions.ml>."
4043 msgstr ""
4044
4045 #. type: textblock
4046 #: ../src/guestfs.pod:2114
4047 msgid ""
4048 "There are two sorts of API action, depending on whether the call goes "
4049 "through to the daemon in the appliance, or is serviced entirely by the "
4050 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4051 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4052 "an example of the latter, since a trace flag is maintained in the handle and "
4053 "all tracing is done on the library side."
4054 msgstr ""
4055
4056 #. type: textblock
4057 #: ../src/guestfs.pod:2122
4058 msgid ""
4059 "Most new actions are of the first type, and get added to the "
4060 "C<daemon_functions> list.  Each function has a unique procedure number used "
4061 "in the RPC protocol which is assigned to that action when we publish "
4062 "libguestfs and cannot be reused.  Take the latest procedure number and "
4063 "increment it."
4064 msgstr ""
4065
4066 #. type: textblock
4067 #: ../src/guestfs.pod:2128
4068 msgid ""
4069 "For library-only actions of the second type, add to the "
4070 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4071 "library and do not travel over the RPC mechanism to the daemon, these "
4072 "functions do not need a procedure number, and so the procedure number is set "
4073 "to C<-1>."
4074 msgstr ""
4075
4076 #. type: textblock
4077 #: ../src/guestfs.pod:2136
4078 msgid "Implement the action (in C):"
4079 msgstr ""
4080
4081 #. type: textblock
4082 #: ../src/guestfs.pod:2138
4083 msgid ""
4084 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4085 "C<daemon/> directory."
4086 msgstr ""
4087
4088 #. type: textblock
4089 #: ../src/guestfs.pod:2141
4090 msgid ""
4091 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4092 "(note: double underscore) in the C<src/> directory."
4093 msgstr ""
4094
4095 #. type: textblock
4096 #: ../src/guestfs.pod:2144
4097 msgid "In either case, use another function as an example of what to do."
4098 msgstr ""
4099
4100 #. type: textblock
4101 #: ../src/guestfs.pod:2148
4102 msgid "After making these changes, use C<make> to compile."
4103 msgstr ""
4104
4105 #. type: textblock
4106 #: ../src/guestfs.pod:2150
4107 msgid ""
4108 "Note that you don't need to implement the RPC, language bindings, manual "
4109 "pages or anything else.  It's all automatically generated from the OCaml "
4110 "description."
4111 msgstr ""
4112
4113 #. type: =head2
4114 #: ../src/guestfs.pod:2154
4115 msgid "ADDING TESTS FOR AN API ACTION"
4116 msgstr ""
4117
4118 #. type: textblock
4119 #: ../src/guestfs.pod:2156
4120 msgid ""
4121 "You can supply zero or as many tests as you want per API call.  The tests "
4122 "can either be added as part of the API description "
4123 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4124 "drop a script into C<regressions/>.  Note that adding a script to "
4125 "C<regressions/> is slower, so if possible use the first method."
4126 msgstr ""
4127
4128 #. type: textblock
4129 #: ../src/guestfs.pod:2162
4130 msgid ""
4131 "The following describes the test environment used when you add an API test "
4132 "in C<generator_actions.ml>."
4133 msgstr ""
4134
4135 #. type: textblock
4136 #: ../src/guestfs.pod:2165
4137 msgid "The test environment has 4 block devices:"
4138 msgstr ""
4139
4140 #. type: =item
4141 #: ../src/guestfs.pod:2169
4142 msgid "C</dev/sda> 500MB"
4143 msgstr ""
4144
4145 #. type: textblock
4146 #: ../src/guestfs.pod:2171
4147 msgid "General block device for testing."
4148 msgstr ""
4149
4150 #. type: =item
4151 #: ../src/guestfs.pod:2173
4152 msgid "C</dev/sdb> 50MB"
4153 msgstr ""
4154
4155 #. type: textblock
4156 #: ../src/guestfs.pod:2175
4157 msgid ""
4158 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4159 "operations."
4160 msgstr ""
4161
4162 #. type: =item
4163 #: ../src/guestfs.pod:2178
4164 msgid "C</dev/sdc> 10MB"
4165 msgstr ""
4166
4167 #. type: textblock
4168 #: ../src/guestfs.pod:2180
4169 msgid "Used in a few tests where two block devices are needed."
4170 msgstr ""
4171
4172 #. type: =item
4173 #: ../src/guestfs.pod:2182
4174 msgid "C</dev/sdd>"
4175 msgstr ""
4176
4177 #. type: textblock
4178 #: ../src/guestfs.pod:2184
4179 msgid "ISO with fixed content (see C<images/test.iso>)."
4180 msgstr ""
4181
4182 #. type: textblock
4183 #: ../src/guestfs.pod:2188
4184 msgid ""
4185 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4186 "appliance and block devices are reused between tests.  So don't try testing "
4187 "L</guestfs_kill_subprocess> :-x"
4188 msgstr ""
4189
4190 #. type: textblock
4191 #: ../src/guestfs.pod:2192
4192 msgid ""
4193 "Each test starts with an initial scenario, selected using one of the "
4194 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4195 "initialize the disks mentioned above in a particular way as documented in "
4196 "C<generator_types.ml>.  You should not assume anything about the previous "
4197 "contents of other disks that are not initialized."
4198 msgstr ""
4199
4200 #. type: textblock
4201 #: ../src/guestfs.pod:2198
4202 msgid ""
4203 "You can add a prerequisite clause to any individual test.  This is a "
4204 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4205 "if testing a command which might not work on all variations of libguestfs "
4206 "builds.  A test that has prerequisite of C<Always> means to run "
4207 "unconditionally."
4208 msgstr ""
4209
4210 #. type: textblock
4211 #: ../src/guestfs.pod:2204
4212 msgid ""
4213 "In addition, packagers can skip individual tests by setting environment "
4214 "variables before running C<make check>."
4215 msgstr ""
4216
4217 #. type: verbatim
4218 #: ../src/guestfs.pod:2207
4219 #, no-wrap
4220 msgid ""
4221 " SKIP_TEST_<CMD>_<NUM>=1\n"
4222 "\n"
4223 msgstr ""
4224
4225 #. type: textblock
4226 #: ../src/guestfs.pod:2209
4227 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4228 msgstr ""
4229
4230 #. type: textblock
4231 #: ../src/guestfs.pod:2211
4232 msgid "or:"
4233 msgstr ""
4234
4235 #. type: verbatim
4236 #: ../src/guestfs.pod:2213
4237 #, no-wrap
4238 msgid ""
4239 " SKIP_TEST_<CMD>=1\n"
4240 "\n"
4241 msgstr ""
4242
4243 #. type: textblock
4244 #: ../src/guestfs.pod:2215
4245 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4246 msgstr ""
4247
4248 #. type: textblock
4249 #: ../src/guestfs.pod:2217
4250 msgid "Packagers can run only certain tests by setting for example:"
4251 msgstr ""
4252
4253 #. type: verbatim
4254 #: ../src/guestfs.pod:2219
4255 #, no-wrap
4256 msgid ""
4257 " TEST_ONLY=\"vfs_type zerofree\"\n"
4258 "\n"
4259 msgstr ""
4260
4261 #. type: textblock
4262 #: ../src/guestfs.pod:2221
4263 msgid ""
4264 "See C<capitests/tests.c> for more details of how these environment variables "
4265 "work."
4266 msgstr ""
4267
4268 #. type: =head2
4269 #: ../src/guestfs.pod:2224
4270 msgid "DEBUGGING NEW API ACTIONS"
4271 msgstr ""
4272
4273 #. type: textblock
4274 #: ../src/guestfs.pod:2226
4275 msgid "Test new actions work before submitting them."
4276 msgstr ""
4277
4278 #. type: textblock
4279 #: ../src/guestfs.pod:2228
4280 msgid "You can use guestfish to try out new commands."
4281 msgstr ""
4282
4283 #. type: textblock
4284 #: ../src/guestfs.pod:2230
4285 msgid ""
4286 "Debugging the daemon is a problem because it runs inside a minimal "
4287 "environment.  However you can fprintf messages in the daemon to stderr, and "
4288 "they will show up if you use C<guestfish -v>."
4289 msgstr ""
4290
4291 #. type: =head2
4292 #: ../src/guestfs.pod:2234
4293 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4294 msgstr ""
4295
4296 #. type: textblock
4297 #: ../src/guestfs.pod:2236
4298 msgid ""
4299 "Our C source code generally adheres to some basic code-formatting "
4300 "conventions.  The existing code base is not totally consistent on this "
4301 "front, but we do prefer that contributed code be formatted similarly.  In "
4302 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4303 "indentation level, and other than that, follow the K&R style."
4304 msgstr ""
4305
4306 #. type: textblock
4307 #: ../src/guestfs.pod:2242
4308 msgid ""
4309 "If you use Emacs, add the following to one of one of your start-up files "
4310 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4311 msgstr ""
4312
4313 #. type: verbatim
4314 #: ../src/guestfs.pod:2245
4315 #, no-wrap
4316 msgid ""
4317 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4318 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4319 " (add-hook 'find-file-hook\n"
4320 "     '(lambda () (if (and buffer-file-name\n"
4321 "                          (string-match \"/libguestfs\\\\>\"\n"
4322 "                              (buffer-file-name))\n"
4323 "                          (not (string-equal mode-name \"Change Log\"))\n"
4324 "                          (not (string-equal mode-name \"Makefile\")))\n"
4325 "                     (setq indent-tabs-mode nil))))\n"
4326 " \n"
4327 msgstr ""
4328
4329 #. type: verbatim
4330 #: ../src/guestfs.pod:2255
4331 #, no-wrap
4332 msgid ""
4333 " ;;; When editing C sources in libguestfs, use this style.\n"
4334 " (defun libguestfs-c-mode ()\n"
4335 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4336 "   (interactive)\n"
4337 "   (c-set-style \"K&R\")\n"
4338 "   (setq c-indent-level 2)\n"
4339 "   (setq c-basic-offset 2))\n"
4340 " (add-hook 'c-mode-hook\n"
4341 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4342 "                               (buffer-file-name))\n"
4343 "                           (libguestfs-c-mode))))\n"
4344 "\n"
4345 msgstr ""
4346
4347 #. type: textblock
4348 #: ../src/guestfs.pod:2267
4349 msgid "Enable warnings when compiling (and fix any problems this finds):"
4350 msgstr ""
4351
4352 #. type: verbatim
4353 #: ../src/guestfs.pod:2270
4354 #, no-wrap
4355 msgid ""
4356 " ./configure --enable-gcc-warnings\n"
4357 "\n"
4358 msgstr ""
4359
4360 #. type: textblock
4361 #: ../src/guestfs.pod:2272
4362 msgid "Useful targets are:"
4363 msgstr ""
4364
4365 #. type: verbatim
4366 #: ../src/guestfs.pod:2274
4367 #, no-wrap
4368 msgid ""
4369 " make syntax-check  # checks the syntax of the C code\n"
4370 " make check         # runs the test suite\n"
4371 "\n"
4372 msgstr ""
4373
4374 #. type: =head2
4375 #: ../src/guestfs.pod:2277
4376 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4377 msgstr ""
4378
4379 #. type: textblock
4380 #: ../src/guestfs.pod:2279
4381 msgid ""
4382 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4383 "which are used to do shell quoting."
4384 msgstr ""
4385
4386 #. type: =item
4387 #: ../src/guestfs.pod:2284
4388 msgid "%Q"
4389 msgstr ""
4390
4391 #. type: textblock
4392 #: ../src/guestfs.pod:2286
4393 msgid ""
4394 "Simple shell quoted string.  Any spaces or other shell characters are "
4395 "escaped for you."
4396 msgstr ""
4397
4398 #. type: =item
4399 #: ../src/guestfs.pod:2289
4400 msgid "%R"
4401 msgstr ""
4402
4403 #. type: textblock
4404 #: ../src/guestfs.pod:2291
4405 msgid ""
4406 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4407 "the sysroot."
4408 msgstr ""
4409
4410 #. type: textblock
4411 #: ../src/guestfs.pod:2296 ../fish/guestfish.pod:240 ../fish/guestfish.pod:594
4412 msgid "For example:"
4413 msgstr ""
4414
4415 #. type: verbatim
4416 #: ../src/guestfs.pod:2298
4417 #, no-wrap
4418 msgid ""
4419 " asprintf (&cmd, \"cat %R\", path);\n"
4420 "\n"
4421 msgstr ""
4422
4423 #. type: textblock
4424 #: ../src/guestfs.pod:2300
4425 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4426 msgstr ""
4427
4428 #. type: textblock
4429 #: ../src/guestfs.pod:2302
4430 msgid ""
4431 "I<Note:> Do I<not> use these when you are passing parameters to the "
4432 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
4433 "because they are not passed via the shell (instead, straight to exec).  You "
4434 "probably want to use the C<sysroot_path()> function however."
4435 msgstr ""
4436
4437 #. type: =head2
4438 #: ../src/guestfs.pod:2308
4439 msgid "SUBMITTING YOUR NEW API ACTIONS"
4440 msgstr ""
4441
4442 #. type: textblock
4443 #: ../src/guestfs.pod:2310
4444 msgid ""
4445 "Submit patches to the mailing list: "
4446 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
4447 "L<rjones@redhat.com>."
4448 msgstr ""
4449
4450 #. type: =head2
4451 #: ../src/guestfs.pod:2314
4452 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
4453 msgstr ""
4454
4455 #. type: textblock
4456 #: ../src/guestfs.pod:2316
4457 msgid "We support i18n (gettext anyhow) in the library."
4458 msgstr ""
4459
4460 #. type: textblock
4461 #: ../src/guestfs.pod:2318
4462 msgid ""
4463 "However many messages come from the daemon, and we don't translate those at "
4464 "the moment.  One reason is that the appliance generally has all locale files "
4465 "removed from it, because they take up a lot of space.  So we'd have to readd "
4466 "some of those, as well as copying our PO files into the appliance."
4467 msgstr ""
4468
4469 #. type: textblock
4470 #: ../src/guestfs.pod:2324
4471 msgid ""
4472 "Debugging messages are never translated, since they are intended for the "
4473 "programmers."
4474 msgstr ""
4475
4476 #. type: =head2
4477 #: ../src/guestfs.pod:2327
4478 msgid "SOURCE CODE SUBDIRECTORIES"
4479 msgstr ""
4480
4481 #. type: =item
4482 #: ../src/guestfs.pod:2331
4483 msgid "C<appliance>"
4484 msgstr ""
4485
4486 #. type: textblock
4487 #: ../src/guestfs.pod:2333
4488 msgid "The libguestfs appliance, build scripts and so on."
4489 msgstr ""
4490
4491 #. type: =item
4492 #: ../src/guestfs.pod:2335
4493 msgid "C<capitests>"
4494 msgstr ""
4495
4496 #. type: textblock
4497 #: ../src/guestfs.pod:2337
4498 msgid "Automated tests of the C API."
4499 msgstr ""
4500
4501 #. type: =item
4502 #: ../src/guestfs.pod:2339
4503 msgid "C<cat>"
4504 msgstr ""
4505
4506 #. type: textblock
4507 #: ../src/guestfs.pod:2341
4508 msgid ""
4509 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
4510 "documentation."
4511 msgstr ""
4512
4513 #. type: =item
4514 #: ../src/guestfs.pod:2344
4515 msgid "C<caution>"
4516 msgstr ""
4517
4518 #. type: textblock
4519 #: ../src/guestfs.pod:2346
4520 msgid ""
4521 "Safety and liveness tests of components that libguestfs depends upon (not of "
4522 "libguestfs itself).  Mainly this is for qemu and the kernel."
4523 msgstr ""
4524
4525 #. type: =item
4526 #: ../src/guestfs.pod:2349
4527 msgid "C<contrib>"
4528 msgstr ""
4529
4530 #. type: textblock
4531 #: ../src/guestfs.pod:2351
4532 msgid "Outside contributions, experimental parts."
4533 msgstr ""
4534
4535 #. type: =item
4536 #: ../src/guestfs.pod:2353
4537 msgid "C<daemon>"
4538 msgstr ""
4539
4540 #. type: textblock
4541 #: ../src/guestfs.pod:2355
4542 msgid ""
4543 "The daemon that runs inside the libguestfs appliance and carries out "
4544 "actions."
4545 msgstr ""
4546
4547 #. type: =item
4548 #: ../src/guestfs.pod:2358
4549 msgid "C<df>"
4550 msgstr ""
4551
4552 #. type: textblock
4553 #: ../src/guestfs.pod:2360
4554 msgid "L<virt-df(1)> command and documentation."
4555 msgstr ""
4556
4557 #. type: =item
4558 #: ../src/guestfs.pod:2362
4559 msgid "C<examples>"
4560 msgstr ""
4561
4562 #. type: textblock
4563 #: ../src/guestfs.pod:2364
4564 msgid "C API example code."
4565 msgstr ""
4566
4567 #. type: =item
4568 #: ../src/guestfs.pod:2366
4569 msgid "C<fish>"
4570 msgstr ""
4571
4572 #. type: textblock
4573 #: ../src/guestfs.pod:2368
4574 msgid "L<guestfish(1)>, the command-line shell."
4575 msgstr ""
4576
4577 #. type: =item
4578 #: ../src/guestfs.pod:2370
4579 msgid "C<fuse>"
4580 msgstr ""
4581
4582 #. type: textblock
4583 #: ../src/guestfs.pod:2372
4584 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
4585 msgstr ""
4586
4587 #. type: =item
4588 #: ../src/guestfs.pod:2374
4589 msgid "C<generator>"
4590 msgstr ""
4591
4592 #. type: textblock
4593 #: ../src/guestfs.pod:2376
4594 msgid ""
4595 "The crucially important generator, used to automatically generate large "
4596 "amounts of boilerplate C code for things like RPC and bindings."
4597 msgstr ""
4598
4599 #. type: =item
4600 #: ../src/guestfs.pod:2379
4601 msgid "C<images>"
4602 msgstr ""
4603
4604 #. type: textblock
4605 #: ../src/guestfs.pod:2381
4606 msgid "Files used by the test suite."
4607 msgstr ""
4608
4609 #. type: textblock
4610 #: ../src/guestfs.pod:2383
4611 msgid "Some \"phony\" guest images which we test against."
4612 msgstr ""
4613
4614 #. type: =item
4615 #: ../src/guestfs.pod:2385
4616 msgid "C<inspector>"
4617 msgstr ""
4618
4619 #. type: textblock
4620 #: ../src/guestfs.pod:2387
4621 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
4622 msgstr ""
4623
4624 #. type: =item
4625 #: ../src/guestfs.pod:2389
4626 msgid "C<m4>"
4627 msgstr ""
4628
4629 #. type: textblock
4630 #: ../src/guestfs.pod:2391
4631 msgid "M4 macros used by autoconf."
4632 msgstr ""
4633
4634 #. type: =item
4635 #: ../src/guestfs.pod:2393
4636 msgid "C<po>"
4637 msgstr ""
4638
4639 #. type: textblock
4640 #: ../src/guestfs.pod:2395
4641 msgid "Translations of simple gettext strings."
4642 msgstr ""
4643
4644 #. type: =item
4645 #: ../src/guestfs.pod:2397
4646 msgid "C<po-docs>"
4647 msgstr ""
4648
4649 #. type: textblock
4650 #: ../src/guestfs.pod:2399
4651 msgid ""
4652 "The build infrastructure and PO files for translations of manpages and POD "
4653 "files.  Eventually this will be combined with the C<po> directory, but that "
4654 "is rather complicated."
4655 msgstr ""
4656
4657 #. type: =item
4658 #: ../src/guestfs.pod:2403
4659 msgid "C<regressions>"
4660 msgstr ""
4661
4662 #. type: textblock
4663 #: ../src/guestfs.pod:2405
4664 msgid "Regression tests."
4665 msgstr ""
4666
4667 #. type: =item
4668 #: ../src/guestfs.pod:2407
4669 msgid "C<rescue>"
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2409
4674 msgid "L<virt-rescue(1)> command and documentation."
4675 msgstr ""
4676
4677 #. type: =item
4678 #: ../src/guestfs.pod:2411
4679 msgid "C<src>"
4680 msgstr ""
4681
4682 #. type: textblock
4683 #: ../src/guestfs.pod:2413
4684 msgid "Source code to the C library."
4685 msgstr ""
4686
4687 #. type: =item
4688 #: ../src/guestfs.pod:2415
4689 msgid "C<tools>"
4690 msgstr ""
4691
4692 #. type: textblock
4693 #: ../src/guestfs.pod:2417
4694 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
4695 msgstr ""
4696
4697 #. type: =item
4698 #: ../src/guestfs.pod:2419
4699 msgid "C<test-tool>"
4700 msgstr ""
4701
4702 #. type: textblock
4703 #: ../src/guestfs.pod:2421
4704 msgid ""
4705 "Test tool for end users to test if their qemu/kernel combination will work "
4706 "with libguestfs."
4707 msgstr ""
4708
4709 #. type: =item
4710 #: ../src/guestfs.pod:2424
4711 msgid "C<csharp>"
4712 msgstr ""
4713
4714 #. type: =item
4715 #: ../src/guestfs.pod:2426
4716 msgid "C<haskell>"
4717 msgstr ""
4718
4719 #. type: =item
4720 #: ../src/guestfs.pod:2428
4721 msgid "C<java>"
4722 msgstr ""
4723
4724 #. type: =item
4725 #: ../src/guestfs.pod:2430
4726 msgid "C<ocaml>"
4727 msgstr ""
4728
4729 #. type: =item
4730 #: ../src/guestfs.pod:2432
4731 msgid "C<php>"
4732 msgstr ""
4733
4734 #. type: =item
4735 #: ../src/guestfs.pod:2434
4736 msgid "C<perl>"
4737 msgstr ""
4738
4739 #. type: =item
4740 #: ../src/guestfs.pod:2436
4741 msgid "C<python>"
4742 msgstr ""
4743
4744 #. type: =item
4745 #: ../src/guestfs.pod:2438
4746 msgid "C<ruby>"
4747 msgstr ""
4748
4749 #. type: textblock
4750 #: ../src/guestfs.pod:2440
4751 msgid "Language bindings."
4752 msgstr ""
4753
4754 #. type: =head1
4755 #: ../src/guestfs.pod:2444 ../fish/guestfish.pod:976 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:375
4756 msgid "ENVIRONMENT VARIABLES"
4757 msgstr ""
4758
4759 #. type: =item
4760 #: ../src/guestfs.pod:2448 ../fish/guestfish.pod:1002
4761 msgid "LIBGUESTFS_APPEND"
4762 msgstr ""
4763
4764 #. type: textblock
4765 #: ../src/guestfs.pod:2450 ../fish/guestfish.pod:1004
4766 msgid "Pass additional options to the guest kernel."
4767 msgstr ""
4768
4769 #. type: =item
4770 #: ../src/guestfs.pod:2452 ../fish/guestfish.pod:1006
4771 msgid "LIBGUESTFS_DEBUG"
4772 msgstr ""
4773
4774 #. type: textblock
4775 #: ../src/guestfs.pod:2454
4776 msgid ""
4777 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
4778 "effect as calling C<guestfs_set_verbose (g, 1)>."
4779 msgstr ""
4780
4781 #. type: =item
4782 #: ../src/guestfs.pod:2457 ../fish/guestfish.pod:1011
4783 msgid "LIBGUESTFS_MEMSIZE"
4784 msgstr ""
4785
4786 #. type: textblock
4787 #: ../src/guestfs.pod:2459 ../fish/guestfish.pod:1013
4788 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
4789 msgstr ""
4790
4791 #. type: verbatim
4792 #: ../src/guestfs.pod:2462 ../fish/guestfish.pod:1016
4793 #, no-wrap
4794 msgid ""
4795 " LIBGUESTFS_MEMSIZE=700\n"
4796 "\n"
4797 msgstr ""
4798
4799 #. type: =item
4800 #: ../src/guestfs.pod:2464 ../fish/guestfish.pod:1018
4801 msgid "LIBGUESTFS_PATH"
4802 msgstr ""
4803
4804 #. type: textblock
4805 #: ../src/guestfs.pod:2466
4806 msgid ""
4807 "Set the path that libguestfs uses to search for a supermin appliance.  See "
4808 "the discussion of paths in section L</PATH> above."
4809 msgstr ""
4810
4811 #. type: =item
4812 #: ../src/guestfs.pod:2469 ../fish/guestfish.pod:1023
4813 msgid "LIBGUESTFS_QEMU"
4814 msgstr ""
4815
4816 #. type: textblock
4817 #: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1025
4818 msgid ""
4819 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
4820 "which was found at compile time by the configure script is used."
4821 msgstr ""
4822
4823 #. type: textblock
4824 #: ../src/guestfs.pod:2475
4825 msgid "See also L</QEMU WRAPPERS> above."
4826 msgstr ""
4827
4828 #. type: =item
4829 #: ../src/guestfs.pod:2477 ../fish/guestfish.pod:1029
4830 msgid "LIBGUESTFS_TRACE"
4831 msgstr ""
4832
4833 #. type: textblock
4834 #: ../src/guestfs.pod:2479
4835 msgid ""
4836 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
4837 "effect as calling C<guestfs_set_trace (g, 1)>."
4838 msgstr ""
4839
4840 #. type: =item
4841 #: ../src/guestfs.pod:2482 ../fish/guestfish.pod:1038
4842 msgid "TMPDIR"
4843 msgstr ""
4844
4845 #. type: textblock
4846 #: ../src/guestfs.pod:2484 ../fish/guestfish.pod:1040
4847 msgid "Location of temporary directory, defaults to C</tmp>."
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2486 ../fish/guestfish.pod:1042
4852 msgid ""
4853 "If libguestfs was compiled to use the supermin appliance then the real "
4854 "appliance is cached in this directory, shared between all handles belonging "
4855 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
4856 "use in case C</tmp> is not large enough."
4857 msgstr ""
4858
4859 #. type: =head1
4860 #: ../src/guestfs.pod:2494 ../fish/guestfish.pod:1100 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 ../tools/virt-edit.pl:395 ../tools/virt-win-reg.pl:572 ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
4861 msgid "SEE ALSO"
4862 msgstr ""
4863
4864 #. type: textblock
4865 #: ../src/guestfs.pod:2496
4866 msgid ""
4867 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
4868 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
4869 "L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)>, "
4870 "L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
4871 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
4872 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-win-reg(1)>, L<qemu(1)>, "
4873 "L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
4874 msgstr ""
4875
4876 #. type: textblock
4877 #: ../src/guestfs.pod:2519
4878 msgid ""
4879 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
4880 "L<lvm(8)>, L<disktype(1)>."
4881 msgstr ""
4882
4883 #. type: =head1
4884 #: ../src/guestfs.pod:2526 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:553
4885 msgid "BUGS"
4886 msgstr ""
4887
4888 #. type: textblock
4889 #: ../src/guestfs.pod:2528
4890 msgid "To get a list of bugs against libguestfs use this link:"
4891 msgstr ""
4892
4893 #. type: textblock
4894 #: ../src/guestfs.pod:2530
4895 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
4896 msgstr ""
4897
4898 #. type: textblock
4899 #: ../src/guestfs.pod:2532
4900 msgid "To report a new bug against libguestfs use this link:"
4901 msgstr ""
4902
4903 #. type: textblock
4904 #: ../src/guestfs.pod:2534
4905 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
4906 msgstr ""
4907
4908 #. type: textblock
4909 #: ../src/guestfs.pod:2536
4910 msgid "When reporting a bug, please check:"
4911 msgstr ""
4912
4913 #. type: textblock
4914 #: ../src/guestfs.pod:2542
4915 msgid "That the bug hasn't been reported already."
4916 msgstr ""
4917
4918 #. type: textblock
4919 #: ../src/guestfs.pod:2546
4920 msgid "That you are testing a recent version."
4921 msgstr ""
4922
4923 #. type: textblock
4924 #: ../src/guestfs.pod:2550
4925 msgid "Describe the bug accurately, and give a way to reproduce it."
4926 msgstr ""
4927
4928 #. type: textblock
4929 #: ../src/guestfs.pod:2554
4930 msgid ""
4931 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
4932 "bug report."
4933 msgstr ""
4934
4935 #. type: =head1
4936 #: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1119 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:244
4937 msgid "AUTHORS"
4938 msgstr ""
4939
4940 #. type: textblock
4941 #: ../src/guestfs.pod:2561 ../fish/guestfish.pod:1121 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:246
4942 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
4943 msgstr ""
4944
4945 #. type: =head1
4946 #: ../src/guestfs.pod:2563 ../fish/guestfish.pod:1123 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:248 ../tools/virt-edit.pl:411 ../tools/virt-win-reg.pl:602 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:296 ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
4947 msgid "COPYRIGHT"
4948 msgstr ""
4949
4950 #. type: textblock
4951 #: ../src/guestfs.pod:2565 ../fish/guestfish.pod:1125 ../fuse/guestmount.pod:250
4952 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
4953 msgstr ""
4954
4955 #. type: textblock
4956 #: ../src/guestfs.pod:2568
4957 msgid ""
4958 "This library is free software; you can redistribute it and/or modify it "
4959 "under the terms of the GNU Lesser General Public License as published by the "
4960 "Free Software Foundation; either version 2 of the License, or (at your "
4961 "option) any later version."
4962 msgstr ""
4963
4964 #. type: textblock
4965 #: ../src/guestfs.pod:2573
4966 msgid ""
4967 "This library is distributed in the hope that it will be useful, but WITHOUT "
4968 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
4969 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
4970 "for more details."
4971 msgstr ""
4972
4973 #. type: textblock
4974 #: ../src/guestfs.pod:2578
4975 msgid ""
4976 "You should have received a copy of the GNU Lesser General Public License "
4977 "along with this library; if not, write to the Free Software Foundation, "
4978 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
4979 msgstr ""
4980
4981 #. type: =head2
4982 #: ../src/guestfs-actions.pod:1
4983 msgid "guestfs_add_cdrom"
4984 msgstr ""
4985
4986 #. type: verbatim
4987 #: ../src/guestfs-actions.pod:3
4988 #, no-wrap
4989 msgid ""
4990 " int\n"
4991 " guestfs_add_cdrom (guestfs_h *g,\n"
4992 "                    const char *filename);\n"
4993 "\n"
4994 msgstr ""
4995
4996 #. type: textblock
4997 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
4998 msgid "This function adds a virtual CD-ROM disk image to the guest."
4999 msgstr ""
5000
5001 #. type: textblock
5002 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5003 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5004 msgstr ""
5005
5006 #. type: textblock
5007 #: ../src/guestfs-actions.pod:17
5008 msgid ""
5009 "This call checks for the existence of C<filename>.  This stops you from "
5010 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5011 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5012 "instead."
5013 msgstr ""
5014
5015 #. type: textblock
5016 #: ../src/guestfs-actions.pod:24
5017 msgid ""
5018 "If you just want to add an ISO file (often you use this as an efficient way "
5019 "to transfer large files into the guest), then you should probably use "
5020 "C<guestfs_add_drive_ro> instead."
5021 msgstr ""
5022
5023 #. type: textblock
5024 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:126 ../src/guestfs-actions.pod:187 ../src/guestfs-actions.pod:224 ../src/guestfs-actions.pod:238 ../src/guestfs-actions.pod:259 ../src/guestfs-actions.pod:279 ../src/guestfs-actions.pod:293 ../src/guestfs-actions.pod:413 ../src/guestfs-actions.pod:433 ../src/guestfs-actions.pod:447 ../src/guestfs-actions.pod:492 ../src/guestfs-actions.pod:520 ../src/guestfs-actions.pod:538 ../src/guestfs-actions.pod:605 ../src/guestfs-actions.pod:638 ../src/guestfs-actions.pod:652 ../src/guestfs-actions.pod:667 ../src/guestfs-actions.pod:766 ../src/guestfs-actions.pod:784 ../src/guestfs-actions.pod:798 ../src/guestfs-actions.pod:812 ../src/guestfs-actions.pod:973 ../src/guestfs-actions.pod:993 ../src/guestfs-actions.pod:1011 ../src/guestfs-actions.pod:1095 ../src/guestfs-actions.pod:1113 ../src/guestfs-actions.pod:1132 ../src/guestfs-actions.pod:1146 ../src/guestfs-actions.pod:1166 ../src/guestfs-actions.pod:1236 ../src/guestfs-actions.pod:1267 ../src/guestfs-actions.pod:1292 ../src/guestfs-actions.pod:1329 ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1469 ../src/guestfs-actions.pod:1684 ../src/guestfs-actions.pod:1706 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:2245 ../src/guestfs-actions.pod:2389 ../src/guestfs-actions.pod:2450 ../src/guestfs-actions.pod:2485 ../src/guestfs-actions.pod:3228 ../src/guestfs-actions.pod:3243 ../src/guestfs-actions.pod:3263 ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3445 ../src/guestfs-actions.pod:3459 ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3510 ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3602 ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642 ../src/guestfs-actions.pod:3665 ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:3716 ../src/guestfs-actions.pod:3735 ../src/guestfs-actions.pod:3770 ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:3818 ../src/guestfs-actions.pod:3834 ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3972 ../src/guestfs-actions.pod:3992 ../src/guestfs-actions.pod:4005 ../src/guestfs-actions.pod:4056 ../src/guestfs-actions.pod:4074 ../src/guestfs-actions.pod:4092 ../src/guestfs-actions.pod:4108 ../src/guestfs-actions.pod:4122 ../src/guestfs-actions.pod:4136 ../src/guestfs-actions.pod:4153 ../src/guestfs-actions.pod:4168 ../src/guestfs-actions.pod:4188 ../src/guestfs-actions.pod:4234 ../src/guestfs-actions.pod:4307 ../src/guestfs-actions.pod:4338 ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4376 ../src/guestfs-actions.pod:4388 ../src/guestfs-actions.pod:4405 ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4433 ../src/guestfs-actions.pod:4448 ../src/guestfs-actions.pod:4483 ../src/guestfs-actions.pod:4498 ../src/guestfs-actions.pod:4518 ../src/guestfs-actions.pod:4532 ../src/guestfs-actions.pod:4549 ../src/guestfs-actions.pod:4598 ../src/guestfs-actions.pod:4644 ../src/guestfs-actions.pod:4658 ../src/guestfs-actions.pod:4686 ../src/guestfs-actions.pod:4703 ../src/guestfs-actions.pod:4721 ../src/guestfs-actions.pod:4855 ../src/guestfs-actions.pod:4912 ../src/guestfs-actions.pod:4934 ../src/guestfs-actions.pod:4952 ../src/guestfs-actions.pod:4984 ../src/guestfs-actions.pod:5050 ../src/guestfs-actions.pod:5067 ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5383 ../src/guestfs-actions.pod:5402 ../src/guestfs-actions.pod:5416 ../src/guestfs-actions.pod:5428 ../src/guestfs-actions.pod:5442 ../src/guestfs-actions.pod:5454 ../src/guestfs-actions.pod:5468 ../src/guestfs-actions.pod:5484 ../src/guestfs-actions.pod:5505 ../src/guestfs-actions.pod:5524 ../src/guestfs-actions.pod:5543 ../src/guestfs-actions.pod:5561 ../src/guestfs-actions.pod:5584 ../src/guestfs-actions.pod:5602 ../src/guestfs-actions.pod:5621 ../src/guestfs-actions.pod:5642 ../src/guestfs-actions.pod:5661 ../src/guestfs-actions.pod:5678 ../src/guestfs-actions.pod:5706 ../src/guestfs-actions.pod:5730 ../src/guestfs-actions.pod:5749 ../src/guestfs-actions.pod:5773 ../src/guestfs-actions.pod:5788 ../src/guestfs-actions.pod:5803 ../src/guestfs-actions.pod:5822 ../src/guestfs-actions.pod:5859 ../src/guestfs-actions.pod:5882 ../src/guestfs-actions.pod:5908 ../src/guestfs-actions.pod:6016 ../src/guestfs-actions.pod:6137 ../src/guestfs-actions.pod:6149 ../src/guestfs-actions.pod:6162 ../src/guestfs-actions.pod:6175 ../src/guestfs-actions.pod:6197 ../src/guestfs-actions.pod:6210 ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6236 ../src/guestfs-actions.pod:6251 ../src/guestfs-actions.pod:6310 ../src/guestfs-actions.pod:6327 ../src/guestfs-actions.pod:6343 ../src/guestfs-actions.pod:6359 ../src/guestfs-actions.pod:6376 ../src/guestfs-actions.pod:6389 ../src/guestfs-actions.pod:6409 ../src/guestfs-actions.pod:6445 ../src/guestfs-actions.pod:6459 ../src/guestfs-actions.pod:6500 ../src/guestfs-actions.pod:6513 ../src/guestfs-actions.pod:6531 ../src/guestfs-actions.pod:6565 ../src/guestfs-actions.pod:6601 ../src/guestfs-actions.pod:6720 ../src/guestfs-actions.pod:6738 ../src/guestfs-actions.pod:6752 ../src/guestfs-actions.pod:6807 ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6865 ../src/guestfs-actions.pod:6898 ../src/guestfs-actions.pod:6952 ../src/guestfs-actions.pod:6978 ../src/guestfs-actions.pod:7044 ../src/guestfs-actions.pod:7063 ../src/guestfs-actions.pod:7092
5025 msgid "This function returns 0 on success or -1 on error."
5026 msgstr ""
5027
5028 #. type: textblock
5029 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:240 ../src/guestfs-actions.pod:261
5030 msgid ""
5031 "This function is deprecated.  In new code, use the "
5032 "L</guestfs_add_drive_opts> call instead."
5033 msgstr ""
5034
5035 #. type: textblock
5036 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:243 ../src/guestfs-actions.pod:264 ../src/guestfs-actions.pod:1440 ../src/guestfs-actions.pod:1923 ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:4193 ../src/guestfs-actions.pod:6986 ../src/guestfs-actions.pod:7155 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168 ../fish/guestfish-actions.pod:954 ../fish/guestfish-actions.pod:1308 ../fish/guestfish-actions.pod:1322 ../fish/guestfish-actions.pod:2822 ../fish/guestfish-actions.pod:4635 ../fish/guestfish-actions.pod:4732
5037 msgid ""
5038 "Deprecated functions will not be removed from the API, but the fact that "
5039 "they are deprecated indicates that there are problems with correct use of "
5040 "these functions."
5041 msgstr ""
5042
5043 #. type: textblock
5044 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:128 ../src/guestfs-actions.pod:1097 ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:1993 ../src/guestfs-actions.pod:2096 ../src/guestfs-actions.pod:3230 ../src/guestfs-actions.pod:3245 ../src/guestfs-actions.pod:4485 ../src/guestfs-actions.pod:5563 ../src/guestfs-actions.pod:5680 ../src/guestfs-actions.pod:5790 ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:6378 ../src/guestfs-actions.pod:6900
5045 msgid "(Added in 0.3)"
5046 msgstr ""
5047
5048 #. type: =head2
5049 #: ../src/guestfs-actions.pod:41
5050 msgid "guestfs_add_domain"
5051 msgstr ""
5052
5053 #. type: verbatim
5054 #: ../src/guestfs-actions.pod:43
5055 #, no-wrap
5056 msgid ""
5057 " int\n"
5058 " guestfs_add_domain (guestfs_h *g,\n"
5059 "                     const char *dom,\n"
5060 "                     ...);\n"
5061 "\n"
5062 msgstr ""
5063
5064 #. type: textblock
5065 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:137 ../src/guestfs-actions.pod:4207
5066 msgid ""
5067 "You may supply a list of optional arguments to this call.  Use zero or more "
5068 "of the following pairs of parameters, and terminate the list with C<-1> on "
5069 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5070 msgstr ""
5071
5072 #. type: verbatim
5073 #: ../src/guestfs-actions.pod:53
5074 #, no-wrap
5075 msgid ""
5076 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5077 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5078 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5079 "\n"
5080 msgstr ""
5081
5082 #. type: textblock
5083 #: ../src/guestfs-actions.pod:57
5084 msgid ""
5085 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5086 "It works by connecting to libvirt, requesting the domain and domain XML from "
5087 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5088 "one."
5089 msgstr ""
5090
5091 #. type: textblock
5092 #: ../src/guestfs-actions.pod:62 ../fish/guestfish-actions.pod:46
5093 msgid ""
5094 "The number of disks added is returned.  This operation is atomic: if an "
5095 "error is returned, then no disks are added."
5096 msgstr ""
5097
5098 #. type: textblock
5099 #: ../src/guestfs-actions.pod:65 ../fish/guestfish-actions.pod:49
5100 msgid ""
5101 "This function does some minimal checks to make sure the libvirt domain is "
5102 "not running (unless C<readonly> is true).  In a future version we will try "
5103 "to acquire the libvirt lock on each disk."
5104 msgstr ""
5105
5106 #. type: textblock
5107 #: ../src/guestfs-actions.pod:69 ../fish/guestfish-actions.pod:53
5108 msgid ""
5109 "Disks must be accessible locally.  This often means that adding disks from a "
5110 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5111 "unless those disks are accessible via the same device path locally too."
5112 msgstr ""
5113
5114 #. type: textblock
5115 #: ../src/guestfs-actions.pod:74 ../fish/guestfish-actions.pod:58
5116 msgid ""
5117 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5118 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5119 "default libvirt URI (or one set through an environment variable, see the "
5120 "libvirt documentation for full details)."
5121 msgstr ""
5122
5123 #. type: textblock
5124 #: ../src/guestfs-actions.pod:80
5125 msgid ""
5126 "The other optional parameters are passed directly through to "
5127 "C<guestfs_add_drive_opts>."
5128 msgstr ""
5129
5130 #. type: textblock
5131 #: ../src/guestfs-actions.pod:83 ../src/guestfs-actions.pod:336 ../src/guestfs-actions.pod:506 ../src/guestfs-actions.pod:684 ../src/guestfs-actions.pod:715 ../src/guestfs-actions.pod:733 ../src/guestfs-actions.pod:752 ../src/guestfs-actions.pod:1312 ../src/guestfs-actions.pod:1663 ../src/guestfs-actions.pod:1866 ../src/guestfs-actions.pod:1965 ../src/guestfs-actions.pod:2005 ../src/guestfs-actions.pod:2060 ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:2376 ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2685 ../src/guestfs-actions.pod:4621 ../src/guestfs-actions.pod:4758 ../src/guestfs-actions.pod:5164 ../src/guestfs-actions.pod:5190 ../src/guestfs-actions.pod:6486 ../src/guestfs-actions.pod:6911 ../src/guestfs-actions.pod:6924 ../src/guestfs-actions.pod:6937
5132 msgid "On error this function returns -1."
5133 msgstr ""
5134
5135 #. type: textblock
5136 #: ../src/guestfs-actions.pod:85
5137 msgid "(Added in 1.7.4)"
5138 msgstr ""
5139
5140 #. type: =head2
5141 #: ../src/guestfs-actions.pod:87
5142 msgid "guestfs_add_domain_va"
5143 msgstr ""
5144
5145 #. type: verbatim
5146 #: ../src/guestfs-actions.pod:89
5147 #, no-wrap
5148 msgid ""
5149 " int\n"
5150 " guestfs_add_domain_va (guestfs_h *g,\n"
5151 "                        const char *dom,\n"
5152 "                        va_list args);\n"
5153 "\n"
5154 msgstr ""
5155
5156 #. type: textblock
5157 #: ../src/guestfs-actions.pod:94
5158 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5159 msgstr ""
5160
5161 #. type: textblock
5162 #: ../src/guestfs-actions.pod:96 ../src/guestfs-actions.pod:107 ../src/guestfs-actions.pod:200 ../src/guestfs-actions.pod:211 ../src/guestfs-actions.pod:4248 ../src/guestfs-actions.pod:4260
5163 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5164 msgstr ""
5165
5166 #. type: =head2
5167 #: ../src/guestfs-actions.pod:98
5168 msgid "guestfs_add_domain_argv"
5169 msgstr ""
5170
5171 #. type: verbatim
5172 #: ../src/guestfs-actions.pod:100
5173 #, no-wrap
5174 msgid ""
5175 " int\n"
5176 " guestfs_add_domain_argv (guestfs_h *g,\n"
5177 "                          const char *dom,\n"
5178 "                          const struct guestfs_add_domain_argv *optargs);\n"
5179 "\n"
5180 msgstr ""
5181
5182 #. type: textblock
5183 #: ../src/guestfs-actions.pod:105
5184 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5185 msgstr ""
5186
5187 #. type: =head2
5188 #: ../src/guestfs-actions.pod:109
5189 msgid "guestfs_add_drive"
5190 msgstr ""
5191
5192 #. type: verbatim
5193 #: ../src/guestfs-actions.pod:111
5194 #, no-wrap
5195 msgid ""
5196 " int\n"
5197 " guestfs_add_drive (guestfs_h *g,\n"
5198 "                    const char *filename);\n"
5199 "\n"
5200 msgstr ""
5201
5202 #. type: textblock
5203 #: ../src/guestfs-actions.pod:115
5204 msgid ""
5205 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5206 "optional parameters, so the disk is added writable, with the format being "
5207 "detected automatically."
5208 msgstr ""
5209
5210 #. type: textblock
5211 #: ../src/guestfs-actions.pod:119
5212 msgid ""
5213 "Automatic detection of the format opens you up to a potential security hole "
5214 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5215 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5216 "you should think about replacing calls to this function with calls to "
5217 "C<guestfs_add_drive_opts>, and specifying the format."
5218 msgstr ""
5219
5220 #. type: =head2
5221 #: ../src/guestfs-actions.pod:130
5222 msgid "guestfs_add_drive_opts"
5223 msgstr ""
5224
5225 #. type: verbatim
5226 #: ../src/guestfs-actions.pod:132
5227 #, no-wrap
5228 msgid ""
5229 " int\n"
5230 " guestfs_add_drive_opts (guestfs_h *g,\n"
5231 "                         const char *filename,\n"
5232 "                         ...);\n"
5233 "\n"
5234 msgstr ""
5235
5236 #. type: verbatim
5237 #: ../src/guestfs-actions.pod:142
5238 #, no-wrap
5239 msgid ""
5240 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5241 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5242 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5243 "\n"
5244 msgstr ""
5245
5246 #. type: textblock
5247 #: ../src/guestfs-actions.pod:146 ../fish/guestfish-actions.pod:90
5248 msgid ""
5249 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5250 "The first time you call this function, the disk appears as C</dev/sda>, the "
5251 "second time as C</dev/sdb>, and so on."
5252 msgstr ""
5253
5254 #. type: textblock
5255 #: ../src/guestfs-actions.pod:151 ../fish/guestfish-actions.pod:95
5256 msgid ""
5257 "You don't necessarily need to be root when using libguestfs.  However you "
5258 "obviously do need sufficient permissions to access the filename for whatever "
5259 "operations you want to perform (ie. read access if you just want to read the "
5260 "image or write access if you want to modify the image)."
5261 msgstr ""
5262
5263 #. type: textblock
5264 #: ../src/guestfs-actions.pod:157 ../fish/guestfish-actions.pod:101
5265 msgid "This call checks that C<filename> exists."
5266 msgstr ""
5267
5268 #. type: textblock
5269 #: ../src/guestfs-actions.pod:159 ../src/guestfs-actions.pod:4217 ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2833
5270 msgid "The optional arguments are:"
5271 msgstr ""
5272
5273 #. type: =item
5274 #: ../src/guestfs-actions.pod:163 ../fish/guestfish-actions.pod:107
5275 msgid "C<readonly>"
5276 msgstr ""
5277
5278 #. type: textblock
5279 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:109
5280 msgid ""
5281 "If true then the image is treated as read-only.  Writes are still allowed, "
5282 "but they are stored in a temporary snapshot overlay which is discarded at "
5283 "the end.  The disk that you add is not modified."
5284 msgstr ""
5285
5286 #. type: =item
5287 #: ../src/guestfs-actions.pod:169 ../fish/guestfish-actions.pod:113
5288 msgid "C<format>"
5289 msgstr ""
5290
5291 #. type: textblock
5292 #: ../src/guestfs-actions.pod:171
5293 msgid ""
5294 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5295 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5296 "Possible formats include C<raw> and C<qcow2>."
5297 msgstr ""
5298
5299 #. type: textblock
5300 #: ../src/guestfs-actions.pod:175 ../fish/guestfish-actions.pod:119
5301 msgid ""
5302 "Automatic detection of the format opens you up to a potential security hole "
5303 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5304 "RHBZ#642934.  Specifying the format closes this security hole."
5305 msgstr ""
5306
5307 #. type: =item
5308 #: ../src/guestfs-actions.pod:180 ../fish/guestfish-actions.pod:124
5309 msgid "C<iface>"
5310 msgstr ""
5311
5312 #. type: textblock
5313 #: ../src/guestfs-actions.pod:182
5314 msgid ""
5315 "This rarely-used option lets you emulate the behaviour of the deprecated "
5316 "C<guestfs_add_drive_with_if> call (q.v.)"
5317 msgstr ""
5318
5319 #. type: textblock
5320 #: ../src/guestfs-actions.pod:189
5321 msgid "(Added in 1.5.23)"
5322 msgstr ""
5323
5324 #. type: =head2
5325 #: ../src/guestfs-actions.pod:191
5326 msgid "guestfs_add_drive_opts_va"
5327 msgstr ""
5328
5329 #. type: verbatim
5330 #: ../src/guestfs-actions.pod:193
5331 #, no-wrap
5332 msgid ""
5333 " int\n"
5334 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5335 "                            const char *filename,\n"
5336 "                            va_list args);\n"
5337 "\n"
5338 msgstr ""
5339
5340 #. type: textblock
5341 #: ../src/guestfs-actions.pod:198
5342 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5343 msgstr ""
5344
5345 #. type: =head2
5346 #: ../src/guestfs-actions.pod:202
5347 msgid "guestfs_add_drive_opts_argv"
5348 msgstr ""
5349
5350 #. type: verbatim
5351 #: ../src/guestfs-actions.pod:204
5352 #, no-wrap
5353 msgid ""
5354 " int\n"
5355 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5356 "                              const char *filename,\n"
5357 "                              const struct guestfs_add_drive_opts_argv "
5358 "*optargs);\n"
5359 "\n"
5360 msgstr ""
5361
5362 #. type: textblock
5363 #: ../src/guestfs-actions.pod:209
5364 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5365 msgstr ""
5366
5367 #. type: =head2
5368 #: ../src/guestfs-actions.pod:213
5369 msgid "guestfs_add_drive_ro"
5370 msgstr ""
5371
5372 #. type: verbatim
5373 #: ../src/guestfs-actions.pod:215
5374 #, no-wrap
5375 msgid ""
5376 " int\n"
5377 " guestfs_add_drive_ro (guestfs_h *g,\n"
5378 "                       const char *filename);\n"
5379 "\n"
5380 msgstr ""
5381
5382 #. type: textblock
5383 #: ../src/guestfs-actions.pod:219
5384 msgid ""
5385 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5386 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5387 "disk is added read-only, with the format being detected automatically."
5388 msgstr ""
5389
5390 #. type: textblock
5391 #: ../src/guestfs-actions.pod:226
5392 msgid "(Added in 1.0.38)"
5393 msgstr ""
5394
5395 #. type: =head2
5396 #: ../src/guestfs-actions.pod:228
5397 msgid "guestfs_add_drive_ro_with_if"
5398 msgstr ""
5399
5400 #. type: verbatim
5401 #: ../src/guestfs-actions.pod:230
5402 #, no-wrap
5403 msgid ""
5404 " int\n"
5405 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
5406 "                               const char *filename,\n"
5407 "                               const char *iface);\n"
5408 "\n"
5409 msgstr ""
5410
5411 #. type: textblock
5412 #: ../src/guestfs-actions.pod:235
5413 msgid ""
5414 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
5415 "QEMU interface emulation to use at run time."
5416 msgstr ""
5417
5418 #. type: textblock
5419 #: ../src/guestfs-actions.pod:247 ../src/guestfs-actions.pod:268 ../src/guestfs-actions.pod:2335
5420 msgid "(Added in 1.0.84)"
5421 msgstr ""
5422
5423 #. type: =head2
5424 #: ../src/guestfs-actions.pod:249
5425 msgid "guestfs_add_drive_with_if"
5426 msgstr ""
5427
5428 #. type: verbatim
5429 #: ../src/guestfs-actions.pod:251
5430 #, no-wrap
5431 msgid ""
5432 " int\n"
5433 " guestfs_add_drive_with_if (guestfs_h *g,\n"
5434 "                            const char *filename,\n"
5435 "                            const char *iface);\n"
5436 "\n"
5437 msgstr ""
5438
5439 #. type: textblock
5440 #: ../src/guestfs-actions.pod:256
5441 msgid ""
5442 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
5443 "QEMU interface emulation to use at run time."
5444 msgstr ""
5445
5446 #. type: =head2
5447 #: ../src/guestfs-actions.pod:270
5448 msgid "guestfs_aug_clear"
5449 msgstr ""
5450
5451 #. type: verbatim
5452 #: ../src/guestfs-actions.pod:272
5453 #, no-wrap
5454 msgid ""
5455 " int\n"
5456 " guestfs_aug_clear (guestfs_h *g,\n"
5457 "                    const char *augpath);\n"
5458 "\n"
5459 msgstr ""
5460
5461 #. type: textblock
5462 #: ../src/guestfs-actions.pod:276 ../fish/guestfish-actions.pod:176
5463 msgid ""
5464 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
5465 "L<augtool(1)> C<clear> command."
5466 msgstr ""
5467
5468 #. type: textblock
5469 #: ../src/guestfs-actions.pod:281 ../src/guestfs-actions.pod:2085
5470 msgid "(Added in 1.3.4)"
5471 msgstr ""
5472
5473 #. type: =head2
5474 #: ../src/guestfs-actions.pod:283
5475 msgid "guestfs_aug_close"
5476 msgstr ""
5477
5478 #. type: verbatim
5479 #: ../src/guestfs-actions.pod:285
5480 #, no-wrap
5481 msgid ""
5482 " int\n"
5483 " guestfs_aug_close (guestfs_h *g);\n"
5484 "\n"
5485 msgstr ""
5486
5487 #. type: textblock
5488 #: ../src/guestfs-actions.pod:288
5489 msgid ""
5490 "Close the current Augeas handle and free up any resources used by it.  After "
5491 "calling this, you have to call C<guestfs_aug_init> again before you can use "
5492 "any other Augeas functions."
5493 msgstr ""
5494
5495 #. type: textblock
5496 #: ../src/guestfs-actions.pod:295 ../src/guestfs-actions.pod:320 ../src/guestfs-actions.pod:338 ../src/guestfs-actions.pod:352 ../src/guestfs-actions.pod:415 ../src/guestfs-actions.pod:435 ../src/guestfs-actions.pod:449 ../src/guestfs-actions.pod:480 ../src/guestfs-actions.pod:494 ../src/guestfs-actions.pod:508 ../src/guestfs-actions.pod:522 ../src/guestfs-actions.pod:540 ../src/guestfs-actions.pod:5241
5497 msgid "(Added in 0.7)"
5498 msgstr ""
5499
5500 #. type: =head2
5501 #: ../src/guestfs-actions.pod:297
5502 msgid "guestfs_aug_defnode"
5503 msgstr ""
5504
5505 #. type: verbatim
5506 #: ../src/guestfs-actions.pod:299
5507 #, no-wrap
5508 msgid ""
5509 " struct guestfs_int_bool *\n"
5510 " guestfs_aug_defnode (guestfs_h *g,\n"
5511 "                      const char *name,\n"
5512 "                      const char *expr,\n"
5513 "                      const char *val);\n"
5514 "\n"
5515 msgstr ""
5516
5517 #. type: textblock
5518 #: ../src/guestfs-actions.pod:305 ../fish/guestfish-actions.pod:192
5519 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
5520 msgstr ""
5521
5522 #. type: textblock
5523 #: ../src/guestfs-actions.pod:308
5524 msgid ""
5525 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
5526 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
5527 "containing that single node."
5528 msgstr ""
5529
5530 #. type: textblock
5531 #: ../src/guestfs-actions.pod:312 ../fish/guestfish-actions.pod:199
5532 msgid ""
5533 "On success this returns a pair containing the number of nodes in the "
5534 "nodeset, and a boolean flag if a node was created."
5535 msgstr ""
5536
5537 #. type: textblock
5538 #: ../src/guestfs-actions.pod:316
5539 msgid ""
5540 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
5541 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
5542 msgstr ""
5543
5544 #. type: =head2
5545 #: ../src/guestfs-actions.pod:322
5546 msgid "guestfs_aug_defvar"
5547 msgstr ""
5548
5549 #. type: verbatim
5550 #: ../src/guestfs-actions.pod:324
5551 #, no-wrap
5552 msgid ""
5553 " int\n"
5554 " guestfs_aug_defvar (guestfs_h *g,\n"
5555 "                     const char *name,\n"
5556 "                     const char *expr);\n"
5557 "\n"
5558 msgstr ""
5559
5560 #. type: textblock
5561 #: ../src/guestfs-actions.pod:329 ../fish/guestfish-actions.pod:207
5562 msgid ""
5563 "Defines an Augeas variable C<name> whose value is the result of evaluating "
5564 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
5565 msgstr ""
5566
5567 #. type: textblock
5568 #: ../src/guestfs-actions.pod:333 ../fish/guestfish-actions.pod:211
5569 msgid ""
5570 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
5571 "evaluates to something which is not a nodeset."
5572 msgstr ""
5573
5574 #. type: =head2
5575 #: ../src/guestfs-actions.pod:340
5576 msgid "guestfs_aug_get"
5577 msgstr ""
5578
5579 #. type: verbatim
5580 #: ../src/guestfs-actions.pod:342
5581 #, no-wrap
5582 msgid ""
5583 " char *\n"
5584 " guestfs_aug_get (guestfs_h *g,\n"
5585 "                  const char *augpath);\n"
5586 "\n"
5587 msgstr ""
5588
5589 #. type: textblock
5590 #: ../src/guestfs-actions.pod:346 ../fish/guestfish-actions.pod:218
5591 msgid ""
5592 "Look up the value associated with C<path>.  If C<path> matches exactly one "
5593 "node, the C<value> is returned."
5594 msgstr ""
5595
5596 #. type: textblock
5597 #: ../src/guestfs-actions.pod:349 ../src/guestfs-actions.pod:854 ../src/guestfs-actions.pod:872 ../src/guestfs-actions.pod:932 ../src/guestfs-actions.pod:948 ../src/guestfs-actions.pod:1051 ../src/guestfs-actions.pod:1181 ../src/guestfs-actions.pod:1198 ../src/guestfs-actions.pod:1217 ../src/guestfs-actions.pod:1346 ../src/guestfs-actions.pod:1534 ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1809 ../src/guestfs-actions.pod:1826 ../src/guestfs-actions.pod:1917 ../src/guestfs-actions.pod:1938 ../src/guestfs-actions.pod:2108 ../src/guestfs-actions.pod:2300 ../src/guestfs-actions.pod:2507 ../src/guestfs-actions.pod:2588 ../src/guestfs-actions.pod:2636 ../src/guestfs-actions.pod:2750 ../src/guestfs-actions.pod:2781 ../src/guestfs-actions.pod:2805 ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2890 ../src/guestfs-actions.pod:3404 ../src/guestfs-actions.pod:3754 ../src/guestfs-actions.pod:3924 ../src/guestfs-actions.pod:4034 ../src/guestfs-actions.pod:4776 ../src/guestfs-actions.pod:4969 ../src/guestfs-actions.pod:5139 ../src/guestfs-actions.pod:5317 ../src/guestfs-actions.pod:5366 ../src/guestfs-actions.pod:5929 ../src/guestfs-actions.pod:5945 ../src/guestfs-actions.pod:5962 ../src/guestfs-actions.pod:5986 ../src/guestfs-actions.pod:6660 ../src/guestfs-actions.pod:6679 ../src/guestfs-actions.pod:6697 ../src/guestfs-actions.pod:6877 ../src/guestfs-actions.pod:7149
5598 msgid ""
5599 "This function returns a string, or NULL on error.  I<The caller must free "
5600 "the returned string after use>."
5601 msgstr ""
5602
5603 #. type: =head2
5604 #: ../src/guestfs-actions.pod:354
5605 msgid "guestfs_aug_init"
5606 msgstr ""
5607
5608 #. type: verbatim
5609 #: ../src/guestfs-actions.pod:356
5610 #, no-wrap
5611 msgid ""
5612 " int\n"
5613 " guestfs_aug_init (guestfs_h *g,\n"
5614 "                   const char *root,\n"
5615 "                   int flags);\n"
5616 "\n"
5617 msgstr ""
5618
5619 #. type: textblock
5620 #: ../src/guestfs-actions.pod:361 ../fish/guestfish-actions.pod:225
5621 msgid ""
5622 "Create a new Augeas handle for editing configuration files.  If there was "
5623 "any previous Augeas handle associated with this guestfs session, then it is "
5624 "closed."
5625 msgstr ""
5626
5627 #. type: textblock
5628 #: ../src/guestfs-actions.pod:365
5629 msgid "You must call this before using any other C<guestfs_aug_*> commands."
5630 msgstr ""
5631
5632 #. type: textblock
5633 #: ../src/guestfs-actions.pod:368 ../fish/guestfish-actions.pod:232
5634 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
5635 msgstr ""
5636
5637 #. type: textblock
5638 #: ../src/guestfs-actions.pod:371 ../fish/guestfish-actions.pod:235
5639 msgid ""
5640 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
5641 "logical I<or> of the following integers:"
5642 msgstr ""
5643
5644 #. type: =item
5645 #: ../src/guestfs-actions.pod:377 ../fish/guestfish-actions.pod:241
5646 msgid "C<AUG_SAVE_BACKUP> = 1"
5647 msgstr ""
5648
5649 #. type: textblock
5650 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:243
5651 msgid "Keep the original file with a C<.augsave> extension."
5652 msgstr ""
5653
5654 #. type: =item
5655 #: ../src/guestfs-actions.pod:381 ../fish/guestfish-actions.pod:245
5656 msgid "C<AUG_SAVE_NEWFILE> = 2"
5657 msgstr ""
5658
5659 #. type: textblock
5660 #: ../src/guestfs-actions.pod:383 ../fish/guestfish-actions.pod:247
5661 msgid ""
5662 "Save changes into a file with extension C<.augnew>, and do not overwrite "
5663 "original.  Overrides C<AUG_SAVE_BACKUP>."
5664 msgstr ""
5665
5666 #. type: =item
5667 #: ../src/guestfs-actions.pod:386 ../fish/guestfish-actions.pod:250
5668 msgid "C<AUG_TYPE_CHECK> = 4"
5669 msgstr ""
5670
5671 #. type: textblock
5672 #: ../src/guestfs-actions.pod:388 ../fish/guestfish-actions.pod:252
5673 msgid "Typecheck lenses."
5674 msgstr ""
5675
5676 #. type: textblock
5677 #: ../src/guestfs-actions.pod:390
5678 msgid ""
5679 "This option is only useful when debugging Augeas lenses.  Use of this option "
5680 "may require additional memory for the libguestfs appliance.  You may need to "
5681 "set the C<LIBGUESTFS_MEMSIZE> environment variable or call "
5682 "C<guestfs_set_memsize>."
5683 msgstr ""
5684
5685 #. type: =item
5686 #: ../src/guestfs-actions.pod:395 ../fish/guestfish-actions.pod:259
5687 msgid "C<AUG_NO_STDINC> = 8"
5688 msgstr ""
5689
5690 #. type: textblock
5691 #: ../src/guestfs-actions.pod:397 ../fish/guestfish-actions.pod:261
5692 msgid "Do not use standard load path for modules."
5693 msgstr ""
5694
5695 #. type: =item
5696 #: ../src/guestfs-actions.pod:399 ../fish/guestfish-actions.pod:263
5697 msgid "C<AUG_SAVE_NOOP> = 16"
5698 msgstr ""
5699
5700 #. type: textblock
5701 #: ../src/guestfs-actions.pod:401 ../fish/guestfish-actions.pod:265
5702 msgid "Make save a no-op, just record what would have been changed."
5703 msgstr ""
5704
5705 #. type: =item
5706 #: ../src/guestfs-actions.pod:403 ../fish/guestfish-actions.pod:267
5707 msgid "C<AUG_NO_LOAD> = 32"
5708 msgstr ""
5709
5710 #. type: textblock
5711 #: ../src/guestfs-actions.pod:405
5712 msgid "Do not load the tree in C<guestfs_aug_init>."
5713 msgstr ""
5714
5715 #. type: textblock
5716 #: ../src/guestfs-actions.pod:409
5717 msgid "To close the handle, you can call C<guestfs_aug_close>."
5718 msgstr ""
5719
5720 #. type: textblock
5721 #: ../src/guestfs-actions.pod:411 ../fish/guestfish-actions.pod:275
5722 msgid "To find out more about Augeas, see L<http://augeas.net/>."
5723 msgstr ""
5724
5725 #. type: =head2
5726 #: ../src/guestfs-actions.pod:417
5727 msgid "guestfs_aug_insert"
5728 msgstr ""
5729
5730 #. type: verbatim
5731 #: ../src/guestfs-actions.pod:419
5732 #, no-wrap
5733 msgid ""
5734 " int\n"
5735 " guestfs_aug_insert (guestfs_h *g,\n"
5736 "                     const char *augpath,\n"
5737 "                     const char *label,\n"
5738 "                     int before);\n"
5739 "\n"
5740 msgstr ""
5741
5742 #. type: textblock
5743 #: ../src/guestfs-actions.pod:425 ../fish/guestfish-actions.pod:281
5744 msgid ""
5745 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
5746 "or after C<path> (depending on the boolean flag C<before>)."
5747 msgstr ""
5748
5749 #. type: textblock
5750 #: ../src/guestfs-actions.pod:429 ../fish/guestfish-actions.pod:285
5751 msgid ""
5752 "C<path> must match exactly one existing node in the tree, and C<label> must "
5753 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
5754 msgstr ""
5755
5756 #. type: =head2
5757 #: ../src/guestfs-actions.pod:437
5758 msgid "guestfs_aug_load"
5759 msgstr ""
5760
5761 #. type: verbatim
5762 #: ../src/guestfs-actions.pod:439
5763 #, no-wrap
5764 msgid ""
5765 " int\n"
5766 " guestfs_aug_load (guestfs_h *g);\n"
5767 "\n"
5768 msgstr ""
5769
5770 #. type: textblock
5771 #: ../src/guestfs-actions.pod:442 ../fish/guestfish-actions.pod:293
5772 msgid "Load files into the tree."
5773 msgstr ""
5774
5775 #. type: textblock
5776 #: ../src/guestfs-actions.pod:444 ../fish/guestfish-actions.pod:295
5777 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
5778 msgstr ""
5779
5780 #. type: =head2
5781 #: ../src/guestfs-actions.pod:451
5782 msgid "guestfs_aug_ls"
5783 msgstr ""
5784
5785 #. type: verbatim
5786 #: ../src/guestfs-actions.pod:453
5787 #, no-wrap
5788 msgid ""
5789 " char **\n"
5790 " guestfs_aug_ls (guestfs_h *g,\n"
5791 "                 const char *augpath);\n"
5792 "\n"
5793 msgstr ""
5794
5795 #. type: textblock
5796 #: ../src/guestfs-actions.pod:457
5797 msgid ""
5798 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
5799 "sorting the resulting nodes into alphabetical order."
5800 msgstr ""
5801
5802 #. type: textblock
5803 #: ../src/guestfs-actions.pod:460 ../src/guestfs-actions.pod:476 ../src/guestfs-actions.pod:622 ../src/guestfs-actions.pod:1070 ../src/guestfs-actions.pod:1361 ../src/guestfs-actions.pod:1380 ../src/guestfs-actions.pod:1483 ../src/guestfs-actions.pod:1502 ../src/guestfs-actions.pod:1748 ../src/guestfs-actions.pod:2180 ../src/guestfs-actions.pod:2196 ../src/guestfs-actions.pod:2215 ../src/guestfs-actions.pod:2258 ../src/guestfs-actions.pod:2282 ../src/guestfs-actions.pod:2353 ../src/guestfs-actions.pod:2402 ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2824 ../src/guestfs-actions.pod:3039 ../src/guestfs-actions.pod:3324 ../src/guestfs-actions.pod:3386 ../src/guestfs-actions.pod:3491 ../src/guestfs-actions.pod:3896 ../src/guestfs-actions.pod:4582 ../src/guestfs-actions.pod:5111 ../src/guestfs-actions.pod:5237 ../src/guestfs-actions.pod:5351 ../src/guestfs-actions.pod:6002 ../src/guestfs-actions.pod:6063 ../src/guestfs-actions.pod:6118 ../src/guestfs-actions.pod:6264 ../src/guestfs-actions.pod:6288 ../src/guestfs-actions.pod:6770 ../src/guestfs-actions.pod:6790 ../src/guestfs-actions.pod:6837 ../src/guestfs-actions.pod:7002 ../src/guestfs-actions.pod:7021 ../src/guestfs-actions.pod:7106 ../src/guestfs-actions.pod:7125 ../src/guestfs-actions.pod:7171 ../src/guestfs-actions.pod:7190
5804 msgid ""
5805 "This function returns a NULL-terminated array of strings (like "
5806 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
5807 "strings and the array after use>."
5808 msgstr ""
5809
5810 #. type: textblock
5811 #: ../src/guestfs-actions.pod:464 ../src/guestfs-actions.pod:995 ../src/guestfs-actions.pod:1013 ../src/guestfs-actions.pod:1418 ../src/guestfs-actions.pod:3117 ../src/guestfs-actions.pod:3148 ../src/guestfs-actions.pod:3737 ../src/guestfs-actions.pod:3787 ../src/guestfs-actions.pod:3974 ../src/guestfs-actions.pod:4007 ../src/guestfs-actions.pod:4170 ../src/guestfs-actions.pod:4586 ../src/guestfs-actions.pod:5052 ../src/guestfs-actions.pod:5430 ../src/guestfs-actions.pod:5444 ../src/guestfs-actions.pod:5456 ../src/guestfs-actions.pod:5864 ../src/guestfs-actions.pod:6502 ../src/guestfs-actions.pod:6515 ../src/guestfs-actions.pod:6754 ../src/guestfs-actions.pod:6990
5812 msgid "(Added in 0.8)"
5813 msgstr ""
5814
5815 #. type: =head2
5816 #: ../src/guestfs-actions.pod:466
5817 msgid "guestfs_aug_match"
5818 msgstr ""
5819
5820 #. type: verbatim
5821 #: ../src/guestfs-actions.pod:468
5822 #, no-wrap
5823 msgid ""
5824 " char **\n"
5825 " guestfs_aug_match (guestfs_h *g,\n"
5826 "                    const char *augpath);\n"
5827 "\n"
5828 msgstr ""
5829
5830 #. type: textblock
5831 #: ../src/guestfs-actions.pod:472 ../fish/guestfish-actions.pod:309
5832 msgid ""
5833 "Returns a list of paths which match the path expression C<path>.  The "
5834 "returned paths are sufficiently qualified so that they match exactly one "
5835 "node in the current tree."
5836 msgstr ""
5837
5838 #. type: =head2
5839 #: ../src/guestfs-actions.pod:482
5840 msgid "guestfs_aug_mv"
5841 msgstr ""
5842
5843 #. type: verbatim
5844 #: ../src/guestfs-actions.pod:484
5845 #, no-wrap
5846 msgid ""
5847 " int\n"
5848 " guestfs_aug_mv (guestfs_h *g,\n"
5849 "                 const char *src,\n"
5850 "                 const char *dest);\n"
5851 "\n"
5852 msgstr ""
5853
5854 #. type: textblock
5855 #: ../src/guestfs-actions.pod:489 ../fish/guestfish-actions.pod:317
5856 msgid ""
5857 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
5858 "C<dest> is overwritten if it exists."
5859 msgstr ""
5860
5861 #. type: =head2
5862 #: ../src/guestfs-actions.pod:496
5863 msgid "guestfs_aug_rm"
5864 msgstr ""
5865
5866 #. type: verbatim
5867 #: ../src/guestfs-actions.pod:498
5868 #, no-wrap
5869 msgid ""
5870 " int\n"
5871 " guestfs_aug_rm (guestfs_h *g,\n"
5872 "                 const char *augpath);\n"
5873 "\n"
5874 msgstr ""
5875
5876 #. type: textblock
5877 #: ../src/guestfs-actions.pod:502 ../fish/guestfish-actions.pod:324
5878 msgid "Remove C<path> and all of its children."
5879 msgstr ""
5880
5881 #. type: textblock
5882 #: ../src/guestfs-actions.pod:504 ../fish/guestfish-actions.pod:326
5883 msgid "On success this returns the number of entries which were removed."
5884 msgstr ""
5885
5886 #. type: =head2
5887 #: ../src/guestfs-actions.pod:510
5888 msgid "guestfs_aug_save"
5889 msgstr ""
5890
5891 #. type: verbatim
5892 #: ../src/guestfs-actions.pod:512
5893 #, no-wrap
5894 msgid ""
5895 " int\n"
5896 " guestfs_aug_save (guestfs_h *g);\n"
5897 "\n"
5898 msgstr ""
5899
5900 #. type: textblock
5901 #: ../src/guestfs-actions.pod:515 ../fish/guestfish-actions.pod:332
5902 msgid "This writes all pending changes to disk."
5903 msgstr ""
5904
5905 #. type: textblock
5906 #: ../src/guestfs-actions.pod:517
5907 msgid ""
5908 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
5909 "are saved."
5910 msgstr ""
5911
5912 #. type: =head2
5913 #: ../src/guestfs-actions.pod:524
5914 msgid "guestfs_aug_set"
5915 msgstr ""
5916
5917 #. type: verbatim
5918 #: ../src/guestfs-actions.pod:526
5919 #, no-wrap
5920 msgid ""
5921 " int\n"
5922 " guestfs_aug_set (guestfs_h *g,\n"
5923 "                  const char *augpath,\n"
5924 "                  const char *val);\n"
5925 "\n"
5926 msgstr ""
5927
5928 #. type: textblock
5929 #: ../src/guestfs-actions.pod:531 ../fish/guestfish-actions.pod:341
5930 msgid "Set the value associated with C<path> to C<val>."
5931 msgstr ""
5932
5933 #. type: textblock
5934 #: ../src/guestfs-actions.pod:533
5935 msgid ""
5936 "In the Augeas API, it is possible to clear a node by setting the value to "
5937 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
5938 "this call.  Instead you must use the C<guestfs_aug_clear> call."
5939 msgstr ""
5940
5941 #. type: =head2
5942 #: ../src/guestfs-actions.pod:542
5943 msgid "guestfs_available"
5944 msgstr ""
5945
5946 #. type: verbatim
5947 #: ../src/guestfs-actions.pod:544
5948 #, no-wrap
5949 msgid ""
5950 " int\n"
5951 " guestfs_available (guestfs_h *g,\n"
5952 "                    char *const *groups);\n"
5953 "\n"
5954 msgstr ""
5955
5956 #. type: textblock
5957 #: ../src/guestfs-actions.pod:548 ../fish/guestfish-actions.pod:352
5958 msgid ""
5959 "This command is used to check the availability of some groups of "
5960 "functionality in the appliance, which not all builds of the libguestfs "
5961 "appliance will be able to provide."
5962 msgstr ""
5963
5964 #. type: textblock
5965 #: ../src/guestfs-actions.pod:552
5966 msgid ""
5967 "The libguestfs groups, and the functions that those groups correspond to, "
5968 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
5969 "runtime by calling C<guestfs_available_all_groups>."
5970 msgstr ""
5971
5972 #. type: textblock
5973 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
5974 msgid ""
5975 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
5976 "\"augeas\"]> would check for the availability of the Linux inotify functions "
5977 "and Augeas (configuration file editing) functions."
5978 msgstr ""
5979
5980 #. type: textblock
5981 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
5982 msgid "The command returns no error if I<all> requested groups are available."
5983 msgstr ""
5984
5985 #. type: textblock
5986 #: ../src/guestfs-actions.pod:564 ../fish/guestfish-actions.pod:368
5987 msgid ""
5988 "It fails with an error if one or more of the requested groups is unavailable "
5989 "in the appliance."
5990 msgstr ""
5991
5992 #. type: textblock
5993 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:371
5994 msgid ""
5995 "If an unknown group name is included in the list of groups then an error is "
5996 "always returned."
5997 msgstr ""
5998
5999 #. type: textblock
6000 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:374
6001 msgid "I<Notes:>"
6002 msgstr ""
6003
6004 #. type: textblock
6005 #: ../src/guestfs-actions.pod:576
6006 msgid "You must call C<guestfs_launch> before calling this function."
6007 msgstr ""
6008
6009 #. type: textblock
6010 #: ../src/guestfs-actions.pod:578 ../fish/guestfish-actions.pod:382
6011 msgid ""
6012 "The reason is because we don't know what groups are supported by the "
6013 "appliance/daemon until it is running and can be queried."
6014 msgstr ""
6015
6016 #. type: textblock
6017 #: ../src/guestfs-actions.pod:584 ../fish/guestfish-actions.pod:388
6018 msgid ""
6019 "If a group of functions is available, this does not necessarily mean that "
6020 "they will work.  You still have to check for errors when calling individual "
6021 "API functions even if they are available."
6022 msgstr ""
6023
6024 #. type: textblock
6025 #: ../src/guestfs-actions.pod:591 ../fish/guestfish-actions.pod:395
6026 msgid ""
6027 "It is usually the job of distro packagers to build complete functionality "
6028 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6029 "with all requirements satisfied, will support everything."
6030 msgstr ""
6031
6032 #. type: textblock
6033 #: ../src/guestfs-actions.pod:598
6034 msgid ""
6035 "This call was added in version C<1.0.80>.  In previous versions of "
6036 "libguestfs all you could do would be to speculatively execute a command to "
6037 "find out if the daemon implemented it.  See also C<guestfs_version>."
6038 msgstr ""
6039
6040 #. type: textblock
6041 #: ../src/guestfs-actions.pod:607 ../src/guestfs-actions.pod:1168
6042 msgid "(Added in 1.0.80)"
6043 msgstr ""
6044
6045 #. type: =head2
6046 #: ../src/guestfs-actions.pod:609
6047 msgid "guestfs_available_all_groups"
6048 msgstr ""
6049
6050 #. type: verbatim
6051 #: ../src/guestfs-actions.pod:611
6052 #, no-wrap
6053 msgid ""
6054 " char **\n"
6055 " guestfs_available_all_groups (guestfs_h *g);\n"
6056 "\n"
6057 msgstr ""
6058
6059 #. type: textblock
6060 #: ../src/guestfs-actions.pod:614
6061 msgid ""
6062 "This command returns a list of all optional groups that this daemon knows "
6063 "about.  Note this returns both supported and unsupported groups.  To find "
6064 "out which ones the daemon can actually support you have to call "
6065 "C<guestfs_available> on each member of the returned list."
6066 msgstr ""
6067
6068 #. type: textblock
6069 #: ../src/guestfs-actions.pod:620
6070 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6071 msgstr ""
6072
6073 #. type: textblock
6074 #: ../src/guestfs-actions.pod:626
6075 msgid "(Added in 1.3.15)"
6076 msgstr ""
6077
6078 #. type: =head2
6079 #: ../src/guestfs-actions.pod:628
6080 msgid "guestfs_base64_in"
6081 msgstr ""
6082
6083 #. type: verbatim
6084 #: ../src/guestfs-actions.pod:630
6085 #, no-wrap
6086 msgid ""
6087 " int\n"
6088 " guestfs_base64_in (guestfs_h *g,\n"
6089 "                    const char *base64file,\n"
6090 "                    const char *filename);\n"
6091 "\n"
6092 msgstr ""
6093
6094 #. type: textblock
6095 #: ../src/guestfs-actions.pod:635 ../fish/guestfish-actions.pod:425
6096 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6097 msgstr ""
6098
6099 #. type: textblock
6100 #: ../src/guestfs-actions.pod:640 ../src/guestfs-actions.pod:654
6101 msgid "(Added in 1.3.5)"
6102 msgstr ""
6103
6104 #. type: =head2
6105 #: ../src/guestfs-actions.pod:642
6106 msgid "guestfs_base64_out"
6107 msgstr ""
6108
6109 #. type: verbatim
6110 #: ../src/guestfs-actions.pod:644
6111 #, no-wrap
6112 msgid ""
6113 " int\n"
6114 " guestfs_base64_out (guestfs_h *g,\n"
6115 "                     const char *filename,\n"
6116 "                     const char *base64file);\n"
6117 "\n"
6118 msgstr ""
6119
6120 #. type: textblock
6121 #: ../src/guestfs-actions.pod:649 ../fish/guestfish-actions.pod:434
6122 msgid ""
6123 "This command downloads the contents of C<filename>, writing it out to local "
6124 "file C<base64file> encoded as base64."
6125 msgstr ""
6126
6127 #. type: =head2
6128 #: ../src/guestfs-actions.pod:656
6129 msgid "guestfs_blockdev_flushbufs"
6130 msgstr ""
6131
6132 #. type: verbatim
6133 #: ../src/guestfs-actions.pod:658
6134 #, no-wrap
6135 msgid ""
6136 " int\n"
6137 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6138 "                             const char *device);\n"
6139 "\n"
6140 msgstr ""
6141
6142 #. type: textblock
6143 #: ../src/guestfs-actions.pod:662 ../fish/guestfish-actions.pod:443
6144 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6145 msgstr ""
6146
6147 #. type: textblock
6148 #: ../src/guestfs-actions.pod:665 ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:697 ../src/guestfs-actions.pod:713 ../src/guestfs-actions.pod:731 ../src/guestfs-actions.pod:750 ../src/guestfs-actions.pod:764 ../src/guestfs-actions.pod:782 ../src/guestfs-actions.pod:796 ../src/guestfs-actions.pod:810 ../fish/guestfish-actions.pod:446 ../fish/guestfish-actions.pod:457 ../fish/guestfish-actions.pod:466 ../fish/guestfish-actions.pod:476 ../fish/guestfish-actions.pod:488 ../fish/guestfish-actions.pod:501 ../fish/guestfish-actions.pod:509 ../fish/guestfish-actions.pod:520 ../fish/guestfish-actions.pod:528 ../fish/guestfish-actions.pod:536
6149 msgid "This uses the L<blockdev(8)> command."
6150 msgstr ""
6151
6152 #. type: textblock
6153 #: ../src/guestfs-actions.pod:669 ../src/guestfs-actions.pod:686 ../src/guestfs-actions.pod:701 ../src/guestfs-actions.pod:717 ../src/guestfs-actions.pod:735 ../src/guestfs-actions.pod:754 ../src/guestfs-actions.pod:768 ../src/guestfs-actions.pod:786 ../src/guestfs-actions.pod:800 ../src/guestfs-actions.pod:814
6154 msgid "(Added in 0.9.3)"
6155 msgstr ""
6156
6157 #. type: =head2
6158 #: ../src/guestfs-actions.pod:671
6159 msgid "guestfs_blockdev_getbsz"
6160 msgstr ""
6161
6162 #. type: verbatim
6163 #: ../src/guestfs-actions.pod:673
6164 #, no-wrap
6165 msgid ""
6166 " int\n"
6167 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6168 "                          const char *device);\n"
6169 "\n"
6170 msgstr ""
6171
6172 #. type: textblock
6173 #: ../src/guestfs-actions.pod:677 ../fish/guestfish-actions.pod:452
6174 msgid "This returns the block size of a device."
6175 msgstr ""
6176
6177 #. type: textblock
6178 #: ../src/guestfs-actions.pod:679 ../src/guestfs-actions.pod:779 ../fish/guestfish-actions.pod:454 ../fish/guestfish-actions.pod:517
6179 msgid ""
6180 "(Note this is different from both I<size in blocks> and I<filesystem block "
6181 "size>)."
6182 msgstr ""
6183
6184 #. type: =head2
6185 #: ../src/guestfs-actions.pod:688
6186 msgid "guestfs_blockdev_getro"
6187 msgstr ""
6188
6189 #. type: verbatim
6190 #: ../src/guestfs-actions.pod:690
6191 #, no-wrap
6192 msgid ""
6193 " int\n"
6194 " guestfs_blockdev_getro (guestfs_h *g,\n"
6195 "                         const char *device);\n"
6196 "\n"
6197 msgstr ""
6198
6199 #. type: textblock
6200 #: ../src/guestfs-actions.pod:694 ../fish/guestfish-actions.pod:463
6201 msgid ""
6202 "Returns a boolean indicating if the block device is read-only (true if "
6203 "read-only, false if not)."
6204 msgstr ""
6205
6206 #. type: textblock
6207 #: ../src/guestfs-actions.pod:699 ../src/guestfs-actions.pod:1401 ../src/guestfs-actions.pod:1416 ../src/guestfs-actions.pod:1893 ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1976 ../src/guestfs-actions.pod:2031 ../src/guestfs-actions.pod:2046 ../src/guestfs-actions.pod:2071 ../src/guestfs-actions.pod:2094 ../src/guestfs-actions.pod:3056 ../src/guestfs-actions.pod:3070 ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3099 ../src/guestfs-actions.pod:3115 ../src/guestfs-actions.pod:3130 ../src/guestfs-actions.pod:3146 ../src/guestfs-actions.pod:3160 ../src/guestfs-actions.pod:3173 ../src/guestfs-actions.pod:3187 ../src/guestfs-actions.pod:3202 ../src/guestfs-actions.pod:3217 ../src/guestfs-actions.pod:4740
6208 msgid "This function returns a C truth value on success or -1 on error."
6209 msgstr ""
6210
6211 #. type: =head2
6212 #: ../src/guestfs-actions.pod:703
6213 msgid "guestfs_blockdev_getsize64"
6214 msgstr ""
6215
6216 #. type: verbatim
6217 #: ../src/guestfs-actions.pod:705
6218 #, no-wrap
6219 msgid ""
6220 " int64_t\n"
6221 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6222 "                             const char *device);\n"
6223 "\n"
6224 msgstr ""
6225
6226 #. type: textblock
6227 #: ../src/guestfs-actions.pod:709 ../fish/guestfish-actions.pod:472
6228 msgid "This returns the size of the device in bytes."
6229 msgstr ""
6230
6231 #. type: textblock
6232 #: ../src/guestfs-actions.pod:711
6233 msgid "See also C<guestfs_blockdev_getsz>."
6234 msgstr ""
6235
6236 #. type: =head2
6237 #: ../src/guestfs-actions.pod:719
6238 msgid "guestfs_blockdev_getss"
6239 msgstr ""
6240
6241 #. type: verbatim
6242 #: ../src/guestfs-actions.pod:721
6243 #, no-wrap
6244 msgid ""
6245 " int\n"
6246 " guestfs_blockdev_getss (guestfs_h *g,\n"
6247 "                         const char *device);\n"
6248 "\n"
6249 msgstr ""
6250
6251 #. type: textblock
6252 #: ../src/guestfs-actions.pod:725 ../fish/guestfish-actions.pod:482
6253 msgid ""
6254 "This returns the size of sectors on a block device.  Usually 512, but can be "
6255 "larger for modern devices."
6256 msgstr ""
6257
6258 #. type: textblock
6259 #: ../src/guestfs-actions.pod:728
6260 msgid ""
6261 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6262 "that)."
6263 msgstr ""
6264
6265 #. type: =head2
6266 #: ../src/guestfs-actions.pod:737
6267 msgid "guestfs_blockdev_getsz"
6268 msgstr ""
6269
6270 #. type: verbatim
6271 #: ../src/guestfs-actions.pod:739
6272 #, no-wrap
6273 msgid ""
6274 " int64_t\n"
6275 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6276 "                         const char *device);\n"
6277 "\n"
6278 msgstr ""
6279
6280 #. type: textblock
6281 #: ../src/guestfs-actions.pod:743 ../fish/guestfish-actions.pod:494
6282 msgid ""
6283 "This returns the size of the device in units of 512-byte sectors (even if "
6284 "the sectorsize isn't 512 bytes ... weird)."
6285 msgstr ""
6286
6287 #. type: textblock
6288 #: ../src/guestfs-actions.pod:746
6289 msgid ""
6290 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6291 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6292 msgstr ""
6293
6294 #. type: =head2
6295 #: ../src/guestfs-actions.pod:756
6296 msgid "guestfs_blockdev_rereadpt"
6297 msgstr ""
6298
6299 #. type: verbatim
6300 #: ../src/guestfs-actions.pod:758
6301 #, no-wrap
6302 msgid ""
6303 " int\n"
6304 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6305 "                            const char *device);\n"
6306 "\n"
6307 msgstr ""
6308
6309 #. type: textblock
6310 #: ../src/guestfs-actions.pod:762 ../fish/guestfish-actions.pod:507
6311 msgid "Reread the partition table on C<device>."
6312 msgstr ""
6313
6314 #. type: =head2
6315 #: ../src/guestfs-actions.pod:770
6316 msgid "guestfs_blockdev_setbsz"
6317 msgstr ""
6318
6319 #. type: verbatim
6320 #: ../src/guestfs-actions.pod:772
6321 #, no-wrap
6322 msgid ""
6323 " int\n"
6324 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6325 "                          const char *device,\n"
6326 "                          int blocksize);\n"
6327 "\n"
6328 msgstr ""
6329
6330 #. type: textblock
6331 #: ../src/guestfs-actions.pod:777 ../fish/guestfish-actions.pod:515
6332 msgid "This sets the block size of a device."
6333 msgstr ""
6334
6335 #. type: =head2
6336 #: ../src/guestfs-actions.pod:788
6337 msgid "guestfs_blockdev_setro"
6338 msgstr ""
6339
6340 #. type: verbatim
6341 #: ../src/guestfs-actions.pod:790
6342 #, no-wrap
6343 msgid ""
6344 " int\n"
6345 " guestfs_blockdev_setro (guestfs_h *g,\n"
6346 "                         const char *device);\n"
6347 "\n"
6348 msgstr ""
6349
6350 #. type: textblock
6351 #: ../src/guestfs-actions.pod:794 ../fish/guestfish-actions.pod:526
6352 msgid "Sets the block device named C<device> to read-only."
6353 msgstr ""
6354
6355 #. type: =head2
6356 #: ../src/guestfs-actions.pod:802
6357 msgid "guestfs_blockdev_setrw"
6358 msgstr ""
6359
6360 #. type: verbatim
6361 #: ../src/guestfs-actions.pod:804
6362 #, no-wrap
6363 msgid ""
6364 " int\n"
6365 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6366 "                         const char *device);\n"
6367 "\n"
6368 msgstr ""
6369
6370 #. type: textblock
6371 #: ../src/guestfs-actions.pod:808 ../fish/guestfish-actions.pod:534
6372 msgid "Sets the block device named C<device> to read-write."
6373 msgstr ""
6374
6375 #. type: =head2
6376 #: ../src/guestfs-actions.pod:816
6377 msgid "guestfs_case_sensitive_path"
6378 msgstr ""
6379
6380 #. type: verbatim
6381 #: ../src/guestfs-actions.pod:818
6382 #, no-wrap
6383 msgid ""
6384 " char *\n"
6385 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6386 "                              const char *path);\n"
6387 "\n"
6388 msgstr ""
6389
6390 #. type: textblock
6391 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
6392 msgid ""
6393 "This can be used to resolve case insensitive paths on a filesystem which is "
6394 "case sensitive.  The use case is to resolve paths which you have read from "
6395 "Windows configuration files or the Windows Registry, to the true path."
6396 msgstr ""
6397
6398 #. type: textblock
6399 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
6400 msgid ""
6401 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6402 "(and probably others), which is that although the underlying filesystem is "
6403 "case-insensitive, the driver exports the filesystem to Linux as "
6404 "case-sensitive."
6405 msgstr ""
6406
6407 #. type: textblock
6408 #: ../src/guestfs-actions.pod:832 ../fish/guestfish-actions.pod:552
6409 msgid ""
6410 "One consequence of this is that special directories such as C<c:\\windows> "
6411 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6412 "precise details of how they were created.  In Windows itself this would not "
6413 "be a problem."
6414 msgstr ""
6415
6416 #. type: textblock
6417 #: ../src/guestfs-actions.pod:838 ../fish/guestfish-actions.pod:558
6418 msgid ""
6419 "Bug or feature? You decide: "
6420 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
6421 msgstr ""
6422
6423 #. type: textblock
6424 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:561
6425 msgid ""
6426 "This function resolves the true case of each element in the path and returns "
6427 "the case-sensitive path."
6428 msgstr ""
6429
6430 #. type: textblock
6431 #: ../src/guestfs-actions.pod:844
6432 msgid ""
6433 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
6434 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
6435 "how the directories were originally created under Windows)."
6436 msgstr ""
6437
6438 #. type: textblock
6439 #: ../src/guestfs-actions.pod:849 ../fish/guestfish-actions.pod:569
6440 msgid "I<Note>: This function does not handle drive names, backslashes etc."
6441 msgstr ""
6442
6443 #. type: textblock
6444 #: ../src/guestfs-actions.pod:852
6445 msgid "See also C<guestfs_realpath>."
6446 msgstr ""
6447
6448 #. type: textblock
6449 #: ../src/guestfs-actions.pod:857 ../src/guestfs-actions.pod:6682
6450 msgid "(Added in 1.0.75)"
6451 msgstr ""
6452
6453 #. type: =head2
6454 #: ../src/guestfs-actions.pod:859
6455 msgid "guestfs_cat"
6456 msgstr ""
6457
6458 #. type: verbatim
6459 #: ../src/guestfs-actions.pod:861
6460 #, no-wrap
6461 msgid ""
6462 " char *\n"
6463 " guestfs_cat (guestfs_h *g,\n"
6464 "              const char *path);\n"
6465 "\n"
6466 msgstr ""
6467
6468 #. type: textblock
6469 #: ../src/guestfs-actions.pod:865 ../src/guestfs-actions.pod:5227 ../fish/guestfish-actions.pod:578 ../fish/guestfish-actions.pod:3479
6470 msgid "Return the contents of the file named C<path>."
6471 msgstr ""
6472
6473 #. type: textblock
6474 #: ../src/guestfs-actions.pod:867
6475 msgid ""
6476 "Note that this function cannot correctly handle binary files (specifically, "
6477 "files containing C<\\0> character which is treated as end of string).  For "
6478 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
6479 "functions which have a more complex interface."
6480 msgstr ""
6481
6482 #. type: textblock
6483 #: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:1054 ../src/guestfs-actions.pod:1074 ../src/guestfs-actions.pod:1365 ../src/guestfs-actions.pod:1384 ../src/guestfs-actions.pod:1487 ../src/guestfs-actions.pod:1506 ../src/guestfs-actions.pod:1752 ../src/guestfs-actions.pod:2200 ../src/guestfs-actions.pod:2219 ../src/guestfs-actions.pod:2262 ../src/guestfs-actions.pod:2286 ../src/guestfs-actions.pod:2303 ../src/guestfs-actions.pod:2332 ../src/guestfs-actions.pod:5009 ../src/guestfs-actions.pod:5035 ../src/guestfs-actions.pod:5166 ../src/guestfs-actions.pod:5192 ../src/guestfs-actions.pod:5216 ../src/guestfs-actions.pod:6067 ../src/guestfs-actions.pod:6122 ../src/guestfs-actions.pod:6268 ../src/guestfs-actions.pod:6292 ../src/guestfs-actions.pod:6954 ../src/guestfs-actions.pod:6980 ../src/guestfs-actions.pod:7006 ../src/guestfs-actions.pod:7025 ../src/guestfs-actions.pod:7110 ../src/guestfs-actions.pod:7129 ../src/guestfs-actions.pod:7175 ../src/guestfs-actions.pod:7194 ../fish/guestfish-actions.pod:585 ../fish/guestfish-actions.pod:720 ../fish/guestfish-actions.pod:732 ../fish/guestfish-actions.pod:908 ../fish/guestfish-actions.pod:918 ../fish/guestfish-actions.pod:985 ../fish/guestfish-actions.pod:995 ../fish/guestfish-actions.pod:1187 ../fish/guestfish-actions.pod:1482 ../fish/guestfish-actions.pod:1492 ../fish/guestfish-actions.pod:1520 ../fish/guestfish-actions.pod:1535 ../fish/guestfish-actions.pod:1545 ../fish/guestfish-actions.pod:1564 ../fish/guestfish-actions.pod:3349 ../fish/guestfish-actions.pod:3364 ../fish/guestfish-actions.pod:3440 ../fish/guestfish-actions.pod:3457 ../fish/guestfish-actions.pod:3472 ../fish/guestfish-actions.pod:4055 ../fish/guestfish-actions.pod:4101 ../fish/guestfish-actions.pod:4186 ../fish/guestfish-actions.pod:4201 ../fish/guestfish-actions.pod:4611 ../fish/guestfish-actions.pod:4629 ../fish/guestfish-actions.pod:4646 ../fish/guestfish-actions.pod:4656 ../fish/guestfish-actions.pod:4704 ../fish/guestfish-actions.pod:4714 ../fish/guestfish-actions.pod:4743 ../fish/guestfish-actions.pod:4753
6484 msgid ""
6485 "Because of the message protocol, there is a transfer limit of somewhere "
6486 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
6487 msgstr ""
6488
6489 #. type: textblock
6490 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:3328 ../src/guestfs-actions.pod:3390 ../src/guestfs-actions.pod:3407 ../src/guestfs-actions.pod:3495 ../src/guestfs-actions.pod:3900 ../src/guestfs-actions.pod:3914 ../src/guestfs-actions.pod:5115 ../src/guestfs-actions.pod:5129 ../src/guestfs-actions.pod:6841 ../src/guestfs-actions.pod:6855
6491 msgid "(Added in 0.4)"
6492 msgstr ""
6493
6494 #. type: =head2
6495 #: ../src/guestfs-actions.pod:880
6496 msgid "guestfs_checksum"
6497 msgstr ""
6498
6499 #. type: verbatim
6500 #: ../src/guestfs-actions.pod:882
6501 #, no-wrap
6502 msgid ""
6503 " char *\n"
6504 " guestfs_checksum (guestfs_h *g,\n"
6505 "                   const char *csumtype,\n"
6506 "                   const char *path);\n"
6507 "\n"
6508 msgstr ""
6509
6510 #. type: textblock
6511 #: ../src/guestfs-actions.pod:887 ../fish/guestfish-actions.pod:592
6512 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
6513 msgstr ""
6514
6515 #. type: textblock
6516 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
6517 msgid ""
6518 "The type of checksum to compute is given by the C<csumtype> parameter which "
6519 "must have one of the following values:"
6520 msgstr ""
6521
6522 #. type: =item
6523 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
6524 msgid "C<crc>"
6525 msgstr ""
6526
6527 #. type: textblock
6528 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
6529 msgid ""
6530 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
6531 "C<cksum> command."
6532 msgstr ""
6533
6534 #. type: =item
6535 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:605
6536 msgid "C<md5>"
6537 msgstr ""
6538
6539 #. type: textblock
6540 #: ../src/guestfs-actions.pod:902 ../fish/guestfish-actions.pod:607
6541 msgid "Compute the MD5 hash (using the C<md5sum> program)."
6542 msgstr ""
6543
6544 #. type: =item
6545 #: ../src/guestfs-actions.pod:904 ../fish/guestfish-actions.pod:609
6546 msgid "C<sha1>"
6547 msgstr ""
6548
6549 #. type: textblock
6550 #: ../src/guestfs-actions.pod:906 ../fish/guestfish-actions.pod:611
6551 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
6552 msgstr ""
6553
6554 #. type: =item
6555 #: ../src/guestfs-actions.pod:908 ../fish/guestfish-actions.pod:613
6556 msgid "C<sha224>"
6557 msgstr ""
6558
6559 #. type: textblock
6560 #: ../src/guestfs-actions.pod:910 ../fish/guestfish-actions.pod:615
6561 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
6562 msgstr ""
6563
6564 #. type: =item
6565 #: ../src/guestfs-actions.pod:912 ../fish/guestfish-actions.pod:617
6566 msgid "C<sha256>"
6567 msgstr ""
6568
6569 #. type: textblock
6570 #: ../src/guestfs-actions.pod:914 ../fish/guestfish-actions.pod:619
6571 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
6572 msgstr ""
6573
6574 #. type: =item
6575 #: ../src/guestfs-actions.pod:916 ../fish/guestfish-actions.pod:621
6576 msgid "C<sha384>"
6577 msgstr ""
6578
6579 #. type: textblock
6580 #: ../src/guestfs-actions.pod:918 ../fish/guestfish-actions.pod:623
6581 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
6582 msgstr ""
6583
6584 #. type: =item
6585 #: ../src/guestfs-actions.pod:920 ../fish/guestfish-actions.pod:625
6586 msgid "C<sha512>"
6587 msgstr ""
6588
6589 #. type: textblock
6590 #: ../src/guestfs-actions.pod:922 ../fish/guestfish-actions.pod:627
6591 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
6592 msgstr ""
6593
6594 #. type: textblock
6595 #: ../src/guestfs-actions.pod:926 ../fish/guestfish-actions.pod:631
6596 msgid "The checksum is returned as a printable string."
6597 msgstr ""
6598
6599 #. type: textblock
6600 #: ../src/guestfs-actions.pod:928
6601 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
6602 msgstr ""
6603
6604 #. type: textblock
6605 #: ../src/guestfs-actions.pod:930
6606 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
6607 msgstr ""
6608
6609 #. type: textblock
6610 #: ../src/guestfs-actions.pod:935 ../src/guestfs-actions.pod:1243 ../src/guestfs-actions.pod:2062 ../src/guestfs-actions.pod:3072 ../src/guestfs-actions.pod:3101 ../src/guestfs-actions.pod:3162 ../src/guestfs-actions.pod:3189 ../src/guestfs-actions.pod:6538
6611 msgid "(Added in 1.0.2)"
6612 msgstr ""
6613
6614 #. type: =head2
6615 #: ../src/guestfs-actions.pod:937
6616 msgid "guestfs_checksum_device"
6617 msgstr ""
6618
6619 #. type: verbatim
6620 #: ../src/guestfs-actions.pod:939
6621 #, no-wrap
6622 msgid ""
6623 " char *\n"
6624 " guestfs_checksum_device (guestfs_h *g,\n"
6625 "                          const char *csumtype,\n"
6626 "                          const char *device);\n"
6627 "\n"
6628 msgstr ""
6629
6630 #. type: textblock
6631 #: ../src/guestfs-actions.pod:944
6632 msgid ""
6633 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
6634 "device named C<device>.  For the types of checksums supported see the "
6635 "C<guestfs_checksum> command."
6636 msgstr ""
6637
6638 #. type: textblock
6639 #: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:4646 ../src/guestfs-actions.pod:4705 ../src/guestfs-actions.pod:4742 ../src/guestfs-actions.pod:4760 ../src/guestfs-actions.pod:4936 ../src/guestfs-actions.pod:6447 ../src/guestfs-actions.pod:6461 ../src/guestfs-actions.pod:6867
6640 msgid "(Added in 1.3.2)"
6641 msgstr ""
6642
6643 #. type: =head2
6644 #: ../src/guestfs-actions.pod:953
6645 msgid "guestfs_checksums_out"
6646 msgstr ""
6647
6648 #. type: verbatim
6649 #: ../src/guestfs-actions.pod:955
6650 #, no-wrap
6651 msgid ""
6652 " int\n"
6653 " guestfs_checksums_out (guestfs_h *g,\n"
6654 "                        const char *csumtype,\n"
6655 "                        const char *directory,\n"
6656 "                        const char *sumsfile);\n"
6657 "\n"
6658 msgstr ""
6659
6660 #. type: textblock
6661 #: ../src/guestfs-actions.pod:961 ../fish/guestfish-actions.pod:649
6662 msgid ""
6663 "This command computes the checksums of all regular files in C<directory> and "
6664 "then emits a list of those checksums to the local output file C<sumsfile>."
6665 msgstr ""
6666
6667 #. type: textblock
6668 #: ../src/guestfs-actions.pod:965 ../fish/guestfish-actions.pod:653
6669 msgid ""
6670 "This can be used for verifying the integrity of a virtual machine.  However "
6671 "to be properly secure you should pay attention to the output of the checksum "
6672 "command (it uses the ones from GNU coreutils).  In particular when the "
6673 "filename is not printable, coreutils uses a special backslash syntax.  For "
6674 "more information, see the GNU coreutils info file."
6675 msgstr ""
6676
6677 #. type: textblock
6678 #: ../src/guestfs-actions.pod:975
6679 msgid "(Added in 1.3.7)"
6680 msgstr ""
6681
6682 #. type: =head2
6683 #: ../src/guestfs-actions.pod:977
6684 msgid "guestfs_chmod"
6685 msgstr ""
6686
6687 #. type: verbatim
6688 #: ../src/guestfs-actions.pod:979
6689 #, no-wrap
6690 msgid ""
6691 " int\n"
6692 " guestfs_chmod (guestfs_h *g,\n"
6693 "                int mode,\n"
6694 "                const char *path);\n"
6695 "\n"
6696 msgstr ""
6697
6698 #. type: textblock
6699 #: ../src/guestfs-actions.pod:984 ../fish/guestfish-actions.pod:667
6700 msgid ""
6701 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
6702 "supported."
6703 msgstr ""
6704
6705 #. type: textblock
6706 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:670
6707 msgid ""
6708 "I<Note>: When using this command from guestfish, C<mode> by default would be "
6709 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
6710 "C<700>."
6711 msgstr ""
6712
6713 #. type: textblock
6714 #: ../src/guestfs-actions.pod:991 ../src/guestfs-actions.pod:4151 ../src/guestfs-actions.pod:4336 ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4374 ../fish/guestfish-actions.pod:674 ../fish/guestfish-actions.pod:2797 ../fish/guestfish-actions.pod:2915 ../fish/guestfish-actions.pod:2925 ../fish/guestfish-actions.pod:2935
6715 msgid "The mode actually set is affected by the umask."
6716 msgstr ""
6717
6718 #. type: =head2
6719 #: ../src/guestfs-actions.pod:997
6720 msgid "guestfs_chown"
6721 msgstr ""
6722
6723 #. type: verbatim
6724 #: ../src/guestfs-actions.pod:999
6725 #, no-wrap
6726 msgid ""
6727 " int\n"
6728 " guestfs_chown (guestfs_h *g,\n"
6729 "                int owner,\n"
6730 "                int group,\n"
6731 "                const char *path);\n"
6732 "\n"
6733 msgstr ""
6734
6735 #. type: textblock
6736 #: ../src/guestfs-actions.pod:1005 ../fish/guestfish-actions.pod:680
6737 msgid "Change the file owner to C<owner> and group to C<group>."
6738 msgstr ""
6739
6740 #. type: textblock
6741 #: ../src/guestfs-actions.pod:1007 ../src/guestfs-actions.pod:3259 ../fish/guestfish-actions.pod:682 ../fish/guestfish-actions.pod:2255
6742 msgid ""
6743 "Only numeric uid and gid are supported.  If you want to use names, you will "
6744 "need to locate and parse the password file yourself (Augeas support makes "
6745 "this relatively easy)."
6746 msgstr ""
6747
6748 #. type: =head2
6749 #: ../src/guestfs-actions.pod:1015
6750 msgid "guestfs_command"
6751 msgstr ""
6752
6753 #. type: verbatim
6754 #: ../src/guestfs-actions.pod:1017
6755 #, no-wrap
6756 msgid ""
6757 " char *\n"
6758 " guestfs_command (guestfs_h *g,\n"
6759 "                  char *const *arguments);\n"
6760 "\n"
6761 msgstr ""
6762
6763 #. type: textblock
6764 #: ../src/guestfs-actions.pod:1021 ../fish/guestfish-actions.pod:690
6765 msgid ""
6766 "This call runs a command from the guest filesystem.  The filesystem must be "
6767 "mounted, and must contain a compatible operating system (ie. something "
6768 "Linux, with the same or compatible processor architecture)."
6769 msgstr ""
6770
6771 #. type: textblock
6772 #: ../src/guestfs-actions.pod:1026
6773 msgid ""
6774 "The single parameter is an argv-style list of arguments.  The first element "
6775 "is the name of the program to run.  Subsequent elements are parameters.  The "
6776 "list must be non-empty (ie. must contain a program name).  Note that the "
6777 "command runs directly, and is I<not> invoked via the shell (see "
6778 "C<guestfs_sh>)."
6779 msgstr ""
6780
6781 #. type: textblock
6782 #: ../src/guestfs-actions.pod:1033 ../fish/guestfish-actions.pod:702
6783 msgid "The return value is anything printed to I<stdout> by the command."
6784 msgstr ""
6785
6786 #. type: textblock
6787 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:705
6788 msgid ""
6789 "If the command returns a non-zero exit status, then this function returns an "
6790 "error message.  The error message string is the content of I<stderr> from "
6791 "the command."
6792 msgstr ""
6793
6794 #. type: textblock
6795 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
6796 msgid ""
6797 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
6798 "C</bin>.  If you require a program from another location, you should provide "
6799 "the full path in the first parameter."
6800 msgstr ""
6801
6802 #. type: textblock
6803 #: ../src/guestfs-actions.pod:1045 ../fish/guestfish-actions.pod:714
6804 msgid ""
6805 "Shared libraries and data files required by the program must be available on "
6806 "filesystems which are mounted in the correct places.  It is the caller's "
6807 "responsibility to ensure all filesystems that are needed are mounted at the "
6808 "right locations."
6809 msgstr ""
6810
6811 #. type: textblock
6812 #: ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1537
6813 msgid "(Added in 0.9.1)"
6814 msgstr ""
6815
6816 #. type: =head2
6817 #: ../src/guestfs-actions.pod:1059
6818 msgid "guestfs_command_lines"
6819 msgstr ""
6820
6821 #. type: verbatim
6822 #: ../src/guestfs-actions.pod:1061
6823 #, no-wrap
6824 msgid ""
6825 " char **\n"
6826 " guestfs_command_lines (guestfs_h *g,\n"
6827 "                        char *const *arguments);\n"
6828 "\n"
6829 msgstr ""
6830
6831 #. type: textblock
6832 #: ../src/guestfs-actions.pod:1065
6833 msgid ""
6834 "This is the same as C<guestfs_command>, but splits the result into a list of "
6835 "lines."
6836 msgstr ""
6837
6838 #. type: textblock
6839 #: ../src/guestfs-actions.pod:1068
6840 msgid "See also: C<guestfs_sh_lines>"
6841 msgstr ""
6842
6843 #. type: =head2
6844 #: ../src/guestfs-actions.pod:1079
6845 msgid "guestfs_config"
6846 msgstr ""
6847
6848 #. type: verbatim
6849 #: ../src/guestfs-actions.pod:1081
6850 #, no-wrap
6851 msgid ""
6852 " int\n"
6853 " guestfs_config (guestfs_h *g,\n"
6854 "                 const char *qemuparam,\n"
6855 "                 const char *qemuvalue);\n"
6856 "\n"
6857 msgstr ""
6858
6859 #. type: textblock
6860 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
6861 msgid ""
6862 "This can be used to add arbitrary qemu command line parameters of the form "
6863 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
6864 "setting some parameters which would interfere with parameters that we use."
6865 msgstr ""
6866
6867 #. type: textblock
6868 #: ../src/guestfs-actions.pod:1091 ../fish/guestfish-actions.pod:744
6869 msgid "The first character of C<param> string must be a C<-> (dash)."
6870 msgstr ""
6871
6872 #. type: textblock
6873 #: ../src/guestfs-actions.pod:1093 ../fish/guestfish-actions.pod:746
6874 msgid "C<value> can be NULL."
6875 msgstr ""
6876
6877 #. type: =head2
6878 #: ../src/guestfs-actions.pod:1099
6879 msgid "guestfs_copy_size"
6880 msgstr ""
6881
6882 #. type: verbatim
6883 #: ../src/guestfs-actions.pod:1101
6884 #, no-wrap
6885 msgid ""
6886 " int\n"
6887 " guestfs_copy_size (guestfs_h *g,\n"
6888 "                    const char *src,\n"
6889 "                    const char *dest,\n"
6890 "                    int64_t size);\n"
6891 "\n"
6892 msgstr ""
6893
6894 #. type: textblock
6895 #: ../src/guestfs-actions.pod:1107 ../fish/guestfish-actions.pod:752
6896 msgid ""
6897 "This command copies exactly C<size> bytes from one source device or file "
6898 "C<src> to another destination device or file C<dest>."
6899 msgstr ""
6900
6901 #. type: textblock
6902 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:755
6903 msgid ""
6904 "Note this will fail if the source is too short or if the destination is not "
6905 "large enough."
6906 msgstr ""
6907
6908 #. type: textblock
6909 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:1686 ../src/guestfs-actions.pod:1708 ../src/guestfs-actions.pod:6533 ../src/guestfs-actions.pod:6567 ../src/guestfs-actions.pod:7046 ../src/guestfs-actions.pod:7065
6910 msgid ""
6911 "This long-running command can generate progress notification messages so "
6912 "that the caller can display a progress bar or indicator.  To receive these "
6913 "messages, the caller must register a progress callback.  See "
6914 "L<guestfs(3)/guestfs_set_progress_callback>."
6915 msgstr ""
6916
6917 #. type: textblock
6918 #: ../src/guestfs-actions.pod:1120 ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:5142 ../src/guestfs-actions.pod:6774 ../src/guestfs-actions.pod:6794 ../src/guestfs-actions.pod:6880
6919 msgid "(Added in 1.0.87)"
6920 msgstr ""
6921
6922 #. type: =head2
6923 #: ../src/guestfs-actions.pod:1122
6924 msgid "guestfs_cp"
6925 msgstr ""
6926
6927 #. type: verbatim
6928 #: ../src/guestfs-actions.pod:1124
6929 #, no-wrap
6930 msgid ""
6931 " int\n"
6932 " guestfs_cp (guestfs_h *g,\n"
6933 "             const char *src,\n"
6934 "             const char *dest);\n"
6935 "\n"
6936 msgstr ""
6937
6938 #. type: textblock
6939 #: ../src/guestfs-actions.pod:1129 ../fish/guestfish-actions.pod:762
6940 msgid ""
6941 "This copies a file from C<src> to C<dest> where C<dest> is either a "
6942 "destination filename or destination directory."
6943 msgstr ""
6944
6945 #. type: textblock
6946 #: ../src/guestfs-actions.pod:1134 ../src/guestfs-actions.pod:1148 ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1294 ../src/guestfs-actions.pod:1403 ../src/guestfs-actions.pod:4600 ../src/guestfs-actions.pod:4986
6947 msgid "(Added in 1.0.18)"
6948 msgstr ""
6949
6950 #. type: =head2
6951 #: ../src/guestfs-actions.pod:1136
6952 msgid "guestfs_cp_a"
6953 msgstr ""
6954
6955 #. type: verbatim
6956 #: ../src/guestfs-actions.pod:1138
6957 #, no-wrap
6958 msgid ""
6959 " int\n"
6960 " guestfs_cp_a (guestfs_h *g,\n"
6961 "               const char *src,\n"
6962 "               const char *dest);\n"
6963 "\n"
6964 msgstr ""
6965
6966 #. type: textblock
6967 #: ../src/guestfs-actions.pod:1143 ../fish/guestfish-actions.pod:769
6968 msgid ""
6969 "This copies a file or directory from C<src> to C<dest> recursively using the "
6970 "C<cp -a> command."
6971 msgstr ""
6972
6973 #. type: =head2
6974 #: ../src/guestfs-actions.pod:1150
6975 msgid "guestfs_dd"
6976 msgstr ""
6977
6978 #. type: verbatim
6979 #: ../src/guestfs-actions.pod:1152
6980 #, no-wrap
6981 msgid ""
6982 " int\n"
6983 " guestfs_dd (guestfs_h *g,\n"
6984 "             const char *src,\n"
6985 "             const char *dest);\n"
6986 "\n"
6987 msgstr ""
6988
6989 #. type: textblock
6990 #: ../src/guestfs-actions.pod:1157 ../fish/guestfish-actions.pod:776
6991 msgid ""
6992 "This command copies from one source device or file C<src> to another "
6993 "destination device or file C<dest>.  Normally you would use this to copy to "
6994 "or from a device or partition, for example to duplicate a filesystem."
6995 msgstr ""
6996
6997 #. type: textblock
6998 #: ../src/guestfs-actions.pod:1162
6999 msgid ""
7000 "If the destination is a device, it must be as large or larger than the "
7001 "source file or device, otherwise the copy will fail.  This command cannot do "
7002 "partial copies (see C<guestfs_copy_size>)."
7003 msgstr ""
7004
7005 #. type: =head2
7006 #: ../src/guestfs-actions.pod:1170
7007 msgid "guestfs_df"
7008 msgstr ""
7009
7010 #. type: verbatim
7011 #: ../src/guestfs-actions.pod:1172
7012 #, no-wrap
7013 msgid ""
7014 " char *\n"
7015 " guestfs_df (guestfs_h *g);\n"
7016 "\n"
7017 msgstr ""
7018
7019 #. type: textblock
7020 #: ../src/guestfs-actions.pod:1175 ../fish/guestfish-actions.pod:789
7021 msgid "This command runs the C<df> command to report disk space used."
7022 msgstr ""
7023
7024 #. type: textblock
7025 #: ../src/guestfs-actions.pod:1177 ../src/guestfs-actions.pod:1194
7026 msgid ""
7027 "This command is mostly useful for interactive sessions.  It is I<not> "
7028 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7029 "from programs."
7030 msgstr ""
7031
7032 #. type: textblock
7033 #: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201 ../src/guestfs-actions.pod:1314 ../src/guestfs-actions.pod:2265 ../src/guestfs-actions.pod:2289 ../src/guestfs-actions.pod:2357 ../src/guestfs-actions.pod:4037 ../src/guestfs-actions.pod:4500 ../src/guestfs-actions.pod:6271 ../src/guestfs-actions.pod:6295 ../src/guestfs-actions.pod:6913 ../src/guestfs-actions.pod:6926 ../src/guestfs-actions.pod:6939
7034 msgid "(Added in 1.0.54)"
7035 msgstr ""
7036
7037 #. type: =head2
7038 #: ../src/guestfs-actions.pod:1186
7039 msgid "guestfs_df_h"
7040 msgstr ""
7041
7042 #. type: verbatim
7043 #: ../src/guestfs-actions.pod:1188
7044 #, no-wrap
7045 msgid ""
7046 " char *\n"
7047 " guestfs_df_h (guestfs_h *g);\n"
7048 "\n"
7049 msgstr ""
7050
7051 #. type: textblock
7052 #: ../src/guestfs-actions.pod:1191 ../fish/guestfish-actions.pod:799
7053 msgid ""
7054 "This command runs the C<df -h> command to report disk space used in "
7055 "human-readable format."
7056 msgstr ""
7057
7058 #. type: =head2
7059 #: ../src/guestfs-actions.pod:1203
7060 msgid "guestfs_dmesg"
7061 msgstr ""
7062
7063 #. type: verbatim
7064 #: ../src/guestfs-actions.pod:1205
7065 #, no-wrap
7066 msgid ""
7067 " char *\n"
7068 " guestfs_dmesg (guestfs_h *g);\n"
7069 "\n"
7070 msgstr ""
7071
7072 #. type: textblock
7073 #: ../src/guestfs-actions.pod:1208 ../fish/guestfish-actions.pod:810
7074 msgid ""
7075 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7076 "This is sometimes useful for extended debugging of problems."
7077 msgstr ""
7078
7079 #. type: textblock
7080 #: ../src/guestfs-actions.pod:1212
7081 msgid ""
7082 "Another way to get the same information is to enable verbose messages with "
7083 "C<guestfs_set_verbose> or by setting the environment variable "
7084 "C<LIBGUESTFS_DEBUG=1> before running the program."
7085 msgstr ""
7086
7087 #. type: =head2
7088 #: ../src/guestfs-actions.pod:1222
7089 msgid "guestfs_download"
7090 msgstr ""
7091
7092 #. type: verbatim
7093 #: ../src/guestfs-actions.pod:1224
7094 #, no-wrap
7095 msgid ""
7096 " int\n"
7097 " guestfs_download (guestfs_h *g,\n"
7098 "                   const char *remotefilename,\n"
7099 "                   const char *filename);\n"
7100 "\n"
7101 msgstr ""
7102
7103 #. type: textblock
7104 #: ../src/guestfs-actions.pod:1229 ../src/guestfs-actions.pod:1254 ../fish/guestfish-actions.pod:823 ../fish/guestfish-actions.pod:836
7105 msgid ""
7106 "Download file C<remotefilename> and save it as C<filename> on the local "
7107 "machine."
7108 msgstr ""
7109
7110 #. type: textblock
7111 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:6527 ../fish/guestfish-actions.pod:826 ../fish/guestfish-actions.pod:4359
7112 msgid "C<filename> can also be a named pipe."
7113 msgstr ""
7114
7115 #. type: textblock
7116 #: ../src/guestfs-actions.pod:1234
7117 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7118 msgstr ""
7119
7120 #. type: =head2
7121 #: ../src/guestfs-actions.pod:1245
7122 msgid "guestfs_download_offset"
7123 msgstr ""
7124
7125 #. type: verbatim
7126 #: ../src/guestfs-actions.pod:1247
7127 #, no-wrap
7128 msgid ""
7129 " int\n"
7130 " guestfs_download_offset (guestfs_h *g,\n"
7131 "                          const char *remotefilename,\n"
7132 "                          const char *filename,\n"
7133 "                          int64_t offset,\n"
7134 "                          int64_t size);\n"
7135 "\n"
7136 msgstr ""
7137
7138 #. type: textblock
7139 #: ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:839
7140 msgid ""
7141 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7142 "region must be within the file or device)."
7143 msgstr ""
7144
7145 #. type: textblock
7146 #: ../src/guestfs-actions.pod:1260
7147 msgid ""
7148 "Note that there is no limit on the amount of data that can be downloaded "
7149 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7150 "full amount unless an error occurs."
7151 msgstr ""
7152
7153 #. type: textblock
7154 #: ../src/guestfs-actions.pod:1265
7155 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7156 msgstr ""
7157
7158 #. type: textblock
7159 #: ../src/guestfs-actions.pod:1274 ../src/guestfs-actions.pod:6572
7160 msgid "(Added in 1.5.17)"
7161 msgstr ""
7162
7163 #. type: =head2
7164 #: ../src/guestfs-actions.pod:1276
7165 msgid "guestfs_drop_caches"
7166 msgstr ""
7167
7168 #. type: verbatim
7169 #: ../src/guestfs-actions.pod:1278
7170 #, no-wrap
7171 msgid ""
7172 " int\n"
7173 " guestfs_drop_caches (guestfs_h *g,\n"
7174 "                      int whattodrop);\n"
7175 "\n"
7176 msgstr ""
7177
7178 #. type: textblock
7179 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
7180 msgid ""
7181 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7182 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7183 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7184 msgstr ""
7185
7186 #. type: textblock
7187 #: ../src/guestfs-actions.pod:1287 ../fish/guestfish-actions.pod:860
7188 msgid "Setting C<whattodrop> to 3 should drop everything."
7189 msgstr ""
7190
7191 #. type: textblock
7192 #: ../src/guestfs-actions.pod:1289 ../fish/guestfish-actions.pod:862
7193 msgid ""
7194 "This automatically calls L<sync(2)> before the operation, so that the "
7195 "maximum guest memory is freed."
7196 msgstr ""
7197
7198 #. type: =head2
7199 #: ../src/guestfs-actions.pod:1296
7200 msgid "guestfs_du"
7201 msgstr ""
7202
7203 #. type: verbatim
7204 #: ../src/guestfs-actions.pod:1298
7205 #, no-wrap
7206 msgid ""
7207 " int64_t\n"
7208 " guestfs_du (guestfs_h *g,\n"
7209 "             const char *path);\n"
7210 "\n"
7211 msgstr ""
7212
7213 #. type: textblock
7214 #: ../src/guestfs-actions.pod:1302 ../fish/guestfish-actions.pod:869
7215 msgid ""
7216 "This command runs the C<du -s> command to estimate file space usage for "
7217 "C<path>."
7218 msgstr ""
7219
7220 #. type: textblock
7221 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:872
7222 msgid ""
7223 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7224 "estimate includes the contents of the directory and all subdirectories "
7225 "(recursively)."
7226 msgstr ""
7227
7228 #. type: textblock
7229 #: ../src/guestfs-actions.pod:1309 ../fish/guestfish-actions.pod:876
7230 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7231 msgstr ""
7232
7233 #. type: =head2
7234 #: ../src/guestfs-actions.pod:1316
7235 msgid "guestfs_e2fsck_f"
7236 msgstr ""
7237
7238 #. type: verbatim
7239 #: ../src/guestfs-actions.pod:1318
7240 #, no-wrap
7241 msgid ""
7242 " int\n"
7243 " guestfs_e2fsck_f (guestfs_h *g,\n"
7244 "                   const char *device);\n"
7245 "\n"
7246 msgstr ""
7247
7248 #. type: textblock
7249 #: ../src/guestfs-actions.pod:1322 ../fish/guestfish-actions.pod:883
7250 msgid ""
7251 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7252 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7253 "clean (C<-f>)."
7254 msgstr ""
7255
7256 #. type: textblock
7257 #: ../src/guestfs-actions.pod:1326
7258 msgid ""
7259 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7260 "Normally you should use C<guestfs_fsck>."
7261 msgstr ""
7262
7263 #. type: textblock
7264 #: ../src/guestfs-actions.pod:1331
7265 msgid "(Added in 1.0.29)"
7266 msgstr ""
7267
7268 #. type: =head2
7269 #: ../src/guestfs-actions.pod:1333
7270 msgid "guestfs_echo_daemon"
7271 msgstr ""
7272
7273 #. type: verbatim
7274 #: ../src/guestfs-actions.pod:1335
7275 #, no-wrap
7276 msgid ""
7277 " char *\n"
7278 " guestfs_echo_daemon (guestfs_h *g,\n"
7279 "                      char *const *words);\n"
7280 "\n"
7281 msgstr ""
7282
7283 #. type: textblock
7284 #: ../src/guestfs-actions.pod:1339 ../fish/guestfish-actions.pod:894
7285 msgid ""
7286 "This command concatenates the list of C<words> passed with single spaces "
7287 "between them and returns the resulting string."
7288 msgstr ""
7289
7290 #. type: textblock
7291 #: ../src/guestfs-actions.pod:1342 ../fish/guestfish-actions.pod:897
7292 msgid "You can use this command to test the connection through to the daemon."
7293 msgstr ""
7294
7295 #. type: textblock
7296 #: ../src/guestfs-actions.pod:1344
7297 msgid "See also C<guestfs_ping_daemon>."
7298 msgstr ""
7299
7300 #. type: textblock
7301 #: ../src/guestfs-actions.pod:1349 ../src/guestfs-actions.pod:2073 ../src/guestfs-actions.pod:5775
7302 msgid "(Added in 1.0.69)"
7303 msgstr ""
7304
7305 #. type: =head2
7306 #: ../src/guestfs-actions.pod:1351
7307 msgid "guestfs_egrep"
7308 msgstr ""
7309
7310 #. type: verbatim
7311 #: ../src/guestfs-actions.pod:1353
7312 #, no-wrap
7313 msgid ""
7314 " char **\n"
7315 " guestfs_egrep (guestfs_h *g,\n"
7316 "                const char *regex,\n"
7317 "                const char *path);\n"
7318 "\n"
7319 msgstr ""
7320
7321 #. type: textblock
7322 #: ../src/guestfs-actions.pod:1358 ../fish/guestfish-actions.pod:905
7323 msgid "This calls the external C<egrep> program and returns the matching lines."
7324 msgstr ""
7325
7326 #. type: textblock
7327 #: ../src/guestfs-actions.pod:1368 ../src/guestfs-actions.pod:1387 ../src/guestfs-actions.pod:1444 ../src/guestfs-actions.pod:1490 ../src/guestfs-actions.pod:1509 ../src/guestfs-actions.pod:2203 ../src/guestfs-actions.pod:2222 ../src/guestfs-actions.pod:2378 ../src/guestfs-actions.pod:2391 ../src/guestfs-actions.pod:2406 ../src/guestfs-actions.pod:2452 ../src/guestfs-actions.pod:2474 ../src/guestfs-actions.pod:2487 ../src/guestfs-actions.pod:3420 ../src/guestfs-actions.pod:3434 ../src/guestfs-actions.pod:3447 ../src/guestfs-actions.pod:3461 ../src/guestfs-actions.pod:4435 ../src/guestfs-actions.pod:5320 ../src/guestfs-actions.pod:5369 ../src/guestfs-actions.pod:6139 ../src/guestfs-actions.pod:6151 ../src/guestfs-actions.pod:6164 ../src/guestfs-actions.pod:6177 ../src/guestfs-actions.pod:6199 ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6238 ../src/guestfs-actions.pod:7009 ../src/guestfs-actions.pod:7028 ../src/guestfs-actions.pod:7113 ../src/guestfs-actions.pod:7132 ../src/guestfs-actions.pod:7178 ../src/guestfs-actions.pod:7197
7328 msgid "(Added in 1.0.66)"
7329 msgstr ""
7330
7331 #. type: =head2
7332 #: ../src/guestfs-actions.pod:1370
7333 msgid "guestfs_egrepi"
7334 msgstr ""
7335
7336 #. type: verbatim
7337 #: ../src/guestfs-actions.pod:1372
7338 #, no-wrap
7339 msgid ""
7340 " char **\n"
7341 " guestfs_egrepi (guestfs_h *g,\n"
7342 "                 const char *regex,\n"
7343 "                 const char *path);\n"
7344 "\n"
7345 msgstr ""
7346
7347 #. type: textblock
7348 #: ../src/guestfs-actions.pod:1377 ../fish/guestfish-actions.pod:915
7349 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7350 msgstr ""
7351
7352 #. type: =head2
7353 #: ../src/guestfs-actions.pod:1389
7354 msgid "guestfs_equal"
7355 msgstr ""
7356
7357 #. type: verbatim
7358 #: ../src/guestfs-actions.pod:1391
7359 #, no-wrap
7360 msgid ""
7361 " int\n"
7362 " guestfs_equal (guestfs_h *g,\n"
7363 "                const char *file1,\n"
7364 "                const char *file2);\n"
7365 "\n"
7366 msgstr ""
7367
7368 #. type: textblock
7369 #: ../src/guestfs-actions.pod:1396 ../fish/guestfish-actions.pod:925
7370 msgid ""
7371 "This compares the two files C<file1> and C<file2> and returns true if their "
7372 "content is exactly equal, or false otherwise."
7373 msgstr ""
7374
7375 #. type: textblock
7376 #: ../src/guestfs-actions.pod:1399 ../fish/guestfish-actions.pod:928
7377 msgid "The external L<cmp(1)> program is used for the comparison."
7378 msgstr ""
7379
7380 #. type: =head2
7381 #: ../src/guestfs-actions.pod:1405
7382 msgid "guestfs_exists"
7383 msgstr ""
7384
7385 #. type: verbatim
7386 #: ../src/guestfs-actions.pod:1407
7387 #, no-wrap
7388 msgid ""
7389 " int\n"
7390 " guestfs_exists (guestfs_h *g,\n"
7391 "                 const char *path);\n"
7392 "\n"
7393 msgstr ""
7394
7395 #. type: textblock
7396 #: ../src/guestfs-actions.pod:1411 ../fish/guestfish-actions.pod:934
7397 msgid ""
7398 "This returns C<true> if and only if there is a file, directory (or anything) "
7399 "with the given C<path> name."
7400 msgstr ""
7401
7402 #. type: textblock
7403 #: ../src/guestfs-actions.pod:1414
7404 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7405 msgstr ""
7406
7407 #. type: =head2
7408 #: ../src/guestfs-actions.pod:1420
7409 msgid "guestfs_fallocate"
7410 msgstr ""
7411
7412 #. type: verbatim
7413 #: ../src/guestfs-actions.pod:1422
7414 #, no-wrap
7415 msgid ""
7416 " int\n"
7417 " guestfs_fallocate (guestfs_h *g,\n"
7418 "                    const char *path,\n"
7419 "                    int len);\n"
7420 "\n"
7421 msgstr ""
7422
7423 #. type: textblock
7424 #: ../src/guestfs-actions.pod:1427 ../src/guestfs-actions.pod:1453 ../fish/guestfish-actions.pod:943 ../fish/guestfish-actions.pod:962
7425 msgid ""
7426 "This command preallocates a file (containing zero bytes) named C<path> of "
7427 "size C<len> bytes.  If the file exists already, it is overwritten."
7428 msgstr ""
7429
7430 #. type: textblock
7431 #: ../src/guestfs-actions.pod:1431 ../fish/guestfish-actions.pod:947
7432 msgid ""
7433 "Do not confuse this with the guestfish-specific C<alloc> command which "
7434 "allocates a file in the host and attaches it as a device."
7435 msgstr ""
7436
7437 #. type: textblock
7438 #: ../src/guestfs-actions.pod:1437
7439 msgid ""
7440 "This function is deprecated.  In new code, use the L</guestfs_fallocate64> "
7441 "call instead."
7442 msgstr ""
7443
7444 #. type: =head2
7445 #: ../src/guestfs-actions.pod:1446
7446 msgid "guestfs_fallocate64"
7447 msgstr ""
7448
7449 #. type: verbatim
7450 #: ../src/guestfs-actions.pod:1448
7451 #, no-wrap
7452 msgid ""
7453 " int\n"
7454 " guestfs_fallocate64 (guestfs_h *g,\n"
7455 "                      const char *path,\n"
7456 "                      int64_t len);\n"
7457 "\n"
7458 msgstr ""
7459
7460 #. type: textblock
7461 #: ../src/guestfs-actions.pod:1457
7462 msgid ""
7463 "Note that this call allocates disk blocks for the file.  To create a sparse "
7464 "file use C<guestfs_truncate_size> instead."
7465 msgstr ""
7466
7467 #. type: textblock
7468 #: ../src/guestfs-actions.pod:1460
7469 msgid ""
7470 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
7471 "oversight it only allowed 30 bit lengths to be specified, effectively "
7472 "limiting the maximum size of files created through that call to 1GB."
7473 msgstr ""
7474
7475 #. type: textblock
7476 #: ../src/guestfs-actions.pod:1465 ../fish/guestfish-actions.pod:974
7477 msgid ""
7478 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
7479 "commands which create a file in the host and attach it as a device."
7480 msgstr ""
7481
7482 #. type: textblock
7483 #: ../src/guestfs-actions.pod:1471
7484 msgid "(Added in 1.3.17)"
7485 msgstr ""
7486
7487 #. type: =head2
7488 #: ../src/guestfs-actions.pod:1473
7489 msgid "guestfs_fgrep"
7490 msgstr ""
7491
7492 #. type: verbatim
7493 #: ../src/guestfs-actions.pod:1475
7494 #, no-wrap
7495 msgid ""
7496 " char **\n"
7497 " guestfs_fgrep (guestfs_h *g,\n"
7498 "                const char *pattern,\n"
7499 "                const char *path);\n"
7500 "\n"
7501 msgstr ""
7502
7503 #. type: textblock
7504 #: ../src/guestfs-actions.pod:1480 ../fish/guestfish-actions.pod:982
7505 msgid "This calls the external C<fgrep> program and returns the matching lines."
7506 msgstr ""
7507
7508 #. type: =head2
7509 #: ../src/guestfs-actions.pod:1492
7510 msgid "guestfs_fgrepi"
7511 msgstr ""
7512
7513 #. type: verbatim
7514 #: ../src/guestfs-actions.pod:1494
7515 #, no-wrap
7516 msgid ""
7517 " char **\n"
7518 " guestfs_fgrepi (guestfs_h *g,\n"
7519 "                 const char *pattern,\n"
7520 "                 const char *path);\n"
7521 "\n"
7522 msgstr ""
7523
7524 #. type: textblock
7525 #: ../src/guestfs-actions.pod:1499 ../fish/guestfish-actions.pod:992
7526 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
7527 msgstr ""
7528
7529 #. type: =head2
7530 #: ../src/guestfs-actions.pod:1511
7531 msgid "guestfs_file"
7532 msgstr ""
7533
7534 #. type: verbatim
7535 #: ../src/guestfs-actions.pod:1513
7536 #, no-wrap
7537 msgid ""
7538 " char *\n"
7539 " guestfs_file (guestfs_h *g,\n"
7540 "               const char *path);\n"
7541 "\n"
7542 msgstr ""
7543
7544 #. type: textblock
7545 #: ../src/guestfs-actions.pod:1517 ../fish/guestfish-actions.pod:1002
7546 msgid ""
7547 "This call uses the standard L<file(1)> command to determine the type or "
7548 "contents of the file."
7549 msgstr ""
7550
7551 #. type: textblock
7552 #: ../src/guestfs-actions.pod:1520 ../fish/guestfish-actions.pod:1005
7553 msgid ""
7554 "This call will also transparently look inside various types of compressed "
7555 "file."
7556 msgstr ""
7557
7558 #. type: textblock
7559 #: ../src/guestfs-actions.pod:1523 ../fish/guestfish-actions.pod:1008
7560 msgid ""
7561 "The exact command which runs is C<file -zb path>.  Note in particular that "
7562 "the filename is not prepended to the output (the C<-b> option)."
7563 msgstr ""
7564
7565 #. type: textblock
7566 #: ../src/guestfs-actions.pod:1527 ../fish/guestfish-actions.pod:1012
7567 msgid ""
7568 "The output depends on the output of the underlying L<file(1)> command and it "
7569 "can change in future in ways beyond our control.  In other words, the output "
7570 "is not guaranteed by the ABI."
7571 msgstr ""
7572
7573 #. type: textblock
7574 #: ../src/guestfs-actions.pod:1531
7575 msgid ""
7576 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
7577 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
7578 msgstr ""
7579
7580 #. type: =head2
7581 #: ../src/guestfs-actions.pod:1539
7582 msgid "guestfs_file_architecture"
7583 msgstr ""
7584
7585 #. type: verbatim
7586 #: ../src/guestfs-actions.pod:1541
7587 #, no-wrap
7588 msgid ""
7589 " char *\n"
7590 " guestfs_file_architecture (guestfs_h *g,\n"
7591 "                            const char *filename);\n"
7592 "\n"
7593 msgstr ""
7594
7595 #. type: textblock
7596 #: ../src/guestfs-actions.pod:1545 ../fish/guestfish-actions.pod:1023
7597 msgid ""
7598 "This detects the architecture of the binary C<filename>, and returns it if "
7599 "known."
7600 msgstr ""
7601
7602 #. type: textblock
7603 #: ../src/guestfs-actions.pod:1548 ../fish/guestfish-actions.pod:1026
7604 msgid "Currently defined architectures are:"
7605 msgstr ""
7606
7607 #. type: =item
7608 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
7609 msgid "\"i386\""
7610 msgstr ""
7611
7612 #. type: textblock
7613 #: ../src/guestfs-actions.pod:1554 ../fish/guestfish-actions.pod:1032
7614 msgid ""
7615 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
7616 "irrespective of the precise processor requirements of the binary."
7617 msgstr ""
7618
7619 #. type: =item
7620 #: ../src/guestfs-actions.pod:1557 ../fish/guestfish-actions.pod:1035
7621 msgid "\"x86_64\""
7622 msgstr ""
7623
7624 #. type: textblock
7625 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1037
7626 msgid "64 bit x86-64."
7627 msgstr ""
7628
7629 #. type: =item
7630 #: ../src/guestfs-actions.pod:1561 ../fish/guestfish-actions.pod:1039
7631 msgid "\"sparc\""
7632 msgstr ""
7633
7634 #. type: textblock
7635 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1041
7636 msgid "32 bit SPARC."
7637 msgstr ""
7638
7639 #. type: =item
7640 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1043
7641 msgid "\"sparc64\""
7642 msgstr ""
7643
7644 #. type: textblock
7645 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1045
7646 msgid "64 bit SPARC V9 and above."
7647 msgstr ""
7648
7649 #. type: =item
7650 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1047
7651 msgid "\"ia64\""
7652 msgstr ""
7653
7654 #. type: textblock
7655 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1049
7656 msgid "Intel Itanium."
7657 msgstr ""
7658
7659 #. type: =item
7660 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1051
7661 msgid "\"ppc\""
7662 msgstr ""
7663
7664 #. type: textblock
7665 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1053
7666 msgid "32 bit Power PC."
7667 msgstr ""
7668
7669 #. type: =item
7670 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1055
7671 msgid "\"ppc64\""
7672 msgstr ""
7673
7674 #. type: textblock
7675 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1057
7676 msgid "64 bit Power PC."
7677 msgstr ""
7678
7679 #. type: textblock
7680 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1061
7681 msgid "Libguestfs may return other architecture strings in future."
7682 msgstr ""
7683
7684 #. type: textblock
7685 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1063
7686 msgid "The function works on at least the following types of files:"
7687 msgstr ""
7688
7689 #. type: textblock
7690 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1069
7691 msgid "many types of Un*x and Linux binary"
7692 msgstr ""
7693
7694 #. type: textblock
7695 #: ../src/guestfs-actions.pod:1595 ../fish/guestfish-actions.pod:1073
7696 msgid "many types of Un*x and Linux shared library"
7697 msgstr ""
7698
7699 #. type: textblock
7700 #: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1077
7701 msgid "Windows Win32 and Win64 binaries"
7702 msgstr ""
7703
7704 #. type: textblock
7705 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1081
7706 msgid "Windows Win32 and Win64 DLLs"
7707 msgstr ""
7708
7709 #. type: textblock
7710 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1083
7711 msgid "Win32 binaries and DLLs return C<i386>."
7712 msgstr ""
7713
7714 #. type: textblock
7715 #: ../src/guestfs-actions.pod:1607 ../fish/guestfish-actions.pod:1085
7716 msgid "Win64 binaries and DLLs return C<x86_64>."
7717 msgstr ""
7718
7719 #. type: textblock
7720 #: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1089
7721 msgid "Linux kernel modules"
7722 msgstr ""
7723
7724 #. type: textblock
7725 #: ../src/guestfs-actions.pod:1615 ../fish/guestfish-actions.pod:1093
7726 msgid "Linux new-style initrd images"
7727 msgstr ""
7728
7729 #. type: textblock
7730 #: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1097
7731 msgid "some non-x86 Linux vmlinuz kernels"
7732 msgstr ""
7733
7734 #. type: textblock
7735 #: ../src/guestfs-actions.pod:1623 ../fish/guestfish-actions.pod:1101
7736 msgid "What it can't do currently:"
7737 msgstr ""
7738
7739 #. type: textblock
7740 #: ../src/guestfs-actions.pod:1629 ../fish/guestfish-actions.pod:1107
7741 msgid "static libraries (libfoo.a)"
7742 msgstr ""
7743
7744 #. type: textblock
7745 #: ../src/guestfs-actions.pod:1633 ../fish/guestfish-actions.pod:1111
7746 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
7747 msgstr ""
7748
7749 #. type: textblock
7750 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1115
7751 msgid "x86 Linux vmlinuz kernels"
7752 msgstr ""
7753
7754 #. type: textblock
7755 #: ../src/guestfs-actions.pod:1639 ../fish/guestfish-actions.pod:1117
7756 msgid ""
7757 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
7758 "compressed code, and are horribly hard to unpack.  If you want to find the "
7759 "architecture of a kernel, use the architecture of the associated initrd or "
7760 "kernel module(s) instead."
7761 msgstr ""
7762
7763 #. type: textblock
7764 #: ../src/guestfs-actions.pod:1649 ../src/guestfs-actions.pod:1812 ../src/guestfs-actions.pod:1829 ../src/guestfs-actions.pod:2510 ../src/guestfs-actions.pod:2591 ../src/guestfs-actions.pod:2617 ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:2687 ../src/guestfs-actions.pod:2724 ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:2870 ../src/guestfs-actions.pod:3043 ../src/guestfs-actions.pod:3175
7765 msgid "(Added in 1.5.3)"
7766 msgstr ""
7767
7768 #. type: =head2
7769 #: ../src/guestfs-actions.pod:1651
7770 msgid "guestfs_filesize"
7771 msgstr ""
7772
7773 #. type: verbatim
7774 #: ../src/guestfs-actions.pod:1653
7775 #, no-wrap
7776 msgid ""
7777 " int64_t\n"
7778 " guestfs_filesize (guestfs_h *g,\n"
7779 "                   const char *file);\n"
7780 "\n"
7781 msgstr ""
7782
7783 #. type: textblock
7784 #: ../src/guestfs-actions.pod:1657 ../fish/guestfish-actions.pod:1128
7785 msgid "This command returns the size of C<file> in bytes."
7786 msgstr ""
7787
7788 #. type: textblock
7789 #: ../src/guestfs-actions.pod:1659
7790 msgid ""
7791 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
7792 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
7793 "devices, use C<guestfs_blockdev_getsize64>."
7794 msgstr ""
7795
7796 #. type: textblock
7797 #: ../src/guestfs-actions.pod:1665
7798 msgid "(Added in 1.0.82)"
7799 msgstr ""
7800
7801 #. type: =head2
7802 #: ../src/guestfs-actions.pod:1667
7803 msgid "guestfs_fill"
7804 msgstr ""
7805
7806 #. type: verbatim
7807 #: ../src/guestfs-actions.pod:1669
7808 #, no-wrap
7809 msgid ""
7810 " int\n"
7811 " guestfs_fill (guestfs_h *g,\n"
7812 "               int c,\n"
7813 "               int len,\n"
7814 "               const char *path);\n"
7815 "\n"
7816 msgstr ""
7817
7818 #. type: textblock
7819 #: ../src/guestfs-actions.pod:1675 ../fish/guestfish-actions.pod:1138
7820 msgid ""
7821 "This command creates a new file called C<path>.  The initial content of the "
7822 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
7823 "C<[0..255]>."
7824 msgstr ""
7825
7826 #. type: textblock
7827 #: ../src/guestfs-actions.pod:1679
7828 msgid ""
7829 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
7830 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
7831 "bytes use C<guestfs_fill_pattern>."
7832 msgstr ""
7833
7834 #. type: textblock
7835 #: ../src/guestfs-actions.pod:1691
7836 msgid "(Added in 1.0.79)"
7837 msgstr ""
7838
7839 #. type: =head2
7840 #: ../src/guestfs-actions.pod:1693
7841 msgid "guestfs_fill_pattern"
7842 msgstr ""
7843
7844 #. type: verbatim
7845 #: ../src/guestfs-actions.pod:1695
7846 #, no-wrap
7847 msgid ""
7848 " int\n"
7849 " guestfs_fill_pattern (guestfs_h *g,\n"
7850 "                       const char *pattern,\n"
7851 "                       int len,\n"
7852 "                       const char *path);\n"
7853 "\n"
7854 msgstr ""
7855
7856 #. type: textblock
7857 #: ../src/guestfs-actions.pod:1701
7858 msgid ""
7859 "This function is like C<guestfs_fill> except that it creates a new file of "
7860 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
7861 "pattern is truncated if necessary to ensure the length of the file is "
7862 "exactly C<len> bytes."
7863 msgstr ""
7864
7865 #. type: textblock
7866 #: ../src/guestfs-actions.pod:1713
7867 msgid "(Added in 1.3.12)"
7868 msgstr ""
7869
7870 #. type: =head2
7871 #: ../src/guestfs-actions.pod:1715
7872 msgid "guestfs_find"
7873 msgstr ""
7874
7875 #. type: verbatim
7876 #: ../src/guestfs-actions.pod:1717
7877 #, no-wrap
7878 msgid ""
7879 " char **\n"
7880 " guestfs_find (guestfs_h *g,\n"
7881 "               const char *directory);\n"
7882 "\n"
7883 msgstr ""
7884
7885 #. type: textblock
7886 #: ../src/guestfs-actions.pod:1721 ../fish/guestfish-actions.pod:1160
7887 msgid ""
7888 "This command lists out all files and directories, recursively, starting at "
7889 "C<directory>.  It is essentially equivalent to running the shell command "
7890 "C<find directory -print> but some post-processing happens on the output, "
7891 "described below."
7892 msgstr ""
7893
7894 #. type: textblock
7895 #: ../src/guestfs-actions.pod:1726 ../fish/guestfish-actions.pod:1165
7896 msgid ""
7897 "This returns a list of strings I<without any prefix>.  Thus if the directory "
7898 "structure was:"
7899 msgstr ""
7900
7901 #. type: verbatim
7902 #: ../src/guestfs-actions.pod:1729 ../fish/guestfish-actions.pod:1168
7903 #, no-wrap
7904 msgid ""
7905 " /tmp/a\n"
7906 " /tmp/b\n"
7907 " /tmp/c/d\n"
7908 "\n"
7909 msgstr ""
7910
7911 #. type: textblock
7912 #: ../src/guestfs-actions.pod:1733
7913 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
7914 msgstr ""
7915
7916 #. type: verbatim
7917 #: ../src/guestfs-actions.pod:1736 ../fish/guestfish-actions.pod:1175
7918 #, no-wrap
7919 msgid ""
7920 " a\n"
7921 " b\n"
7922 " c\n"
7923 " c/d\n"
7924 "\n"
7925 msgstr ""
7926
7927 #. type: textblock
7928 #: ../src/guestfs-actions.pod:1741 ../fish/guestfish-actions.pod:1180
7929 msgid "If C<directory> is not a directory, then this command returns an error."
7930 msgstr ""
7931
7932 #. type: textblock
7933 #: ../src/guestfs-actions.pod:1744 ../fish/guestfish-actions.pod:1183
7934 msgid "The returned list is sorted."
7935 msgstr ""
7936
7937 #. type: textblock
7938 #: ../src/guestfs-actions.pod:1746
7939 msgid "See also C<guestfs_find0>."
7940 msgstr ""
7941
7942 #. type: textblock
7943 #: ../src/guestfs-actions.pod:1755 ../src/guestfs-actions.pod:3864 ../src/guestfs-actions.pod:5404
7944 msgid "(Added in 1.0.27)"
7945 msgstr ""
7946
7947 #. type: =head2
7948 #: ../src/guestfs-actions.pod:1757
7949 msgid "guestfs_find0"
7950 msgstr ""
7951
7952 #. type: verbatim
7953 #: ../src/guestfs-actions.pod:1759
7954 #, no-wrap
7955 msgid ""
7956 " int\n"
7957 " guestfs_find0 (guestfs_h *g,\n"
7958 "                const char *directory,\n"
7959 "                const char *files);\n"
7960 "\n"
7961 msgstr ""
7962
7963 #. type: textblock
7964 #: ../src/guestfs-actions.pod:1764 ../fish/guestfish-actions.pod:1194
7965 msgid ""
7966 "This command lists out all files and directories, recursively, starting at "
7967 "C<directory>, placing the resulting list in the external file called "
7968 "C<files>."
7969 msgstr ""
7970
7971 #. type: textblock
7972 #: ../src/guestfs-actions.pod:1768
7973 msgid ""
7974 "This command works the same way as C<guestfs_find> with the following "
7975 "exceptions:"
7976 msgstr ""
7977
7978 #. type: textblock
7979 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1205
7980 msgid "The resulting list is written to an external file."
7981 msgstr ""
7982
7983 #. type: textblock
7984 #: ../src/guestfs-actions.pod:1779 ../fish/guestfish-actions.pod:1209
7985 msgid ""
7986 "Items (filenames) in the result are separated by C<\\0> characters.  See "
7987 "L<find(1)> option I<-print0>."
7988 msgstr ""
7989
7990 #. type: textblock
7991 #: ../src/guestfs-actions.pod:1784 ../fish/guestfish-actions.pod:1214
7992 msgid "This command is not limited in the number of names that it can return."
7993 msgstr ""
7994
7995 #. type: textblock
7996 #: ../src/guestfs-actions.pod:1789 ../fish/guestfish-actions.pod:1219
7997 msgid "The result list is not sorted."
7998 msgstr ""
7999
8000 #. type: textblock
8001 #: ../src/guestfs-actions.pod:1795
8002 msgid "(Added in 1.0.74)"
8003 msgstr ""
8004
8005 #. type: =head2
8006 #: ../src/guestfs-actions.pod:1797
8007 msgid "guestfs_findfs_label"
8008 msgstr ""
8009
8010 #. type: verbatim
8011 #: ../src/guestfs-actions.pod:1799
8012 #, no-wrap
8013 msgid ""
8014 " char *\n"
8015 " guestfs_findfs_label (guestfs_h *g,\n"
8016 "                       const char *label);\n"
8017 "\n"
8018 msgstr ""
8019
8020 #. type: textblock
8021 #: ../src/guestfs-actions.pod:1803 ../fish/guestfish-actions.pod:1229
8022 msgid ""
8023 "This command searches the filesystems and returns the one which has the "
8024 "given label.  An error is returned if no such filesystem can be found."
8025 msgstr ""
8026
8027 #. type: textblock
8028 #: ../src/guestfs-actions.pod:1807
8029 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8030 msgstr ""
8031
8032 #. type: =head2
8033 #: ../src/guestfs-actions.pod:1814
8034 msgid "guestfs_findfs_uuid"
8035 msgstr ""
8036
8037 #. type: verbatim
8038 #: ../src/guestfs-actions.pod:1816
8039 #, no-wrap
8040 msgid ""
8041 " char *\n"
8042 " guestfs_findfs_uuid (guestfs_h *g,\n"
8043 "                      const char *uuid);\n"
8044 "\n"
8045 msgstr ""
8046
8047 #. type: textblock
8048 #: ../src/guestfs-actions.pod:1820 ../fish/guestfish-actions.pod:1239
8049 msgid ""
8050 "This command searches the filesystems and returns the one which has the "
8051 "given UUID.  An error is returned if no such filesystem can be found."
8052 msgstr ""
8053
8054 #. type: textblock
8055 #: ../src/guestfs-actions.pod:1824
8056 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8057 msgstr ""
8058
8059 #. type: =head2
8060 #: ../src/guestfs-actions.pod:1831
8061 msgid "guestfs_fsck"
8062 msgstr ""
8063
8064 #. type: verbatim
8065 #: ../src/guestfs-actions.pod:1833
8066 #, no-wrap
8067 msgid ""
8068 " int\n"
8069 " guestfs_fsck (guestfs_h *g,\n"
8070 "               const char *fstype,\n"
8071 "               const char *device);\n"
8072 "\n"
8073 msgstr ""
8074
8075 #. type: textblock
8076 #: ../src/guestfs-actions.pod:1838 ../fish/guestfish-actions.pod:1249
8077 msgid ""
8078 "This runs the filesystem checker (fsck) on C<device> which should have "
8079 "filesystem type C<fstype>."
8080 msgstr ""
8081
8082 #. type: textblock
8083 #: ../src/guestfs-actions.pod:1841 ../fish/guestfish-actions.pod:1252
8084 msgid ""
8085 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8086 "codes from C<fsck>."
8087 msgstr ""
8088
8089 #. type: textblock
8090 #: ../src/guestfs-actions.pod:1850 ../fish/guestfish-actions.pod:1261
8091 msgid "Multiple status codes can be summed together."
8092 msgstr ""
8093
8094 #. type: textblock
8095 #: ../src/guestfs-actions.pod:1854 ../fish/guestfish-actions.pod:1265
8096 msgid ""
8097 "A non-zero return code can mean \"success\", for example if errors have been "
8098 "corrected on the filesystem."
8099 msgstr ""
8100
8101 #. type: textblock
8102 #: ../src/guestfs-actions.pod:1859 ../fish/guestfish-actions.pod:1270
8103 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8104 msgstr ""
8105
8106 #. type: textblock
8107 #: ../src/guestfs-actions.pod:1864 ../fish/guestfish-actions.pod:1275
8108 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8109 msgstr ""
8110
8111 #. type: textblock
8112 #: ../src/guestfs-actions.pod:1868 ../src/guestfs-actions.pod:7051
8113 msgid "(Added in 1.0.16)"
8114 msgstr ""
8115
8116 #. type: =head2
8117 #: ../src/guestfs-actions.pod:1870
8118 msgid "guestfs_get_append"
8119 msgstr ""
8120
8121 #. type: verbatim
8122 #: ../src/guestfs-actions.pod:1872
8123 #, no-wrap
8124 msgid ""
8125 " const char *\n"
8126 " guestfs_get_append (guestfs_h *g);\n"
8127 "\n"
8128 msgstr ""
8129
8130 #. type: textblock
8131 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1281
8132 msgid ""
8133 "Return the additional kernel options which are added to the guest kernel "
8134 "command line."
8135 msgstr ""
8136
8137 #. type: textblock
8138 #: ../src/guestfs-actions.pod:1878 ../fish/guestfish-actions.pod:1284
8139 msgid "If C<NULL> then no options are added."
8140 msgstr ""
8141
8142 #. type: textblock
8143 #: ../src/guestfs-actions.pod:1880
8144 msgid ""
8145 "This function returns a string which may be NULL.  There is no way to return "
8146 "an error from this function.  The string is owned by the guest handle and "
8147 "must I<not> be freed."
8148 msgstr ""
8149
8150 #. type: textblock
8151 #: ../src/guestfs-actions.pod:1884 ../src/guestfs-actions.pod:5082 ../src/guestfs-actions.pod:5545 ../src/guestfs-actions.pod:5913 ../src/guestfs-actions.pod:5932 ../src/guestfs-actions.pod:5948 ../src/guestfs-actions.pod:5965 ../src/guestfs-actions.pod:6722 ../src/guestfs-actions.pod:6740 ../src/guestfs-actions.pod:7094
8152 msgid "(Added in 1.0.26)"
8153 msgstr ""
8154
8155 #. type: =head2
8156 #: ../src/guestfs-actions.pod:1886
8157 msgid "guestfs_get_autosync"
8158 msgstr ""
8159
8160 #. type: verbatim
8161 #: ../src/guestfs-actions.pod:1888
8162 #, no-wrap
8163 msgid ""
8164 " int\n"
8165 " guestfs_get_autosync (guestfs_h *g);\n"
8166 "\n"
8167 msgstr ""
8168
8169 #. type: textblock
8170 #: ../src/guestfs-actions.pod:1891 ../fish/guestfish-actions.pod:1290
8171 msgid "Get the autosync flag."
8172 msgstr ""
8173
8174 #. type: =head2
8175 #: ../src/guestfs-actions.pod:1897
8176 msgid "guestfs_get_direct"
8177 msgstr ""
8178
8179 #. type: verbatim
8180 #: ../src/guestfs-actions.pod:1899
8181 #, no-wrap
8182 msgid ""
8183 " int\n"
8184 " guestfs_get_direct (guestfs_h *g);\n"
8185 "\n"
8186 msgstr ""
8187
8188 #. type: textblock
8189 #: ../src/guestfs-actions.pod:1902 ../fish/guestfish-actions.pod:1296
8190 msgid "Return the direct appliance mode flag."
8191 msgstr ""
8192
8193 #. type: textblock
8194 #: ../src/guestfs-actions.pod:1906 ../src/guestfs-actions.pod:5586
8195 msgid "(Added in 1.0.72)"
8196 msgstr ""
8197
8198 #. type: =head2
8199 #: ../src/guestfs-actions.pod:1908
8200 msgid "guestfs_get_e2label"
8201 msgstr ""
8202
8203 #. type: verbatim
8204 #: ../src/guestfs-actions.pod:1910
8205 #, no-wrap
8206 msgid ""
8207 " char *\n"
8208 " guestfs_get_e2label (guestfs_h *g,\n"
8209 "                      const char *device);\n"
8210 "\n"
8211 msgstr ""
8212
8213 #. type: textblock
8214 #: ../src/guestfs-actions.pod:1914 ../fish/guestfish-actions.pod:1302
8215 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8216 msgstr ""
8217
8218 #. type: textblock
8219 #: ../src/guestfs-actions.pod:1920
8220 msgid ""
8221 "This function is deprecated.  In new code, use the L</guestfs_vfs_label> "
8222 "call instead."
8223 msgstr ""
8224
8225 #. type: textblock
8226 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:5604 ../src/guestfs-actions.pod:5623
8227 msgid "(Added in 1.0.15)"
8228 msgstr ""
8229
8230 #. type: =head2
8231 #: ../src/guestfs-actions.pod:1929
8232 msgid "guestfs_get_e2uuid"
8233 msgstr ""
8234
8235 #. type: verbatim
8236 #: ../src/guestfs-actions.pod:1931
8237 #, no-wrap
8238 msgid ""
8239 " char *\n"
8240 " guestfs_get_e2uuid (guestfs_h *g,\n"
8241 "                     const char *device);\n"
8242 "\n"
8243 msgstr ""
8244
8245 #. type: textblock
8246 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1316
8247 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8248 msgstr ""
8249
8250 #. type: textblock
8251 #: ../src/guestfs-actions.pod:1941
8252 msgid ""
8253 "This function is deprecated.  In new code, use the L</guestfs_vfs_uuid> call "
8254 "instead."
8255 msgstr ""
8256
8257 #. type: =head2
8258 #: ../src/guestfs-actions.pod:1950
8259 msgid "guestfs_get_memsize"
8260 msgstr ""
8261
8262 #. type: verbatim
8263 #: ../src/guestfs-actions.pod:1952
8264 #, no-wrap
8265 msgid ""
8266 " int\n"
8267 " guestfs_get_memsize (guestfs_h *g);\n"
8268 "\n"
8269 msgstr ""
8270
8271 #. type: textblock
8272 #: ../src/guestfs-actions.pod:1955 ../fish/guestfish-actions.pod:1330
8273 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8274 msgstr ""
8275
8276 #. type: textblock
8277 #: ../src/guestfs-actions.pod:1958
8278 msgid ""
8279 "If C<guestfs_set_memsize> was not called on this handle, and if "
8280 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8281 "value for memsize."
8282 msgstr ""
8283
8284 #. type: textblock
8285 #: ../src/guestfs-actions.pod:1962 ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:5639 ../src/guestfs-actions.pod:5746 ../fish/guestfish-actions.pod:1337 ../fish/guestfish-actions.pod:1388 ../fish/guestfish-actions.pod:3766 ../fish/guestfish-actions.pod:3853
8286 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8287 msgstr ""
8288
8289 #. type: textblock
8290 #: ../src/guestfs-actions.pod:1967 ../src/guestfs-actions.pod:4155 ../src/guestfs-actions.pod:4340 ../src/guestfs-actions.pod:4359 ../src/guestfs-actions.pod:4378 ../src/guestfs-actions.pod:4390 ../src/guestfs-actions.pod:4407 ../src/guestfs-actions.pod:4420 ../src/guestfs-actions.pod:5307 ../src/guestfs-actions.pod:5644 ../src/guestfs-actions.pod:5887 ../src/guestfs-actions.pod:6488
8291 msgid "(Added in 1.0.55)"
8292 msgstr ""
8293
8294 #. type: =head2
8295 #: ../src/guestfs-actions.pod:1969
8296 msgid "guestfs_get_network"
8297 msgstr ""
8298
8299 #. type: verbatim
8300 #: ../src/guestfs-actions.pod:1971
8301 #, no-wrap
8302 msgid ""
8303 " int\n"
8304 " guestfs_get_network (guestfs_h *g);\n"
8305 "\n"
8306 msgstr ""
8307
8308 #. type: textblock
8309 #: ../src/guestfs-actions.pod:1974 ../fish/guestfish-actions.pod:1344
8310 msgid "This returns the enable network flag."
8311 msgstr ""
8312
8313 #. type: textblock
8314 #: ../src/guestfs-actions.pod:1978 ../src/guestfs-actions.pod:5663
8315 msgid "(Added in 1.5.4)"
8316 msgstr ""
8317
8318 #. type: =head2
8319 #: ../src/guestfs-actions.pod:1980
8320 msgid "guestfs_get_path"
8321 msgstr ""
8322
8323 #. type: verbatim
8324 #: ../src/guestfs-actions.pod:1982
8325 #, no-wrap
8326 msgid ""
8327 " const char *\n"
8328 " guestfs_get_path (guestfs_h *g);\n"
8329 "\n"
8330 msgstr ""
8331
8332 #. type: textblock
8333 #: ../src/guestfs-actions.pod:1985 ../fish/guestfish-actions.pod:1350
8334 msgid "Return the current search path."
8335 msgstr ""
8336
8337 #. type: textblock
8338 #: ../src/guestfs-actions.pod:1987 ../fish/guestfish-actions.pod:1352
8339 msgid ""
8340 "This is always non-NULL.  If it wasn't set already, then this will return "
8341 "the default path."
8342 msgstr ""
8343
8344 #. type: textblock
8345 #: ../src/guestfs-actions.pod:1990 ../src/guestfs-actions.pod:2019
8346 msgid ""
8347 "This function returns a string, or NULL on error.  The string is owned by "
8348 "the guest handle and must I<not> be freed."
8349 msgstr ""
8350
8351 #. type: =head2
8352 #: ../src/guestfs-actions.pod:1995
8353 msgid "guestfs_get_pid"
8354 msgstr ""
8355
8356 #. type: verbatim
8357 #: ../src/guestfs-actions.pod:1997
8358 #, no-wrap
8359 msgid ""
8360 " int\n"
8361 " guestfs_get_pid (guestfs_h *g);\n"
8362 "\n"
8363 msgstr ""
8364
8365 #. type: textblock
8366 #: ../src/guestfs-actions.pod:2000 ../fish/guestfish-actions.pod:1361
8367 msgid ""
8368 "Return the process ID of the qemu subprocess.  If there is no qemu "
8369 "subprocess, then this will return an error."
8370 msgstr ""
8371
8372 #. type: textblock
8373 #: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1364
8374 msgid "This is an internal call used for debugging and testing."
8375 msgstr ""
8376
8377 #. type: textblock
8378 #: ../src/guestfs-actions.pod:2007
8379 msgid "(Added in 1.0.56)"
8380 msgstr ""
8381
8382 #. type: =head2
8383 #: ../src/guestfs-actions.pod:2009
8384 msgid "guestfs_get_qemu"
8385 msgstr ""
8386
8387 #. type: verbatim
8388 #: ../src/guestfs-actions.pod:2011
8389 #, no-wrap
8390 msgid ""
8391 " const char *\n"
8392 " guestfs_get_qemu (guestfs_h *g);\n"
8393 "\n"
8394 msgstr ""
8395
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:2014 ../fish/guestfish-actions.pod:1370
8398 msgid "Return the current qemu binary."
8399 msgstr ""
8400
8401 #. type: textblock
8402 #: ../src/guestfs-actions.pod:2016 ../fish/guestfish-actions.pod:1372
8403 msgid ""
8404 "This is always non-NULL.  If it wasn't set already, then this will return "
8405 "the default qemu binary name."
8406 msgstr ""
8407
8408 #. type: textblock
8409 #: ../src/guestfs-actions.pod:2022 ../src/guestfs-actions.pod:5708
8410 msgid "(Added in 1.0.6)"
8411 msgstr ""
8412
8413 #. type: =head2
8414 #: ../src/guestfs-actions.pod:2024
8415 msgid "guestfs_get_recovery_proc"
8416 msgstr ""
8417
8418 #. type: verbatim
8419 #: ../src/guestfs-actions.pod:2026
8420 #, no-wrap
8421 msgid ""
8422 " int\n"
8423 " guestfs_get_recovery_proc (guestfs_h *g);\n"
8424 "\n"
8425 msgstr ""
8426
8427 #. type: textblock
8428 #: ../src/guestfs-actions.pod:2029 ../fish/guestfish-actions.pod:1379
8429 msgid "Return the recovery process enabled flag."
8430 msgstr ""
8431
8432 #. type: textblock
8433 #: ../src/guestfs-actions.pod:2033 ../src/guestfs-actions.pod:3265 ../src/guestfs-actions.pod:3562 ../src/guestfs-actions.pod:3962 ../src/guestfs-actions.pod:3994 ../src/guestfs-actions.pod:5012 ../src/guestfs-actions.pod:5355 ../src/guestfs-actions.pod:5732 ../src/guestfs-actions.pod:6391 ../src/guestfs-actions.pod:6411 ../src/guestfs-actions.pod:6603
8434 msgid "(Added in 1.0.77)"
8435 msgstr ""
8436
8437 #. type: =head2
8438 #: ../src/guestfs-actions.pod:2035
8439 msgid "guestfs_get_selinux"
8440 msgstr ""
8441
8442 #. type: verbatim
8443 #: ../src/guestfs-actions.pod:2037
8444 #, no-wrap
8445 msgid ""
8446 " int\n"
8447 " guestfs_get_selinux (guestfs_h *g);\n"
8448 "\n"
8449 msgstr ""
8450
8451 #. type: textblock
8452 #: ../src/guestfs-actions.pod:2040
8453 msgid ""
8454 "This returns the current setting of the selinux flag which is passed to the "
8455 "appliance at boot time.  See C<guestfs_set_selinux>."
8456 msgstr ""
8457
8458 #. type: textblock
8459 #: ../src/guestfs-actions.pod:2048 ../src/guestfs-actions.pod:2111 ../src/guestfs-actions.pod:5751 ../src/guestfs-actions.pod:5805
8460 msgid "(Added in 1.0.67)"
8461 msgstr ""
8462
8463 #. type: =head2
8464 #: ../src/guestfs-actions.pod:2050
8465 msgid "guestfs_get_state"
8466 msgstr ""
8467
8468 #. type: verbatim
8469 #: ../src/guestfs-actions.pod:2052
8470 #, no-wrap
8471 msgid ""
8472 " int\n"
8473 " guestfs_get_state (guestfs_h *g);\n"
8474 "\n"
8475 msgstr ""
8476
8477 #. type: textblock
8478 #: ../src/guestfs-actions.pod:2055 ../fish/guestfish-actions.pod:1395
8479 msgid ""
8480 "This returns the current state as an opaque integer.  This is only useful "
8481 "for printing debug and internal error messages."
8482 msgstr ""
8483
8484 #. type: textblock
8485 #: ../src/guestfs-actions.pod:2058 ../src/guestfs-actions.pod:3068 ../src/guestfs-actions.pod:3097 ../src/guestfs-actions.pod:3158 ../src/guestfs-actions.pod:3185 ../fish/guestfish-actions.pod:1398 ../fish/guestfish-actions.pod:2137 ../fish/guestfish-actions.pod:2155 ../fish/guestfish-actions.pod:2193 ../fish/guestfish-actions.pod:2209
8486 msgid "For more information on states, see L<guestfs(3)>."
8487 msgstr ""
8488
8489 #. type: =head2
8490 #: ../src/guestfs-actions.pod:2064
8491 msgid "guestfs_get_trace"
8492 msgstr ""
8493
8494 #. type: verbatim
8495 #: ../src/guestfs-actions.pod:2066
8496 #, no-wrap
8497 msgid ""
8498 " int\n"
8499 " guestfs_get_trace (guestfs_h *g);\n"
8500 "\n"
8501 msgstr ""
8502
8503 #. type: textblock
8504 #: ../src/guestfs-actions.pod:2069 ../fish/guestfish-actions.pod:1404
8505 msgid "Return the command trace flag."
8506 msgstr ""
8507
8508 #. type: =head2
8509 #: ../src/guestfs-actions.pod:2075
8510 msgid "guestfs_get_umask"
8511 msgstr ""
8512
8513 #. type: verbatim
8514 #: ../src/guestfs-actions.pod:2077
8515 #, no-wrap
8516 msgid ""
8517 " int\n"
8518 " guestfs_get_umask (guestfs_h *g);\n"
8519 "\n"
8520 msgstr ""
8521
8522 #. type: textblock
8523 #: ../src/guestfs-actions.pod:2080
8524 msgid ""
8525 "Return the current umask.  By default the umask is C<022> unless it has been "
8526 "set by calling C<guestfs_umask>."
8527 msgstr ""
8528
8529 #. type: =head2
8530 #: ../src/guestfs-actions.pod:2087
8531 msgid "guestfs_get_verbose"
8532 msgstr ""
8533
8534 #. type: verbatim
8535 #: ../src/guestfs-actions.pod:2089
8536 #, no-wrap
8537 msgid ""
8538 " int\n"
8539 " guestfs_get_verbose (guestfs_h *g);\n"
8540 "\n"
8541 msgstr ""
8542
8543 #. type: textblock
8544 #: ../src/guestfs-actions.pod:2092 ../fish/guestfish-actions.pod:1417
8545 msgid "This returns the verbose messages flag."
8546 msgstr ""
8547
8548 #. type: =head2
8549 #: ../src/guestfs-actions.pod:2098
8550 msgid "guestfs_getcon"
8551 msgstr ""
8552
8553 #. type: verbatim
8554 #: ../src/guestfs-actions.pod:2100
8555 #, no-wrap
8556 msgid ""
8557 " char *\n"
8558 " guestfs_getcon (guestfs_h *g);\n"
8559 "\n"
8560 msgstr ""
8561
8562 #. type: textblock
8563 #: ../src/guestfs-actions.pod:2103 ../fish/guestfish-actions.pod:1423
8564 msgid "This gets the SELinux security context of the daemon."
8565 msgstr ""
8566
8567 #. type: textblock
8568 #: ../src/guestfs-actions.pod:2105
8569 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
8570 msgstr ""
8571
8572 #. type: =head2
8573 #: ../src/guestfs-actions.pod:2113
8574 msgid "guestfs_getxattr"
8575 msgstr ""
8576
8577 #. type: verbatim
8578 #: ../src/guestfs-actions.pod:2115
8579 #, no-wrap
8580 msgid ""
8581 " char *\n"
8582 " guestfs_getxattr (guestfs_h *g,\n"
8583 "                   const char *path,\n"
8584 "                   const char *name,\n"
8585 "                   size_t *size_r);\n"
8586 "\n"
8587 msgstr ""
8588
8589 #. type: textblock
8590 #: ../src/guestfs-actions.pod:2121
8591 msgid ""
8592 "Get a single extended attribute from file C<path> named C<name>.  This call "
8593 "follows symlinks.  If you want to lookup an extended attribute for the "
8594 "symlink itself, use C<guestfs_lgetxattr>."
8595 msgstr ""
8596
8597 #. type: textblock
8598 #: ../src/guestfs-actions.pod:2125 ../src/guestfs-actions.pod:3279
8599 msgid ""
8600 "Normally it is better to get all extended attributes from a file in one go "
8601 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
8602 "implementations are buggy and do not provide a way to list out attributes.  "
8603 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
8604 "extended attributes you want in advance and call this function."
8605 msgstr ""
8606
8607 #. type: textblock
8608 #: ../src/guestfs-actions.pod:2132 ../src/guestfs-actions.pod:3286 ../fish/guestfish-actions.pod:1443 ../fish/guestfish-actions.pod:2274
8609 msgid ""
8610 "Extended attribute values are blobs of binary data.  If there is no extended "
8611 "attribute named C<name>, this returns an error."
8612 msgstr ""
8613
8614 #. type: textblock
8615 #: ../src/guestfs-actions.pod:2135
8616 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
8617 msgstr ""
8618
8619 #. type: textblock
8620 #: ../src/guestfs-actions.pod:2137 ../src/guestfs-actions.pod:2328 ../src/guestfs-actions.pod:3291 ../src/guestfs-actions.pod:5005 ../src/guestfs-actions.pod:5031 ../src/guestfs-actions.pod:5212
8621 msgid ""
8622 "This function returns a buffer, or NULL on error.  The size of the returned "
8623 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
8624 "after use>."
8625 msgstr ""
8626
8627 #. type: textblock
8628 #: ../src/guestfs-actions.pod:2141 ../src/guestfs-actions.pod:3295
8629 msgid "(Added in 1.7.24)"
8630 msgstr ""
8631
8632 #. type: =head2
8633 #: ../src/guestfs-actions.pod:2143
8634 msgid "guestfs_getxattrs"
8635 msgstr ""
8636
8637 #. type: verbatim
8638 #: ../src/guestfs-actions.pod:2145
8639 #, no-wrap
8640 msgid ""
8641 " struct guestfs_xattr_list *\n"
8642 " guestfs_getxattrs (guestfs_h *g,\n"
8643 "                    const char *path);\n"
8644 "\n"
8645 msgstr ""
8646
8647 #. type: textblock
8648 #: ../src/guestfs-actions.pod:2149 ../fish/guestfish-actions.pod:1452
8649 msgid "This call lists the extended attributes of the file or directory C<path>."
8650 msgstr ""
8651
8652 #. type: textblock
8653 #: ../src/guestfs-actions.pod:2152 ../fish/guestfish-actions.pod:1455
8654 msgid ""
8655 "At the system call level, this is a combination of the L<listxattr(2)> and "
8656 "L<getxattr(2)> calls."
8657 msgstr ""
8658
8659 #. type: textblock
8660 #: ../src/guestfs-actions.pod:2155
8661 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
8662 msgstr ""
8663
8664 #. type: textblock
8665 #: ../src/guestfs-actions.pod:2157 ../src/guestfs-actions.pod:3307 ../src/guestfs-actions.pod:3958
8666 msgid ""
8667 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
8668 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
8669 msgstr ""
8670
8671 #. type: textblock
8672 #: ../src/guestfs-actions.pod:2161 ../src/guestfs-actions.pod:3311 ../src/guestfs-actions.pod:3476 ../src/guestfs-actions.pod:3512 ../src/guestfs-actions.pod:5385 ../src/guestfs-actions.pod:5824 ../src/guestfs-actions.pod:7159
8673 msgid "(Added in 1.0.59)"
8674 msgstr ""
8675
8676 #. type: =head2
8677 #: ../src/guestfs-actions.pod:2163
8678 msgid "guestfs_glob_expand"
8679 msgstr ""
8680
8681 #. type: verbatim
8682 #: ../src/guestfs-actions.pod:2165
8683 #, no-wrap
8684 msgid ""
8685 " char **\n"
8686 " guestfs_glob_expand (guestfs_h *g,\n"
8687 "                      const char *pattern);\n"
8688 "\n"
8689 msgstr ""
8690
8691 #. type: textblock
8692 #: ../src/guestfs-actions.pod:2169 ../fish/guestfish-actions.pod:1464
8693 msgid ""
8694 "This command searches for all the pathnames matching C<pattern> according to "
8695 "the wildcard expansion rules used by the shell."
8696 msgstr ""
8697
8698 #. type: textblock
8699 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1468
8700 msgid "If no paths match, then this returns an empty list (note: not an error)."
8701 msgstr ""
8702
8703 #. type: textblock
8704 #: ../src/guestfs-actions.pod:2176 ../fish/guestfish-actions.pod:1471
8705 msgid ""
8706 "It is just a wrapper around the C L<glob(3)> function with flags "
8707 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
8708 msgstr ""
8709
8710 #. type: textblock
8711 #: ../src/guestfs-actions.pod:2184 ../src/guestfs-actions.pod:5989 ../src/guestfs-actions.pod:6006
8712 msgid "(Added in 1.0.50)"
8713 msgstr ""
8714
8715 #. type: =head2
8716 #: ../src/guestfs-actions.pod:2186
8717 msgid "guestfs_grep"
8718 msgstr ""
8719
8720 #. type: verbatim
8721 #: ../src/guestfs-actions.pod:2188
8722 #, no-wrap
8723 msgid ""
8724 " char **\n"
8725 " guestfs_grep (guestfs_h *g,\n"
8726 "               const char *regex,\n"
8727 "               const char *path);\n"
8728 "\n"
8729 msgstr ""
8730
8731 #. type: textblock
8732 #: ../src/guestfs-actions.pod:2193 ../fish/guestfish-actions.pod:1479
8733 msgid "This calls the external C<grep> program and returns the matching lines."
8734 msgstr ""
8735
8736 #. type: =head2
8737 #: ../src/guestfs-actions.pod:2205
8738 msgid "guestfs_grepi"
8739 msgstr ""
8740
8741 #. type: verbatim
8742 #: ../src/guestfs-actions.pod:2207
8743 #, no-wrap
8744 msgid ""
8745 " char **\n"
8746 " guestfs_grepi (guestfs_h *g,\n"
8747 "                const char *regex,\n"
8748 "                const char *path);\n"
8749 "\n"
8750 msgstr ""
8751
8752 #. type: textblock
8753 #: ../src/guestfs-actions.pod:2212 ../fish/guestfish-actions.pod:1489
8754 msgid "This calls the external C<grep -i> program and returns the matching lines."
8755 msgstr ""
8756
8757 #. type: =head2
8758 #: ../src/guestfs-actions.pod:2224
8759 msgid "guestfs_grub_install"
8760 msgstr ""
8761
8762 #. type: verbatim
8763 #: ../src/guestfs-actions.pod:2226
8764 #, no-wrap
8765 msgid ""
8766 " int\n"
8767 " guestfs_grub_install (guestfs_h *g,\n"
8768 "                       const char *root,\n"
8769 "                       const char *device);\n"
8770 "\n"
8771 msgstr ""
8772
8773 #. type: textblock
8774 #: ../src/guestfs-actions.pod:2231 ../fish/guestfish-actions.pod:1499
8775 msgid ""
8776 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
8777 "the root directory being C<root>."
8778 msgstr ""
8779
8780 #. type: textblock
8781 #: ../src/guestfs-actions.pod:2234 ../fish/guestfish-actions.pod:1502
8782 msgid ""
8783 "Note: If grub-install reports the error \"No suitable drive was found in the "
8784 "generated device map.\" it may be that you need to create a "
8785 "C</boot/grub/device.map> file first that contains the mapping between grub "
8786 "device names and Linux device names.  It is usually sufficient to create a "
8787 "file containing:"
8788 msgstr ""
8789
8790 #. type: verbatim
8791 #: ../src/guestfs-actions.pod:2241 ../fish/guestfish-actions.pod:1509
8792 #, no-wrap
8793 msgid ""
8794 " (hd0) /dev/vda\n"
8795 "\n"
8796 msgstr ""
8797
8798 #. type: textblock
8799 #: ../src/guestfs-actions.pod:2243 ../fish/guestfish-actions.pod:1511
8800 msgid "replacing C</dev/vda> with the name of the installation device."
8801 msgstr ""
8802
8803 #. type: textblock
8804 #: ../src/guestfs-actions.pod:2247
8805 msgid "(Added in 1.0.17)"
8806 msgstr ""
8807
8808 #. type: =head2
8809 #: ../src/guestfs-actions.pod:2249
8810 msgid "guestfs_head"
8811 msgstr ""
8812
8813 #. type: verbatim
8814 #: ../src/guestfs-actions.pod:2251
8815 #, no-wrap
8816 msgid ""
8817 " char **\n"
8818 " guestfs_head (guestfs_h *g,\n"
8819 "               const char *path);\n"
8820 "\n"
8821 msgstr ""
8822
8823 #. type: textblock
8824 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1517
8825 msgid ""
8826 "This command returns up to the first 10 lines of a file as a list of "
8827 "strings."
8828 msgstr ""
8829
8830 #. type: =head2
8831 #: ../src/guestfs-actions.pod:2267
8832 msgid "guestfs_head_n"
8833 msgstr ""
8834
8835 #. type: verbatim
8836 #: ../src/guestfs-actions.pod:2269
8837 #, no-wrap
8838 msgid ""
8839 " char **\n"
8840 " guestfs_head_n (guestfs_h *g,\n"
8841 "                 int nrlines,\n"
8842 "                 const char *path);\n"
8843 "\n"
8844 msgstr ""
8845
8846 #. type: textblock
8847 #: ../src/guestfs-actions.pod:2274 ../fish/guestfish-actions.pod:1527
8848 msgid ""
8849 "If the parameter C<nrlines> is a positive number, this returns the first "
8850 "C<nrlines> lines of the file C<path>."
8851 msgstr ""
8852
8853 #. type: textblock
8854 #: ../src/guestfs-actions.pod:2277 ../fish/guestfish-actions.pod:1530
8855 msgid ""
8856 "If the parameter C<nrlines> is a negative number, this returns lines from "
8857 "the file C<path>, excluding the last C<nrlines> lines."
8858 msgstr ""
8859
8860 #. type: textblock
8861 #: ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:6286 ../fish/guestfish-actions.pod:1533 ../fish/guestfish-actions.pod:4199
8862 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
8863 msgstr ""
8864
8865 #. type: =head2
8866 #: ../src/guestfs-actions.pod:2291
8867 msgid "guestfs_hexdump"
8868 msgstr ""
8869
8870 #. type: verbatim
8871 #: ../src/guestfs-actions.pod:2293
8872 #, no-wrap
8873 msgid ""
8874 " char *\n"
8875 " guestfs_hexdump (guestfs_h *g,\n"
8876 "                  const char *path);\n"
8877 "\n"
8878 msgstr ""
8879
8880 #. type: textblock
8881 #: ../src/guestfs-actions.pod:2297 ../fish/guestfish-actions.pod:1542
8882 msgid ""
8883 "This runs C<hexdump -C> on the given C<path>.  The result is the "
8884 "human-readable, canonical hex dump of the file."
8885 msgstr ""
8886
8887 #. type: textblock
8888 #: ../src/guestfs-actions.pod:2306 ../src/guestfs-actions.pod:6070 ../src/guestfs-actions.pod:6125
8889 msgid "(Added in 1.0.22)"
8890 msgstr ""
8891
8892 #. type: =head2
8893 #: ../src/guestfs-actions.pod:2308
8894 msgid "guestfs_initrd_cat"
8895 msgstr ""
8896
8897 #. type: verbatim
8898 #: ../src/guestfs-actions.pod:2310
8899 #, no-wrap
8900 msgid ""
8901 " char *\n"
8902 " guestfs_initrd_cat (guestfs_h *g,\n"
8903 "                     const char *initrdpath,\n"
8904 "                     const char *filename,\n"
8905 "                     size_t *size_r);\n"
8906 "\n"
8907 msgstr ""
8908
8909 #. type: textblock
8910 #: ../src/guestfs-actions.pod:2316 ../fish/guestfish-actions.pod:1552
8911 msgid ""
8912 "This command unpacks the file C<filename> from the initrd file called "
8913 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
8914 "character."
8915 msgstr ""
8916
8917 #. type: textblock
8918 #: ../src/guestfs-actions.pod:2320 ../fish/guestfish-actions.pod:1556
8919 msgid ""
8920 "For example, in guestfish you could use the following command to examine the "
8921 "boot script (usually called C</init>)  contained in a Linux initrd or "
8922 "initramfs image:"
8923 msgstr ""
8924
8925 #. type: verbatim
8926 #: ../src/guestfs-actions.pod:2324 ../fish/guestfish-actions.pod:1560
8927 #, no-wrap
8928 msgid ""
8929 " initrd-cat /boot/initrd-<version>.img init\n"
8930 "\n"
8931 msgstr ""
8932
8933 #. type: textblock
8934 #: ../src/guestfs-actions.pod:2326
8935 msgid "See also C<guestfs_initrd_list>."
8936 msgstr ""
8937
8938 #. type: =head2
8939 #: ../src/guestfs-actions.pod:2337
8940 msgid "guestfs_initrd_list"
8941 msgstr ""
8942
8943 #. type: verbatim
8944 #: ../src/guestfs-actions.pod:2339
8945 #, no-wrap
8946 msgid ""
8947 " char **\n"
8948 " guestfs_initrd_list (guestfs_h *g,\n"
8949 "                      const char *path);\n"
8950 "\n"
8951 msgstr ""
8952
8953 #. type: textblock
8954 #: ../src/guestfs-actions.pod:2343 ../fish/guestfish-actions.pod:1571
8955 msgid "This command lists out files contained in an initrd."
8956 msgstr ""
8957
8958 #. type: textblock
8959 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1573
8960 msgid ""
8961 "The files are listed without any initial C</> character.  The files are "
8962 "listed in the order they appear (not necessarily alphabetical).  Directory "
8963 "names are listed as separate items."
8964 msgstr ""
8965
8966 #. type: textblock
8967 #: ../src/guestfs-actions.pod:2349 ../fish/guestfish-actions.pod:1577
8968 msgid ""
8969 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
8970 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
8971 "files)."
8972 msgstr ""
8973
8974 #. type: =head2
8975 #: ../src/guestfs-actions.pod:2359
8976 msgid "guestfs_inotify_add_watch"
8977 msgstr ""
8978
8979 #. type: verbatim
8980 #: ../src/guestfs-actions.pod:2361
8981 #, no-wrap
8982 msgid ""
8983 " int64_t\n"
8984 " guestfs_inotify_add_watch (guestfs_h *g,\n"
8985 "                            const char *path,\n"
8986 "                            int mask);\n"
8987 "\n"
8988 msgstr ""
8989
8990 #. type: textblock
8991 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1585
8992 msgid "Watch C<path> for the events listed in C<mask>."
8993 msgstr ""
8994
8995 #. type: textblock
8996 #: ../src/guestfs-actions.pod:2368 ../fish/guestfish-actions.pod:1587
8997 msgid ""
8998 "Note that if C<path> is a directory then events within that directory are "
8999 "watched, but this does I<not> happen recursively (in subdirectories)."
9000 msgstr ""
9001
9002 #. type: textblock
9003 #: ../src/guestfs-actions.pod:2372 ../fish/guestfish-actions.pod:1591
9004 msgid ""
9005 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9006 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9007 msgstr ""
9008
9009 #. type: =head2
9010 #: ../src/guestfs-actions.pod:2380
9011 msgid "guestfs_inotify_close"
9012 msgstr ""
9013
9014 #. type: verbatim
9015 #: ../src/guestfs-actions.pod:2382
9016 #, no-wrap
9017 msgid ""
9018 " int\n"
9019 " guestfs_inotify_close (guestfs_h *g);\n"
9020 "\n"
9021 msgstr ""
9022
9023 #. type: textblock
9024 #: ../src/guestfs-actions.pod:2385 ../fish/guestfish-actions.pod:1599
9025 msgid ""
9026 "This closes the inotify handle which was previously opened by inotify_init.  "
9027 "It removes all watches, throws away any pending events, and deallocates all "
9028 "resources."
9029 msgstr ""
9030
9031 #. type: =head2
9032 #: ../src/guestfs-actions.pod:2393
9033 msgid "guestfs_inotify_files"
9034 msgstr ""
9035
9036 #. type: verbatim
9037 #: ../src/guestfs-actions.pod:2395
9038 #, no-wrap
9039 msgid ""
9040 " char **\n"
9041 " guestfs_inotify_files (guestfs_h *g);\n"
9042 "\n"
9043 msgstr ""
9044
9045 #. type: textblock
9046 #: ../src/guestfs-actions.pod:2398
9047 msgid ""
9048 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9049 "returns a list of pathnames of objects that were touched.  The returned "
9050 "pathnames are sorted and deduplicated."
9051 msgstr ""
9052
9053 #. type: =head2
9054 #: ../src/guestfs-actions.pod:2408
9055 msgid "guestfs_inotify_init"
9056 msgstr ""
9057
9058 #. type: verbatim
9059 #: ../src/guestfs-actions.pod:2410
9060 #, no-wrap
9061 msgid ""
9062 " int\n"
9063 " guestfs_inotify_init (guestfs_h *g,\n"
9064 "                       int maxevents);\n"
9065 "\n"
9066 msgstr ""
9067
9068 #. type: textblock
9069 #: ../src/guestfs-actions.pod:2414 ../fish/guestfish-actions.pod:1615
9070 msgid ""
9071 "This command creates a new inotify handle.  The inotify subsystem can be "
9072 "used to notify events which happen to objects in the guest filesystem."
9073 msgstr ""
9074
9075 #. type: textblock
9076 #: ../src/guestfs-actions.pod:2418
9077 msgid ""
9078 "C<maxevents> is the maximum number of events which will be queued up between "
9079 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9080 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9081 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9082 "throws away events, but records the fact that it threw them away by setting "
9083 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9084 "C<guestfs_inotify_read>)."
9085 msgstr ""
9086
9087 #. type: textblock
9088 #: ../src/guestfs-actions.pod:2428
9089 msgid ""
9090 "Before any events are generated, you have to add some watches to the "
9091 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9092 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9093 msgstr ""
9094
9095 #. type: textblock
9096 #: ../src/guestfs-actions.pod:2434
9097 msgid ""
9098 "Queued up events should be read periodically by calling "
9099 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9100 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9101 "often enough then you risk the internal queue overflowing."
9102 msgstr ""
9103
9104 #. type: textblock
9105 #: ../src/guestfs-actions.pod:2441
9106 msgid ""
9107 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9108 "This also removes any watches automatically."
9109 msgstr ""
9110
9111 #. type: textblock
9112 #: ../src/guestfs-actions.pod:2445 ../fish/guestfish-actions.pod:1646
9113 msgid ""
9114 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9115 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9116 "that there is one global inotify handle per libguestfs instance."
9117 msgstr ""
9118
9119 #. type: =head2
9120 #: ../src/guestfs-actions.pod:2454
9121 msgid "guestfs_inotify_read"
9122 msgstr ""
9123
9124 #. type: verbatim
9125 #: ../src/guestfs-actions.pod:2456
9126 #, no-wrap
9127 msgid ""
9128 " struct guestfs_inotify_event_list *\n"
9129 " guestfs_inotify_read (guestfs_h *g);\n"
9130 "\n"
9131 msgstr ""
9132
9133 #. type: textblock
9134 #: ../src/guestfs-actions.pod:2459 ../fish/guestfish-actions.pod:1655
9135 msgid ""
9136 "Return the complete queue of events that have happened since the previous "
9137 "read call."
9138 msgstr ""
9139
9140 #. type: textblock
9141 #: ../src/guestfs-actions.pod:2462 ../fish/guestfish-actions.pod:1658
9142 msgid "If no events have happened, this returns an empty list."
9143 msgstr ""
9144
9145 #. type: textblock
9146 #: ../src/guestfs-actions.pod:2464 ../fish/guestfish-actions.pod:1660
9147 msgid ""
9148 "I<Note>: In order to make sure that all events have been read, you must call "
9149 "this function repeatedly until it returns an empty list.  The reason is that "
9150 "the call will read events up to the maximum appliance-to-host message size "
9151 "and leave remaining events in the queue."
9152 msgstr ""
9153
9154 #. type: textblock
9155 #: ../src/guestfs-actions.pod:2470
9156 msgid ""
9157 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9158 "there was an error.  I<The caller must call "
9159 "C<guestfs_free_inotify_event_list> after use>."
9160 msgstr ""
9161
9162 #. type: =head2
9163 #: ../src/guestfs-actions.pod:2476
9164 msgid "guestfs_inotify_rm_watch"
9165 msgstr ""
9166
9167 #. type: verbatim
9168 #: ../src/guestfs-actions.pod:2478
9169 #, no-wrap
9170 msgid ""
9171 " int\n"
9172 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9173 "                           int wd);\n"
9174 "\n"
9175 msgstr ""
9176
9177 #. type: textblock
9178 #: ../src/guestfs-actions.pod:2482
9179 msgid ""
9180 "Remove a previously defined inotify watch.  See "
9181 "C<guestfs_inotify_add_watch>."
9182 msgstr ""
9183
9184 #. type: =head2
9185 #: ../src/guestfs-actions.pod:2489
9186 msgid "guestfs_inspect_get_arch"
9187 msgstr ""
9188
9189 #. type: verbatim
9190 #: ../src/guestfs-actions.pod:2491
9191 #, no-wrap
9192 msgid ""
9193 " char *\n"
9194 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9195 "                           const char *root);\n"
9196 "\n"
9197 msgstr ""
9198
9199 #. type: textblock
9200 #: ../src/guestfs-actions.pod:2495 ../src/guestfs-actions.pod:2518 ../src/guestfs-actions.pod:2599 ../src/guestfs-actions.pod:2625 ../src/guestfs-actions.pod:2647 ../src/guestfs-actions.pod:2674 ../src/guestfs-actions.pod:2695 ../src/guestfs-actions.pod:2732 ../src/guestfs-actions.pod:2761 ../src/guestfs-actions.pod:2792 ../src/guestfs-actions.pod:2836 ../src/guestfs-actions.pod:2878 ../src/guestfs-actions.pod:2901
9201 msgid ""
9202 "This function should only be called with a root device string as returned by "
9203 "C<guestfs_inspect_os>."
9204 msgstr ""
9205
9206 #. type: textblock
9207 #: ../src/guestfs-actions.pod:2498
9208 msgid ""
9209 "This returns the architecture of the inspected operating system.  The "
9210 "possible return values are listed under C<guestfs_file_architecture>."
9211 msgstr ""
9212
9213 #. type: textblock
9214 #: ../src/guestfs-actions.pod:2502 ../fish/guestfish-actions.pod:1684
9215 msgid ""
9216 "If the architecture could not be determined, then the string C<unknown> is "
9217 "returned."
9218 msgstr ""
9219
9220 #. type: textblock
9221 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586 ../src/guestfs-actions.pod:2634 ../src/guestfs-actions.pod:2662 ../src/guestfs-actions.pod:2748 ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2822 ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:2888 ../src/guestfs-actions.pod:2994 ../src/guestfs-actions.pod:3035 ../fish/guestfish-actions.pod:1687 ../fish/guestfish-actions.pod:1761 ../fish/guestfish-actions.pod:1794 ../fish/guestfish-actions.pod:1815 ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1903 ../fish/guestfish-actions.pod:1920 ../fish/guestfish-actions.pod:1933 ../fish/guestfish-actions.pod:1968 ../fish/guestfish-actions.pod:1984 ../fish/guestfish-actions.pod:2083 ../fish/guestfish-actions.pod:2117
9222 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9223 msgstr ""
9224
9225 #. type: =head2
9226 #: ../src/guestfs-actions.pod:2512
9227 msgid "guestfs_inspect_get_distro"
9228 msgstr ""
9229
9230 #. type: verbatim
9231 #: ../src/guestfs-actions.pod:2514
9232 #, no-wrap
9233 msgid ""
9234 " char *\n"
9235 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9236 "                             const char *root);\n"
9237 "\n"
9238 msgstr ""
9239
9240 #. type: textblock
9241 #: ../src/guestfs-actions.pod:2521 ../fish/guestfish-actions.pod:1696
9242 msgid "This returns the distro (distribution) of the inspected operating system."
9243 msgstr ""
9244
9245 #. type: textblock
9246 #: ../src/guestfs-actions.pod:2524 ../fish/guestfish-actions.pod:1699
9247 msgid "Currently defined distros are:"
9248 msgstr ""
9249
9250 #. type: =item
9251 #: ../src/guestfs-actions.pod:2528 ../fish/guestfish-actions.pod:1703
9252 msgid "\"archlinux\""
9253 msgstr ""
9254
9255 #. type: textblock
9256 #: ../src/guestfs-actions.pod:2530 ../fish/guestfish-actions.pod:1705
9257 msgid "Arch Linux."
9258 msgstr ""
9259
9260 #. type: =item
9261 #: ../src/guestfs-actions.pod:2532 ../fish/guestfish-actions.pod:1707
9262 msgid "\"debian\""
9263 msgstr ""
9264
9265 #. type: textblock
9266 #: ../src/guestfs-actions.pod:2534 ../fish/guestfish-actions.pod:1709
9267 msgid "Debian."
9268 msgstr ""
9269
9270 #. type: =item
9271 #: ../src/guestfs-actions.pod:2536 ../fish/guestfish-actions.pod:1711
9272 msgid "\"fedora\""
9273 msgstr ""
9274
9275 #. type: textblock
9276 #: ../src/guestfs-actions.pod:2538 ../fish/guestfish-actions.pod:1713
9277 msgid "Fedora."
9278 msgstr ""
9279
9280 #. type: =item
9281 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1715
9282 msgid "\"gentoo\""
9283 msgstr ""
9284
9285 #. type: textblock
9286 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1717
9287 msgid "Gentoo."
9288 msgstr ""
9289
9290 #. type: =item
9291 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1719
9292 msgid "\"linuxmint\""
9293 msgstr ""
9294
9295 #. type: textblock
9296 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1721
9297 msgid "Linux Mint."
9298 msgstr ""
9299
9300 #. type: =item
9301 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1723
9302 msgid "\"mandriva\""
9303 msgstr ""
9304
9305 #. type: textblock
9306 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1725
9307 msgid "Mandriva."
9308 msgstr ""
9309
9310 #. type: =item
9311 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1727
9312 msgid "\"meego\""
9313 msgstr ""
9314
9315 #. type: textblock
9316 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1729
9317 msgid "MeeGo."
9318 msgstr ""
9319
9320 #. type: =item
9321 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1731
9322 msgid "\"pardus\""
9323 msgstr ""
9324
9325 #. type: textblock
9326 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1733
9327 msgid "Pardus."
9328 msgstr ""
9329
9330 #. type: =item
9331 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1735
9332 msgid "\"redhat-based\""
9333 msgstr ""
9334
9335 #. type: textblock
9336 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1737
9337 msgid "Some Red Hat-derived distro."
9338 msgstr ""
9339
9340 #. type: =item
9341 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1739
9342 msgid "\"rhel\""
9343 msgstr ""
9344
9345 #. type: textblock
9346 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1741
9347 msgid "Red Hat Enterprise Linux and some derivatives."
9348 msgstr ""
9349
9350 #. type: =item
9351 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1743
9352 msgid "\"ubuntu\""
9353 msgstr ""
9354
9355 #. type: textblock
9356 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1745
9357 msgid "Ubuntu."
9358 msgstr ""
9359
9360 #. type: =item
9361 #: ../src/guestfs-actions.pod:2572 ../src/guestfs-actions.pod:2856 ../fish/guestfish-actions.pod:1747 ../fish/guestfish-actions.pod:1959
9362 msgid "\"unknown\""
9363 msgstr ""
9364
9365 #. type: textblock
9366 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1749
9367 msgid "The distro could not be determined."
9368 msgstr ""
9369
9370 #. type: =item
9371 #: ../src/guestfs-actions.pod:2576 ../src/guestfs-actions.pod:2848 ../fish/guestfish-actions.pod:1751 ../fish/guestfish-actions.pod:1951
9372 msgid "\"windows\""
9373 msgstr ""
9374
9375 #. type: textblock
9376 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1753
9377 msgid ""
9378 "Windows does not have distributions.  This string is returned if the OS type "
9379 "is Windows."
9380 msgstr ""
9381
9382 #. type: textblock
9383 #: ../src/guestfs-actions.pod:2583 ../src/guestfs-actions.pod:2862 ../fish/guestfish-actions.pod:1758 ../fish/guestfish-actions.pod:1965
9384 msgid ""
9385 "Future versions of libguestfs may return other strings here.  The caller "
9386 "should be prepared to handle any string."
9387 msgstr ""
9388
9389 #. type: =head2
9390 #: ../src/guestfs-actions.pod:2593
9391 msgid "guestfs_inspect_get_filesystems"
9392 msgstr ""
9393
9394 #. type: verbatim
9395 #: ../src/guestfs-actions.pod:2595
9396 #, no-wrap
9397 msgid ""
9398 " char **\n"
9399 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
9400 "                                  const char *root);\n"
9401 "\n"
9402 msgstr ""
9403
9404 #. type: textblock
9405 #: ../src/guestfs-actions.pod:2602 ../fish/guestfish-actions.pod:1770
9406 msgid ""
9407 "This returns a list of all the filesystems that we think are associated with "
9408 "this operating system.  This includes the root filesystem, other ordinary "
9409 "filesystems, and non-mounted devices like swap partitions."
9410 msgstr ""
9411
9412 #. type: textblock
9413 #: ../src/guestfs-actions.pod:2607 ../fish/guestfish-actions.pod:1775
9414 msgid ""
9415 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
9416 "to be shared between operating systems."
9417 msgstr ""
9418
9419 #. type: textblock
9420 #: ../src/guestfs-actions.pod:2610
9421 msgid ""
9422 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9423 "C<guestfs_inspect_get_mountpoints>."
9424 msgstr ""
9425
9426 #. type: =head2
9427 #: ../src/guestfs-actions.pod:2619
9428 msgid "guestfs_inspect_get_hostname"
9429 msgstr ""
9430
9431 #. type: verbatim
9432 #: ../src/guestfs-actions.pod:2621
9433 #, no-wrap
9434 msgid ""
9435 " char *\n"
9436 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
9437 "                               const char *root);\n"
9438 "\n"
9439 msgstr ""
9440
9441 #. type: textblock
9442 #: ../src/guestfs-actions.pod:2628 ../fish/guestfish-actions.pod:1788
9443 msgid ""
9444 "This function returns the hostname of the operating system as found by "
9445 "inspection of the guest's configuration files."
9446 msgstr ""
9447
9448 #. type: textblock
9449 #: ../src/guestfs-actions.pod:2631 ../fish/guestfish-actions.pod:1791
9450 msgid ""
9451 "If the hostname could not be determined, then the string C<unknown> is "
9452 "returned."
9453 msgstr ""
9454
9455 #. type: textblock
9456 #: ../src/guestfs-actions.pod:2639
9457 msgid "(Added in 1.7.9)"
9458 msgstr ""
9459
9460 #. type: =head2
9461 #: ../src/guestfs-actions.pod:2641
9462 msgid "guestfs_inspect_get_major_version"
9463 msgstr ""
9464
9465 #. type: verbatim
9466 #: ../src/guestfs-actions.pod:2643
9467 #, no-wrap
9468 msgid ""
9469 " int\n"
9470 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
9471 "                                    const char *root);\n"
9472 "\n"
9473 msgstr ""
9474
9475 #. type: textblock
9476 #: ../src/guestfs-actions.pod:2650 ../fish/guestfish-actions.pod:1803
9477 msgid "This returns the major version number of the inspected operating system."
9478 msgstr ""
9479
9480 #. type: textblock
9481 #: ../src/guestfs-actions.pod:2653 ../fish/guestfish-actions.pod:1806
9482 msgid ""
9483 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
9484 "popular public names used by the operating system.  Notably the operating "
9485 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
9486 "1).  You can find out the real versions corresponding to releases of Windows "
9487 "by consulting Wikipedia or MSDN."
9488 msgstr ""
9489
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2680 ../fish/guestfish-actions.pod:1813 ../fish/guestfish-actions.pod:1827
9492 msgid "If the version could not be determined, then C<0> is returned."
9493 msgstr ""
9494
9495 #. type: =head2
9496 #: ../src/guestfs-actions.pod:2668
9497 msgid "guestfs_inspect_get_minor_version"
9498 msgstr ""
9499
9500 #. type: verbatim
9501 #: ../src/guestfs-actions.pod:2670
9502 #, no-wrap
9503 msgid ""
9504 " int\n"
9505 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
9506 "                                    const char *root);\n"
9507 "\n"
9508 msgstr ""
9509
9510 #. type: textblock
9511 #: ../src/guestfs-actions.pod:2677 ../fish/guestfish-actions.pod:1824
9512 msgid "This returns the minor version number of the inspected operating system."
9513 msgstr ""
9514
9515 #. type: textblock
9516 #: ../src/guestfs-actions.pod:2682
9517 msgid ""
9518 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9519 "C<guestfs_inspect_get_major_version>."
9520 msgstr ""
9521
9522 #. type: =head2
9523 #: ../src/guestfs-actions.pod:2689
9524 msgid "guestfs_inspect_get_mountpoints"
9525 msgstr ""
9526
9527 #. type: verbatim
9528 #: ../src/guestfs-actions.pod:2691
9529 #, no-wrap
9530 msgid ""
9531 " char **\n"
9532 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
9533 "                                  const char *root);\n"
9534 "\n"
9535 msgstr ""
9536
9537 #. type: textblock
9538 #: ../src/guestfs-actions.pod:2698 ../fish/guestfish-actions.pod:1839
9539 msgid ""
9540 "This returns a hash of where we think the filesystems associated with this "
9541 "operating system should be mounted.  Callers should note that this is at "
9542 "best an educated guess made by reading configuration files such as "
9543 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
9544 "are non-existent or not mountable and callers should be prepared to handle "
9545 "or ignore failures if they try to mount them."
9546 msgstr ""
9547
9548 #. type: textblock
9549 #: ../src/guestfs-actions.pod:2707 ../fish/guestfish-actions.pod:1848
9550 msgid ""
9551 "Each element in the returned hashtable has a key which is the path of the "
9552 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
9553 "mounted there (eg. C</dev/sda1>)."
9554 msgstr ""
9555
9556 #. type: textblock
9557 #: ../src/guestfs-actions.pod:2712 ../fish/guestfish-actions.pod:1853
9558 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
9559 msgstr ""
9560
9561 #. type: textblock
9562 #: ../src/guestfs-actions.pod:2715
9563 msgid ""
9564 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9565 "C<guestfs_inspect_get_filesystems>."
9566 msgstr ""
9567
9568 #. type: textblock
9569 #: ../src/guestfs-actions.pod:2718 ../src/guestfs-actions.pod:3364 ../src/guestfs-actions.pod:4562 ../src/guestfs-actions.pod:6427
9570 msgid ""
9571 "This function returns a NULL-terminated array of strings, or NULL if there "
9572 "was an error.  The array of strings will always have length C<2n+1>, where "
9573 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
9574 "caller must free the strings and the array after use>."
9575 msgstr ""
9576
9577 #. type: =head2
9578 #: ../src/guestfs-actions.pod:2726
9579 msgid "guestfs_inspect_get_package_format"
9580 msgstr ""
9581
9582 #. type: verbatim
9583 #: ../src/guestfs-actions.pod:2728
9584 #, no-wrap
9585 msgid ""
9586 " char *\n"
9587 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
9588 "                                     const char *root);\n"
9589 "\n"
9590 msgstr ""
9591
9592 #. type: textblock
9593 #: ../src/guestfs-actions.pod:2735
9594 msgid ""
9595 "This function and C<guestfs_inspect_get_package_management> return the "
9596 "package format and package management tool used by the inspected operating "
9597 "system.  For example for Fedora these functions would return C<rpm> (package "
9598 "format) and C<yum> (package management)."
9599 msgstr ""
9600
9601 #. type: textblock
9602 #: ../src/guestfs-actions.pod:2741 ../fish/guestfish-actions.pod:1872
9603 msgid ""
9604 "This returns the string C<unknown> if we could not determine the package "
9605 "format I<or> if the operating system does not have a real packaging system "
9606 "(eg. Windows)."
9607 msgstr ""
9608
9609 #. type: textblock
9610 #: ../src/guestfs-actions.pod:2745 ../fish/guestfish-actions.pod:1876
9611 msgid ""
9612 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
9613 "Future versions of libguestfs may return other strings."
9614 msgstr ""
9615
9616 #. type: textblock
9617 #: ../src/guestfs-actions.pod:2753 ../src/guestfs-actions.pod:2784
9618 msgid "(Added in 1.7.5)"
9619 msgstr ""
9620
9621 #. type: =head2
9622 #: ../src/guestfs-actions.pod:2755
9623 msgid "guestfs_inspect_get_package_management"
9624 msgstr ""
9625
9626 #. type: verbatim
9627 #: ../src/guestfs-actions.pod:2757
9628 #, no-wrap
9629 msgid ""
9630 " char *\n"
9631 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
9632 "                                         const char *root);\n"
9633 "\n"
9634 msgstr ""
9635
9636 #. type: textblock
9637 #: ../src/guestfs-actions.pod:2764
9638 msgid ""
9639 "C<guestfs_inspect_get_package_format> and this function return the package "
9640 "format and package management tool used by the inspected operating system.  "
9641 "For example for Fedora these functions would return C<rpm> (package format) "
9642 "and C<yum> (package management)."
9643 msgstr ""
9644
9645 #. type: textblock
9646 #: ../src/guestfs-actions.pod:2770 ../fish/guestfish-actions.pod:1894
9647 msgid ""
9648 "This returns the string C<unknown> if we could not determine the package "
9649 "management tool I<or> if the operating system does not have a real packaging "
9650 "system (eg. Windows)."
9651 msgstr ""
9652
9653 #. type: textblock
9654 #: ../src/guestfs-actions.pod:2774 ../fish/guestfish-actions.pod:1898
9655 msgid ""
9656 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
9657 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
9658 "libguestfs may return other strings."
9659 msgstr ""
9660
9661 #. type: =head2
9662 #: ../src/guestfs-actions.pod:2786
9663 msgid "guestfs_inspect_get_product_name"
9664 msgstr ""
9665
9666 #. type: verbatim
9667 #: ../src/guestfs-actions.pod:2788
9668 #, no-wrap
9669 msgid ""
9670 " char *\n"
9671 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
9672 "                                   const char *root);\n"
9673 "\n"
9674 msgstr ""
9675
9676 #. type: textblock
9677 #: ../src/guestfs-actions.pod:2795 ../fish/guestfish-actions.pod:1912
9678 msgid ""
9679 "This returns the product name of the inspected operating system.  The "
9680 "product name is generally some freeform string which can be displayed to the "
9681 "user, but should not be parsed by programs."
9682 msgstr ""
9683
9684 #. type: textblock
9685 #: ../src/guestfs-actions.pod:2800 ../fish/guestfish-actions.pod:1917
9686 msgid ""
9687 "If the product name could not be determined, then the string C<unknown> is "
9688 "returned."
9689 msgstr ""
9690
9691 #. type: =head2
9692 #: ../src/guestfs-actions.pod:2810
9693 msgid "guestfs_inspect_get_roots"
9694 msgstr ""
9695
9696 #. type: verbatim
9697 #: ../src/guestfs-actions.pod:2812
9698 #, no-wrap
9699 msgid ""
9700 " char **\n"
9701 " guestfs_inspect_get_roots (guestfs_h *g);\n"
9702 "\n"
9703 msgstr ""
9704
9705 #. type: textblock
9706 #: ../src/guestfs-actions.pod:2815
9707 msgid ""
9708 "This function is a convenient way to get the list of root devices, as "
9709 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
9710 "the whole inspection process."
9711 msgstr ""
9712
9713 #. type: textblock
9714 #: ../src/guestfs-actions.pod:2819
9715 msgid ""
9716 "This returns an empty list if either no root devices were found or the "
9717 "caller has not called C<guestfs_inspect_os>."
9718 msgstr ""
9719
9720 #. type: textblock
9721 #: ../src/guestfs-actions.pod:2828
9722 msgid "(Added in 1.7.3)"
9723 msgstr ""
9724
9725 #. type: =head2
9726 #: ../src/guestfs-actions.pod:2830
9727 msgid "guestfs_inspect_get_type"
9728 msgstr ""
9729
9730 #. type: verbatim
9731 #: ../src/guestfs-actions.pod:2832
9732 #, no-wrap
9733 msgid ""
9734 " char *\n"
9735 " guestfs_inspect_get_type (guestfs_h *g,\n"
9736 "                           const char *root);\n"
9737 "\n"
9738 msgstr ""
9739
9740 #. type: textblock
9741 #: ../src/guestfs-actions.pod:2839 ../fish/guestfish-actions.pod:1942
9742 msgid ""
9743 "This returns the type of the inspected operating system.  Currently defined "
9744 "types are:"
9745 msgstr ""
9746
9747 #. type: =item
9748 #: ../src/guestfs-actions.pod:2844 ../fish/guestfish-actions.pod:1947
9749 msgid "\"linux\""
9750 msgstr ""
9751
9752 #. type: textblock
9753 #: ../src/guestfs-actions.pod:2846 ../fish/guestfish-actions.pod:1949
9754 msgid "Any Linux-based operating system."
9755 msgstr ""
9756
9757 #. type: textblock
9758 #: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1953
9759 msgid "Any Microsoft Windows operating system."
9760 msgstr ""
9761
9762 #. type: =item
9763 #: ../src/guestfs-actions.pod:2852 ../fish/guestfish-actions.pod:1955
9764 msgid "\"freebsd\""
9765 msgstr ""
9766
9767 #. type: textblock
9768 #: ../src/guestfs-actions.pod:2854 ../fish/guestfish-actions.pod:1957
9769 msgid "FreeBSD."
9770 msgstr ""
9771
9772 #. type: textblock
9773 #: ../src/guestfs-actions.pod:2858 ../fish/guestfish-actions.pod:1961
9774 msgid "The operating system type could not be determined."
9775 msgstr ""
9776
9777 #. type: =head2
9778 #: ../src/guestfs-actions.pod:2872
9779 msgid "guestfs_inspect_get_windows_systemroot"
9780 msgstr ""
9781
9782 #. type: verbatim
9783 #: ../src/guestfs-actions.pod:2874
9784 #, no-wrap
9785 msgid ""
9786 " char *\n"
9787 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
9788 "                                         const char *root);\n"
9789 "\n"
9790 msgstr ""
9791
9792 #. type: textblock
9793 #: ../src/guestfs-actions.pod:2881 ../fish/guestfish-actions.pod:1977
9794 msgid ""
9795 "This returns the Windows systemroot of the inspected guest.  The systemroot "
9796 "is a directory path such as C</WINDOWS>."
9797 msgstr ""
9798
9799 #. type: textblock
9800 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1980
9801 msgid ""
9802 "This call assumes that the guest is Windows and that the systemroot could be "
9803 "determined by inspection.  If this is not the case then an error is "
9804 "returned."
9805 msgstr ""
9806
9807 #. type: textblock
9808 #: ../src/guestfs-actions.pod:2893
9809 msgid "(Added in 1.5.25)"
9810 msgstr ""
9811
9812 #. type: =head2
9813 #: ../src/guestfs-actions.pod:2895
9814 msgid "guestfs_inspect_list_applications"
9815 msgstr ""
9816
9817 #. type: verbatim
9818 #: ../src/guestfs-actions.pod:2897
9819 #, no-wrap
9820 msgid ""
9821 " struct guestfs_application_list *\n"
9822 " guestfs_inspect_list_applications (guestfs_h *g,\n"
9823 "                                    const char *root);\n"
9824 "\n"
9825 msgstr ""
9826
9827 #. type: textblock
9828 #: ../src/guestfs-actions.pod:2904 ../fish/guestfish-actions.pod:1993
9829 msgid "Return the list of applications installed in the operating system."
9830 msgstr ""
9831
9832 #. type: textblock
9833 #: ../src/guestfs-actions.pod:2906
9834 msgid ""
9835 "I<Note:> This call works differently from other parts of the inspection "
9836 "API.  You have to call C<guestfs_inspect_os>, then "
9837 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
9838 "this.  Listing applications is a significantly more difficult operation "
9839 "which requires access to the full filesystem.  Also note that unlike the "
9840 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
9841 "the libguestfs handle, this call actually reads parts of the mounted "
9842 "filesystems during the call."
9843 msgstr ""
9844
9845 #. type: textblock
9846 #: ../src/guestfs-actions.pod:2916 ../fish/guestfish-actions.pod:2005
9847 msgid ""
9848 "This returns an empty list if the inspection code was not able to determine "
9849 "the list of applications."
9850 msgstr ""
9851
9852 #. type: textblock
9853 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2008
9854 msgid "The application structure contains the following fields:"
9855 msgstr ""
9856
9857 #. type: =item
9858 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
9859 msgid "C<app_name>"
9860 msgstr ""
9861
9862 #. type: textblock
9863 #: ../src/guestfs-actions.pod:2925 ../fish/guestfish-actions.pod:2014
9864 msgid ""
9865 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
9866 "guests, this is the package name."
9867 msgstr ""
9868
9869 #. type: =item
9870 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
9871 msgid "C<app_display_name>"
9872 msgstr ""
9873
9874 #. type: textblock
9875 #: ../src/guestfs-actions.pod:2930 ../fish/guestfish-actions.pod:2019
9876 msgid ""
9877 "The display name of the application, sometimes localized to the install "
9878 "language of the guest operating system."
9879 msgstr ""
9880
9881 #. type: textblock
9882 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2022
9883 msgid ""
9884 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
9885 "to display something can use C<app_name> instead."
9886 msgstr ""
9887
9888 #. type: =item
9889 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
9890 msgid "C<app_epoch>"
9891 msgstr ""
9892
9893 #. type: textblock
9894 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2027
9895 msgid ""
9896 "For package managers which use epochs, this contains the epoch of the "
9897 "package (an integer).  If unavailable, this is returned as C<0>."
9898 msgstr ""
9899
9900 #. type: =item
9901 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
9902 msgid "C<app_version>"
9903 msgstr ""
9904
9905 #. type: textblock
9906 #: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2032
9907 msgid ""
9908 "The version string of the application or package.  If unavailable this is "
9909 "returned as an empty string C<\"\">."
9910 msgstr ""
9911
9912 #. type: =item
9913 #: ../src/guestfs-actions.pod:2946 ../fish/guestfish-actions.pod:2035
9914 msgid "C<app_release>"
9915 msgstr ""
9916
9917 #. type: textblock
9918 #: ../src/guestfs-actions.pod:2948 ../fish/guestfish-actions.pod:2037
9919 msgid ""
9920 "The release string of the application or package, for package managers that "
9921 "use this.  If unavailable this is returned as an empty string C<\"\">."
9922 msgstr ""
9923
9924 #. type: =item
9925 #: ../src/guestfs-actions.pod:2952 ../fish/guestfish-actions.pod:2041
9926 msgid "C<app_install_path>"
9927 msgstr ""
9928
9929 #. type: textblock
9930 #: ../src/guestfs-actions.pod:2954 ../fish/guestfish-actions.pod:2043
9931 msgid ""
9932 "The installation path of the application (on operating systems such as "
9933 "Windows which use installation paths).  This path is in the format used by "
9934 "the guest operating system, it is not a libguestfs path."
9935 msgstr ""
9936
9937 #. type: textblock
9938 #: ../src/guestfs-actions.pod:2959 ../fish/guestfish-actions.pod:2048
9939 msgid "If unavailable this is returned as an empty string C<\"\">."
9940 msgstr ""
9941
9942 #. type: =item
9943 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
9944 msgid "C<app_trans_path>"
9945 msgstr ""
9946
9947 #. type: textblock
9948 #: ../src/guestfs-actions.pod:2963 ../fish/guestfish-actions.pod:2052
9949 msgid ""
9950 "The install path translated into a libguestfs path.  If unavailable this is "
9951 "returned as an empty string C<\"\">."
9952 msgstr ""
9953
9954 #. type: =item
9955 #: ../src/guestfs-actions.pod:2966 ../fish/guestfish-actions.pod:2055
9956 msgid "C<app_publisher>"
9957 msgstr ""
9958
9959 #. type: textblock
9960 #: ../src/guestfs-actions.pod:2968 ../fish/guestfish-actions.pod:2057
9961 msgid ""
9962 "The name of the publisher of the application, for package managers that use "
9963 "this.  If unavailable this is returned as an empty string C<\"\">."
9964 msgstr ""
9965
9966 #. type: =item
9967 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
9968 msgid "C<app_url>"
9969 msgstr ""
9970
9971 #. type: textblock
9972 #: ../src/guestfs-actions.pod:2974 ../fish/guestfish-actions.pod:2063
9973 msgid ""
9974 "The URL (eg. upstream URL) of the application.  If unavailable this is "
9975 "returned as an empty string C<\"\">."
9976 msgstr ""
9977
9978 #. type: =item
9979 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
9980 msgid "C<app_source_package>"
9981 msgstr ""
9982
9983 #. type: textblock
9984 #: ../src/guestfs-actions.pod:2979 ../fish/guestfish-actions.pod:2068
9985 msgid ""
9986 "For packaging systems which support this, the name of the source package.  "
9987 "If unavailable this is returned as an empty string C<\"\">."
9988 msgstr ""
9989
9990 #. type: =item
9991 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
9992 msgid "C<app_summary>"
9993 msgstr ""
9994
9995 #. type: textblock
9996 #: ../src/guestfs-actions.pod:2984 ../fish/guestfish-actions.pod:2073
9997 msgid ""
9998 "A short (usually one line) description of the application or package.  If "
9999 "unavailable this is returned as an empty string C<\"\">."
10000 msgstr ""
10001
10002 #. type: =item
10003 #: ../src/guestfs-actions.pod:2987 ../fish/guestfish-actions.pod:2076
10004 msgid "C<app_description>"
10005 msgstr ""
10006
10007 #. type: textblock
10008 #: ../src/guestfs-actions.pod:2989 ../fish/guestfish-actions.pod:2078
10009 msgid ""
10010 "A longer description of the application or package.  If unavailable this is "
10011 "returned as an empty string C<\"\">."
10012 msgstr ""
10013
10014 #. type: textblock
10015 #: ../src/guestfs-actions.pod:2996
10016 msgid ""
10017 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10018 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10019 "after use>."
10020 msgstr ""
10021
10022 #. type: textblock
10023 #: ../src/guestfs-actions.pod:3000
10024 msgid "(Added in 1.7.8)"
10025 msgstr ""
10026
10027 #. type: =head2
10028 #: ../src/guestfs-actions.pod:3002
10029 msgid "guestfs_inspect_os"
10030 msgstr ""
10031
10032 #. type: verbatim
10033 #: ../src/guestfs-actions.pod:3004
10034 #, no-wrap
10035 msgid ""
10036 " char **\n"
10037 " guestfs_inspect_os (guestfs_h *g);\n"
10038 "\n"
10039 msgstr ""
10040
10041 #. type: textblock
10042 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2089
10043 msgid ""
10044 "This function uses other libguestfs functions and certain heuristics to "
10045 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10046 "for operating systems."
10047 msgstr ""
10048
10049 #. type: textblock
10050 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2093
10051 msgid "The list returned is empty if no operating systems were found."
10052 msgstr ""
10053
10054 #. type: textblock
10055 #: ../src/guestfs-actions.pod:3013 ../fish/guestfish-actions.pod:2095
10056 msgid ""
10057 "If one operating system was found, then this returns a list with a single "
10058 "element, which is the name of the root filesystem of this operating system.  "
10059 "It is also possible for this function to return a list containing more than "
10060 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10061 "element being the root filesystem of one of the operating systems."
10062 msgstr ""
10063
10064 #. type: textblock
10065 #: ../src/guestfs-actions.pod:3020
10066 msgid ""
10067 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10068 "functions in order to query further information about each operating system, "
10069 "such as the name and version."
10070 msgstr ""
10071
10072 #. type: textblock
10073 #: ../src/guestfs-actions.pod:3025
10074 msgid ""
10075 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10076 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10077 "the contents.  This should be called with no disks currently mounted.  The "
10078 "function may also use Augeas, so any existing Augeas handle will be closed."
10079 msgstr ""
10080
10081 #. type: textblock
10082 #: ../src/guestfs-actions.pod:3031 ../fish/guestfish-actions.pod:2113
10083 msgid ""
10084 "This function cannot decrypt encrypted disks.  The caller must do that first "
10085 "(supplying the necessary keys) if the disk is encrypted."
10086 msgstr ""
10087
10088 #. type: textblock
10089 #: ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3384
10090 msgid "See also C<guestfs_list_filesystems>."
10091 msgstr ""
10092
10093 #. type: =head2
10094 #: ../src/guestfs-actions.pod:3045
10095 msgid "guestfs_is_blockdev"
10096 msgstr ""
10097
10098 #. type: verbatim
10099 #: ../src/guestfs-actions.pod:3047
10100 #, no-wrap
10101 msgid ""
10102 " int\n"
10103 " guestfs_is_blockdev (guestfs_h *g,\n"
10104 "                      const char *path);\n"
10105 "\n"
10106 msgstr ""
10107
10108 #. type: textblock
10109 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2125
10110 msgid ""
10111 "This returns C<true> if and only if there is a block device with the given "
10112 "C<path> name."
10113 msgstr ""
10114
10115 #. type: textblock
10116 #: ../src/guestfs-actions.pod:3054 ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3128 ../src/guestfs-actions.pod:3144 ../src/guestfs-actions.pod:3200 ../src/guestfs-actions.pod:3215
10117 msgid "See also C<guestfs_stat>."
10118 msgstr ""
10119
10120 #. type: textblock
10121 #: ../src/guestfs-actions.pod:3058 ../src/guestfs-actions.pod:3087 ../src/guestfs-actions.pod:3132 ../src/guestfs-actions.pod:3204 ../src/guestfs-actions.pod:3219
10122 msgid "(Added in 1.5.10)"
10123 msgstr ""
10124
10125 #. type: =head2
10126 #: ../src/guestfs-actions.pod:3060
10127 msgid "guestfs_is_busy"
10128 msgstr ""
10129
10130 #. type: verbatim
10131 #: ../src/guestfs-actions.pod:3062
10132 #, no-wrap
10133 msgid ""
10134 " int\n"
10135 " guestfs_is_busy (guestfs_h *g);\n"
10136 "\n"
10137 msgstr ""
10138
10139 #. type: textblock
10140 #: ../src/guestfs-actions.pod:3065 ../fish/guestfish-actions.pod:2134
10141 msgid ""
10142 "This returns true iff this handle is busy processing a command (in the "
10143 "C<BUSY> state)."
10144 msgstr ""
10145
10146 #. type: =head2
10147 #: ../src/guestfs-actions.pod:3074
10148 msgid "guestfs_is_chardev"
10149 msgstr ""
10150
10151 #. type: verbatim
10152 #: ../src/guestfs-actions.pod:3076
10153 #, no-wrap
10154 msgid ""
10155 " int\n"
10156 " guestfs_is_chardev (guestfs_h *g,\n"
10157 "                     const char *path);\n"
10158 "\n"
10159 msgstr ""
10160
10161 #. type: textblock
10162 #: ../src/guestfs-actions.pod:3080 ../fish/guestfish-actions.pod:2143
10163 msgid ""
10164 "This returns C<true> if and only if there is a character device with the "
10165 "given C<path> name."
10166 msgstr ""
10167
10168 #. type: =head2
10169 #: ../src/guestfs-actions.pod:3089
10170 msgid "guestfs_is_config"
10171 msgstr ""
10172
10173 #. type: verbatim
10174 #: ../src/guestfs-actions.pod:3091
10175 #, no-wrap
10176 msgid ""
10177 " int\n"
10178 " guestfs_is_config (guestfs_h *g);\n"
10179 "\n"
10180 msgstr ""
10181
10182 #. type: textblock
10183 #: ../src/guestfs-actions.pod:3094 ../fish/guestfish-actions.pod:2152
10184 msgid ""
10185 "This returns true iff this handle is being configured (in the C<CONFIG> "
10186 "state)."
10187 msgstr ""
10188
10189 #. type: =head2
10190 #: ../src/guestfs-actions.pod:3103
10191 msgid "guestfs_is_dir"
10192 msgstr ""
10193
10194 #. type: verbatim
10195 #: ../src/guestfs-actions.pod:3105
10196 #, no-wrap
10197 msgid ""
10198 " int\n"
10199 " guestfs_is_dir (guestfs_h *g,\n"
10200 "                 const char *path);\n"
10201 "\n"
10202 msgstr ""
10203
10204 #. type: textblock
10205 #: ../src/guestfs-actions.pod:3109 ../fish/guestfish-actions.pod:2161
10206 msgid ""
10207 "This returns C<true> if and only if there is a directory with the given "
10208 "C<path> name.  Note that it returns false for other objects like files."
10209 msgstr ""
10210
10211 #. type: =head2
10212 #: ../src/guestfs-actions.pod:3119
10213 msgid "guestfs_is_fifo"
10214 msgstr ""
10215
10216 #. type: verbatim
10217 #: ../src/guestfs-actions.pod:3121
10218 #, no-wrap
10219 msgid ""
10220 " int\n"
10221 " guestfs_is_fifo (guestfs_h *g,\n"
10222 "                  const char *path);\n"
10223 "\n"
10224 msgstr ""
10225
10226 #. type: textblock
10227 #: ../src/guestfs-actions.pod:3125 ../fish/guestfish-actions.pod:2171
10228 msgid ""
10229 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10230 "given C<path> name."
10231 msgstr ""
10232
10233 #. type: =head2
10234 #: ../src/guestfs-actions.pod:3134
10235 msgid "guestfs_is_file"
10236 msgstr ""
10237
10238 #. type: verbatim
10239 #: ../src/guestfs-actions.pod:3136
10240 #, no-wrap
10241 msgid ""
10242 " int\n"
10243 " guestfs_is_file (guestfs_h *g,\n"
10244 "                  const char *path);\n"
10245 "\n"
10246 msgstr ""
10247
10248 #. type: textblock
10249 #: ../src/guestfs-actions.pod:3140 ../fish/guestfish-actions.pod:2180
10250 msgid ""
10251 "This returns C<true> if and only if there is a regular file with the given "
10252 "C<path> name.  Note that it returns false for other objects like "
10253 "directories."
10254 msgstr ""
10255
10256 #. type: =head2
10257 #: ../src/guestfs-actions.pod:3150
10258 msgid "guestfs_is_launching"
10259 msgstr ""
10260
10261 #. type: verbatim
10262 #: ../src/guestfs-actions.pod:3152
10263 #, no-wrap
10264 msgid ""
10265 " int\n"
10266 " guestfs_is_launching (guestfs_h *g);\n"
10267 "\n"
10268 msgstr ""
10269
10270 #. type: textblock
10271 #: ../src/guestfs-actions.pod:3155 ../fish/guestfish-actions.pod:2190
10272 msgid ""
10273 "This returns true iff this handle is launching the subprocess (in the "
10274 "C<LAUNCHING> state)."
10275 msgstr ""
10276
10277 #. type: =head2
10278 #: ../src/guestfs-actions.pod:3164
10279 msgid "guestfs_is_lv"
10280 msgstr ""
10281
10282 #. type: verbatim
10283 #: ../src/guestfs-actions.pod:3166
10284 #, no-wrap
10285 msgid ""
10286 " int\n"
10287 " guestfs_is_lv (guestfs_h *g,\n"
10288 "                const char *device);\n"
10289 "\n"
10290 msgstr ""
10291
10292 #. type: textblock
10293 #: ../src/guestfs-actions.pod:3170 ../fish/guestfish-actions.pod:2199
10294 msgid ""
10295 "This command tests whether C<device> is a logical volume, and returns true "
10296 "iff this is the case."
10297 msgstr ""
10298
10299 #. type: =head2
10300 #: ../src/guestfs-actions.pod:3177
10301 msgid "guestfs_is_ready"
10302 msgstr ""
10303
10304 #. type: verbatim
10305 #: ../src/guestfs-actions.pod:3179
10306 #, no-wrap
10307 msgid ""
10308 " int\n"
10309 " guestfs_is_ready (guestfs_h *g);\n"
10310 "\n"
10311 msgstr ""
10312
10313 #. type: textblock
10314 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2206
10315 msgid ""
10316 "This returns true iff this handle is ready to accept commands (in the "
10317 "C<READY> state)."
10318 msgstr ""
10319
10320 #. type: =head2
10321 #: ../src/guestfs-actions.pod:3191
10322 msgid "guestfs_is_socket"
10323 msgstr ""
10324
10325 #. type: verbatim
10326 #: ../src/guestfs-actions.pod:3193
10327 #, no-wrap
10328 msgid ""
10329 " int\n"
10330 " guestfs_is_socket (guestfs_h *g,\n"
10331 "                    const char *path);\n"
10332 "\n"
10333 msgstr ""
10334
10335 #. type: textblock
10336 #: ../src/guestfs-actions.pod:3197 ../fish/guestfish-actions.pod:2215
10337 msgid ""
10338 "This returns C<true> if and only if there is a Unix domain socket with the "
10339 "given C<path> name."
10340 msgstr ""
10341
10342 #. type: =head2
10343 #: ../src/guestfs-actions.pod:3206
10344 msgid "guestfs_is_symlink"
10345 msgstr ""
10346
10347 #. type: verbatim
10348 #: ../src/guestfs-actions.pod:3208
10349 #, no-wrap
10350 msgid ""
10351 " int\n"
10352 " guestfs_is_symlink (guestfs_h *g,\n"
10353 "                     const char *path);\n"
10354 "\n"
10355 msgstr ""
10356
10357 #. type: textblock
10358 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2224
10359 msgid ""
10360 "This returns C<true> if and only if there is a symbolic link with the given "
10361 "C<path> name."
10362 msgstr ""
10363
10364 #. type: =head2
10365 #: ../src/guestfs-actions.pod:3221
10366 msgid "guestfs_kill_subprocess"
10367 msgstr ""
10368
10369 #. type: verbatim
10370 #: ../src/guestfs-actions.pod:3223
10371 #, no-wrap
10372 msgid ""
10373 " int\n"
10374 " guestfs_kill_subprocess (guestfs_h *g);\n"
10375 "\n"
10376 msgstr ""
10377
10378 #. type: textblock
10379 #: ../src/guestfs-actions.pod:3226 ../fish/guestfish-actions.pod:2233
10380 msgid "This kills the qemu subprocess.  You should never need to call this."
10381 msgstr ""
10382
10383 #. type: =head2
10384 #: ../src/guestfs-actions.pod:3232
10385 msgid "guestfs_launch"
10386 msgstr ""
10387
10388 #. type: verbatim
10389 #: ../src/guestfs-actions.pod:3234
10390 #, no-wrap
10391 msgid ""
10392 " int\n"
10393 " guestfs_launch (guestfs_h *g);\n"
10394 "\n"
10395 msgstr ""
10396
10397 #. type: textblock
10398 #: ../src/guestfs-actions.pod:3237 ../fish/guestfish-actions.pod:2241
10399 msgid ""
10400 "Internally libguestfs is implemented by running a virtual machine using "
10401 "L<qemu(1)>."
10402 msgstr ""
10403
10404 #. type: textblock
10405 #: ../src/guestfs-actions.pod:3240 ../fish/guestfish-actions.pod:2244
10406 msgid ""
10407 "You should call this after configuring the handle (eg. adding drives) but "
10408 "before performing any actions."
10409 msgstr ""
10410
10411 #. type: =head2
10412 #: ../src/guestfs-actions.pod:3247
10413 msgid "guestfs_lchown"
10414 msgstr ""
10415
10416 #. type: verbatim
10417 #: ../src/guestfs-actions.pod:3249
10418 #, no-wrap
10419 msgid ""
10420 " int\n"
10421 " guestfs_lchown (guestfs_h *g,\n"
10422 "                 int owner,\n"
10423 "                 int group,\n"
10424 "                 const char *path);\n"
10425 "\n"
10426 msgstr ""
10427
10428 #. type: textblock
10429 #: ../src/guestfs-actions.pod:3255
10430 msgid ""
10431 "Change the file owner to C<owner> and group to C<group>.  This is like "
10432 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
10433 "changed, not the target."
10434 msgstr ""
10435
10436 #. type: =head2
10437 #: ../src/guestfs-actions.pod:3267
10438 msgid "guestfs_lgetxattr"
10439 msgstr ""
10440
10441 #. type: verbatim
10442 #: ../src/guestfs-actions.pod:3269
10443 #, no-wrap
10444 msgid ""
10445 " char *\n"
10446 " guestfs_lgetxattr (guestfs_h *g,\n"
10447 "                    const char *path,\n"
10448 "                    const char *name,\n"
10449 "                    size_t *size_r);\n"
10450 "\n"
10451 msgstr ""
10452
10453 #. type: textblock
10454 #: ../src/guestfs-actions.pod:3275 ../fish/guestfish-actions.pod:2263
10455 msgid ""
10456 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
10457 "is a symlink, then this call returns an extended attribute from the symlink."
10458 msgstr ""
10459
10460 #. type: textblock
10461 #: ../src/guestfs-actions.pod:3289
10462 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
10463 msgstr ""
10464
10465 #. type: =head2
10466 #: ../src/guestfs-actions.pod:3297
10467 msgid "guestfs_lgetxattrs"
10468 msgstr ""
10469
10470 #. type: verbatim
10471 #: ../src/guestfs-actions.pod:3299
10472 #, no-wrap
10473 msgid ""
10474 " struct guestfs_xattr_list *\n"
10475 " guestfs_lgetxattrs (guestfs_h *g,\n"
10476 "                     const char *path);\n"
10477 "\n"
10478 msgstr ""
10479
10480 #. type: textblock
10481 #: ../src/guestfs-actions.pod:3303
10482 msgid ""
10483 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
10484 "then it returns the extended attributes of the link itself."
10485 msgstr ""
10486
10487 #. type: =head2
10488 #: ../src/guestfs-actions.pod:3313
10489 msgid "guestfs_list_devices"
10490 msgstr ""
10491
10492 #. type: verbatim
10493 #: ../src/guestfs-actions.pod:3315
10494 #, no-wrap
10495 msgid ""
10496 " char **\n"
10497 " guestfs_list_devices (guestfs_h *g);\n"
10498 "\n"
10499 msgstr ""
10500
10501 #. type: textblock
10502 #: ../src/guestfs-actions.pod:3318 ../fish/guestfish-actions.pod:2291
10503 msgid "List all the block devices."
10504 msgstr ""
10505
10506 #. type: textblock
10507 #: ../src/guestfs-actions.pod:3320 ../fish/guestfish-actions.pod:2293
10508 msgid "The full block device names are returned, eg. C</dev/sda>."
10509 msgstr ""
10510
10511 #. type: =head2
10512 #: ../src/guestfs-actions.pod:3330
10513 msgid "guestfs_list_filesystems"
10514 msgstr ""
10515
10516 #. type: verbatim
10517 #: ../src/guestfs-actions.pod:3332
10518 #, no-wrap
10519 msgid ""
10520 " char **\n"
10521 " guestfs_list_filesystems (guestfs_h *g);\n"
10522 "\n"
10523 msgstr ""
10524
10525 #. type: textblock
10526 #: ../src/guestfs-actions.pod:3335 ../fish/guestfish-actions.pod:2301
10527 msgid ""
10528 "This inspection command looks for filesystems on partitions, block devices "
10529 "and logical volumes, returning a list of devices containing filesystems and "
10530 "their type."
10531 msgstr ""
10532
10533 #. type: textblock
10534 #: ../src/guestfs-actions.pod:3339 ../fish/guestfish-actions.pod:2305
10535 msgid ""
10536 "The return value is a hash, where the keys are the devices containing "
10537 "filesystems, and the values are the filesystem types.  For example:"
10538 msgstr ""
10539
10540 #. type: verbatim
10541 #: ../src/guestfs-actions.pod:3343 ../fish/guestfish-actions.pod:2309
10542 #, no-wrap
10543 msgid ""
10544 " \"/dev/sda1\" => \"ntfs\"\n"
10545 " \"/dev/sda2\" => \"ext2\"\n"
10546 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
10547 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
10548 "\n"
10549 msgstr ""
10550
10551 #. type: textblock
10552 #: ../src/guestfs-actions.pod:3348 ../fish/guestfish-actions.pod:2314
10553 msgid ""
10554 "The value can have the special value \"unknown\", meaning the content of the "
10555 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
10556 msgstr ""
10557
10558 #. type: textblock
10559 #: ../src/guestfs-actions.pod:3352
10560 msgid ""
10561 "This command runs other libguestfs commands, which might include "
10562 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
10563 "soon after launch and only when nothing is mounted."
10564 msgstr ""
10565
10566 #. type: textblock
10567 #: ../src/guestfs-actions.pod:3356
10568 msgid ""
10569 "Not all of the filesystems returned will be mountable.  In particular, swap "
10570 "partitions are returned in the list.  Also this command does not check that "
10571 "each filesystem found is valid and mountable, and some filesystems might be "
10572 "mountable but require special options.  Filesystems may not all belong to a "
10573 "single logical operating system (use C<guestfs_inspect_os> to look for "
10574 "OSes)."
10575 msgstr ""
10576
10577 #. type: textblock
10578 #: ../src/guestfs-actions.pod:3370 ../src/guestfs-actions.pod:4972
10579 msgid "(Added in 1.5.15)"
10580 msgstr ""
10581
10582 #. type: =head2
10583 #: ../src/guestfs-actions.pod:3372
10584 msgid "guestfs_list_partitions"
10585 msgstr ""
10586
10587 #. type: verbatim
10588 #: ../src/guestfs-actions.pod:3374
10589 #, no-wrap
10590 msgid ""
10591 " char **\n"
10592 " guestfs_list_partitions (guestfs_h *g);\n"
10593 "\n"
10594 msgstr ""
10595
10596 #. type: textblock
10597 #: ../src/guestfs-actions.pod:3377 ../fish/guestfish-actions.pod:2334
10598 msgid "List all the partitions detected on all block devices."
10599 msgstr ""
10600
10601 #. type: textblock
10602 #: ../src/guestfs-actions.pod:3379 ../fish/guestfish-actions.pod:2336
10603 msgid "The full partition device names are returned, eg. C</dev/sda1>"
10604 msgstr ""
10605
10606 #. type: textblock
10607 #: ../src/guestfs-actions.pod:3381
10608 msgid ""
10609 "This does not return logical volumes.  For that you will need to call "
10610 "C<guestfs_lvs>."
10611 msgstr ""
10612
10613 #. type: =head2
10614 #: ../src/guestfs-actions.pod:3392
10615 msgid "guestfs_ll"
10616 msgstr ""
10617
10618 #. type: verbatim
10619 #: ../src/guestfs-actions.pod:3394
10620 #, no-wrap
10621 msgid ""
10622 " char *\n"
10623 " guestfs_ll (guestfs_h *g,\n"
10624 "             const char *directory);\n"
10625 "\n"
10626 msgstr ""
10627
10628 #. type: textblock
10629 #: ../src/guestfs-actions.pod:3398 ../fish/guestfish-actions.pod:2347
10630 msgid ""
10631 "List the files in C<directory> (relative to the root directory, there is no "
10632 "cwd) in the format of 'ls -la'."
10633 msgstr ""
10634
10635 #. type: textblock
10636 #: ../src/guestfs-actions.pod:3401 ../fish/guestfish-actions.pod:2350
10637 msgid ""
10638 "This command is mostly useful for interactive sessions.  It is I<not> "
10639 "intended that you try to parse the output string."
10640 msgstr ""
10641
10642 #. type: =head2
10643 #: ../src/guestfs-actions.pod:3409
10644 msgid "guestfs_ln"
10645 msgstr ""
10646
10647 #. type: verbatim
10648 #: ../src/guestfs-actions.pod:3411
10649 #, no-wrap
10650 msgid ""
10651 " int\n"
10652 " guestfs_ln (guestfs_h *g,\n"
10653 "             const char *target,\n"
10654 "             const char *linkname);\n"
10655 "\n"
10656 msgstr ""
10657
10658 #. type: textblock
10659 #: ../src/guestfs-actions.pod:3416 ../fish/guestfish-actions.pod:2357
10660 msgid "This command creates a hard link using the C<ln> command."
10661 msgstr ""
10662
10663 #. type: =head2
10664 #: ../src/guestfs-actions.pod:3422
10665 msgid "guestfs_ln_f"
10666 msgstr ""
10667
10668 #. type: verbatim
10669 #: ../src/guestfs-actions.pod:3424
10670 #, no-wrap
10671 msgid ""
10672 " int\n"
10673 " guestfs_ln_f (guestfs_h *g,\n"
10674 "               const char *target,\n"
10675 "               const char *linkname);\n"
10676 "\n"
10677 msgstr ""
10678
10679 #. type: textblock
10680 #: ../src/guestfs-actions.pod:3429 ../fish/guestfish-actions.pod:2363
10681 msgid ""
10682 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
10683 "option removes the link (C<linkname>) if it exists already."
10684 msgstr ""
10685
10686 #. type: =head2
10687 #: ../src/guestfs-actions.pod:3436
10688 msgid "guestfs_ln_s"
10689 msgstr ""
10690
10691 #. type: verbatim
10692 #: ../src/guestfs-actions.pod:3438
10693 #, no-wrap
10694 msgid ""
10695 " int\n"
10696 " guestfs_ln_s (guestfs_h *g,\n"
10697 "               const char *target,\n"
10698 "               const char *linkname);\n"
10699 "\n"
10700 msgstr ""
10701
10702 #. type: textblock
10703 #: ../src/guestfs-actions.pod:3443 ../fish/guestfish-actions.pod:2370
10704 msgid "This command creates a symbolic link using the C<ln -s> command."
10705 msgstr ""
10706
10707 #. type: =head2
10708 #: ../src/guestfs-actions.pod:3449
10709 msgid "guestfs_ln_sf"
10710 msgstr ""
10711
10712 #. type: verbatim
10713 #: ../src/guestfs-actions.pod:3451
10714 #, no-wrap
10715 msgid ""
10716 " int\n"
10717 " guestfs_ln_sf (guestfs_h *g,\n"
10718 "                const char *target,\n"
10719 "                const char *linkname);\n"
10720 "\n"
10721 msgstr ""
10722
10723 #. type: textblock
10724 #: ../src/guestfs-actions.pod:3456 ../fish/guestfish-actions.pod:2376
10725 msgid ""
10726 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
10727 "option removes the link (C<linkname>) if it exists already."
10728 msgstr ""
10729
10730 #. type: =head2
10731 #: ../src/guestfs-actions.pod:3463
10732 msgid "guestfs_lremovexattr"
10733 msgstr ""
10734
10735 #. type: verbatim
10736 #: ../src/guestfs-actions.pod:3465
10737 #, no-wrap
10738 msgid ""
10739 " int\n"
10740 " guestfs_lremovexattr (guestfs_h *g,\n"
10741 "                       const char *xattr,\n"
10742 "                       const char *path);\n"
10743 "\n"
10744 msgstr ""
10745
10746 #. type: textblock
10747 #: ../src/guestfs-actions.pod:3470
10748 msgid ""
10749 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
10750 "link, then it removes an extended attribute of the link itself."
10751 msgstr ""
10752
10753 #. type: =head2
10754 #: ../src/guestfs-actions.pod:3478
10755 msgid "guestfs_ls"
10756 msgstr ""
10757
10758 #. type: verbatim
10759 #: ../src/guestfs-actions.pod:3480
10760 #, no-wrap
10761 msgid ""
10762 " char **\n"
10763 " guestfs_ls (guestfs_h *g,\n"
10764 "             const char *directory);\n"
10765 "\n"
10766 msgstr ""
10767
10768 #. type: textblock
10769 #: ../src/guestfs-actions.pod:3484 ../fish/guestfish-actions.pod:2391
10770 msgid ""
10771 "List the files in C<directory> (relative to the root directory, there is no "
10772 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
10773 "shown."
10774 msgstr ""
10775
10776 #. type: textblock
10777 #: ../src/guestfs-actions.pod:3488
10778 msgid ""
10779 "This command is mostly useful for interactive sessions.  Programs should "
10780 "probably use C<guestfs_readdir> instead."
10781 msgstr ""
10782
10783 #. type: =head2
10784 #: ../src/guestfs-actions.pod:3497
10785 msgid "guestfs_lsetxattr"
10786 msgstr ""
10787
10788 #. type: verbatim
10789 #: ../src/guestfs-actions.pod:3499
10790 #, no-wrap
10791 msgid ""
10792 " int\n"
10793 " guestfs_lsetxattr (guestfs_h *g,\n"
10794 "                    const char *xattr,\n"
10795 "                    const char *val,\n"
10796 "                    int vallen,\n"
10797 "                    const char *path);\n"
10798 "\n"
10799 msgstr ""
10800
10801 #. type: textblock
10802 #: ../src/guestfs-actions.pod:3506
10803 msgid ""
10804 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
10805 "then it sets an extended attribute of the link itself."
10806 msgstr ""
10807
10808 #. type: =head2
10809 #: ../src/guestfs-actions.pod:3514
10810 msgid "guestfs_lstat"
10811 msgstr ""
10812
10813 #. type: verbatim
10814 #: ../src/guestfs-actions.pod:3516
10815 #, no-wrap
10816 msgid ""
10817 " struct guestfs_stat *\n"
10818 " guestfs_lstat (guestfs_h *g,\n"
10819 "                const char *path);\n"
10820 "\n"
10821 msgstr ""
10822
10823 #. type: textblock
10824 #: ../src/guestfs-actions.pod:3520 ../src/guestfs-actions.pod:6026 ../fish/guestfish-actions.pod:2410 ../fish/guestfish-actions.pod:4034
10825 msgid "Returns file information for the given C<path>."
10826 msgstr ""
10827
10828 #. type: textblock
10829 #: ../src/guestfs-actions.pod:3522
10830 msgid ""
10831 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
10832 "link, then the link is stat-ed, not the file it refers to."
10833 msgstr ""
10834
10835 #. type: textblock
10836 #: ../src/guestfs-actions.pod:3526 ../fish/guestfish-actions.pod:2416
10837 msgid "This is the same as the C<lstat(2)> system call."
10838 msgstr ""
10839
10840 #. type: textblock
10841 #: ../src/guestfs-actions.pod:3528 ../src/guestfs-actions.pod:6030
10842 msgid ""
10843 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
10844 "error.  I<The caller must call C<guestfs_free_stat> after use>."
10845 msgstr ""
10846
10847 #. type: textblock
10848 #: ../src/guestfs-actions.pod:3532 ../src/guestfs-actions.pod:6034 ../src/guestfs-actions.pod:6052 ../src/guestfs-actions.pod:6433
10849 msgid "(Added in 0.9.2)"
10850 msgstr ""
10851
10852 #. type: =head2
10853 #: ../src/guestfs-actions.pod:3534
10854 msgid "guestfs_lstatlist"
10855 msgstr ""
10856
10857 #. type: verbatim
10858 #: ../src/guestfs-actions.pod:3536
10859 #, no-wrap
10860 msgid ""
10861 " struct guestfs_stat_list *\n"
10862 " guestfs_lstatlist (guestfs_h *g,\n"
10863 "                    const char *path,\n"
10864 "                    char *const *names);\n"
10865 "\n"
10866 msgstr ""
10867
10868 #. type: textblock
10869 #: ../src/guestfs-actions.pod:3541
10870 msgid ""
10871 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
10872 "files, where all files are in the directory C<path>.  C<names> is the list "
10873 "of files from this directory."
10874 msgstr ""
10875
10876 #. type: textblock
10877 #: ../src/guestfs-actions.pod:3545 ../fish/guestfish-actions.pod:2426
10878 msgid ""
10879 "On return you get a list of stat structs, with a one-to-one correspondence "
10880 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
10881 "then the C<ino> field of that structure is set to C<-1>."
10882 msgstr ""
10883
10884 #. type: textblock
10885 #: ../src/guestfs-actions.pod:3550
10886 msgid ""
10887 "This call is intended for programs that want to efficiently list a directory "
10888 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
10889 "for a similarly efficient call for getting extended attributes.  Very long "
10890 "directory listings might cause the protocol message size to be exceeded, "
10891 "causing this call to fail.  The caller must split up such requests into "
10892 "smaller groups of names."
10893 msgstr ""
10894
10895 #. type: textblock
10896 #: ../src/guestfs-actions.pod:3558
10897 msgid ""
10898 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
10899 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
10900 msgstr ""
10901
10902 #. type: =head2
10903 #: ../src/guestfs-actions.pod:3564
10904 msgid "guestfs_luks_add_key"
10905 msgstr ""
10906
10907 #. type: verbatim
10908 #: ../src/guestfs-actions.pod:3566
10909 #, no-wrap
10910 msgid ""
10911 " int\n"
10912 " guestfs_luks_add_key (guestfs_h *g,\n"
10913 "                       const char *device,\n"
10914 "                       const char *key,\n"
10915 "                       const char *newkey,\n"
10916 "                       int keyslot);\n"
10917 "\n"
10918 msgstr ""
10919
10920 #. type: textblock
10921 #: ../src/guestfs-actions.pod:3573 ../fish/guestfish-actions.pod:2443
10922 msgid ""
10923 "This command adds a new key on LUKS device C<device>.  C<key> is any "
10924 "existing key, and is used to access the device.  C<newkey> is the new key to "
10925 "add.  C<keyslot> is the key slot that will be replaced."
10926 msgstr ""
10927
10928 #. type: textblock
10929 #: ../src/guestfs-actions.pod:3578
10930 msgid ""
10931 "Note that if C<keyslot> already contains a key, then this command will "
10932 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
10933 msgstr ""
10934
10935 #. type: textblock
10936 #: ../src/guestfs-actions.pod:3584 ../src/guestfs-actions.pod:3624 ../src/guestfs-actions.pod:3647 ../src/guestfs-actions.pod:3667 ../src/guestfs-actions.pod:3699 ../src/guestfs-actions.pod:3718
10937 msgid ""
10938 "This function takes a key or passphrase parameter which could contain "
10939 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
10940 "information."
10941 msgstr ""
10942
10943 #. type: textblock
10944 #: ../src/guestfs-actions.pod:3588 ../src/guestfs-actions.pod:3628 ../src/guestfs-actions.pod:3651 ../src/guestfs-actions.pod:3671
10945 msgid "(Added in 1.5.2)"
10946 msgstr ""
10947
10948 #. type: =head2
10949 #: ../src/guestfs-actions.pod:3590
10950 msgid "guestfs_luks_close"
10951 msgstr ""
10952
10953 #. type: verbatim
10954 #: ../src/guestfs-actions.pod:3592
10955 #, no-wrap
10956 msgid ""
10957 " int\n"
10958 " guestfs_luks_close (guestfs_h *g,\n"
10959 "                     const char *device);\n"
10960 "\n"
10961 msgstr ""
10962
10963 #. type: textblock
10964 #: ../src/guestfs-actions.pod:3596
10965 msgid ""
10966 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
10967 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
10968 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
10969 "underlying block device."
10970 msgstr ""
10971
10972 #. type: textblock
10973 #: ../src/guestfs-actions.pod:3604 ../src/guestfs-actions.pod:3703 ../src/guestfs-actions.pod:3722 ../src/guestfs-actions.pod:3772 ../src/guestfs-actions.pod:3820
10974 msgid "(Added in 1.5.1)"
10975 msgstr ""
10976
10977 #. type: =head2
10978 #: ../src/guestfs-actions.pod:3606
10979 msgid "guestfs_luks_format"
10980 msgstr ""
10981
10982 #. type: verbatim
10983 #: ../src/guestfs-actions.pod:3608
10984 #, no-wrap
10985 msgid ""
10986 " int\n"
10987 " guestfs_luks_format (guestfs_h *g,\n"
10988 "                      const char *device,\n"
10989 "                      const char *key,\n"
10990 "                      int keyslot);\n"
10991 "\n"
10992 msgstr ""
10993
10994 #. type: textblock
10995 #: ../src/guestfs-actions.pod:3614 ../fish/guestfish-actions.pod:2469
10996 msgid ""
10997 "This command erases existing data on C<device> and formats the device as a "
10998 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
10999 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
11000 msgstr ""
11001
11002 #. type: textblock
11003 #: ../src/guestfs-actions.pod:3621 ../src/guestfs-actions.pod:3644 ../src/guestfs-actions.pod:3784 ../src/guestfs-actions.pod:4723 ../src/guestfs-actions.pod:5486 ../src/guestfs-actions.pod:5861 ../src/guestfs-actions.pod:5884 ../src/guestfs-actions.pod:5910 ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:2477 ../fish/guestfish-actions.pod:2490 ../fish/guestfish-actions.pod:2574 ../fish/guestfish-actions.pod:3146 ../fish/guestfish-actions.pod:3653 ../fish/guestfish-actions.pod:3933 ../fish/guestfish-actions.pod:3949 ../fish/guestfish-actions.pod:3964 ../fish/guestfish-actions.pod:4679
11004 msgid ""
11005 "B<This command is dangerous.  Without careful use you can easily destroy all "
11006 "your data>."
11007 msgstr ""
11008
11009 #. type: =head2
11010 #: ../src/guestfs-actions.pod:3630
11011 msgid "guestfs_luks_format_cipher"
11012 msgstr ""
11013
11014 #. type: verbatim
11015 #: ../src/guestfs-actions.pod:3632
11016 #, no-wrap
11017 msgid ""
11018 " int\n"
11019 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11020 "                             const char *device,\n"
11021 "                             const char *key,\n"
11022 "                             int keyslot,\n"
11023 "                             const char *cipher);\n"
11024 "\n"
11025 msgstr ""
11026
11027 #. type: textblock
11028 #: ../src/guestfs-actions.pod:3639
11029 msgid ""
11030 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11031 "set the C<cipher> used."
11032 msgstr ""
11033
11034 #. type: =head2
11035 #: ../src/guestfs-actions.pod:3653
11036 msgid "guestfs_luks_kill_slot"
11037 msgstr ""
11038
11039 #. type: verbatim
11040 #: ../src/guestfs-actions.pod:3655
11041 #, no-wrap
11042 msgid ""
11043 " int\n"
11044 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11045 "                         const char *device,\n"
11046 "                         const char *key,\n"
11047 "                         int keyslot);\n"
11048 "\n"
11049 msgstr ""
11050
11051 #. type: textblock
11052 #: ../src/guestfs-actions.pod:3661 ../fish/guestfish-actions.pod:2497
11053 msgid ""
11054 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11055 "device C<device>.  C<key> must be one of the I<other> keys."
11056 msgstr ""
11057
11058 #. type: =head2
11059 #: ../src/guestfs-actions.pod:3673
11060 msgid "guestfs_luks_open"
11061 msgstr ""
11062
11063 #. type: verbatim
11064 #: ../src/guestfs-actions.pod:3675
11065 #, no-wrap
11066 msgid ""
11067 " int\n"
11068 " guestfs_luks_open (guestfs_h *g,\n"
11069 "                    const char *device,\n"
11070 "                    const char *key,\n"
11071 "                    const char *mapname);\n"
11072 "\n"
11073 msgstr ""
11074
11075 #. type: textblock
11076 #: ../src/guestfs-actions.pod:3681 ../fish/guestfish-actions.pod:2508
11077 msgid ""
11078 "This command opens a block device which has been encrypted according to the "
11079 "Linux Unified Key Setup (LUKS) standard."
11080 msgstr ""
11081
11082 #. type: textblock
11083 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
11084 msgid "C<device> is the encrypted block device or partition."
11085 msgstr ""
11086
11087 #. type: textblock
11088 #: ../src/guestfs-actions.pod:3686 ../fish/guestfish-actions.pod:2513
11089 msgid ""
11090 "The caller must supply one of the keys associated with the LUKS block "
11091 "device, in the C<key> parameter."
11092 msgstr ""
11093
11094 #. type: textblock
11095 #: ../src/guestfs-actions.pod:3689 ../fish/guestfish-actions.pod:2516
11096 msgid ""
11097 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11098 "writes to this block device are decrypted from and encrypted to the "
11099 "underlying C<device> respectively."
11100 msgstr ""
11101
11102 #. type: textblock
11103 #: ../src/guestfs-actions.pod:3693
11104 msgid ""
11105 "If this block device contains LVM volume groups, then calling "
11106 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11107 "visible."
11108 msgstr ""
11109
11110 #. type: =head2
11111 #: ../src/guestfs-actions.pod:3705
11112 msgid "guestfs_luks_open_ro"
11113 msgstr ""
11114
11115 #. type: verbatim
11116 #: ../src/guestfs-actions.pod:3707
11117 #, no-wrap
11118 msgid ""
11119 " int\n"
11120 " guestfs_luks_open_ro (guestfs_h *g,\n"
11121 "                       const char *device,\n"
11122 "                       const char *key,\n"
11123 "                       const char *mapname);\n"
11124 "\n"
11125 msgstr ""
11126
11127 #. type: textblock
11128 #: ../src/guestfs-actions.pod:3713
11129 msgid ""
11130 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11131 "created."
11132 msgstr ""
11133
11134 #. type: =head2
11135 #: ../src/guestfs-actions.pod:3724
11136 msgid "guestfs_lvcreate"
11137 msgstr ""
11138
11139 #. type: verbatim
11140 #: ../src/guestfs-actions.pod:3726
11141 #, no-wrap
11142 msgid ""
11143 " int\n"
11144 " guestfs_lvcreate (guestfs_h *g,\n"
11145 "                   const char *logvol,\n"
11146 "                   const char *volgroup,\n"
11147 "                   int mbytes);\n"
11148 "\n"
11149 msgstr ""
11150
11151 #. type: textblock
11152 #: ../src/guestfs-actions.pod:3732 ../fish/guestfish-actions.pod:2541
11153 msgid ""
11154 "This creates an LVM logical volume called C<logvol> on the volume group "
11155 "C<volgroup>, with C<size> megabytes."
11156 msgstr ""
11157
11158 #. type: =head2
11159 #: ../src/guestfs-actions.pod:3739
11160 msgid "guestfs_lvm_canonical_lv_name"
11161 msgstr ""
11162
11163 #. type: verbatim
11164 #: ../src/guestfs-actions.pod:3741
11165 #, no-wrap
11166 msgid ""
11167 " char *\n"
11168 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11169 "                                const char *lvname);\n"
11170 "\n"
11171 msgstr ""
11172
11173 #. type: textblock
11174 #: ../src/guestfs-actions.pod:3745 ../fish/guestfish-actions.pod:2548
11175 msgid ""
11176 "This converts alternative naming schemes for LVs that you might find to the "
11177 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11178 "C</dev/VG/LV>."
11179 msgstr ""
11180
11181 #. type: textblock
11182 #: ../src/guestfs-actions.pod:3749 ../fish/guestfish-actions.pod:2552
11183 msgid ""
11184 "This command returns an error if the C<lvname> parameter does not refer to a "
11185 "logical volume."
11186 msgstr ""
11187
11188 #. type: textblock
11189 #: ../src/guestfs-actions.pod:3752
11190 msgid "See also C<guestfs_is_lv>."
11191 msgstr ""
11192
11193 #. type: textblock
11194 #: ../src/guestfs-actions.pod:3757
11195 msgid "(Added in 1.5.24)"
11196 msgstr ""
11197
11198 #. type: =head2
11199 #: ../src/guestfs-actions.pod:3759
11200 msgid "guestfs_lvm_clear_filter"
11201 msgstr ""
11202
11203 #. type: verbatim
11204 #: ../src/guestfs-actions.pod:3761
11205 #, no-wrap
11206 msgid ""
11207 " int\n"
11208 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11209 "\n"
11210 msgstr ""
11211
11212 #. type: textblock
11213 #: ../src/guestfs-actions.pod:3764
11214 msgid ""
11215 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11216 "see every block device."
11217 msgstr ""
11218
11219 #. type: textblock
11220 #: ../src/guestfs-actions.pod:3767 ../src/guestfs-actions.pod:3809 ../fish/guestfish-actions.pod:2564 ../fish/guestfish-actions.pod:2595
11221 msgid "This command also clears the LVM cache and performs a volume group scan."
11222 msgstr ""
11223
11224 #. type: =head2
11225 #: ../src/guestfs-actions.pod:3774
11226 msgid "guestfs_lvm_remove_all"
11227 msgstr ""
11228
11229 #. type: verbatim
11230 #: ../src/guestfs-actions.pod:3776
11231 #, no-wrap
11232 msgid ""
11233 " int\n"
11234 " guestfs_lvm_remove_all (guestfs_h *g);\n"
11235 "\n"
11236 msgstr ""
11237
11238 #. type: textblock
11239 #: ../src/guestfs-actions.pod:3779 ../fish/guestfish-actions.pod:2571
11240 msgid ""
11241 "This command removes all LVM logical volumes, volume groups and physical "
11242 "volumes."
11243 msgstr ""
11244
11245 #. type: =head2
11246 #: ../src/guestfs-actions.pod:3789
11247 msgid "guestfs_lvm_set_filter"
11248 msgstr ""
11249
11250 #. type: verbatim
11251 #: ../src/guestfs-actions.pod:3791
11252 #, no-wrap
11253 msgid ""
11254 " int\n"
11255 " guestfs_lvm_set_filter (guestfs_h *g,\n"
11256 "                         char *const *devices);\n"
11257 "\n"
11258 msgstr ""
11259
11260 #. type: textblock
11261 #: ../src/guestfs-actions.pod:3795 ../fish/guestfish-actions.pod:2581
11262 msgid ""
11263 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
11264 "block devices in the list C<devices>, and will ignore all other attached "
11265 "block devices."
11266 msgstr ""
11267
11268 #. type: textblock
11269 #: ../src/guestfs-actions.pod:3799 ../fish/guestfish-actions.pod:2585
11270 msgid ""
11271 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
11272 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
11273 "there are two types of duplication possible: either cloned PVs/VGs which "
11274 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
11275 "same name.  In normal operation you cannot create this situation, but you "
11276 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
11277 "inside the LVM metadata."
11278 msgstr ""
11279
11280 #. type: textblock
11281 #: ../src/guestfs-actions.pod:3812 ../fish/guestfish-actions.pod:2598
11282 msgid "You can filter whole block devices or individual partitions."
11283 msgstr ""
11284
11285 #. type: textblock
11286 #: ../src/guestfs-actions.pod:3814 ../fish/guestfish-actions.pod:2600
11287 msgid ""
11288 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
11289 "filesystem), even if you are not filtering out that VG."
11290 msgstr ""
11291
11292 #. type: =head2
11293 #: ../src/guestfs-actions.pod:3822
11294 msgid "guestfs_lvremove"
11295 msgstr ""
11296
11297 #. type: verbatim
11298 #: ../src/guestfs-actions.pod:3824
11299 #, no-wrap
11300 msgid ""
11301 " int\n"
11302 " guestfs_lvremove (guestfs_h *g,\n"
11303 "                   const char *device);\n"
11304 "\n"
11305 msgstr ""
11306
11307 #. type: textblock
11308 #: ../src/guestfs-actions.pod:3828 ../fish/guestfish-actions.pod:2608
11309 msgid ""
11310 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
11311 "LV, such as C</dev/VG/LV>."
11312 msgstr ""
11313
11314 #. type: textblock
11315 #: ../src/guestfs-actions.pod:3831 ../fish/guestfish-actions.pod:2611
11316 msgid ""
11317 "You can also remove all LVs in a volume group by specifying the VG name, "
11318 "C</dev/VG>."
11319 msgstr ""
11320
11321 #. type: textblock
11322 #: ../src/guestfs-actions.pod:3836 ../src/guestfs-actions.pod:5069 ../src/guestfs-actions.pod:6809
11323 msgid "(Added in 1.0.13)"
11324 msgstr ""
11325
11326 #. type: =head2
11327 #: ../src/guestfs-actions.pod:3838
11328 msgid "guestfs_lvrename"
11329 msgstr ""
11330
11331 #. type: verbatim
11332 #: ../src/guestfs-actions.pod:3840
11333 #, no-wrap
11334 msgid ""
11335 " int\n"
11336 " guestfs_lvrename (guestfs_h *g,\n"
11337 "                   const char *logvol,\n"
11338 "                   const char *newlogvol);\n"
11339 "\n"
11340 msgstr ""
11341
11342 #. type: textblock
11343 #: ../src/guestfs-actions.pod:3845 ../fish/guestfish-actions.pod:2618
11344 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
11345 msgstr ""
11346
11347 #. type: textblock
11348 #: ../src/guestfs-actions.pod:3849 ../src/guestfs-actions.pod:6822
11349 msgid "(Added in 1.0.83)"
11350 msgstr ""
11351
11352 #. type: =head2
11353 #: ../src/guestfs-actions.pod:3851
11354 msgid "guestfs_lvresize"
11355 msgstr ""
11356
11357 #. type: verbatim
11358 #: ../src/guestfs-actions.pod:3853
11359 #, no-wrap
11360 msgid ""
11361 " int\n"
11362 " guestfs_lvresize (guestfs_h *g,\n"
11363 "                   const char *device,\n"
11364 "                   int mbytes);\n"
11365 "\n"
11366 msgstr ""
11367
11368 #. type: textblock
11369 #: ../src/guestfs-actions.pod:3858 ../fish/guestfish-actions.pod:2624
11370 msgid ""
11371 "This resizes (expands or shrinks) an existing LVM logical volume to "
11372 "C<mbytes>.  When reducing, data in the reduced part is lost."
11373 msgstr ""
11374
11375 #. type: =head2
11376 #: ../src/guestfs-actions.pod:3866
11377 msgid "guestfs_lvresize_free"
11378 msgstr ""
11379
11380 #. type: verbatim
11381 #: ../src/guestfs-actions.pod:3868
11382 #, no-wrap
11383 msgid ""
11384 " int\n"
11385 " guestfs_lvresize_free (guestfs_h *g,\n"
11386 "                        const char *lv,\n"
11387 "                        int percent);\n"
11388 "\n"
11389 msgstr ""
11390
11391 #. type: textblock
11392 #: ../src/guestfs-actions.pod:3873 ../fish/guestfish-actions.pod:2632
11393 msgid ""
11394 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
11395 "remaining free space in the volume group.  Commonly you would call this with "
11396 "pc = 100 which expands the logical volume as much as possible, using all "
11397 "remaining free space in the volume group."
11398 msgstr ""
11399
11400 #. type: textblock
11401 #: ../src/guestfs-actions.pod:3881
11402 msgid "(Added in 1.3.3)"
11403 msgstr ""
11404
11405 #. type: =head2
11406 #: ../src/guestfs-actions.pod:3883
11407 msgid "guestfs_lvs"
11408 msgstr ""
11409
11410 #. type: verbatim
11411 #: ../src/guestfs-actions.pod:3885
11412 #, no-wrap
11413 msgid ""
11414 " char **\n"
11415 " guestfs_lvs (guestfs_h *g);\n"
11416 "\n"
11417 msgstr ""
11418
11419 #. type: textblock
11420 #: ../src/guestfs-actions.pod:3888 ../fish/guestfish-actions.pod:2642
11421 msgid ""
11422 "List all the logical volumes detected.  This is the equivalent of the "
11423 "L<lvs(8)> command."
11424 msgstr ""
11425
11426 #. type: textblock
11427 #: ../src/guestfs-actions.pod:3891 ../fish/guestfish-actions.pod:2645
11428 msgid ""
11429 "This returns a list of the logical volume device names "
11430 "(eg. C</dev/VolGroup00/LogVol00>)."
11431 msgstr ""
11432
11433 #. type: textblock
11434 #: ../src/guestfs-actions.pod:3894
11435 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
11436 msgstr ""
11437
11438 #. type: =head2
11439 #: ../src/guestfs-actions.pod:3902
11440 msgid "guestfs_lvs_full"
11441 msgstr ""
11442
11443 #. type: verbatim
11444 #: ../src/guestfs-actions.pod:3904
11445 #, no-wrap
11446 msgid ""
11447 " struct guestfs_lvm_lv_list *\n"
11448 " guestfs_lvs_full (guestfs_h *g);\n"
11449 "\n"
11450 msgstr ""
11451
11452 #. type: textblock
11453 #: ../src/guestfs-actions.pod:3907 ../fish/guestfish-actions.pod:2654
11454 msgid ""
11455 "List all the logical volumes detected.  This is the equivalent of the "
11456 "L<lvs(8)> command.  The \"full\" version includes all fields."
11457 msgstr ""
11458
11459 #. type: textblock
11460 #: ../src/guestfs-actions.pod:3910
11461 msgid ""
11462 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
11463 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
11464 "use>."
11465 msgstr ""
11466
11467 #. type: =head2
11468 #: ../src/guestfs-actions.pod:3916
11469 msgid "guestfs_lvuuid"
11470 msgstr ""
11471
11472 #. type: verbatim
11473 #: ../src/guestfs-actions.pod:3918
11474 #, no-wrap
11475 msgid ""
11476 " char *\n"
11477 " guestfs_lvuuid (guestfs_h *g,\n"
11478 "                 const char *device);\n"
11479 "\n"
11480 msgstr ""
11481
11482 #. type: textblock
11483 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2661
11484 msgid "This command returns the UUID of the LVM LV C<device>."
11485 msgstr ""
11486
11487 #. type: =head2
11488 #: ../src/guestfs-actions.pod:3929
11489 msgid "guestfs_lxattrlist"
11490 msgstr ""
11491
11492 #. type: verbatim
11493 #: ../src/guestfs-actions.pod:3931
11494 #, no-wrap
11495 msgid ""
11496 " struct guestfs_xattr_list *\n"
11497 " guestfs_lxattrlist (guestfs_h *g,\n"
11498 "                     const char *path,\n"
11499 "                     char *const *names);\n"
11500 "\n"
11501 msgstr ""
11502
11503 #. type: textblock
11504 #: ../src/guestfs-actions.pod:3936 ../fish/guestfish-actions.pod:2667
11505 msgid ""
11506 "This call allows you to get the extended attributes of multiple files, where "
11507 "all files are in the directory C<path>.  C<names> is the list of files from "
11508 "this directory."
11509 msgstr ""
11510
11511 #. type: textblock
11512 #: ../src/guestfs-actions.pod:3940 ../fish/guestfish-actions.pod:2671
11513 msgid ""
11514 "On return you get a flat list of xattr structs which must be interpreted "
11515 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
11516 "C<attrval> in this struct is zero-length to indicate there was an error "
11517 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
11518 "number (the number of following attributes for this file, which could be "
11519 "C<\"0\">).  Then after the first xattr struct are the zero or more "
11520 "attributes for the first named file.  This repeats for the second and "
11521 "subsequent files."
11522 msgstr ""
11523
11524 #. type: textblock
11525 #: ../src/guestfs-actions.pod:3950
11526 msgid ""
11527 "This call is intended for programs that want to efficiently list a directory "
11528 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
11529 "a similarly efficient call for getting standard stats.  Very long directory "
11530 "listings might cause the protocol message size to be exceeded, causing this "
11531 "call to fail.  The caller must split up such requests into smaller groups of "
11532 "names."
11533 msgstr ""
11534
11535 #. type: =head2
11536 #: ../src/guestfs-actions.pod:3964
11537 msgid "guestfs_mkdir"
11538 msgstr ""
11539
11540 #. type: verbatim
11541 #: ../src/guestfs-actions.pod:3966
11542 #, no-wrap
11543 msgid ""
11544 " int\n"
11545 " guestfs_mkdir (guestfs_h *g,\n"
11546 "                const char *path);\n"
11547 "\n"
11548 msgstr ""
11549
11550 #. type: textblock
11551 #: ../src/guestfs-actions.pod:3970 ../fish/guestfish-actions.pod:2693
11552 msgid "Create a directory named C<path>."
11553 msgstr ""
11554
11555 #. type: =head2
11556 #: ../src/guestfs-actions.pod:3976
11557 msgid "guestfs_mkdir_mode"
11558 msgstr ""
11559
11560 #. type: verbatim
11561 #: ../src/guestfs-actions.pod:3978
11562 #, no-wrap
11563 msgid ""
11564 " int\n"
11565 " guestfs_mkdir_mode (guestfs_h *g,\n"
11566 "                     const char *path,\n"
11567 "                     int mode);\n"
11568 "\n"
11569 msgstr ""
11570
11571 #. type: textblock
11572 #: ../src/guestfs-actions.pod:3983 ../fish/guestfish-actions.pod:2699
11573 msgid ""
11574 "This command creates a directory, setting the initial permissions of the "
11575 "directory to C<mode>."
11576 msgstr ""
11577
11578 #. type: textblock
11579 #: ../src/guestfs-actions.pod:3986 ../fish/guestfish-actions.pod:2702
11580 msgid ""
11581 "For common Linux filesystems, the actual mode which is set will be C<mode & "
11582 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
11583 "other ways."
11584 msgstr ""
11585
11586 #. type: textblock
11587 #: ../src/guestfs-actions.pod:3990
11588 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
11589 msgstr ""
11590
11591 #. type: =head2
11592 #: ../src/guestfs-actions.pod:3996
11593 msgid "guestfs_mkdir_p"
11594 msgstr ""
11595
11596 #. type: verbatim
11597 #: ../src/guestfs-actions.pod:3998
11598 #, no-wrap
11599 msgid ""
11600 " int\n"
11601 " guestfs_mkdir_p (guestfs_h *g,\n"
11602 "                  const char *path);\n"
11603 "\n"
11604 msgstr ""
11605
11606 #. type: textblock
11607 #: ../src/guestfs-actions.pod:4002 ../fish/guestfish-actions.pod:2712
11608 msgid ""
11609 "Create a directory named C<path>, creating any parent directories as "
11610 "necessary.  This is like the C<mkdir -p> shell command."
11611 msgstr ""
11612
11613 #. type: =head2
11614 #: ../src/guestfs-actions.pod:4009
11615 msgid "guestfs_mkdtemp"
11616 msgstr ""
11617
11618 #. type: verbatim
11619 #: ../src/guestfs-actions.pod:4011
11620 #, no-wrap
11621 msgid ""
11622 " char *\n"
11623 " guestfs_mkdtemp (guestfs_h *g,\n"
11624 "                  const char *template);\n"
11625 "\n"
11626 msgstr ""
11627
11628 #. type: textblock
11629 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2719
11630 msgid ""
11631 "This command creates a temporary directory.  The C<template> parameter "
11632 "should be a full pathname for the temporary directory name with the final "
11633 "six characters being \"XXXXXX\"."
11634 msgstr ""
11635
11636 #. type: textblock
11637 #: ../src/guestfs-actions.pod:4020 ../fish/guestfish-actions.pod:2724
11638 msgid ""
11639 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
11640 "being suitable for Windows filesystems."
11641 msgstr ""
11642
11643 #. type: textblock
11644 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2727
11645 msgid "The name of the temporary directory that was created is returned."
11646 msgstr ""
11647
11648 #. type: textblock
11649 #: ../src/guestfs-actions.pod:4026 ../fish/guestfish-actions.pod:2730
11650 msgid "The temporary directory is created with mode 0700 and is owned by root."
11651 msgstr ""
11652
11653 #. type: textblock
11654 #: ../src/guestfs-actions.pod:4029 ../fish/guestfish-actions.pod:2733
11655 msgid ""
11656 "The caller is responsible for deleting the temporary directory and its "
11657 "contents after use."
11658 msgstr ""
11659
11660 #. type: textblock
11661 #: ../src/guestfs-actions.pod:4032 ../fish/guestfish-actions.pod:2736
11662 msgid "See also: L<mkdtemp(3)>"
11663 msgstr ""
11664
11665 #. type: =head2
11666 #: ../src/guestfs-actions.pod:4039
11667 msgid "guestfs_mke2fs_J"
11668 msgstr ""
11669
11670 #. type: verbatim
11671 #: ../src/guestfs-actions.pod:4041
11672 #, no-wrap
11673 msgid ""
11674 " int\n"
11675 " guestfs_mke2fs_J (guestfs_h *g,\n"
11676 "                   const char *fstype,\n"
11677 "                   int blocksize,\n"
11678 "                   const char *device,\n"
11679 "                   const char *journal);\n"
11680 "\n"
11681 msgstr ""
11682
11683 #. type: textblock
11684 #: ../src/guestfs-actions.pod:4048 ../fish/guestfish-actions.pod:2742
11685 msgid ""
11686 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11687 "C<journal>.  It is equivalent to the command:"
11688 msgstr ""
11689
11690 #. type: verbatim
11691 #: ../src/guestfs-actions.pod:4052 ../fish/guestfish-actions.pod:2746
11692 #, no-wrap
11693 msgid ""
11694 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
11695 "\n"
11696 msgstr ""
11697
11698 #. type: textblock
11699 #: ../src/guestfs-actions.pod:4054
11700 msgid "See also C<guestfs_mke2journal>."
11701 msgstr ""
11702
11703 #. type: textblock
11704 #: ../src/guestfs-actions.pod:4058 ../src/guestfs-actions.pod:4076 ../src/guestfs-actions.pod:4094 ../src/guestfs-actions.pod:4110 ../src/guestfs-actions.pod:4124 ../src/guestfs-actions.pod:4138 ../src/guestfs-actions.pod:4197 ../src/guestfs-actions.pod:4450
11705 msgid "(Added in 1.0.68)"
11706 msgstr ""
11707
11708 #. type: =head2
11709 #: ../src/guestfs-actions.pod:4060
11710 msgid "guestfs_mke2fs_JL"
11711 msgstr ""
11712
11713 #. type: verbatim
11714 #: ../src/guestfs-actions.pod:4062
11715 #, no-wrap
11716 msgid ""
11717 " int\n"
11718 " guestfs_mke2fs_JL (guestfs_h *g,\n"
11719 "                    const char *fstype,\n"
11720 "                    int blocksize,\n"
11721 "                    const char *device,\n"
11722 "                    const char *label);\n"
11723 "\n"
11724 msgstr ""
11725
11726 #. type: textblock
11727 #: ../src/guestfs-actions.pod:4069 ../fish/guestfish-actions.pod:2754
11728 msgid ""
11729 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11730 "the journal labeled C<label>."
11731 msgstr ""
11732
11733 #. type: textblock
11734 #: ../src/guestfs-actions.pod:4072
11735 msgid "See also C<guestfs_mke2journal_L>."
11736 msgstr ""
11737
11738 #. type: =head2
11739 #: ../src/guestfs-actions.pod:4078
11740 msgid "guestfs_mke2fs_JU"
11741 msgstr ""
11742
11743 #. type: verbatim
11744 #: ../src/guestfs-actions.pod:4080
11745 #, no-wrap
11746 msgid ""
11747 " int\n"
11748 " guestfs_mke2fs_JU (guestfs_h *g,\n"
11749 "                    const char *fstype,\n"
11750 "                    int blocksize,\n"
11751 "                    const char *device,\n"
11752 "                    const char *uuid);\n"
11753 "\n"
11754 msgstr ""
11755
11756 #. type: textblock
11757 #: ../src/guestfs-actions.pod:4087 ../fish/guestfish-actions.pod:2763
11758 msgid ""
11759 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11760 "the journal with UUID C<uuid>."
11761 msgstr ""
11762
11763 #. type: textblock
11764 #: ../src/guestfs-actions.pod:4090
11765 msgid "See also C<guestfs_mke2journal_U>."
11766 msgstr ""
11767
11768 #. type: =head2
11769 #: ../src/guestfs-actions.pod:4096
11770 msgid "guestfs_mke2journal"
11771 msgstr ""
11772
11773 #. type: verbatim
11774 #: ../src/guestfs-actions.pod:4098
11775 #, no-wrap
11776 msgid ""
11777 " int\n"
11778 " guestfs_mke2journal (guestfs_h *g,\n"
11779 "                      int blocksize,\n"
11780 "                      const char *device);\n"
11781 "\n"
11782 msgstr ""
11783
11784 #. type: textblock
11785 #: ../src/guestfs-actions.pod:4103 ../fish/guestfish-actions.pod:2772
11786 msgid ""
11787 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
11788 "command:"
11789 msgstr ""
11790
11791 #. type: verbatim
11792 #: ../src/guestfs-actions.pod:4106 ../fish/guestfish-actions.pod:2775
11793 #, no-wrap
11794 msgid ""
11795 " mke2fs -O journal_dev -b blocksize device\n"
11796 "\n"
11797 msgstr ""
11798
11799 #. type: =head2
11800 #: ../src/guestfs-actions.pod:4112
11801 msgid "guestfs_mke2journal_L"
11802 msgstr ""
11803
11804 #. type: verbatim
11805 #: ../src/guestfs-actions.pod:4114
11806 #, no-wrap
11807 msgid ""
11808 " int\n"
11809 " guestfs_mke2journal_L (guestfs_h *g,\n"
11810 "                        int blocksize,\n"
11811 "                        const char *label,\n"
11812 "                        const char *device);\n"
11813 "\n"
11814 msgstr ""
11815
11816 #. type: textblock
11817 #: ../src/guestfs-actions.pod:4120 ../fish/guestfish-actions.pod:2781
11818 msgid "This creates an ext2 external journal on C<device> with label C<label>."
11819 msgstr ""
11820
11821 #. type: =head2
11822 #: ../src/guestfs-actions.pod:4126
11823 msgid "guestfs_mke2journal_U"
11824 msgstr ""
11825
11826 #. type: verbatim
11827 #: ../src/guestfs-actions.pod:4128
11828 #, no-wrap
11829 msgid ""
11830 " int\n"
11831 " guestfs_mke2journal_U (guestfs_h *g,\n"
11832 "                        int blocksize,\n"
11833 "                        const char *uuid,\n"
11834 "                        const char *device);\n"
11835 "\n"
11836 msgstr ""
11837
11838 #. type: textblock
11839 #: ../src/guestfs-actions.pod:4134 ../fish/guestfish-actions.pod:2787
11840 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
11841 msgstr ""
11842
11843 #. type: =head2
11844 #: ../src/guestfs-actions.pod:4140
11845 msgid "guestfs_mkfifo"
11846 msgstr ""
11847
11848 #. type: verbatim
11849 #: ../src/guestfs-actions.pod:4142
11850 #, no-wrap
11851 msgid ""
11852 " int\n"
11853 " guestfs_mkfifo (guestfs_h *g,\n"
11854 "                 int mode,\n"
11855 "                 const char *path);\n"
11856 "\n"
11857 msgstr ""
11858
11859 #. type: textblock
11860 #: ../src/guestfs-actions.pod:4147
11861 msgid ""
11862 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
11863 "is just a convenient wrapper around C<guestfs_mknod>."
11864 msgstr ""
11865
11866 #. type: =head2
11867 #: ../src/guestfs-actions.pod:4157
11868 msgid "guestfs_mkfs"
11869 msgstr ""
11870
11871 #. type: verbatim
11872 #: ../src/guestfs-actions.pod:4159
11873 #, no-wrap
11874 msgid ""
11875 " int\n"
11876 " guestfs_mkfs (guestfs_h *g,\n"
11877 "               const char *fstype,\n"
11878 "               const char *device);\n"
11879 "\n"
11880 msgstr ""
11881
11882 #. type: textblock
11883 #: ../src/guestfs-actions.pod:4164 ../fish/guestfish-actions.pod:2803
11884 msgid ""
11885 "This creates a filesystem on C<device> (usually a partition or LVM logical "
11886 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
11887 msgstr ""
11888
11889 #. type: =head2
11890 #: ../src/guestfs-actions.pod:4172
11891 msgid "guestfs_mkfs_b"
11892 msgstr ""
11893
11894 #. type: verbatim
11895 #: ../src/guestfs-actions.pod:4174
11896 #, no-wrap
11897 msgid ""
11898 " int\n"
11899 " guestfs_mkfs_b (guestfs_h *g,\n"
11900 "                 const char *fstype,\n"
11901 "                 int blocksize,\n"
11902 "                 const char *device);\n"
11903 "\n"
11904 msgstr ""
11905
11906 #. type: textblock
11907 #: ../src/guestfs-actions.pod:4180
11908 msgid ""
11909 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
11910 "block size of the resulting filesystem.  Supported block sizes depend on the "
11911 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
11912 msgstr ""
11913
11914 #. type: textblock
11915 #: ../src/guestfs-actions.pod:4185 ../src/guestfs-actions.pod:4227 ../fish/guestfish-actions.pod:2816 ../fish/guestfish-actions.pod:2843
11916 msgid ""
11917 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
11918 "cluster size."
11919 msgstr ""
11920
11921 #. type: textblock
11922 #: ../src/guestfs-actions.pod:4190
11923 msgid ""
11924 "This function is deprecated.  In new code, use the L</guestfs_mkfs_opts> "
11925 "call instead."
11926 msgstr ""
11927
11928 #. type: =head2
11929 #: ../src/guestfs-actions.pod:4199
11930 msgid "guestfs_mkfs_opts"
11931 msgstr ""
11932
11933 #. type: verbatim
11934 #: ../src/guestfs-actions.pod:4201
11935 #, no-wrap
11936 msgid ""
11937 " int\n"
11938 " guestfs_mkfs_opts (guestfs_h *g,\n"
11939 "                    const char *fstype,\n"
11940 "                    const char *device,\n"
11941 "                    ...);\n"
11942 "\n"
11943 msgstr ""
11944
11945 #. type: verbatim
11946 #: ../src/guestfs-actions.pod:4212
11947 #, no-wrap
11948 msgid ""
11949 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
11950 "\n"
11951 msgstr ""
11952
11953 #. type: textblock
11954 #: ../src/guestfs-actions.pod:4214 ../fish/guestfish-actions.pod:2830
11955 msgid ""
11956 "This function creates a filesystem on C<device>.  The filesystem type is "
11957 "C<fstype>, for example C<ext3>."
11958 msgstr ""
11959
11960 #. type: =item
11961 #: ../src/guestfs-actions.pod:4221 ../fish/guestfish-actions.pod:2837
11962 msgid "C<blocksize>"
11963 msgstr ""
11964
11965 #. type: textblock
11966 #: ../src/guestfs-actions.pod:4223 ../fish/guestfish-actions.pod:2839
11967 msgid ""
11968 "The filesystem block size.  Supported block sizes depend on the filesystem "
11969 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
11970 "filesystems."
11971 msgstr ""
11972
11973 #. type: textblock
11974 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2846
11975 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
11976 msgstr ""
11977
11978 #. type: textblock
11979 #: ../src/guestfs-actions.pod:4236
11980 msgid "(Added in 1.7.19)"
11981 msgstr ""
11982
11983 #. type: =head2
11984 #: ../src/guestfs-actions.pod:4238
11985 msgid "guestfs_mkfs_opts_va"
11986 msgstr ""
11987
11988 #. type: verbatim
11989 #: ../src/guestfs-actions.pod:4240
11990 #, no-wrap
11991 msgid ""
11992 " int\n"
11993 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
11994 "                       const char *fstype,\n"
11995 "                       const char *device,\n"
11996 "                       va_list args);\n"
11997 "\n"
11998 msgstr ""
11999
12000 #. type: textblock
12001 #: ../src/guestfs-actions.pod:4246
12002 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
12003 msgstr ""
12004
12005 #. type: =head2
12006 #: ../src/guestfs-actions.pod:4250
12007 msgid "guestfs_mkfs_opts_argv"
12008 msgstr ""
12009
12010 #. type: verbatim
12011 #: ../src/guestfs-actions.pod:4252
12012 #, no-wrap
12013 msgid ""
12014 " int\n"
12015 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12016 "                         const char *fstype,\n"
12017 "                         const char *device,\n"
12018 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12019 "\n"
12020 msgstr ""
12021
12022 #. type: textblock
12023 #: ../src/guestfs-actions.pod:4258
12024 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12025 msgstr ""
12026
12027 #. type: =head2
12028 #: ../src/guestfs-actions.pod:4262
12029 msgid "guestfs_mkmountpoint"
12030 msgstr ""
12031
12032 #. type: verbatim
12033 #: ../src/guestfs-actions.pod:4264
12034 #, no-wrap
12035 msgid ""
12036 " int\n"
12037 " guestfs_mkmountpoint (guestfs_h *g,\n"
12038 "                       const char *exemptpath);\n"
12039 "\n"
12040 msgstr ""
12041
12042 #. type: textblock
12043 #: ../src/guestfs-actions.pod:4268
12044 msgid ""
12045 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12046 "that can be used to create extra mountpoints before mounting the first "
12047 "filesystem."
12048 msgstr ""
12049
12050 #. type: textblock
12051 #: ../src/guestfs-actions.pod:4272 ../fish/guestfish-actions.pod:2860
12052 msgid ""
12053 "These calls are I<only> necessary in some very limited circumstances, mainly "
12054 "the case where you want to mount a mix of unrelated and/or read-only "
12055 "filesystems together."
12056 msgstr ""
12057
12058 #. type: textblock
12059 #: ../src/guestfs-actions.pod:4276 ../fish/guestfish-actions.pod:2864
12060 msgid ""
12061 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12062 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12063 "inside that.  You can unpack this as follows in guestfish:"
12064 msgstr ""
12065
12066 #. type: verbatim
12067 #: ../src/guestfs-actions.pod:4281 ../fish/guestfish-actions.pod:2869
12068 #, no-wrap
12069 msgid ""
12070 " add-ro Fedora-11-i686-Live.iso\n"
12071 " run\n"
12072 " mkmountpoint /cd\n"
12073 " mkmountpoint /sqsh\n"
12074 " mkmountpoint /ext3fs\n"
12075 " mount /dev/sda /cd\n"
12076 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12077 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12078 "\n"
12079 msgstr ""
12080
12081 #. type: textblock
12082 #: ../src/guestfs-actions.pod:4290 ../fish/guestfish-actions.pod:2878
12083 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12084 msgstr ""
12085
12086 #. type: textblock
12087 #: ../src/guestfs-actions.pod:4292
12088 msgid ""
12089 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12090 "may get unexpected errors if you try to mix these calls.  It is safest to "
12091 "manually unmount filesystems and remove mountpoints after use."
12092 msgstr ""
12093
12094 #. type: textblock
12095 #: ../src/guestfs-actions.pod:4296
12096 msgid ""
12097 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12098 "first, so for this to work for manual mountpoints, you must ensure that the "
12099 "innermost mountpoints have the longest pathnames, as in the example code "
12100 "above."
12101 msgstr ""
12102
12103 #. type: textblock
12104 #: ../src/guestfs-actions.pod:4301 ../fish/guestfish-actions.pod:2889
12105 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12106 msgstr ""
12107
12108 #. type: textblock
12109 #: ../src/guestfs-actions.pod:4303
12110 msgid ""
12111 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12112 "means that C<guestfs_umount_all> is called when the handle is closed which "
12113 "can also trigger these issues."
12114 msgstr ""
12115
12116 #. type: textblock
12117 #: ../src/guestfs-actions.pod:4309 ../src/guestfs-actions.pod:4568 ../src/guestfs-actions.pod:5470
12118 msgid "(Added in 1.0.62)"
12119 msgstr ""
12120
12121 #. type: =head2
12122 #: ../src/guestfs-actions.pod:4311
12123 msgid "guestfs_mknod"
12124 msgstr ""
12125
12126 #. type: verbatim
12127 #: ../src/guestfs-actions.pod:4313
12128 #, no-wrap
12129 msgid ""
12130 " int\n"
12131 " guestfs_mknod (guestfs_h *g,\n"
12132 "                int mode,\n"
12133 "                int devmajor,\n"
12134 "                int devminor,\n"
12135 "                const char *path);\n"
12136 "\n"
12137 msgstr ""
12138
12139 #. type: textblock
12140 #: ../src/guestfs-actions.pod:4320 ../fish/guestfish-actions.pod:2899
12141 msgid ""
12142 "This call creates block or character special devices, or named pipes "
12143 "(FIFOs)."
12144 msgstr ""
12145
12146 #. type: textblock
12147 #: ../src/guestfs-actions.pod:4323 ../fish/guestfish-actions.pod:2902
12148 msgid ""
12149 "The C<mode> parameter should be the mode, using the standard constants.  "
12150 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12151 "used when creating block and character special devices."
12152 msgstr ""
12153
12154 #. type: textblock
12155 #: ../src/guestfs-actions.pod:4328
12156 msgid ""
12157 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12158 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12159 "regular file).  These constants are available in the standard Linux header "
12160 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12161 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12162 "the appropriate constant for you."
12163 msgstr ""
12164
12165 #. type: =head2
12166 #: ../src/guestfs-actions.pod:4342
12167 msgid "guestfs_mknod_b"
12168 msgstr ""
12169
12170 #. type: verbatim
12171 #: ../src/guestfs-actions.pod:4344
12172 #, no-wrap
12173 msgid ""
12174 " int\n"
12175 " guestfs_mknod_b (guestfs_h *g,\n"
12176 "                  int mode,\n"
12177 "                  int devmajor,\n"
12178 "                  int devminor,\n"
12179 "                  const char *path);\n"
12180 "\n"
12181 msgstr ""
12182
12183 #. type: textblock
12184 #: ../src/guestfs-actions.pod:4351
12185 msgid ""
12186 "This call creates a block device node called C<path> with mode C<mode> and "
12187 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12188 "wrapper around C<guestfs_mknod>."
12189 msgstr ""
12190
12191 #. type: =head2
12192 #: ../src/guestfs-actions.pod:4361
12193 msgid "guestfs_mknod_c"
12194 msgstr ""
12195
12196 #. type: verbatim
12197 #: ../src/guestfs-actions.pod:4363
12198 #, no-wrap
12199 msgid ""
12200 " int\n"
12201 " guestfs_mknod_c (guestfs_h *g,\n"
12202 "                  int mode,\n"
12203 "                  int devmajor,\n"
12204 "                  int devminor,\n"
12205 "                  const char *path);\n"
12206 "\n"
12207 msgstr ""
12208
12209 #. type: textblock
12210 #: ../src/guestfs-actions.pod:4370
12211 msgid ""
12212 "This call creates a char device node called C<path> with mode C<mode> and "
12213 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12214 "wrapper around C<guestfs_mknod>."
12215 msgstr ""
12216
12217 #. type: =head2
12218 #: ../src/guestfs-actions.pod:4380
12219 msgid "guestfs_mkswap"
12220 msgstr ""
12221
12222 #. type: verbatim
12223 #: ../src/guestfs-actions.pod:4382
12224 #, no-wrap
12225 msgid ""
12226 " int\n"
12227 " guestfs_mkswap (guestfs_h *g,\n"
12228 "                 const char *device);\n"
12229 "\n"
12230 msgstr ""
12231
12232 #. type: textblock
12233 #: ../src/guestfs-actions.pod:4386 ../fish/guestfish-actions.pod:2941
12234 msgid "Create a swap partition on C<device>."
12235 msgstr ""
12236
12237 #. type: =head2
12238 #: ../src/guestfs-actions.pod:4392
12239 msgid "guestfs_mkswap_L"
12240 msgstr ""
12241
12242 #. type: verbatim
12243 #: ../src/guestfs-actions.pod:4394
12244 #, no-wrap
12245 msgid ""
12246 " int\n"
12247 " guestfs_mkswap_L (guestfs_h *g,\n"
12248 "                   const char *label,\n"
12249 "                   const char *device);\n"
12250 "\n"
12251 msgstr ""
12252
12253 #. type: textblock
12254 #: ../src/guestfs-actions.pod:4399 ../fish/guestfish-actions.pod:2947
12255 msgid "Create a swap partition on C<device> with label C<label>."
12256 msgstr ""
12257
12258 #. type: textblock
12259 #: ../src/guestfs-actions.pod:4401 ../fish/guestfish-actions.pod:2949
12260 msgid ""
12261 "Note that you cannot attach a swap label to a block device "
12262 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
12263 "the kernel or swap tools."
12264 msgstr ""
12265
12266 #. type: =head2
12267 #: ../src/guestfs-actions.pod:4409
12268 msgid "guestfs_mkswap_U"
12269 msgstr ""
12270
12271 #. type: verbatim
12272 #: ../src/guestfs-actions.pod:4411
12273 #, no-wrap
12274 msgid ""
12275 " int\n"
12276 " guestfs_mkswap_U (guestfs_h *g,\n"
12277 "                   const char *uuid,\n"
12278 "                   const char *device);\n"
12279 "\n"
12280 msgstr ""
12281
12282 #. type: textblock
12283 #: ../src/guestfs-actions.pod:4416 ../fish/guestfish-actions.pod:2957
12284 msgid "Create a swap partition on C<device> with UUID C<uuid>."
12285 msgstr ""
12286
12287 #. type: =head2
12288 #: ../src/guestfs-actions.pod:4422
12289 msgid "guestfs_mkswap_file"
12290 msgstr ""
12291
12292 #. type: verbatim
12293 #: ../src/guestfs-actions.pod:4424
12294 #, no-wrap
12295 msgid ""
12296 " int\n"
12297 " guestfs_mkswap_file (guestfs_h *g,\n"
12298 "                      const char *path);\n"
12299 "\n"
12300 msgstr ""
12301
12302 #. type: textblock
12303 #: ../src/guestfs-actions.pod:4428 ../fish/guestfish-actions.pod:2963
12304 msgid "Create a swap file."
12305 msgstr ""
12306
12307 #. type: textblock
12308 #: ../src/guestfs-actions.pod:4430
12309 msgid ""
12310 "This command just writes a swap file signature to an existing file.  To "
12311 "create the file itself, use something like C<guestfs_fallocate>."
12312 msgstr ""
12313
12314 #. type: =head2
12315 #: ../src/guestfs-actions.pod:4437
12316 msgid "guestfs_modprobe"
12317 msgstr ""
12318
12319 #. type: verbatim
12320 #: ../src/guestfs-actions.pod:4439
12321 #, no-wrap
12322 msgid ""
12323 " int\n"
12324 " guestfs_modprobe (guestfs_h *g,\n"
12325 "                   const char *modulename);\n"
12326 "\n"
12327 msgstr ""
12328
12329 #. type: textblock
12330 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:2972
12331 msgid "This loads a kernel module in the appliance."
12332 msgstr ""
12333
12334 #. type: textblock
12335 #: ../src/guestfs-actions.pod:4445 ../fish/guestfish-actions.pod:2974
12336 msgid ""
12337 "The kernel module must have been whitelisted when libguestfs was built (see "
12338 "C<appliance/kmod.whitelist.in> in the source)."
12339 msgstr ""
12340
12341 #. type: =head2
12342 #: ../src/guestfs-actions.pod:4452
12343 msgid "guestfs_mount"
12344 msgstr ""
12345
12346 #. type: verbatim
12347 #: ../src/guestfs-actions.pod:4454
12348 #, no-wrap
12349 msgid ""
12350 " int\n"
12351 " guestfs_mount (guestfs_h *g,\n"
12352 "                const char *device,\n"
12353 "                const char *mountpoint);\n"
12354 "\n"
12355 msgstr ""
12356
12357 #. type: textblock
12358 #: ../src/guestfs-actions.pod:4459 ../fish/guestfish-actions.pod:2981
12359 msgid ""
12360 "Mount a guest disk at a position in the filesystem.  Block devices are named "
12361 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
12362 "those block devices contain partitions, they will have the usual names "
12363 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
12364 msgstr ""
12365
12366 #. type: textblock
12367 #: ../src/guestfs-actions.pod:4465 ../fish/guestfish-actions.pod:2987
12368 msgid ""
12369 "The rules are the same as for L<mount(2)>: A filesystem must first be "
12370 "mounted on C</> before others can be mounted.  Other filesystems can only be "
12371 "mounted on directories which already exist."
12372 msgstr ""
12373
12374 #. type: textblock
12375 #: ../src/guestfs-actions.pod:4470 ../fish/guestfish-actions.pod:2992
12376 msgid ""
12377 "The mounted filesystem is writable, if we have sufficient permissions on the "
12378 "underlying device."
12379 msgstr ""
12380
12381 #. type: textblock
12382 #: ../src/guestfs-actions.pod:4473
12383 msgid ""
12384 "B<Important note:> When you use this call, the filesystem options C<sync> "
12385 "and C<noatime> are set implicitly.  This was originally done because we "
12386 "thought it would improve reliability, but it turns out that I<-o sync> has a "
12387 "very large negative performance impact and negligible effect on "
12388 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
12389 "in any code that needs performance, and instead use C<guestfs_mount_options> "
12390 "(use an empty string for the first parameter if you don't want any options)."
12391 msgstr ""
12392
12393 #. type: =head2
12394 #: ../src/guestfs-actions.pod:4487
12395 msgid "guestfs_mount_loop"
12396 msgstr ""
12397
12398 #. type: verbatim
12399 #: ../src/guestfs-actions.pod:4489
12400 #, no-wrap
12401 msgid ""
12402 " int\n"
12403 " guestfs_mount_loop (guestfs_h *g,\n"
12404 "                     const char *file,\n"
12405 "                     const char *mountpoint);\n"
12406 "\n"
12407 msgstr ""
12408
12409 #. type: textblock
12410 #: ../src/guestfs-actions.pod:4494 ../fish/guestfish-actions.pod:3009
12411 msgid ""
12412 "This command lets you mount C<file> (a filesystem image in a file) on a "
12413 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
12414 "mountpoint>."
12415 msgstr ""
12416
12417 #. type: =head2
12418 #: ../src/guestfs-actions.pod:4502
12419 msgid "guestfs_mount_options"
12420 msgstr ""
12421
12422 #. type: verbatim
12423 #: ../src/guestfs-actions.pod:4504
12424 #, no-wrap
12425 msgid ""
12426 " int\n"
12427 " guestfs_mount_options (guestfs_h *g,\n"
12428 "                        const char *options,\n"
12429 "                        const char *device,\n"
12430 "                        const char *mountpoint);\n"
12431 "\n"
12432 msgstr ""
12433
12434 #. type: textblock
12435 #: ../src/guestfs-actions.pod:4510
12436 msgid ""
12437 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12438 "the mount options as for the L<mount(8)> I<-o> flag."
12439 msgstr ""
12440
12441 #. type: textblock
12442 #: ../src/guestfs-actions.pod:4514 ../fish/guestfish-actions.pod:3021
12443 msgid ""
12444 "If the C<options> parameter is an empty string, then no options are passed "
12445 "(all options default to whatever the filesystem uses)."
12446 msgstr ""
12447
12448 #. type: textblock
12449 #: ../src/guestfs-actions.pod:4520 ../src/guestfs-actions.pod:4534 ../src/guestfs-actions.pod:4551
12450 msgid "(Added in 1.0.10)"
12451 msgstr ""
12452
12453 #. type: =head2
12454 #: ../src/guestfs-actions.pod:4522
12455 msgid "guestfs_mount_ro"
12456 msgstr ""
12457
12458 #. type: verbatim
12459 #: ../src/guestfs-actions.pod:4524
12460 #, no-wrap
12461 msgid ""
12462 " int\n"
12463 " guestfs_mount_ro (guestfs_h *g,\n"
12464 "                   const char *device,\n"
12465 "                   const char *mountpoint);\n"
12466 "\n"
12467 msgstr ""
12468
12469 #. type: textblock
12470 #: ../src/guestfs-actions.pod:4529
12471 msgid ""
12472 "This is the same as the C<guestfs_mount> command, but it mounts the "
12473 "filesystem with the read-only (I<-o ro>) flag."
12474 msgstr ""
12475
12476 #. type: =head2
12477 #: ../src/guestfs-actions.pod:4536
12478 msgid "guestfs_mount_vfs"
12479 msgstr ""
12480
12481 #. type: verbatim
12482 #: ../src/guestfs-actions.pod:4538
12483 #, no-wrap
12484 msgid ""
12485 " int\n"
12486 " guestfs_mount_vfs (guestfs_h *g,\n"
12487 "                    const char *options,\n"
12488 "                    const char *vfstype,\n"
12489 "                    const char *device,\n"
12490 "                    const char *mountpoint);\n"
12491 "\n"
12492 msgstr ""
12493
12494 #. type: textblock
12495 #: ../src/guestfs-actions.pod:4545
12496 msgid ""
12497 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12498 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
12499 "I<-t> flags."
12500 msgstr ""
12501
12502 #. type: =head2
12503 #: ../src/guestfs-actions.pod:4553
12504 msgid "guestfs_mountpoints"
12505 msgstr ""
12506
12507 #. type: verbatim
12508 #: ../src/guestfs-actions.pod:4555
12509 #, no-wrap
12510 msgid ""
12511 " char **\n"
12512 " guestfs_mountpoints (guestfs_h *g);\n"
12513 "\n"
12514 msgstr ""
12515
12516 #. type: textblock
12517 #: ../src/guestfs-actions.pod:4558
12518 msgid ""
12519 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
12520 "devices.  This one returns a hash table (map) of device name to directory "
12521 "where the device is mounted."
12522 msgstr ""
12523
12524 #. type: =head2
12525 #: ../src/guestfs-actions.pod:4570
12526 msgid "guestfs_mounts"
12527 msgstr ""
12528
12529 #. type: verbatim
12530 #: ../src/guestfs-actions.pod:4572
12531 #, no-wrap
12532 msgid ""
12533 " char **\n"
12534 " guestfs_mounts (guestfs_h *g);\n"
12535 "\n"
12536 msgstr ""
12537
12538 #. type: textblock
12539 #: ../src/guestfs-actions.pod:4575 ../fish/guestfish-actions.pod:3052
12540 msgid ""
12541 "This returns the list of currently mounted filesystems.  It returns the list "
12542 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
12543 msgstr ""
12544
12545 #. type: textblock
12546 #: ../src/guestfs-actions.pod:4578 ../fish/guestfish-actions.pod:3055
12547 msgid "Some internal mounts are not shown."
12548 msgstr ""
12549
12550 #. type: textblock
12551 #: ../src/guestfs-actions.pod:4580
12552 msgid "See also: C<guestfs_mountpoints>"
12553 msgstr ""
12554
12555 #. type: =head2
12556 #: ../src/guestfs-actions.pod:4588
12557 msgid "guestfs_mv"
12558 msgstr ""
12559
12560 #. type: verbatim
12561 #: ../src/guestfs-actions.pod:4590
12562 #, no-wrap
12563 msgid ""
12564 " int\n"
12565 " guestfs_mv (guestfs_h *g,\n"
12566 "             const char *src,\n"
12567 "             const char *dest);\n"
12568 "\n"
12569 msgstr ""
12570
12571 #. type: textblock
12572 #: ../src/guestfs-actions.pod:4595 ../fish/guestfish-actions.pod:3063
12573 msgid ""
12574 "This moves a file from C<src> to C<dest> where C<dest> is either a "
12575 "destination filename or destination directory."
12576 msgstr ""
12577
12578 #. type: =head2
12579 #: ../src/guestfs-actions.pod:4602
12580 msgid "guestfs_ntfs_3g_probe"
12581 msgstr ""
12582
12583 #. type: verbatim
12584 #: ../src/guestfs-actions.pod:4604
12585 #, no-wrap
12586 msgid ""
12587 " int\n"
12588 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
12589 "                        int rw,\n"
12590 "                        const char *device);\n"
12591 "\n"
12592 msgstr ""
12593
12594 #. type: textblock
12595 #: ../src/guestfs-actions.pod:4609 ../fish/guestfish-actions.pod:3070
12596 msgid ""
12597 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
12598 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
12599 "read-write, and some cannot be mounted at all)."
12600 msgstr ""
12601
12602 #. type: textblock
12603 #: ../src/guestfs-actions.pod:4613 ../fish/guestfish-actions.pod:3074
12604 msgid ""
12605 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
12606 "can be mounted read-write.  Set it to false if you want to test if the "
12607 "volume can be mounted read-only."
12608 msgstr ""
12609
12610 #. type: textblock
12611 #: ../src/guestfs-actions.pod:4617 ../fish/guestfish-actions.pod:3078
12612 msgid ""
12613 "The return value is an integer which C<0> if the operation would succeed, or "
12614 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
12615 msgstr ""
12616
12617 #. type: textblock
12618 #: ../src/guestfs-actions.pod:4623
12619 msgid "(Added in 1.0.43)"
12620 msgstr ""
12621
12622 #. type: =head2
12623 #: ../src/guestfs-actions.pod:4625
12624 msgid "guestfs_ntfsresize"
12625 msgstr ""
12626
12627 #. type: verbatim
12628 #: ../src/guestfs-actions.pod:4627
12629 #, no-wrap
12630 msgid ""
12631 " int\n"
12632 " guestfs_ntfsresize (guestfs_h *g,\n"
12633 "                     const char *device);\n"
12634 "\n"
12635 msgstr ""
12636
12637 #. type: textblock
12638 #: ../src/guestfs-actions.pod:4631 ../fish/guestfish-actions.pod:3086
12639 msgid ""
12640 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
12641 "size of the underlying device."
12642 msgstr ""
12643
12644 #. type: textblock
12645 #: ../src/guestfs-actions.pod:4634 ../fish/guestfish-actions.pod:3089
12646 msgid ""
12647 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
12648 "consistency check (for safety).  You have to boot into Windows to perform "
12649 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
12650 "resize filesystems which have been marked in this way.  So in effect it is "
12651 "not possible to call ntfsresize multiple times on a single filesystem "
12652 "without booting into Windows between each resize."
12653 msgstr ""
12654
12655 #. type: textblock
12656 #: ../src/guestfs-actions.pod:4642 ../fish/guestfish-actions.pod:3097
12657 msgid "See also L<ntfsresize(8)>."
12658 msgstr ""
12659
12660 #. type: =head2
12661 #: ../src/guestfs-actions.pod:4648
12662 msgid "guestfs_ntfsresize_size"
12663 msgstr ""
12664
12665 #. type: verbatim
12666 #: ../src/guestfs-actions.pod:4650
12667 #, no-wrap
12668 msgid ""
12669 " int\n"
12670 " guestfs_ntfsresize_size (guestfs_h *g,\n"
12671 "                          const char *device,\n"
12672 "                          int64_t size);\n"
12673 "\n"
12674 msgstr ""
12675
12676 #. type: textblock
12677 #: ../src/guestfs-actions.pod:4655
12678 msgid ""
12679 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
12680 "to specify the new size (in bytes) explicitly."
12681 msgstr ""
12682
12683 #. type: textblock
12684 #: ../src/guestfs-actions.pod:4660 ../src/guestfs-actions.pod:5096 ../src/guestfs-actions.pod:5169 ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:6957
12685 msgid "(Added in 1.3.14)"
12686 msgstr ""
12687
12688 #. type: =head2
12689 #: ../src/guestfs-actions.pod:4662
12690 msgid "guestfs_part_add"
12691 msgstr ""
12692
12693 #. type: verbatim
12694 #: ../src/guestfs-actions.pod:4664
12695 #, no-wrap
12696 msgid ""
12697 " int\n"
12698 " guestfs_part_add (guestfs_h *g,\n"
12699 "                   const char *device,\n"
12700 "                   const char *prlogex,\n"
12701 "                   int64_t startsect,\n"
12702 "                   int64_t endsect);\n"
12703 "\n"
12704 msgstr ""
12705
12706 #. type: textblock
12707 #: ../src/guestfs-actions.pod:4671
12708 msgid ""
12709 "This command adds a partition to C<device>.  If there is no partition table "
12710 "on the device, call C<guestfs_part_init> first."
12711 msgstr ""
12712
12713 #. type: textblock
12714 #: ../src/guestfs-actions.pod:4674 ../fish/guestfish-actions.pod:3113
12715 msgid ""
12716 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
12717 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
12718 "C<logical>) and C<e> (or C<extended>) partition types."
12719 msgstr ""
12720
12721 #. type: textblock
12722 #: ../src/guestfs-actions.pod:4679 ../fish/guestfish-actions.pod:3118
12723 msgid ""
12724 "C<startsect> and C<endsect> are the start and end of the partition in "
12725 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
12726 "from the end of the disk (C<-1> is the last sector)."
12727 msgstr ""
12728
12729 #. type: textblock
12730 #: ../src/guestfs-actions.pod:4683
12731 msgid ""
12732 "Creating a partition which covers the whole disk is not so easy.  Use "
12733 "C<guestfs_part_disk> to do that."
12734 msgstr ""
12735
12736 #. type: textblock
12737 #: ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4726 ../src/guestfs-actions.pod:4779 ../src/guestfs-actions.pod:4857 ../src/guestfs-actions.pod:4895 ../src/guestfs-actions.pod:4914 ../src/guestfs-actions.pod:4954
12738 msgid "(Added in 1.0.78)"
12739 msgstr ""
12740
12741 #. type: =head2
12742 #: ../src/guestfs-actions.pod:4690
12743 msgid "guestfs_part_del"
12744 msgstr ""
12745
12746 #. type: verbatim
12747 #: ../src/guestfs-actions.pod:4692
12748 #, no-wrap
12749 msgid ""
12750 " int\n"
12751 " guestfs_part_del (guestfs_h *g,\n"
12752 "                   const char *device,\n"
12753 "                   int partnum);\n"
12754 "\n"
12755 msgstr ""
12756
12757 #. type: textblock
12758 #: ../src/guestfs-actions.pod:4697 ../fish/guestfish-actions.pod:3129
12759 msgid "This command deletes the partition numbered C<partnum> on C<device>."
12760 msgstr ""
12761
12762 #. type: textblock
12763 #: ../src/guestfs-actions.pod:4699 ../fish/guestfish-actions.pod:3131
12764 msgid ""
12765 "Note that in the case of MBR partitioning, deleting an extended partition "
12766 "also deletes any logical partitions it contains."
12767 msgstr ""
12768
12769 #. type: =head2
12770 #: ../src/guestfs-actions.pod:4707
12771 msgid "guestfs_part_disk"
12772 msgstr ""
12773
12774 #. type: verbatim
12775 #: ../src/guestfs-actions.pod:4709
12776 #, no-wrap
12777 msgid ""
12778 " int\n"
12779 " guestfs_part_disk (guestfs_h *g,\n"
12780 "                    const char *device,\n"
12781 "                    const char *parttype);\n"
12782 "\n"
12783 msgstr ""
12784
12785 #. type: textblock
12786 #: ../src/guestfs-actions.pod:4714
12787 msgid ""
12788 "This command is simply a combination of C<guestfs_part_init> followed by "
12789 "C<guestfs_part_add> to create a single primary partition covering the whole "
12790 "disk."
12791 msgstr ""
12792
12793 #. type: textblock
12794 #: ../src/guestfs-actions.pod:4718
12795 msgid ""
12796 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
12797 "possible values are described in C<guestfs_part_init>."
12798 msgstr ""
12799
12800 #. type: =head2
12801 #: ../src/guestfs-actions.pod:4728
12802 msgid "guestfs_part_get_bootable"
12803 msgstr ""
12804
12805 #. type: verbatim
12806 #: ../src/guestfs-actions.pod:4730
12807 #, no-wrap
12808 msgid ""
12809 " int\n"
12810 " guestfs_part_get_bootable (guestfs_h *g,\n"
12811 "                            const char *device,\n"
12812 "                            int partnum);\n"
12813 "\n"
12814 msgstr ""
12815
12816 #. type: textblock
12817 #: ../src/guestfs-actions.pod:4735 ../fish/guestfish-actions.pod:3153
12818 msgid ""
12819 "This command returns true if the partition C<partnum> on C<device> has the "
12820 "bootable flag set."
12821 msgstr ""
12822
12823 #. type: textblock
12824 #: ../src/guestfs-actions.pod:4738
12825 msgid "See also C<guestfs_part_set_bootable>."
12826 msgstr ""
12827
12828 #. type: =head2
12829 #: ../src/guestfs-actions.pod:4744
12830 msgid "guestfs_part_get_mbr_id"
12831 msgstr ""
12832
12833 #. type: verbatim
12834 #: ../src/guestfs-actions.pod:4746
12835 #, no-wrap
12836 msgid ""
12837 " int\n"
12838 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
12839 "                          const char *device,\n"
12840 "                          int partnum);\n"
12841 "\n"
12842 msgstr ""
12843
12844 #. type: textblock
12845 #: ../src/guestfs-actions.pod:4751 ../fish/guestfish-actions.pod:3162
12846 msgid ""
12847 "Returns the MBR type byte (also known as the ID byte) from the numbered "
12848 "partition C<partnum>."
12849 msgstr ""
12850
12851 #. type: textblock
12852 #: ../src/guestfs-actions.pod:4754 ../src/guestfs-actions.pod:4930
12853 msgid ""
12854 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
12855 "undefined results for other partition table types (see "
12856 "C<guestfs_part_get_parttype>)."
12857 msgstr ""
12858
12859 #. type: =head2
12860 #: ../src/guestfs-actions.pod:4762
12861 msgid "guestfs_part_get_parttype"
12862 msgstr ""
12863
12864 #. type: verbatim
12865 #: ../src/guestfs-actions.pod:4764
12866 #, no-wrap
12867 msgid ""
12868 " char *\n"
12869 " guestfs_part_get_parttype (guestfs_h *g,\n"
12870 "                            const char *device);\n"
12871 "\n"
12872 msgstr ""
12873
12874 #. type: textblock
12875 #: ../src/guestfs-actions.pod:4768 ../fish/guestfish-actions.pod:3173
12876 msgid ""
12877 "This command examines the partition table on C<device> and returns the "
12878 "partition table type (format) being used."
12879 msgstr ""
12880
12881 #. type: textblock
12882 #: ../src/guestfs-actions.pod:4771
12883 msgid ""
12884 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
12885 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
12886 "possible, although unusual.  See C<guestfs_part_init> for a full list."
12887 msgstr ""
12888
12889 #. type: =head2
12890 #: ../src/guestfs-actions.pod:4781
12891 msgid "guestfs_part_init"
12892 msgstr ""
12893
12894 #. type: verbatim
12895 #: ../src/guestfs-actions.pod:4783
12896 #, no-wrap
12897 msgid ""
12898 " int\n"
12899 " guestfs_part_init (guestfs_h *g,\n"
12900 "                    const char *device,\n"
12901 "                    const char *parttype);\n"
12902 "\n"
12903 msgstr ""
12904
12905 #. type: textblock
12906 #: ../src/guestfs-actions.pod:4788 ../fish/guestfish-actions.pod:3185
12907 msgid ""
12908 "This creates an empty partition table on C<device> of one of the partition "
12909 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
12910 "(for large disks)."
12911 msgstr ""
12912
12913 #. type: textblock
12914 #: ../src/guestfs-actions.pod:4792
12915 msgid ""
12916 "Initially there are no partitions.  Following this, you should call "
12917 "C<guestfs_part_add> for each partition required."
12918 msgstr ""
12919
12920 #. type: textblock
12921 #: ../src/guestfs-actions.pod:4795 ../fish/guestfish-actions.pod:3192
12922 msgid "Possible values for C<parttype> are:"
12923 msgstr ""
12924
12925 #. type: =item
12926 #: ../src/guestfs-actions.pod:4799 ../fish/guestfish-actions.pod:3196
12927 msgid "B<efi> | B<gpt>"
12928 msgstr ""
12929
12930 #. type: textblock
12931 #: ../src/guestfs-actions.pod:4801 ../fish/guestfish-actions.pod:3198
12932 msgid "Intel EFI / GPT partition table."
12933 msgstr ""
12934
12935 #. type: textblock
12936 #: ../src/guestfs-actions.pod:4803 ../fish/guestfish-actions.pod:3200
12937 msgid ""
12938 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
12939 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
12940 "the C<mbr> format."
12941 msgstr ""
12942
12943 #. type: =item
12944 #: ../src/guestfs-actions.pod:4807 ../fish/guestfish-actions.pod:3204
12945 msgid "B<mbr> | B<msdos>"
12946 msgstr ""
12947
12948 #. type: textblock
12949 #: ../src/guestfs-actions.pod:4809 ../fish/guestfish-actions.pod:3206
12950 msgid ""
12951 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
12952 "Windows.  This partition type will B<only> work for device sizes up to 2 "
12953 "TB.  For large disks we recommend using C<gpt>."
12954 msgstr ""
12955
12956 #. type: textblock
12957 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
12958 msgid "Other partition table types that may work but are not supported include:"
12959 msgstr ""
12960
12961 #. type: =item
12962 #: ../src/guestfs-actions.pod:4821 ../fish/guestfish-actions.pod:3218
12963 msgid "B<aix>"
12964 msgstr ""
12965
12966 #. type: textblock
12967 #: ../src/guestfs-actions.pod:4823 ../fish/guestfish-actions.pod:3220
12968 msgid "AIX disk labels."
12969 msgstr ""
12970
12971 #. type: =item
12972 #: ../src/guestfs-actions.pod:4825 ../fish/guestfish-actions.pod:3222
12973 msgid "B<amiga> | B<rdb>"
12974 msgstr ""
12975
12976 #. type: textblock
12977 #: ../src/guestfs-actions.pod:4827 ../fish/guestfish-actions.pod:3224
12978 msgid "Amiga \"Rigid Disk Block\" format."
12979 msgstr ""
12980
12981 #. type: =item
12982 #: ../src/guestfs-actions.pod:4829 ../fish/guestfish-actions.pod:3226
12983 msgid "B<bsd>"
12984 msgstr ""
12985
12986 #. type: textblock
12987 #: ../src/guestfs-actions.pod:4831 ../fish/guestfish-actions.pod:3228
12988 msgid "BSD disk labels."
12989 msgstr ""
12990
12991 #. type: =item
12992 #: ../src/guestfs-actions.pod:4833 ../fish/guestfish-actions.pod:3230
12993 msgid "B<dasd>"
12994 msgstr ""
12995
12996 #. type: textblock
12997 #: ../src/guestfs-actions.pod:4835 ../fish/guestfish-actions.pod:3232
12998 msgid "DASD, used on IBM mainframes."
12999 msgstr ""
13000
13001 #. type: =item
13002 #: ../src/guestfs-actions.pod:4837 ../fish/guestfish-actions.pod:3234
13003 msgid "B<dvh>"
13004 msgstr ""
13005
13006 #. type: textblock
13007 #: ../src/guestfs-actions.pod:4839 ../fish/guestfish-actions.pod:3236
13008 msgid "MIPS/SGI volumes."
13009 msgstr ""
13010
13011 #. type: =item
13012 #: ../src/guestfs-actions.pod:4841 ../fish/guestfish-actions.pod:3238
13013 msgid "B<mac>"
13014 msgstr ""
13015
13016 #. type: textblock
13017 #: ../src/guestfs-actions.pod:4843 ../fish/guestfish-actions.pod:3240
13018 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
13019 msgstr ""
13020
13021 #. type: =item
13022 #: ../src/guestfs-actions.pod:4845 ../fish/guestfish-actions.pod:3242
13023 msgid "B<pc98>"
13024 msgstr ""
13025
13026 #. type: textblock
13027 #: ../src/guestfs-actions.pod:4847 ../fish/guestfish-actions.pod:3244
13028 msgid "NEC PC-98 format, common in Japan apparently."
13029 msgstr ""
13030
13031 #. type: =item
13032 #: ../src/guestfs-actions.pod:4849 ../fish/guestfish-actions.pod:3246
13033 msgid "B<sun>"
13034 msgstr ""
13035
13036 #. type: textblock
13037 #: ../src/guestfs-actions.pod:4851 ../fish/guestfish-actions.pod:3248
13038 msgid "Sun disk labels."
13039 msgstr ""
13040
13041 #. type: =head2
13042 #: ../src/guestfs-actions.pod:4859
13043 msgid "guestfs_part_list"
13044 msgstr ""
13045
13046 #. type: verbatim
13047 #: ../src/guestfs-actions.pod:4861
13048 #, no-wrap
13049 msgid ""
13050 " struct guestfs_partition_list *\n"
13051 " guestfs_part_list (guestfs_h *g,\n"
13052 "                    const char *device);\n"
13053 "\n"
13054 msgstr ""
13055
13056 #. type: textblock
13057 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3256
13058 msgid ""
13059 "This command parses the partition table on C<device> and returns the list of "
13060 "partitions found."
13061 msgstr ""
13062
13063 #. type: textblock
13064 #: ../src/guestfs-actions.pod:4868 ../fish/guestfish-actions.pod:3259
13065 msgid "The fields in the returned structure are:"
13066 msgstr ""
13067
13068 #. type: =item
13069 #: ../src/guestfs-actions.pod:4872 ../fish/guestfish-actions.pod:3263
13070 msgid "B<part_num>"
13071 msgstr ""
13072
13073 #. type: textblock
13074 #: ../src/guestfs-actions.pod:4874 ../fish/guestfish-actions.pod:3265
13075 msgid "Partition number, counting from 1."
13076 msgstr ""
13077
13078 #. type: =item
13079 #: ../src/guestfs-actions.pod:4876 ../fish/guestfish-actions.pod:3267
13080 msgid "B<part_start>"
13081 msgstr ""
13082
13083 #. type: textblock
13084 #: ../src/guestfs-actions.pod:4878
13085 msgid ""
13086 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13087 "the device's sector size, see C<guestfs_blockdev_getss>."
13088 msgstr ""
13089
13090 #. type: =item
13091 #: ../src/guestfs-actions.pod:4881 ../fish/guestfish-actions.pod:3272
13092 msgid "B<part_end>"
13093 msgstr ""
13094
13095 #. type: textblock
13096 #: ../src/guestfs-actions.pod:4883 ../fish/guestfish-actions.pod:3274
13097 msgid "End of the partition in bytes."
13098 msgstr ""
13099
13100 #. type: =item
13101 #: ../src/guestfs-actions.pod:4885 ../fish/guestfish-actions.pod:3276
13102 msgid "B<part_size>"
13103 msgstr ""
13104
13105 #. type: textblock
13106 #: ../src/guestfs-actions.pod:4887 ../fish/guestfish-actions.pod:3278
13107 msgid "Size of the partition in bytes."
13108 msgstr ""
13109
13110 #. type: textblock
13111 #: ../src/guestfs-actions.pod:4891
13112 msgid ""
13113 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13114 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13115 "use>."
13116 msgstr ""
13117
13118 #. type: =head2
13119 #: ../src/guestfs-actions.pod:4897
13120 msgid "guestfs_part_set_bootable"
13121 msgstr ""
13122
13123 #. type: verbatim
13124 #: ../src/guestfs-actions.pod:4899
13125 #, no-wrap
13126 msgid ""
13127 " int\n"
13128 " guestfs_part_set_bootable (guestfs_h *g,\n"
13129 "                            const char *device,\n"
13130 "                            int partnum,\n"
13131 "                            int bootable);\n"
13132 "\n"
13133 msgstr ""
13134
13135 #. type: textblock
13136 #: ../src/guestfs-actions.pod:4905 ../fish/guestfish-actions.pod:3286
13137 msgid ""
13138 "This sets the bootable flag on partition numbered C<partnum> on device "
13139 "C<device>.  Note that partitions are numbered from 1."
13140 msgstr ""
13141
13142 #. type: textblock
13143 #: ../src/guestfs-actions.pod:4908 ../fish/guestfish-actions.pod:3289
13144 msgid ""
13145 "The bootable flag is used by some operating systems (notably Windows) to "
13146 "determine which partition to boot from.  It is by no means universally "
13147 "recognized."
13148 msgstr ""
13149
13150 #. type: =head2
13151 #: ../src/guestfs-actions.pod:4916
13152 msgid "guestfs_part_set_mbr_id"
13153 msgstr ""
13154
13155 #. type: verbatim
13156 #: ../src/guestfs-actions.pod:4918
13157 #, no-wrap
13158 msgid ""
13159 " int\n"
13160 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13161 "                          const char *device,\n"
13162 "                          int partnum,\n"
13163 "                          int idbyte);\n"
13164 "\n"
13165 msgstr ""
13166
13167 #. type: textblock
13168 #: ../src/guestfs-actions.pod:4924 ../fish/guestfish-actions.pod:3297
13169 msgid ""
13170 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13171 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13172 "documentation are in fact hexadecimal numbers, but usually documented "
13173 "without any leading \"0x\" which might be confusing."
13174 msgstr ""
13175
13176 #. type: =head2
13177 #: ../src/guestfs-actions.pod:4938
13178 msgid "guestfs_part_set_name"
13179 msgstr ""
13180
13181 #. type: verbatim
13182 #: ../src/guestfs-actions.pod:4940
13183 #, no-wrap
13184 msgid ""
13185 " int\n"
13186 " guestfs_part_set_name (guestfs_h *g,\n"
13187 "                        const char *device,\n"
13188 "                        int partnum,\n"
13189 "                        const char *name);\n"
13190 "\n"
13191 msgstr ""
13192
13193 #. type: textblock
13194 #: ../src/guestfs-actions.pod:4946 ../fish/guestfish-actions.pod:3311
13195 msgid ""
13196 "This sets the partition name on partition numbered C<partnum> on device "
13197 "C<device>.  Note that partitions are numbered from 1."
13198 msgstr ""
13199
13200 #. type: textblock
13201 #: ../src/guestfs-actions.pod:4949 ../fish/guestfish-actions.pod:3314
13202 msgid ""
13203 "The partition name can only be set on certain types of partition table.  "
13204 "This works on C<gpt> but not on C<mbr> partitions."
13205 msgstr ""
13206
13207 #. type: =head2
13208 #: ../src/guestfs-actions.pod:4956
13209 msgid "guestfs_part_to_dev"
13210 msgstr ""
13211
13212 #. type: verbatim
13213 #: ../src/guestfs-actions.pod:4958
13214 #, no-wrap
13215 msgid ""
13216 " char *\n"
13217 " guestfs_part_to_dev (guestfs_h *g,\n"
13218 "                      const char *partition);\n"
13219 "\n"
13220 msgstr ""
13221
13222 #. type: textblock
13223 #: ../src/guestfs-actions.pod:4962 ../fish/guestfish-actions.pod:3321
13224 msgid ""
13225 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
13226 "partition number, returning the device name (eg. \"/dev/sdb\")."
13227 msgstr ""
13228
13229 #. type: textblock
13230 #: ../src/guestfs-actions.pod:4966
13231 msgid ""
13232 "The named partition must exist, for example as a string returned from "
13233 "C<guestfs_list_partitions>."
13234 msgstr ""
13235
13236 #. type: =head2
13237 #: ../src/guestfs-actions.pod:4974
13238 msgid "guestfs_ping_daemon"
13239 msgstr ""
13240
13241 #. type: verbatim
13242 #: ../src/guestfs-actions.pod:4976
13243 #, no-wrap
13244 msgid ""
13245 " int\n"
13246 " guestfs_ping_daemon (guestfs_h *g);\n"
13247 "\n"
13248 msgstr ""
13249
13250 #. type: textblock
13251 #: ../src/guestfs-actions.pod:4979 ../fish/guestfish-actions.pod:3332
13252 msgid ""
13253 "This is a test probe into the guestfs daemon running inside the qemu "
13254 "subprocess.  Calling this function checks that the daemon responds to the "
13255 "ping message, without affecting the daemon or attached block device(s) in "
13256 "any other way."
13257 msgstr ""
13258
13259 #. type: =head2
13260 #: ../src/guestfs-actions.pod:4988
13261 msgid "guestfs_pread"
13262 msgstr ""
13263
13264 #. type: verbatim
13265 #: ../src/guestfs-actions.pod:4990
13266 #, no-wrap
13267 msgid ""
13268 " char *\n"
13269 " guestfs_pread (guestfs_h *g,\n"
13270 "                const char *path,\n"
13271 "                int count,\n"
13272 "                int64_t offset,\n"
13273 "                size_t *size_r);\n"
13274 "\n"
13275 msgstr ""
13276
13277 #. type: textblock
13278 #: ../src/guestfs-actions.pod:4997 ../fish/guestfish-actions.pod:3341
13279 msgid ""
13280 "This command lets you read part of a file.  It reads C<count> bytes of the "
13281 "file, starting at C<offset>, from file C<path>."
13282 msgstr ""
13283
13284 #. type: textblock
13285 #: ../src/guestfs-actions.pod:5000 ../src/guestfs-actions.pod:5026 ../fish/guestfish-actions.pod:3344 ../fish/guestfish-actions.pod:3359
13286 msgid ""
13287 "This may read fewer bytes than requested.  For further details see the "
13288 "L<pread(2)> system call."
13289 msgstr ""
13290
13291 #. type: textblock
13292 #: ../src/guestfs-actions.pod:5003
13293 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
13294 msgstr ""
13295
13296 #. type: =head2
13297 #: ../src/guestfs-actions.pod:5014
13298 msgid "guestfs_pread_device"
13299 msgstr ""
13300
13301 #. type: verbatim
13302 #: ../src/guestfs-actions.pod:5016
13303 #, no-wrap
13304 msgid ""
13305 " char *\n"
13306 " guestfs_pread_device (guestfs_h *g,\n"
13307 "                       const char *device,\n"
13308 "                       int count,\n"
13309 "                       int64_t offset,\n"
13310 "                       size_t *size_r);\n"
13311 "\n"
13312 msgstr ""
13313
13314 #. type: textblock
13315 #: ../src/guestfs-actions.pod:5023 ../fish/guestfish-actions.pod:3356
13316 msgid ""
13317 "This command lets you read part of a file.  It reads C<count> bytes of "
13318 "C<device>, starting at C<offset>."
13319 msgstr ""
13320
13321 #. type: textblock
13322 #: ../src/guestfs-actions.pod:5029
13323 msgid "See also C<guestfs_pread>."
13324 msgstr ""
13325
13326 #. type: textblock
13327 #: ../src/guestfs-actions.pod:5038
13328 msgid "(Added in 1.5.21)"
13329 msgstr ""
13330
13331 #. type: =head2
13332 #: ../src/guestfs-actions.pod:5040
13333 msgid "guestfs_pvcreate"
13334 msgstr ""
13335
13336 #. type: verbatim
13337 #: ../src/guestfs-actions.pod:5042
13338 #, no-wrap
13339 msgid ""
13340 " int\n"
13341 " guestfs_pvcreate (guestfs_h *g,\n"
13342 "                   const char *device);\n"
13343 "\n"
13344 msgstr ""
13345
13346 #. type: textblock
13347 #: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3371
13348 msgid ""
13349 "This creates an LVM physical volume on the named C<device>, where C<device> "
13350 "should usually be a partition name such as C</dev/sda1>."
13351 msgstr ""
13352
13353 #. type: =head2
13354 #: ../src/guestfs-actions.pod:5054
13355 msgid "guestfs_pvremove"
13356 msgstr ""
13357
13358 #. type: verbatim
13359 #: ../src/guestfs-actions.pod:5056
13360 #, no-wrap
13361 msgid ""
13362 " int\n"
13363 " guestfs_pvremove (guestfs_h *g,\n"
13364 "                   const char *device);\n"
13365 "\n"
13366 msgstr ""
13367
13368 #. type: textblock
13369 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3379
13370 msgid ""
13371 "This wipes a physical volume C<device> so that LVM will no longer recognise "
13372 "it."
13373 msgstr ""
13374
13375 #. type: textblock
13376 #: ../src/guestfs-actions.pod:5063 ../fish/guestfish-actions.pod:3382
13377 msgid ""
13378 "The implementation uses the C<pvremove> command which refuses to wipe "
13379 "physical volumes that contain any volume groups, so you have to remove those "
13380 "first."
13381 msgstr ""
13382
13383 #. type: =head2
13384 #: ../src/guestfs-actions.pod:5071
13385 msgid "guestfs_pvresize"
13386 msgstr ""
13387
13388 #. type: verbatim
13389 #: ../src/guestfs-actions.pod:5073
13390 #, no-wrap
13391 msgid ""
13392 " int\n"
13393 " guestfs_pvresize (guestfs_h *g,\n"
13394 "                   const char *device);\n"
13395 "\n"
13396 msgstr ""
13397
13398 #. type: textblock
13399 #: ../src/guestfs-actions.pod:5077 ../fish/guestfish-actions.pod:3390
13400 msgid ""
13401 "This resizes (expands or shrinks) an existing LVM physical volume to match "
13402 "the new size of the underlying device."
13403 msgstr ""
13404
13405 #. type: =head2
13406 #: ../src/guestfs-actions.pod:5084
13407 msgid "guestfs_pvresize_size"
13408 msgstr ""
13409
13410 #. type: verbatim
13411 #: ../src/guestfs-actions.pod:5086
13412 #, no-wrap
13413 msgid ""
13414 " int\n"
13415 " guestfs_pvresize_size (guestfs_h *g,\n"
13416 "                        const char *device,\n"
13417 "                        int64_t size);\n"
13418 "\n"
13419 msgstr ""
13420
13421 #. type: textblock
13422 #: ../src/guestfs-actions.pod:5091
13423 msgid ""
13424 "This command is the same as C<guestfs_pvresize> except that it allows you to "
13425 "specify the new size (in bytes) explicitly."
13426 msgstr ""
13427
13428 #. type: =head2
13429 #: ../src/guestfs-actions.pod:5098
13430 msgid "guestfs_pvs"
13431 msgstr ""
13432
13433 #. type: verbatim
13434 #: ../src/guestfs-actions.pod:5100
13435 #, no-wrap
13436 msgid ""
13437 " char **\n"
13438 " guestfs_pvs (guestfs_h *g);\n"
13439 "\n"
13440 msgstr ""
13441
13442 #. type: textblock
13443 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3404
13444 msgid ""
13445 "List all the physical volumes detected.  This is the equivalent of the "
13446 "L<pvs(8)> command."
13447 msgstr ""
13448
13449 #. type: textblock
13450 #: ../src/guestfs-actions.pod:5106 ../fish/guestfish-actions.pod:3407
13451 msgid ""
13452 "This returns a list of just the device names that contain PVs "
13453 "(eg. C</dev/sda2>)."
13454 msgstr ""
13455
13456 #. type: textblock
13457 #: ../src/guestfs-actions.pod:5109
13458 msgid "See also C<guestfs_pvs_full>."
13459 msgstr ""
13460
13461 #. type: =head2
13462 #: ../src/guestfs-actions.pod:5117
13463 msgid "guestfs_pvs_full"
13464 msgstr ""
13465
13466 #. type: verbatim
13467 #: ../src/guestfs-actions.pod:5119
13468 #, no-wrap
13469 msgid ""
13470 " struct guestfs_lvm_pv_list *\n"
13471 " guestfs_pvs_full (guestfs_h *g);\n"
13472 "\n"
13473 msgstr ""
13474
13475 #. type: textblock
13476 #: ../src/guestfs-actions.pod:5122 ../fish/guestfish-actions.pod:3416
13477 msgid ""
13478 "List all the physical volumes detected.  This is the equivalent of the "
13479 "L<pvs(8)> command.  The \"full\" version includes all fields."
13480 msgstr ""
13481
13482 #. type: textblock
13483 #: ../src/guestfs-actions.pod:5125
13484 msgid ""
13485 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
13486 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
13487 "use>."
13488 msgstr ""
13489
13490 #. type: =head2
13491 #: ../src/guestfs-actions.pod:5131
13492 msgid "guestfs_pvuuid"
13493 msgstr ""
13494
13495 #. type: verbatim
13496 #: ../src/guestfs-actions.pod:5133
13497 #, no-wrap
13498 msgid ""
13499 " char *\n"
13500 " guestfs_pvuuid (guestfs_h *g,\n"
13501 "                 const char *device);\n"
13502 "\n"
13503 msgstr ""
13504
13505 #. type: textblock
13506 #: ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3423
13507 msgid "This command returns the UUID of the LVM PV C<device>."
13508 msgstr ""
13509
13510 #. type: =head2
13511 #: ../src/guestfs-actions.pod:5144
13512 msgid "guestfs_pwrite"
13513 msgstr ""
13514
13515 #. type: verbatim
13516 #: ../src/guestfs-actions.pod:5146
13517 #, no-wrap
13518 msgid ""
13519 " int\n"
13520 " guestfs_pwrite (guestfs_h *g,\n"
13521 "                 const char *path,\n"
13522 "                 const char *content,\n"
13523 "                 size_t content_size,\n"
13524 "                 int64_t offset);\n"
13525 "\n"
13526 msgstr ""
13527
13528 #. type: textblock
13529 #: ../src/guestfs-actions.pod:5153 ../fish/guestfish-actions.pod:3429
13530 msgid ""
13531 "This command writes to part of a file.  It writes the data buffer C<content> "
13532 "to the file C<path> starting at offset C<offset>."
13533 msgstr ""
13534
13535 #. type: textblock
13536 #: ../src/guestfs-actions.pod:5156 ../fish/guestfish-actions.pod:3432
13537 msgid ""
13538 "This command implements the L<pwrite(2)> system call, and like that system "
13539 "call it may not write the full data requested.  The return value is the "
13540 "number of bytes that were actually written to the file.  This could even be "
13541 "0, although short writes are unlikely for regular files in ordinary "
13542 "circumstances."
13543 msgstr ""
13544
13545 #. type: textblock
13546 #: ../src/guestfs-actions.pod:5162
13547 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
13548 msgstr ""
13549
13550 #. type: =head2
13551 #: ../src/guestfs-actions.pod:5171
13552 msgid "guestfs_pwrite_device"
13553 msgstr ""
13554
13555 #. type: verbatim
13556 #: ../src/guestfs-actions.pod:5173
13557 #, no-wrap
13558 msgid ""
13559 " int\n"
13560 " guestfs_pwrite_device (guestfs_h *g,\n"
13561 "                        const char *device,\n"
13562 "                        const char *content,\n"
13563 "                        size_t content_size,\n"
13564 "                        int64_t offset);\n"
13565 "\n"
13566 msgstr ""
13567
13568 #. type: textblock
13569 #: ../src/guestfs-actions.pod:5180 ../fish/guestfish-actions.pod:3447
13570 msgid ""
13571 "This command writes to part of a device.  It writes the data buffer "
13572 "C<content> to C<device> starting at offset C<offset>."
13573 msgstr ""
13574
13575 #. type: textblock
13576 #: ../src/guestfs-actions.pod:5183 ../fish/guestfish-actions.pod:3450
13577 msgid ""
13578 "This command implements the L<pwrite(2)> system call, and like that system "
13579 "call it may not write the full data requested (although short writes to disk "
13580 "devices and partitions are probably impossible with standard Linux kernels)."
13581 msgstr ""
13582
13583 #. type: textblock
13584 #: ../src/guestfs-actions.pod:5188
13585 msgid "See also C<guestfs_pwrite>."
13586 msgstr ""
13587
13588 #. type: textblock
13589 #: ../src/guestfs-actions.pod:5195
13590 msgid "(Added in 1.5.20)"
13591 msgstr ""
13592
13593 #. type: =head2
13594 #: ../src/guestfs-actions.pod:5197
13595 msgid "guestfs_read_file"
13596 msgstr ""
13597
13598 #. type: verbatim
13599 #: ../src/guestfs-actions.pod:5199
13600 #, no-wrap
13601 msgid ""
13602 " char *\n"
13603 " guestfs_read_file (guestfs_h *g,\n"
13604 "                    const char *path,\n"
13605 "                    size_t *size_r);\n"
13606 "\n"
13607 msgstr ""
13608
13609 #. type: textblock
13610 #: ../src/guestfs-actions.pod:5204 ../fish/guestfish-actions.pod:3464
13611 msgid "This calls returns the contents of the file C<path> as a buffer."
13612 msgstr ""
13613
13614 #. type: textblock
13615 #: ../src/guestfs-actions.pod:5207
13616 msgid ""
13617 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
13618 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
13619 "function is limited in the total size of file that can be handled."
13620 msgstr ""
13621
13622 #. type: textblock
13623 #: ../src/guestfs-actions.pod:5219
13624 msgid "(Added in 1.0.63)"
13625 msgstr ""
13626
13627 #. type: =head2
13628 #: ../src/guestfs-actions.pod:5221
13629 msgid "guestfs_read_lines"
13630 msgstr ""
13631
13632 #. type: verbatim
13633 #: ../src/guestfs-actions.pod:5223
13634 #, no-wrap
13635 msgid ""
13636 " char **\n"
13637 " guestfs_read_lines (guestfs_h *g,\n"
13638 "                     const char *path);\n"
13639 "\n"
13640 msgstr ""
13641
13642 #. type: textblock
13643 #: ../src/guestfs-actions.pod:5229 ../fish/guestfish-actions.pod:3481
13644 msgid ""
13645 "The file contents are returned as a list of lines.  Trailing C<LF> and "
13646 "C<CRLF> character sequences are I<not> returned."
13647 msgstr ""
13648
13649 #. type: textblock
13650 #: ../src/guestfs-actions.pod:5232
13651 msgid ""
13652 "Note that this function cannot correctly handle binary files (specifically, "
13653 "files containing C<\\0> character which is treated as end of line).  For "
13654 "those you need to use the C<guestfs_read_file> function which has a more "
13655 "complex interface."
13656 msgstr ""
13657
13658 #. type: =head2
13659 #: ../src/guestfs-actions.pod:5243
13660 msgid "guestfs_readdir"
13661 msgstr ""
13662
13663 #. type: verbatim
13664 #: ../src/guestfs-actions.pod:5245
13665 #, no-wrap
13666 msgid ""
13667 " struct guestfs_dirent_list *\n"
13668 " guestfs_readdir (guestfs_h *g,\n"
13669 "                  const char *dir);\n"
13670 "\n"
13671 msgstr ""
13672
13673 #. type: textblock
13674 #: ../src/guestfs-actions.pod:5249 ../fish/guestfish-actions.pod:3493
13675 msgid "This returns the list of directory entries in directory C<dir>."
13676 msgstr ""
13677
13678 #. type: textblock
13679 #: ../src/guestfs-actions.pod:5251 ../fish/guestfish-actions.pod:3495
13680 msgid ""
13681 "All entries in the directory are returned, including C<.> and C<..>.  The "
13682 "entries are I<not> sorted, but returned in the same order as the underlying "
13683 "filesystem."
13684 msgstr ""
13685
13686 #. type: textblock
13687 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
13688 msgid ""
13689 "Also this call returns basic file type information about each file.  The "
13690 "C<ftyp> field will contain one of the following characters:"
13691 msgstr ""
13692
13693 #. type: =item
13694 #: ../src/guestfs-actions.pod:5260 ../fish/guestfish-actions.pod:3504
13695 msgid "'b'"
13696 msgstr ""
13697
13698 #. type: textblock
13699 #: ../src/guestfs-actions.pod:5262 ../fish/guestfish-actions.pod:3506
13700 msgid "Block special"
13701 msgstr ""
13702
13703 #. type: =item
13704 #: ../src/guestfs-actions.pod:5264 ../fish/guestfish-actions.pod:3508
13705 msgid "'c'"
13706 msgstr ""
13707
13708 #. type: textblock
13709 #: ../src/guestfs-actions.pod:5266 ../fish/guestfish-actions.pod:3510
13710 msgid "Char special"
13711 msgstr ""
13712
13713 #. type: =item
13714 #: ../src/guestfs-actions.pod:5268 ../fish/guestfish-actions.pod:3512
13715 msgid "'d'"
13716 msgstr ""
13717
13718 #. type: textblock
13719 #: ../src/guestfs-actions.pod:5270 ../fish/guestfish-actions.pod:3514
13720 msgid "Directory"
13721 msgstr ""
13722
13723 #. type: =item
13724 #: ../src/guestfs-actions.pod:5272 ../fish/guestfish-actions.pod:3516
13725 msgid "'f'"
13726 msgstr ""
13727
13728 #. type: textblock
13729 #: ../src/guestfs-actions.pod:5274 ../fish/guestfish-actions.pod:3518
13730 msgid "FIFO (named pipe)"
13731 msgstr ""
13732
13733 #. type: =item
13734 #: ../src/guestfs-actions.pod:5276 ../fish/guestfish-actions.pod:3520
13735 msgid "'l'"
13736 msgstr ""
13737
13738 #. type: textblock
13739 #: ../src/guestfs-actions.pod:5278 ../fish/guestfish-actions.pod:3522
13740 msgid "Symbolic link"
13741 msgstr ""
13742
13743 #. type: =item
13744 #: ../src/guestfs-actions.pod:5280 ../fish/guestfish-actions.pod:3524
13745 msgid "'r'"
13746 msgstr ""
13747
13748 #. type: textblock
13749 #: ../src/guestfs-actions.pod:5282 ../fish/guestfish-actions.pod:3526
13750 msgid "Regular file"
13751 msgstr ""
13752
13753 #. type: =item
13754 #: ../src/guestfs-actions.pod:5284 ../fish/guestfish-actions.pod:3528
13755 msgid "'s'"
13756 msgstr ""
13757
13758 #. type: textblock
13759 #: ../src/guestfs-actions.pod:5286 ../fish/guestfish-actions.pod:3530
13760 msgid "Socket"
13761 msgstr ""
13762
13763 #. type: =item
13764 #: ../src/guestfs-actions.pod:5288 ../fish/guestfish-actions.pod:3532
13765 msgid "'u'"
13766 msgstr ""
13767
13768 #. type: textblock
13769 #: ../src/guestfs-actions.pod:5290 ../fish/guestfish-actions.pod:3534
13770 msgid "Unknown file type"
13771 msgstr ""
13772
13773 #. type: =item
13774 #: ../src/guestfs-actions.pod:5292 ../fish/guestfish-actions.pod:3536
13775 msgid "'?'"
13776 msgstr ""
13777
13778 #. type: textblock
13779 #: ../src/guestfs-actions.pod:5294 ../fish/guestfish-actions.pod:3538
13780 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
13781 msgstr ""
13782
13783 #. type: textblock
13784 #: ../src/guestfs-actions.pod:5299
13785 msgid ""
13786 "This function is primarily intended for use by programs.  To get a simple "
13787 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
13788 "consumption, use C<guestfs_ll>."
13789 msgstr ""
13790
13791 #. type: textblock
13792 #: ../src/guestfs-actions.pod:5303
13793 msgid ""
13794 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
13795 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
13796 "use>."
13797 msgstr ""
13798
13799 #. type: =head2
13800 #: ../src/guestfs-actions.pod:5309
13801 msgid "guestfs_readlink"
13802 msgstr ""
13803
13804 #. type: verbatim
13805 #: ../src/guestfs-actions.pod:5311
13806 #, no-wrap
13807 msgid ""
13808 " char *\n"
13809 " guestfs_readlink (guestfs_h *g,\n"
13810 "                   const char *path);\n"
13811 "\n"
13812 msgstr ""
13813
13814 #. type: textblock
13815 #: ../src/guestfs-actions.pod:5315 ../fish/guestfish-actions.pod:3551
13816 msgid "This command reads the target of a symbolic link."
13817 msgstr ""
13818
13819 #. type: =head2
13820 #: ../src/guestfs-actions.pod:5322
13821 msgid "guestfs_readlinklist"
13822 msgstr ""
13823
13824 #. type: verbatim
13825 #: ../src/guestfs-actions.pod:5324
13826 #, no-wrap
13827 msgid ""
13828 " char **\n"
13829 " guestfs_readlinklist (guestfs_h *g,\n"
13830 "                       const char *path,\n"
13831 "                       char *const *names);\n"
13832 "\n"
13833 msgstr ""
13834
13835 #. type: textblock
13836 #: ../src/guestfs-actions.pod:5329 ../fish/guestfish-actions.pod:3557
13837 msgid ""
13838 "This call allows you to do a C<readlink> operation on multiple files, where "
13839 "all files are in the directory C<path>.  C<names> is the list of files from "
13840 "this directory."
13841 msgstr ""
13842
13843 #. type: textblock
13844 #: ../src/guestfs-actions.pod:5333 ../fish/guestfish-actions.pod:3561
13845 msgid ""
13846 "On return you get a list of strings, with a one-to-one correspondence to the "
13847 "C<names> list.  Each string is the value of the symbolic link."
13848 msgstr ""
13849
13850 #. type: textblock
13851 #: ../src/guestfs-actions.pod:5337 ../fish/guestfish-actions.pod:3565
13852 msgid ""
13853 "If the C<readlink(2)> operation fails on any name, then the corresponding "
13854 "result string is the empty string C<\"\">.  However the whole operation is "
13855 "completed even if there were C<readlink(2)> errors, and so you can call this "
13856 "function with names where you don't know if they are symbolic links already "
13857 "(albeit slightly less efficient)."
13858 msgstr ""
13859
13860 #. type: textblock
13861 #: ../src/guestfs-actions.pod:5344 ../fish/guestfish-actions.pod:3572
13862 msgid ""
13863 "This call is intended for programs that want to efficiently list a directory "
13864 "contents without making many round-trips.  Very long directory listings "
13865 "might cause the protocol message size to be exceeded, causing this call to "
13866 "fail.  The caller must split up such requests into smaller groups of names."
13867 msgstr ""
13868
13869 #. type: =head2
13870 #: ../src/guestfs-actions.pod:5357
13871 msgid "guestfs_realpath"
13872 msgstr ""
13873
13874 #. type: verbatim
13875 #: ../src/guestfs-actions.pod:5359
13876 #, no-wrap
13877 msgid ""
13878 " char *\n"
13879 " guestfs_realpath (guestfs_h *g,\n"
13880 "                   const char *path);\n"
13881 "\n"
13882 msgstr ""
13883
13884 #. type: textblock
13885 #: ../src/guestfs-actions.pod:5363 ../fish/guestfish-actions.pod:3583
13886 msgid ""
13887 "Return the canonicalized absolute pathname of C<path>.  The returned path "
13888 "has no C<.>, C<..> or symbolic link path elements."
13889 msgstr ""
13890
13891 #. type: =head2
13892 #: ../src/guestfs-actions.pod:5371
13893 msgid "guestfs_removexattr"
13894 msgstr ""
13895
13896 #. type: verbatim
13897 #: ../src/guestfs-actions.pod:5373
13898 #, no-wrap
13899 msgid ""
13900 " int\n"
13901 " guestfs_removexattr (guestfs_h *g,\n"
13902 "                      const char *xattr,\n"
13903 "                      const char *path);\n"
13904 "\n"
13905 msgstr ""
13906
13907 #. type: textblock
13908 #: ../src/guestfs-actions.pod:5378 ../fish/guestfish-actions.pod:3590
13909 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
13910 msgstr ""
13911
13912 #. type: textblock
13913 #: ../src/guestfs-actions.pod:5381
13914 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
13915 msgstr ""
13916
13917 #. type: =head2
13918 #: ../src/guestfs-actions.pod:5387
13919 msgid "guestfs_resize2fs"
13920 msgstr ""
13921
13922 #. type: verbatim
13923 #: ../src/guestfs-actions.pod:5389
13924 #, no-wrap
13925 msgid ""
13926 " int\n"
13927 " guestfs_resize2fs (guestfs_h *g,\n"
13928 "                    const char *device);\n"
13929 "\n"
13930 msgstr ""
13931
13932 #. type: textblock
13933 #: ../src/guestfs-actions.pod:5393 ../fish/guestfish-actions.pod:3599
13934 msgid ""
13935 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
13936 "underlying device."
13937 msgstr ""
13938
13939 #. type: textblock
13940 #: ../src/guestfs-actions.pod:5396
13941 msgid ""
13942 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
13943 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
13944 "sometimes gives an error about this and sometimes not.  In any case, it is "
13945 "always safe to call C<guestfs_e2fsck_f> before calling this function."
13946 msgstr ""
13947
13948 #. type: =head2
13949 #: ../src/guestfs-actions.pod:5406
13950 msgid "guestfs_resize2fs_size"
13951 msgstr ""
13952
13953 #. type: verbatim
13954 #: ../src/guestfs-actions.pod:5408
13955 #, no-wrap
13956 msgid ""
13957 " int\n"
13958 " guestfs_resize2fs_size (guestfs_h *g,\n"
13959 "                         const char *device,\n"
13960 "                         int64_t size);\n"
13961 "\n"
13962 msgstr ""
13963
13964 #. type: textblock
13965 #: ../src/guestfs-actions.pod:5413
13966 msgid ""
13967 "This command is the same as C<guestfs_resize2fs> except that it allows you "
13968 "to specify the new size (in bytes) explicitly."
13969 msgstr ""
13970
13971 #. type: =head2
13972 #: ../src/guestfs-actions.pod:5420
13973 msgid "guestfs_rm"
13974 msgstr ""
13975
13976 #. type: verbatim
13977 #: ../src/guestfs-actions.pod:5422
13978 #, no-wrap
13979 msgid ""
13980 " int\n"
13981 " guestfs_rm (guestfs_h *g,\n"
13982 "             const char *path);\n"
13983 "\n"
13984 msgstr ""
13985
13986 #. type: textblock
13987 #: ../src/guestfs-actions.pod:5426 ../fish/guestfish-actions.pod:3619
13988 msgid "Remove the single file C<path>."
13989 msgstr ""
13990
13991 #. type: =head2
13992 #: ../src/guestfs-actions.pod:5432
13993 msgid "guestfs_rm_rf"
13994 msgstr ""
13995
13996 #. type: verbatim
13997 #: ../src/guestfs-actions.pod:5434
13998 #, no-wrap
13999 msgid ""
14000 " int\n"
14001 " guestfs_rm_rf (guestfs_h *g,\n"
14002 "                const char *path);\n"
14003 "\n"
14004 msgstr ""
14005
14006 #. type: textblock
14007 #: ../src/guestfs-actions.pod:5438 ../fish/guestfish-actions.pod:3625
14008 msgid ""
14009 "Remove the file or directory C<path>, recursively removing the contents if "
14010 "its a directory.  This is like the C<rm -rf> shell command."
14011 msgstr ""
14012
14013 #. type: =head2
14014 #: ../src/guestfs-actions.pod:5446
14015 msgid "guestfs_rmdir"
14016 msgstr ""
14017
14018 #. type: verbatim
14019 #: ../src/guestfs-actions.pod:5448
14020 #, no-wrap
14021 msgid ""
14022 " int\n"
14023 " guestfs_rmdir (guestfs_h *g,\n"
14024 "                const char *path);\n"
14025 "\n"
14026 msgstr ""
14027
14028 #. type: textblock
14029 #: ../src/guestfs-actions.pod:5452 ../fish/guestfish-actions.pod:3633
14030 msgid "Remove the single directory C<path>."
14031 msgstr ""
14032
14033 #. type: =head2
14034 #: ../src/guestfs-actions.pod:5458
14035 msgid "guestfs_rmmountpoint"
14036 msgstr ""
14037
14038 #. type: verbatim
14039 #: ../src/guestfs-actions.pod:5460
14040 #, no-wrap
14041 msgid ""
14042 " int\n"
14043 " guestfs_rmmountpoint (guestfs_h *g,\n"
14044 "                       const char *exemptpath);\n"
14045 "\n"
14046 msgstr ""
14047
14048 #. type: textblock
14049 #: ../src/guestfs-actions.pod:5464
14050 msgid ""
14051 "This calls removes a mountpoint that was previously created with "
14052 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14053 msgstr ""
14054
14055 #. type: =head2
14056 #: ../src/guestfs-actions.pod:5472
14057 msgid "guestfs_scrub_device"
14058 msgstr ""
14059
14060 #. type: verbatim
14061 #: ../src/guestfs-actions.pod:5474
14062 #, no-wrap
14063 msgid ""
14064 " int\n"
14065 " guestfs_scrub_device (guestfs_h *g,\n"
14066 "                       const char *device);\n"
14067 "\n"
14068 msgstr ""
14069
14070 #. type: textblock
14071 #: ../src/guestfs-actions.pod:5478 ../fish/guestfish-actions.pod:3647
14072 msgid ""
14073 "This command writes patterns over C<device> to make data retrieval more "
14074 "difficult."
14075 msgstr ""
14076
14077 #. type: textblock
14078 #: ../src/guestfs-actions.pod:5481 ../src/guestfs-actions.pod:5502 ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3650 ../fish/guestfish-actions.pod:3665 ../fish/guestfish-actions.pod:3678
14079 msgid ""
14080 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14081 "more details."
14082 msgstr ""
14083
14084 #. type: textblock
14085 #: ../src/guestfs-actions.pod:5489 ../src/guestfs-actions.pod:5507 ../src/guestfs-actions.pod:5526
14086 msgid "(Added in 1.0.52)"
14087 msgstr ""
14088
14089 #. type: =head2
14090 #: ../src/guestfs-actions.pod:5491
14091 msgid "guestfs_scrub_file"
14092 msgstr ""
14093
14094 #. type: verbatim
14095 #: ../src/guestfs-actions.pod:5493
14096 #, no-wrap
14097 msgid ""
14098 " int\n"
14099 " guestfs_scrub_file (guestfs_h *g,\n"
14100 "                     const char *file);\n"
14101 "\n"
14102 msgstr ""
14103
14104 #. type: textblock
14105 #: ../src/guestfs-actions.pod:5497 ../fish/guestfish-actions.pod:3660
14106 msgid ""
14107 "This command writes patterns over a file to make data retrieval more "
14108 "difficult."
14109 msgstr ""
14110
14111 #. type: textblock
14112 #: ../src/guestfs-actions.pod:5500 ../fish/guestfish-actions.pod:3663
14113 msgid "The file is I<removed> after scrubbing."
14114 msgstr ""
14115
14116 #. type: =head2
14117 #: ../src/guestfs-actions.pod:5509
14118 msgid "guestfs_scrub_freespace"
14119 msgstr ""
14120
14121 #. type: verbatim
14122 #: ../src/guestfs-actions.pod:5511
14123 #, no-wrap
14124 msgid ""
14125 " int\n"
14126 " guestfs_scrub_freespace (guestfs_h *g,\n"
14127 "                          const char *dir);\n"
14128 "\n"
14129 msgstr ""
14130
14131 #. type: textblock
14132 #: ../src/guestfs-actions.pod:5515
14133 msgid ""
14134 "This command creates the directory C<dir> and then fills it with files until "
14135 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14136 "and deletes them.  The intention is to scrub any free space on the partition "
14137 "containing C<dir>."
14138 msgstr ""
14139
14140 #. type: =head2
14141 #: ../src/guestfs-actions.pod:5528
14142 msgid "guestfs_set_append"
14143 msgstr ""
14144
14145 #. type: verbatim
14146 #: ../src/guestfs-actions.pod:5530
14147 #, no-wrap
14148 msgid ""
14149 " int\n"
14150 " guestfs_set_append (guestfs_h *g,\n"
14151 "                     const char *append);\n"
14152 "\n"
14153 msgstr ""
14154
14155 #. type: textblock
14156 #: ../src/guestfs-actions.pod:5534 ../fish/guestfish-actions.pod:3687
14157 msgid ""
14158 "This function is used to add additional options to the guest kernel command "
14159 "line."
14160 msgstr ""
14161
14162 #. type: textblock
14163 #: ../src/guestfs-actions.pod:5537 ../fish/guestfish-actions.pod:3690
14164 msgid ""
14165 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14166 "environment variable."
14167 msgstr ""
14168
14169 #. type: textblock
14170 #: ../src/guestfs-actions.pod:5540 ../fish/guestfish-actions.pod:3693
14171 msgid ""
14172 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14173 "(libguestfs always adds a few of its own)."
14174 msgstr ""
14175
14176 #. type: =head2
14177 #: ../src/guestfs-actions.pod:5547
14178 msgid "guestfs_set_autosync"
14179 msgstr ""
14180
14181 #. type: verbatim
14182 #: ../src/guestfs-actions.pod:5549
14183 #, no-wrap
14184 msgid ""
14185 " int\n"
14186 " guestfs_set_autosync (guestfs_h *g,\n"
14187 "                       int autosync);\n"
14188 "\n"
14189 msgstr ""
14190
14191 #. type: textblock
14192 #: ../src/guestfs-actions.pod:5553
14193 msgid ""
14194 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
14195 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
14196 "the handle is closed (also if the program exits without closing handles)."
14197 msgstr ""
14198
14199 #. type: textblock
14200 #: ../src/guestfs-actions.pod:5558 ../fish/guestfish-actions.pod:3707
14201 msgid ""
14202 "This is enabled by default (since libguestfs 1.5.24, previously it was "
14203 "disabled by default)."
14204 msgstr ""
14205
14206 #. type: =head2
14207 #: ../src/guestfs-actions.pod:5565
14208 msgid "guestfs_set_direct"
14209 msgstr ""
14210
14211 #. type: verbatim
14212 #: ../src/guestfs-actions.pod:5567
14213 #, no-wrap
14214 msgid ""
14215 " int\n"
14216 " guestfs_set_direct (guestfs_h *g,\n"
14217 "                     int direct);\n"
14218 "\n"
14219 msgstr ""
14220
14221 #. type: textblock
14222 #: ../src/guestfs-actions.pod:5571 ../fish/guestfish-actions.pod:3716
14223 msgid ""
14224 "If the direct appliance mode flag is enabled, then stdin and stdout are "
14225 "passed directly through to the appliance once it is launched."
14226 msgstr ""
14227
14228 #. type: textblock
14229 #: ../src/guestfs-actions.pod:5575
14230 msgid ""
14231 "One consequence of this is that log messages aren't caught by the library "
14232 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
14233 "stdout."
14234 msgstr ""
14235
14236 #. type: textblock
14237 #: ../src/guestfs-actions.pod:5579 ../fish/guestfish-actions.pod:3724
14238 msgid "You probably don't want to use this unless you know what you are doing."
14239 msgstr ""
14240
14241 #. type: textblock
14242 #: ../src/guestfs-actions.pod:5582 ../fish/guestfish-actions.pod:3727
14243 msgid "The default is disabled."
14244 msgstr ""
14245
14246 #. type: =head2
14247 #: ../src/guestfs-actions.pod:5588
14248 msgid "guestfs_set_e2label"
14249 msgstr ""
14250
14251 #. type: verbatim
14252 #: ../src/guestfs-actions.pod:5590
14253 #, no-wrap
14254 msgid ""
14255 " int\n"
14256 " guestfs_set_e2label (guestfs_h *g,\n"
14257 "                      const char *device,\n"
14258 "                      const char *label);\n"
14259 "\n"
14260 msgstr ""
14261
14262 #. type: textblock
14263 #: ../src/guestfs-actions.pod:5595 ../fish/guestfish-actions.pod:3733
14264 msgid ""
14265 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
14266 "C<label>.  Filesystem labels are limited to 16 characters."
14267 msgstr ""
14268
14269 #. type: textblock
14270 #: ../src/guestfs-actions.pod:5599
14271 msgid ""
14272 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
14273 "the existing label on a filesystem."
14274 msgstr ""
14275
14276 #. type: =head2
14277 #: ../src/guestfs-actions.pod:5606
14278 msgid "guestfs_set_e2uuid"
14279 msgstr ""
14280
14281 #. type: verbatim
14282 #: ../src/guestfs-actions.pod:5608
14283 #, no-wrap
14284 msgid ""
14285 " int\n"
14286 " guestfs_set_e2uuid (guestfs_h *g,\n"
14287 "                     const char *device,\n"
14288 "                     const char *uuid);\n"
14289 "\n"
14290 msgstr ""
14291
14292 #. type: textblock
14293 #: ../src/guestfs-actions.pod:5613 ../fish/guestfish-actions.pod:3744
14294 msgid ""
14295 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
14296 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
14297 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
14298 msgstr ""
14299
14300 #. type: textblock
14301 #: ../src/guestfs-actions.pod:5618
14302 msgid ""
14303 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
14304 "the existing UUID of a filesystem."
14305 msgstr ""
14306
14307 #. type: =head2
14308 #: ../src/guestfs-actions.pod:5625
14309 msgid "guestfs_set_memsize"
14310 msgstr ""
14311
14312 #. type: verbatim
14313 #: ../src/guestfs-actions.pod:5627
14314 #, no-wrap
14315 msgid ""
14316 " int\n"
14317 " guestfs_set_memsize (guestfs_h *g,\n"
14318 "                      int memsize);\n"
14319 "\n"
14320 msgstr ""
14321
14322 #. type: textblock
14323 #: ../src/guestfs-actions.pod:5631
14324 msgid ""
14325 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
14326 "This only has any effect if called before C<guestfs_launch>."
14327 msgstr ""
14328
14329 #. type: textblock
14330 #: ../src/guestfs-actions.pod:5635 ../fish/guestfish-actions.pod:3762
14331 msgid ""
14332 "You can also change this by setting the environment variable "
14333 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
14334 msgstr ""
14335
14336 #. type: =head2
14337 #: ../src/guestfs-actions.pod:5646
14338 msgid "guestfs_set_network"
14339 msgstr ""
14340
14341 #. type: verbatim
14342 #: ../src/guestfs-actions.pod:5648
14343 #, no-wrap
14344 msgid ""
14345 " int\n"
14346 " guestfs_set_network (guestfs_h *g,\n"
14347 "                      int network);\n"
14348 "\n"
14349 msgstr ""
14350
14351 #. type: textblock
14352 #: ../src/guestfs-actions.pod:5652 ../fish/guestfish-actions.pod:3775
14353 msgid ""
14354 "If C<network> is true, then the network is enabled in the libguestfs "
14355 "appliance.  The default is false."
14356 msgstr ""
14357
14358 #. type: textblock
14359 #: ../src/guestfs-actions.pod:5655 ../fish/guestfish-actions.pod:3778
14360 msgid ""
14361 "This affects whether commands are able to access the network (see "
14362 "L<guestfs(3)/RUNNING COMMANDS>)."
14363 msgstr ""
14364
14365 #. type: textblock
14366 #: ../src/guestfs-actions.pod:5658
14367 msgid ""
14368 "You must call this before calling C<guestfs_launch>, otherwise it has no "
14369 "effect."
14370 msgstr ""
14371
14372 #. type: =head2
14373 #: ../src/guestfs-actions.pod:5665
14374 msgid "guestfs_set_path"
14375 msgstr ""
14376
14377 #. type: verbatim
14378 #: ../src/guestfs-actions.pod:5667
14379 #, no-wrap
14380 msgid ""
14381 " int\n"
14382 " guestfs_set_path (guestfs_h *g,\n"
14383 "                   const char *searchpath);\n"
14384 "\n"
14385 msgstr ""
14386
14387 #. type: textblock
14388 #: ../src/guestfs-actions.pod:5671 ../fish/guestfish-actions.pod:3790
14389 msgid "Set the path that libguestfs searches for kernel and initrd.img."
14390 msgstr ""
14391
14392 #. type: textblock
14393 #: ../src/guestfs-actions.pod:5673 ../fish/guestfish-actions.pod:3792
14394 msgid ""
14395 "The default is C<$libdir/guestfs> unless overridden by setting "
14396 "C<LIBGUESTFS_PATH> environment variable."
14397 msgstr ""
14398
14399 #. type: textblock
14400 #: ../src/guestfs-actions.pod:5676 ../fish/guestfish-actions.pod:3795
14401 msgid "Setting C<path> to C<NULL> restores the default path."
14402 msgstr ""
14403
14404 #. type: =head2
14405 #: ../src/guestfs-actions.pod:5682
14406 msgid "guestfs_set_qemu"
14407 msgstr ""
14408
14409 #. type: verbatim
14410 #: ../src/guestfs-actions.pod:5684
14411 #, no-wrap
14412 msgid ""
14413 " int\n"
14414 " guestfs_set_qemu (guestfs_h *g,\n"
14415 "                   const char *qemu);\n"
14416 "\n"
14417 msgstr ""
14418
14419 #. type: textblock
14420 #: ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3803
14421 msgid "Set the qemu binary that we will use."
14422 msgstr ""
14423
14424 #. type: textblock
14425 #: ../src/guestfs-actions.pod:5690 ../fish/guestfish-actions.pod:3805
14426 msgid "The default is chosen when the library was compiled by the configure script."
14427 msgstr ""
14428
14429 #. type: textblock
14430 #: ../src/guestfs-actions.pod:5693 ../fish/guestfish-actions.pod:3808
14431 msgid ""
14432 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
14433 "variable."
14434 msgstr ""
14435
14436 #. type: textblock
14437 #: ../src/guestfs-actions.pod:5696 ../fish/guestfish-actions.pod:3811
14438 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
14439 msgstr ""
14440
14441 #. type: textblock
14442 #: ../src/guestfs-actions.pod:5698 ../fish/guestfish-actions.pod:3813
14443 msgid ""
14444 "Note that you should call this function as early as possible after creating "
14445 "the handle.  This is because some pre-launch operations depend on testing "
14446 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
14447 "don't retest features, and so you might see inconsistent results.  Using the "
14448 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
14449 "the qemu binary at the same time as the handle is created."
14450 msgstr ""
14451
14452 #. type: =head2
14453 #: ../src/guestfs-actions.pod:5710
14454 msgid "guestfs_set_recovery_proc"
14455 msgstr ""
14456
14457 #. type: verbatim
14458 #: ../src/guestfs-actions.pod:5712
14459 #, no-wrap
14460 msgid ""
14461 " int\n"
14462 " guestfs_set_recovery_proc (guestfs_h *g,\n"
14463 "                            int recoveryproc);\n"
14464 "\n"
14465 msgstr ""
14466
14467 #. type: textblock
14468 #: ../src/guestfs-actions.pod:5716
14469 msgid ""
14470 "If this is called with the parameter C<false> then C<guestfs_launch> does "
14471 "not create a recovery process.  The purpose of the recovery process is to "
14472 "stop runaway qemu processes in the case where the main program aborts "
14473 "abruptly."
14474 msgstr ""
14475
14476 #. type: textblock
14477 #: ../src/guestfs-actions.pod:5721
14478 msgid ""
14479 "This only has any effect if called before C<guestfs_launch>, and the default "
14480 "is true."
14481 msgstr ""
14482
14483 #. type: textblock
14484 #: ../src/guestfs-actions.pod:5724 ../fish/guestfish-actions.pod:3835
14485 msgid ""
14486 "About the only time when you would want to disable this is if the main "
14487 "process will fork itself into the background (\"daemonize\" itself).  In "
14488 "this case the recovery process thinks that the main program has disappeared "
14489 "and so kills qemu, which is not very helpful."
14490 msgstr ""
14491
14492 #. type: =head2
14493 #: ../src/guestfs-actions.pod:5734
14494 msgid "guestfs_set_selinux"
14495 msgstr ""
14496
14497 #. type: verbatim
14498 #: ../src/guestfs-actions.pod:5736
14499 #, no-wrap
14500 msgid ""
14501 " int\n"
14502 " guestfs_set_selinux (guestfs_h *g,\n"
14503 "                      int selinux);\n"
14504 "\n"
14505 msgstr ""
14506
14507 #. type: textblock
14508 #: ../src/guestfs-actions.pod:5740 ../fish/guestfish-actions.pod:3847
14509 msgid ""
14510 "This sets the selinux flag that is passed to the appliance at boot time.  "
14511 "The default is C<selinux=0> (disabled)."
14512 msgstr ""
14513
14514 #. type: textblock
14515 #: ../src/guestfs-actions.pod:5743 ../fish/guestfish-actions.pod:3850
14516 msgid ""
14517 "Note that if SELinux is enabled, it is always in Permissive mode "
14518 "(C<enforcing=0>)."
14519 msgstr ""
14520
14521 #. type: =head2
14522 #: ../src/guestfs-actions.pod:5753
14523 msgid "guestfs_set_trace"
14524 msgstr ""
14525
14526 #. type: verbatim
14527 #: ../src/guestfs-actions.pod:5755
14528 #, no-wrap
14529 msgid ""
14530 " int\n"
14531 " guestfs_set_trace (guestfs_h *g,\n"
14532 "                    int trace);\n"
14533 "\n"
14534 msgstr ""
14535
14536 #. type: textblock
14537 #: ../src/guestfs-actions.pod:5759 ../fish/guestfish-actions.pod:3862
14538 msgid ""
14539 "If the command trace flag is set to 1, then commands are printed on stderr "
14540 "before they are executed in a format which is very similar to the one used "
14541 "by guestfish.  In other words, you can run a program with this enabled, and "
14542 "you will get out a script which you can feed to guestfish to perform the "
14543 "same set of actions."
14544 msgstr ""
14545
14546 #. type: textblock
14547 #: ../src/guestfs-actions.pod:5766 ../fish/guestfish-actions.pod:3869
14548 msgid ""
14549 "If you want to trace C API calls into libguestfs (and other libraries) then "
14550 "possibly a better way is to use the external ltrace(1) command."
14551 msgstr ""
14552
14553 #. type: textblock
14554 #: ../src/guestfs-actions.pod:5770 ../fish/guestfish-actions.pod:3873
14555 msgid ""
14556 "Command traces are disabled unless the environment variable "
14557 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
14558 msgstr ""
14559
14560 #. type: =head2
14561 #: ../src/guestfs-actions.pod:5777
14562 msgid "guestfs_set_verbose"
14563 msgstr ""
14564
14565 #. type: verbatim
14566 #: ../src/guestfs-actions.pod:5779
14567 #, no-wrap
14568 msgid ""
14569 " int\n"
14570 " guestfs_set_verbose (guestfs_h *g,\n"
14571 "                      int verbose);\n"
14572 "\n"
14573 msgstr ""
14574
14575 #. type: textblock
14576 #: ../src/guestfs-actions.pod:5783 ../fish/guestfish-actions.pod:3882
14577 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
14578 msgstr ""
14579
14580 #. type: textblock
14581 #: ../src/guestfs-actions.pod:5785 ../fish/guestfish-actions.pod:3884
14582 msgid ""
14583 "Verbose messages are disabled unless the environment variable "
14584 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
14585 msgstr ""
14586
14587 #. type: =head2
14588 #: ../src/guestfs-actions.pod:5792
14589 msgid "guestfs_setcon"
14590 msgstr ""
14591
14592 #. type: verbatim
14593 #: ../src/guestfs-actions.pod:5794
14594 #, no-wrap
14595 msgid ""
14596 " int\n"
14597 " guestfs_setcon (guestfs_h *g,\n"
14598 "                 const char *context);\n"
14599 "\n"
14600 msgstr ""
14601
14602 #. type: textblock
14603 #: ../src/guestfs-actions.pod:5798 ../fish/guestfish-actions.pod:3891
14604 msgid ""
14605 "This sets the SELinux security context of the daemon to the string "
14606 "C<context>."
14607 msgstr ""
14608
14609 #. type: textblock
14610 #: ../src/guestfs-actions.pod:5801 ../fish/guestfish-actions.pod:3894
14611 msgid "See the documentation about SELINUX in L<guestfs(3)>."
14612 msgstr ""
14613
14614 #. type: =head2
14615 #: ../src/guestfs-actions.pod:5807
14616 msgid "guestfs_setxattr"
14617 msgstr ""
14618
14619 #. type: verbatim
14620 #: ../src/guestfs-actions.pod:5809
14621 #, no-wrap
14622 msgid ""
14623 " int\n"
14624 " guestfs_setxattr (guestfs_h *g,\n"
14625 "                   const char *xattr,\n"
14626 "                   const char *val,\n"
14627 "                   int vallen,\n"
14628 "                   const char *path);\n"
14629 "\n"
14630 msgstr ""
14631
14632 #. type: textblock
14633 #: ../src/guestfs-actions.pod:5816 ../fish/guestfish-actions.pod:3900
14634 msgid ""
14635 "This call sets the extended attribute named C<xattr> of the file C<path> to "
14636 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
14637 msgstr ""
14638
14639 #. type: textblock
14640 #: ../src/guestfs-actions.pod:5820
14641 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
14642 msgstr ""
14643
14644 #. type: =head2
14645 #: ../src/guestfs-actions.pod:5826
14646 msgid "guestfs_sfdisk"
14647 msgstr ""
14648
14649 #. type: verbatim
14650 #: ../src/guestfs-actions.pod:5828
14651 #, no-wrap
14652 msgid ""
14653 " int\n"
14654 " guestfs_sfdisk (guestfs_h *g,\n"
14655 "                 const char *device,\n"
14656 "                 int cyls,\n"
14657 "                 int heads,\n"
14658 "                 int sectors,\n"
14659 "                 char *const *lines);\n"
14660 "\n"
14661 msgstr ""
14662
14663 #. type: textblock
14664 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3910
14665 msgid ""
14666 "This is a direct interface to the L<sfdisk(8)> program for creating "
14667 "partitions on block devices."
14668 msgstr ""
14669
14670 #. type: textblock
14671 #: ../src/guestfs-actions.pod:5839 ../fish/guestfish-actions.pod:3913
14672 msgid "C<device> should be a block device, for example C</dev/sda>."
14673 msgstr ""
14674
14675 #. type: textblock
14676 #: ../src/guestfs-actions.pod:5841 ../fish/guestfish-actions.pod:3915
14677 msgid ""
14678 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
14679 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
14680 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
14681 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
14682 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
14683 "the kernel) cannot work out the right geometry and you will need to tell it."
14684 msgstr ""
14685
14686 #. type: textblock
14687 #: ../src/guestfs-actions.pod:5849 ../fish/guestfish-actions.pod:3923
14688 msgid ""
14689 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
14690 "refer to the L<sfdisk(8)> manpage."
14691 msgstr ""
14692
14693 #. type: textblock
14694 #: ../src/guestfs-actions.pod:5852 ../fish/guestfish-actions.pod:3926
14695 msgid ""
14696 "To create a single partition occupying the whole disk, you would pass "
14697 "C<lines> as a single element list, when the single element being the string "
14698 "C<,> (comma)."
14699 msgstr ""
14700
14701 #. type: textblock
14702 #: ../src/guestfs-actions.pod:5856
14703 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
14704 msgstr ""
14705
14706 #. type: =head2
14707 #: ../src/guestfs-actions.pod:5866
14708 msgid "guestfs_sfdiskM"
14709 msgstr ""
14710
14711 #. type: verbatim
14712 #: ../src/guestfs-actions.pod:5868
14713 #, no-wrap
14714 msgid ""
14715 " int\n"
14716 " guestfs_sfdiskM (guestfs_h *g,\n"
14717 "                  const char *device,\n"
14718 "                  char *const *lines);\n"
14719 "\n"
14720 msgstr ""
14721
14722 #. type: textblock
14723 #: ../src/guestfs-actions.pod:5873
14724 msgid ""
14725 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
14726 "partition sizes are specified in megabytes only (rounded to the nearest "
14727 "cylinder) and you don't need to specify the cyls, heads and sectors "
14728 "parameters which were rarely if ever used anyway."
14729 msgstr ""
14730
14731 #. type: textblock
14732 #: ../src/guestfs-actions.pod:5879
14733 msgid ""
14734 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
14735 "C<guestfs_part_disk>"
14736 msgstr ""
14737
14738 #. type: =head2
14739 #: ../src/guestfs-actions.pod:5889
14740 msgid "guestfs_sfdisk_N"
14741 msgstr ""
14742
14743 #. type: verbatim
14744 #: ../src/guestfs-actions.pod:5891
14745 #, no-wrap
14746 msgid ""
14747 " int\n"
14748 " guestfs_sfdisk_N (guestfs_h *g,\n"
14749 "                   const char *device,\n"
14750 "                   int partnum,\n"
14751 "                   int cyls,\n"
14752 "                   int heads,\n"
14753 "                   int sectors,\n"
14754 "                   const char *line);\n"
14755 "\n"
14756 msgstr ""
14757
14758 #. type: textblock
14759 #: ../src/guestfs-actions.pod:5900 ../fish/guestfish-actions.pod:3956
14760 msgid ""
14761 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
14762 "(note: C<n> counts from 1)."
14763 msgstr ""
14764
14765 #. type: textblock
14766 #: ../src/guestfs-actions.pod:5903
14767 msgid ""
14768 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
14769 "for the cyls/heads/sectors parameters."
14770 msgstr ""
14771
14772 #. type: textblock
14773 #: ../src/guestfs-actions.pod:5906
14774 msgid "See also: C<guestfs_part_add>"
14775 msgstr ""
14776
14777 #. type: =head2
14778 #: ../src/guestfs-actions.pod:5915
14779 msgid "guestfs_sfdisk_disk_geometry"
14780 msgstr ""
14781
14782 #. type: verbatim
14783 #: ../src/guestfs-actions.pod:5917
14784 #, no-wrap
14785 msgid ""
14786 " char *\n"
14787 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
14788 "                               const char *device);\n"
14789 "\n"
14790 msgstr ""
14791
14792 #. type: textblock
14793 #: ../src/guestfs-actions.pod:5921
14794 msgid ""
14795 "This displays the disk geometry of C<device> read from the partition table.  "
14796 "Especially in the case where the underlying block device has been resized, "
14797 "this can be different from the kernel's idea of the geometry (see "
14798 "C<guestfs_sfdisk_kernel_geometry>)."
14799 msgstr ""
14800
14801 #. type: textblock
14802 #: ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:5942 ../fish/guestfish-actions.pod:3976 ../fish/guestfish-actions.pod:3985
14803 msgid "The result is in human-readable format, and not designed to be parsed."
14804 msgstr ""
14805
14806 #. type: =head2
14807 #: ../src/guestfs-actions.pod:5934
14808 msgid "guestfs_sfdisk_kernel_geometry"
14809 msgstr ""
14810
14811 #. type: verbatim
14812 #: ../src/guestfs-actions.pod:5936
14813 #, no-wrap
14814 msgid ""
14815 " char *\n"
14816 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
14817 "                                 const char *device);\n"
14818 "\n"
14819 msgstr ""
14820
14821 #. type: textblock
14822 #: ../src/guestfs-actions.pod:5940 ../fish/guestfish-actions.pod:3983
14823 msgid "This displays the kernel's idea of the geometry of C<device>."
14824 msgstr ""
14825
14826 #. type: =head2
14827 #: ../src/guestfs-actions.pod:5950
14828 msgid "guestfs_sfdisk_l"
14829 msgstr ""
14830
14831 #. type: verbatim
14832 #: ../src/guestfs-actions.pod:5952
14833 #, no-wrap
14834 msgid ""
14835 " char *\n"
14836 " guestfs_sfdisk_l (guestfs_h *g,\n"
14837 "                   const char *device);\n"
14838 "\n"
14839 msgstr ""
14840
14841 #. type: textblock
14842 #: ../src/guestfs-actions.pod:5956 ../fish/guestfish-actions.pod:3992
14843 msgid ""
14844 "This displays the partition table on C<device>, in the human-readable output "
14845 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
14846 msgstr ""
14847
14848 #. type: textblock
14849 #: ../src/guestfs-actions.pod:5960
14850 msgid "See also: C<guestfs_part_list>"
14851 msgstr ""
14852
14853 #. type: =head2
14854 #: ../src/guestfs-actions.pod:5967
14855 msgid "guestfs_sh"
14856 msgstr ""
14857
14858 #. type: verbatim
14859 #: ../src/guestfs-actions.pod:5969
14860 #, no-wrap
14861 msgid ""
14862 " char *\n"
14863 " guestfs_sh (guestfs_h *g,\n"
14864 "             const char *command);\n"
14865 "\n"
14866 msgstr ""
14867
14868 #. type: textblock
14869 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:4002
14870 msgid ""
14871 "This call runs a command from the guest filesystem via the guest's "
14872 "C</bin/sh>."
14873 msgstr ""
14874
14875 #. type: textblock
14876 #: ../src/guestfs-actions.pod:5976
14877 msgid "This is like C<guestfs_command>, but passes the command to:"
14878 msgstr ""
14879
14880 #. type: verbatim
14881 #: ../src/guestfs-actions.pod:5978 ../fish/guestfish-actions.pod:4007
14882 #, no-wrap
14883 msgid ""
14884 " /bin/sh -c \"command\"\n"
14885 "\n"
14886 msgstr ""
14887
14888 #. type: textblock
14889 #: ../src/guestfs-actions.pod:5980 ../fish/guestfish-actions.pod:4009
14890 msgid ""
14891 "Depending on the guest's shell, this usually results in wildcards being "
14892 "expanded, shell expressions being interpolated and so on."
14893 msgstr ""
14894
14895 #. type: textblock
14896 #: ../src/guestfs-actions.pod:5984
14897 msgid "All the provisos about C<guestfs_command> apply to this call."
14898 msgstr ""
14899
14900 #. type: =head2
14901 #: ../src/guestfs-actions.pod:5991
14902 msgid "guestfs_sh_lines"
14903 msgstr ""
14904
14905 #. type: verbatim
14906 #: ../src/guestfs-actions.pod:5993
14907 #, no-wrap
14908 msgid ""
14909 " char **\n"
14910 " guestfs_sh_lines (guestfs_h *g,\n"
14911 "                   const char *command);\n"
14912 "\n"
14913 msgstr ""
14914
14915 #. type: textblock
14916 #: ../src/guestfs-actions.pod:5997
14917 msgid ""
14918 "This is the same as C<guestfs_sh>, but splits the result into a list of "
14919 "lines."
14920 msgstr ""
14921
14922 #. type: textblock
14923 #: ../src/guestfs-actions.pod:6000
14924 msgid "See also: C<guestfs_command_lines>"
14925 msgstr ""
14926
14927 #. type: =head2
14928 #: ../src/guestfs-actions.pod:6008
14929 msgid "guestfs_sleep"
14930 msgstr ""
14931
14932 #. type: verbatim
14933 #: ../src/guestfs-actions.pod:6010
14934 #, no-wrap
14935 msgid ""
14936 " int\n"
14937 " guestfs_sleep (guestfs_h *g,\n"
14938 "                int secs);\n"
14939 "\n"
14940 msgstr ""
14941
14942 #. type: textblock
14943 #: ../src/guestfs-actions.pod:6014 ../fish/guestfish-actions.pod:4028
14944 msgid "Sleep for C<secs> seconds."
14945 msgstr ""
14946
14947 #. type: textblock
14948 #: ../src/guestfs-actions.pod:6018
14949 msgid "(Added in 1.0.41)"
14950 msgstr ""
14951
14952 #. type: =head2
14953 #: ../src/guestfs-actions.pod:6020 ../src/guestfs-structs.pod:109
14954 msgid "guestfs_stat"
14955 msgstr ""
14956
14957 #. type: verbatim
14958 #: ../src/guestfs-actions.pod:6022
14959 #, no-wrap
14960 msgid ""
14961 " struct guestfs_stat *\n"
14962 " guestfs_stat (guestfs_h *g,\n"
14963 "               const char *path);\n"
14964 "\n"
14965 msgstr ""
14966
14967 #. type: textblock
14968 #: ../src/guestfs-actions.pod:6028 ../fish/guestfish-actions.pod:4036
14969 msgid "This is the same as the C<stat(2)> system call."
14970 msgstr ""
14971
14972 #. type: =head2
14973 #: ../src/guestfs-actions.pod:6036 ../src/guestfs-structs.pod:135
14974 msgid "guestfs_statvfs"
14975 msgstr ""
14976
14977 #. type: verbatim
14978 #: ../src/guestfs-actions.pod:6038
14979 #, no-wrap
14980 msgid ""
14981 " struct guestfs_statvfs *\n"
14982 " guestfs_statvfs (guestfs_h *g,\n"
14983 "                  const char *path);\n"
14984 "\n"
14985 msgstr ""
14986
14987 #. type: textblock
14988 #: ../src/guestfs-actions.pod:6042 ../fish/guestfish-actions.pod:4042
14989 msgid ""
14990 "Returns file system statistics for any mounted file system.  C<path> should "
14991 "be a file or directory in the mounted file system (typically it is the mount "
14992 "point itself, but it doesn't need to be)."
14993 msgstr ""
14994
14995 #. type: textblock
14996 #: ../src/guestfs-actions.pod:6046 ../fish/guestfish-actions.pod:4046
14997 msgid "This is the same as the C<statvfs(2)> system call."
14998 msgstr ""
14999
15000 #. type: textblock
15001 #: ../src/guestfs-actions.pod:6048
15002 msgid ""
15003 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
15004 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
15005 msgstr ""
15006
15007 #. type: =head2
15008 #: ../src/guestfs-actions.pod:6054
15009 msgid "guestfs_strings"
15010 msgstr ""
15011
15012 #. type: verbatim
15013 #: ../src/guestfs-actions.pod:6056
15014 #, no-wrap
15015 msgid ""
15016 " char **\n"
15017 " guestfs_strings (guestfs_h *g,\n"
15018 "                  const char *path);\n"
15019 "\n"
15020 msgstr ""
15021
15022 #. type: textblock
15023 #: ../src/guestfs-actions.pod:6060 ../fish/guestfish-actions.pod:4052
15024 msgid ""
15025 "This runs the L<strings(1)> command on a file and returns the list of "
15026 "printable strings found."
15027 msgstr ""
15028
15029 #. type: =head2
15030 #: ../src/guestfs-actions.pod:6072
15031 msgid "guestfs_strings_e"
15032 msgstr ""
15033
15034 #. type: verbatim
15035 #: ../src/guestfs-actions.pod:6074
15036 #, no-wrap
15037 msgid ""
15038 " char **\n"
15039 " guestfs_strings_e (guestfs_h *g,\n"
15040 "                    const char *encoding,\n"
15041 "                    const char *path);\n"
15042 "\n"
15043 msgstr ""
15044
15045 #. type: textblock
15046 #: ../src/guestfs-actions.pod:6079
15047 msgid ""
15048 "This is like the C<guestfs_strings> command, but allows you to specify the "
15049 "encoding of strings that are looked for in the source file C<path>."
15050 msgstr ""
15051
15052 #. type: textblock
15053 #: ../src/guestfs-actions.pod:6083 ../fish/guestfish-actions.pod:4066
15054 msgid "Allowed encodings are:"
15055 msgstr ""
15056
15057 #. type: =item
15058 #: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
15059 msgid "s"
15060 msgstr ""
15061
15062 #. type: textblock
15063 #: ../src/guestfs-actions.pod:6089
15064 msgid ""
15065 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15066 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15067 msgstr ""
15068
15069 #. type: =item
15070 #: ../src/guestfs-actions.pod:6092 ../fish/guestfish-actions.pod:4075
15071 msgid "S"
15072 msgstr ""
15073
15074 #. type: textblock
15075 #: ../src/guestfs-actions.pod:6094 ../fish/guestfish-actions.pod:4077
15076 msgid "Single 8-bit-byte characters."
15077 msgstr ""
15078
15079 #. type: =item
15080 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4079
15081 msgid "b"
15082 msgstr ""
15083
15084 #. type: textblock
15085 #: ../src/guestfs-actions.pod:6098 ../fish/guestfish-actions.pod:4081
15086 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15087 msgstr ""
15088
15089 #. type: =item
15090 #: ../src/guestfs-actions.pod:6101 ../fish/guestfish-actions.pod:4084
15091 msgid "l (lower case letter L)"
15092 msgstr ""
15093
15094 #. type: textblock
15095 #: ../src/guestfs-actions.pod:6103 ../fish/guestfish-actions.pod:4086
15096 msgid ""
15097 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15098 "examining binaries in Windows guests."
15099 msgstr ""
15100
15101 #. type: =item
15102 #: ../src/guestfs-actions.pod:6106 ../fish/guestfish-actions.pod:4089
15103 msgid "B"
15104 msgstr ""
15105
15106 #. type: textblock
15107 #: ../src/guestfs-actions.pod:6108 ../fish/guestfish-actions.pod:4091
15108 msgid "32-bit big endian such as UCS-4BE."
15109 msgstr ""
15110
15111 #. type: =item
15112 #: ../src/guestfs-actions.pod:6110 ../fish/guestfish-actions.pod:4093
15113 msgid "L"
15114 msgstr ""
15115
15116 #. type: textblock
15117 #: ../src/guestfs-actions.pod:6112 ../fish/guestfish-actions.pod:4095
15118 msgid "32-bit little endian such as UCS-4LE."
15119 msgstr ""
15120
15121 #. type: textblock
15122 #: ../src/guestfs-actions.pod:6116 ../fish/guestfish-actions.pod:4099
15123 msgid "The returned strings are transcoded to UTF-8."
15124 msgstr ""
15125
15126 #. type: =head2
15127 #: ../src/guestfs-actions.pod:6127
15128 msgid "guestfs_swapoff_device"
15129 msgstr ""
15130
15131 #. type: verbatim
15132 #: ../src/guestfs-actions.pod:6129
15133 #, no-wrap
15134 msgid ""
15135 " int\n"
15136 " guestfs_swapoff_device (guestfs_h *g,\n"
15137 "                         const char *device);\n"
15138 "\n"
15139 msgstr ""
15140
15141 #. type: textblock
15142 #: ../src/guestfs-actions.pod:6133
15143 msgid ""
15144 "This command disables the libguestfs appliance swap device or partition "
15145 "named C<device>.  See C<guestfs_swapon_device>."
15146 msgstr ""
15147
15148 #. type: =head2
15149 #: ../src/guestfs-actions.pod:6141
15150 msgid "guestfs_swapoff_file"
15151 msgstr ""
15152
15153 #. type: verbatim
15154 #: ../src/guestfs-actions.pod:6143
15155 #, no-wrap
15156 msgid ""
15157 " int\n"
15158 " guestfs_swapoff_file (guestfs_h *g,\n"
15159 "                       const char *file);\n"
15160 "\n"
15161 msgstr ""
15162
15163 #. type: textblock
15164 #: ../src/guestfs-actions.pod:6147 ../fish/guestfish-actions.pod:4116
15165 msgid "This command disables the libguestfs appliance swap on file."
15166 msgstr ""
15167
15168 #. type: =head2
15169 #: ../src/guestfs-actions.pod:6153
15170 msgid "guestfs_swapoff_label"
15171 msgstr ""
15172
15173 #. type: verbatim
15174 #: ../src/guestfs-actions.pod:6155
15175 #, no-wrap
15176 msgid ""
15177 " int\n"
15178 " guestfs_swapoff_label (guestfs_h *g,\n"
15179 "                        const char *label);\n"
15180 "\n"
15181 msgstr ""
15182
15183 #. type: textblock
15184 #: ../src/guestfs-actions.pod:6159 ../fish/guestfish-actions.pod:4122
15185 msgid ""
15186 "This command disables the libguestfs appliance swap on labeled swap "
15187 "partition."
15188 msgstr ""
15189
15190 #. type: =head2
15191 #: ../src/guestfs-actions.pod:6166
15192 msgid "guestfs_swapoff_uuid"
15193 msgstr ""
15194
15195 #. type: verbatim
15196 #: ../src/guestfs-actions.pod:6168
15197 #, no-wrap
15198 msgid ""
15199 " int\n"
15200 " guestfs_swapoff_uuid (guestfs_h *g,\n"
15201 "                       const char *uuid);\n"
15202 "\n"
15203 msgstr ""
15204
15205 #. type: textblock
15206 #: ../src/guestfs-actions.pod:6172 ../fish/guestfish-actions.pod:4129
15207 msgid ""
15208 "This command disables the libguestfs appliance swap partition with the given "
15209 "UUID."
15210 msgstr ""
15211
15212 #. type: =head2
15213 #: ../src/guestfs-actions.pod:6179
15214 msgid "guestfs_swapon_device"
15215 msgstr ""
15216
15217 #. type: verbatim
15218 #: ../src/guestfs-actions.pod:6181
15219 #, no-wrap
15220 msgid ""
15221 " int\n"
15222 " guestfs_swapon_device (guestfs_h *g,\n"
15223 "                        const char *device);\n"
15224 "\n"
15225 msgstr ""
15226
15227 #. type: textblock
15228 #: ../src/guestfs-actions.pod:6185
15229 msgid ""
15230 "This command enables the libguestfs appliance to use the swap device or "
15231 "partition named C<device>.  The increased memory is made available for all "
15232 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
15233 msgstr ""
15234
15235 #. type: textblock
15236 #: ../src/guestfs-actions.pod:6190 ../fish/guestfish-actions.pod:4141
15237 msgid ""
15238 "Note that you should not swap to existing guest swap partitions unless you "
15239 "know what you are doing.  They may contain hibernation information, or other "
15240 "information that the guest doesn't want you to trash.  You also risk leaking "
15241 "information about the host to the guest this way.  Instead, attach a new "
15242 "host device to the guest and swap on that."
15243 msgstr ""
15244
15245 #. type: =head2
15246 #: ../src/guestfs-actions.pod:6201
15247 msgid "guestfs_swapon_file"
15248 msgstr ""
15249
15250 #. type: verbatim
15251 #: ../src/guestfs-actions.pod:6203
15252 #, no-wrap
15253 msgid ""
15254 " int\n"
15255 " guestfs_swapon_file (guestfs_h *g,\n"
15256 "                      const char *file);\n"
15257 "\n"
15258 msgstr ""
15259
15260 #. type: textblock
15261 #: ../src/guestfs-actions.pod:6207
15262 msgid ""
15263 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
15264 "notes."
15265 msgstr ""
15266
15267 #. type: =head2
15268 #: ../src/guestfs-actions.pod:6214
15269 msgid "guestfs_swapon_label"
15270 msgstr ""
15271
15272 #. type: verbatim
15273 #: ../src/guestfs-actions.pod:6216
15274 #, no-wrap
15275 msgid ""
15276 " int\n"
15277 " guestfs_swapon_label (guestfs_h *g,\n"
15278 "                       const char *label);\n"
15279 "\n"
15280 msgstr ""
15281
15282 #. type: textblock
15283 #: ../src/guestfs-actions.pod:6220
15284 msgid ""
15285 "This command enables swap to a labeled swap partition.  See "
15286 "C<guestfs_swapon_device> for other notes."
15287 msgstr ""
15288
15289 #. type: =head2
15290 #: ../src/guestfs-actions.pod:6227
15291 msgid "guestfs_swapon_uuid"
15292 msgstr ""
15293
15294 #. type: verbatim
15295 #: ../src/guestfs-actions.pod:6229
15296 #, no-wrap
15297 msgid ""
15298 " int\n"
15299 " guestfs_swapon_uuid (guestfs_h *g,\n"
15300 "                      const char *uuid);\n"
15301 "\n"
15302 msgstr ""
15303
15304 #. type: textblock
15305 #: ../src/guestfs-actions.pod:6233
15306 msgid ""
15307 "This command enables swap to a swap partition with the given UUID.  See "
15308 "C<guestfs_swapon_device> for other notes."
15309 msgstr ""
15310
15311 #. type: =head2
15312 #: ../src/guestfs-actions.pod:6240
15313 msgid "guestfs_sync"
15314 msgstr ""
15315
15316 #. type: verbatim
15317 #: ../src/guestfs-actions.pod:6242
15318 #, no-wrap
15319 msgid ""
15320 " int\n"
15321 " guestfs_sync (guestfs_h *g);\n"
15322 "\n"
15323 msgstr ""
15324
15325 #. type: textblock
15326 #: ../src/guestfs-actions.pod:6245 ../fish/guestfish-actions.pod:4173
15327 msgid ""
15328 "This syncs the disk, so that any writes are flushed through to the "
15329 "underlying disk image."
15330 msgstr ""
15331
15332 #. type: textblock
15333 #: ../src/guestfs-actions.pod:6248 ../fish/guestfish-actions.pod:4176
15334 msgid ""
15335 "You should always call this if you have modified a disk image, before "
15336 "closing the handle."
15337 msgstr ""
15338
15339 #. type: =head2
15340 #: ../src/guestfs-actions.pod:6255
15341 msgid "guestfs_tail"
15342 msgstr ""
15343
15344 #. type: verbatim
15345 #: ../src/guestfs-actions.pod:6257
15346 #, no-wrap
15347 msgid ""
15348 " char **\n"
15349 " guestfs_tail (guestfs_h *g,\n"
15350 "               const char *path);\n"
15351 "\n"
15352 msgstr ""
15353
15354 #. type: textblock
15355 #: ../src/guestfs-actions.pod:6261 ../fish/guestfish-actions.pod:4183
15356 msgid "This command returns up to the last 10 lines of a file as a list of strings."
15357 msgstr ""
15358
15359 #. type: =head2
15360 #: ../src/guestfs-actions.pod:6273
15361 msgid "guestfs_tail_n"
15362 msgstr ""
15363
15364 #. type: verbatim
15365 #: ../src/guestfs-actions.pod:6275
15366 #, no-wrap
15367 msgid ""
15368 " char **\n"
15369 " guestfs_tail_n (guestfs_h *g,\n"
15370 "                 int nrlines,\n"
15371 "                 const char *path);\n"
15372 "\n"
15373 msgstr ""
15374
15375 #. type: textblock
15376 #: ../src/guestfs-actions.pod:6280 ../fish/guestfish-actions.pod:4193
15377 msgid ""
15378 "If the parameter C<nrlines> is a positive number, this returns the last "
15379 "C<nrlines> lines of the file C<path>."
15380 msgstr ""
15381
15382 #. type: textblock
15383 #: ../src/guestfs-actions.pod:6283 ../fish/guestfish-actions.pod:4196
15384 msgid ""
15385 "If the parameter C<nrlines> is a negative number, this returns lines from "
15386 "the file C<path>, starting with the C<-nrlines>th line."
15387 msgstr ""
15388
15389 #. type: =head2
15390 #: ../src/guestfs-actions.pod:6297
15391 msgid "guestfs_tar_in"
15392 msgstr ""
15393
15394 #. type: verbatim
15395 #: ../src/guestfs-actions.pod:6299
15396 #, no-wrap
15397 msgid ""
15398 " int\n"
15399 " guestfs_tar_in (guestfs_h *g,\n"
15400 "                 const char *tarfile,\n"
15401 "                 const char *directory);\n"
15402 "\n"
15403 msgstr ""
15404
15405 #. type: textblock
15406 #: ../src/guestfs-actions.pod:6304 ../fish/guestfish-actions.pod:4208
15407 msgid ""
15408 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
15409 "tar file) into C<directory>."
15410 msgstr ""
15411
15412 #. type: textblock
15413 #: ../src/guestfs-actions.pod:6307
15414 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
15415 msgstr ""
15416
15417 #. type: textblock
15418 #: ../src/guestfs-actions.pod:6312 ../src/guestfs-actions.pod:6329 ../src/guestfs-actions.pod:6345 ../src/guestfs-actions.pod:6361
15419 msgid "(Added in 1.0.3)"
15420 msgstr ""
15421
15422 #. type: =head2
15423 #: ../src/guestfs-actions.pod:6314
15424 msgid "guestfs_tar_out"
15425 msgstr ""
15426
15427 #. type: verbatim
15428 #: ../src/guestfs-actions.pod:6316
15429 #, no-wrap
15430 msgid ""
15431 " int\n"
15432 " guestfs_tar_out (guestfs_h *g,\n"
15433 "                  const char *directory,\n"
15434 "                  const char *tarfile);\n"
15435 "\n"
15436 msgstr ""
15437
15438 #. type: textblock
15439 #: ../src/guestfs-actions.pod:6321 ../fish/guestfish-actions.pod:4220
15440 msgid ""
15441 "This command packs the contents of C<directory> and downloads it to local "
15442 "file C<tarfile>."
15443 msgstr ""
15444
15445 #. type: textblock
15446 #: ../src/guestfs-actions.pod:6324
15447 msgid ""
15448 "To download a compressed tarball, use C<guestfs_tgz_out> or "
15449 "C<guestfs_txz_out>."
15450 msgstr ""
15451
15452 #. type: =head2
15453 #: ../src/guestfs-actions.pod:6331
15454 msgid "guestfs_tgz_in"
15455 msgstr ""
15456
15457 #. type: verbatim
15458 #: ../src/guestfs-actions.pod:6333
15459 #, no-wrap
15460 msgid ""
15461 " int\n"
15462 " guestfs_tgz_in (guestfs_h *g,\n"
15463 "                 const char *tarball,\n"
15464 "                 const char *directory);\n"
15465 "\n"
15466 msgstr ""
15467
15468 #. type: textblock
15469 #: ../src/guestfs-actions.pod:6338 ../fish/guestfish-actions.pod:4232
15470 msgid ""
15471 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
15472 "tar file) into C<directory>."
15473 msgstr ""
15474
15475 #. type: textblock
15476 #: ../src/guestfs-actions.pod:6341
15477 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
15478 msgstr ""
15479
15480 #. type: =head2
15481 #: ../src/guestfs-actions.pod:6347
15482 msgid "guestfs_tgz_out"
15483 msgstr ""
15484
15485 #. type: verbatim
15486 #: ../src/guestfs-actions.pod:6349
15487 #, no-wrap
15488 msgid ""
15489 " int\n"
15490 " guestfs_tgz_out (guestfs_h *g,\n"
15491 "                  const char *directory,\n"
15492 "                  const char *tarball);\n"
15493 "\n"
15494 msgstr ""
15495
15496 #. type: textblock
15497 #: ../src/guestfs-actions.pod:6354 ../fish/guestfish-actions.pod:4243
15498 msgid ""
15499 "This command packs the contents of C<directory> and downloads it to local "
15500 "file C<tarball>."
15501 msgstr ""
15502
15503 #. type: textblock
15504 #: ../src/guestfs-actions.pod:6357
15505 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
15506 msgstr ""
15507
15508 #. type: =head2
15509 #: ../src/guestfs-actions.pod:6363
15510 msgid "guestfs_touch"
15511 msgstr ""
15512
15513 #. type: verbatim
15514 #: ../src/guestfs-actions.pod:6365
15515 #, no-wrap
15516 msgid ""
15517 " int\n"
15518 " guestfs_touch (guestfs_h *g,\n"
15519 "                const char *path);\n"
15520 "\n"
15521 msgstr ""
15522
15523 #. type: textblock
15524 #: ../src/guestfs-actions.pod:6369 ../fish/guestfish-actions.pod:4254
15525 msgid ""
15526 "Touch acts like the L<touch(1)> command.  It can be used to update the "
15527 "timestamps on a file, or, if the file does not exist, to create a new "
15528 "zero-length file."
15529 msgstr ""
15530
15531 #. type: textblock
15532 #: ../src/guestfs-actions.pod:6373 ../fish/guestfish-actions.pod:4258
15533 msgid ""
15534 "This command only works on regular files, and will fail on other file types "
15535 "such as directories, symbolic links, block special etc."
15536 msgstr ""
15537
15538 #. type: =head2
15539 #: ../src/guestfs-actions.pod:6380
15540 msgid "guestfs_truncate"
15541 msgstr ""
15542
15543 #. type: verbatim
15544 #: ../src/guestfs-actions.pod:6382
15545 #, no-wrap
15546 msgid ""
15547 " int\n"
15548 " guestfs_truncate (guestfs_h *g,\n"
15549 "                   const char *path);\n"
15550 "\n"
15551 msgstr ""
15552
15553 #. type: textblock
15554 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4265
15555 msgid ""
15556 "This command truncates C<path> to a zero-length file.  The file must exist "
15557 "already."
15558 msgstr ""
15559
15560 #. type: =head2
15561 #: ../src/guestfs-actions.pod:6393
15562 msgid "guestfs_truncate_size"
15563 msgstr ""
15564
15565 #. type: verbatim
15566 #: ../src/guestfs-actions.pod:6395
15567 #, no-wrap
15568 msgid ""
15569 " int\n"
15570 " guestfs_truncate_size (guestfs_h *g,\n"
15571 "                        const char *path,\n"
15572 "                        int64_t size);\n"
15573 "\n"
15574 msgstr ""
15575
15576 #. type: textblock
15577 #: ../src/guestfs-actions.pod:6400 ../fish/guestfish-actions.pod:4272
15578 msgid ""
15579 "This command truncates C<path> to size C<size> bytes.  The file must exist "
15580 "already."
15581 msgstr ""
15582
15583 #. type: textblock
15584 #: ../src/guestfs-actions.pod:6403
15585 msgid ""
15586 "If the current file size is less than C<size> then the file is extended to "
15587 "the required size with zero bytes.  This creates a sparse file (ie. disk "
15588 "blocks are not allocated for the file until you write to it).  To create a "
15589 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
15590 msgstr ""
15591
15592 #. type: =head2
15593 #: ../src/guestfs-actions.pod:6413
15594 msgid "guestfs_tune2fs_l"
15595 msgstr ""
15596
15597 #. type: verbatim
15598 #: ../src/guestfs-actions.pod:6415
15599 #, no-wrap
15600 msgid ""
15601 " char **\n"
15602 " guestfs_tune2fs_l (guestfs_h *g,\n"
15603 "                    const char *device);\n"
15604 "\n"
15605 msgstr ""
15606
15607 #. type: textblock
15608 #: ../src/guestfs-actions.pod:6419 ../fish/guestfish-actions.pod:4285
15609 msgid ""
15610 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
15611 "C<device>."
15612 msgstr ""
15613
15614 #. type: textblock
15615 #: ../src/guestfs-actions.pod:6422 ../fish/guestfish-actions.pod:4288
15616 msgid ""
15617 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
15618 "for more details.  The list of fields returned isn't clearly defined, and "
15619 "depends on both the version of C<tune2fs> that libguestfs was built against, "
15620 "and the filesystem itself."
15621 msgstr ""
15622
15623 #. type: =head2
15624 #: ../src/guestfs-actions.pod:6435
15625 msgid "guestfs_txz_in"
15626 msgstr ""
15627
15628 #. type: verbatim
15629 #: ../src/guestfs-actions.pod:6437
15630 #, no-wrap
15631 msgid ""
15632 " int\n"
15633 " guestfs_txz_in (guestfs_h *g,\n"
15634 "                 const char *tarball,\n"
15635 "                 const char *directory);\n"
15636 "\n"
15637 msgstr ""
15638
15639 #. type: textblock
15640 #: ../src/guestfs-actions.pod:6442 ../fish/guestfish-actions.pod:4297
15641 msgid ""
15642 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
15643 "tar file) into C<directory>."
15644 msgstr ""
15645
15646 #. type: =head2
15647 #: ../src/guestfs-actions.pod:6449
15648 msgid "guestfs_txz_out"
15649 msgstr ""
15650
15651 #. type: verbatim
15652 #: ../src/guestfs-actions.pod:6451
15653 #, no-wrap
15654 msgid ""
15655 " int\n"
15656 " guestfs_txz_out (guestfs_h *g,\n"
15657 "                  const char *directory,\n"
15658 "                  const char *tarball);\n"
15659 "\n"
15660 msgstr ""
15661
15662 #. type: textblock
15663 #: ../src/guestfs-actions.pod:6456 ../fish/guestfish-actions.pod:4306
15664 msgid ""
15665 "This command packs the contents of C<directory> and downloads it to local "
15666 "file C<tarball> (as an xz compressed tar archive)."
15667 msgstr ""
15668
15669 #. type: =head2
15670 #: ../src/guestfs-actions.pod:6463
15671 msgid "guestfs_umask"
15672 msgstr ""
15673
15674 #. type: verbatim
15675 #: ../src/guestfs-actions.pod:6465
15676 #, no-wrap
15677 msgid ""
15678 " int\n"
15679 " guestfs_umask (guestfs_h *g,\n"
15680 "                int mask);\n"
15681 "\n"
15682 msgstr ""
15683
15684 #. type: textblock
15685 #: ../src/guestfs-actions.pod:6469 ../fish/guestfish-actions.pod:4315
15686 msgid ""
15687 "This function sets the mask used for creating new files and device nodes to "
15688 "C<mask & 0777>."
15689 msgstr ""
15690
15691 #. type: textblock
15692 #: ../src/guestfs-actions.pod:6472 ../fish/guestfish-actions.pod:4318
15693 msgid ""
15694 "Typical umask values would be C<022> which creates new files with "
15695 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
15696 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
15697 msgstr ""
15698
15699 #. type: textblock
15700 #: ../src/guestfs-actions.pod:6477 ../fish/guestfish-actions.pod:4323
15701 msgid ""
15702 "The default umask is C<022>.  This is important because it means that "
15703 "directories and device nodes will be created with C<0644> or C<0755> mode "
15704 "even if you specify C<0777>."
15705 msgstr ""
15706
15707 #. type: textblock
15708 #: ../src/guestfs-actions.pod:6481
15709 msgid ""
15710 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
15711 "C<guestfs_mkdir>."
15712 msgstr ""
15713
15714 #. type: textblock
15715 #: ../src/guestfs-actions.pod:6484 ../fish/guestfish-actions.pod:4330
15716 msgid "This call returns the previous umask."
15717 msgstr ""
15718
15719 #. type: =head2
15720 #: ../src/guestfs-actions.pod:6490
15721 msgid "guestfs_umount"
15722 msgstr ""
15723
15724 #. type: verbatim
15725 #: ../src/guestfs-actions.pod:6492
15726 #, no-wrap
15727 msgid ""
15728 " int\n"
15729 " guestfs_umount (guestfs_h *g,\n"
15730 "                 const char *pathordevice);\n"
15731 "\n"
15732 msgstr ""
15733
15734 #. type: textblock
15735 #: ../src/guestfs-actions.pod:6496 ../fish/guestfish-actions.pod:4338
15736 msgid ""
15737 "This unmounts the given filesystem.  The filesystem may be specified either "
15738 "by its mountpoint (path) or the device which contains the filesystem."
15739 msgstr ""
15740
15741 #. type: =head2
15742 #: ../src/guestfs-actions.pod:6504
15743 msgid "guestfs_umount_all"
15744 msgstr ""
15745
15746 #. type: verbatim
15747 #: ../src/guestfs-actions.pod:6506
15748 #, no-wrap
15749 msgid ""
15750 " int\n"
15751 " guestfs_umount_all (guestfs_h *g);\n"
15752 "\n"
15753 msgstr ""
15754
15755 #. type: textblock
15756 #: ../src/guestfs-actions.pod:6509 ../fish/guestfish-actions.pod:4348
15757 msgid "This unmounts all mounted filesystems."
15758 msgstr ""
15759
15760 #. type: textblock
15761 #: ../src/guestfs-actions.pod:6511 ../fish/guestfish-actions.pod:4350
15762 msgid "Some internal mounts are not unmounted by this call."
15763 msgstr ""
15764
15765 #. type: =head2
15766 #: ../src/guestfs-actions.pod:6517
15767 msgid "guestfs_upload"
15768 msgstr ""
15769
15770 #. type: verbatim
15771 #: ../src/guestfs-actions.pod:6519
15772 #, no-wrap
15773 msgid ""
15774 " int\n"
15775 " guestfs_upload (guestfs_h *g,\n"
15776 "                 const char *filename,\n"
15777 "                 const char *remotefilename);\n"
15778 "\n"
15779 msgstr ""
15780
15781 #. type: textblock
15782 #: ../src/guestfs-actions.pod:6524 ../src/guestfs-actions.pod:6548 ../fish/guestfish-actions.pod:4356 ../fish/guestfish-actions.pod:4369
15783 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
15784 msgstr ""
15785
15786 #. type: textblock
15787 #: ../src/guestfs-actions.pod:6529
15788 msgid "See also C<guestfs_download>."
15789 msgstr ""
15790
15791 #. type: =head2
15792 #: ../src/guestfs-actions.pod:6540
15793 msgid "guestfs_upload_offset"
15794 msgstr ""
15795
15796 #. type: verbatim
15797 #: ../src/guestfs-actions.pod:6542
15798 #, no-wrap
15799 msgid ""
15800 " int\n"
15801 " guestfs_upload_offset (guestfs_h *g,\n"
15802 "                        const char *filename,\n"
15803 "                        const char *remotefilename,\n"
15804 "                        int64_t offset);\n"
15805 "\n"
15806 msgstr ""
15807
15808 #. type: textblock
15809 #: ../src/guestfs-actions.pod:6551 ../fish/guestfish-actions.pod:4372
15810 msgid ""
15811 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
15812 "The intention is to overwrite parts of existing files or devices, although "
15813 "if a non-existant file is specified then it is created with a \"hole\" "
15814 "before C<offset>.  The size of the data written is implicit in the size of "
15815 "the source C<filename>."
15816 msgstr ""
15817
15818 #. type: textblock
15819 #: ../src/guestfs-actions.pod:6558
15820 msgid ""
15821 "Note that there is no limit on the amount of data that can be uploaded with "
15822 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
15823 "full amount unless an error occurs."
15824 msgstr ""
15825
15826 #. type: textblock
15827 #: ../src/guestfs-actions.pod:6563
15828 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
15829 msgstr ""
15830
15831 #. type: =head2
15832 #: ../src/guestfs-actions.pod:6574
15833 msgid "guestfs_utimens"
15834 msgstr ""
15835
15836 #. type: verbatim
15837 #: ../src/guestfs-actions.pod:6576
15838 #, no-wrap
15839 msgid ""
15840 " int\n"
15841 " guestfs_utimens (guestfs_h *g,\n"
15842 "                  const char *path,\n"
15843 "                  int64_t atsecs,\n"
15844 "                  int64_t atnsecs,\n"
15845 "                  int64_t mtsecs,\n"
15846 "                  int64_t mtnsecs);\n"
15847 "\n"
15848 msgstr ""
15849
15850 #. type: textblock
15851 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4392
15852 msgid "This command sets the timestamps of a file with nanosecond precision."
15853 msgstr ""
15854
15855 #. type: textblock
15856 #: ../src/guestfs-actions.pod:6587 ../fish/guestfish-actions.pod:4395
15857 msgid ""
15858 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
15859 "from the epoch."
15860 msgstr ""
15861
15862 #. type: textblock
15863 #: ../src/guestfs-actions.pod:6590 ../fish/guestfish-actions.pod:4398
15864 msgid ""
15865 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
15866 "nanoseconds from the epoch."
15867 msgstr ""
15868
15869 #. type: textblock
15870 #: ../src/guestfs-actions.pod:6593 ../fish/guestfish-actions.pod:4401
15871 msgid ""
15872 "If the C<*nsecs> field contains the special value C<-1> then the "
15873 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
15874 "ignored in this case)."
15875 msgstr ""
15876
15877 #. type: textblock
15878 #: ../src/guestfs-actions.pod:6597 ../fish/guestfish-actions.pod:4405
15879 msgid ""
15880 "If the C<*nsecs> field contains the special value C<-2> then the "
15881 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
15882 "in this case)."
15883 msgstr ""
15884
15885 #. type: =head2
15886 #: ../src/guestfs-actions.pod:6605 ../src/guestfs-structs.pod:175
15887 msgid "guestfs_version"
15888 msgstr ""
15889
15890 #. type: verbatim
15891 #: ../src/guestfs-actions.pod:6607
15892 #, no-wrap
15893 msgid ""
15894 " struct guestfs_version *\n"
15895 " guestfs_version (guestfs_h *g);\n"
15896 "\n"
15897 msgstr ""
15898
15899 #. type: textblock
15900 #: ../src/guestfs-actions.pod:6610 ../fish/guestfish-actions.pod:4413
15901 msgid "Return the libguestfs version number that the program is linked against."
15902 msgstr ""
15903
15904 #. type: textblock
15905 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
15906 msgid ""
15907 "Note that because of dynamic linking this is not necessarily the version of "
15908 "libguestfs that you compiled against.  You can compile the program, and then "
15909 "at runtime dynamically link against a completely different C<libguestfs.so> "
15910 "library."
15911 msgstr ""
15912
15913 #. type: textblock
15914 #: ../src/guestfs-actions.pod:6618 ../fish/guestfish-actions.pod:4421
15915 msgid ""
15916 "This call was added in version C<1.0.58>.  In previous versions of "
15917 "libguestfs there was no way to get the version number.  From C code you can "
15918 "use dynamic linker functions to find out if this symbol exists (if it "
15919 "doesn't, then it's an earlier version)."
15920 msgstr ""
15921
15922 #. type: textblock
15923 #: ../src/guestfs-actions.pod:6624 ../fish/guestfish-actions.pod:4427
15924 msgid ""
15925 "The call returns a structure with four elements.  The first three (C<major>, "
15926 "C<minor> and C<release>) are numbers and correspond to the usual version "
15927 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
15928 "but may be used for distro-specific information."
15929 msgstr ""
15930
15931 #. type: textblock
15932 #: ../src/guestfs-actions.pod:6630 ../fish/guestfish-actions.pod:4433
15933 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
15934 msgstr ""
15935
15936 #. type: textblock
15937 #: ../src/guestfs-actions.pod:6633 ../fish/guestfish-actions.pod:4436
15938 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
15939 msgstr ""
15940
15941 #. type: textblock
15942 #: ../src/guestfs-actions.pod:6635
15943 msgid ""
15944 "I<Note:> Don't use this call to test for availability of features.  In "
15945 "enterprise distributions we backport features from later versions into "
15946 "earlier versions, making this an unreliable way to test for features.  Use "
15947 "C<guestfs_available> instead."
15948 msgstr ""
15949
15950 #. type: textblock
15951 #: ../src/guestfs-actions.pod:6641
15952 msgid ""
15953 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
15954 "error.  I<The caller must call C<guestfs_free_version> after use>."
15955 msgstr ""
15956
15957 #. type: textblock
15958 #: ../src/guestfs-actions.pod:6645
15959 msgid "(Added in 1.0.58)"
15960 msgstr ""
15961
15962 #. type: =head2
15963 #: ../src/guestfs-actions.pod:6647
15964 msgid "guestfs_vfs_label"
15965 msgstr ""
15966
15967 #. type: verbatim
15968 #: ../src/guestfs-actions.pod:6649
15969 #, no-wrap
15970 msgid ""
15971 " char *\n"
15972 " guestfs_vfs_label (guestfs_h *g,\n"
15973 "                    const char *device);\n"
15974 "\n"
15975 msgstr ""
15976
15977 #. type: textblock
15978 #: ../src/guestfs-actions.pod:6653 ../fish/guestfish-actions.pod:4448
15979 msgid "This returns the filesystem label of the filesystem on C<device>."
15980 msgstr ""
15981
15982 #. type: textblock
15983 #: ../src/guestfs-actions.pod:6656 ../fish/guestfish-actions.pod:4451
15984 msgid "If the filesystem is unlabeled, this returns the empty string."
15985 msgstr ""
15986
15987 #. type: textblock
15988 #: ../src/guestfs-actions.pod:6658
15989 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
15990 msgstr ""
15991
15992 #. type: textblock
15993 #: ../src/guestfs-actions.pod:6663 ../src/guestfs-actions.pod:6700
15994 msgid "(Added in 1.3.18)"
15995 msgstr ""
15996
15997 #. type: =head2
15998 #: ../src/guestfs-actions.pod:6665
15999 msgid "guestfs_vfs_type"
16000 msgstr ""
16001
16002 #. type: verbatim
16003 #: ../src/guestfs-actions.pod:6667
16004 #, no-wrap
16005 msgid ""
16006 " char *\n"
16007 " guestfs_vfs_type (guestfs_h *g,\n"
16008 "                   const char *device);\n"
16009 "\n"
16010 msgstr ""
16011
16012 #. type: textblock
16013 #: ../src/guestfs-actions.pod:6671 ../fish/guestfish-actions.pod:4459
16014 msgid ""
16015 "This command gets the filesystem type corresponding to the filesystem on "
16016 "C<device>."
16017 msgstr ""
16018
16019 #. type: textblock
16020 #: ../src/guestfs-actions.pod:6674 ../fish/guestfish-actions.pod:4462
16021 msgid ""
16022 "For most filesystems, the result is the name of the Linux VFS module which "
16023 "would be used to mount this filesystem if you mounted it without specifying "
16024 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
16025 msgstr ""
16026
16027 #. type: =head2
16028 #: ../src/guestfs-actions.pod:6684
16029 msgid "guestfs_vfs_uuid"
16030 msgstr ""
16031
16032 #. type: verbatim
16033 #: ../src/guestfs-actions.pod:6686
16034 #, no-wrap
16035 msgid ""
16036 " char *\n"
16037 " guestfs_vfs_uuid (guestfs_h *g,\n"
16038 "                   const char *device);\n"
16039 "\n"
16040 msgstr ""
16041
16042 #. type: textblock
16043 #: ../src/guestfs-actions.pod:6690 ../fish/guestfish-actions.pod:4471
16044 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16045 msgstr ""
16046
16047 #. type: textblock
16048 #: ../src/guestfs-actions.pod:6693 ../fish/guestfish-actions.pod:4474
16049 msgid "If the filesystem does not have a UUID, this returns the empty string."
16050 msgstr ""
16051
16052 #. type: textblock
16053 #: ../src/guestfs-actions.pod:6695
16054 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16055 msgstr ""
16056
16057 #. type: =head2
16058 #: ../src/guestfs-actions.pod:6702
16059 msgid "guestfs_vg_activate"
16060 msgstr ""
16061
16062 #. type: verbatim
16063 #: ../src/guestfs-actions.pod:6704
16064 #, no-wrap
16065 msgid ""
16066 " int\n"
16067 " guestfs_vg_activate (guestfs_h *g,\n"
16068 "                      int activate,\n"
16069 "                      char *const *volgroups);\n"
16070 "\n"
16071 msgstr ""
16072
16073 #. type: textblock
16074 #: ../src/guestfs-actions.pod:6709 ../fish/guestfish-actions.pod:4482
16075 msgid ""
16076 "This command activates or (if C<activate> is false) deactivates all logical "
16077 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16078 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16079 "deactivated, then those devices disappear."
16080 msgstr ""
16081
16082 #. type: textblock
16083 #: ../src/guestfs-actions.pod:6715 ../fish/guestfish-actions.pod:4488
16084 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16085 msgstr ""
16086
16087 #. type: textblock
16088 #: ../src/guestfs-actions.pod:6717 ../fish/guestfish-actions.pod:4490
16089 msgid ""
16090 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16091 "activated or deactivated."
16092 msgstr ""
16093
16094 #. type: =head2
16095 #: ../src/guestfs-actions.pod:6724
16096 msgid "guestfs_vg_activate_all"
16097 msgstr ""
16098
16099 #. type: verbatim
16100 #: ../src/guestfs-actions.pod:6726
16101 #, no-wrap
16102 msgid ""
16103 " int\n"
16104 " guestfs_vg_activate_all (guestfs_h *g,\n"
16105 "                          int activate);\n"
16106 "\n"
16107 msgstr ""
16108
16109 #. type: textblock
16110 #: ../src/guestfs-actions.pod:6730 ../fish/guestfish-actions.pod:4497
16111 msgid ""
16112 "This command activates or (if C<activate> is false) deactivates all logical "
16113 "volumes in all volume groups.  If activated, then they are made known to the "
16114 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16115 "those devices disappear."
16116 msgstr ""
16117
16118 #. type: textblock
16119 #: ../src/guestfs-actions.pod:6736 ../fish/guestfish-actions.pod:4503
16120 msgid "This command is the same as running C<vgchange -a y|n>"
16121 msgstr ""
16122
16123 #. type: =head2
16124 #: ../src/guestfs-actions.pod:6742
16125 msgid "guestfs_vgcreate"
16126 msgstr ""
16127
16128 #. type: verbatim
16129 #: ../src/guestfs-actions.pod:6744
16130 #, no-wrap
16131 msgid ""
16132 " int\n"
16133 " guestfs_vgcreate (guestfs_h *g,\n"
16134 "                   const char *volgroup,\n"
16135 "                   char *const *physvols);\n"
16136 "\n"
16137 msgstr ""
16138
16139 #. type: textblock
16140 #: ../src/guestfs-actions.pod:6749 ../fish/guestfish-actions.pod:4509
16141 msgid ""
16142 "This creates an LVM volume group called C<volgroup> from the non-empty list "
16143 "of physical volumes C<physvols>."
16144 msgstr ""
16145
16146 #. type: =head2
16147 #: ../src/guestfs-actions.pod:6756
16148 msgid "guestfs_vglvuuids"
16149 msgstr ""
16150
16151 #. type: verbatim
16152 #: ../src/guestfs-actions.pod:6758
16153 #, no-wrap
16154 msgid ""
16155 " char **\n"
16156 " guestfs_vglvuuids (guestfs_h *g,\n"
16157 "                    const char *vgname);\n"
16158 "\n"
16159 msgstr ""
16160
16161 #. type: textblock
16162 #: ../src/guestfs-actions.pod:6762 ../fish/guestfish-actions.pod:4516
16163 msgid ""
16164 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
16165 "volumes created in this volume group."
16166 msgstr ""
16167
16168 #. type: textblock
16169 #: ../src/guestfs-actions.pod:6765
16170 msgid ""
16171 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
16172 "associate logical volumes and volume groups."
16173 msgstr ""
16174
16175 #. type: textblock
16176 #: ../src/guestfs-actions.pod:6768
16177 msgid "See also C<guestfs_vgpvuuids>."
16178 msgstr ""
16179
16180 #. type: =head2
16181 #: ../src/guestfs-actions.pod:6776
16182 msgid "guestfs_vgpvuuids"
16183 msgstr ""
16184
16185 #. type: verbatim
16186 #: ../src/guestfs-actions.pod:6778
16187 #, no-wrap
16188 msgid ""
16189 " char **\n"
16190 " guestfs_vgpvuuids (guestfs_h *g,\n"
16191 "                    const char *vgname);\n"
16192 "\n"
16193 msgstr ""
16194
16195 #. type: textblock
16196 #: ../src/guestfs-actions.pod:6782 ../fish/guestfish-actions.pod:4528
16197 msgid ""
16198 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
16199 "volumes that this volume group resides on."
16200 msgstr ""
16201
16202 #. type: textblock
16203 #: ../src/guestfs-actions.pod:6785
16204 msgid ""
16205 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
16206 "associate physical volumes and volume groups."
16207 msgstr ""
16208
16209 #. type: textblock
16210 #: ../src/guestfs-actions.pod:6788
16211 msgid "See also C<guestfs_vglvuuids>."
16212 msgstr ""
16213
16214 #. type: =head2
16215 #: ../src/guestfs-actions.pod:6796
16216 msgid "guestfs_vgremove"
16217 msgstr ""
16218
16219 #. type: verbatim
16220 #: ../src/guestfs-actions.pod:6798
16221 #, no-wrap
16222 msgid ""
16223 " int\n"
16224 " guestfs_vgremove (guestfs_h *g,\n"
16225 "                   const char *vgname);\n"
16226 "\n"
16227 msgstr ""
16228
16229 #. type: textblock
16230 #: ../src/guestfs-actions.pod:6802 ../fish/guestfish-actions.pod:4540
16231 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
16232 msgstr ""
16233
16234 #. type: textblock
16235 #: ../src/guestfs-actions.pod:6804 ../fish/guestfish-actions.pod:4542
16236 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
16237 msgstr ""
16238
16239 #. type: =head2
16240 #: ../src/guestfs-actions.pod:6811
16241 msgid "guestfs_vgrename"
16242 msgstr ""
16243
16244 #. type: verbatim
16245 #: ../src/guestfs-actions.pod:6813
16246 #, no-wrap
16247 msgid ""
16248 " int\n"
16249 " guestfs_vgrename (guestfs_h *g,\n"
16250 "                   const char *volgroup,\n"
16251 "                   const char *newvolgroup);\n"
16252 "\n"
16253 msgstr ""
16254
16255 #. type: textblock
16256 #: ../src/guestfs-actions.pod:6818 ../fish/guestfish-actions.pod:4549
16257 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
16258 msgstr ""
16259
16260 #. type: =head2
16261 #: ../src/guestfs-actions.pod:6824
16262 msgid "guestfs_vgs"
16263 msgstr ""
16264
16265 #. type: verbatim
16266 #: ../src/guestfs-actions.pod:6826
16267 #, no-wrap
16268 msgid ""
16269 " char **\n"
16270 " guestfs_vgs (guestfs_h *g);\n"
16271 "\n"
16272 msgstr ""
16273
16274 #. type: textblock
16275 #: ../src/guestfs-actions.pod:6829 ../fish/guestfish-actions.pod:4555
16276 msgid ""
16277 "List all the volumes groups detected.  This is the equivalent of the "
16278 "L<vgs(8)> command."
16279 msgstr ""
16280
16281 #. type: textblock
16282 #: ../src/guestfs-actions.pod:6832 ../fish/guestfish-actions.pod:4558
16283 msgid ""
16284 "This returns a list of just the volume group names that were detected "
16285 "(eg. C<VolGroup00>)."
16286 msgstr ""
16287
16288 #. type: textblock
16289 #: ../src/guestfs-actions.pod:6835
16290 msgid "See also C<guestfs_vgs_full>."
16291 msgstr ""
16292
16293 #. type: =head2
16294 #: ../src/guestfs-actions.pod:6843
16295 msgid "guestfs_vgs_full"
16296 msgstr ""
16297
16298 #. type: verbatim
16299 #: ../src/guestfs-actions.pod:6845
16300 #, no-wrap
16301 msgid ""
16302 " struct guestfs_lvm_vg_list *\n"
16303 " guestfs_vgs_full (guestfs_h *g);\n"
16304 "\n"
16305 msgstr ""
16306
16307 #. type: textblock
16308 #: ../src/guestfs-actions.pod:6848 ../fish/guestfish-actions.pod:4567
16309 msgid ""
16310 "List all the volumes groups detected.  This is the equivalent of the "
16311 "L<vgs(8)> command.  The \"full\" version includes all fields."
16312 msgstr ""
16313
16314 #. type: textblock
16315 #: ../src/guestfs-actions.pod:6851
16316 msgid ""
16317 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
16318 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
16319 "use>."
16320 msgstr ""
16321
16322 #. type: =head2
16323 #: ../src/guestfs-actions.pod:6857
16324 msgid "guestfs_vgscan"
16325 msgstr ""
16326
16327 #. type: verbatim
16328 #: ../src/guestfs-actions.pod:6859
16329 #, no-wrap
16330 msgid ""
16331 " int\n"
16332 " guestfs_vgscan (guestfs_h *g);\n"
16333 "\n"
16334 msgstr ""
16335
16336 #. type: textblock
16337 #: ../src/guestfs-actions.pod:6862 ../fish/guestfish-actions.pod:4574
16338 msgid ""
16339 "This rescans all block devices and rebuilds the list of LVM physical "
16340 "volumes, volume groups and logical volumes."
16341 msgstr ""
16342
16343 #. type: =head2
16344 #: ../src/guestfs-actions.pod:6869
16345 msgid "guestfs_vguuid"
16346 msgstr ""
16347
16348 #. type: verbatim
16349 #: ../src/guestfs-actions.pod:6871
16350 #, no-wrap
16351 msgid ""
16352 " char *\n"
16353 " guestfs_vguuid (guestfs_h *g,\n"
16354 "                 const char *vgname);\n"
16355 "\n"
16356 msgstr ""
16357
16358 #. type: textblock
16359 #: ../src/guestfs-actions.pod:6875 ../fish/guestfish-actions.pod:4581
16360 msgid "This command returns the UUID of the LVM VG named C<vgname>."
16361 msgstr ""
16362
16363 #. type: =head2
16364 #: ../src/guestfs-actions.pod:6882
16365 msgid "guestfs_wait_ready"
16366 msgstr ""
16367
16368 #. type: verbatim
16369 #: ../src/guestfs-actions.pod:6884
16370 #, no-wrap
16371 msgid ""
16372 " int\n"
16373 " guestfs_wait_ready (guestfs_h *g);\n"
16374 "\n"
16375 msgstr ""
16376
16377 #. type: textblock
16378 #: ../src/guestfs-actions.pod:6887
16379 msgid "This function is a no op."
16380 msgstr ""
16381
16382 #. type: textblock
16383 #: ../src/guestfs-actions.pod:6889
16384 msgid ""
16385 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
16386 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
16387 "is no longer necessary because C<guestfs_launch> now does the waiting."
16388 msgstr ""
16389
16390 #. type: textblock
16391 #: ../src/guestfs-actions.pod:6894
16392 msgid ""
16393 "If you see any calls to this function in code then you can just remove them, "
16394 "unless you want to retain compatibility with older versions of the API."
16395 msgstr ""
16396
16397 #. type: =head2
16398 #: ../src/guestfs-actions.pod:6902
16399 msgid "guestfs_wc_c"
16400 msgstr ""
16401
16402 #. type: verbatim
16403 #: ../src/guestfs-actions.pod:6904
16404 #, no-wrap
16405 msgid ""
16406 " int\n"
16407 " guestfs_wc_c (guestfs_h *g,\n"
16408 "               const char *path);\n"
16409 "\n"
16410 msgstr ""
16411
16412 #. type: textblock
16413 #: ../src/guestfs-actions.pod:6908 ../fish/guestfish-actions.pod:4587
16414 msgid ""
16415 "This command counts the characters in a file, using the C<wc -c> external "
16416 "command."
16417 msgstr ""
16418
16419 #. type: =head2
16420 #: ../src/guestfs-actions.pod:6915
16421 msgid "guestfs_wc_l"
16422 msgstr ""
16423
16424 #. type: verbatim
16425 #: ../src/guestfs-actions.pod:6917
16426 #, no-wrap
16427 msgid ""
16428 " int\n"
16429 " guestfs_wc_l (guestfs_h *g,\n"
16430 "               const char *path);\n"
16431 "\n"
16432 msgstr ""
16433
16434 #. type: textblock
16435 #: ../src/guestfs-actions.pod:6921 ../fish/guestfish-actions.pod:4594
16436 msgid ""
16437 "This command counts the lines in a file, using the C<wc -l> external "
16438 "command."
16439 msgstr ""
16440
16441 #. type: =head2
16442 #: ../src/guestfs-actions.pod:6928
16443 msgid "guestfs_wc_w"
16444 msgstr ""
16445
16446 #. type: verbatim
16447 #: ../src/guestfs-actions.pod:6930
16448 #, no-wrap
16449 msgid ""
16450 " int\n"
16451 " guestfs_wc_w (guestfs_h *g,\n"
16452 "               const char *path);\n"
16453 "\n"
16454 msgstr ""
16455
16456 #. type: textblock
16457 #: ../src/guestfs-actions.pod:6934 ../fish/guestfish-actions.pod:4601
16458 msgid ""
16459 "This command counts the words in a file, using the C<wc -w> external "
16460 "command."
16461 msgstr ""
16462
16463 #. type: =head2
16464 #: ../src/guestfs-actions.pod:6941
16465 msgid "guestfs_write"
16466 msgstr ""
16467
16468 #. type: verbatim
16469 #: ../src/guestfs-actions.pod:6943
16470 #, no-wrap
16471 msgid ""
16472 " int\n"
16473 " guestfs_write (guestfs_h *g,\n"
16474 "                const char *path,\n"
16475 "                const char *content,\n"
16476 "                size_t content_size);\n"
16477 "\n"
16478 msgstr ""
16479
16480 #. type: textblock
16481 #: ../src/guestfs-actions.pod:6949 ../fish/guestfish-actions.pod:4608
16482 msgid ""
16483 "This call creates a file called C<path>.  The content of the file is the "
16484 "string C<content> (which can contain any 8 bit data)."
16485 msgstr ""
16486
16487 #. type: =head2
16488 #: ../src/guestfs-actions.pod:6959
16489 msgid "guestfs_write_file"
16490 msgstr ""
16491
16492 #. type: verbatim
16493 #: ../src/guestfs-actions.pod:6961
16494 #, no-wrap
16495 msgid ""
16496 " int\n"
16497 " guestfs_write_file (guestfs_h *g,\n"
16498 "                     const char *path,\n"
16499 "                     const char *content,\n"
16500 "                     int size);\n"
16501 "\n"
16502 msgstr ""
16503
16504 #. type: textblock
16505 #: ../src/guestfs-actions.pod:6967 ../fish/guestfish-actions.pod:4618
16506 msgid ""
16507 "This call creates a file called C<path>.  The contents of the file is the "
16508 "string C<content> (which can contain any 8 bit data), with length C<size>."
16509 msgstr ""
16510
16511 #. type: textblock
16512 #: ../src/guestfs-actions.pod:6971 ../fish/guestfish-actions.pod:4622
16513 msgid ""
16514 "As a special case, if C<size> is C<0> then the length is calculated using "
16515 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
16516 msgstr ""
16517
16518 #. type: textblock
16519 #: ../src/guestfs-actions.pod:6975 ../fish/guestfish-actions.pod:4626
16520 msgid ""
16521 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
16522 "I<not> work, even if the length is specified."
16523 msgstr ""
16524
16525 #. type: textblock
16526 #: ../src/guestfs-actions.pod:6983
16527 msgid ""
16528 "This function is deprecated.  In new code, use the L</guestfs_write> call "
16529 "instead."
16530 msgstr ""
16531
16532 #. type: =head2
16533 #: ../src/guestfs-actions.pod:6992
16534 msgid "guestfs_zegrep"
16535 msgstr ""
16536
16537 #. type: verbatim
16538 #: ../src/guestfs-actions.pod:6994
16539 #, no-wrap
16540 msgid ""
16541 " char **\n"
16542 " guestfs_zegrep (guestfs_h *g,\n"
16543 "                 const char *regex,\n"
16544 "                 const char *path);\n"
16545 "\n"
16546 msgstr ""
16547
16548 #. type: textblock
16549 #: ../src/guestfs-actions.pod:6999 ../fish/guestfish-actions.pod:4643
16550 msgid "This calls the external C<zegrep> program and returns the matching lines."
16551 msgstr ""
16552
16553 #. type: =head2
16554 #: ../src/guestfs-actions.pod:7011
16555 msgid "guestfs_zegrepi"
16556 msgstr ""
16557
16558 #. type: verbatim
16559 #: ../src/guestfs-actions.pod:7013
16560 #, no-wrap
16561 msgid ""
16562 " char **\n"
16563 " guestfs_zegrepi (guestfs_h *g,\n"
16564 "                  const char *regex,\n"
16565 "                  const char *path);\n"
16566 "\n"
16567 msgstr ""
16568
16569 #. type: textblock
16570 #: ../src/guestfs-actions.pod:7018 ../fish/guestfish-actions.pod:4653
16571 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
16572 msgstr ""
16573
16574 #. type: =head2
16575 #: ../src/guestfs-actions.pod:7030
16576 msgid "guestfs_zero"
16577 msgstr ""
16578
16579 #. type: verbatim
16580 #: ../src/guestfs-actions.pod:7032
16581 #, no-wrap
16582 msgid ""
16583 " int\n"
16584 " guestfs_zero (guestfs_h *g,\n"
16585 "               const char *device);\n"
16586 "\n"
16587 msgstr ""
16588
16589 #. type: textblock
16590 #: ../src/guestfs-actions.pod:7036 ../fish/guestfish-actions.pod:4663
16591 msgid "This command writes zeroes over the first few blocks of C<device>."
16592 msgstr ""
16593
16594 #. type: textblock
16595 #: ../src/guestfs-actions.pod:7038 ../fish/guestfish-actions.pod:4665
16596 msgid ""
16597 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
16598 "securely wipe the device).  It should be sufficient to remove any partition "
16599 "tables, filesystem superblocks and so on."
16600 msgstr ""
16601
16602 #. type: textblock
16603 #: ../src/guestfs-actions.pod:7042
16604 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
16605 msgstr ""
16606
16607 #. type: =head2
16608 #: ../src/guestfs-actions.pod:7053
16609 msgid "guestfs_zero_device"
16610 msgstr ""
16611
16612 #. type: verbatim
16613 #: ../src/guestfs-actions.pod:7055
16614 #, no-wrap
16615 msgid ""
16616 " int\n"
16617 " guestfs_zero_device (guestfs_h *g,\n"
16618 "                      const char *device);\n"
16619 "\n"
16620 msgstr ""
16621
16622 #. type: textblock
16623 #: ../src/guestfs-actions.pod:7059
16624 msgid ""
16625 "This command writes zeroes over the entire C<device>.  Compare with "
16626 "C<guestfs_zero> which just zeroes the first few blocks of a device."
16627 msgstr ""
16628
16629 #. type: textblock
16630 #: ../src/guestfs-actions.pod:7073
16631 msgid "(Added in 1.3.1)"
16632 msgstr ""
16633
16634 #. type: =head2
16635 #: ../src/guestfs-actions.pod:7075
16636 msgid "guestfs_zerofree"
16637 msgstr ""
16638
16639 #. type: verbatim
16640 #: ../src/guestfs-actions.pod:7077
16641 #, no-wrap
16642 msgid ""
16643 " int\n"
16644 " guestfs_zerofree (guestfs_h *g,\n"
16645 "                   const char *device);\n"
16646 "\n"
16647 msgstr ""
16648
16649 #. type: textblock
16650 #: ../src/guestfs-actions.pod:7081 ../fish/guestfish-actions.pod:4686
16651 msgid ""
16652 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
16653 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
16654 "possible to compress the filesystem more effectively."
16655 msgstr ""
16656
16657 #. type: textblock
16658 #: ../src/guestfs-actions.pod:7086 ../fish/guestfish-actions.pod:4691
16659 msgid "You should B<not> run this program if the filesystem is mounted."
16660 msgstr ""
16661
16662 #. type: textblock
16663 #: ../src/guestfs-actions.pod:7089 ../fish/guestfish-actions.pod:4694
16664 msgid ""
16665 "It is possible that using this program can damage the filesystem or data on "
16666 "the filesystem."
16667 msgstr ""
16668
16669 #. type: =head2
16670 #: ../src/guestfs-actions.pod:7096
16671 msgid "guestfs_zfgrep"
16672 msgstr ""
16673
16674 #. type: verbatim
16675 #: ../src/guestfs-actions.pod:7098
16676 #, no-wrap
16677 msgid ""
16678 " char **\n"
16679 " guestfs_zfgrep (guestfs_h *g,\n"
16680 "                 const char *pattern,\n"
16681 "                 const char *path);\n"
16682 "\n"
16683 msgstr ""
16684
16685 #. type: textblock
16686 #: ../src/guestfs-actions.pod:7103 ../fish/guestfish-actions.pod:4701
16687 msgid "This calls the external C<zfgrep> program and returns the matching lines."
16688 msgstr ""
16689
16690 #. type: =head2
16691 #: ../src/guestfs-actions.pod:7115
16692 msgid "guestfs_zfgrepi"
16693 msgstr ""
16694
16695 #. type: verbatim
16696 #: ../src/guestfs-actions.pod:7117
16697 #, no-wrap
16698 msgid ""
16699 " char **\n"
16700 " guestfs_zfgrepi (guestfs_h *g,\n"
16701 "                  const char *pattern,\n"
16702 "                  const char *path);\n"
16703 "\n"
16704 msgstr ""
16705
16706 #. type: textblock
16707 #: ../src/guestfs-actions.pod:7122 ../fish/guestfish-actions.pod:4711
16708 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
16709 msgstr ""
16710
16711 #. type: =head2
16712 #: ../src/guestfs-actions.pod:7134
16713 msgid "guestfs_zfile"
16714 msgstr ""
16715
16716 #. type: verbatim
16717 #: ../src/guestfs-actions.pod:7136
16718 #, no-wrap
16719 msgid ""
16720 " char *\n"
16721 " guestfs_zfile (guestfs_h *g,\n"
16722 "                const char *meth,\n"
16723 "                const char *path);\n"
16724 "\n"
16725 msgstr ""
16726
16727 #. type: textblock
16728 #: ../src/guestfs-actions.pod:7141 ../fish/guestfish-actions.pod:4721
16729 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
16730 msgstr ""
16731
16732 #. type: textblock
16733 #: ../src/guestfs-actions.pod:7144 ../fish/guestfish-actions.pod:4724
16734 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
16735 msgstr ""
16736
16737 #. type: textblock
16738 #: ../src/guestfs-actions.pod:7146
16739 msgid ""
16740 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
16741 "files."
16742 msgstr ""
16743
16744 #. type: textblock
16745 #: ../src/guestfs-actions.pod:7152
16746 msgid ""
16747 "This function is deprecated.  In new code, use the L</guestfs_file> call "
16748 "instead."
16749 msgstr ""
16750
16751 #. type: =head2
16752 #: ../src/guestfs-actions.pod:7161
16753 msgid "guestfs_zgrep"
16754 msgstr ""
16755
16756 #. type: verbatim
16757 #: ../src/guestfs-actions.pod:7163
16758 #, no-wrap
16759 msgid ""
16760 " char **\n"
16761 " guestfs_zgrep (guestfs_h *g,\n"
16762 "                const char *regex,\n"
16763 "                const char *path);\n"
16764 "\n"
16765 msgstr ""
16766
16767 #. type: textblock
16768 #: ../src/guestfs-actions.pod:7168 ../fish/guestfish-actions.pod:4740
16769 msgid "This calls the external C<zgrep> program and returns the matching lines."
16770 msgstr ""
16771
16772 #. type: =head2
16773 #: ../src/guestfs-actions.pod:7180
16774 msgid "guestfs_zgrepi"
16775 msgstr ""
16776
16777 #. type: verbatim
16778 #: ../src/guestfs-actions.pod:7182
16779 #, no-wrap
16780 msgid ""
16781 " char **\n"
16782 " guestfs_zgrepi (guestfs_h *g,\n"
16783 "                 const char *regex,\n"
16784 "                 const char *path);\n"
16785 "\n"
16786 msgstr ""
16787
16788 #. type: textblock
16789 #: ../src/guestfs-actions.pod:7187 ../fish/guestfish-actions.pod:4750
16790 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
16791 msgstr ""
16792
16793 #. type: =item
16794 #: ../src/guestfs-availability.pod:3
16795 msgid "B<augeas>"
16796 msgstr ""
16797
16798 #. type: textblock
16799 #: ../src/guestfs-availability.pod:5
16800 msgid ""
16801 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
16802 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
16803 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
16804 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
16805 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
16806 msgstr ""
16807
16808 #. type: =item
16809 #: ../src/guestfs-availability.pod:21
16810 msgid "B<inotify>"
16811 msgstr ""
16812
16813 #. type: textblock
16814 #: ../src/guestfs-availability.pod:23
16815 msgid ""
16816 "The following functions: L</guestfs_inotify_add_watch> "
16817 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
16818 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
16819 msgstr ""
16820
16821 #. type: =item
16822 #: ../src/guestfs-availability.pod:31
16823 msgid "B<linuxfsuuid>"
16824 msgstr ""
16825
16826 #. type: textblock
16827 #: ../src/guestfs-availability.pod:33
16828 msgid ""
16829 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
16830 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
16831 msgstr ""
16832
16833 #. type: =item
16834 #: ../src/guestfs-availability.pod:40
16835 msgid "B<linuxmodules>"
16836 msgstr ""
16837
16838 #. type: textblock
16839 #: ../src/guestfs-availability.pod:42
16840 msgid "The following functions: L</guestfs_modprobe>"
16841 msgstr ""
16842
16843 #. type: =item
16844 #: ../src/guestfs-availability.pod:45
16845 msgid "B<linuxxattrs>"
16846 msgstr ""
16847
16848 #. type: textblock
16849 #: ../src/guestfs-availability.pod:47
16850 msgid ""
16851 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
16852 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
16853 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
16854 "L</guestfs_setxattr>"
16855 msgstr ""
16856
16857 #. type: =item
16858 #: ../src/guestfs-availability.pod:58
16859 msgid "B<luks>"
16860 msgstr ""
16861
16862 #. type: textblock
16863 #: ../src/guestfs-availability.pod:60
16864 msgid ""
16865 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
16866 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
16867 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
16868 msgstr ""
16869
16870 #. type: =item
16871 #: ../src/guestfs-availability.pod:69
16872 msgid "B<lvm2>"
16873 msgstr ""
16874
16875 #. type: textblock
16876 #: ../src/guestfs-availability.pod:71
16877 msgid ""
16878 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
16879 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
16880 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
16881 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
16882 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
16883 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
16884 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
16885 "L</guestfs_vgs_full>"
16886 msgstr ""
16887
16888 #. type: =item
16889 #: ../src/guestfs-availability.pod:94
16890 msgid "B<mknod>"
16891 msgstr ""
16892
16893 #. type: textblock
16894 #: ../src/guestfs-availability.pod:96
16895 msgid ""
16896 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
16897 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
16898 msgstr ""
16899
16900 #. type: =item
16901 #: ../src/guestfs-availability.pod:102
16902 msgid "B<ntfs3g>"
16903 msgstr ""
16904
16905 #. type: textblock
16906 #: ../src/guestfs-availability.pod:104
16907 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
16908 msgstr ""
16909
16910 #. type: =item
16911 #: ../src/guestfs-availability.pod:107
16912 msgid "B<ntfsprogs>"
16913 msgstr ""
16914
16915 #. type: textblock
16916 #: ../src/guestfs-availability.pod:109
16917 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
16918 msgstr ""
16919
16920 #. type: =item
16921 #: ../src/guestfs-availability.pod:113
16922 msgid "B<realpath>"
16923 msgstr ""
16924
16925 #. type: textblock
16926 #: ../src/guestfs-availability.pod:115
16927 msgid "The following functions: L</guestfs_realpath>"
16928 msgstr ""
16929
16930 #. type: =item
16931 #: ../src/guestfs-availability.pod:118
16932 msgid "B<scrub>"
16933 msgstr ""
16934
16935 #. type: textblock
16936 #: ../src/guestfs-availability.pod:120
16937 msgid ""
16938 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
16939 "L</guestfs_scrub_freespace>"
16940 msgstr ""
16941
16942 #. type: =item
16943 #: ../src/guestfs-availability.pod:125
16944 msgid "B<selinux>"
16945 msgstr ""
16946
16947 #. type: textblock
16948 #: ../src/guestfs-availability.pod:127
16949 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
16950 msgstr ""
16951
16952 #. type: =item
16953 #: ../src/guestfs-availability.pod:131
16954 msgid "B<xz>"
16955 msgstr ""
16956
16957 #. type: textblock
16958 #: ../src/guestfs-availability.pod:133
16959 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
16960 msgstr ""
16961
16962 #. type: =item
16963 #: ../src/guestfs-availability.pod:137
16964 msgid "B<zerofree>"
16965 msgstr ""
16966
16967 #. type: textblock
16968 #: ../src/guestfs-availability.pod:139
16969 msgid "The following functions: L</guestfs_zerofree>"
16970 msgstr ""
16971
16972 #. type: =head2
16973 #: ../src/guestfs-structs.pod:1
16974 msgid "guestfs_int_bool"
16975 msgstr ""
16976
16977 #. type: verbatim
16978 #: ../src/guestfs-structs.pod:3
16979 #, no-wrap
16980 msgid ""
16981 " struct guestfs_int_bool {\n"
16982 "   int32_t i;\n"
16983 "   int32_t b;\n"
16984 " };\n"
16985 " \n"
16986 msgstr ""
16987
16988 #. type: verbatim
16989 #: ../src/guestfs-structs.pod:8
16990 #, no-wrap
16991 msgid ""
16992 " struct guestfs_int_bool_list {\n"
16993 "   uint32_t len; /* Number of elements in list. */\n"
16994 "   struct guestfs_int_bool *val; /* Elements. */\n"
16995 " };\n"
16996 " \n"
16997 msgstr ""
16998
16999 #. type: verbatim
17000 #: ../src/guestfs-structs.pod:13
17001 #, no-wrap
17002 msgid ""
17003 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
17004 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
17005 "\n"
17006 msgstr ""
17007
17008 #. type: =head2
17009 #: ../src/guestfs-structs.pod:16
17010 msgid "guestfs_lvm_pv"
17011 msgstr ""
17012
17013 #. type: verbatim
17014 #: ../src/guestfs-structs.pod:18
17015 #, no-wrap
17016 msgid ""
17017 " struct guestfs_lvm_pv {\n"
17018 "   char *pv_name;\n"
17019 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17020 "*/\n"
17021 "   char pv_uuid[32];\n"
17022 "   char *pv_fmt;\n"
17023 "   uint64_t pv_size;\n"
17024 "   uint64_t dev_size;\n"
17025 "   uint64_t pv_free;\n"
17026 "   uint64_t pv_used;\n"
17027 "   char *pv_attr;\n"
17028 "   int64_t pv_pe_count;\n"
17029 "   int64_t pv_pe_alloc_count;\n"
17030 "   char *pv_tags;\n"
17031 "   uint64_t pe_start;\n"
17032 "   int64_t pv_mda_count;\n"
17033 "   uint64_t pv_mda_free;\n"
17034 " };\n"
17035 " \n"
17036 msgstr ""
17037
17038 #. type: verbatim
17039 #: ../src/guestfs-structs.pod:36
17040 #, no-wrap
17041 msgid ""
17042 " struct guestfs_lvm_pv_list {\n"
17043 "   uint32_t len; /* Number of elements in list. */\n"
17044 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
17045 " };\n"
17046 " \n"
17047 msgstr ""
17048
17049 #. type: verbatim
17050 #: ../src/guestfs-structs.pod:41
17051 #, no-wrap
17052 msgid ""
17053 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17054 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17055 "\n"
17056 msgstr ""
17057
17058 #. type: =head2
17059 #: ../src/guestfs-structs.pod:44
17060 msgid "guestfs_lvm_vg"
17061 msgstr ""
17062
17063 #. type: verbatim
17064 #: ../src/guestfs-structs.pod:46
17065 #, no-wrap
17066 msgid ""
17067 " struct guestfs_lvm_vg {\n"
17068 "   char *vg_name;\n"
17069 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17070 "*/\n"
17071 "   char vg_uuid[32];\n"
17072 "   char *vg_fmt;\n"
17073 "   char *vg_attr;\n"
17074 "   uint64_t vg_size;\n"
17075 "   uint64_t vg_free;\n"
17076 "   char *vg_sysid;\n"
17077 "   uint64_t vg_extent_size;\n"
17078 "   int64_t vg_extent_count;\n"
17079 "   int64_t vg_free_count;\n"
17080 "   int64_t max_lv;\n"
17081 "   int64_t max_pv;\n"
17082 "   int64_t pv_count;\n"
17083 "   int64_t lv_count;\n"
17084 "   int64_t snap_count;\n"
17085 "   int64_t vg_seqno;\n"
17086 "   char *vg_tags;\n"
17087 "   int64_t vg_mda_count;\n"
17088 "   uint64_t vg_mda_free;\n"
17089 " };\n"
17090 " \n"
17091 msgstr ""
17092
17093 #. type: verbatim
17094 #: ../src/guestfs-structs.pod:69
17095 #, no-wrap
17096 msgid ""
17097 " struct guestfs_lvm_vg_list {\n"
17098 "   uint32_t len; /* Number of elements in list. */\n"
17099 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17100 " };\n"
17101 " \n"
17102 msgstr ""
17103
17104 #. type: verbatim
17105 #: ../src/guestfs-structs.pod:74
17106 #, no-wrap
17107 msgid ""
17108 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17109 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17110 "\n"
17111 msgstr ""
17112
17113 #. type: =head2
17114 #: ../src/guestfs-structs.pod:77
17115 msgid "guestfs_lvm_lv"
17116 msgstr ""
17117
17118 #. type: verbatim
17119 #: ../src/guestfs-structs.pod:79
17120 #, no-wrap
17121 msgid ""
17122 " struct guestfs_lvm_lv {\n"
17123 "   char *lv_name;\n"
17124 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17125 "*/\n"
17126 "   char lv_uuid[32];\n"
17127 "   char *lv_attr;\n"
17128 "   int64_t lv_major;\n"
17129 "   int64_t lv_minor;\n"
17130 "   int64_t lv_kernel_major;\n"
17131 "   int64_t lv_kernel_minor;\n"
17132 "   uint64_t lv_size;\n"
17133 "   int64_t seg_count;\n"
17134 "   char *origin;\n"
17135 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17136 "   float snap_percent;\n"
17137 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17138 "   float copy_percent;\n"
17139 "   char *move_pv;\n"
17140 "   char *lv_tags;\n"
17141 "   char *mirror_log;\n"
17142 "   char *modules;\n"
17143 " };\n"
17144 " \n"
17145 msgstr ""
17146
17147 #. type: verbatim
17148 #: ../src/guestfs-structs.pod:101
17149 #, no-wrap
17150 msgid ""
17151 " struct guestfs_lvm_lv_list {\n"
17152 "   uint32_t len; /* Number of elements in list. */\n"
17153 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
17154 " };\n"
17155 " \n"
17156 msgstr ""
17157
17158 #. type: verbatim
17159 #: ../src/guestfs-structs.pod:106
17160 #, no-wrap
17161 msgid ""
17162 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
17163 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
17164 "\n"
17165 msgstr ""
17166
17167 #. type: verbatim
17168 #: ../src/guestfs-structs.pod:111
17169 #, no-wrap
17170 msgid ""
17171 " struct guestfs_stat {\n"
17172 "   int64_t dev;\n"
17173 "   int64_t ino;\n"
17174 "   int64_t mode;\n"
17175 "   int64_t nlink;\n"
17176 "   int64_t uid;\n"
17177 "   int64_t gid;\n"
17178 "   int64_t rdev;\n"
17179 "   int64_t size;\n"
17180 "   int64_t blksize;\n"
17181 "   int64_t blocks;\n"
17182 "   int64_t atime;\n"
17183 "   int64_t mtime;\n"
17184 "   int64_t ctime;\n"
17185 " };\n"
17186 " \n"
17187 msgstr ""
17188
17189 #. type: verbatim
17190 #: ../src/guestfs-structs.pod:127
17191 #, no-wrap
17192 msgid ""
17193 " struct guestfs_stat_list {\n"
17194 "   uint32_t len; /* Number of elements in list. */\n"
17195 "   struct guestfs_stat *val; /* Elements. */\n"
17196 " };\n"
17197 " \n"
17198 msgstr ""
17199
17200 #. type: verbatim
17201 #: ../src/guestfs-structs.pod:132
17202 #, no-wrap
17203 msgid ""
17204 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
17205 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
17206 "\n"
17207 msgstr ""
17208
17209 #. type: verbatim
17210 #: ../src/guestfs-structs.pod:137
17211 #, no-wrap
17212 msgid ""
17213 " struct guestfs_statvfs {\n"
17214 "   int64_t bsize;\n"
17215 "   int64_t frsize;\n"
17216 "   int64_t blocks;\n"
17217 "   int64_t bfree;\n"
17218 "   int64_t bavail;\n"
17219 "   int64_t files;\n"
17220 "   int64_t ffree;\n"
17221 "   int64_t favail;\n"
17222 "   int64_t fsid;\n"
17223 "   int64_t flag;\n"
17224 "   int64_t namemax;\n"
17225 " };\n"
17226 " \n"
17227 msgstr ""
17228
17229 #. type: verbatim
17230 #: ../src/guestfs-structs.pod:151
17231 #, no-wrap
17232 msgid ""
17233 " struct guestfs_statvfs_list {\n"
17234 "   uint32_t len; /* Number of elements in list. */\n"
17235 "   struct guestfs_statvfs *val; /* Elements. */\n"
17236 " };\n"
17237 " \n"
17238 msgstr ""
17239
17240 #. type: verbatim
17241 #: ../src/guestfs-structs.pod:156
17242 #, no-wrap
17243 msgid ""
17244 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
17245 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
17246 "\n"
17247 msgstr ""
17248
17249 #. type: =head2
17250 #: ../src/guestfs-structs.pod:159
17251 msgid "guestfs_dirent"
17252 msgstr ""
17253
17254 #. type: verbatim
17255 #: ../src/guestfs-structs.pod:161
17256 #, no-wrap
17257 msgid ""
17258 " struct guestfs_dirent {\n"
17259 "   int64_t ino;\n"
17260 "   char ftyp;\n"
17261 "   char *name;\n"
17262 " };\n"
17263 " \n"
17264 msgstr ""
17265
17266 #. type: verbatim
17267 #: ../src/guestfs-structs.pod:167
17268 #, no-wrap
17269 msgid ""
17270 " struct guestfs_dirent_list {\n"
17271 "   uint32_t len; /* Number of elements in list. */\n"
17272 "   struct guestfs_dirent *val; /* Elements. */\n"
17273 " };\n"
17274 " \n"
17275 msgstr ""
17276
17277 #. type: verbatim
17278 #: ../src/guestfs-structs.pod:172
17279 #, no-wrap
17280 msgid ""
17281 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
17282 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
17283 "\n"
17284 msgstr ""
17285
17286 #. type: verbatim
17287 #: ../src/guestfs-structs.pod:177
17288 #, no-wrap
17289 msgid ""
17290 " struct guestfs_version {\n"
17291 "   int64_t major;\n"
17292 "   int64_t minor;\n"
17293 "   int64_t release;\n"
17294 "   char *extra;\n"
17295 " };\n"
17296 " \n"
17297 msgstr ""
17298
17299 #. type: verbatim
17300 #: ../src/guestfs-structs.pod:184
17301 #, no-wrap
17302 msgid ""
17303 " struct guestfs_version_list {\n"
17304 "   uint32_t len; /* Number of elements in list. */\n"
17305 "   struct guestfs_version *val; /* Elements. */\n"
17306 " };\n"
17307 " \n"
17308 msgstr ""
17309
17310 #. type: verbatim
17311 #: ../src/guestfs-structs.pod:189
17312 #, no-wrap
17313 msgid ""
17314 " void guestfs_free_version (struct guestfs_free_version *);\n"
17315 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
17316 "\n"
17317 msgstr ""
17318
17319 #. type: =head2
17320 #: ../src/guestfs-structs.pod:192
17321 msgid "guestfs_xattr"
17322 msgstr ""
17323
17324 #. type: verbatim
17325 #: ../src/guestfs-structs.pod:194
17326 #, no-wrap
17327 msgid ""
17328 " struct guestfs_xattr {\n"
17329 "   char *attrname;\n"
17330 "   /* The next two fields describe a byte array. */\n"
17331 "   uint32_t attrval_len;\n"
17332 "   char *attrval;\n"
17333 " };\n"
17334 " \n"
17335 msgstr ""
17336
17337 #. type: verbatim
17338 #: ../src/guestfs-structs.pod:201
17339 #, no-wrap
17340 msgid ""
17341 " struct guestfs_xattr_list {\n"
17342 "   uint32_t len; /* Number of elements in list. */\n"
17343 "   struct guestfs_xattr *val; /* Elements. */\n"
17344 " };\n"
17345 " \n"
17346 msgstr ""
17347
17348 #. type: verbatim
17349 #: ../src/guestfs-structs.pod:206
17350 #, no-wrap
17351 msgid ""
17352 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
17353 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
17354 "\n"
17355 msgstr ""
17356
17357 #. type: =head2
17358 #: ../src/guestfs-structs.pod:209
17359 msgid "guestfs_inotify_event"
17360 msgstr ""
17361
17362 #. type: verbatim
17363 #: ../src/guestfs-structs.pod:211
17364 #, no-wrap
17365 msgid ""
17366 " struct guestfs_inotify_event {\n"
17367 "   int64_t in_wd;\n"
17368 "   uint32_t in_mask;\n"
17369 "   uint32_t in_cookie;\n"
17370 "   char *in_name;\n"
17371 " };\n"
17372 " \n"
17373 msgstr ""
17374
17375 #. type: verbatim
17376 #: ../src/guestfs-structs.pod:218
17377 #, no-wrap
17378 msgid ""
17379 " struct guestfs_inotify_event_list {\n"
17380 "   uint32_t len; /* Number of elements in list. */\n"
17381 "   struct guestfs_inotify_event *val; /* Elements. */\n"
17382 " };\n"
17383 " \n"
17384 msgstr ""
17385
17386 #. type: verbatim
17387 #: ../src/guestfs-structs.pod:223
17388 #, no-wrap
17389 msgid ""
17390 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
17391 " void guestfs_free_inotify_event_list (struct "
17392 "guestfs_free_inotify_event_list *);\n"
17393 "\n"
17394 msgstr ""
17395
17396 #. type: =head2
17397 #: ../src/guestfs-structs.pod:226
17398 msgid "guestfs_partition"
17399 msgstr ""
17400
17401 #. type: verbatim
17402 #: ../src/guestfs-structs.pod:228
17403 #, no-wrap
17404 msgid ""
17405 " struct guestfs_partition {\n"
17406 "   int32_t part_num;\n"
17407 "   uint64_t part_start;\n"
17408 "   uint64_t part_end;\n"
17409 "   uint64_t part_size;\n"
17410 " };\n"
17411 " \n"
17412 msgstr ""
17413
17414 #. type: verbatim
17415 #: ../src/guestfs-structs.pod:235
17416 #, no-wrap
17417 msgid ""
17418 " struct guestfs_partition_list {\n"
17419 "   uint32_t len; /* Number of elements in list. */\n"
17420 "   struct guestfs_partition *val; /* Elements. */\n"
17421 " };\n"
17422 " \n"
17423 msgstr ""
17424
17425 #. type: verbatim
17426 #: ../src/guestfs-structs.pod:240
17427 #, no-wrap
17428 msgid ""
17429 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
17430 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
17431 "\n"
17432 msgstr ""
17433
17434 #. type: =head2
17435 #: ../src/guestfs-structs.pod:243
17436 msgid "guestfs_application"
17437 msgstr ""
17438
17439 #. type: verbatim
17440 #: ../src/guestfs-structs.pod:245
17441 #, no-wrap
17442 msgid ""
17443 " struct guestfs_application {\n"
17444 "   char *app_name;\n"
17445 "   char *app_display_name;\n"
17446 "   int32_t app_epoch;\n"
17447 "   char *app_version;\n"
17448 "   char *app_release;\n"
17449 "   char *app_install_path;\n"
17450 "   char *app_trans_path;\n"
17451 "   char *app_publisher;\n"
17452 "   char *app_url;\n"
17453 "   char *app_source_package;\n"
17454 "   char *app_summary;\n"
17455 "   char *app_description;\n"
17456 " };\n"
17457 " \n"
17458 msgstr ""
17459
17460 #. type: verbatim
17461 #: ../src/guestfs-structs.pod:260
17462 #, no-wrap
17463 msgid ""
17464 " struct guestfs_application_list {\n"
17465 "   uint32_t len; /* Number of elements in list. */\n"
17466 "   struct guestfs_application *val; /* Elements. */\n"
17467 " };\n"
17468 " \n"
17469 msgstr ""
17470
17471 #. type: verbatim
17472 #: ../src/guestfs-structs.pod:265
17473 #, no-wrap
17474 msgid ""
17475 " void guestfs_free_application (struct guestfs_free_application *);\n"
17476 " void guestfs_free_application_list (struct guestfs_free_application_list "
17477 "*);\n"
17478 "\n"
17479 msgstr ""
17480
17481 #. type: textblock
17482 #: ../fish/guestfish.pod:5
17483 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
17484 msgstr ""
17485
17486 #. type: verbatim
17487 #: ../fish/guestfish.pod:9
17488 #, no-wrap
17489 msgid ""
17490 " guestfish [--options] [commands]\n"
17491 "\n"
17492 msgstr ""
17493
17494 #. type: verbatim
17495 #: ../fish/guestfish.pod:11
17496 #, no-wrap
17497 msgid ""
17498 " guestfish\n"
17499 "\n"
17500 msgstr ""
17501
17502 #. type: verbatim
17503 #: ../fish/guestfish.pod:13
17504 #, no-wrap
17505 msgid ""
17506 " guestfish [--ro|--rw] -a disk.img\n"
17507 "\n"
17508 msgstr ""
17509
17510 #. type: verbatim
17511 #: ../fish/guestfish.pod:15
17512 #, no-wrap
17513 msgid ""
17514 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
17515 "\n"
17516 msgstr ""
17517
17518 #. type: verbatim
17519 #: ../fish/guestfish.pod:17
17520 #, no-wrap
17521 msgid ""
17522 " guestfish -d libvirt-domain\n"
17523 "\n"
17524 msgstr ""
17525
17526 #. type: verbatim
17527 #: ../fish/guestfish.pod:19
17528 #, no-wrap
17529 msgid ""
17530 " guestfish [--ro|--rw] -a disk.img -i\n"
17531 "\n"
17532 msgstr ""
17533
17534 #. type: verbatim
17535 #: ../fish/guestfish.pod:21
17536 #, no-wrap
17537 msgid ""
17538 " guestfish -d libvirt-domain -i\n"
17539 "\n"
17540 msgstr ""
17541
17542 #. type: =head1
17543 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
17544 msgid "WARNING"
17545 msgstr ""
17546
17547 #. type: textblock
17548 #: ../fish/guestfish.pod:25
17549 msgid ""
17550 "Using guestfish in read/write mode on live virtual machines can be "
17551 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
17552 "option to use guestfish safely if the disk image or virtual machine might be "
17553 "live."
17554 msgstr ""
17555
17556 #. type: textblock
17557 #: ../fish/guestfish.pod:32
17558 msgid ""
17559 "Guestfish is a shell and command-line tool for examining and modifying "
17560 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
17561 "functionality of the guestfs API, see L<guestfs(3)>."
17562 msgstr ""
17563
17564 #. type: textblock
17565 #: ../fish/guestfish.pod:36
17566 msgid ""
17567 "Guestfish gives you structured access to the libguestfs API, from shell "
17568 "scripts or the command line or interactively.  If you want to rescue a "
17569 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
17570 "command."
17571 msgstr ""
17572
17573 #. type: =head1
17574 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:908 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
17575 msgid "EXAMPLES"
17576 msgstr ""
17577
17578 #. type: =head2
17579 #: ../fish/guestfish.pod:43
17580 msgid "As an interactive shell"
17581 msgstr ""
17582
17583 #. type: verbatim
17584 #: ../fish/guestfish.pod:45
17585 #, no-wrap
17586 msgid ""
17587 " $ guestfish\n"
17588 " \n"
17589 msgstr ""
17590
17591 #. type: verbatim
17592 #: ../fish/guestfish.pod:47
17593 #, no-wrap
17594 msgid ""
17595 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
17596 " editing virtual machine filesystems.\n"
17597 " \n"
17598 msgstr ""
17599
17600 #. type: verbatim
17601 #: ../fish/guestfish.pod:50
17602 #, no-wrap
17603 msgid ""
17604 " Type: 'help' for a list of commands\n"
17605 "       'man' to read the manual\n"
17606 "       'quit' to quit the shell\n"
17607 " \n"
17608 msgstr ""
17609
17610 #. type: verbatim
17611 #: ../fish/guestfish.pod:54
17612 #, no-wrap
17613 msgid ""
17614 " ><fs> add-ro disk.img\n"
17615 " ><fs> run\n"
17616 " ><fs> list-filesystems\n"
17617 " /dev/sda1: ext4\n"
17618 " /dev/vg_guest/lv_root: ext4\n"
17619 " /dev/vg_guest/lv_swap: swap\n"
17620 " ><fs> mount /dev/vg_guest/lv_root /\n"
17621 " ><fs> cat /etc/fstab\n"
17622 " # /etc/fstab\n"
17623 " # Created by anaconda\n"
17624 " [...]\n"
17625 " ><fs> exit\n"
17626 "\n"
17627 msgstr ""
17628
17629 #. type: =head2
17630 #: ../fish/guestfish.pod:67
17631 msgid "From shell scripts"
17632 msgstr ""
17633
17634 #. type: textblock
17635 #: ../fish/guestfish.pod:69
17636 msgid "Create a new C</etc/motd> file in a guest or disk image:"
17637 msgstr ""
17638
17639 #. type: verbatim
17640 #: ../fish/guestfish.pod:71
17641 #, no-wrap
17642 msgid ""
17643 " guestfish <<_EOF_\n"
17644 " add disk.img\n"
17645 " run\n"
17646 " mount /dev/vg_guest/lv_root /\n"
17647 " write /etc/motd \"Welcome, new users\"\n"
17648 " _EOF_\n"
17649 "\n"
17650 msgstr ""
17651
17652 #. type: textblock
17653 #: ../fish/guestfish.pod:78
17654 msgid "List the LVM logical volumes in a disk image:"
17655 msgstr ""
17656
17657 #. type: verbatim
17658 #: ../fish/guestfish.pod:80
17659 #, no-wrap
17660 msgid ""
17661 " guestfish -a disk.img --ro <<_EOF_\n"
17662 " run\n"
17663 " lvs\n"
17664 " _EOF_\n"
17665 "\n"
17666 msgstr ""
17667
17668 #. type: textblock
17669 #: ../fish/guestfish.pod:85
17670 msgid "List all the filesystems in a disk image:"
17671 msgstr ""
17672
17673 #. type: verbatim
17674 #: ../fish/guestfish.pod:87
17675 #, no-wrap
17676 msgid ""
17677 " guestfish -a disk.img --ro <<_EOF_\n"
17678 " run\n"
17679 " list-filesystems\n"
17680 " _EOF_\n"
17681 "\n"
17682 msgstr ""
17683
17684 #. type: =head2
17685 #: ../fish/guestfish.pod:92
17686 msgid "On one command line"
17687 msgstr ""
17688
17689 #. type: textblock
17690 #: ../fish/guestfish.pod:94
17691 msgid "Update C</etc/resolv.conf> in a guest:"
17692 msgstr ""
17693
17694 #. type: verbatim
17695 #: ../fish/guestfish.pod:96
17696 #, no-wrap
17697 msgid ""
17698 " guestfish \\\n"
17699 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
17700 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
17701 "\n"
17702 msgstr ""
17703
17704 #. type: textblock
17705 #: ../fish/guestfish.pod:100
17706 msgid "Edit C</boot/grub/grub.conf> interactively:"
17707 msgstr ""
17708
17709 #. type: verbatim
17710 #: ../fish/guestfish.pod:102
17711 #, no-wrap
17712 msgid ""
17713 " guestfish --rw --add disk.img \\\n"
17714 "   --mount /dev/vg_guest/lv_root \\\n"
17715 "   --mount /dev/sda1:/boot \\\n"
17716 "   edit /boot/grub/grub.conf\n"
17717 "\n"
17718 msgstr ""
17719
17720 #. type: =head2
17721 #: ../fish/guestfish.pod:107
17722 msgid "Mount disks automatically"
17723 msgstr ""
17724
17725 #. type: textblock
17726 #: ../fish/guestfish.pod:109
17727 msgid ""
17728 "Use the I<-i> option to automatically mount the disks from a virtual "
17729 "machine:"
17730 msgstr ""
17731
17732 #. type: verbatim
17733 #: ../fish/guestfish.pod:112
17734 #, no-wrap
17735 msgid ""
17736 " guestfish --ro -a disk.img -i cat /etc/group\n"
17737 "\n"
17738 msgstr ""
17739
17740 #. type: verbatim
17741 #: ../fish/guestfish.pod:114
17742 #, no-wrap
17743 msgid ""
17744 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
17745 "\n"
17746 msgstr ""
17747
17748 #. type: textblock
17749 #: ../fish/guestfish.pod:116
17750 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
17751 msgstr ""
17752
17753 #. type: verbatim
17754 #: ../fish/guestfish.pod:118
17755 #, no-wrap
17756 msgid ""
17757 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
17758 "\n"
17759 msgstr ""
17760
17761 #. type: =head2
17762 #: ../fish/guestfish.pod:120
17763 msgid "As a script interpreter"
17764 msgstr ""
17765
17766 #. type: textblock
17767 #: ../fish/guestfish.pod:122
17768 msgid "Create a 100MB disk containing an ext2-formatted partition:"
17769 msgstr ""
17770
17771 #. type: verbatim
17772 #: ../fish/guestfish.pod:124
17773 #, no-wrap
17774 msgid ""
17775 " #!/usr/bin/guestfish -f\n"
17776 " sparse test1.img 100M\n"
17777 " run\n"
17778 " part-disk /dev/sda mbr\n"
17779 " mkfs ext2 /dev/sda1\n"
17780 "\n"
17781 msgstr ""
17782
17783 #. type: =head2
17784 #: ../fish/guestfish.pod:130
17785 msgid "Start with a prepared disk"
17786 msgstr ""
17787
17788 #. type: textblock
17789 #: ../fish/guestfish.pod:132
17790 msgid ""
17791 "An alternate way to create a 100MB disk called C<test1.img> containing a "
17792 "single ext2-formatted partition:"
17793 msgstr ""
17794
17795 #. type: verbatim
17796 #: ../fish/guestfish.pod:135
17797 #, no-wrap
17798 msgid ""
17799 " guestfish -N fs\n"
17800 "\n"
17801 msgstr ""
17802
17803 #. type: textblock
17804 #: ../fish/guestfish.pod:137
17805 msgid "To list what is available do:"
17806 msgstr ""
17807
17808 #. type: verbatim
17809 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:899
17810 #, no-wrap
17811 msgid ""
17812 " guestfish -N help | less\n"
17813 "\n"
17814 msgstr ""
17815
17816 #. type: =head2
17817 #: ../fish/guestfish.pod:141
17818 msgid "Remote control"
17819 msgstr ""
17820
17821 #. type: verbatim
17822 #: ../fish/guestfish.pod:143
17823 #, no-wrap
17824 msgid ""
17825 " eval \"`guestfish --listen`\"\n"
17826 " guestfish --remote add-ro disk.img\n"
17827 " guestfish --remote run\n"
17828 " guestfish --remote lvs\n"
17829 "\n"
17830 msgstr ""
17831
17832 #. type: =head1
17833 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:77 ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:98 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
17834 msgid "OPTIONS"
17835 msgstr ""
17836
17837 #. type: =item
17838 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131 ../tools/virt-edit.pl:85 ../tools/virt-win-reg.pl:104 ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:106 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
17839 msgid "B<--help>"
17840 msgstr ""
17841
17842 #. type: textblock
17843 #: ../fish/guestfish.pod:154
17844 msgid "Displays general help on options."
17845 msgstr ""
17846
17847 #. type: =item
17848 #: ../fish/guestfish.pod:156
17849 msgid "B<-h>"
17850 msgstr ""
17851
17852 #. type: =item
17853 #: ../fish/guestfish.pod:158
17854 msgid "B<--cmd-help>"
17855 msgstr ""
17856
17857 #. type: textblock
17858 #: ../fish/guestfish.pod:160
17859 msgid "Lists all available guestfish commands."
17860 msgstr ""
17861
17862 #. type: =item
17863 #: ../fish/guestfish.pod:162
17864 msgid "B<-h cmd>"
17865 msgstr ""
17866
17867 #. type: =item
17868 #: ../fish/guestfish.pod:164
17869 msgid "B<--cmd-help cmd>"
17870 msgstr ""
17871
17872 #. type: textblock
17873 #: ../fish/guestfish.pod:166
17874 msgid "Displays detailed help on a single command C<cmd>."
17875 msgstr ""
17876
17877 #. type: =item
17878 #: ../fish/guestfish.pod:168
17879 msgid "B<-a image>"
17880 msgstr ""
17881
17882 #. type: =item
17883 #: ../fish/guestfish.pod:170
17884 msgid "B<--add image>"
17885 msgstr ""
17886
17887 #. type: textblock
17888 #: ../fish/guestfish.pod:172
17889 msgid "Add a block device or virtual machine image to the shell."
17890 msgstr ""
17891
17892 #. type: textblock
17893 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
17894 msgid ""
17895 "The format of the disk image is auto-detected.  To override this and force a "
17896 "particular format use the I<--format=..> option."
17897 msgstr ""
17898
17899 #. type: textblock
17900 #: ../fish/guestfish.pod:177
17901 msgid ""
17902 "Using this flag is mostly equivalent to using the C<add> command, with "
17903 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
17904 "the I<--format=...> flag was given."
17905 msgstr ""
17906
17907 #. type: =item
17908 #: ../fish/guestfish.pod:181
17909 msgid "B<-c URI>"
17910 msgstr ""
17911
17912 #. type: =item
17913 #: ../fish/guestfish.pod:183
17914 msgid "B<--connect URI>"
17915 msgstr ""
17916
17917 #. type: textblock
17918 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
17919 msgid ""
17920 "When used in conjunction with the I<-d> option, this specifies the libvirt "
17921 "URI to use.  The default is to use the default libvirt connection."
17922 msgstr ""
17923
17924 #. type: =item
17925 #: ../fish/guestfish.pod:189
17926 msgid "B<--csh>"
17927 msgstr ""
17928
17929 #. type: textblock
17930 #: ../fish/guestfish.pod:191
17931 msgid ""
17932 "If using the I<--listen> option and a csh-like shell, use this option.  See "
17933 "section L</REMOTE CONTROL AND CSH> below."
17934 msgstr ""
17935
17936 #. type: =item
17937 #: ../fish/guestfish.pod:194
17938 msgid "B<-d libvirt-domain>"
17939 msgstr ""
17940
17941 #. type: =item
17942 #: ../fish/guestfish.pod:196
17943 msgid "B<--domain libvirt-domain>"
17944 msgstr ""
17945
17946 #. type: textblock
17947 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
17948 msgid ""
17949 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
17950 "used, then any libvirt domain can be used.  However in write mode, only "
17951 "libvirt domains which are shut down can be named here."
17952 msgstr ""
17953
17954 #. type: textblock
17955 #: ../fish/guestfish.pod:202
17956 msgid ""
17957 "Using this flag is mostly equivalent to using the C<add-domain> command, "
17958 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
17959 "if the I<--format:...> flag was given."
17960 msgstr ""
17961
17962 #. type: =item
17963 #: ../fish/guestfish.pod:206
17964 msgid "B<-D>"
17965 msgstr ""
17966
17967 #. type: =item
17968 #: ../fish/guestfish.pod:208
17969 msgid "B<--no-dest-paths>"
17970 msgstr ""
17971
17972 #. type: textblock
17973 #: ../fish/guestfish.pod:210
17974 msgid ""
17975 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
17976 "to hit the tab key to complete paths on the guest filesystem, but this "
17977 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
17978 "allow this feature to be disabled."
17979 msgstr ""
17980
17981 #. type: =item
17982 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
17983 msgid "B<--echo-keys>"
17984 msgstr ""
17985
17986 #. type: textblock
17987 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
17988 msgid ""
17989 "When prompting for keys and passphrases, guestfish normally turns echoing "
17990 "off so you cannot see what you are typing.  If you are not worried about "
17991 "Tempest attacks and there is no one else in the room you can specify this "
17992 "flag to see what you are typing."
17993 msgstr ""
17994
17995 #. type: =item
17996 #: ../fish/guestfish.pod:222
17997 msgid "B<-f file>"
17998 msgstr ""
17999
18000 #. type: =item
18001 #: ../fish/guestfish.pod:224
18002 msgid "B<--file file>"
18003 msgstr ""
18004
18005 #. type: textblock
18006 #: ../fish/guestfish.pod:226
18007 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
18008 msgstr ""
18009
18010 #. type: verbatim
18011 #: ../fish/guestfish.pod:229
18012 #, no-wrap
18013 msgid ""
18014 " #!/usr/bin/guestfish -f\n"
18015 "\n"
18016 msgstr ""
18017
18018 #. type: =item
18019 #: ../fish/guestfish.pod:231
18020 msgid "B<--format=raw|qcow2|..>"
18021 msgstr ""
18022
18023 #. type: =item
18024 #: ../fish/guestfish.pod:233
18025 msgid "B<--format>"
18026 msgstr ""
18027
18028 #. type: textblock
18029 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
18030 msgid ""
18031 "The default for the I<-a> option is to auto-detect the format of the disk "
18032 "image.  Using this forces the disk format for I<-a> options which follow on "
18033 "the command line.  Using I<--format> with no argument switches back to "
18034 "auto-detection for subsequent I<-a> options."
18035 msgstr ""
18036
18037 #. type: verbatim
18038 #: ../fish/guestfish.pod:242
18039 #, no-wrap
18040 msgid ""
18041 " guestfish --format=raw -a disk.img\n"
18042 "\n"
18043 msgstr ""
18044
18045 #. type: textblock
18046 #: ../fish/guestfish.pod:244
18047 msgid "forces raw format (no auto-detection) for C<disk.img>."
18048 msgstr ""
18049
18050 #. type: verbatim
18051 #: ../fish/guestfish.pod:246
18052 #, no-wrap
18053 msgid ""
18054 " guestfish --format=raw -a disk.img --format -a another.img\n"
18055 "\n"
18056 msgstr ""
18057
18058 #. type: textblock
18059 #: ../fish/guestfish.pod:248
18060 msgid ""
18061 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18062 "auto-detection for C<another.img>."
18063 msgstr ""
18064
18065 #. type: textblock
18066 #: ../fish/guestfish.pod:251
18067 msgid ""
18068 "If you have untrusted raw-format guest disk images, you should use this "
18069 "option to specify the disk format.  This avoids a possible security problem "
18070 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18071 msgstr ""
18072
18073 #. type: =item
18074 #: ../fish/guestfish.pod:256
18075 msgid "B<-i>"
18076 msgstr ""
18077
18078 #. type: =item
18079 #: ../fish/guestfish.pod:258
18080 msgid "B<--inspector>"
18081 msgstr ""
18082
18083 #. type: textblock
18084 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18085 msgid ""
18086 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18087 "system and mount filesystems as they would be mounted on the real virtual "
18088 "machine."
18089 msgstr ""
18090
18091 #. type: textblock
18092 #: ../fish/guestfish.pod:264
18093 msgid "Typical usage is either:"
18094 msgstr ""
18095
18096 #. type: verbatim
18097 #: ../fish/guestfish.pod:266
18098 #, no-wrap
18099 msgid ""
18100 " guestfish -d myguest -i\n"
18101 "\n"
18102 msgstr ""
18103
18104 #. type: textblock
18105 #: ../fish/guestfish.pod:268
18106 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18107 msgstr ""
18108
18109 #. type: verbatim
18110 #: ../fish/guestfish.pod:270
18111 #, no-wrap
18112 msgid ""
18113 " guestfish --ro -d myguest -i\n"
18114 "\n"
18115 msgstr ""
18116
18117 #. type: textblock
18118 #: ../fish/guestfish.pod:272
18119 msgid "(for active domains, readonly), or specify the block device directly:"
18120 msgstr ""
18121
18122 #. type: verbatim
18123 #: ../fish/guestfish.pod:274
18124 #, no-wrap
18125 msgid ""
18126 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18127 "\n"
18128 msgstr ""
18129
18130 #. type: textblock
18131 #: ../fish/guestfish.pod:276
18132 msgid ""
18133 "Note that the command line syntax changed slightly over older versions of "
18134 "guestfish.  You can still use the old syntax:"
18135 msgstr ""
18136
18137 #. type: verbatim
18138 #: ../fish/guestfish.pod:279
18139 #, no-wrap
18140 msgid ""
18141 " guestfish [--ro] -i disk.img\n"
18142 "\n"
18143 msgstr ""
18144
18145 #. type: verbatim
18146 #: ../fish/guestfish.pod:281
18147 #, no-wrap
18148 msgid ""
18149 " guestfish [--ro] -i libvirt-domain\n"
18150 "\n"
18151 msgstr ""
18152
18153 #. type: textblock
18154 #: ../fish/guestfish.pod:283
18155 msgid ""
18156 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
18157 "then using other commands to mount the filesystems that were found."
18158 msgstr ""
18159
18160 #. type: =item
18161 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
18162 msgid "B<--keys-from-stdin>"
18163 msgstr ""
18164
18165 #. type: textblock
18166 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
18167 msgid ""
18168 "Read key or passphrase parameters from stdin.  The default is to try to read "
18169 "passphrases from the user by opening C</dev/tty>."
18170 msgstr ""
18171
18172 #. type: =item
18173 #: ../fish/guestfish.pod:292
18174 msgid "B<--listen>"
18175 msgstr ""
18176
18177 #. type: textblock
18178 #: ../fish/guestfish.pod:294
18179 msgid ""
18180 "Fork into the background and listen for remote commands.  See section "
18181 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
18182 msgstr ""
18183
18184 #. type: =item
18185 #: ../fish/guestfish.pod:297
18186 msgid "B<-m dev[:mountpoint]>"
18187 msgstr ""
18188
18189 #. type: =item
18190 #: ../fish/guestfish.pod:299
18191 msgid "B<--mount dev[:mountpoint]>"
18192 msgstr ""
18193
18194 #. type: textblock
18195 #: ../fish/guestfish.pod:301
18196 msgid "Mount the named partition or logical volume on the given mountpoint."
18197 msgstr ""
18198
18199 #. type: textblock
18200 #: ../fish/guestfish.pod:303
18201 msgid "If the mountpoint is omitted, it defaults to C</>."
18202 msgstr ""
18203
18204 #. type: textblock
18205 #: ../fish/guestfish.pod:305
18206 msgid "You have to mount something on C</> before most commands will work."
18207 msgstr ""
18208
18209 #. type: textblock
18210 #: ../fish/guestfish.pod:307
18211 msgid ""
18212 "If any I<-m> or I<--mount> options are given, the guest is automatically "
18213 "launched."
18214 msgstr ""
18215
18216 #. type: textblock
18217 #: ../fish/guestfish.pod:310
18218 msgid ""
18219 "If you don't know what filesystems a disk image contains, you can either run "
18220 "guestfish without this option, then list the partitions, filesystems and LVs "
18221 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
18222 "commands), or you can use the L<virt-filesystems(1)> program."
18223 msgstr ""
18224
18225 #. type: textblock
18226 #: ../fish/guestfish.pod:316
18227 msgid ""
18228 "Using this flag is mostly equivalent to using the C<mount-options> command "
18229 "or the C<mount-ro> command if the I<--ro> flag was given."
18230 msgstr ""
18231
18232 #. type: =item
18233 #: ../fish/guestfish.pod:319
18234 msgid "B<-n>"
18235 msgstr ""
18236
18237 #. type: =item
18238 #: ../fish/guestfish.pod:321
18239 msgid "B<--no-sync>"
18240 msgstr ""
18241
18242 #. type: textblock
18243 #: ../fish/guestfish.pod:323
18244 msgid ""
18245 "Disable autosync.  This is enabled by default.  See the discussion of "
18246 "autosync in the L<guestfs(3)> manpage."
18247 msgstr ""
18248
18249 #. type: =item
18250 #: ../fish/guestfish.pod:326
18251 msgid "B<-N type>"
18252 msgstr ""
18253
18254 #. type: =item
18255 #: ../fish/guestfish.pod:328
18256 msgid "B<--new type>"
18257 msgstr ""
18258
18259 #. type: =item
18260 #: ../fish/guestfish.pod:330
18261 msgid "B<-N help>"
18262 msgstr ""
18263
18264 #. type: textblock
18265 #: ../fish/guestfish.pod:332
18266 msgid ""
18267 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
18268 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
18269 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
18270 "IMAGES> below."
18271 msgstr ""
18272
18273 #. type: =item
18274 #: ../fish/guestfish.pod:337
18275 msgid "B<--progress-bars>"
18276 msgstr ""
18277
18278 #. type: textblock
18279 #: ../fish/guestfish.pod:339
18280 msgid "Enable progress bars, even when guestfish is used non-interactively."
18281 msgstr ""
18282
18283 #. type: textblock
18284 #: ../fish/guestfish.pod:341
18285 msgid ""
18286 "Progress bars are enabled by default when guestfish is used as an "
18287 "interactive shell."
18288 msgstr ""
18289
18290 #. type: =item
18291 #: ../fish/guestfish.pod:344
18292 msgid "B<--no-progress-bars>"
18293 msgstr ""
18294
18295 #. type: textblock
18296 #: ../fish/guestfish.pod:346
18297 msgid "Disable progress bars."
18298 msgstr ""
18299
18300 #. type: =item
18301 #: ../fish/guestfish.pod:348
18302 msgid "B<--remote[=pid]>"
18303 msgstr ""
18304
18305 #. type: textblock
18306 #: ../fish/guestfish.pod:350
18307 msgid ""
18308 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
18309 "CONTROL GUESTFISH OVER A SOCKET> below."
18310 msgstr ""
18311
18312 #. type: =item
18313 #: ../fish/guestfish.pod:353
18314 msgid "B<-r>"
18315 msgstr ""
18316
18317 #. type: =item
18318 #: ../fish/guestfish.pod:355
18319 msgid "B<--ro>"
18320 msgstr ""
18321
18322 #. type: textblock
18323 #: ../fish/guestfish.pod:357
18324 msgid ""
18325 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
18326 "mounts are done read-only."
18327 msgstr ""
18328
18329 #. type: textblock
18330 #: ../fish/guestfish.pod:360
18331 msgid ""
18332 "The option must always be used if the disk image or virtual machine might be "
18333 "running, and is generally recommended in cases where you don't need write "
18334 "access to the disk."
18335 msgstr ""
18336
18337 #. type: textblock
18338 #: ../fish/guestfish.pod:364
18339 msgid ""
18340 "Note that prepared disk images created with I<-N> are not affected by this "
18341 "option.  Also commands like C<add> are not affected - you have to specify "
18342 "the C<readonly:true> option explicitly if you need it."
18343 msgstr ""
18344
18345 #. type: textblock
18346 #: ../fish/guestfish.pod:368
18347 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
18348 msgstr ""
18349
18350 #. type: =item
18351 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
18352 msgid "B<--selinux>"
18353 msgstr ""
18354
18355 #. type: textblock
18356 #: ../fish/guestfish.pod:372
18357 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
18358 msgstr ""
18359
18360 #. type: =item
18361 #: ../fish/guestfish.pod:374
18362 msgid "B<-v>"
18363 msgstr ""
18364
18365 #. type: =item
18366 #: ../fish/guestfish.pod:376
18367 msgid "B<--verbose>"
18368 msgstr ""
18369
18370 #. type: textblock
18371 #: ../fish/guestfish.pod:378
18372 msgid ""
18373 "Enable very verbose messages.  This is particularly useful if you find a "
18374 "bug."
18375 msgstr ""
18376
18377 #. type: =item
18378 #: ../fish/guestfish.pod:381
18379 msgid "B<-V>"
18380 msgstr ""
18381
18382 #. type: =item
18383 #: ../fish/guestfish.pod:383 ../tools/virt-edit.pl:93 ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270 ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:114 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
18384 msgid "B<--version>"
18385 msgstr ""
18386
18387 #. type: textblock
18388 #: ../fish/guestfish.pod:385
18389 msgid "Display the guestfish / libguestfs version number and exit."
18390 msgstr ""
18391
18392 #. type: =item
18393 #: ../fish/guestfish.pod:387
18394 msgid "B<-w>"
18395 msgstr ""
18396
18397 #. type: =item
18398 #: ../fish/guestfish.pod:389
18399 msgid "B<--rw>"
18400 msgstr ""
18401
18402 #. type: textblock
18403 #: ../fish/guestfish.pod:391
18404 msgid ""
18405 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
18406 "WRITE> below."
18407 msgstr ""
18408
18409 #. type: =item
18410 #: ../fish/guestfish.pod:394
18411 msgid "B<-x>"
18412 msgstr ""
18413
18414 #. type: textblock
18415 #: ../fish/guestfish.pod:396
18416 msgid "Echo each command before executing it."
18417 msgstr ""
18418
18419 #. type: =head1
18420 #: ../fish/guestfish.pod:400
18421 msgid "COMMANDS ON COMMAND LINE"
18422 msgstr ""
18423
18424 #. type: textblock
18425 #: ../fish/guestfish.pod:402
18426 msgid "Any additional (non-option) arguments are treated as commands to execute."
18427 msgstr ""
18428
18429 #. type: textblock
18430 #: ../fish/guestfish.pod:405
18431 msgid ""
18432 "Commands to execute should be separated by a colon (C<:>), where the colon "
18433 "is a separate parameter.  Thus:"
18434 msgstr ""
18435
18436 #. type: verbatim
18437 #: ../fish/guestfish.pod:408
18438 #, no-wrap
18439 msgid ""
18440 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
18441 "\n"
18442 msgstr ""
18443
18444 #. type: textblock
18445 #: ../fish/guestfish.pod:410
18446 msgid ""
18447 "If there are no additional arguments, then we enter a shell, either an "
18448 "interactive shell with a prompt (if the input is a terminal) or a "
18449 "non-interactive shell."
18450 msgstr ""
18451
18452 #. type: textblock
18453 #: ../fish/guestfish.pod:414
18454 msgid ""
18455 "In either command line mode or non-interactive shell, the first command that "
18456 "gives an error causes the whole shell to exit.  In interactive mode (with a "
18457 "prompt) if a command fails, you can continue to enter commands."
18458 msgstr ""
18459
18460 #. type: =head1
18461 #: ../fish/guestfish.pod:419
18462 msgid "USING launch (OR run)"
18463 msgstr ""
18464
18465 #. type: textblock
18466 #: ../fish/guestfish.pod:421
18467 msgid ""
18468 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
18469 "then launch it, then mount any disks you need, and finally issue "
18470 "actions/commands.  So the general order of the day is:"
18471 msgstr ""
18472
18473 #. type: textblock
18474 #: ../fish/guestfish.pod:429
18475 msgid "add or -a/--add"
18476 msgstr ""
18477
18478 #. type: textblock
18479 #: ../fish/guestfish.pod:433
18480 msgid "launch (aka run)"
18481 msgstr ""
18482
18483 #. type: textblock
18484 #: ../fish/guestfish.pod:437
18485 msgid "mount or -m/--mount"
18486 msgstr ""
18487
18488 #. type: textblock
18489 #: ../fish/guestfish.pod:441
18490 msgid "any other commands"
18491 msgstr ""
18492
18493 #. type: textblock
18494 #: ../fish/guestfish.pod:445
18495 msgid ""
18496 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
18497 "guest before mounting or performing any other commands."
18498 msgstr ""
18499
18500 #. type: textblock
18501 #: ../fish/guestfish.pod:448
18502 msgid ""
18503 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
18504 "I<--new> options were given then C<run> is done automatically, simply "
18505 "because guestfish can't perform the action you asked for without doing this."
18506 msgstr ""
18507
18508 #. type: =head1
18509 #: ../fish/guestfish.pod:453
18510 msgid "OPENING DISKS FOR READ AND WRITE"
18511 msgstr ""
18512
18513 #. type: textblock
18514 #: ../fish/guestfish.pod:455
18515 msgid ""
18516 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
18517 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
18518 "open disk images read-only or for writing."
18519 msgstr ""
18520
18521 #. type: textblock
18522 #: ../fish/guestfish.pod:459
18523 msgid ""
18524 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
18525 "disk images supplied on the command line for write.  To open a disk image "
18526 "read-only you have to do I<-a image --ro>."
18527 msgstr ""
18528
18529 #. type: textblock
18530 #: ../fish/guestfish.pod:463
18531 msgid ""
18532 "This matters: If you accidentally open a live VM disk image writable then "
18533 "you will cause irreversible disk corruption."
18534 msgstr ""
18535
18536 #. type: textblock
18537 #: ../fish/guestfish.pod:466
18538 msgid ""
18539 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
18540 "images will be opened read-only.  You will have to either specify "
18541 "I<guestfish --rw> or change a configuration file in order to get write "
18542 "access for disk images specified by those other command line options."
18543 msgstr ""
18544
18545 #. type: textblock
18546 #: ../fish/guestfish.pod:471
18547 msgid ""
18548 "This version of guestfish has a I<--rw> option which does nothing (it is "
18549 "already the default).  However it is highly recommended that you use this "
18550 "option to indicate that guestfish needs write access, and to prepare your "
18551 "scripts for the day when this option will be required for write access."
18552 msgstr ""
18553
18554 #. type: textblock
18555 #: ../fish/guestfish.pod:477
18556 msgid ""
18557 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
18558 "other libguestfs program apart from guestfish and guestmount."
18559 msgstr ""
18560
18561 #. type: =head1
18562 #: ../fish/guestfish.pod:480
18563 msgid "QUOTING"
18564 msgstr ""
18565
18566 #. type: textblock
18567 #: ../fish/guestfish.pod:482
18568 msgid ""
18569 "You can quote ordinary parameters using either single or double quotes.  For "
18570 "example:"
18571 msgstr ""
18572
18573 #. type: verbatim
18574 #: ../fish/guestfish.pod:485
18575 #, no-wrap
18576 msgid ""
18577 " add \"file with a space.img\"\n"
18578 "\n"
18579 msgstr ""
18580
18581 #. type: verbatim
18582 #: ../fish/guestfish.pod:487
18583 #, no-wrap
18584 msgid ""
18585 " rm '/file name'\n"
18586 "\n"
18587 msgstr ""
18588
18589 #. type: verbatim
18590 #: ../fish/guestfish.pod:489
18591 #, no-wrap
18592 msgid ""
18593 " rm '/\"'\n"
18594 "\n"
18595 msgstr ""
18596
18597 #. type: textblock
18598 #: ../fish/guestfish.pod:491
18599 msgid ""
18600 "A few commands require a list of strings to be passed.  For these, use a "
18601 "whitespace-separated list, enclosed in quotes.  Strings containing "
18602 "whitespace to be passed through must be enclosed in single quotes.  A "
18603 "literal single quote must be escaped with a backslash."
18604 msgstr ""
18605
18606 #. type: verbatim
18607 #: ../fish/guestfish.pod:496
18608 #, no-wrap
18609 msgid ""
18610 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
18611 " command \"/bin/echo 'foo      bar'\"\n"
18612 " command \"/bin/echo \\'foo\\'\"\n"
18613 "\n"
18614 msgstr ""
18615
18616 #. type: =head1
18617 #: ../fish/guestfish.pod:500
18618 msgid "OPTIONAL ARGUMENTS"
18619 msgstr ""
18620
18621 #. type: textblock
18622 #: ../fish/guestfish.pod:502
18623 msgid ""
18624 "Some commands take optional arguments.  These arguments appear in this "
18625 "documentation as C<[argname:..]>.  You can use them as in these examples:"
18626 msgstr ""
18627
18628 #. type: verbatim
18629 #: ../fish/guestfish.pod:506
18630 #, no-wrap
18631 msgid ""
18632 " add-drive-opts filename\n"
18633 "\n"
18634 msgstr ""
18635
18636 #. type: verbatim
18637 #: ../fish/guestfish.pod:508
18638 #, no-wrap
18639 msgid ""
18640 " add-drive-opts filename readonly:true\n"
18641 "\n"
18642 msgstr ""
18643
18644 #. type: verbatim
18645 #: ../fish/guestfish.pod:510
18646 #, no-wrap
18647 msgid ""
18648 " add-drive-opts filename format:qcow2 readonly:false\n"
18649 "\n"
18650 msgstr ""
18651
18652 #. type: textblock
18653 #: ../fish/guestfish.pod:512
18654 msgid ""
18655 "Each optional argument can appear at most once.  All optional arguments must "
18656 "appear after the required ones."
18657 msgstr ""
18658
18659 #. type: =head1
18660 #: ../fish/guestfish.pod:515
18661 msgid "NUMBERS"
18662 msgstr ""
18663
18664 #. type: textblock
18665 #: ../fish/guestfish.pod:517
18666 msgid "This section applies to all commands which can take integers as parameters."
18667 msgstr ""
18668
18669 #. type: =head2
18670 #: ../fish/guestfish.pod:520
18671 msgid "SIZE SUFFIX"
18672 msgstr ""
18673
18674 #. type: textblock
18675 #: ../fish/guestfish.pod:522
18676 msgid ""
18677 "When the command takes a parameter measured in bytes, you can use one of the "
18678 "following suffixes to specify kilobytes, megabytes and larger sizes:"
18679 msgstr ""
18680
18681 #. type: =item
18682 #: ../fish/guestfish.pod:528
18683 msgid "B<k> or B<K> or B<KiB>"
18684 msgstr ""
18685
18686 #. type: textblock
18687 #: ../fish/guestfish.pod:530
18688 msgid "The size in kilobytes (multiplied by 1024)."
18689 msgstr ""
18690
18691 #. type: =item
18692 #: ../fish/guestfish.pod:532
18693 msgid "B<KB>"
18694 msgstr ""
18695
18696 #. type: textblock
18697 #: ../fish/guestfish.pod:534
18698 msgid "The size in SI 1000 byte units."
18699 msgstr ""
18700
18701 #. type: =item
18702 #: ../fish/guestfish.pod:536
18703 msgid "B<M> or B<MiB>"
18704 msgstr ""
18705
18706 #. type: textblock
18707 #: ../fish/guestfish.pod:538
18708 msgid "The size in megabytes (multiplied by 1048576)."
18709 msgstr ""
18710
18711 #. type: =item
18712 #: ../fish/guestfish.pod:540
18713 msgid "B<MB>"
18714 msgstr ""
18715
18716 #. type: textblock
18717 #: ../fish/guestfish.pod:542
18718 msgid "The size in SI 1000000 byte units."
18719 msgstr ""
18720
18721 #. type: =item
18722 #: ../fish/guestfish.pod:544
18723 msgid "B<G> or B<GiB>"
18724 msgstr ""
18725
18726 #. type: textblock
18727 #: ../fish/guestfish.pod:546
18728 msgid "The size in gigabytes (multiplied by 2**30)."
18729 msgstr ""
18730
18731 #. type: =item
18732 #: ../fish/guestfish.pod:548
18733 msgid "B<GB>"
18734 msgstr ""
18735
18736 #. type: textblock
18737 #: ../fish/guestfish.pod:550
18738 msgid "The size in SI 10**9 byte units."
18739 msgstr ""
18740
18741 #. type: =item
18742 #: ../fish/guestfish.pod:552
18743 msgid "B<T> or B<TiB>"
18744 msgstr ""
18745
18746 #. type: textblock
18747 #: ../fish/guestfish.pod:554
18748 msgid "The size in terabytes (multiplied by 2**40)."
18749 msgstr ""
18750
18751 #. type: =item
18752 #: ../fish/guestfish.pod:556
18753 msgid "B<TB>"
18754 msgstr ""
18755
18756 #. type: textblock
18757 #: ../fish/guestfish.pod:558
18758 msgid "The size in SI 10**12 byte units."
18759 msgstr ""
18760
18761 #. type: =item
18762 #: ../fish/guestfish.pod:560
18763 msgid "B<P> or B<PiB>"
18764 msgstr ""
18765
18766 #. type: textblock
18767 #: ../fish/guestfish.pod:562
18768 msgid "The size in petabytes (multiplied by 2**50)."
18769 msgstr ""
18770
18771 #. type: =item
18772 #: ../fish/guestfish.pod:564
18773 msgid "B<PB>"
18774 msgstr ""
18775
18776 #. type: textblock
18777 #: ../fish/guestfish.pod:566
18778 msgid "The size in SI 10**15 byte units."
18779 msgstr ""
18780
18781 #. type: =item
18782 #: ../fish/guestfish.pod:568
18783 msgid "B<E> or B<EiB>"
18784 msgstr ""
18785
18786 #. type: textblock
18787 #: ../fish/guestfish.pod:570
18788 msgid "The size in exabytes (multiplied by 2**60)."
18789 msgstr ""
18790
18791 #. type: =item
18792 #: ../fish/guestfish.pod:572
18793 msgid "B<EB>"
18794 msgstr ""
18795
18796 #. type: textblock
18797 #: ../fish/guestfish.pod:574
18798 msgid "The size in SI 10**18 byte units."
18799 msgstr ""
18800
18801 #. type: =item
18802 #: ../fish/guestfish.pod:576
18803 msgid "B<Z> or B<ZiB>"
18804 msgstr ""
18805
18806 #. type: textblock
18807 #: ../fish/guestfish.pod:578
18808 msgid "The size in zettabytes (multiplied by 2**70)."
18809 msgstr ""
18810
18811 #. type: =item
18812 #: ../fish/guestfish.pod:580
18813 msgid "B<ZB>"
18814 msgstr ""
18815
18816 #. type: textblock
18817 #: ../fish/guestfish.pod:582
18818 msgid "The size in SI 10**21 byte units."
18819 msgstr ""
18820
18821 #. type: =item
18822 #: ../fish/guestfish.pod:584
18823 msgid "B<Y> or B<YiB>"
18824 msgstr ""
18825
18826 #. type: textblock
18827 #: ../fish/guestfish.pod:586
18828 msgid "The size in yottabytes (multiplied by 2**80)."
18829 msgstr ""
18830
18831 #. type: =item
18832 #: ../fish/guestfish.pod:588
18833 msgid "B<YB>"
18834 msgstr ""
18835
18836 #. type: textblock
18837 #: ../fish/guestfish.pod:590
18838 msgid "The size in SI 10**24 byte units."
18839 msgstr ""
18840
18841 #. type: verbatim
18842 #: ../fish/guestfish.pod:596
18843 #, no-wrap
18844 msgid ""
18845 " truncate-size /file 1G\n"
18846 "\n"
18847 msgstr ""
18848
18849 #. type: textblock
18850 #: ../fish/guestfish.pod:598
18851 msgid "would truncate the file to 1 gigabyte."
18852 msgstr ""
18853
18854 #. type: textblock
18855 #: ../fish/guestfish.pod:600
18856 msgid ""
18857 "Be careful because a few commands take sizes in kilobytes or megabytes "
18858 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
18859 "Adding a suffix will probably not do what you expect."
18860 msgstr ""
18861
18862 #. type: =head2
18863 #: ../fish/guestfish.pod:604
18864 msgid "OCTAL AND HEXADECIMAL NUMBERS"
18865 msgstr ""
18866
18867 #. type: textblock
18868 #: ../fish/guestfish.pod:606
18869 msgid ""
18870 "For specifying the radix (base) use the C convention: C<0> to prefix an "
18871 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
18872 msgstr ""
18873
18874 #. type: verbatim
18875 #: ../fish/guestfish.pod:609
18876 #, no-wrap
18877 msgid ""
18878 " 1234      decimal number 1234\n"
18879 " 02322     octal number, equivalent to decimal 1234\n"
18880 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
18881 "\n"
18882 msgstr ""
18883
18884 #. type: textblock
18885 #: ../fish/guestfish.pod:613
18886 msgid ""
18887 "When using the C<chmod> command, you almost always want to specify an octal "
18888 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
18889 "L<chmod(1)> program):"
18890 msgstr ""
18891
18892 #. type: verbatim
18893 #: ../fish/guestfish.pod:617
18894 #, no-wrap
18895 msgid ""
18896 " chmod 0777 /public  # OK\n"
18897 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
18898 "\n"
18899 msgstr ""
18900
18901 #. type: textblock
18902 #: ../fish/guestfish.pod:620
18903 msgid ""
18904 "Commands that return numbers usually print them in decimal, but some "
18905 "commands print numbers in other radices (eg. C<umask> prints the mode in "
18906 "octal, preceeded by C<0>)."
18907 msgstr ""
18908
18909 #. type: =head1
18910 #: ../fish/guestfish.pod:624
18911 msgid "WILDCARDS AND GLOBBING"
18912 msgstr ""
18913
18914 #. type: textblock
18915 #: ../fish/guestfish.pod:626
18916 msgid ""
18917 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
18918 "(globbing) by default.  So for example the following will not do what you "
18919 "expect:"
18920 msgstr ""
18921
18922 #. type: verbatim
18923 #: ../fish/guestfish.pod:630
18924 #, no-wrap
18925 msgid ""
18926 " rm-rf /home/*\n"
18927 "\n"
18928 msgstr ""
18929
18930 #. type: textblock
18931 #: ../fish/guestfish.pod:632
18932 msgid ""
18933 "Assuming you don't have a directory called literally C</home/*> then the "
18934 "above command will return an error."
18935 msgstr ""
18936
18937 #. type: textblock
18938 #: ../fish/guestfish.pod:635
18939 msgid "To perform wildcard expansion, use the C<glob> command."
18940 msgstr ""
18941
18942 #. type: verbatim
18943 #: ../fish/guestfish.pod:637
18944 #, no-wrap
18945 msgid ""
18946 " glob rm-rf /home/*\n"
18947 "\n"
18948 msgstr ""
18949
18950 #. type: textblock
18951 #: ../fish/guestfish.pod:639
18952 msgid ""
18953 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
18954 "many times), equivalent to:"
18955 msgstr ""
18956
18957 #. type: verbatim
18958 #: ../fish/guestfish.pod:642
18959 #, no-wrap
18960 msgid ""
18961 " rm-rf /home/jim\n"
18962 " rm-rf /home/joe\n"
18963 " rm-rf /home/mary\n"
18964 "\n"
18965 msgstr ""
18966
18967 #. type: textblock
18968 #: ../fish/guestfish.pod:646
18969 msgid "C<glob> only works on simple guest paths and not on device names."
18970 msgstr ""
18971
18972 #. type: textblock
18973 #: ../fish/guestfish.pod:648
18974 msgid ""
18975 "If you have several parameters, each containing a wildcard, then glob will "
18976 "perform a Cartesian product."
18977 msgstr ""
18978
18979 #. type: =head1
18980 #: ../fish/guestfish.pod:651
18981 msgid "COMMENTS"
18982 msgstr ""
18983
18984 #. type: textblock
18985 #: ../fish/guestfish.pod:653
18986 msgid ""
18987 "Any line which starts with a I<#> character is treated as a comment and "
18988 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
18989 "a command.  For example:"
18990 msgstr ""
18991
18992 #. type: verbatim
18993 #: ../fish/guestfish.pod:657
18994 #, no-wrap
18995 msgid ""
18996 " # this is a comment\n"
18997 "         # this is a comment\n"
18998 " foo # NOT a comment\n"
18999 "\n"
19000 msgstr ""
19001
19002 #. type: textblock
19003 #: ../fish/guestfish.pod:661
19004 msgid "Blank lines are also ignored."
19005 msgstr ""
19006
19007 #. type: =head1
19008 #: ../fish/guestfish.pod:663
19009 msgid "RUNNING COMMANDS LOCALLY"
19010 msgstr ""
19011
19012 #. type: textblock
19013 #: ../fish/guestfish.pod:665
19014 msgid ""
19015 "Any line which starts with a I<!> character is treated as a command sent to "
19016 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
19017 msgstr ""
19018
19019 #. type: verbatim
19020 #: ../fish/guestfish.pod:669
19021 #, no-wrap
19022 msgid ""
19023 " !mkdir local\n"
19024 " tgz-out /remote local/remote-data.tar.gz\n"
19025 "\n"
19026 msgstr ""
19027
19028 #. type: textblock
19029 #: ../fish/guestfish.pod:672
19030 msgid ""
19031 "will create a directory C<local> on the host, and then export the contents "
19032 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
19033 "(See C<tgz-out>)."
19034 msgstr ""
19035
19036 #. type: textblock
19037 #: ../fish/guestfish.pod:676
19038 msgid ""
19039 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
19040 "effect, due to the way that subprocesses work in Unix."
19041 msgstr ""
19042
19043 #. type: =head1
19044 #: ../fish/guestfish.pod:679
19045 msgid "PIPES"
19046 msgstr ""
19047
19048 #. type: textblock
19049 #: ../fish/guestfish.pod:681
19050 msgid ""
19051 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
19052 "command (a guestfish command) to the second command (any host command).  For "
19053 "example:"
19054 msgstr ""
19055
19056 #. type: verbatim
19057 #: ../fish/guestfish.pod:685
19058 #, no-wrap
19059 msgid ""
19060 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
19061 "\n"
19062 msgstr ""
19063
19064 #. type: textblock
19065 #: ../fish/guestfish.pod:687
19066 msgid ""
19067 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
19068 "program).  The above command would list all accounts in the guest filesystem "
19069 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
19070 msgstr ""
19071
19072 #. type: verbatim
19073 #: ../fish/guestfish.pod:692
19074 #, no-wrap
19075 msgid ""
19076 " hexdump /bin/ls | head\n"
19077 " list-devices | tail -1\n"
19078 " tgz-out / - | tar ztf -\n"
19079 "\n"
19080 msgstr ""
19081
19082 #. type: textblock
19083 #: ../fish/guestfish.pod:696
19084 msgid ""
19085 "The space before the pipe symbol is required, any space after the pipe "
19086 "symbol is optional.  Everything after the pipe symbol is just passed "
19087 "straight to the host shell, so it can contain redirections, globs and "
19088 "anything else that makes sense on the host side."
19089 msgstr ""
19090
19091 #. type: textblock
19092 #: ../fish/guestfish.pod:701
19093 msgid ""
19094 "To use a literal argument which begins with a pipe symbol, you have to quote "
19095 "it, eg:"
19096 msgstr ""
19097
19098 #. type: verbatim
19099 #: ../fish/guestfish.pod:704
19100 #, no-wrap
19101 msgid ""
19102 " echo \"|\"\n"
19103 "\n"
19104 msgstr ""
19105
19106 #. type: =head1
19107 #: ../fish/guestfish.pod:706
19108 msgid "HOME DIRECTORIES"
19109 msgstr ""
19110
19111 #. type: textblock
19112 #: ../fish/guestfish.pod:708
19113 msgid ""
19114 "If a parameter starts with the character C<~> then the tilde may be expanded "
19115 "as a home directory path (either C<~> for the current user's home directory, "
19116 "or C<~user> for another user)."
19117 msgstr ""
19118
19119 #. type: textblock
19120 #: ../fish/guestfish.pod:712
19121 msgid ""
19122 "Note that home directory expansion happens for users known I<on the host>, "
19123 "not in the guest filesystem."
19124 msgstr ""
19125
19126 #. type: textblock
19127 #: ../fish/guestfish.pod:715
19128 msgid ""
19129 "To use a literal argument which begins with a tilde, you have to quote it, "
19130 "eg:"
19131 msgstr ""
19132
19133 #. type: verbatim
19134 #: ../fish/guestfish.pod:718
19135 #, no-wrap
19136 msgid ""
19137 " echo \"~\"\n"
19138 "\n"
19139 msgstr ""
19140
19141 #. type: textblock
19142 #: ../fish/guestfish.pod:722
19143 msgid ""
19144 "Libguestfs has some support for Linux guests encrypted according to the "
19145 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
19146 "disk encryption systems used by modern Linux guests.  Currently only "
19147 "LVM-on-LUKS is supported."
19148 msgstr ""
19149
19150 #. type: textblock
19151 #: ../fish/guestfish.pod:727
19152 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
19153 msgstr ""
19154
19155 #. type: verbatim
19156 #: ../fish/guestfish.pod:729
19157 #, no-wrap
19158 msgid ""
19159 " ><fs> vfs-type /dev/sda2\n"
19160 " crypto_LUKS\n"
19161 "\n"
19162 msgstr ""
19163
19164 #. type: textblock
19165 #: ../fish/guestfish.pod:732
19166 msgid ""
19167 "Then open those devices using L</luks-open>.  This creates a device-mapper "
19168 "device called C</dev/mapper/luksdev>."
19169 msgstr ""
19170
19171 #. type: verbatim
19172 #: ../fish/guestfish.pod:735
19173 #, no-wrap
19174 msgid ""
19175 " ><fs> luks-open /dev/sda2 luksdev\n"
19176 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
19177 "\n"
19178 msgstr ""
19179
19180 #. type: textblock
19181 #: ../fish/guestfish.pod:738
19182 msgid ""
19183 "Finally you have to tell LVM to scan for volume groups on the newly created "
19184 "mapper device:"
19185 msgstr ""
19186
19187 #. type: verbatim
19188 #: ../fish/guestfish.pod:741
19189 #, no-wrap
19190 msgid ""
19191 " vgscan\n"
19192 " vg-activate-all true\n"
19193 "\n"
19194 msgstr ""
19195
19196 #. type: textblock
19197 #: ../fish/guestfish.pod:744
19198 msgid "The logical volume(s) can now be mounted in the usual way."
19199 msgstr ""
19200
19201 #. type: textblock
19202 #: ../fish/guestfish.pod:746
19203 msgid ""
19204 "Before closing a LUKS device you must unmount any logical volumes on it and "
19205 "deactivate the volume groups by calling C<vg-activate false VG> on each "
19206 "one.  Then you can close the mapper device:"
19207 msgstr ""
19208
19209 #. type: verbatim
19210 #: ../fish/guestfish.pod:750
19211 #, no-wrap
19212 msgid ""
19213 " vg-activate false /dev/VG\n"
19214 " luks-close /dev/mapper/luksdev\n"
19215 "\n"
19216 msgstr ""
19217
19218 #. type: =head1
19219 #: ../fish/guestfish.pod:753
19220 msgid "WINDOWS PATHS"
19221 msgstr ""
19222
19223 #. type: textblock
19224 #: ../fish/guestfish.pod:755
19225 msgid ""
19226 "If a path is prefixed with C<win:> then you can use Windows-style paths "
19227 "(with some limitations).  The following commands are equivalent:"
19228 msgstr ""
19229
19230 #. type: verbatim
19231 #: ../fish/guestfish.pod:758
19232 #, no-wrap
19233 msgid ""
19234 " file /WINDOWS/system32/config/system.LOG\n"
19235 "\n"
19236 msgstr ""
19237
19238 #. type: verbatim
19239 #: ../fish/guestfish.pod:760
19240 #, no-wrap
19241 msgid ""
19242 " file win:/windows/system32/config/system.log\n"
19243 "\n"
19244 msgstr ""
19245
19246 #. type: verbatim
19247 #: ../fish/guestfish.pod:762
19248 #, no-wrap
19249 msgid ""
19250 " file win:\\windows\\system32\\config\\system.log\n"
19251 "\n"
19252 msgstr ""
19253
19254 #. type: verbatim
19255 #: ../fish/guestfish.pod:764
19256 #, no-wrap
19257 msgid ""
19258 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
19259 "\n"
19260 msgstr ""
19261
19262 #. type: textblock
19263 #: ../fish/guestfish.pod:766
19264 msgid ""
19265 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
19266 "handles case insensitivity like Windows would.  This only works in argument "
19267 "positions that expect a path."
19268 msgstr ""
19269
19270 #. type: =head1
19271 #: ../fish/guestfish.pod:770
19272 msgid "UPLOADING AND DOWNLOADING FILES"
19273 msgstr ""
19274
19275 #. type: textblock
19276 #: ../fish/guestfish.pod:772
19277 msgid ""
19278 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
19279 "others which upload from or download to a local file, you can use the "
19280 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
19281 msgstr ""
19282
19283 #. type: verbatim
19284 #: ../fish/guestfish.pod:776
19285 #, no-wrap
19286 msgid ""
19287 " upload - /foo\n"
19288 "\n"
19289 msgstr ""
19290
19291 #. type: textblock
19292 #: ../fish/guestfish.pod:778
19293 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
19294 msgstr ""
19295
19296 #. type: verbatim
19297 #: ../fish/guestfish.pod:781
19298 #, no-wrap
19299 msgid ""
19300 " tar-out /etc - | tar tf -\n"
19301 "\n"
19302 msgstr ""
19303
19304 #. type: textblock
19305 #: ../fish/guestfish.pod:783
19306 msgid ""
19307 "writes the tarball to stdout and then pipes that into the external \"tar\" "
19308 "command (see L</PIPES>)."
19309 msgstr ""
19310
19311 #. type: textblock
19312 #: ../fish/guestfish.pod:786
19313 msgid ""
19314 "When using C<-> to read from stdin, the input is read up to the end of "
19315 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
19316 "some arbitrary end marker:"
19317 msgstr ""
19318
19319 #. type: verbatim
19320 #: ../fish/guestfish.pod:790
19321 #, no-wrap
19322 msgid ""
19323 " upload -<<END /foo\n"
19324 " input line 1\n"
19325 " input line 2\n"
19326 " input line 3\n"
19327 " END\n"
19328 "\n"
19329 msgstr ""
19330
19331 #. type: textblock
19332 #: ../fish/guestfish.pod:796
19333 msgid ""
19334 "Any string of characters can be used instead of C<END>.  The end marker must "
19335 "appear on a line of its own, without any preceeding or following characters "
19336 "(not even spaces)."
19337 msgstr ""
19338
19339 #. type: textblock
19340 #: ../fish/guestfish.pod:800
19341 msgid ""
19342 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
19343 "upload local files (so-called \"FileIn\" parameters in the generator)."
19344 msgstr ""
19345
19346 #. type: =head1
19347 #: ../fish/guestfish.pod:803
19348 msgid "EXIT ON ERROR BEHAVIOUR"
19349 msgstr ""
19350
19351 #. type: textblock
19352 #: ../fish/guestfish.pod:805
19353 msgid ""
19354 "By default, guestfish will ignore any errors when in interactive mode "
19355 "(ie. taking commands from a human over a tty), and will exit on the first "
19356 "error in non-interactive mode (scripts, commands given on the command line)."
19357 msgstr ""
19358
19359 #. type: textblock
19360 #: ../fish/guestfish.pod:810
19361 msgid ""
19362 "If you prefix a command with a I<-> character, then that command will not "
19363 "cause guestfish to exit, even if that (one) command returns an error."
19364 msgstr ""
19365
19366 #. type: =head1
19367 #: ../fish/guestfish.pod:814
19368 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
19369 msgstr ""
19370
19371 #. type: textblock
19372 #: ../fish/guestfish.pod:816
19373 msgid ""
19374 "Guestfish can be remote-controlled over a socket.  This is useful "
19375 "particularly in shell scripts where you want to make several different "
19376 "changes to a filesystem, but you don't want the overhead of starting up a "
19377 "guestfish process each time."
19378 msgstr ""
19379
19380 #. type: textblock
19381 #: ../fish/guestfish.pod:821
19382 msgid "Start a guestfish server process using:"
19383 msgstr ""
19384
19385 #. type: verbatim
19386 #: ../fish/guestfish.pod:823
19387 #, no-wrap
19388 msgid ""
19389 " eval \"`guestfish --listen`\"\n"
19390 "\n"
19391 msgstr ""
19392
19393 #. type: textblock
19394 #: ../fish/guestfish.pod:825
19395 msgid "and then send it commands by doing:"
19396 msgstr ""
19397
19398 #. type: verbatim
19399 #: ../fish/guestfish.pod:827
19400 #, no-wrap
19401 msgid ""
19402 " guestfish --remote cmd [...]\n"
19403 "\n"
19404 msgstr ""
19405
19406 #. type: textblock
19407 #: ../fish/guestfish.pod:829
19408 msgid "To cause the server to exit, send it the exit command:"
19409 msgstr ""
19410
19411 #. type: verbatim
19412 #: ../fish/guestfish.pod:831
19413 #, no-wrap
19414 msgid ""
19415 " guestfish --remote exit\n"
19416 "\n"
19417 msgstr ""
19418
19419 #. type: textblock
19420 #: ../fish/guestfish.pod:833
19421 msgid ""
19422 "Note that the server will normally exit if there is an error in a command.  "
19423 "You can change this in the usual way.  See section L</EXIT ON ERROR "
19424 "BEHAVIOUR>."
19425 msgstr ""
19426
19427 #. type: =head2
19428 #: ../fish/guestfish.pod:837
19429 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
19430 msgstr ""
19431
19432 #. type: textblock
19433 #: ../fish/guestfish.pod:839
19434 msgid ""
19435 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
19436 "is how the I<--remote> option knows where to send the commands.  You can "
19437 "have several guestfish listener processes running using:"
19438 msgstr ""
19439
19440 #. type: verbatim
19441 #: ../fish/guestfish.pod:843
19442 #, no-wrap
19443 msgid ""
19444 " eval \"`guestfish --listen`\"\n"
19445 " pid1=$GUESTFISH_PID\n"
19446 " eval \"`guestfish --listen`\"\n"
19447 " pid2=$GUESTFISH_PID\n"
19448 " ...\n"
19449 " guestfish --remote=$pid1 cmd\n"
19450 " guestfish --remote=$pid2 cmd\n"
19451 "\n"
19452 msgstr ""
19453
19454 #. type: =head2
19455 #: ../fish/guestfish.pod:851
19456 msgid "REMOTE CONTROL AND CSH"
19457 msgstr ""
19458
19459 #. type: textblock
19460 #: ../fish/guestfish.pod:853
19461 msgid ""
19462 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
19463 "option:"
19464 msgstr ""
19465
19466 #. type: verbatim
19467 #: ../fish/guestfish.pod:856
19468 #, no-wrap
19469 msgid ""
19470 " eval \"`guestfish --listen --csh`\"\n"
19471 "\n"
19472 msgstr ""
19473
19474 #. type: =head2
19475 #: ../fish/guestfish.pod:858
19476 msgid "REMOTE CONTROL DETAILS"
19477 msgstr ""
19478
19479 #. type: textblock
19480 #: ../fish/guestfish.pod:860
19481 msgid ""
19482 "Remote control happens over a Unix domain socket called "
19483 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
19484 "of the process, and C<$PID> is the process ID of the server."
19485 msgstr ""
19486
19487 #. type: textblock
19488 #: ../fish/guestfish.pod:864
19489 msgid "Guestfish client and server versions must match exactly."
19490 msgstr ""
19491
19492 #. type: =head2
19493 #: ../fish/guestfish.pod:866
19494 msgid "REMOTE CONTROL RUN COMMAND HANGING"
19495 msgstr ""
19496
19497 #. type: textblock
19498 #: ../fish/guestfish.pod:868
19499 msgid ""
19500 "Using the C<run> (or C<launch>) command remotely in a command substitution "
19501 "context hangs, ie. don't do (note the backquotes):"
19502 msgstr ""
19503
19504 #. type: verbatim
19505 #: ../fish/guestfish.pod:871
19506 #, no-wrap
19507 msgid ""
19508 " a=`guestfish --remote run`\n"
19509 "\n"
19510 msgstr ""
19511
19512 #. type: textblock
19513 #: ../fish/guestfish.pod:873
19514 msgid ""
19515 "Since the C<run> command produces no output on stdout, this is not useful "
19516 "anyway.  For further information see "
19517 "L<https://bugzilla.redhat.com/show_bug.cgi?id=592910>."
19518 msgstr ""
19519
19520 #. type: =head1
19521 #: ../fish/guestfish.pod:877
19522 msgid "PREPARED DISK IMAGES"
19523 msgstr ""
19524
19525 #. type: textblock
19526 #: ../fish/guestfish.pod:879
19527 msgid ""
19528 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
19529 "preformatted disk images that guestfish can make for you to save typing.  "
19530 "This is particularly useful for testing purposes.  This option is used "
19531 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
19532 "can be mixed with I<-a>)."
19533 msgstr ""
19534
19535 #. type: textblock
19536 #: ../fish/guestfish.pod:885
19537 msgid ""
19538 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
19539 "the second and so on.  Existing files in the current directory are "
19540 "I<overwritten>."
19541 msgstr ""
19542
19543 #. type: textblock
19544 #: ../fish/guestfish.pod:889
19545 msgid ""
19546 "The type briefly describes how the disk should be sized, partitioned, how "
19547 "filesystem(s) should be created, and how content should be added.  "
19548 "Optionally the type can be followed by extra parameters, separated by C<:> "
19549 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
19550 "sparsely-allocated disk, containing a single partition, with the partition "
19551 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
19552 "on a 1GB disk instead."
19553 msgstr ""
19554
19555 #. type: textblock
19556 #: ../fish/guestfish.pod:897
19557 msgid "To list the available types and any extra parameters they take, run:"
19558 msgstr ""
19559
19560 #. type: textblock
19561 #: ../fish/guestfish.pod:901
19562 msgid ""
19563 "Note that the prepared filesystem is not mounted.  You would usually have to "
19564 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
19565 msgstr ""
19566
19567 #. type: textblock
19568 #: ../fish/guestfish.pod:905
19569 msgid ""
19570 "If any I<-N> or I<--new> options are given, the guest is automatically "
19571 "launched."
19572 msgstr ""
19573
19574 #. type: textblock
19575 #: ../fish/guestfish.pod:910
19576 msgid "Create a 100MB disk with an ext4-formatted partition:"
19577 msgstr ""
19578
19579 #. type: verbatim
19580 #: ../fish/guestfish.pod:912
19581 #, no-wrap
19582 msgid ""
19583 " guestfish -N fs:ext4\n"
19584 "\n"
19585 msgstr ""
19586
19587 #. type: textblock
19588 #: ../fish/guestfish.pod:914
19589 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
19590 msgstr ""
19591
19592 #. type: verbatim
19593 #: ../fish/guestfish.pod:916
19594 #, no-wrap
19595 msgid ""
19596 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
19597 "\n"
19598 msgstr ""
19599
19600 #. type: textblock
19601 #: ../fish/guestfish.pod:918
19602 msgid "Create a blank 200MB disk:"
19603 msgstr ""
19604
19605 #. type: verbatim
19606 #: ../fish/guestfish.pod:920
19607 #, no-wrap
19608 msgid ""
19609 " guestfish -N disk:200M\n"
19610 "\n"
19611 msgstr ""
19612
19613 #. type: =head1
19614 #: ../fish/guestfish.pod:922
19615 msgid "PROGRESS BARS"
19616 msgstr ""
19617
19618 #. type: textblock
19619 #: ../fish/guestfish.pod:924
19620 msgid ""
19621 "Some (not all) long-running commands send progress notification messages as "
19622 "they are running.  Guestfish turns these messages into progress bars."
19623 msgstr ""
19624
19625 #. type: textblock
19626 #: ../fish/guestfish.pod:928
19627 msgid ""
19628 "When a command that supports progress bars takes longer than two seconds to "
19629 "run, and if progress bars are enabled, then you will see one appearing below "
19630 "the command:"
19631 msgstr ""
19632
19633 #. type: verbatim
19634 #: ../fish/guestfish.pod:932
19635 #, no-wrap
19636 msgid ""
19637 " ><fs> copy-size /large-file /another-file 2048M\n"
19638 " / 10% [#####-----------------------------------------] 00:30\n"
19639 "\n"
19640 msgstr ""
19641
19642 #. type: textblock
19643 #: ../fish/guestfish.pod:935
19644 msgid ""
19645 "The spinner on the left hand side moves round once for every progress "
19646 "notification received from the backend.  This is a (reasonably) golden "
19647 "assurance that the command is \"doing something\" even if the progress bar "
19648 "is not moving, because the command is able to send the progress "
19649 "notifications.  When the bar reaches 100% and the command finishes, the "
19650 "spinner disappears."
19651 msgstr ""
19652
19653 #. type: textblock
19654 #: ../fish/guestfish.pod:942
19655 msgid ""
19656 "Progress bars are enabled by default when guestfish is used interactively.  "
19657 "You can enable them even for non-interactive modes using I<--progress-bars>, "
19658 "and you can disable them completely using I<--no-progress-bars>."
19659 msgstr ""
19660
19661 #. type: =head1
19662 #: ../fish/guestfish.pod:947
19663 msgid "GUESTFISH COMMANDS"
19664 msgstr ""
19665
19666 #. type: textblock
19667 #: ../fish/guestfish.pod:949
19668 msgid ""
19669 "The commands in this section are guestfish convenience commands, in other "
19670 "words, they are not part of the L<guestfs(3)> API."
19671 msgstr ""
19672
19673 #. type: =head2
19674 #: ../fish/guestfish.pod:952
19675 msgid "help"
19676 msgstr ""
19677
19678 #. type: verbatim
19679 #: ../fish/guestfish.pod:954
19680 #, no-wrap
19681 msgid ""
19682 " help\n"
19683 " help cmd\n"
19684 "\n"
19685 msgstr ""
19686
19687 #. type: textblock
19688 #: ../fish/guestfish.pod:957
19689 msgid "Without any parameter, this provides general help."
19690 msgstr ""
19691
19692 #. type: textblock
19693 #: ../fish/guestfish.pod:959
19694 msgid "With a C<cmd> parameter, this displays detailed help for that command."
19695 msgstr ""
19696
19697 #. type: =head2
19698 #: ../fish/guestfish.pod:961
19699 msgid "quit | exit"
19700 msgstr ""
19701
19702 #. type: textblock
19703 #: ../fish/guestfish.pod:963
19704 msgid "This exits guestfish.  You can also use C<^D> key."
19705 msgstr ""
19706
19707 #. type: textblock
19708 #: ../fish/guestfish.pod:965
19709 msgid "@FISH_COMMANDS@"
19710 msgstr ""
19711
19712 #. type: =head1
19713 #: ../fish/guestfish.pod:967
19714 msgid "COMMANDS"
19715 msgstr ""
19716
19717 #. type: =head1
19718 #: ../fish/guestfish.pod:971 ../test-tool/libguestfs-test-tool.pod:83
19719 msgid "EXIT CODE"
19720 msgstr ""
19721
19722 #. type: textblock
19723 #: ../fish/guestfish.pod:973
19724 msgid ""
19725 "guestfish returns 0 if the commands completed without error, or 1 if there "
19726 "was an error."
19727 msgstr ""
19728
19729 #. type: =item
19730 #: ../fish/guestfish.pod:980
19731 msgid "EDITOR"
19732 msgstr ""
19733
19734 #. type: textblock
19735 #: ../fish/guestfish.pod:982
19736 msgid ""
19737 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
19738 "C<vi>."
19739 msgstr ""
19740
19741 #. type: =item
19742 #: ../fish/guestfish.pod:985
19743 msgid "GUESTFISH_PID"
19744 msgstr ""
19745
19746 #. type: textblock
19747 #: ../fish/guestfish.pod:987
19748 msgid ""
19749 "Used with the I<--remote> option to specify the remote guestfish process to "
19750 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
19751 msgstr ""
19752
19753 #. type: =item
19754 #: ../fish/guestfish.pod:991
19755 msgid "HEXEDITOR"
19756 msgstr ""
19757
19758 #. type: textblock
19759 #: ../fish/guestfish.pod:993
19760 msgid ""
19761 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
19762 "not specified, the external L<hexedit(1)> program is used."
19763 msgstr ""
19764
19765 #. type: =item
19766 #: ../fish/guestfish.pod:997
19767 msgid "HOME"
19768 msgstr ""
19769
19770 #. type: textblock
19771 #: ../fish/guestfish.pod:999
19772 msgid ""
19773 "If compiled with GNU readline support, various files in the home directory "
19774 "can be used.  See L</FILES>."
19775 msgstr ""
19776
19777 #. type: textblock
19778 #: ../fish/guestfish.pod:1008
19779 msgid ""
19780 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
19781 "effect as using the B<-v> option."
19782 msgstr ""
19783
19784 #. type: textblock
19785 #: ../fish/guestfish.pod:1020
19786 msgid ""
19787 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
19788 "the discussion of paths in L<guestfs(3)>."
19789 msgstr ""
19790
19791 #. type: textblock
19792 #: ../fish/guestfish.pod:1031
19793 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
19794 msgstr ""
19795
19796 #. type: =item
19797 #: ../fish/guestfish.pod:1033
19798 msgid "PAGER"
19799 msgstr ""
19800
19801 #. type: textblock
19802 #: ../fish/guestfish.pod:1035
19803 msgid ""
19804 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
19805 "C<more>."
19806 msgstr ""
19807
19808 #. type: =head1
19809 #: ../fish/guestfish.pod:1050 ../test-tool/libguestfs-test-tool.pod:88
19810 msgid "FILES"
19811 msgstr ""
19812
19813 #. type: =item
19814 #: ../fish/guestfish.pod:1054
19815 msgid "$HOME/.guestfish"
19816 msgstr ""
19817
19818 #. type: textblock
19819 #: ../fish/guestfish.pod:1056
19820 msgid ""
19821 "If compiled with GNU readline support, then the command history is saved in "
19822 "this file."
19823 msgstr ""
19824
19825 #. type: =item
19826 #: ../fish/guestfish.pod:1059
19827 msgid "$HOME/.inputrc"
19828 msgstr ""
19829
19830 #. type: =item
19831 #: ../fish/guestfish.pod:1061
19832 msgid "/etc/inputrc"
19833 msgstr ""
19834
19835 #. type: textblock
19836 #: ../fish/guestfish.pod:1063
19837 msgid ""
19838 "If compiled with GNU readline support, then these files can be used to "
19839 "configure readline.  For further information, please see "
19840 "L<readline(3)/INITIALIZATION FILE>."
19841 msgstr ""
19842
19843 #. type: textblock
19844 #: ../fish/guestfish.pod:1067
19845 msgid "To write rules which only apply to guestfish, use:"
19846 msgstr ""
19847
19848 #. type: verbatim
19849 #: ../fish/guestfish.pod:1069
19850 #, no-wrap
19851 msgid ""
19852 " $if guestfish\n"
19853 " ...\n"
19854 " $endif\n"
19855 "\n"
19856 msgstr ""
19857
19858 #. type: textblock
19859 #: ../fish/guestfish.pod:1073
19860 msgid ""
19861 "Variables that you can set in inputrc that change the behaviour of guestfish "
19862 "in useful ways include:"
19863 msgstr ""
19864
19865 #. type: =item
19866 #: ../fish/guestfish.pod:1078
19867 msgid "completion-ignore-case (default: on)"
19868 msgstr ""
19869
19870 #. type: textblock
19871 #: ../fish/guestfish.pod:1080
19872 msgid ""
19873 "By default, guestfish will ignore case when tab-completing paths on the "
19874 "disk.  Use:"
19875 msgstr ""
19876
19877 #. type: verbatim
19878 #: ../fish/guestfish.pod:1083
19879 #, no-wrap
19880 msgid ""
19881 " set completion-ignore-case off\n"
19882 "\n"
19883 msgstr ""
19884
19885 #. type: textblock
19886 #: ../fish/guestfish.pod:1085
19887 msgid "to make guestfish case sensitive."
19888 msgstr ""
19889
19890 #. type: =item
19891 #: ../fish/guestfish.pod:1089
19892 msgid "test1.img"
19893 msgstr ""
19894
19895 #. type: =item
19896 #: ../fish/guestfish.pod:1091
19897 msgid "test2.img (etc)"
19898 msgstr ""
19899
19900 #. type: textblock
19901 #: ../fish/guestfish.pod:1093
19902 msgid ""
19903 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
19904 "will be created in the file C<test1.img> in the current directory.  The "
19905 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
19906 "the same name will be overwritten."
19907 msgstr ""
19908
19909 #. type: textblock
19910 #: ../fish/guestfish.pod:1102
19911 msgid ""
19912 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
19913 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, "
19914 "L<virt-list-filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, "
19915 "L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, "
19916 "L<virt-win-reg(1)>, L<hexedit(1)>."
19917 msgstr ""
19918
19919 #. type: textblock
19920 #: ../fish/guestfish.pod:1128 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:415 ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:300 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
19921 msgid ""
19922 "This program is free software; you can redistribute it and/or modify it "
19923 "under the terms of the GNU General Public License as published by the Free "
19924 "Software Foundation; either version 2 of the License, or (at your option) "
19925 "any later version."
19926 msgstr ""
19927
19928 #. type: textblock
19929 #: ../fish/guestfish.pod:1133 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:420 ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
19930 msgid ""
19931 "This program is distributed in the hope that it will be useful, but WITHOUT "
19932 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
19933 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
19934 "more details."
19935 msgstr ""
19936
19937 #. type: textblock
19938 #: ../fish/guestfish.pod:1138 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:425 ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:310 ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
19939 msgid ""
19940 "You should have received a copy of the GNU General Public License along with "
19941 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
19942 "Ave, Cambridge, MA 02139, USA."
19943 msgstr ""
19944
19945 #. type: =head2
19946 #: ../fish/guestfish-actions.pod:1
19947 msgid "add-cdrom"
19948 msgstr ""
19949
19950 #. type: verbatim
19951 #: ../fish/guestfish-actions.pod:3
19952 #, no-wrap
19953 msgid ""
19954 " add-cdrom filename\n"
19955 "\n"
19956 msgstr ""
19957
19958 #. type: textblock
19959 #: ../fish/guestfish-actions.pod:15
19960 msgid ""
19961 "This call checks for the existence of C<filename>.  This stops you from "
19962 "specifying other types of drive which are supported by qemu such as C<nbd:> "
19963 "and C<http:> URLs.  To specify those, use the general L</config> call "
19964 "instead."
19965 msgstr ""
19966
19967 #. type: textblock
19968 #: ../fish/guestfish-actions.pod:22
19969 msgid ""
19970 "If you just want to add an ISO file (often you use this as an efficient way "
19971 "to transfer large files into the guest), then you should probably use "
19972 "L</add-drive-ro> instead."
19973 msgstr ""
19974
19975 #. type: textblock
19976 #: ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
19977 msgid ""
19978 "This function is deprecated.  In new code, use the L</add_drive_opts> call "
19979 "instead."
19980 msgstr ""
19981
19982 #. type: =head2
19983 #: ../fish/guestfish-actions.pod:35
19984 msgid "add-domain"
19985 msgstr ""
19986
19987 #. type: =head2
19988 #: ../fish/guestfish-actions.pod:37
19989 msgid "domain"
19990 msgstr ""
19991
19992 #. type: verbatim
19993 #: ../fish/guestfish-actions.pod:39
19994 #, no-wrap
19995 msgid ""
19996 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
19997 "\n"
19998 msgstr ""
19999
20000 #. type: textblock
20001 #: ../fish/guestfish-actions.pod:41
20002 msgid ""
20003 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
20004 "It works by connecting to libvirt, requesting the domain and domain XML from "
20005 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
20006 msgstr ""
20007
20008 #. type: textblock
20009 #: ../fish/guestfish-actions.pod:64
20010 msgid ""
20011 "The other optional parameters are passed directly through to "
20012 "L</add-drive-opts>."
20013 msgstr ""
20014
20015 #. type: textblock
20016 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131 ../fish/guestfish-actions.pod:2850
20017 msgid ""
20018 "This command has one or more optional arguments.  See L</OPTIONAL "
20019 "ARGUMENTS>."
20020 msgstr ""
20021
20022 #. type: =head2
20023 #: ../fish/guestfish-actions.pod:69
20024 msgid "add-drive"
20025 msgstr ""
20026
20027 #. type: verbatim
20028 #: ../fish/guestfish-actions.pod:71
20029 #, no-wrap
20030 msgid ""
20031 " add-drive filename\n"
20032 "\n"
20033 msgstr ""
20034
20035 #. type: textblock
20036 #: ../fish/guestfish-actions.pod:73
20037 msgid ""
20038 "This function is the equivalent of calling L</add-drive-opts> with no "
20039 "optional parameters, so the disk is added writable, with the format being "
20040 "detected automatically."
20041 msgstr ""
20042
20043 #. type: textblock
20044 #: ../fish/guestfish-actions.pod:77
20045 msgid ""
20046 "Automatic detection of the format opens you up to a potential security hole "
20047 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
20048 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
20049 "you should think about replacing calls to this function with calls to "
20050 "L</add-drive-opts>, and specifying the format."
20051 msgstr ""
20052
20053 #. type: =head2
20054 #: ../fish/guestfish-actions.pod:84
20055 msgid "add-drive-opts"
20056 msgstr ""
20057
20058 #. type: =head2
20059 #: ../fish/guestfish-actions.pod:86
20060 msgid "add"
20061 msgstr ""
20062
20063 #. type: verbatim
20064 #: ../fish/guestfish-actions.pod:88
20065 #, no-wrap
20066 msgid ""
20067 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
20068 "\n"
20069 msgstr ""
20070
20071 #. type: textblock
20072 #: ../fish/guestfish-actions.pod:115
20073 msgid ""
20074 "This forces the image format.  If you omit this (or use L</add-drive> or "
20075 "L</add-drive-ro>) then the format is automatically detected.  Possible "
20076 "formats include C<raw> and C<qcow2>."
20077 msgstr ""
20078
20079 #. type: textblock
20080 #: ../fish/guestfish-actions.pod:126
20081 msgid ""
20082 "This rarely-used option lets you emulate the behaviour of the deprecated "
20083 "L</add-drive-with-if> call (q.v.)"
20084 msgstr ""
20085
20086 #. type: =head2
20087 #: ../fish/guestfish-actions.pod:133
20088 msgid "add-drive-ro"
20089 msgstr ""
20090
20091 #. type: =head2
20092 #: ../fish/guestfish-actions.pod:135
20093 msgid "add-ro"
20094 msgstr ""
20095
20096 #. type: verbatim
20097 #: ../fish/guestfish-actions.pod:137
20098 #, no-wrap
20099 msgid ""
20100 " add-drive-ro filename\n"
20101 "\n"
20102 msgstr ""
20103
20104 #. type: textblock
20105 #: ../fish/guestfish-actions.pod:139
20106 msgid ""
20107 "This function is the equivalent of calling L</add-drive-opts> with the "
20108 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
20109 "is added read-only, with the format being detected automatically."
20110 msgstr ""
20111
20112 #. type: =head2
20113 #: ../fish/guestfish-actions.pod:144
20114 msgid "add-drive-ro-with-if"
20115 msgstr ""
20116
20117 #. type: verbatim
20118 #: ../fish/guestfish-actions.pod:146
20119 #, no-wrap
20120 msgid ""
20121 " add-drive-ro-with-if filename iface\n"
20122 "\n"
20123 msgstr ""
20124
20125 #. type: textblock
20126 #: ../fish/guestfish-actions.pod:148
20127 msgid ""
20128 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
20129 "interface emulation to use at run time."
20130 msgstr ""
20131
20132 #. type: =head2
20133 #: ../fish/guestfish-actions.pod:158
20134 msgid "add-drive-with-if"
20135 msgstr ""
20136
20137 #. type: verbatim
20138 #: ../fish/guestfish-actions.pod:160
20139 #, no-wrap
20140 msgid ""
20141 " add-drive-with-if filename iface\n"
20142 "\n"
20143 msgstr ""
20144
20145 #. type: textblock
20146 #: ../fish/guestfish-actions.pod:162
20147 msgid ""
20148 "This is the same as L</add-drive> but it allows you to specify the QEMU "
20149 "interface emulation to use at run time."
20150 msgstr ""
20151
20152 #. type: =head2
20153 #: ../fish/guestfish-actions.pod:172
20154 msgid "aug-clear"
20155 msgstr ""
20156
20157 #. type: verbatim
20158 #: ../fish/guestfish-actions.pod:174
20159 #, no-wrap
20160 msgid ""
20161 " aug-clear augpath\n"
20162 "\n"
20163 msgstr ""
20164
20165 #. type: =head2
20166 #: ../fish/guestfish-actions.pod:179
20167 msgid "aug-close"
20168 msgstr ""
20169
20170 #. type: verbatim
20171 #: ../fish/guestfish-actions.pod:181
20172 #, no-wrap
20173 msgid ""
20174 " aug-close\n"
20175 "\n"
20176 msgstr ""
20177
20178 #. type: textblock
20179 #: ../fish/guestfish-actions.pod:183
20180 msgid ""
20181 "Close the current Augeas handle and free up any resources used by it.  After "
20182 "calling this, you have to call L</aug-init> again before you can use any "
20183 "other Augeas functions."
20184 msgstr ""
20185
20186 #. type: =head2
20187 #: ../fish/guestfish-actions.pod:188
20188 msgid "aug-defnode"
20189 msgstr ""
20190
20191 #. type: verbatim
20192 #: ../fish/guestfish-actions.pod:190
20193 #, no-wrap
20194 msgid ""
20195 " aug-defnode name expr val\n"
20196 "\n"
20197 msgstr ""
20198
20199 #. type: textblock
20200 #: ../fish/guestfish-actions.pod:195
20201 msgid ""
20202 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
20203 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
20204 "containing that single node."
20205 msgstr ""
20206
20207 #. type: =head2
20208 #: ../fish/guestfish-actions.pod:203
20209 msgid "aug-defvar"
20210 msgstr ""
20211
20212 #. type: verbatim
20213 #: ../fish/guestfish-actions.pod:205
20214 #, no-wrap
20215 msgid ""
20216 " aug-defvar name expr\n"
20217 "\n"
20218 msgstr ""
20219
20220 #. type: =head2
20221 #: ../fish/guestfish-actions.pod:214
20222 msgid "aug-get"
20223 msgstr ""
20224
20225 #. type: verbatim
20226 #: ../fish/guestfish-actions.pod:216
20227 #, no-wrap
20228 msgid ""
20229 " aug-get augpath\n"
20230 "\n"
20231 msgstr ""
20232
20233 #. type: =head2
20234 #: ../fish/guestfish-actions.pod:221
20235 msgid "aug-init"
20236 msgstr ""
20237
20238 #. type: verbatim
20239 #: ../fish/guestfish-actions.pod:223
20240 #, no-wrap
20241 msgid ""
20242 " aug-init root flags\n"
20243 "\n"
20244 msgstr ""
20245
20246 #. type: textblock
20247 #: ../fish/guestfish-actions.pod:229
20248 msgid "You must call this before using any other L</aug-*> commands."
20249 msgstr ""
20250
20251 #. type: textblock
20252 #: ../fish/guestfish-actions.pod:254
20253 msgid ""
20254 "This option is only useful when debugging Augeas lenses.  Use of this option "
20255 "may require additional memory for the libguestfs appliance.  You may need to "
20256 "set the C<LIBGUESTFS_MEMSIZE> environment variable or call L</set-memsize>."
20257 msgstr ""
20258
20259 #. type: textblock
20260 #: ../fish/guestfish-actions.pod:269
20261 msgid "Do not load the tree in L</aug-init>."
20262 msgstr ""
20263
20264 #. type: textblock
20265 #: ../fish/guestfish-actions.pod:273
20266 msgid "To close the handle, you can call L</aug-close>."
20267 msgstr ""
20268
20269 #. type: =head2
20270 #: ../fish/guestfish-actions.pod:277
20271 msgid "aug-insert"
20272 msgstr ""
20273
20274 #. type: verbatim
20275 #: ../fish/guestfish-actions.pod:279
20276 #, no-wrap
20277 msgid ""
20278 " aug-insert augpath label true|false\n"
20279 "\n"
20280 msgstr ""
20281
20282 #. type: =head2
20283 #: ../fish/guestfish-actions.pod:289
20284 msgid "aug-load"
20285 msgstr ""
20286
20287 #. type: verbatim
20288 #: ../fish/guestfish-actions.pod:291
20289 #, no-wrap
20290 msgid ""
20291 " aug-load\n"
20292 "\n"
20293 msgstr ""
20294
20295 #. type: =head2
20296 #: ../fish/guestfish-actions.pod:298
20297 msgid "aug-ls"
20298 msgstr ""
20299
20300 #. type: verbatim
20301 #: ../fish/guestfish-actions.pod:300
20302 #, no-wrap
20303 msgid ""
20304 " aug-ls augpath\n"
20305 "\n"
20306 msgstr ""
20307
20308 #. type: textblock
20309 #: ../fish/guestfish-actions.pod:302
20310 msgid ""
20311 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
20312 "resulting nodes into alphabetical order."
20313 msgstr ""
20314
20315 #. type: =head2
20316 #: ../fish/guestfish-actions.pod:305
20317 msgid "aug-match"
20318 msgstr ""
20319
20320 #. type: verbatim
20321 #: ../fish/guestfish-actions.pod:307
20322 #, no-wrap
20323 msgid ""
20324 " aug-match augpath\n"
20325 "\n"
20326 msgstr ""
20327
20328 #. type: =head2
20329 #: ../fish/guestfish-actions.pod:313
20330 msgid "aug-mv"
20331 msgstr ""
20332
20333 #. type: verbatim
20334 #: ../fish/guestfish-actions.pod:315
20335 #, no-wrap
20336 msgid ""
20337 " aug-mv src dest\n"
20338 "\n"
20339 msgstr ""
20340
20341 #. type: =head2
20342 #: ../fish/guestfish-actions.pod:320
20343 msgid "aug-rm"
20344 msgstr ""
20345
20346 #. type: verbatim
20347 #: ../fish/guestfish-actions.pod:322
20348 #, no-wrap
20349 msgid ""
20350 " aug-rm augpath\n"
20351 "\n"
20352 msgstr ""
20353
20354 #. type: =head2
20355 #: ../fish/guestfish-actions.pod:328
20356 msgid "aug-save"
20357 msgstr ""
20358
20359 #. type: verbatim
20360 #: ../fish/guestfish-actions.pod:330
20361 #, no-wrap
20362 msgid ""
20363 " aug-save\n"
20364 "\n"
20365 msgstr ""
20366
20367 #. type: textblock
20368 #: ../fish/guestfish-actions.pod:334
20369 msgid ""
20370 "The flags which were passed to L</aug-init> affect exactly how files are "
20371 "saved."
20372 msgstr ""
20373
20374 #. type: =head2
20375 #: ../fish/guestfish-actions.pod:337
20376 msgid "aug-set"
20377 msgstr ""
20378
20379 #. type: verbatim
20380 #: ../fish/guestfish-actions.pod:339
20381 #, no-wrap
20382 msgid ""
20383 " aug-set augpath val\n"
20384 "\n"
20385 msgstr ""
20386
20387 #. type: textblock
20388 #: ../fish/guestfish-actions.pod:343
20389 msgid ""
20390 "In the Augeas API, it is possible to clear a node by setting the value to "
20391 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
20392 "this call.  Instead you must use the L</aug-clear> call."
20393 msgstr ""
20394
20395 #. type: =head2
20396 #: ../fish/guestfish-actions.pod:348
20397 msgid "available"
20398 msgstr ""
20399
20400 #. type: verbatim
20401 #: ../fish/guestfish-actions.pod:350
20402 #, no-wrap
20403 msgid ""
20404 " available 'groups ...'\n"
20405 "\n"
20406 msgstr ""
20407
20408 #. type: textblock
20409 #: ../fish/guestfish-actions.pod:356
20410 msgid ""
20411 "The libguestfs groups, and the functions that those groups correspond to, "
20412 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
20413 "runtime by calling L</available-all-groups>."
20414 msgstr ""
20415
20416 #. type: textblock
20417 #: ../fish/guestfish-actions.pod:380
20418 msgid "You must call L</launch> before calling this function."
20419 msgstr ""
20420
20421 #. type: textblock
20422 #: ../fish/guestfish-actions.pod:402
20423 msgid ""
20424 "This call was added in version C<1.0.80>.  In previous versions of "
20425 "libguestfs all you could do would be to speculatively execute a command to "
20426 "find out if the daemon implemented it.  See also L</version>."
20427 msgstr ""
20428
20429 #. type: =head2
20430 #: ../fish/guestfish-actions.pod:409
20431 msgid "available-all-groups"
20432 msgstr ""
20433
20434 #. type: verbatim
20435 #: ../fish/guestfish-actions.pod:411
20436 #, no-wrap
20437 msgid ""
20438 " available-all-groups\n"
20439 "\n"
20440 msgstr ""
20441
20442 #. type: textblock
20443 #: ../fish/guestfish-actions.pod:413
20444 msgid ""
20445 "This command returns a list of all optional groups that this daemon knows "
20446 "about.  Note this returns both supported and unsupported groups.  To find "
20447 "out which ones the daemon can actually support you have to call "
20448 "L</available> on each member of the returned list."
20449 msgstr ""
20450
20451 #. type: textblock
20452 #: ../fish/guestfish-actions.pod:419
20453 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
20454 msgstr ""
20455
20456 #. type: =head2
20457 #: ../fish/guestfish-actions.pod:421
20458 msgid "base64-in"
20459 msgstr ""
20460
20461 #. type: verbatim
20462 #: ../fish/guestfish-actions.pod:423
20463 #, no-wrap
20464 msgid ""
20465 " base64-in (base64file|-) filename\n"
20466 "\n"
20467 msgstr ""
20468
20469 #. type: textblock
20470 #: ../fish/guestfish-actions.pod:428 ../fish/guestfish-actions.pod:437 ../fish/guestfish-actions.pod:661 ../fish/guestfish-actions.pod:830 ../fish/guestfish-actions.pod:849 ../fish/guestfish-actions.pod:1223 ../fish/guestfish-actions.pod:4214 ../fish/guestfish-actions.pod:4226 ../fish/guestfish-actions.pod:4237 ../fish/guestfish-actions.pod:4248 ../fish/guestfish-actions.pod:4300 ../fish/guestfish-actions.pod:4309 ../fish/guestfish-actions.pod:4363 ../fish/guestfish-actions.pod:4386
20471 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
20472 msgstr ""
20473
20474 #. type: =head2
20475 #: ../fish/guestfish-actions.pod:430
20476 msgid "base64-out"
20477 msgstr ""
20478
20479 #. type: verbatim
20480 #: ../fish/guestfish-actions.pod:432
20481 #, no-wrap
20482 msgid ""
20483 " base64-out filename (base64file|-)\n"
20484 "\n"
20485 msgstr ""
20486
20487 #. type: =head2
20488 #: ../fish/guestfish-actions.pod:439
20489 msgid "blockdev-flushbufs"
20490 msgstr ""
20491
20492 #. type: verbatim
20493 #: ../fish/guestfish-actions.pod:441
20494 #, no-wrap
20495 msgid ""
20496 " blockdev-flushbufs device\n"
20497 "\n"
20498 msgstr ""
20499
20500 #. type: =head2
20501 #: ../fish/guestfish-actions.pod:448
20502 msgid "blockdev-getbsz"
20503 msgstr ""
20504
20505 #. type: verbatim
20506 #: ../fish/guestfish-actions.pod:450
20507 #, no-wrap
20508 msgid ""
20509 " blockdev-getbsz device\n"
20510 "\n"
20511 msgstr ""
20512
20513 #. type: =head2
20514 #: ../fish/guestfish-actions.pod:459
20515 msgid "blockdev-getro"
20516 msgstr ""
20517
20518 #. type: verbatim
20519 #: ../fish/guestfish-actions.pod:461
20520 #, no-wrap
20521 msgid ""
20522 " blockdev-getro device\n"
20523 "\n"
20524 msgstr ""
20525
20526 #. type: =head2
20527 #: ../fish/guestfish-actions.pod:468
20528 msgid "blockdev-getsize64"
20529 msgstr ""
20530
20531 #. type: verbatim
20532 #: ../fish/guestfish-actions.pod:470
20533 #, no-wrap
20534 msgid ""
20535 " blockdev-getsize64 device\n"
20536 "\n"
20537 msgstr ""
20538
20539 #. type: textblock
20540 #: ../fish/guestfish-actions.pod:474
20541 msgid "See also L</blockdev-getsz>."
20542 msgstr ""
20543
20544 #. type: =head2
20545 #: ../fish/guestfish-actions.pod:478
20546 msgid "blockdev-getss"
20547 msgstr ""
20548
20549 #. type: verbatim
20550 #: ../fish/guestfish-actions.pod:480
20551 #, no-wrap
20552 msgid ""
20553 " blockdev-getss device\n"
20554 "\n"
20555 msgstr ""
20556
20557 #. type: textblock
20558 #: ../fish/guestfish-actions.pod:485
20559 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
20560 msgstr ""
20561
20562 #. type: =head2
20563 #: ../fish/guestfish-actions.pod:490
20564 msgid "blockdev-getsz"
20565 msgstr ""
20566
20567 #. type: verbatim
20568 #: ../fish/guestfish-actions.pod:492
20569 #, no-wrap
20570 msgid ""
20571 " blockdev-getsz device\n"
20572 "\n"
20573 msgstr ""
20574
20575 #. type: textblock
20576 #: ../fish/guestfish-actions.pod:497
20577 msgid ""
20578 "See also L</blockdev-getss> for the real sector size of the device, and "
20579 "L</blockdev-getsize64> for the more useful I<size in bytes>."
20580 msgstr ""
20581
20582 #. type: =head2
20583 #: ../fish/guestfish-actions.pod:503
20584 msgid "blockdev-rereadpt"
20585 msgstr ""
20586
20587 #. type: verbatim
20588 #: ../fish/guestfish-actions.pod:505
20589 #, no-wrap
20590 msgid ""
20591 " blockdev-rereadpt device\n"
20592 "\n"
20593 msgstr ""
20594
20595 #. type: =head2
20596 #: ../fish/guestfish-actions.pod:511
20597 msgid "blockdev-setbsz"
20598 msgstr ""
20599
20600 #. type: verbatim
20601 #: ../fish/guestfish-actions.pod:513
20602 #, no-wrap
20603 msgid ""
20604 " blockdev-setbsz device blocksize\n"
20605 "\n"
20606 msgstr ""
20607
20608 #. type: =head2
20609 #: ../fish/guestfish-actions.pod:522
20610 msgid "blockdev-setro"
20611 msgstr ""
20612
20613 #. type: verbatim
20614 #: ../fish/guestfish-actions.pod:524
20615 #, no-wrap
20616 msgid ""
20617 " blockdev-setro device\n"
20618 "\n"
20619 msgstr ""
20620
20621 #. type: =head2
20622 #: ../fish/guestfish-actions.pod:530
20623 msgid "blockdev-setrw"
20624 msgstr ""
20625
20626 #. type: verbatim
20627 #: ../fish/guestfish-actions.pod:532
20628 #, no-wrap
20629 msgid ""
20630 " blockdev-setrw device\n"
20631 "\n"
20632 msgstr ""
20633
20634 #. type: =head2
20635 #: ../fish/guestfish-actions.pod:538
20636 msgid "case-sensitive-path"
20637 msgstr ""
20638
20639 #. type: verbatim
20640 #: ../fish/guestfish-actions.pod:540
20641 #, no-wrap
20642 msgid ""
20643 " case-sensitive-path path\n"
20644 "\n"
20645 msgstr ""
20646
20647 #. type: textblock
20648 #: ../fish/guestfish-actions.pod:564
20649 msgid ""
20650 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
20651 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
20652 "how the directories were originally created under Windows)."
20653 msgstr ""
20654
20655 #. type: textblock
20656 #: ../fish/guestfish-actions.pod:572
20657 msgid "See also L</realpath>."
20658 msgstr ""
20659
20660 #. type: =head2
20661 #: ../fish/guestfish-actions.pod:574
20662 msgid "cat"
20663 msgstr ""
20664
20665 #. type: verbatim
20666 #: ../fish/guestfish-actions.pod:576
20667 #, no-wrap
20668 msgid ""
20669 " cat path\n"
20670 "\n"
20671 msgstr ""
20672
20673 #. type: textblock
20674 #: ../fish/guestfish-actions.pod:580
20675 msgid ""
20676 "Note that this function cannot correctly handle binary files (specifically, "
20677 "files containing C<\\0> character which is treated as end of string).  For "
20678 "those you need to use the L</read-file> or L</download> functions which have "
20679 "a more complex interface."
20680 msgstr ""
20681
20682 #. type: =head2
20683 #: ../fish/guestfish-actions.pod:588
20684 msgid "checksum"
20685 msgstr ""
20686
20687 #. type: verbatim
20688 #: ../fish/guestfish-actions.pod:590
20689 #, no-wrap
20690 msgid ""
20691 " checksum csumtype path\n"
20692 "\n"
20693 msgstr ""
20694
20695 #. type: textblock
20696 #: ../fish/guestfish-actions.pod:633
20697 msgid "To get the checksum for a device, use L</checksum-device>."
20698 msgstr ""
20699
20700 #. type: textblock
20701 #: ../fish/guestfish-actions.pod:635
20702 msgid "To get the checksums for many files, use L</checksums-out>."
20703 msgstr ""
20704
20705 #. type: =head2
20706 #: ../fish/guestfish-actions.pod:637
20707 msgid "checksum-device"
20708 msgstr ""
20709
20710 #. type: verbatim
20711 #: ../fish/guestfish-actions.pod:639
20712 #, no-wrap
20713 msgid ""
20714 " checksum-device csumtype device\n"
20715 "\n"
20716 msgstr ""
20717
20718 #. type: textblock
20719 #: ../fish/guestfish-actions.pod:641
20720 msgid ""
20721 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
20722 "device named C<device>.  For the types of checksums supported see the "
20723 "L</checksum> command."
20724 msgstr ""
20725
20726 #. type: =head2
20727 #: ../fish/guestfish-actions.pod:645
20728 msgid "checksums-out"
20729 msgstr ""
20730
20731 #. type: verbatim
20732 #: ../fish/guestfish-actions.pod:647
20733 #, no-wrap
20734 msgid ""
20735 " checksums-out csumtype directory (sumsfile|-)\n"
20736 "\n"
20737 msgstr ""
20738
20739 #. type: =head2
20740 #: ../fish/guestfish-actions.pod:663
20741 msgid "chmod"
20742 msgstr ""
20743
20744 #. type: verbatim
20745 #: ../fish/guestfish-actions.pod:665
20746 #, no-wrap
20747 msgid ""
20748 " chmod mode path\n"
20749 "\n"
20750 msgstr ""
20751
20752 #. type: =head2
20753 #: ../fish/guestfish-actions.pod:676
20754 msgid "chown"
20755 msgstr ""
20756
20757 #. type: verbatim
20758 #: ../fish/guestfish-actions.pod:678
20759 #, no-wrap
20760 msgid ""
20761 " chown owner group path\n"
20762 "\n"
20763 msgstr ""
20764
20765 #. type: =head2
20766 #: ../fish/guestfish-actions.pod:686
20767 msgid "command"
20768 msgstr ""
20769
20770 #. type: verbatim
20771 #: ../fish/guestfish-actions.pod:688
20772 #, no-wrap
20773 msgid ""
20774 " command 'arguments ...'\n"
20775 "\n"
20776 msgstr ""
20777
20778 #. type: textblock
20779 #: ../fish/guestfish-actions.pod:695
20780 msgid ""
20781 "The single parameter is an argv-style list of arguments.  The first element "
20782 "is the name of the program to run.  Subsequent elements are parameters.  The "
20783 "list must be non-empty (ie. must contain a program name).  Note that the "
20784 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
20785 msgstr ""
20786
20787 #. type: =head2
20788 #: ../fish/guestfish-actions.pod:723
20789 msgid "command-lines"
20790 msgstr ""
20791
20792 #. type: verbatim
20793 #: ../fish/guestfish-actions.pod:725
20794 #, no-wrap
20795 msgid ""
20796 " command-lines 'arguments ...'\n"
20797 "\n"
20798 msgstr ""
20799
20800 #. type: textblock
20801 #: ../fish/guestfish-actions.pod:727
20802 msgid "This is the same as L</command>, but splits the result into a list of lines."
20803 msgstr ""
20804
20805 #. type: textblock
20806 #: ../fish/guestfish-actions.pod:730
20807 msgid "See also: L</sh-lines>"
20808 msgstr ""
20809
20810 #. type: =head2
20811 #: ../fish/guestfish-actions.pod:735
20812 msgid "config"
20813 msgstr ""
20814
20815 #. type: verbatim
20816 #: ../fish/guestfish-actions.pod:737
20817 #, no-wrap
20818 msgid ""
20819 " config qemuparam qemuvalue\n"
20820 "\n"
20821 msgstr ""
20822
20823 #. type: =head2
20824 #: ../fish/guestfish-actions.pod:748
20825 msgid "copy-size"
20826 msgstr ""
20827
20828 #. type: verbatim
20829 #: ../fish/guestfish-actions.pod:750
20830 #, no-wrap
20831 msgid ""
20832 " copy-size src dest size\n"
20833 "\n"
20834 msgstr ""
20835
20836 #. type: =head2
20837 #: ../fish/guestfish-actions.pod:758
20838 msgid "cp"
20839 msgstr ""
20840
20841 #. type: verbatim
20842 #: ../fish/guestfish-actions.pod:760
20843 #, no-wrap
20844 msgid ""
20845 " cp src dest\n"
20846 "\n"
20847 msgstr ""
20848
20849 #. type: =head2
20850 #: ../fish/guestfish-actions.pod:765
20851 msgid "cp-a"
20852 msgstr ""
20853
20854 #. type: verbatim
20855 #: ../fish/guestfish-actions.pod:767
20856 #, no-wrap
20857 msgid ""
20858 " cp-a src dest\n"
20859 "\n"
20860 msgstr ""
20861
20862 #. type: =head2
20863 #: ../fish/guestfish-actions.pod:772
20864 msgid "dd"
20865 msgstr ""
20866
20867 #. type: verbatim
20868 #: ../fish/guestfish-actions.pod:774
20869 #, no-wrap
20870 msgid ""
20871 " dd src dest\n"
20872 "\n"
20873 msgstr ""
20874
20875 #. type: textblock
20876 #: ../fish/guestfish-actions.pod:781
20877 msgid ""
20878 "If the destination is a device, it must be as large or larger than the "
20879 "source file or device, otherwise the copy will fail.  This command cannot do "
20880 "partial copies (see L</copy-size>)."
20881 msgstr ""
20882
20883 #. type: =head2
20884 #: ../fish/guestfish-actions.pod:785
20885 msgid "df"
20886 msgstr ""
20887
20888 #. type: verbatim
20889 #: ../fish/guestfish-actions.pod:787
20890 #, no-wrap
20891 msgid ""
20892 " df\n"
20893 "\n"
20894 msgstr ""
20895
20896 #. type: textblock
20897 #: ../fish/guestfish-actions.pod:791 ../fish/guestfish-actions.pod:802
20898 msgid ""
20899 "This command is mostly useful for interactive sessions.  It is I<not> "
20900 "intended that you try to parse the output string.  Use L</statvfs> from "
20901 "programs."
20902 msgstr ""
20903
20904 #. type: =head2
20905 #: ../fish/guestfish-actions.pod:795
20906 msgid "df-h"
20907 msgstr ""
20908
20909 #. type: verbatim
20910 #: ../fish/guestfish-actions.pod:797
20911 #, no-wrap
20912 msgid ""
20913 " df-h\n"
20914 "\n"
20915 msgstr ""
20916
20917 #. type: =head2
20918 #: ../fish/guestfish-actions.pod:806
20919 msgid "dmesg"
20920 msgstr ""
20921
20922 #. type: verbatim
20923 #: ../fish/guestfish-actions.pod:808
20924 #, no-wrap
20925 msgid ""
20926 " dmesg\n"
20927 "\n"
20928 msgstr ""
20929
20930 #. type: textblock
20931 #: ../fish/guestfish-actions.pod:814
20932 msgid ""
20933 "Another way to get the same information is to enable verbose messages with "
20934 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
20935 "before running the program."
20936 msgstr ""
20937
20938 #. type: =head2
20939 #: ../fish/guestfish-actions.pod:819
20940 msgid "download"
20941 msgstr ""
20942
20943 #. type: verbatim
20944 #: ../fish/guestfish-actions.pod:821
20945 #, no-wrap
20946 msgid ""
20947 " download remotefilename (filename|-)\n"
20948 "\n"
20949 msgstr ""
20950
20951 #. type: textblock
20952 #: ../fish/guestfish-actions.pod:828
20953 msgid "See also L</upload>, L</cat>."
20954 msgstr ""
20955
20956 #. type: =head2
20957 #: ../fish/guestfish-actions.pod:832
20958 msgid "download-offset"
20959 msgstr ""
20960
20961 #. type: verbatim
20962 #: ../fish/guestfish-actions.pod:834
20963 #, no-wrap
20964 msgid ""
20965 " download-offset remotefilename (filename|-) offset size\n"
20966 "\n"
20967 msgstr ""
20968
20969 #. type: textblock
20970 #: ../fish/guestfish-actions.pod:842
20971 msgid ""
20972 "Note that there is no limit on the amount of data that can be downloaded "
20973 "with this call, unlike with L</pread>, and this call always reads the full "
20974 "amount unless an error occurs."
20975 msgstr ""
20976
20977 #. type: textblock
20978 #: ../fish/guestfish-actions.pod:847
20979 msgid "See also L</download>, L</pread>."
20980 msgstr ""
20981
20982 #. type: =head2
20983 #: ../fish/guestfish-actions.pod:851
20984 msgid "drop-caches"
20985 msgstr ""
20986
20987 #. type: verbatim
20988 #: ../fish/guestfish-actions.pod:853
20989 #, no-wrap
20990 msgid ""
20991 " drop-caches whattodrop\n"
20992 "\n"
20993 msgstr ""
20994
20995 #. type: =head2
20996 #: ../fish/guestfish-actions.pod:865
20997 msgid "du"
20998 msgstr ""
20999
21000 #. type: verbatim
21001 #: ../fish/guestfish-actions.pod:867
21002 #, no-wrap
21003 msgid ""
21004 " du path\n"
21005 "\n"
21006 msgstr ""
21007
21008 #. type: =head2
21009 #: ../fish/guestfish-actions.pod:879
21010 msgid "e2fsck-f"
21011 msgstr ""
21012
21013 #. type: verbatim
21014 #: ../fish/guestfish-actions.pod:881
21015 #, no-wrap
21016 msgid ""
21017 " e2fsck-f device\n"
21018 "\n"
21019 msgstr ""
21020
21021 #. type: textblock
21022 #: ../fish/guestfish-actions.pod:887
21023 msgid ""
21024 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
21025 "should use L</fsck>."
21026 msgstr ""
21027
21028 #. type: =head2
21029 #: ../fish/guestfish-actions.pod:890
21030 msgid "echo-daemon"
21031 msgstr ""
21032
21033 #. type: verbatim
21034 #: ../fish/guestfish-actions.pod:892
21035 #, no-wrap
21036 msgid ""
21037 " echo-daemon 'words ...'\n"
21038 "\n"
21039 msgstr ""
21040
21041 #. type: textblock
21042 #: ../fish/guestfish-actions.pod:899
21043 msgid "See also L</ping-daemon>."
21044 msgstr ""
21045
21046 #. type: =head2
21047 #: ../fish/guestfish-actions.pod:901
21048 msgid "egrep"
21049 msgstr ""
21050
21051 #. type: verbatim
21052 #: ../fish/guestfish-actions.pod:903
21053 #, no-wrap
21054 msgid ""
21055 " egrep regex path\n"
21056 "\n"
21057 msgstr ""
21058
21059 #. type: =head2
21060 #: ../fish/guestfish-actions.pod:911
21061 msgid "egrepi"
21062 msgstr ""
21063
21064 #. type: verbatim
21065 #: ../fish/guestfish-actions.pod:913
21066 #, no-wrap
21067 msgid ""
21068 " egrepi regex path\n"
21069 "\n"
21070 msgstr ""
21071
21072 #. type: =head2
21073 #: ../fish/guestfish-actions.pod:921
21074 msgid "equal"
21075 msgstr ""
21076
21077 #. type: verbatim
21078 #: ../fish/guestfish-actions.pod:923
21079 #, no-wrap
21080 msgid ""
21081 " equal file1 file2\n"
21082 "\n"
21083 msgstr ""
21084
21085 #. type: =head2
21086 #: ../fish/guestfish-actions.pod:930
21087 msgid "exists"
21088 msgstr ""
21089
21090 #. type: verbatim
21091 #: ../fish/guestfish-actions.pod:932
21092 #, no-wrap
21093 msgid ""
21094 " exists path\n"
21095 "\n"
21096 msgstr ""
21097
21098 #. type: textblock
21099 #: ../fish/guestfish-actions.pod:937
21100 msgid "See also L</is-file>, L</is-dir>, L</stat>."
21101 msgstr ""
21102
21103 #. type: =head2
21104 #: ../fish/guestfish-actions.pod:939
21105 msgid "fallocate"
21106 msgstr ""
21107
21108 #. type: verbatim
21109 #: ../fish/guestfish-actions.pod:941
21110 #, no-wrap
21111 msgid ""
21112 " fallocate path len\n"
21113 "\n"
21114 msgstr ""
21115
21116 #. type: textblock
21117 #: ../fish/guestfish-actions.pod:951
21118 msgid ""
21119 "This function is deprecated.  In new code, use the L</fallocate64> call "
21120 "instead."
21121 msgstr ""
21122
21123 #. type: =head2
21124 #: ../fish/guestfish-actions.pod:958
21125 msgid "fallocate64"
21126 msgstr ""
21127
21128 #. type: verbatim
21129 #: ../fish/guestfish-actions.pod:960
21130 #, no-wrap
21131 msgid ""
21132 " fallocate64 path len\n"
21133 "\n"
21134 msgstr ""
21135
21136 #. type: textblock
21137 #: ../fish/guestfish-actions.pod:966
21138 msgid ""
21139 "Note that this call allocates disk blocks for the file.  To create a sparse "
21140 "file use L</truncate-size> instead."
21141 msgstr ""
21142
21143 #. type: textblock
21144 #: ../fish/guestfish-actions.pod:969
21145 msgid ""
21146 "The deprecated call L</fallocate> does the same, but owing to an oversight "
21147 "it only allowed 30 bit lengths to be specified, effectively limiting the "
21148 "maximum size of files created through that call to 1GB."
21149 msgstr ""
21150
21151 #. type: =head2
21152 #: ../fish/guestfish-actions.pod:978
21153 msgid "fgrep"
21154 msgstr ""
21155
21156 #. type: verbatim
21157 #: ../fish/guestfish-actions.pod:980
21158 #, no-wrap
21159 msgid ""
21160 " fgrep pattern path\n"
21161 "\n"
21162 msgstr ""
21163
21164 #. type: =head2
21165 #: ../fish/guestfish-actions.pod:988
21166 msgid "fgrepi"
21167 msgstr ""
21168
21169 #. type: verbatim
21170 #: ../fish/guestfish-actions.pod:990
21171 #, no-wrap
21172 msgid ""
21173 " fgrepi pattern path\n"
21174 "\n"
21175 msgstr ""
21176
21177 #. type: =head2
21178 #: ../fish/guestfish-actions.pod:998
21179 msgid "file"
21180 msgstr ""
21181
21182 #. type: verbatim
21183 #: ../fish/guestfish-actions.pod:1000
21184 #, no-wrap
21185 msgid ""
21186 " file path\n"
21187 "\n"
21188 msgstr ""
21189
21190 #. type: textblock
21191 #: ../fish/guestfish-actions.pod:1016
21192 msgid ""
21193 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
21194 "(etc)."
21195 msgstr ""
21196
21197 #. type: =head2
21198 #: ../fish/guestfish-actions.pod:1019
21199 msgid "file-architecture"
21200 msgstr ""
21201
21202 #. type: verbatim
21203 #: ../fish/guestfish-actions.pod:1021
21204 #, no-wrap
21205 msgid ""
21206 " file-architecture filename\n"
21207 "\n"
21208 msgstr ""
21209
21210 #. type: =head2
21211 #: ../fish/guestfish-actions.pod:1124
21212 msgid "filesize"
21213 msgstr ""
21214
21215 #. type: verbatim
21216 #: ../fish/guestfish-actions.pod:1126
21217 #, no-wrap
21218 msgid ""
21219 " filesize file\n"
21220 "\n"
21221 msgstr ""
21222
21223 #. type: textblock
21224 #: ../fish/guestfish-actions.pod:1130
21225 msgid ""
21226 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
21227 "L</is-file> etc.  To get the size of block devices, use "
21228 "L</blockdev-getsize64>."
21229 msgstr ""
21230
21231 #. type: =head2
21232 #: ../fish/guestfish-actions.pod:1134
21233 msgid "fill"
21234 msgstr ""
21235
21236 #. type: verbatim
21237 #: ../fish/guestfish-actions.pod:1136
21238 #, no-wrap
21239 msgid ""
21240 " fill c len path\n"
21241 "\n"
21242 msgstr ""
21243
21244 #. type: textblock
21245 #: ../fish/guestfish-actions.pod:1142
21246 msgid ""
21247 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
21248 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
21249 "L</fill-pattern>."
21250 msgstr ""
21251
21252 #. type: =head2
21253 #: ../fish/guestfish-actions.pod:1147
21254 msgid "fill-pattern"
21255 msgstr ""
21256
21257 #. type: verbatim
21258 #: ../fish/guestfish-actions.pod:1149
21259 #, no-wrap
21260 msgid ""
21261 " fill-pattern pattern len path\n"
21262 "\n"
21263 msgstr ""
21264
21265 #. type: textblock
21266 #: ../fish/guestfish-actions.pod:1151
21267 msgid ""
21268 "This function is like L</fill> except that it creates a new file of length "
21269 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
21270 "is truncated if necessary to ensure the length of the file is exactly C<len> "
21271 "bytes."
21272 msgstr ""
21273
21274 #. type: =head2
21275 #: ../fish/guestfish-actions.pod:1156
21276 msgid "find"
21277 msgstr ""
21278
21279 #. type: verbatim
21280 #: ../fish/guestfish-actions.pod:1158
21281 #, no-wrap
21282 msgid ""
21283 " find directory\n"
21284 "\n"
21285 msgstr ""
21286
21287 #. type: textblock
21288 #: ../fish/guestfish-actions.pod:1172
21289 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
21290 msgstr ""
21291
21292 #. type: textblock
21293 #: ../fish/guestfish-actions.pod:1185
21294 msgid "See also L</find0>."
21295 msgstr ""
21296
21297 #. type: =head2
21298 #: ../fish/guestfish-actions.pod:1190
21299 msgid "find0"
21300 msgstr ""
21301
21302 #. type: verbatim
21303 #: ../fish/guestfish-actions.pod:1192
21304 #, no-wrap
21305 msgid ""
21306 " find0 directory (files|-)\n"
21307 "\n"
21308 msgstr ""
21309
21310 #. type: textblock
21311 #: ../fish/guestfish-actions.pod:1198
21312 msgid "This command works the same way as L</find> with the following exceptions:"
21313 msgstr ""
21314
21315 #. type: =head2
21316 #: ../fish/guestfish-actions.pod:1225
21317 msgid "findfs-label"
21318 msgstr ""
21319
21320 #. type: verbatim
21321 #: ../fish/guestfish-actions.pod:1227
21322 #, no-wrap
21323 msgid ""
21324 " findfs-label label\n"
21325 "\n"
21326 msgstr ""
21327
21328 #. type: textblock
21329 #: ../fish/guestfish-actions.pod:1233
21330 msgid "To find the label of a filesystem, use L</vfs-label>."
21331 msgstr ""
21332
21333 #. type: =head2
21334 #: ../fish/guestfish-actions.pod:1235
21335 msgid "findfs-uuid"
21336 msgstr ""
21337
21338 #. type: verbatim
21339 #: ../fish/guestfish-actions.pod:1237
21340 #, no-wrap
21341 msgid ""
21342 " findfs-uuid uuid\n"
21343 "\n"
21344 msgstr ""
21345
21346 #. type: textblock
21347 #: ../fish/guestfish-actions.pod:1243
21348 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
21349 msgstr ""
21350
21351 #. type: =head2
21352 #: ../fish/guestfish-actions.pod:1245
21353 msgid "fsck"
21354 msgstr ""
21355
21356 #. type: verbatim
21357 #: ../fish/guestfish-actions.pod:1247
21358 #, no-wrap
21359 msgid ""
21360 " fsck fstype device\n"
21361 "\n"
21362 msgstr ""
21363
21364 #. type: =head2
21365 #: ../fish/guestfish-actions.pod:1277
21366 msgid "get-append"
21367 msgstr ""
21368
21369 #. type: verbatim
21370 #: ../fish/guestfish-actions.pod:1279
21371 #, no-wrap
21372 msgid ""
21373 " get-append\n"
21374 "\n"
21375 msgstr ""
21376
21377 #. type: =head2
21378 #: ../fish/guestfish-actions.pod:1286
21379 msgid "get-autosync"
21380 msgstr ""
21381
21382 #. type: verbatim
21383 #: ../fish/guestfish-actions.pod:1288
21384 #, no-wrap
21385 msgid ""
21386 " get-autosync\n"
21387 "\n"
21388 msgstr ""
21389
21390 #. type: =head2
21391 #: ../fish/guestfish-actions.pod:1292
21392 msgid "get-direct"
21393 msgstr ""
21394
21395 #. type: verbatim
21396 #: ../fish/guestfish-actions.pod:1294
21397 #, no-wrap
21398 msgid ""
21399 " get-direct\n"
21400 "\n"
21401 msgstr ""
21402
21403 #. type: =head2
21404 #: ../fish/guestfish-actions.pod:1298
21405 msgid "get-e2label"
21406 msgstr ""
21407
21408 #. type: verbatim
21409 #: ../fish/guestfish-actions.pod:1300
21410 #, no-wrap
21411 msgid ""
21412 " get-e2label device\n"
21413 "\n"
21414 msgstr ""
21415
21416 #. type: textblock
21417 #: ../fish/guestfish-actions.pod:1305
21418 msgid ""
21419 "This function is deprecated.  In new code, use the L</vfs_label> call "
21420 "instead."
21421 msgstr ""
21422
21423 #. type: =head2
21424 #: ../fish/guestfish-actions.pod:1312
21425 msgid "get-e2uuid"
21426 msgstr ""
21427
21428 #. type: verbatim
21429 #: ../fish/guestfish-actions.pod:1314
21430 #, no-wrap
21431 msgid ""
21432 " get-e2uuid device\n"
21433 "\n"
21434 msgstr ""
21435
21436 #. type: textblock
21437 #: ../fish/guestfish-actions.pod:1319
21438 msgid ""
21439 "This function is deprecated.  In new code, use the L</vfs_uuid> call "
21440 "instead."
21441 msgstr ""
21442
21443 #. type: =head2
21444 #: ../fish/guestfish-actions.pod:1326
21445 msgid "get-memsize"
21446 msgstr ""
21447
21448 #. type: verbatim
21449 #: ../fish/guestfish-actions.pod:1328
21450 #, no-wrap
21451 msgid ""
21452 " get-memsize\n"
21453 "\n"
21454 msgstr ""
21455
21456 #. type: textblock
21457 #: ../fish/guestfish-actions.pod:1333
21458 msgid ""
21459 "If L</set-memsize> was not called on this handle, and if "
21460 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
21461 "value for memsize."
21462 msgstr ""
21463
21464 #. type: =head2
21465 #: ../fish/guestfish-actions.pod:1340
21466 msgid "get-network"
21467 msgstr ""
21468
21469 #. type: verbatim
21470 #: ../fish/guestfish-actions.pod:1342
21471 #, no-wrap
21472 msgid ""
21473 " get-network\n"
21474 "\n"
21475 msgstr ""
21476
21477 #. type: =head2
21478 #: ../fish/guestfish-actions.pod:1346
21479 msgid "get-path"
21480 msgstr ""
21481
21482 #. type: verbatim
21483 #: ../fish/guestfish-actions.pod:1348
21484 #, no-wrap
21485 msgid ""
21486 " get-path\n"
21487 "\n"
21488 msgstr ""
21489
21490 #. type: =head2
21491 #: ../fish/guestfish-actions.pod:1355
21492 msgid "get-pid"
21493 msgstr ""
21494
21495 #. type: =head2
21496 #: ../fish/guestfish-actions.pod:1357
21497 msgid "pid"
21498 msgstr ""
21499
21500 #. type: verbatim
21501 #: ../fish/guestfish-actions.pod:1359
21502 #, no-wrap
21503 msgid ""
21504 " get-pid\n"
21505 "\n"
21506 msgstr ""
21507
21508 #. type: =head2
21509 #: ../fish/guestfish-actions.pod:1366
21510 msgid "get-qemu"
21511 msgstr ""
21512
21513 #. type: verbatim
21514 #: ../fish/guestfish-actions.pod:1368
21515 #, no-wrap
21516 msgid ""
21517 " get-qemu\n"
21518 "\n"
21519 msgstr ""
21520
21521 #. type: =head2
21522 #: ../fish/guestfish-actions.pod:1375
21523 msgid "get-recovery-proc"
21524 msgstr ""
21525
21526 #. type: verbatim
21527 #: ../fish/guestfish-actions.pod:1377
21528 #, no-wrap
21529 msgid ""
21530 " get-recovery-proc\n"
21531 "\n"
21532 msgstr ""
21533
21534 #. type: =head2
21535 #: ../fish/guestfish-actions.pod:1381
21536 msgid "get-selinux"
21537 msgstr ""
21538
21539 #. type: verbatim
21540 #: ../fish/guestfish-actions.pod:1383
21541 #, no-wrap
21542 msgid ""
21543 " get-selinux\n"
21544 "\n"
21545 msgstr ""
21546
21547 #. type: textblock
21548 #: ../fish/guestfish-actions.pod:1385
21549 msgid ""
21550 "This returns the current setting of the selinux flag which is passed to the "
21551 "appliance at boot time.  See L</set-selinux>."
21552 msgstr ""
21553
21554 #. type: =head2
21555 #: ../fish/guestfish-actions.pod:1391
21556 msgid "get-state"
21557 msgstr ""
21558
21559 #. type: verbatim
21560 #: ../fish/guestfish-actions.pod:1393
21561 #, no-wrap
21562 msgid ""
21563 " get-state\n"
21564 "\n"
21565 msgstr ""
21566
21567 #. type: =head2
21568 #: ../fish/guestfish-actions.pod:1400
21569 msgid "get-trace"
21570 msgstr ""
21571
21572 #. type: verbatim
21573 #: ../fish/guestfish-actions.pod:1402
21574 #, no-wrap
21575 msgid ""
21576 " get-trace\n"
21577 "\n"
21578 msgstr ""
21579
21580 #. type: =head2
21581 #: ../fish/guestfish-actions.pod:1406
21582 msgid "get-umask"
21583 msgstr ""
21584
21585 #. type: verbatim
21586 #: ../fish/guestfish-actions.pod:1408
21587 #, no-wrap
21588 msgid ""
21589 " get-umask\n"
21590 "\n"
21591 msgstr ""
21592
21593 #. type: textblock
21594 #: ../fish/guestfish-actions.pod:1410
21595 msgid ""
21596 "Return the current umask.  By default the umask is C<022> unless it has been "
21597 "set by calling L</umask>."
21598 msgstr ""
21599
21600 #. type: =head2
21601 #: ../fish/guestfish-actions.pod:1413
21602 msgid "get-verbose"
21603 msgstr ""
21604
21605 #. type: verbatim
21606 #: ../fish/guestfish-actions.pod:1415
21607 #, no-wrap
21608 msgid ""
21609 " get-verbose\n"
21610 "\n"
21611 msgstr ""
21612
21613 #. type: =head2
21614 #: ../fish/guestfish-actions.pod:1419
21615 msgid "getcon"
21616 msgstr ""
21617
21618 #. type: verbatim
21619 #: ../fish/guestfish-actions.pod:1421
21620 #, no-wrap
21621 msgid ""
21622 " getcon\n"
21623 "\n"
21624 msgstr ""
21625
21626 #. type: textblock
21627 #: ../fish/guestfish-actions.pod:1425
21628 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
21629 msgstr ""
21630
21631 #. type: =head2
21632 #: ../fish/guestfish-actions.pod:1428
21633 msgid "getxattr"
21634 msgstr ""
21635
21636 #. type: verbatim
21637 #: ../fish/guestfish-actions.pod:1430
21638 #, no-wrap
21639 msgid ""
21640 " getxattr path name\n"
21641 "\n"
21642 msgstr ""
21643
21644 #. type: textblock
21645 #: ../fish/guestfish-actions.pod:1432
21646 msgid ""
21647 "Get a single extended attribute from file C<path> named C<name>.  This call "
21648 "follows symlinks.  If you want to lookup an extended attribute for the "
21649 "symlink itself, use L</lgetxattr>."
21650 msgstr ""
21651
21652 #. type: textblock
21653 #: ../fish/guestfish-actions.pod:1436 ../fish/guestfish-actions.pod:2267
21654 msgid ""
21655 "Normally it is better to get all extended attributes from a file in one go "
21656 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
21657 "buggy and do not provide a way to list out attributes.  For these "
21658 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
21659 "attributes you want in advance and call this function."
21660 msgstr ""
21661
21662 #. type: textblock
21663 #: ../fish/guestfish-actions.pod:1446
21664 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
21665 msgstr ""
21666
21667 #. type: =head2
21668 #: ../fish/guestfish-actions.pod:1448
21669 msgid "getxattrs"
21670 msgstr ""
21671
21672 #. type: verbatim
21673 #: ../fish/guestfish-actions.pod:1450
21674 #, no-wrap
21675 msgid ""
21676 " getxattrs path\n"
21677 "\n"
21678 msgstr ""
21679
21680 #. type: textblock
21681 #: ../fish/guestfish-actions.pod:1458
21682 msgid "See also: L</lgetxattrs>, L<attr(5)>."
21683 msgstr ""
21684
21685 #. type: =head2
21686 #: ../fish/guestfish-actions.pod:1460
21687 msgid "glob-expand"
21688 msgstr ""
21689
21690 #. type: verbatim
21691 #: ../fish/guestfish-actions.pod:1462
21692 #, no-wrap
21693 msgid ""
21694 " glob-expand pattern\n"
21695 "\n"
21696 msgstr ""
21697
21698 #. type: =head2
21699 #: ../fish/guestfish-actions.pod:1475
21700 msgid "grep"
21701 msgstr ""
21702
21703 #. type: verbatim
21704 #: ../fish/guestfish-actions.pod:1477
21705 #, no-wrap
21706 msgid ""
21707 " grep regex path\n"
21708 "\n"
21709 msgstr ""
21710
21711 #. type: =head2
21712 #: ../fish/guestfish-actions.pod:1485
21713 msgid "grepi"
21714 msgstr ""
21715
21716 #. type: verbatim
21717 #: ../fish/guestfish-actions.pod:1487
21718 #, no-wrap
21719 msgid ""
21720 " grepi regex path\n"
21721 "\n"
21722 msgstr ""
21723
21724 #. type: =head2
21725 #: ../fish/guestfish-actions.pod:1495
21726 msgid "grub-install"
21727 msgstr ""
21728
21729 #. type: verbatim
21730 #: ../fish/guestfish-actions.pod:1497
21731 #, no-wrap
21732 msgid ""
21733 " grub-install root device\n"
21734 "\n"
21735 msgstr ""
21736
21737 #. type: =head2
21738 #: ../fish/guestfish-actions.pod:1513
21739 msgid "head"
21740 msgstr ""
21741
21742 #. type: verbatim
21743 #: ../fish/guestfish-actions.pod:1515
21744 #, no-wrap
21745 msgid ""
21746 " head path\n"
21747 "\n"
21748 msgstr ""
21749
21750 #. type: =head2
21751 #: ../fish/guestfish-actions.pod:1523
21752 msgid "head-n"
21753 msgstr ""
21754
21755 #. type: verbatim
21756 #: ../fish/guestfish-actions.pod:1525
21757 #, no-wrap
21758 msgid ""
21759 " head-n nrlines path\n"
21760 "\n"
21761 msgstr ""
21762
21763 #. type: =head2
21764 #: ../fish/guestfish-actions.pod:1538
21765 msgid "hexdump"
21766 msgstr ""
21767
21768 #. type: verbatim
21769 #: ../fish/guestfish-actions.pod:1540
21770 #, no-wrap
21771 msgid ""
21772 " hexdump path\n"
21773 "\n"
21774 msgstr ""
21775
21776 #. type: =head2
21777 #: ../fish/guestfish-actions.pod:1548
21778 msgid "initrd-cat"
21779 msgstr ""
21780
21781 #. type: verbatim
21782 #: ../fish/guestfish-actions.pod:1550
21783 #, no-wrap
21784 msgid ""
21785 " initrd-cat initrdpath filename\n"
21786 "\n"
21787 msgstr ""
21788
21789 #. type: textblock
21790 #: ../fish/guestfish-actions.pod:1562
21791 msgid "See also L</initrd-list>."
21792 msgstr ""
21793
21794 #. type: =head2
21795 #: ../fish/guestfish-actions.pod:1567
21796 msgid "initrd-list"
21797 msgstr ""
21798
21799 #. type: verbatim
21800 #: ../fish/guestfish-actions.pod:1569
21801 #, no-wrap
21802 msgid ""
21803 " initrd-list path\n"
21804 "\n"
21805 msgstr ""
21806
21807 #. type: =head2
21808 #: ../fish/guestfish-actions.pod:1581
21809 msgid "inotify-add-watch"
21810 msgstr ""
21811
21812 #. type: verbatim
21813 #: ../fish/guestfish-actions.pod:1583
21814 #, no-wrap
21815 msgid ""
21816 " inotify-add-watch path mask\n"
21817 "\n"
21818 msgstr ""
21819
21820 #. type: =head2
21821 #: ../fish/guestfish-actions.pod:1595
21822 msgid "inotify-close"
21823 msgstr ""
21824
21825 #. type: verbatim
21826 #: ../fish/guestfish-actions.pod:1597
21827 #, no-wrap
21828 msgid ""
21829 " inotify-close\n"
21830 "\n"
21831 msgstr ""
21832
21833 #. type: =head2
21834 #: ../fish/guestfish-actions.pod:1603
21835 msgid "inotify-files"
21836 msgstr ""
21837
21838 #. type: verbatim
21839 #: ../fish/guestfish-actions.pod:1605
21840 #, no-wrap
21841 msgid ""
21842 " inotify-files\n"
21843 "\n"
21844 msgstr ""
21845
21846 #. type: textblock
21847 #: ../fish/guestfish-actions.pod:1607
21848 msgid ""
21849 "This function is a helpful wrapper around L</inotify-read> which just "
21850 "returns a list of pathnames of objects that were touched.  The returned "
21851 "pathnames are sorted and deduplicated."
21852 msgstr ""
21853
21854 #. type: =head2
21855 #: ../fish/guestfish-actions.pod:1611
21856 msgid "inotify-init"
21857 msgstr ""
21858
21859 #. type: verbatim
21860 #: ../fish/guestfish-actions.pod:1613
21861 #, no-wrap
21862 msgid ""
21863 " inotify-init maxevents\n"
21864 "\n"
21865 msgstr ""
21866
21867 #. type: textblock
21868 #: ../fish/guestfish-actions.pod:1619
21869 msgid ""
21870 "C<maxevents> is the maximum number of events which will be queued up between "
21871 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
21872 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
21873 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
21874 "but records the fact that it threw them away by setting a flag "
21875 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
21876 msgstr ""
21877
21878 #. type: textblock
21879 #: ../fish/guestfish-actions.pod:1629
21880 msgid ""
21881 "Before any events are generated, you have to add some watches to the "
21882 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
21883 "L</inotify-watch-all>."
21884 msgstr ""
21885
21886 #. type: textblock
21887 #: ../fish/guestfish-actions.pod:1635
21888 msgid ""
21889 "Queued up events should be read periodically by calling L</inotify-read> (or "
21890 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
21891 "If you don't read the events out often enough then you risk the internal "
21892 "queue overflowing."
21893 msgstr ""
21894
21895 #. type: textblock
21896 #: ../fish/guestfish-actions.pod:1642
21897 msgid ""
21898 "The handle should be closed after use by calling L</inotify-close>.  This "
21899 "also removes any watches automatically."
21900 msgstr ""
21901
21902 #. type: =head2
21903 #: ../fish/guestfish-actions.pod:1651
21904 msgid "inotify-read"
21905 msgstr ""
21906
21907 #. type: verbatim
21908 #: ../fish/guestfish-actions.pod:1653
21909 #, no-wrap
21910 msgid ""
21911 " inotify-read\n"
21912 "\n"
21913 msgstr ""
21914
21915 #. type: =head2
21916 #: ../fish/guestfish-actions.pod:1666
21917 msgid "inotify-rm-watch"
21918 msgstr ""
21919
21920 #. type: verbatim
21921 #: ../fish/guestfish-actions.pod:1668
21922 #, no-wrap
21923 msgid ""
21924 " inotify-rm-watch wd\n"
21925 "\n"
21926 msgstr ""
21927
21928 #. type: textblock
21929 #: ../fish/guestfish-actions.pod:1670
21930 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
21931 msgstr ""
21932
21933 #. type: =head2
21934 #: ../fish/guestfish-actions.pod:1673
21935 msgid "inspect-get-arch"
21936 msgstr ""
21937
21938 #. type: verbatim
21939 #: ../fish/guestfish-actions.pod:1675
21940 #, no-wrap
21941 msgid ""
21942 " inspect-get-arch root\n"
21943 "\n"
21944 msgstr ""
21945
21946 #. type: textblock
21947 #: ../fish/guestfish-actions.pod:1677 ../fish/guestfish-actions.pod:1693 ../fish/guestfish-actions.pod:1767 ../fish/guestfish-actions.pod:1785 ../fish/guestfish-actions.pod:1800 ../fish/guestfish-actions.pod:1821 ../fish/guestfish-actions.pod:1836 ../fish/guestfish-actions.pod:1863 ../fish/guestfish-actions.pod:1885 ../fish/guestfish-actions.pod:1909 ../fish/guestfish-actions.pod:1939 ../fish/guestfish-actions.pod:1974 ../fish/guestfish-actions.pod:1990
21948 msgid ""
21949 "This function should only be called with a root device string as returned by "
21950 "L</inspect-os>."
21951 msgstr ""
21952
21953 #. type: textblock
21954 #: ../fish/guestfish-actions.pod:1680
21955 msgid ""
21956 "This returns the architecture of the inspected operating system.  The "
21957 "possible return values are listed under L</file-architecture>."
21958 msgstr ""
21959
21960 #. type: =head2
21961 #: ../fish/guestfish-actions.pod:1689
21962 msgid "inspect-get-distro"
21963 msgstr ""
21964
21965 #. type: verbatim
21966 #: ../fish/guestfish-actions.pod:1691
21967 #, no-wrap
21968 msgid ""
21969 " inspect-get-distro root\n"
21970 "\n"
21971 msgstr ""
21972
21973 #. type: =head2
21974 #: ../fish/guestfish-actions.pod:1763
21975 msgid "inspect-get-filesystems"
21976 msgstr ""
21977
21978 #. type: verbatim
21979 #: ../fish/guestfish-actions.pod:1765
21980 #, no-wrap
21981 msgid ""
21982 " inspect-get-filesystems root\n"
21983 "\n"
21984 msgstr ""
21985
21986 #. type: textblock
21987 #: ../fish/guestfish-actions.pod:1778
21988 msgid ""
21989 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21990 "L</inspect-get-mountpoints>."
21991 msgstr ""
21992
21993 #. type: =head2
21994 #: ../fish/guestfish-actions.pod:1781
21995 msgid "inspect-get-hostname"
21996 msgstr ""
21997
21998 #. type: verbatim
21999 #: ../fish/guestfish-actions.pod:1783
22000 #, no-wrap
22001 msgid ""
22002 " inspect-get-hostname root\n"
22003 "\n"
22004 msgstr ""
22005
22006 #. type: =head2
22007 #: ../fish/guestfish-actions.pod:1796
22008 msgid "inspect-get-major-version"
22009 msgstr ""
22010
22011 #. type: verbatim
22012 #: ../fish/guestfish-actions.pod:1798
22013 #, no-wrap
22014 msgid ""
22015 " inspect-get-major-version root\n"
22016 "\n"
22017 msgstr ""
22018
22019 #. type: =head2
22020 #: ../fish/guestfish-actions.pod:1817
22021 msgid "inspect-get-minor-version"
22022 msgstr ""
22023
22024 #. type: verbatim
22025 #: ../fish/guestfish-actions.pod:1819
22026 #, no-wrap
22027 msgid ""
22028 " inspect-get-minor-version root\n"
22029 "\n"
22030 msgstr ""
22031
22032 #. type: textblock
22033 #: ../fish/guestfish-actions.pod:1829
22034 msgid ""
22035 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22036 "L</inspect-get-major-version>."
22037 msgstr ""
22038
22039 #. type: =head2
22040 #: ../fish/guestfish-actions.pod:1832
22041 msgid "inspect-get-mountpoints"
22042 msgstr ""
22043
22044 #. type: verbatim
22045 #: ../fish/guestfish-actions.pod:1834
22046 #, no-wrap
22047 msgid ""
22048 " inspect-get-mountpoints root\n"
22049 "\n"
22050 msgstr ""
22051
22052 #. type: textblock
22053 #: ../fish/guestfish-actions.pod:1856
22054 msgid ""
22055 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22056 "L</inspect-get-filesystems>."
22057 msgstr ""
22058
22059 #. type: =head2
22060 #: ../fish/guestfish-actions.pod:1859
22061 msgid "inspect-get-package-format"
22062 msgstr ""
22063
22064 #. type: verbatim
22065 #: ../fish/guestfish-actions.pod:1861
22066 #, no-wrap
22067 msgid ""
22068 " inspect-get-package-format root\n"
22069 "\n"
22070 msgstr ""
22071
22072 #. type: textblock
22073 #: ../fish/guestfish-actions.pod:1866
22074 msgid ""
22075 "This function and L</inspect-get-package-management> return the package "
22076 "format and package management tool used by the inspected operating system.  "
22077 "For example for Fedora these functions would return C<rpm> (package format) "
22078 "and C<yum> (package management)."
22079 msgstr ""
22080
22081 #. type: =head2
22082 #: ../fish/guestfish-actions.pod:1881
22083 msgid "inspect-get-package-management"
22084 msgstr ""
22085
22086 #. type: verbatim
22087 #: ../fish/guestfish-actions.pod:1883
22088 #, no-wrap
22089 msgid ""
22090 " inspect-get-package-management root\n"
22091 "\n"
22092 msgstr ""
22093
22094 #. type: textblock
22095 #: ../fish/guestfish-actions.pod:1888
22096 msgid ""
22097 "L</inspect-get-package-format> and this function return the package format "
22098 "and package management tool used by the inspected operating system.  For "
22099 "example for Fedora these functions would return C<rpm> (package format) and "
22100 "C<yum> (package management)."
22101 msgstr ""
22102
22103 #. type: =head2
22104 #: ../fish/guestfish-actions.pod:1905
22105 msgid "inspect-get-product-name"
22106 msgstr ""
22107
22108 #. type: verbatim
22109 #: ../fish/guestfish-actions.pod:1907
22110 #, no-wrap
22111 msgid ""
22112 " inspect-get-product-name root\n"
22113 "\n"
22114 msgstr ""
22115
22116 #. type: =head2
22117 #: ../fish/guestfish-actions.pod:1922
22118 msgid "inspect-get-roots"
22119 msgstr ""
22120
22121 #. type: verbatim
22122 #: ../fish/guestfish-actions.pod:1924
22123 #, no-wrap
22124 msgid ""
22125 " inspect-get-roots\n"
22126 "\n"
22127 msgstr ""
22128
22129 #. type: textblock
22130 #: ../fish/guestfish-actions.pod:1926
22131 msgid ""
22132 "This function is a convenient way to get the list of root devices, as "
22133 "returned from a previous call to L</inspect-os>, but without redoing the "
22134 "whole inspection process."
22135 msgstr ""
22136
22137 #. type: textblock
22138 #: ../fish/guestfish-actions.pod:1930
22139 msgid ""
22140 "This returns an empty list if either no root devices were found or the "
22141 "caller has not called L</inspect-os>."
22142 msgstr ""
22143
22144 #. type: =head2
22145 #: ../fish/guestfish-actions.pod:1935
22146 msgid "inspect-get-type"
22147 msgstr ""
22148
22149 #. type: verbatim
22150 #: ../fish/guestfish-actions.pod:1937
22151 #, no-wrap
22152 msgid ""
22153 " inspect-get-type root\n"
22154 "\n"
22155 msgstr ""
22156
22157 #. type: =head2
22158 #: ../fish/guestfish-actions.pod:1970
22159 msgid "inspect-get-windows-systemroot"
22160 msgstr ""
22161
22162 #. type: verbatim
22163 #: ../fish/guestfish-actions.pod:1972
22164 #, no-wrap
22165 msgid ""
22166 " inspect-get-windows-systemroot root\n"
22167 "\n"
22168 msgstr ""
22169
22170 #. type: =head2
22171 #: ../fish/guestfish-actions.pod:1986
22172 msgid "inspect-list-applications"
22173 msgstr ""
22174
22175 #. type: verbatim
22176 #: ../fish/guestfish-actions.pod:1988
22177 #, no-wrap
22178 msgid ""
22179 " inspect-list-applications root\n"
22180 "\n"
22181 msgstr ""
22182
22183 #. type: textblock
22184 #: ../fish/guestfish-actions.pod:1995
22185 msgid ""
22186 "I<Note:> This call works differently from other parts of the inspection "
22187 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
22188 "then mount up the disks, before calling this.  Listing applications is a "
22189 "significantly more difficult operation which requires access to the full "
22190 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
22191 "are just returning data cached in the libguestfs handle, this call actually "
22192 "reads parts of the mounted filesystems during the call."
22193 msgstr ""
22194
22195 #. type: =head2
22196 #: ../fish/guestfish-actions.pod:2085
22197 msgid "inspect-os"
22198 msgstr ""
22199
22200 #. type: verbatim
22201 #: ../fish/guestfish-actions.pod:2087
22202 #, no-wrap
22203 msgid ""
22204 " inspect-os\n"
22205 "\n"
22206 msgstr ""
22207
22208 #. type: textblock
22209 #: ../fish/guestfish-actions.pod:2102
22210 msgid ""
22211 "You can pass the root string(s) returned to other L</inspect-get-*> "
22212 "functions in order to query further information about each operating system, "
22213 "such as the name and version."
22214 msgstr ""
22215
22216 #. type: textblock
22217 #: ../fish/guestfish-actions.pod:2107
22218 msgid ""
22219 "This function uses other libguestfs features such as L</mount-ro> and "
22220 "L</umount-all> in order to mount and unmount filesystems and look at the "
22221 "contents.  This should be called with no disks currently mounted.  The "
22222 "function may also use Augeas, so any existing Augeas handle will be closed."
22223 msgstr ""
22224
22225 #. type: textblock
22226 #: ../fish/guestfish-actions.pod:2119 ../fish/guestfish-actions.pod:2295 ../fish/guestfish-actions.pod:2341
22227 msgid "See also L</list-filesystems>."
22228 msgstr ""
22229
22230 #. type: =head2
22231 #: ../fish/guestfish-actions.pod:2121
22232 msgid "is-blockdev"
22233 msgstr ""
22234
22235 #. type: verbatim
22236 #: ../fish/guestfish-actions.pod:2123
22237 #, no-wrap
22238 msgid ""
22239 " is-blockdev path\n"
22240 "\n"
22241 msgstr ""
22242
22243 #. type: textblock
22244 #: ../fish/guestfish-actions.pod:2128 ../fish/guestfish-actions.pod:2146 ../fish/guestfish-actions.pod:2165 ../fish/guestfish-actions.pod:2174 ../fish/guestfish-actions.pod:2184 ../fish/guestfish-actions.pod:2218 ../fish/guestfish-actions.pod:2227
22245 msgid "See also L</stat>."
22246 msgstr ""
22247
22248 #. type: =head2
22249 #: ../fish/guestfish-actions.pod:2130
22250 msgid "is-busy"
22251 msgstr ""
22252
22253 #. type: verbatim
22254 #: ../fish/guestfish-actions.pod:2132
22255 #, no-wrap
22256 msgid ""
22257 " is-busy\n"
22258 "\n"
22259 msgstr ""
22260
22261 #. type: =head2
22262 #: ../fish/guestfish-actions.pod:2139
22263 msgid "is-chardev"
22264 msgstr ""
22265
22266 #. type: verbatim
22267 #: ../fish/guestfish-actions.pod:2141
22268 #, no-wrap
22269 msgid ""
22270 " is-chardev path\n"
22271 "\n"
22272 msgstr ""
22273
22274 #. type: =head2
22275 #: ../fish/guestfish-actions.pod:2148
22276 msgid "is-config"
22277 msgstr ""
22278
22279 #. type: verbatim
22280 #: ../fish/guestfish-actions.pod:2150
22281 #, no-wrap
22282 msgid ""
22283 " is-config\n"
22284 "\n"
22285 msgstr ""
22286
22287 #. type: =head2
22288 #: ../fish/guestfish-actions.pod:2157
22289 msgid "is-dir"
22290 msgstr ""
22291
22292 #. type: verbatim
22293 #: ../fish/guestfish-actions.pod:2159
22294 #, no-wrap
22295 msgid ""
22296 " is-dir path\n"
22297 "\n"
22298 msgstr ""
22299
22300 #. type: =head2
22301 #: ../fish/guestfish-actions.pod:2167
22302 msgid "is-fifo"
22303 msgstr ""
22304
22305 #. type: verbatim
22306 #: ../fish/guestfish-actions.pod:2169
22307 #, no-wrap
22308 msgid ""
22309 " is-fifo path\n"
22310 "\n"
22311 msgstr ""
22312
22313 #. type: =head2
22314 #: ../fish/guestfish-actions.pod:2176
22315 msgid "is-file"
22316 msgstr ""
22317
22318 #. type: verbatim
22319 #: ../fish/guestfish-actions.pod:2178
22320 #, no-wrap
22321 msgid ""
22322 " is-file path\n"
22323 "\n"
22324 msgstr ""
22325
22326 #. type: =head2
22327 #: ../fish/guestfish-actions.pod:2186
22328 msgid "is-launching"
22329 msgstr ""
22330
22331 #. type: verbatim
22332 #: ../fish/guestfish-actions.pod:2188
22333 #, no-wrap
22334 msgid ""
22335 " is-launching\n"
22336 "\n"
22337 msgstr ""
22338
22339 #. type: =head2
22340 #: ../fish/guestfish-actions.pod:2195
22341 msgid "is-lv"
22342 msgstr ""
22343
22344 #. type: verbatim
22345 #: ../fish/guestfish-actions.pod:2197
22346 #, no-wrap
22347 msgid ""
22348 " is-lv device\n"
22349 "\n"
22350 msgstr ""
22351
22352 #. type: =head2
22353 #: ../fish/guestfish-actions.pod:2202
22354 msgid "is-ready"
22355 msgstr ""
22356
22357 #. type: verbatim
22358 #: ../fish/guestfish-actions.pod:2204
22359 #, no-wrap
22360 msgid ""
22361 " is-ready\n"
22362 "\n"
22363 msgstr ""
22364
22365 #. type: =head2
22366 #: ../fish/guestfish-actions.pod:2211
22367 msgid "is-socket"
22368 msgstr ""
22369
22370 #. type: verbatim
22371 #: ../fish/guestfish-actions.pod:2213
22372 #, no-wrap
22373 msgid ""
22374 " is-socket path\n"
22375 "\n"
22376 msgstr ""
22377
22378 #. type: =head2
22379 #: ../fish/guestfish-actions.pod:2220
22380 msgid "is-symlink"
22381 msgstr ""
22382
22383 #. type: verbatim
22384 #: ../fish/guestfish-actions.pod:2222
22385 #, no-wrap
22386 msgid ""
22387 " is-symlink path\n"
22388 "\n"
22389 msgstr ""
22390
22391 #. type: =head2
22392 #: ../fish/guestfish-actions.pod:2229
22393 msgid "kill-subprocess"
22394 msgstr ""
22395
22396 #. type: verbatim
22397 #: ../fish/guestfish-actions.pod:2231
22398 #, no-wrap
22399 msgid ""
22400 " kill-subprocess\n"
22401 "\n"
22402 msgstr ""
22403
22404 #. type: =head2
22405 #: ../fish/guestfish-actions.pod:2235
22406 msgid "launch"
22407 msgstr ""
22408
22409 #. type: =head2
22410 #: ../fish/guestfish-actions.pod:2237
22411 msgid "run"
22412 msgstr ""
22413
22414 #. type: verbatim
22415 #: ../fish/guestfish-actions.pod:2239
22416 #, no-wrap
22417 msgid ""
22418 " launch\n"
22419 "\n"
22420 msgstr ""
22421
22422 #. type: =head2
22423 #: ../fish/guestfish-actions.pod:2247
22424 msgid "lchown"
22425 msgstr ""
22426
22427 #. type: verbatim
22428 #: ../fish/guestfish-actions.pod:2249
22429 #, no-wrap
22430 msgid ""
22431 " lchown owner group path\n"
22432 "\n"
22433 msgstr ""
22434
22435 #. type: textblock
22436 #: ../fish/guestfish-actions.pod:2251
22437 msgid ""
22438 "Change the file owner to C<owner> and group to C<group>.  This is like "
22439 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
22440 "the target."
22441 msgstr ""
22442
22443 #. type: =head2
22444 #: ../fish/guestfish-actions.pod:2259
22445 msgid "lgetxattr"
22446 msgstr ""
22447
22448 #. type: verbatim
22449 #: ../fish/guestfish-actions.pod:2261
22450 #, no-wrap
22451 msgid ""
22452 " lgetxattr path name\n"
22453 "\n"
22454 msgstr ""
22455
22456 #. type: textblock
22457 #: ../fish/guestfish-actions.pod:2277
22458 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
22459 msgstr ""
22460
22461 #. type: =head2
22462 #: ../fish/guestfish-actions.pod:2279
22463 msgid "lgetxattrs"
22464 msgstr ""
22465
22466 #. type: verbatim
22467 #: ../fish/guestfish-actions.pod:2281
22468 #, no-wrap
22469 msgid ""
22470 " lgetxattrs path\n"
22471 "\n"
22472 msgstr ""
22473
22474 #. type: textblock
22475 #: ../fish/guestfish-actions.pod:2283
22476 msgid ""
22477 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
22478 "it returns the extended attributes of the link itself."
22479 msgstr ""
22480
22481 #. type: =head2
22482 #: ../fish/guestfish-actions.pod:2287
22483 msgid "list-devices"
22484 msgstr ""
22485
22486 #. type: verbatim
22487 #: ../fish/guestfish-actions.pod:2289
22488 #, no-wrap
22489 msgid ""
22490 " list-devices\n"
22491 "\n"
22492 msgstr ""
22493
22494 #. type: =head2
22495 #: ../fish/guestfish-actions.pod:2297
22496 msgid "list-filesystems"
22497 msgstr ""
22498
22499 #. type: verbatim
22500 #: ../fish/guestfish-actions.pod:2299
22501 #, no-wrap
22502 msgid ""
22503 " list-filesystems\n"
22504 "\n"
22505 msgstr ""
22506
22507 #. type: textblock
22508 #: ../fish/guestfish-actions.pod:2318
22509 msgid ""
22510 "This command runs other libguestfs commands, which might include L</mount> "
22511 "and L</umount>, and therefore you should use this soon after launch and only "
22512 "when nothing is mounted."
22513 msgstr ""
22514
22515 #. type: textblock
22516 #: ../fish/guestfish-actions.pod:2322
22517 msgid ""
22518 "Not all of the filesystems returned will be mountable.  In particular, swap "
22519 "partitions are returned in the list.  Also this command does not check that "
22520 "each filesystem found is valid and mountable, and some filesystems might be "
22521 "mountable but require special options.  Filesystems may not all belong to a "
22522 "single logical operating system (use L</inspect-os> to look for OSes)."
22523 msgstr ""
22524
22525 #. type: =head2
22526 #: ../fish/guestfish-actions.pod:2330
22527 msgid "list-partitions"
22528 msgstr ""
22529
22530 #. type: verbatim
22531 #: ../fish/guestfish-actions.pod:2332
22532 #, no-wrap
22533 msgid ""
22534 " list-partitions\n"
22535 "\n"
22536 msgstr ""
22537
22538 #. type: textblock
22539 #: ../fish/guestfish-actions.pod:2338
22540 msgid ""
22541 "This does not return logical volumes.  For that you will need to call "
22542 "L</lvs>."
22543 msgstr ""
22544
22545 #. type: =head2
22546 #: ../fish/guestfish-actions.pod:2343
22547 msgid "ll"
22548 msgstr ""
22549
22550 #. type: verbatim
22551 #: ../fish/guestfish-actions.pod:2345
22552 #, no-wrap
22553 msgid ""
22554 " ll directory\n"
22555 "\n"
22556 msgstr ""
22557
22558 #. type: =head2
22559 #: ../fish/guestfish-actions.pod:2353
22560 msgid "ln"
22561 msgstr ""
22562
22563 #. type: verbatim
22564 #: ../fish/guestfish-actions.pod:2355
22565 #, no-wrap
22566 msgid ""
22567 " ln target linkname\n"
22568 "\n"
22569 msgstr ""
22570
22571 #. type: =head2
22572 #: ../fish/guestfish-actions.pod:2359
22573 msgid "ln-f"
22574 msgstr ""
22575
22576 #. type: verbatim
22577 #: ../fish/guestfish-actions.pod:2361
22578 #, no-wrap
22579 msgid ""
22580 " ln-f target linkname\n"
22581 "\n"
22582 msgstr ""
22583
22584 #. type: =head2
22585 #: ../fish/guestfish-actions.pod:2366
22586 msgid "ln-s"
22587 msgstr ""
22588
22589 #. type: verbatim
22590 #: ../fish/guestfish-actions.pod:2368
22591 #, no-wrap
22592 msgid ""
22593 " ln-s target linkname\n"
22594 "\n"
22595 msgstr ""
22596
22597 #. type: =head2
22598 #: ../fish/guestfish-actions.pod:2372
22599 msgid "ln-sf"
22600 msgstr ""
22601
22602 #. type: verbatim
22603 #: ../fish/guestfish-actions.pod:2374
22604 #, no-wrap
22605 msgid ""
22606 " ln-sf target linkname\n"
22607 "\n"
22608 msgstr ""
22609
22610 #. type: =head2
22611 #: ../fish/guestfish-actions.pod:2379
22612 msgid "lremovexattr"
22613 msgstr ""
22614
22615 #. type: verbatim
22616 #: ../fish/guestfish-actions.pod:2381
22617 #, no-wrap
22618 msgid ""
22619 " lremovexattr xattr path\n"
22620 "\n"
22621 msgstr ""
22622
22623 #. type: textblock
22624 #: ../fish/guestfish-actions.pod:2383
22625 msgid ""
22626 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
22627 "it removes an extended attribute of the link itself."
22628 msgstr ""
22629
22630 #. type: =head2
22631 #: ../fish/guestfish-actions.pod:2387
22632 msgid "ls"
22633 msgstr ""
22634
22635 #. type: verbatim
22636 #: ../fish/guestfish-actions.pod:2389
22637 #, no-wrap
22638 msgid ""
22639 " ls directory\n"
22640 "\n"
22641 msgstr ""
22642
22643 #. type: textblock
22644 #: ../fish/guestfish-actions.pod:2395
22645 msgid ""
22646 "This command is mostly useful for interactive sessions.  Programs should "
22647 "probably use L</readdir> instead."
22648 msgstr ""
22649
22650 #. type: =head2
22651 #: ../fish/guestfish-actions.pod:2398
22652 msgid "lsetxattr"
22653 msgstr ""
22654
22655 #. type: verbatim
22656 #: ../fish/guestfish-actions.pod:2400
22657 #, no-wrap
22658 msgid ""
22659 " lsetxattr xattr val vallen path\n"
22660 "\n"
22661 msgstr ""
22662
22663 #. type: textblock
22664 #: ../fish/guestfish-actions.pod:2402
22665 msgid ""
22666 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
22667 "sets an extended attribute of the link itself."
22668 msgstr ""
22669
22670 #. type: =head2
22671 #: ../fish/guestfish-actions.pod:2406
22672 msgid "lstat"
22673 msgstr ""
22674
22675 #. type: verbatim
22676 #: ../fish/guestfish-actions.pod:2408
22677 #, no-wrap
22678 msgid ""
22679 " lstat path\n"
22680 "\n"
22681 msgstr ""
22682
22683 #. type: textblock
22684 #: ../fish/guestfish-actions.pod:2412
22685 msgid ""
22686 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
22687 "the link is stat-ed, not the file it refers to."
22688 msgstr ""
22689
22690 #. type: =head2
22691 #: ../fish/guestfish-actions.pod:2418
22692 msgid "lstatlist"
22693 msgstr ""
22694
22695 #. type: verbatim
22696 #: ../fish/guestfish-actions.pod:2420
22697 #, no-wrap
22698 msgid ""
22699 " lstatlist path 'names ...'\n"
22700 "\n"
22701 msgstr ""
22702
22703 #. type: textblock
22704 #: ../fish/guestfish-actions.pod:2422
22705 msgid ""
22706 "This call allows you to perform the L</lstat> operation on multiple files, "
22707 "where all files are in the directory C<path>.  C<names> is the list of files "
22708 "from this directory."
22709 msgstr ""
22710
22711 #. type: textblock
22712 #: ../fish/guestfish-actions.pod:2431
22713 msgid ""
22714 "This call is intended for programs that want to efficiently list a directory "
22715 "contents without making many round-trips.  See also L</lxattrlist> for a "
22716 "similarly efficient call for getting extended attributes.  Very long "
22717 "directory listings might cause the protocol message size to be exceeded, "
22718 "causing this call to fail.  The caller must split up such requests into "
22719 "smaller groups of names."
22720 msgstr ""
22721
22722 #. type: =head2
22723 #: ../fish/guestfish-actions.pod:2439
22724 msgid "luks-add-key"
22725 msgstr ""
22726
22727 #. type: verbatim
22728 #: ../fish/guestfish-actions.pod:2441
22729 #, no-wrap
22730 msgid ""
22731 " luks-add-key device keyslot\n"
22732 "\n"
22733 msgstr ""
22734
22735 #. type: textblock
22736 #: ../fish/guestfish-actions.pod:2448
22737 msgid ""
22738 "Note that if C<keyslot> already contains a key, then this command will "
22739 "fail.  You have to use L</luks-kill-slot> first to remove that key."
22740 msgstr ""
22741
22742 #. type: textblock
22743 #: ../fish/guestfish-actions.pod:2452 ../fish/guestfish-actions.pod:2474 ../fish/guestfish-actions.pod:2487 ../fish/guestfish-actions.pod:2501 ../fish/guestfish-actions.pod:2524 ../fish/guestfish-actions.pod:2534
22744 msgid ""
22745 "This command has one or more key or passphrase parameters.  Guestfish will "
22746 "prompt for these separately."
22747 msgstr ""
22748
22749 #. type: =head2
22750 #: ../fish/guestfish-actions.pod:2455
22751 msgid "luks-close"
22752 msgstr ""
22753
22754 #. type: verbatim
22755 #: ../fish/guestfish-actions.pod:2457
22756 #, no-wrap
22757 msgid ""
22758 " luks-close device\n"
22759 "\n"
22760 msgstr ""
22761
22762 #. type: textblock
22763 #: ../fish/guestfish-actions.pod:2459
22764 msgid ""
22765 "This closes a LUKS device that was created earlier by L</luks-open> or "
22766 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
22767 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
22768 "underlying block device."
22769 msgstr ""
22770
22771 #. type: =head2
22772 #: ../fish/guestfish-actions.pod:2465
22773 msgid "luks-format"
22774 msgstr ""
22775
22776 #. type: verbatim
22777 #: ../fish/guestfish-actions.pod:2467
22778 #, no-wrap
22779 msgid ""
22780 " luks-format device keyslot\n"
22781 "\n"
22782 msgstr ""
22783
22784 #. type: =head2
22785 #: ../fish/guestfish-actions.pod:2480
22786 msgid "luks-format-cipher"
22787 msgstr ""
22788
22789 #. type: verbatim
22790 #: ../fish/guestfish-actions.pod:2482
22791 #, no-wrap
22792 msgid ""
22793 " luks-format-cipher device keyslot cipher\n"
22794 "\n"
22795 msgstr ""
22796
22797 #. type: textblock
22798 #: ../fish/guestfish-actions.pod:2484
22799 msgid ""
22800 "This command is the same as L</luks-format> but it also allows you to set "
22801 "the C<cipher> used."
22802 msgstr ""
22803
22804 #. type: =head2
22805 #: ../fish/guestfish-actions.pod:2493
22806 msgid "luks-kill-slot"
22807 msgstr ""
22808
22809 #. type: verbatim
22810 #: ../fish/guestfish-actions.pod:2495
22811 #, no-wrap
22812 msgid ""
22813 " luks-kill-slot device keyslot\n"
22814 "\n"
22815 msgstr ""
22816
22817 #. type: =head2
22818 #: ../fish/guestfish-actions.pod:2504
22819 msgid "luks-open"
22820 msgstr ""
22821
22822 #. type: verbatim
22823 #: ../fish/guestfish-actions.pod:2506
22824 #, no-wrap
22825 msgid ""
22826 " luks-open device mapname\n"
22827 "\n"
22828 msgstr ""
22829
22830 #. type: textblock
22831 #: ../fish/guestfish-actions.pod:2520
22832 msgid ""
22833 "If this block device contains LVM volume groups, then calling L</vgscan> "
22834 "followed by L</vg-activate-all> will make them visible."
22835 msgstr ""
22836
22837 #. type: =head2
22838 #: ../fish/guestfish-actions.pod:2527
22839 msgid "luks-open-ro"
22840 msgstr ""
22841
22842 #. type: verbatim
22843 #: ../fish/guestfish-actions.pod:2529
22844 #, no-wrap
22845 msgid ""
22846 " luks-open-ro device mapname\n"
22847 "\n"
22848 msgstr ""
22849
22850 #. type: textblock
22851 #: ../fish/guestfish-actions.pod:2531
22852 msgid ""
22853 "This is the same as L</luks-open> except that a read-only mapping is "
22854 "created."
22855 msgstr ""
22856
22857 #. type: =head2
22858 #: ../fish/guestfish-actions.pod:2537
22859 msgid "lvcreate"
22860 msgstr ""
22861
22862 #. type: verbatim
22863 #: ../fish/guestfish-actions.pod:2539
22864 #, no-wrap
22865 msgid ""
22866 " lvcreate logvol volgroup mbytes\n"
22867 "\n"
22868 msgstr ""
22869
22870 #. type: =head2
22871 #: ../fish/guestfish-actions.pod:2544
22872 msgid "lvm-canonical-lv-name"
22873 msgstr ""
22874
22875 #. type: verbatim
22876 #: ../fish/guestfish-actions.pod:2546
22877 #, no-wrap
22878 msgid ""
22879 " lvm-canonical-lv-name lvname\n"
22880 "\n"
22881 msgstr ""
22882
22883 #. type: textblock
22884 #: ../fish/guestfish-actions.pod:2555
22885 msgid "See also L</is-lv>."
22886 msgstr ""
22887
22888 #. type: =head2
22889 #: ../fish/guestfish-actions.pod:2557
22890 msgid "lvm-clear-filter"
22891 msgstr ""
22892
22893 #. type: verbatim
22894 #: ../fish/guestfish-actions.pod:2559
22895 #, no-wrap
22896 msgid ""
22897 " lvm-clear-filter\n"
22898 "\n"
22899 msgstr ""
22900
22901 #. type: textblock
22902 #: ../fish/guestfish-actions.pod:2561
22903 msgid ""
22904 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
22905 "block device."
22906 msgstr ""
22907
22908 #. type: =head2
22909 #: ../fish/guestfish-actions.pod:2567
22910 msgid "lvm-remove-all"
22911 msgstr ""
22912
22913 #. type: verbatim
22914 #: ../fish/guestfish-actions.pod:2569
22915 #, no-wrap
22916 msgid ""
22917 " lvm-remove-all\n"
22918 "\n"
22919 msgstr ""
22920
22921 #. type: =head2
22922 #: ../fish/guestfish-actions.pod:2577
22923 msgid "lvm-set-filter"
22924 msgstr ""
22925
22926 #. type: verbatim
22927 #: ../fish/guestfish-actions.pod:2579
22928 #, no-wrap
22929 msgid ""
22930 " lvm-set-filter 'devices ...'\n"
22931 "\n"
22932 msgstr ""
22933
22934 #. type: =head2
22935 #: ../fish/guestfish-actions.pod:2604
22936 msgid "lvremove"
22937 msgstr ""
22938
22939 #. type: verbatim
22940 #: ../fish/guestfish-actions.pod:2606
22941 #, no-wrap
22942 msgid ""
22943 " lvremove device\n"
22944 "\n"
22945 msgstr ""
22946
22947 #. type: =head2
22948 #: ../fish/guestfish-actions.pod:2614
22949 msgid "lvrename"
22950 msgstr ""
22951
22952 #. type: verbatim
22953 #: ../fish/guestfish-actions.pod:2616
22954 #, no-wrap
22955 msgid ""
22956 " lvrename logvol newlogvol\n"
22957 "\n"
22958 msgstr ""
22959
22960 #. type: =head2
22961 #: ../fish/guestfish-actions.pod:2620
22962 msgid "lvresize"
22963 msgstr ""
22964
22965 #. type: verbatim
22966 #: ../fish/guestfish-actions.pod:2622
22967 #, no-wrap
22968 msgid ""
22969 " lvresize device mbytes\n"
22970 "\n"
22971 msgstr ""
22972
22973 #. type: =head2
22974 #: ../fish/guestfish-actions.pod:2628
22975 msgid "lvresize-free"
22976 msgstr ""
22977
22978 #. type: verbatim
22979 #: ../fish/guestfish-actions.pod:2630
22980 #, no-wrap
22981 msgid ""
22982 " lvresize-free lv percent\n"
22983 "\n"
22984 msgstr ""
22985
22986 #. type: =head2
22987 #: ../fish/guestfish-actions.pod:2638
22988 msgid "lvs"
22989 msgstr ""
22990
22991 #. type: verbatim
22992 #: ../fish/guestfish-actions.pod:2640
22993 #, no-wrap
22994 msgid ""
22995 " lvs\n"
22996 "\n"
22997 msgstr ""
22998
22999 #. type: textblock
23000 #: ../fish/guestfish-actions.pod:2648
23001 msgid "See also L</lvs-full>, L</list-filesystems>."
23002 msgstr ""
23003
23004 #. type: =head2
23005 #: ../fish/guestfish-actions.pod:2650
23006 msgid "lvs-full"
23007 msgstr ""
23008
23009 #. type: verbatim
23010 #: ../fish/guestfish-actions.pod:2652
23011 #, no-wrap
23012 msgid ""
23013 " lvs-full\n"
23014 "\n"
23015 msgstr ""
23016
23017 #. type: =head2
23018 #: ../fish/guestfish-actions.pod:2657
23019 msgid "lvuuid"
23020 msgstr ""
23021
23022 #. type: verbatim
23023 #: ../fish/guestfish-actions.pod:2659
23024 #, no-wrap
23025 msgid ""
23026 " lvuuid device\n"
23027 "\n"
23028 msgstr ""
23029
23030 #. type: =head2
23031 #: ../fish/guestfish-actions.pod:2663
23032 msgid "lxattrlist"
23033 msgstr ""
23034
23035 #. type: verbatim
23036 #: ../fish/guestfish-actions.pod:2665
23037 #, no-wrap
23038 msgid ""
23039 " lxattrlist path 'names ...'\n"
23040 "\n"
23041 msgstr ""
23042
23043 #. type: textblock
23044 #: ../fish/guestfish-actions.pod:2681
23045 msgid ""
23046 "This call is intended for programs that want to efficiently list a directory "
23047 "contents without making many round-trips.  See also L</lstatlist> for a "
23048 "similarly efficient call for getting standard stats.  Very long directory "
23049 "listings might cause the protocol message size to be exceeded, causing this "
23050 "call to fail.  The caller must split up such requests into smaller groups of "
23051 "names."
23052 msgstr ""
23053
23054 #. type: =head2
23055 #: ../fish/guestfish-actions.pod:2689
23056 msgid "mkdir"
23057 msgstr ""
23058
23059 #. type: verbatim
23060 #: ../fish/guestfish-actions.pod:2691
23061 #, no-wrap
23062 msgid ""
23063 " mkdir path\n"
23064 "\n"
23065 msgstr ""
23066
23067 #. type: =head2
23068 #: ../fish/guestfish-actions.pod:2695
23069 msgid "mkdir-mode"
23070 msgstr ""
23071
23072 #. type: verbatim
23073 #: ../fish/guestfish-actions.pod:2697
23074 #, no-wrap
23075 msgid ""
23076 " mkdir-mode path mode\n"
23077 "\n"
23078 msgstr ""
23079
23080 #. type: textblock
23081 #: ../fish/guestfish-actions.pod:2706
23082 msgid "See also L</mkdir>, L</umask>"
23083 msgstr ""
23084
23085 #. type: =head2
23086 #: ../fish/guestfish-actions.pod:2708
23087 msgid "mkdir-p"
23088 msgstr ""
23089
23090 #. type: verbatim
23091 #: ../fish/guestfish-actions.pod:2710
23092 #, no-wrap
23093 msgid ""
23094 " mkdir-p path\n"
23095 "\n"
23096 msgstr ""
23097
23098 #. type: =head2
23099 #: ../fish/guestfish-actions.pod:2715
23100 msgid "mkdtemp"
23101 msgstr ""
23102
23103 #. type: verbatim
23104 #: ../fish/guestfish-actions.pod:2717
23105 #, no-wrap
23106 msgid ""
23107 " mkdtemp template\n"
23108 "\n"
23109 msgstr ""
23110
23111 #. type: =head2
23112 #: ../fish/guestfish-actions.pod:2738
23113 msgid "mke2fs-J"
23114 msgstr ""
23115
23116 #. type: verbatim
23117 #: ../fish/guestfish-actions.pod:2740
23118 #, no-wrap
23119 msgid ""
23120 " mke2fs-J fstype blocksize device journal\n"
23121 "\n"
23122 msgstr ""
23123
23124 #. type: textblock
23125 #: ../fish/guestfish-actions.pod:2748
23126 msgid "See also L</mke2journal>."
23127 msgstr ""
23128
23129 #. type: =head2
23130 #: ../fish/guestfish-actions.pod:2750
23131 msgid "mke2fs-JL"
23132 msgstr ""
23133
23134 #. type: verbatim
23135 #: ../fish/guestfish-actions.pod:2752
23136 #, no-wrap
23137 msgid ""
23138 " mke2fs-JL fstype blocksize device label\n"
23139 "\n"
23140 msgstr ""
23141
23142 #. type: textblock
23143 #: ../fish/guestfish-actions.pod:2757
23144 msgid "See also L</mke2journal-L>."
23145 msgstr ""
23146
23147 #. type: =head2
23148 #: ../fish/guestfish-actions.pod:2759
23149 msgid "mke2fs-JU"
23150 msgstr ""
23151
23152 #. type: verbatim
23153 #: ../fish/guestfish-actions.pod:2761
23154 #, no-wrap
23155 msgid ""
23156 " mke2fs-JU fstype blocksize device uuid\n"
23157 "\n"
23158 msgstr ""
23159
23160 #. type: textblock
23161 #: ../fish/guestfish-actions.pod:2766
23162 msgid "See also L</mke2journal-U>."
23163 msgstr ""
23164
23165 #. type: =head2
23166 #: ../fish/guestfish-actions.pod:2768
23167 msgid "mke2journal"
23168 msgstr ""
23169
23170 #. type: verbatim
23171 #: ../fish/guestfish-actions.pod:2770
23172 #, no-wrap
23173 msgid ""
23174 " mke2journal blocksize device\n"
23175 "\n"
23176 msgstr ""
23177
23178 #. type: =head2
23179 #: ../fish/guestfish-actions.pod:2777
23180 msgid "mke2journal-L"
23181 msgstr ""
23182
23183 #. type: verbatim
23184 #: ../fish/guestfish-actions.pod:2779
23185 #, no-wrap
23186 msgid ""
23187 " mke2journal-L blocksize label device\n"
23188 "\n"
23189 msgstr ""
23190
23191 #. type: =head2
23192 #: ../fish/guestfish-actions.pod:2783
23193 msgid "mke2journal-U"
23194 msgstr ""
23195
23196 #. type: verbatim
23197 #: ../fish/guestfish-actions.pod:2785
23198 #, no-wrap
23199 msgid ""
23200 " mke2journal-U blocksize uuid device\n"
23201 "\n"
23202 msgstr ""
23203
23204 #. type: =head2
23205 #: ../fish/guestfish-actions.pod:2789
23206 msgid "mkfifo"
23207 msgstr ""
23208
23209 #. type: verbatim
23210 #: ../fish/guestfish-actions.pod:2791
23211 #, no-wrap
23212 msgid ""
23213 " mkfifo mode path\n"
23214 "\n"
23215 msgstr ""
23216
23217 #. type: textblock
23218 #: ../fish/guestfish-actions.pod:2793
23219 msgid ""
23220 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
23221 "is just a convenient wrapper around L</mknod>."
23222 msgstr ""
23223
23224 #. type: =head2
23225 #: ../fish/guestfish-actions.pod:2799
23226 msgid "mkfs"
23227 msgstr ""
23228
23229 #. type: verbatim
23230 #: ../fish/guestfish-actions.pod:2801
23231 #, no-wrap
23232 msgid ""
23233 " mkfs fstype device\n"
23234 "\n"
23235 msgstr ""
23236
23237 #. type: =head2
23238 #: ../fish/guestfish-actions.pod:2807
23239 msgid "mkfs-b"
23240 msgstr ""
23241
23242 #. type: verbatim
23243 #: ../fish/guestfish-actions.pod:2809
23244 #, no-wrap
23245 msgid ""
23246 " mkfs-b fstype blocksize device\n"
23247 "\n"
23248 msgstr ""
23249
23250 #. type: textblock
23251 #: ../fish/guestfish-actions.pod:2811
23252 msgid ""
23253 "This call is similar to L</mkfs>, but it allows you to control the block "
23254 "size of the resulting filesystem.  Supported block sizes depend on the "
23255 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
23256 msgstr ""
23257
23258 #. type: textblock
23259 #: ../fish/guestfish-actions.pod:2819
23260 msgid ""
23261 "This function is deprecated.  In new code, use the L</mkfs_opts> call "
23262 "instead."
23263 msgstr ""
23264
23265 #. type: =head2
23266 #: ../fish/guestfish-actions.pod:2826
23267 msgid "mkfs-opts"
23268 msgstr ""
23269
23270 #. type: verbatim
23271 #: ../fish/guestfish-actions.pod:2828
23272 #, no-wrap
23273 msgid ""
23274 " mkfs-opts fstype device [blocksize:..]\n"
23275 "\n"
23276 msgstr ""
23277
23278 #. type: =head2
23279 #: ../fish/guestfish-actions.pod:2852
23280 msgid "mkmountpoint"
23281 msgstr ""
23282
23283 #. type: verbatim
23284 #: ../fish/guestfish-actions.pod:2854
23285 #, no-wrap
23286 msgid ""
23287 " mkmountpoint exemptpath\n"
23288 "\n"
23289 msgstr ""
23290
23291 #. type: textblock
23292 #: ../fish/guestfish-actions.pod:2856
23293 msgid ""
23294 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
23295 "to create extra mountpoints before mounting the first filesystem."
23296 msgstr ""
23297
23298 #. type: textblock
23299 #: ../fish/guestfish-actions.pod:2880
23300 msgid ""
23301 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
23302 "unexpected errors if you try to mix these calls.  It is safest to manually "
23303 "unmount filesystems and remove mountpoints after use."
23304 msgstr ""
23305
23306 #. type: textblock
23307 #: ../fish/guestfish-actions.pod:2884
23308 msgid ""
23309 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
23310 "for this to work for manual mountpoints, you must ensure that the innermost "
23311 "mountpoints have the longest pathnames, as in the example code above."
23312 msgstr ""
23313
23314 #. type: textblock
23315 #: ../fish/guestfish-actions.pod:2891
23316 msgid ""
23317 "Autosync [see L</set-autosync>, this is set by default on handles] means "
23318 "that L</umount-all> is called when the handle is closed which can also "
23319 "trigger these issues."
23320 msgstr ""
23321
23322 #. type: =head2
23323 #: ../fish/guestfish-actions.pod:2895
23324 msgid "mknod"
23325 msgstr ""
23326
23327 #. type: verbatim
23328 #: ../fish/guestfish-actions.pod:2897
23329 #, no-wrap
23330 msgid ""
23331 " mknod mode devmajor devminor path\n"
23332 "\n"
23333 msgstr ""
23334
23335 #. type: textblock
23336 #: ../fish/guestfish-actions.pod:2907
23337 msgid ""
23338 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
23339 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
23340 "regular file).  These constants are available in the standard Linux header "
23341 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
23342 "wrappers around this command which bitwise OR in the appropriate constant "
23343 "for you."
23344 msgstr ""
23345
23346 #. type: =head2
23347 #: ../fish/guestfish-actions.pod:2917
23348 msgid "mknod-b"
23349 msgstr ""
23350
23351 #. type: verbatim
23352 #: ../fish/guestfish-actions.pod:2919
23353 #, no-wrap
23354 msgid ""
23355 " mknod-b mode devmajor devminor path\n"
23356 "\n"
23357 msgstr ""
23358
23359 #. type: textblock
23360 #: ../fish/guestfish-actions.pod:2921
23361 msgid ""
23362 "This call creates a block device node called C<path> with mode C<mode> and "
23363 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23364 "wrapper around L</mknod>."
23365 msgstr ""
23366
23367 #. type: =head2
23368 #: ../fish/guestfish-actions.pod:2927
23369 msgid "mknod-c"
23370 msgstr ""
23371
23372 #. type: verbatim
23373 #: ../fish/guestfish-actions.pod:2929
23374 #, no-wrap
23375 msgid ""
23376 " mknod-c mode devmajor devminor path\n"
23377 "\n"
23378 msgstr ""
23379
23380 #. type: textblock
23381 #: ../fish/guestfish-actions.pod:2931
23382 msgid ""
23383 "This call creates a char device node called C<path> with mode C<mode> and "
23384 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23385 "wrapper around L</mknod>."
23386 msgstr ""
23387
23388 #. type: =head2
23389 #: ../fish/guestfish-actions.pod:2937
23390 msgid "mkswap"
23391 msgstr ""
23392
23393 #. type: verbatim
23394 #: ../fish/guestfish-actions.pod:2939
23395 #, no-wrap
23396 msgid ""
23397 " mkswap device\n"
23398 "\n"
23399 msgstr ""
23400
23401 #. type: =head2
23402 #: ../fish/guestfish-actions.pod:2943
23403 msgid "mkswap-L"
23404 msgstr ""
23405
23406 #. type: verbatim
23407 #: ../fish/guestfish-actions.pod:2945
23408 #, no-wrap
23409 msgid ""
23410 " mkswap-L label device\n"
23411 "\n"
23412 msgstr ""
23413
23414 #. type: =head2
23415 #: ../fish/guestfish-actions.pod:2953
23416 msgid "mkswap-U"
23417 msgstr ""
23418
23419 #. type: verbatim
23420 #: ../fish/guestfish-actions.pod:2955
23421 #, no-wrap
23422 msgid ""
23423 " mkswap-U uuid device\n"
23424 "\n"
23425 msgstr ""
23426
23427 #. type: =head2
23428 #: ../fish/guestfish-actions.pod:2959
23429 msgid "mkswap-file"
23430 msgstr ""
23431
23432 #. type: verbatim
23433 #: ../fish/guestfish-actions.pod:2961
23434 #, no-wrap
23435 msgid ""
23436 " mkswap-file path\n"
23437 "\n"
23438 msgstr ""
23439
23440 #. type: textblock
23441 #: ../fish/guestfish-actions.pod:2965
23442 msgid ""
23443 "This command just writes a swap file signature to an existing file.  To "
23444 "create the file itself, use something like L</fallocate>."
23445 msgstr ""
23446
23447 #. type: =head2
23448 #: ../fish/guestfish-actions.pod:2968
23449 msgid "modprobe"
23450 msgstr ""
23451
23452 #. type: verbatim
23453 #: ../fish/guestfish-actions.pod:2970
23454 #, no-wrap
23455 msgid ""
23456 " modprobe modulename\n"
23457 "\n"
23458 msgstr ""
23459
23460 #. type: =head2
23461 #: ../fish/guestfish-actions.pod:2977
23462 msgid "mount"
23463 msgstr ""
23464
23465 #. type: verbatim
23466 #: ../fish/guestfish-actions.pod:2979
23467 #, no-wrap
23468 msgid ""
23469 " mount device mountpoint\n"
23470 "\n"
23471 msgstr ""
23472
23473 #. type: textblock
23474 #: ../fish/guestfish-actions.pod:2995
23475 msgid ""
23476 "B<Important note:> When you use this call, the filesystem options C<sync> "
23477 "and C<noatime> are set implicitly.  This was originally done because we "
23478 "thought it would improve reliability, but it turns out that I<-o sync> has a "
23479 "very large negative performance impact and negligible effect on "
23480 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
23481 "code that needs performance, and instead use L</mount-options> (use an empty "
23482 "string for the first parameter if you don't want any options)."
23483 msgstr ""
23484
23485 #. type: =head2
23486 #: ../fish/guestfish-actions.pod:3005
23487 msgid "mount-loop"
23488 msgstr ""
23489
23490 #. type: verbatim
23491 #: ../fish/guestfish-actions.pod:3007
23492 #, no-wrap
23493 msgid ""
23494 " mount-loop file mountpoint\n"
23495 "\n"
23496 msgstr ""
23497
23498 #. type: =head2
23499 #: ../fish/guestfish-actions.pod:3013
23500 msgid "mount-options"
23501 msgstr ""
23502
23503 #. type: verbatim
23504 #: ../fish/guestfish-actions.pod:3015
23505 #, no-wrap
23506 msgid ""
23507 " mount-options options device mountpoint\n"
23508 "\n"
23509 msgstr ""
23510
23511 #. type: textblock
23512 #: ../fish/guestfish-actions.pod:3017
23513 msgid ""
23514 "This is the same as the L</mount> command, but it allows you to set the "
23515 "mount options as for the L<mount(8)> I<-o> flag."
23516 msgstr ""
23517
23518 #. type: =head2
23519 #: ../fish/guestfish-actions.pod:3025
23520 msgid "mount-ro"
23521 msgstr ""
23522
23523 #. type: verbatim
23524 #: ../fish/guestfish-actions.pod:3027
23525 #, no-wrap
23526 msgid ""
23527 " mount-ro device mountpoint\n"
23528 "\n"
23529 msgstr ""
23530
23531 #. type: textblock
23532 #: ../fish/guestfish-actions.pod:3029
23533 msgid ""
23534 "This is the same as the L</mount> command, but it mounts the filesystem with "
23535 "the read-only (I<-o ro>) flag."
23536 msgstr ""
23537
23538 #. type: =head2
23539 #: ../fish/guestfish-actions.pod:3032
23540 msgid "mount-vfs"
23541 msgstr ""
23542
23543 #. type: verbatim
23544 #: ../fish/guestfish-actions.pod:3034
23545 #, no-wrap
23546 msgid ""
23547 " mount-vfs options vfstype device mountpoint\n"
23548 "\n"
23549 msgstr ""
23550
23551 #. type: textblock
23552 #: ../fish/guestfish-actions.pod:3036
23553 msgid ""
23554 "This is the same as the L</mount> command, but it allows you to set both the "
23555 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
23556 msgstr ""
23557
23558 #. type: =head2
23559 #: ../fish/guestfish-actions.pod:3040
23560 msgid "mountpoints"
23561 msgstr ""
23562
23563 #. type: verbatim
23564 #: ../fish/guestfish-actions.pod:3042
23565 #, no-wrap
23566 msgid ""
23567 " mountpoints\n"
23568 "\n"
23569 msgstr ""
23570
23571 #. type: textblock
23572 #: ../fish/guestfish-actions.pod:3044
23573 msgid ""
23574 "This call is similar to L</mounts>.  That call returns a list of devices.  "
23575 "This one returns a hash table (map) of device name to directory where the "
23576 "device is mounted."
23577 msgstr ""
23578
23579 #. type: =head2
23580 #: ../fish/guestfish-actions.pod:3048
23581 msgid "mounts"
23582 msgstr ""
23583
23584 #. type: verbatim
23585 #: ../fish/guestfish-actions.pod:3050
23586 #, no-wrap
23587 msgid ""
23588 " mounts\n"
23589 "\n"
23590 msgstr ""
23591
23592 #. type: textblock
23593 #: ../fish/guestfish-actions.pod:3057
23594 msgid "See also: L</mountpoints>"
23595 msgstr ""
23596
23597 #. type: =head2
23598 #: ../fish/guestfish-actions.pod:3059
23599 msgid "mv"
23600 msgstr ""
23601
23602 #. type: verbatim
23603 #: ../fish/guestfish-actions.pod:3061
23604 #, no-wrap
23605 msgid ""
23606 " mv src dest\n"
23607 "\n"
23608 msgstr ""
23609
23610 #. type: =head2
23611 #: ../fish/guestfish-actions.pod:3066
23612 msgid "ntfs-3g-probe"
23613 msgstr ""
23614
23615 #. type: verbatim
23616 #: ../fish/guestfish-actions.pod:3068
23617 #, no-wrap
23618 msgid ""
23619 " ntfs-3g-probe true|false device\n"
23620 "\n"
23621 msgstr ""
23622
23623 #. type: =head2
23624 #: ../fish/guestfish-actions.pod:3082
23625 msgid "ntfsresize"
23626 msgstr ""
23627
23628 #. type: verbatim
23629 #: ../fish/guestfish-actions.pod:3084
23630 #, no-wrap
23631 msgid ""
23632 " ntfsresize device\n"
23633 "\n"
23634 msgstr ""
23635
23636 #. type: =head2
23637 #: ../fish/guestfish-actions.pod:3099
23638 msgid "ntfsresize-size"
23639 msgstr ""
23640
23641 #. type: verbatim
23642 #: ../fish/guestfish-actions.pod:3101
23643 #, no-wrap
23644 msgid ""
23645 " ntfsresize-size device size\n"
23646 "\n"
23647 msgstr ""
23648
23649 #. type: textblock
23650 #: ../fish/guestfish-actions.pod:3103
23651 msgid ""
23652 "This command is the same as L</ntfsresize> except that it allows you to "
23653 "specify the new size (in bytes) explicitly."
23654 msgstr ""
23655
23656 #. type: =head2
23657 #: ../fish/guestfish-actions.pod:3106
23658 msgid "part-add"
23659 msgstr ""
23660
23661 #. type: verbatim
23662 #: ../fish/guestfish-actions.pod:3108
23663 #, no-wrap
23664 msgid ""
23665 " part-add device prlogex startsect endsect\n"
23666 "\n"
23667 msgstr ""
23668
23669 #. type: textblock
23670 #: ../fish/guestfish-actions.pod:3110
23671 msgid ""
23672 "This command adds a partition to C<device>.  If there is no partition table "
23673 "on the device, call L</part-init> first."
23674 msgstr ""
23675
23676 #. type: textblock
23677 #: ../fish/guestfish-actions.pod:3122
23678 msgid ""
23679 "Creating a partition which covers the whole disk is not so easy.  Use "
23680 "L</part-disk> to do that."
23681 msgstr ""
23682
23683 #. type: =head2
23684 #: ../fish/guestfish-actions.pod:3125
23685 msgid "part-del"
23686 msgstr ""
23687
23688 #. type: verbatim
23689 #: ../fish/guestfish-actions.pod:3127
23690 #, no-wrap
23691 msgid ""
23692 " part-del device partnum\n"
23693 "\n"
23694 msgstr ""
23695
23696 #. type: =head2
23697 #: ../fish/guestfish-actions.pod:3135
23698 msgid "part-disk"
23699 msgstr ""
23700
23701 #. type: verbatim
23702 #: ../fish/guestfish-actions.pod:3137
23703 #, no-wrap
23704 msgid ""
23705 " part-disk device parttype\n"
23706 "\n"
23707 msgstr ""
23708
23709 #. type: textblock
23710 #: ../fish/guestfish-actions.pod:3139
23711 msgid ""
23712 "This command is simply a combination of L</part-init> followed by "
23713 "L</part-add> to create a single primary partition covering the whole disk."
23714 msgstr ""
23715
23716 #. type: textblock
23717 #: ../fish/guestfish-actions.pod:3143
23718 msgid ""
23719 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
23720 "possible values are described in L</part-init>."
23721 msgstr ""
23722
23723 #. type: =head2
23724 #: ../fish/guestfish-actions.pod:3149
23725 msgid "part-get-bootable"
23726 msgstr ""
23727
23728 #. type: verbatim
23729 #: ../fish/guestfish-actions.pod:3151
23730 #, no-wrap
23731 msgid ""
23732 " part-get-bootable device partnum\n"
23733 "\n"
23734 msgstr ""
23735
23736 #. type: textblock
23737 #: ../fish/guestfish-actions.pod:3156
23738 msgid "See also L</part-set-bootable>."
23739 msgstr ""
23740
23741 #. type: =head2
23742 #: ../fish/guestfish-actions.pod:3158
23743 msgid "part-get-mbr-id"
23744 msgstr ""
23745
23746 #. type: verbatim
23747 #: ../fish/guestfish-actions.pod:3160
23748 #, no-wrap
23749 msgid ""
23750 " part-get-mbr-id device partnum\n"
23751 "\n"
23752 msgstr ""
23753
23754 #. type: textblock
23755 #: ../fish/guestfish-actions.pod:3165 ../fish/guestfish-actions.pod:3303
23756 msgid ""
23757 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
23758 "undefined results for other partition table types (see "
23759 "L</part-get-parttype>)."
23760 msgstr ""
23761
23762 #. type: =head2
23763 #: ../fish/guestfish-actions.pod:3169
23764 msgid "part-get-parttype"
23765 msgstr ""
23766
23767 #. type: verbatim
23768 #: ../fish/guestfish-actions.pod:3171
23769 #, no-wrap
23770 msgid ""
23771 " part-get-parttype device\n"
23772 "\n"
23773 msgstr ""
23774
23775 #. type: textblock
23776 #: ../fish/guestfish-actions.pod:3176
23777 msgid ""
23778 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
23779 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
23780 "possible, although unusual.  See L</part-init> for a full list."
23781 msgstr ""
23782
23783 #. type: =head2
23784 #: ../fish/guestfish-actions.pod:3181
23785 msgid "part-init"
23786 msgstr ""
23787
23788 #. type: verbatim
23789 #: ../fish/guestfish-actions.pod:3183
23790 #, no-wrap
23791 msgid ""
23792 " part-init device parttype\n"
23793 "\n"
23794 msgstr ""
23795
23796 #. type: textblock
23797 #: ../fish/guestfish-actions.pod:3189
23798 msgid ""
23799 "Initially there are no partitions.  Following this, you should call "
23800 "L</part-add> for each partition required."
23801 msgstr ""
23802
23803 #. type: =head2
23804 #: ../fish/guestfish-actions.pod:3252
23805 msgid "part-list"
23806 msgstr ""
23807
23808 #. type: verbatim
23809 #: ../fish/guestfish-actions.pod:3254
23810 #, no-wrap
23811 msgid ""
23812 " part-list device\n"
23813 "\n"
23814 msgstr ""
23815
23816 #. type: textblock
23817 #: ../fish/guestfish-actions.pod:3269
23818 msgid ""
23819 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
23820 "the device's sector size, see L</blockdev-getss>."
23821 msgstr ""
23822
23823 #. type: =head2
23824 #: ../fish/guestfish-actions.pod:3282
23825 msgid "part-set-bootable"
23826 msgstr ""
23827
23828 #. type: verbatim
23829 #: ../fish/guestfish-actions.pod:3284
23830 #, no-wrap
23831 msgid ""
23832 " part-set-bootable device partnum true|false\n"
23833 "\n"
23834 msgstr ""
23835
23836 #. type: =head2
23837 #: ../fish/guestfish-actions.pod:3293
23838 msgid "part-set-mbr-id"
23839 msgstr ""
23840
23841 #. type: verbatim
23842 #: ../fish/guestfish-actions.pod:3295
23843 #, no-wrap
23844 msgid ""
23845 " part-set-mbr-id device partnum idbyte\n"
23846 "\n"
23847 msgstr ""
23848
23849 #. type: =head2
23850 #: ../fish/guestfish-actions.pod:3307
23851 msgid "part-set-name"
23852 msgstr ""
23853
23854 #. type: verbatim
23855 #: ../fish/guestfish-actions.pod:3309
23856 #, no-wrap
23857 msgid ""
23858 " part-set-name device partnum name\n"
23859 "\n"
23860 msgstr ""
23861
23862 #. type: =head2
23863 #: ../fish/guestfish-actions.pod:3317
23864 msgid "part-to-dev"
23865 msgstr ""
23866
23867 #. type: verbatim
23868 #: ../fish/guestfish-actions.pod:3319
23869 #, no-wrap
23870 msgid ""
23871 " part-to-dev partition\n"
23872 "\n"
23873 msgstr ""
23874
23875 #. type: textblock
23876 #: ../fish/guestfish-actions.pod:3325
23877 msgid ""
23878 "The named partition must exist, for example as a string returned from "
23879 "L</list-partitions>."
23880 msgstr ""
23881
23882 #. type: =head2
23883 #: ../fish/guestfish-actions.pod:3328
23884 msgid "ping-daemon"
23885 msgstr ""
23886
23887 #. type: verbatim
23888 #: ../fish/guestfish-actions.pod:3330
23889 #, no-wrap
23890 msgid ""
23891 " ping-daemon\n"
23892 "\n"
23893 msgstr ""
23894
23895 #. type: =head2
23896 #: ../fish/guestfish-actions.pod:3337
23897 msgid "pread"
23898 msgstr ""
23899
23900 #. type: verbatim
23901 #: ../fish/guestfish-actions.pod:3339
23902 #, no-wrap
23903 msgid ""
23904 " pread path count offset\n"
23905 "\n"
23906 msgstr ""
23907
23908 #. type: textblock
23909 #: ../fish/guestfish-actions.pod:3347
23910 msgid "See also L</pwrite>, L</pread-device>."
23911 msgstr ""
23912
23913 #. type: =head2
23914 #: ../fish/guestfish-actions.pod:3352
23915 msgid "pread-device"
23916 msgstr ""
23917
23918 #. type: verbatim
23919 #: ../fish/guestfish-actions.pod:3354
23920 #, no-wrap
23921 msgid ""
23922 " pread-device device count offset\n"
23923 "\n"
23924 msgstr ""
23925
23926 #. type: textblock
23927 #: ../fish/guestfish-actions.pod:3362
23928 msgid "See also L</pread>."
23929 msgstr ""
23930
23931 #. type: =head2
23932 #: ../fish/guestfish-actions.pod:3367
23933 msgid "pvcreate"
23934 msgstr ""
23935
23936 #. type: verbatim
23937 #: ../fish/guestfish-actions.pod:3369
23938 #, no-wrap
23939 msgid ""
23940 " pvcreate device\n"
23941 "\n"
23942 msgstr ""
23943
23944 #. type: =head2
23945 #: ../fish/guestfish-actions.pod:3375
23946 msgid "pvremove"
23947 msgstr ""
23948
23949 #. type: verbatim
23950 #: ../fish/guestfish-actions.pod:3377
23951 #, no-wrap
23952 msgid ""
23953 " pvremove device\n"
23954 "\n"
23955 msgstr ""
23956
23957 #. type: =head2
23958 #: ../fish/guestfish-actions.pod:3386
23959 msgid "pvresize"
23960 msgstr ""
23961
23962 #. type: verbatim
23963 #: ../fish/guestfish-actions.pod:3388
23964 #, no-wrap
23965 msgid ""
23966 " pvresize device\n"
23967 "\n"
23968 msgstr ""
23969
23970 #. type: =head2
23971 #: ../fish/guestfish-actions.pod:3393
23972 msgid "pvresize-size"
23973 msgstr ""
23974
23975 #. type: verbatim
23976 #: ../fish/guestfish-actions.pod:3395
23977 #, no-wrap
23978 msgid ""
23979 " pvresize-size device size\n"
23980 "\n"
23981 msgstr ""
23982
23983 #. type: textblock
23984 #: ../fish/guestfish-actions.pod:3397
23985 msgid ""
23986 "This command is the same as L</pvresize> except that it allows you to "
23987 "specify the new size (in bytes) explicitly."
23988 msgstr ""
23989
23990 #. type: =head2
23991 #: ../fish/guestfish-actions.pod:3400
23992 msgid "pvs"
23993 msgstr ""
23994
23995 #. type: verbatim
23996 #: ../fish/guestfish-actions.pod:3402
23997 #, no-wrap
23998 msgid ""
23999 " pvs\n"
24000 "\n"
24001 msgstr ""
24002
24003 #. type: textblock
24004 #: ../fish/guestfish-actions.pod:3410
24005 msgid "See also L</pvs-full>."
24006 msgstr ""
24007
24008 #. type: =head2
24009 #: ../fish/guestfish-actions.pod:3412
24010 msgid "pvs-full"
24011 msgstr ""
24012
24013 #. type: verbatim
24014 #: ../fish/guestfish-actions.pod:3414
24015 #, no-wrap
24016 msgid ""
24017 " pvs-full\n"
24018 "\n"
24019 msgstr ""
24020
24021 #. type: =head2
24022 #: ../fish/guestfish-actions.pod:3419
24023 msgid "pvuuid"
24024 msgstr ""
24025
24026 #. type: verbatim
24027 #: ../fish/guestfish-actions.pod:3421
24028 #, no-wrap
24029 msgid ""
24030 " pvuuid device\n"
24031 "\n"
24032 msgstr ""
24033
24034 #. type: =head2
24035 #: ../fish/guestfish-actions.pod:3425
24036 msgid "pwrite"
24037 msgstr ""
24038
24039 #. type: verbatim
24040 #: ../fish/guestfish-actions.pod:3427
24041 #, no-wrap
24042 msgid ""
24043 " pwrite path content offset\n"
24044 "\n"
24045 msgstr ""
24046
24047 #. type: textblock
24048 #: ../fish/guestfish-actions.pod:3438
24049 msgid "See also L</pread>, L</pwrite-device>."
24050 msgstr ""
24051
24052 #. type: =head2
24053 #: ../fish/guestfish-actions.pod:3443
24054 msgid "pwrite-device"
24055 msgstr ""
24056
24057 #. type: verbatim
24058 #: ../fish/guestfish-actions.pod:3445
24059 #, no-wrap
24060 msgid ""
24061 " pwrite-device device content offset\n"
24062 "\n"
24063 msgstr ""
24064
24065 #. type: textblock
24066 #: ../fish/guestfish-actions.pod:3455
24067 msgid "See also L</pwrite>."
24068 msgstr ""
24069
24070 #. type: =head2
24071 #: ../fish/guestfish-actions.pod:3460
24072 msgid "read-file"
24073 msgstr ""
24074
24075 #. type: verbatim
24076 #: ../fish/guestfish-actions.pod:3462
24077 #, no-wrap
24078 msgid ""
24079 " read-file path\n"
24080 "\n"
24081 msgstr ""
24082
24083 #. type: textblock
24084 #: ../fish/guestfish-actions.pod:3467
24085 msgid ""
24086 "Unlike L</cat>, this function can correctly handle files that contain "
24087 "embedded ASCII NUL characters.  However unlike L</download>, this function "
24088 "is limited in the total size of file that can be handled."
24089 msgstr ""
24090
24091 #. type: =head2
24092 #: ../fish/guestfish-actions.pod:3475
24093 msgid "read-lines"
24094 msgstr ""
24095
24096 #. type: verbatim
24097 #: ../fish/guestfish-actions.pod:3477
24098 #, no-wrap
24099 msgid ""
24100 " read-lines path\n"
24101 "\n"
24102 msgstr ""
24103
24104 #. type: textblock
24105 #: ../fish/guestfish-actions.pod:3484
24106 msgid ""
24107 "Note that this function cannot correctly handle binary files (specifically, "
24108 "files containing C<\\0> character which is treated as end of line).  For "
24109 "those you need to use the L</read-file> function which has a more complex "
24110 "interface."
24111 msgstr ""
24112
24113 #. type: =head2
24114 #: ../fish/guestfish-actions.pod:3489
24115 msgid "readdir"
24116 msgstr ""
24117
24118 #. type: verbatim
24119 #: ../fish/guestfish-actions.pod:3491
24120 #, no-wrap
24121 msgid ""
24122 " readdir dir\n"
24123 "\n"
24124 msgstr ""
24125
24126 #. type: textblock
24127 #: ../fish/guestfish-actions.pod:3543
24128 msgid ""
24129 "This function is primarily intended for use by programs.  To get a simple "
24130 "list of names, use L</ls>.  To get a printable directory for human "
24131 "consumption, use L</ll>."
24132 msgstr ""
24133
24134 #. type: =head2
24135 #: ../fish/guestfish-actions.pod:3547
24136 msgid "readlink"
24137 msgstr ""
24138
24139 #. type: verbatim
24140 #: ../fish/guestfish-actions.pod:3549
24141 #, no-wrap
24142 msgid ""
24143 " readlink path\n"
24144 "\n"
24145 msgstr ""
24146
24147 #. type: =head2
24148 #: ../fish/guestfish-actions.pod:3553
24149 msgid "readlinklist"
24150 msgstr ""
24151
24152 #. type: verbatim
24153 #: ../fish/guestfish-actions.pod:3555
24154 #, no-wrap
24155 msgid ""
24156 " readlinklist path 'names ...'\n"
24157 "\n"
24158 msgstr ""
24159
24160 #. type: =head2
24161 #: ../fish/guestfish-actions.pod:3579
24162 msgid "realpath"
24163 msgstr ""
24164
24165 #. type: verbatim
24166 #: ../fish/guestfish-actions.pod:3581
24167 #, no-wrap
24168 msgid ""
24169 " realpath path\n"
24170 "\n"
24171 msgstr ""
24172
24173 #. type: =head2
24174 #: ../fish/guestfish-actions.pod:3586
24175 msgid "removexattr"
24176 msgstr ""
24177
24178 #. type: verbatim
24179 #: ../fish/guestfish-actions.pod:3588
24180 #, no-wrap
24181 msgid ""
24182 " removexattr xattr path\n"
24183 "\n"
24184 msgstr ""
24185
24186 #. type: textblock
24187 #: ../fish/guestfish-actions.pod:3593
24188 msgid "See also: L</lremovexattr>, L<attr(5)>."
24189 msgstr ""
24190
24191 #. type: =head2
24192 #: ../fish/guestfish-actions.pod:3595
24193 msgid "resize2fs"
24194 msgstr ""
24195
24196 #. type: verbatim
24197 #: ../fish/guestfish-actions.pod:3597
24198 #, no-wrap
24199 msgid ""
24200 " resize2fs device\n"
24201 "\n"
24202 msgstr ""
24203
24204 #. type: textblock
24205 #: ../fish/guestfish-actions.pod:3602
24206 msgid ""
24207 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
24208 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
24209 "gives an error about this and sometimes not.  In any case, it is always safe "
24210 "to call L</e2fsck-f> before calling this function."
24211 msgstr ""
24212
24213 #. type: =head2
24214 #: ../fish/guestfish-actions.pod:3608
24215 msgid "resize2fs-size"
24216 msgstr ""
24217
24218 #. type: verbatim
24219 #: ../fish/guestfish-actions.pod:3610
24220 #, no-wrap
24221 msgid ""
24222 " resize2fs-size device size\n"
24223 "\n"
24224 msgstr ""
24225
24226 #. type: textblock
24227 #: ../fish/guestfish-actions.pod:3612
24228 msgid ""
24229 "This command is the same as L</resize2fs> except that it allows you to "
24230 "specify the new size (in bytes) explicitly."
24231 msgstr ""
24232
24233 #. type: =head2
24234 #: ../fish/guestfish-actions.pod:3615
24235 msgid "rm"
24236 msgstr ""
24237
24238 #. type: verbatim
24239 #: ../fish/guestfish-actions.pod:3617
24240 #, no-wrap
24241 msgid ""
24242 " rm path\n"
24243 "\n"
24244 msgstr ""
24245
24246 #. type: =head2
24247 #: ../fish/guestfish-actions.pod:3621
24248 msgid "rm-rf"
24249 msgstr ""
24250
24251 #. type: verbatim
24252 #: ../fish/guestfish-actions.pod:3623
24253 #, no-wrap
24254 msgid ""
24255 " rm-rf path\n"
24256 "\n"
24257 msgstr ""
24258
24259 #. type: =head2
24260 #: ../fish/guestfish-actions.pod:3629
24261 msgid "rmdir"
24262 msgstr ""
24263
24264 #. type: verbatim
24265 #: ../fish/guestfish-actions.pod:3631
24266 #, no-wrap
24267 msgid ""
24268 " rmdir path\n"
24269 "\n"
24270 msgstr ""
24271
24272 #. type: =head2
24273 #: ../fish/guestfish-actions.pod:3635
24274 msgid "rmmountpoint"
24275 msgstr ""
24276
24277 #. type: verbatim
24278 #: ../fish/guestfish-actions.pod:3637
24279 #, no-wrap
24280 msgid ""
24281 " rmmountpoint exemptpath\n"
24282 "\n"
24283 msgstr ""
24284
24285 #. type: textblock
24286 #: ../fish/guestfish-actions.pod:3639
24287 msgid ""
24288 "This calls removes a mountpoint that was previously created with "
24289 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
24290 msgstr ""
24291
24292 #. type: =head2
24293 #: ../fish/guestfish-actions.pod:3643
24294 msgid "scrub-device"
24295 msgstr ""
24296
24297 #. type: verbatim
24298 #: ../fish/guestfish-actions.pod:3645
24299 #, no-wrap
24300 msgid ""
24301 " scrub-device device\n"
24302 "\n"
24303 msgstr ""
24304
24305 #. type: =head2
24306 #: ../fish/guestfish-actions.pod:3656
24307 msgid "scrub-file"
24308 msgstr ""
24309
24310 #. type: verbatim
24311 #: ../fish/guestfish-actions.pod:3658
24312 #, no-wrap
24313 msgid ""
24314 " scrub-file file\n"
24315 "\n"
24316 msgstr ""
24317
24318 #. type: =head2
24319 #: ../fish/guestfish-actions.pod:3668
24320 msgid "scrub-freespace"
24321 msgstr ""
24322
24323 #. type: verbatim
24324 #: ../fish/guestfish-actions.pod:3670
24325 #, no-wrap
24326 msgid ""
24327 " scrub-freespace dir\n"
24328 "\n"
24329 msgstr ""
24330
24331 #. type: textblock
24332 #: ../fish/guestfish-actions.pod:3672
24333 msgid ""
24334 "This command creates the directory C<dir> and then fills it with files until "
24335 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
24336 "deletes them.  The intention is to scrub any free space on the partition "
24337 "containing C<dir>."
24338 msgstr ""
24339
24340 #. type: =head2
24341 #: ../fish/guestfish-actions.pod:3681
24342 msgid "set-append"
24343 msgstr ""
24344
24345 #. type: =head2
24346 #: ../fish/guestfish-actions.pod:3683
24347 msgid "append"
24348 msgstr ""
24349
24350 #. type: verbatim
24351 #: ../fish/guestfish-actions.pod:3685
24352 #, no-wrap
24353 msgid ""
24354 " set-append append\n"
24355 "\n"
24356 msgstr ""
24357
24358 #. type: =head2
24359 #: ../fish/guestfish-actions.pod:3696
24360 msgid "set-autosync"
24361 msgstr ""
24362
24363 #. type: =head2
24364 #: ../fish/guestfish-actions.pod:3698
24365 msgid "autosync"
24366 msgstr ""
24367
24368 #. type: verbatim
24369 #: ../fish/guestfish-actions.pod:3700
24370 #, no-wrap
24371 msgid ""
24372 " set-autosync true|false\n"
24373 "\n"
24374 msgstr ""
24375
24376 #. type: textblock
24377 #: ../fish/guestfish-actions.pod:3702
24378 msgid ""
24379 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
24380 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
24381 "closed (also if the program exits without closing handles)."
24382 msgstr ""
24383
24384 #. type: =head2
24385 #: ../fish/guestfish-actions.pod:3710
24386 msgid "set-direct"
24387 msgstr ""
24388
24389 #. type: =head2
24390 #: ../fish/guestfish-actions.pod:3712
24391 msgid "direct"
24392 msgstr ""
24393
24394 #. type: verbatim
24395 #: ../fish/guestfish-actions.pod:3714
24396 #, no-wrap
24397 msgid ""
24398 " set-direct true|false\n"
24399 "\n"
24400 msgstr ""
24401
24402 #. type: textblock
24403 #: ../fish/guestfish-actions.pod:3720
24404 msgid ""
24405 "One consequence of this is that log messages aren't caught by the library "
24406 "and handled by L</set-log-message-callback>, but go straight to stdout."
24407 msgstr ""
24408
24409 #. type: =head2
24410 #: ../fish/guestfish-actions.pod:3729
24411 msgid "set-e2label"
24412 msgstr ""
24413
24414 #. type: verbatim
24415 #: ../fish/guestfish-actions.pod:3731
24416 #, no-wrap
24417 msgid ""
24418 " set-e2label device label\n"
24419 "\n"
24420 msgstr ""
24421
24422 #. type: textblock
24423 #: ../fish/guestfish-actions.pod:3737
24424 msgid ""
24425 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
24426 "label on a filesystem."
24427 msgstr ""
24428
24429 #. type: =head2
24430 #: ../fish/guestfish-actions.pod:3740
24431 msgid "set-e2uuid"
24432 msgstr ""
24433
24434 #. type: verbatim
24435 #: ../fish/guestfish-actions.pod:3742
24436 #, no-wrap
24437 msgid ""
24438 " set-e2uuid device uuid\n"
24439 "\n"
24440 msgstr ""
24441
24442 #. type: textblock
24443 #: ../fish/guestfish-actions.pod:3749
24444 msgid ""
24445 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
24446 "UUID of a filesystem."
24447 msgstr ""
24448
24449 #. type: =head2
24450 #: ../fish/guestfish-actions.pod:3752
24451 msgid "set-memsize"
24452 msgstr ""
24453
24454 #. type: =head2
24455 #: ../fish/guestfish-actions.pod:3754
24456 msgid "memsize"
24457 msgstr ""
24458
24459 #. type: verbatim
24460 #: ../fish/guestfish-actions.pod:3756
24461 #, no-wrap
24462 msgid ""
24463 " set-memsize memsize\n"
24464 "\n"
24465 msgstr ""
24466
24467 #. type: textblock
24468 #: ../fish/guestfish-actions.pod:3758
24469 msgid ""
24470 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
24471 "This only has any effect if called before L</launch>."
24472 msgstr ""
24473
24474 #. type: =head2
24475 #: ../fish/guestfish-actions.pod:3769
24476 msgid "set-network"
24477 msgstr ""
24478
24479 #. type: =head2
24480 #: ../fish/guestfish-actions.pod:3771
24481 msgid "network"
24482 msgstr ""
24483
24484 #. type: verbatim
24485 #: ../fish/guestfish-actions.pod:3773
24486 #, no-wrap
24487 msgid ""
24488 " set-network true|false\n"
24489 "\n"
24490 msgstr ""
24491
24492 #. type: textblock
24493 #: ../fish/guestfish-actions.pod:3781
24494 msgid "You must call this before calling L</launch>, otherwise it has no effect."
24495 msgstr ""
24496
24497 #. type: =head2
24498 #: ../fish/guestfish-actions.pod:3784
24499 msgid "set-path"
24500 msgstr ""
24501
24502 #. type: =head2
24503 #: ../fish/guestfish-actions.pod:3786
24504 msgid "path"
24505 msgstr ""
24506
24507 #. type: verbatim
24508 #: ../fish/guestfish-actions.pod:3788
24509 #, no-wrap
24510 msgid ""
24511 " set-path searchpath\n"
24512 "\n"
24513 msgstr ""
24514
24515 #. type: =head2
24516 #: ../fish/guestfish-actions.pod:3797
24517 msgid "set-qemu"
24518 msgstr ""
24519
24520 #. type: =head2
24521 #: ../fish/guestfish-actions.pod:3799
24522 msgid "qemu"
24523 msgstr ""
24524
24525 #. type: verbatim
24526 #: ../fish/guestfish-actions.pod:3801
24527 #, no-wrap
24528 msgid ""
24529 " set-qemu qemu\n"
24530 "\n"
24531 msgstr ""
24532
24533 #. type: =head2
24534 #: ../fish/guestfish-actions.pod:3821
24535 msgid "set-recovery-proc"
24536 msgstr ""
24537
24538 #. type: =head2
24539 #: ../fish/guestfish-actions.pod:3823
24540 msgid "recovery-proc"
24541 msgstr ""
24542
24543 #. type: verbatim
24544 #: ../fish/guestfish-actions.pod:3825
24545 #, no-wrap
24546 msgid ""
24547 " set-recovery-proc true|false\n"
24548 "\n"
24549 msgstr ""
24550
24551 #. type: textblock
24552 #: ../fish/guestfish-actions.pod:3827
24553 msgid ""
24554 "If this is called with the parameter C<false> then L</launch> does not "
24555 "create a recovery process.  The purpose of the recovery process is to stop "
24556 "runaway qemu processes in the case where the main program aborts abruptly."
24557 msgstr ""
24558
24559 #. type: textblock
24560 #: ../fish/guestfish-actions.pod:3832
24561 msgid ""
24562 "This only has any effect if called before L</launch>, and the default is "
24563 "true."
24564 msgstr ""
24565
24566 #. type: =head2
24567 #: ../fish/guestfish-actions.pod:3841
24568 msgid "set-selinux"
24569 msgstr ""
24570
24571 #. type: =head2
24572 #: ../fish/guestfish-actions.pod:3843
24573 msgid "selinux"
24574 msgstr ""
24575
24576 #. type: verbatim
24577 #: ../fish/guestfish-actions.pod:3845
24578 #, no-wrap
24579 msgid ""
24580 " set-selinux true|false\n"
24581 "\n"
24582 msgstr ""
24583
24584 #. type: =head2
24585 #: ../fish/guestfish-actions.pod:3856
24586 msgid "set-trace"
24587 msgstr ""
24588
24589 #. type: =head2
24590 #: ../fish/guestfish-actions.pod:3858
24591 msgid "trace"
24592 msgstr ""
24593
24594 #. type: verbatim
24595 #: ../fish/guestfish-actions.pod:3860
24596 #, no-wrap
24597 msgid ""
24598 " set-trace true|false\n"
24599 "\n"
24600 msgstr ""
24601
24602 #. type: =head2
24603 #: ../fish/guestfish-actions.pod:3876
24604 msgid "set-verbose"
24605 msgstr ""
24606
24607 #. type: =head2
24608 #: ../fish/guestfish-actions.pod:3878
24609 msgid "verbose"
24610 msgstr ""
24611
24612 #. type: verbatim
24613 #: ../fish/guestfish-actions.pod:3880
24614 #, no-wrap
24615 msgid ""
24616 " set-verbose true|false\n"
24617 "\n"
24618 msgstr ""
24619
24620 #. type: =head2
24621 #: ../fish/guestfish-actions.pod:3887
24622 msgid "setcon"
24623 msgstr ""
24624
24625 #. type: verbatim
24626 #: ../fish/guestfish-actions.pod:3889
24627 #, no-wrap
24628 msgid ""
24629 " setcon context\n"
24630 "\n"
24631 msgstr ""
24632
24633 #. type: =head2
24634 #: ../fish/guestfish-actions.pod:3896
24635 msgid "setxattr"
24636 msgstr ""
24637
24638 #. type: verbatim
24639 #: ../fish/guestfish-actions.pod:3898
24640 #, no-wrap
24641 msgid ""
24642 " setxattr xattr val vallen path\n"
24643 "\n"
24644 msgstr ""
24645
24646 #. type: textblock
24647 #: ../fish/guestfish-actions.pod:3904
24648 msgid "See also: L</lsetxattr>, L<attr(5)>."
24649 msgstr ""
24650
24651 #. type: =head2
24652 #: ../fish/guestfish-actions.pod:3906
24653 msgid "sfdisk"
24654 msgstr ""
24655
24656 #. type: verbatim
24657 #: ../fish/guestfish-actions.pod:3908
24658 #, no-wrap
24659 msgid ""
24660 " sfdisk device cyls heads sectors 'lines ...'\n"
24661 "\n"
24662 msgstr ""
24663
24664 #. type: textblock
24665 #: ../fish/guestfish-actions.pod:3930
24666 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
24667 msgstr ""
24668
24669 #. type: =head2
24670 #: ../fish/guestfish-actions.pod:3936
24671 msgid "sfdiskM"
24672 msgstr ""
24673
24674 #. type: verbatim
24675 #: ../fish/guestfish-actions.pod:3938
24676 #, no-wrap
24677 msgid ""
24678 " sfdiskM device 'lines ...'\n"
24679 "\n"
24680 msgstr ""
24681
24682 #. type: textblock
24683 #: ../fish/guestfish-actions.pod:3940
24684 msgid ""
24685 "This is a simplified interface to the L</sfdisk> command, where partition "
24686 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
24687 "you don't need to specify the cyls, heads and sectors parameters which were "
24688 "rarely if ever used anyway."
24689 msgstr ""
24690
24691 #. type: textblock
24692 #: ../fish/guestfish-actions.pod:3946
24693 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
24694 msgstr ""
24695
24696 #. type: =head2
24697 #: ../fish/guestfish-actions.pod:3952
24698 msgid "sfdisk-N"
24699 msgstr ""
24700
24701 #. type: verbatim
24702 #: ../fish/guestfish-actions.pod:3954
24703 #, no-wrap
24704 msgid ""
24705 " sfdisk-N device partnum cyls heads sectors line\n"
24706 "\n"
24707 msgstr ""
24708
24709 #. type: textblock
24710 #: ../fish/guestfish-actions.pod:3959
24711 msgid ""
24712 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
24713 "cyls/heads/sectors parameters."
24714 msgstr ""
24715
24716 #. type: textblock
24717 #: ../fish/guestfish-actions.pod:3962
24718 msgid "See also: L</part-add>"
24719 msgstr ""
24720
24721 #. type: =head2
24722 #: ../fish/guestfish-actions.pod:3967
24723 msgid "sfdisk-disk-geometry"
24724 msgstr ""
24725
24726 #. type: verbatim
24727 #: ../fish/guestfish-actions.pod:3969
24728 #, no-wrap
24729 msgid ""
24730 " sfdisk-disk-geometry device\n"
24731 "\n"
24732 msgstr ""
24733
24734 #. type: textblock
24735 #: ../fish/guestfish-actions.pod:3971
24736 msgid ""
24737 "This displays the disk geometry of C<device> read from the partition table.  "
24738 "Especially in the case where the underlying block device has been resized, "
24739 "this can be different from the kernel's idea of the geometry (see "
24740 "L</sfdisk-kernel-geometry>)."
24741 msgstr ""
24742
24743 #. type: =head2
24744 #: ../fish/guestfish-actions.pod:3979
24745 msgid "sfdisk-kernel-geometry"
24746 msgstr ""
24747
24748 #. type: verbatim
24749 #: ../fish/guestfish-actions.pod:3981
24750 #, no-wrap
24751 msgid ""
24752 " sfdisk-kernel-geometry device\n"
24753 "\n"
24754 msgstr ""
24755
24756 #. type: =head2
24757 #: ../fish/guestfish-actions.pod:3988
24758 msgid "sfdisk-l"
24759 msgstr ""
24760
24761 #. type: verbatim
24762 #: ../fish/guestfish-actions.pod:3990
24763 #, no-wrap
24764 msgid ""
24765 " sfdisk-l device\n"
24766 "\n"
24767 msgstr ""
24768
24769 #. type: textblock
24770 #: ../fish/guestfish-actions.pod:3996
24771 msgid "See also: L</part-list>"
24772 msgstr ""
24773
24774 #. type: =head2
24775 #: ../fish/guestfish-actions.pod:3998
24776 msgid "sh"
24777 msgstr ""
24778
24779 #. type: verbatim
24780 #: ../fish/guestfish-actions.pod:4000
24781 #, no-wrap
24782 msgid ""
24783 " sh command\n"
24784 "\n"
24785 msgstr ""
24786
24787 #. type: textblock
24788 #: ../fish/guestfish-actions.pod:4005
24789 msgid "This is like L</command>, but passes the command to:"
24790 msgstr ""
24791
24792 #. type: textblock
24793 #: ../fish/guestfish-actions.pod:4013
24794 msgid "All the provisos about L</command> apply to this call."
24795 msgstr ""
24796
24797 #. type: =head2
24798 #: ../fish/guestfish-actions.pod:4015
24799 msgid "sh-lines"
24800 msgstr ""
24801
24802 #. type: verbatim
24803 #: ../fish/guestfish-actions.pod:4017
24804 #, no-wrap
24805 msgid ""
24806 " sh-lines command\n"
24807 "\n"
24808 msgstr ""
24809
24810 #. type: textblock
24811 #: ../fish/guestfish-actions.pod:4019
24812 msgid "This is the same as L</sh>, but splits the result into a list of lines."
24813 msgstr ""
24814
24815 #. type: textblock
24816 #: ../fish/guestfish-actions.pod:4022
24817 msgid "See also: L</command-lines>"
24818 msgstr ""
24819
24820 #. type: =head2
24821 #: ../fish/guestfish-actions.pod:4024
24822 msgid "sleep"
24823 msgstr ""
24824
24825 #. type: verbatim
24826 #: ../fish/guestfish-actions.pod:4026
24827 #, no-wrap
24828 msgid ""
24829 " sleep secs\n"
24830 "\n"
24831 msgstr ""
24832
24833 #. type: =head2
24834 #: ../fish/guestfish-actions.pod:4030
24835 msgid "stat"
24836 msgstr ""
24837
24838 #. type: verbatim
24839 #: ../fish/guestfish-actions.pod:4032
24840 #, no-wrap
24841 msgid ""
24842 " stat path\n"
24843 "\n"
24844 msgstr ""
24845
24846 #. type: =head2
24847 #: ../fish/guestfish-actions.pod:4038
24848 msgid "statvfs"
24849 msgstr ""
24850
24851 #. type: verbatim
24852 #: ../fish/guestfish-actions.pod:4040
24853 #, no-wrap
24854 msgid ""
24855 " statvfs path\n"
24856 "\n"
24857 msgstr ""
24858
24859 #. type: =head2
24860 #: ../fish/guestfish-actions.pod:4048
24861 msgid "strings"
24862 msgstr ""
24863
24864 #. type: verbatim
24865 #: ../fish/guestfish-actions.pod:4050
24866 #, no-wrap
24867 msgid ""
24868 " strings path\n"
24869 "\n"
24870 msgstr ""
24871
24872 #. type: =head2
24873 #: ../fish/guestfish-actions.pod:4058
24874 msgid "strings-e"
24875 msgstr ""
24876
24877 #. type: verbatim
24878 #: ../fish/guestfish-actions.pod:4060
24879 #, no-wrap
24880 msgid ""
24881 " strings-e encoding path\n"
24882 "\n"
24883 msgstr ""
24884
24885 #. type: textblock
24886 #: ../fish/guestfish-actions.pod:4062
24887 msgid ""
24888 "This is like the L</strings> command, but allows you to specify the encoding "
24889 "of strings that are looked for in the source file C<path>."
24890 msgstr ""
24891
24892 #. type: textblock
24893 #: ../fish/guestfish-actions.pod:4072
24894 msgid ""
24895 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
24896 "ISO-8859-X (this is what L</strings> uses)."
24897 msgstr ""
24898
24899 #. type: =head2
24900 #: ../fish/guestfish-actions.pod:4104
24901 msgid "swapoff-device"
24902 msgstr ""
24903
24904 #. type: verbatim
24905 #: ../fish/guestfish-actions.pod:4106
24906 #, no-wrap
24907 msgid ""
24908 " swapoff-device device\n"
24909 "\n"
24910 msgstr ""
24911
24912 #. type: textblock
24913 #: ../fish/guestfish-actions.pod:4108
24914 msgid ""
24915 "This command disables the libguestfs appliance swap device or partition "
24916 "named C<device>.  See L</swapon-device>."
24917 msgstr ""
24918
24919 #. type: =head2
24920 #: ../fish/guestfish-actions.pod:4112
24921 msgid "swapoff-file"
24922 msgstr ""
24923
24924 #. type: verbatim
24925 #: ../fish/guestfish-actions.pod:4114
24926 #, no-wrap
24927 msgid ""
24928 " swapoff-file file\n"
24929 "\n"
24930 msgstr ""
24931
24932 #. type: =head2
24933 #: ../fish/guestfish-actions.pod:4118
24934 msgid "swapoff-label"
24935 msgstr ""
24936
24937 #. type: verbatim
24938 #: ../fish/guestfish-actions.pod:4120
24939 #, no-wrap
24940 msgid ""
24941 " swapoff-label label\n"
24942 "\n"
24943 msgstr ""
24944
24945 #. type: =head2
24946 #: ../fish/guestfish-actions.pod:4125
24947 msgid "swapoff-uuid"
24948 msgstr ""
24949
24950 #. type: verbatim
24951 #: ../fish/guestfish-actions.pod:4127
24952 #, no-wrap
24953 msgid ""
24954 " swapoff-uuid uuid\n"
24955 "\n"
24956 msgstr ""
24957
24958 #. type: =head2
24959 #: ../fish/guestfish-actions.pod:4132
24960 msgid "swapon-device"
24961 msgstr ""
24962
24963 #. type: verbatim
24964 #: ../fish/guestfish-actions.pod:4134
24965 #, no-wrap
24966 msgid ""
24967 " swapon-device device\n"
24968 "\n"
24969 msgstr ""
24970
24971 #. type: textblock
24972 #: ../fish/guestfish-actions.pod:4136
24973 msgid ""
24974 "This command enables the libguestfs appliance to use the swap device or "
24975 "partition named C<device>.  The increased memory is made available for all "
24976 "commands, for example those run using L</command> or L</sh>."
24977 msgstr ""
24978
24979 #. type: =head2
24980 #: ../fish/guestfish-actions.pod:4148
24981 msgid "swapon-file"
24982 msgstr ""
24983
24984 #. type: verbatim
24985 #: ../fish/guestfish-actions.pod:4150
24986 #, no-wrap
24987 msgid ""
24988 " swapon-file file\n"
24989 "\n"
24990 msgstr ""
24991
24992 #. type: textblock
24993 #: ../fish/guestfish-actions.pod:4152
24994 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
24995 msgstr ""
24996
24997 #. type: =head2
24998 #: ../fish/guestfish-actions.pod:4155
24999 msgid "swapon-label"
25000 msgstr ""
25001
25002 #. type: verbatim
25003 #: ../fish/guestfish-actions.pod:4157
25004 #, no-wrap
25005 msgid ""
25006 " swapon-label label\n"
25007 "\n"
25008 msgstr ""
25009
25010 #. type: textblock
25011 #: ../fish/guestfish-actions.pod:4159
25012 msgid ""
25013 "This command enables swap to a labeled swap partition.  See "
25014 "L</swapon-device> for other notes."
25015 msgstr ""
25016
25017 #. type: =head2
25018 #: ../fish/guestfish-actions.pod:4162
25019 msgid "swapon-uuid"
25020 msgstr ""
25021
25022 #. type: verbatim
25023 #: ../fish/guestfish-actions.pod:4164
25024 #, no-wrap
25025 msgid ""
25026 " swapon-uuid uuid\n"
25027 "\n"
25028 msgstr ""
25029
25030 #. type: textblock
25031 #: ../fish/guestfish-actions.pod:4166
25032 msgid ""
25033 "This command enables swap to a swap partition with the given UUID.  See "
25034 "L</swapon-device> for other notes."
25035 msgstr ""
25036
25037 #. type: =head2
25038 #: ../fish/guestfish-actions.pod:4169
25039 msgid "sync"
25040 msgstr ""
25041
25042 #. type: verbatim
25043 #: ../fish/guestfish-actions.pod:4171
25044 #, no-wrap
25045 msgid ""
25046 " sync\n"
25047 "\n"
25048 msgstr ""
25049
25050 #. type: =head2
25051 #: ../fish/guestfish-actions.pod:4179
25052 msgid "tail"
25053 msgstr ""
25054
25055 #. type: verbatim
25056 #: ../fish/guestfish-actions.pod:4181
25057 #, no-wrap
25058 msgid ""
25059 " tail path\n"
25060 "\n"
25061 msgstr ""
25062
25063 #. type: =head2
25064 #: ../fish/guestfish-actions.pod:4189
25065 msgid "tail-n"
25066 msgstr ""
25067
25068 #. type: verbatim
25069 #: ../fish/guestfish-actions.pod:4191
25070 #, no-wrap
25071 msgid ""
25072 " tail-n nrlines path\n"
25073 "\n"
25074 msgstr ""
25075
25076 #. type: =head2
25077 #: ../fish/guestfish-actions.pod:4204
25078 msgid "tar-in"
25079 msgstr ""
25080
25081 #. type: verbatim
25082 #: ../fish/guestfish-actions.pod:4206
25083 #, no-wrap
25084 msgid ""
25085 " tar-in (tarfile|-) directory\n"
25086 "\n"
25087 msgstr ""
25088
25089 #. type: textblock
25090 #: ../fish/guestfish-actions.pod:4211
25091 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
25092 msgstr ""
25093
25094 #. type: =head2
25095 #: ../fish/guestfish-actions.pod:4216
25096 msgid "tar-out"
25097 msgstr ""
25098
25099 #. type: verbatim
25100 #: ../fish/guestfish-actions.pod:4218
25101 #, no-wrap
25102 msgid ""
25103 " tar-out directory (tarfile|-)\n"
25104 "\n"
25105 msgstr ""
25106
25107 #. type: textblock
25108 #: ../fish/guestfish-actions.pod:4223
25109 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
25110 msgstr ""
25111
25112 #. type: =head2
25113 #: ../fish/guestfish-actions.pod:4228
25114 msgid "tgz-in"
25115 msgstr ""
25116
25117 #. type: verbatim
25118 #: ../fish/guestfish-actions.pod:4230
25119 #, no-wrap
25120 msgid ""
25121 " tgz-in (tarball|-) directory\n"
25122 "\n"
25123 msgstr ""
25124
25125 #. type: textblock
25126 #: ../fish/guestfish-actions.pod:4235
25127 msgid "To upload an uncompressed tarball, use L</tar-in>."
25128 msgstr ""
25129
25130 #. type: =head2
25131 #: ../fish/guestfish-actions.pod:4239
25132 msgid "tgz-out"
25133 msgstr ""
25134
25135 #. type: verbatim
25136 #: ../fish/guestfish-actions.pod:4241
25137 #, no-wrap
25138 msgid ""
25139 " tgz-out directory (tarball|-)\n"
25140 "\n"
25141 msgstr ""
25142
25143 #. type: textblock
25144 #: ../fish/guestfish-actions.pod:4246
25145 msgid "To download an uncompressed tarball, use L</tar-out>."
25146 msgstr ""
25147
25148 #. type: =head2
25149 #: ../fish/guestfish-actions.pod:4250
25150 msgid "touch"
25151 msgstr ""
25152
25153 #. type: verbatim
25154 #: ../fish/guestfish-actions.pod:4252
25155 #, no-wrap
25156 msgid ""
25157 " touch path\n"
25158 "\n"
25159 msgstr ""
25160
25161 #. type: =head2
25162 #: ../fish/guestfish-actions.pod:4261
25163 msgid "truncate"
25164 msgstr ""
25165
25166 #. type: verbatim
25167 #: ../fish/guestfish-actions.pod:4263
25168 #, no-wrap
25169 msgid ""
25170 " truncate path\n"
25171 "\n"
25172 msgstr ""
25173
25174 #. type: =head2
25175 #: ../fish/guestfish-actions.pod:4268
25176 msgid "truncate-size"
25177 msgstr ""
25178
25179 #. type: verbatim
25180 #: ../fish/guestfish-actions.pod:4270
25181 #, no-wrap
25182 msgid ""
25183 " truncate-size path size\n"
25184 "\n"
25185 msgstr ""
25186
25187 #. type: textblock
25188 #: ../fish/guestfish-actions.pod:4275
25189 msgid ""
25190 "If the current file size is less than C<size> then the file is extended to "
25191 "the required size with zero bytes.  This creates a sparse file (ie. disk "
25192 "blocks are not allocated for the file until you write to it).  To create a "
25193 "non-sparse file of zeroes, use L</fallocate64> instead."
25194 msgstr ""
25195
25196 #. type: =head2
25197 #: ../fish/guestfish-actions.pod:4281
25198 msgid "tune2fs-l"
25199 msgstr ""
25200
25201 #. type: verbatim
25202 #: ../fish/guestfish-actions.pod:4283
25203 #, no-wrap
25204 msgid ""
25205 " tune2fs-l device\n"
25206 "\n"
25207 msgstr ""
25208
25209 #. type: =head2
25210 #: ../fish/guestfish-actions.pod:4293
25211 msgid "txz-in"
25212 msgstr ""
25213
25214 #. type: verbatim
25215 #: ../fish/guestfish-actions.pod:4295
25216 #, no-wrap
25217 msgid ""
25218 " txz-in (tarball|-) directory\n"
25219 "\n"
25220 msgstr ""
25221
25222 #. type: =head2
25223 #: ../fish/guestfish-actions.pod:4302
25224 msgid "txz-out"
25225 msgstr ""
25226
25227 #. type: verbatim
25228 #: ../fish/guestfish-actions.pod:4304
25229 #, no-wrap
25230 msgid ""
25231 " txz-out directory (tarball|-)\n"
25232 "\n"
25233 msgstr ""
25234
25235 #. type: =head2
25236 #: ../fish/guestfish-actions.pod:4311
25237 msgid "umask"
25238 msgstr ""
25239
25240 #. type: verbatim
25241 #: ../fish/guestfish-actions.pod:4313
25242 #, no-wrap
25243 msgid ""
25244 " umask mask\n"
25245 "\n"
25246 msgstr ""
25247
25248 #. type: textblock
25249 #: ../fish/guestfish-actions.pod:4327
25250 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
25251 msgstr ""
25252
25253 #. type: =head2
25254 #: ../fish/guestfish-actions.pod:4332
25255 msgid "umount"
25256 msgstr ""
25257
25258 #. type: =head2
25259 #: ../fish/guestfish-actions.pod:4334
25260 msgid "unmount"
25261 msgstr ""
25262
25263 #. type: verbatim
25264 #: ../fish/guestfish-actions.pod:4336
25265 #, no-wrap
25266 msgid ""
25267 " umount pathordevice\n"
25268 "\n"
25269 msgstr ""
25270
25271 #. type: =head2
25272 #: ../fish/guestfish-actions.pod:4342
25273 msgid "umount-all"
25274 msgstr ""
25275
25276 #. type: =head2
25277 #: ../fish/guestfish-actions.pod:4344
25278 msgid "unmount-all"
25279 msgstr ""
25280
25281 #. type: verbatim
25282 #: ../fish/guestfish-actions.pod:4346
25283 #, no-wrap
25284 msgid ""
25285 " umount-all\n"
25286 "\n"
25287 msgstr ""
25288
25289 #. type: =head2
25290 #: ../fish/guestfish-actions.pod:4352
25291 msgid "upload"
25292 msgstr ""
25293
25294 #. type: verbatim
25295 #: ../fish/guestfish-actions.pod:4354
25296 #, no-wrap
25297 msgid ""
25298 " upload (filename|-) remotefilename\n"
25299 "\n"
25300 msgstr ""
25301
25302 #. type: textblock
25303 #: ../fish/guestfish-actions.pod:4361
25304 msgid "See also L</download>."
25305 msgstr ""
25306
25307 #. type: =head2
25308 #: ../fish/guestfish-actions.pod:4365
25309 msgid "upload-offset"
25310 msgstr ""
25311
25312 #. type: verbatim
25313 #: ../fish/guestfish-actions.pod:4367
25314 #, no-wrap
25315 msgid ""
25316 " upload-offset (filename|-) remotefilename offset\n"
25317 "\n"
25318 msgstr ""
25319
25320 #. type: textblock
25321 #: ../fish/guestfish-actions.pod:4379
25322 msgid ""
25323 "Note that there is no limit on the amount of data that can be uploaded with "
25324 "this call, unlike with L</pwrite>, and this call always writes the full "
25325 "amount unless an error occurs."
25326 msgstr ""
25327
25328 #. type: textblock
25329 #: ../fish/guestfish-actions.pod:4384
25330 msgid "See also L</upload>, L</pwrite>."
25331 msgstr ""
25332
25333 #. type: =head2
25334 #: ../fish/guestfish-actions.pod:4388
25335 msgid "utimens"
25336 msgstr ""
25337
25338 #. type: verbatim
25339 #: ../fish/guestfish-actions.pod:4390
25340 #, no-wrap
25341 msgid ""
25342 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
25343 "\n"
25344 msgstr ""
25345
25346 #. type: =head2
25347 #: ../fish/guestfish-actions.pod:4409
25348 msgid "version"
25349 msgstr ""
25350
25351 #. type: verbatim
25352 #: ../fish/guestfish-actions.pod:4411
25353 #, no-wrap
25354 msgid ""
25355 " version\n"
25356 "\n"
25357 msgstr ""
25358
25359 #. type: textblock
25360 #: ../fish/guestfish-actions.pod:4438
25361 msgid ""
25362 "I<Note:> Don't use this call to test for availability of features.  In "
25363 "enterprise distributions we backport features from later versions into "
25364 "earlier versions, making this an unreliable way to test for features.  Use "
25365 "L</available> instead."
25366 msgstr ""
25367
25368 #. type: =head2
25369 #: ../fish/guestfish-actions.pod:4444
25370 msgid "vfs-label"
25371 msgstr ""
25372
25373 #. type: verbatim
25374 #: ../fish/guestfish-actions.pod:4446
25375 #, no-wrap
25376 msgid ""
25377 " vfs-label device\n"
25378 "\n"
25379 msgstr ""
25380
25381 #. type: textblock
25382 #: ../fish/guestfish-actions.pod:4453
25383 msgid "To find a filesystem from the label, use L</findfs-label>."
25384 msgstr ""
25385
25386 #. type: =head2
25387 #: ../fish/guestfish-actions.pod:4455
25388 msgid "vfs-type"
25389 msgstr ""
25390
25391 #. type: verbatim
25392 #: ../fish/guestfish-actions.pod:4457
25393 #, no-wrap
25394 msgid ""
25395 " vfs-type device\n"
25396 "\n"
25397 msgstr ""
25398
25399 #. type: =head2
25400 #: ../fish/guestfish-actions.pod:4467
25401 msgid "vfs-uuid"
25402 msgstr ""
25403
25404 #. type: verbatim
25405 #: ../fish/guestfish-actions.pod:4469
25406 #, no-wrap
25407 msgid ""
25408 " vfs-uuid device\n"
25409 "\n"
25410 msgstr ""
25411
25412 #. type: textblock
25413 #: ../fish/guestfish-actions.pod:4476
25414 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
25415 msgstr ""
25416
25417 #. type: =head2
25418 #: ../fish/guestfish-actions.pod:4478
25419 msgid "vg-activate"
25420 msgstr ""
25421
25422 #. type: verbatim
25423 #: ../fish/guestfish-actions.pod:4480
25424 #, no-wrap
25425 msgid ""
25426 " vg-activate true|false 'volgroups ...'\n"
25427 "\n"
25428 msgstr ""
25429
25430 #. type: =head2
25431 #: ../fish/guestfish-actions.pod:4493
25432 msgid "vg-activate-all"
25433 msgstr ""
25434
25435 #. type: verbatim
25436 #: ../fish/guestfish-actions.pod:4495
25437 #, no-wrap
25438 msgid ""
25439 " vg-activate-all true|false\n"
25440 "\n"
25441 msgstr ""
25442
25443 #. type: =head2
25444 #: ../fish/guestfish-actions.pod:4505
25445 msgid "vgcreate"
25446 msgstr ""
25447
25448 #. type: verbatim
25449 #: ../fish/guestfish-actions.pod:4507
25450 #, no-wrap
25451 msgid ""
25452 " vgcreate volgroup 'physvols ...'\n"
25453 "\n"
25454 msgstr ""
25455
25456 #. type: =head2
25457 #: ../fish/guestfish-actions.pod:4512
25458 msgid "vglvuuids"
25459 msgstr ""
25460
25461 #. type: verbatim
25462 #: ../fish/guestfish-actions.pod:4514
25463 #, no-wrap
25464 msgid ""
25465 " vglvuuids vgname\n"
25466 "\n"
25467 msgstr ""
25468
25469 #. type: textblock
25470 #: ../fish/guestfish-actions.pod:4519
25471 msgid ""
25472 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
25473 "logical volumes and volume groups."
25474 msgstr ""
25475
25476 #. type: textblock
25477 #: ../fish/guestfish-actions.pod:4522
25478 msgid "See also L</vgpvuuids>."
25479 msgstr ""
25480
25481 #. type: =head2
25482 #: ../fish/guestfish-actions.pod:4524
25483 msgid "vgpvuuids"
25484 msgstr ""
25485
25486 #. type: verbatim
25487 #: ../fish/guestfish-actions.pod:4526
25488 #, no-wrap
25489 msgid ""
25490 " vgpvuuids vgname\n"
25491 "\n"
25492 msgstr ""
25493
25494 #. type: textblock
25495 #: ../fish/guestfish-actions.pod:4531
25496 msgid ""
25497 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
25498 "physical volumes and volume groups."
25499 msgstr ""
25500
25501 #. type: textblock
25502 #: ../fish/guestfish-actions.pod:4534
25503 msgid "See also L</vglvuuids>."
25504 msgstr ""
25505
25506 #. type: =head2
25507 #: ../fish/guestfish-actions.pod:4536
25508 msgid "vgremove"
25509 msgstr ""
25510
25511 #. type: verbatim
25512 #: ../fish/guestfish-actions.pod:4538
25513 #, no-wrap
25514 msgid ""
25515 " vgremove vgname\n"
25516 "\n"
25517 msgstr ""
25518
25519 #. type: =head2
25520 #: ../fish/guestfish-actions.pod:4545
25521 msgid "vgrename"
25522 msgstr ""
25523
25524 #. type: verbatim
25525 #: ../fish/guestfish-actions.pod:4547
25526 #, no-wrap
25527 msgid ""
25528 " vgrename volgroup newvolgroup\n"
25529 "\n"
25530 msgstr ""
25531
25532 #. type: =head2
25533 #: ../fish/guestfish-actions.pod:4551
25534 msgid "vgs"
25535 msgstr ""
25536
25537 #. type: verbatim
25538 #: ../fish/guestfish-actions.pod:4553
25539 #, no-wrap
25540 msgid ""
25541 " vgs\n"
25542 "\n"
25543 msgstr ""
25544
25545 #. type: textblock
25546 #: ../fish/guestfish-actions.pod:4561
25547 msgid "See also L</vgs-full>."
25548 msgstr ""
25549
25550 #. type: =head2
25551 #: ../fish/guestfish-actions.pod:4563
25552 msgid "vgs-full"
25553 msgstr ""
25554
25555 #. type: verbatim
25556 #: ../fish/guestfish-actions.pod:4565
25557 #, no-wrap
25558 msgid ""
25559 " vgs-full\n"
25560 "\n"
25561 msgstr ""
25562
25563 #. type: =head2
25564 #: ../fish/guestfish-actions.pod:4570
25565 msgid "vgscan"
25566 msgstr ""
25567
25568 #. type: verbatim
25569 #: ../fish/guestfish-actions.pod:4572
25570 #, no-wrap
25571 msgid ""
25572 " vgscan\n"
25573 "\n"
25574 msgstr ""
25575
25576 #. type: =head2
25577 #: ../fish/guestfish-actions.pod:4577
25578 msgid "vguuid"
25579 msgstr ""
25580
25581 #. type: verbatim
25582 #: ../fish/guestfish-actions.pod:4579
25583 #, no-wrap
25584 msgid ""
25585 " vguuid vgname\n"
25586 "\n"
25587 msgstr ""
25588
25589 #. type: =head2
25590 #: ../fish/guestfish-actions.pod:4583
25591 msgid "wc-c"
25592 msgstr ""
25593
25594 #. type: verbatim
25595 #: ../fish/guestfish-actions.pod:4585
25596 #, no-wrap
25597 msgid ""
25598 " wc-c path\n"
25599 "\n"
25600 msgstr ""
25601
25602 #. type: =head2
25603 #: ../fish/guestfish-actions.pod:4590
25604 msgid "wc-l"
25605 msgstr ""
25606
25607 #. type: verbatim
25608 #: ../fish/guestfish-actions.pod:4592
25609 #, no-wrap
25610 msgid ""
25611 " wc-l path\n"
25612 "\n"
25613 msgstr ""
25614
25615 #. type: =head2
25616 #: ../fish/guestfish-actions.pod:4597
25617 msgid "wc-w"
25618 msgstr ""
25619
25620 #. type: verbatim
25621 #: ../fish/guestfish-actions.pod:4599
25622 #, no-wrap
25623 msgid ""
25624 " wc-w path\n"
25625 "\n"
25626 msgstr ""
25627
25628 #. type: =head2
25629 #: ../fish/guestfish-actions.pod:4604
25630 msgid "write"
25631 msgstr ""
25632
25633 #. type: verbatim
25634 #: ../fish/guestfish-actions.pod:4606
25635 #, no-wrap
25636 msgid ""
25637 " write path content\n"
25638 "\n"
25639 msgstr ""
25640
25641 #. type: =head2
25642 #: ../fish/guestfish-actions.pod:4614
25643 msgid "write-file"
25644 msgstr ""
25645
25646 #. type: verbatim
25647 #: ../fish/guestfish-actions.pod:4616
25648 #, no-wrap
25649 msgid ""
25650 " write-file path content size\n"
25651 "\n"
25652 msgstr ""
25653
25654 #. type: textblock
25655 #: ../fish/guestfish-actions.pod:4632
25656 msgid "This function is deprecated.  In new code, use the L</write> call instead."
25657 msgstr ""
25658
25659 #. type: =head2
25660 #: ../fish/guestfish-actions.pod:4639
25661 msgid "zegrep"
25662 msgstr ""
25663
25664 #. type: verbatim
25665 #: ../fish/guestfish-actions.pod:4641
25666 #, no-wrap
25667 msgid ""
25668 " zegrep regex path\n"
25669 "\n"
25670 msgstr ""
25671
25672 #. type: =head2
25673 #: ../fish/guestfish-actions.pod:4649
25674 msgid "zegrepi"
25675 msgstr ""
25676
25677 #. type: verbatim
25678 #: ../fish/guestfish-actions.pod:4651
25679 #, no-wrap
25680 msgid ""
25681 " zegrepi regex path\n"
25682 "\n"
25683 msgstr ""
25684
25685 #. type: =head2
25686 #: ../fish/guestfish-actions.pod:4659
25687 msgid "zero"
25688 msgstr ""
25689
25690 #. type: verbatim
25691 #: ../fish/guestfish-actions.pod:4661
25692 #, no-wrap
25693 msgid ""
25694 " zero device\n"
25695 "\n"
25696 msgstr ""
25697
25698 #. type: textblock
25699 #: ../fish/guestfish-actions.pod:4669
25700 msgid "See also: L</zero-device>, L</scrub-device>."
25701 msgstr ""
25702
25703 #. type: =head2
25704 #: ../fish/guestfish-actions.pod:4671
25705 msgid "zero-device"
25706 msgstr ""
25707
25708 #. type: verbatim
25709 #: ../fish/guestfish-actions.pod:4673
25710 #, no-wrap
25711 msgid ""
25712 " zero-device device\n"
25713 "\n"
25714 msgstr ""
25715
25716 #. type: textblock
25717 #: ../fish/guestfish-actions.pod:4675
25718 msgid ""
25719 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
25720 "which just zeroes the first few blocks of a device."
25721 msgstr ""
25722
25723 #. type: =head2
25724 #: ../fish/guestfish-actions.pod:4682
25725 msgid "zerofree"
25726 msgstr ""
25727
25728 #. type: verbatim
25729 #: ../fish/guestfish-actions.pod:4684
25730 #, no-wrap
25731 msgid ""
25732 " zerofree device\n"
25733 "\n"
25734 msgstr ""
25735
25736 #. type: =head2
25737 #: ../fish/guestfish-actions.pod:4697
25738 msgid "zfgrep"
25739 msgstr ""
25740
25741 #. type: verbatim
25742 #: ../fish/guestfish-actions.pod:4699
25743 #, no-wrap
25744 msgid ""
25745 " zfgrep pattern path\n"
25746 "\n"
25747 msgstr ""
25748
25749 #. type: =head2
25750 #: ../fish/guestfish-actions.pod:4707
25751 msgid "zfgrepi"
25752 msgstr ""
25753
25754 #. type: verbatim
25755 #: ../fish/guestfish-actions.pod:4709
25756 #, no-wrap
25757 msgid ""
25758 " zfgrepi pattern path\n"
25759 "\n"
25760 msgstr ""
25761
25762 #. type: =head2
25763 #: ../fish/guestfish-actions.pod:4717
25764 msgid "zfile"
25765 msgstr ""
25766
25767 #. type: verbatim
25768 #: ../fish/guestfish-actions.pod:4719
25769 #, no-wrap
25770 msgid ""
25771 " zfile meth path\n"
25772 "\n"
25773 msgstr ""
25774
25775 #. type: textblock
25776 #: ../fish/guestfish-actions.pod:4726
25777 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
25778 msgstr ""
25779
25780 #. type: textblock
25781 #: ../fish/guestfish-actions.pod:4729
25782 msgid "This function is deprecated.  In new code, use the L</file> call instead."
25783 msgstr ""
25784
25785 #. type: =head2
25786 #: ../fish/guestfish-actions.pod:4736
25787 msgid "zgrep"
25788 msgstr ""
25789
25790 #. type: verbatim
25791 #: ../fish/guestfish-actions.pod:4738
25792 #, no-wrap
25793 msgid ""
25794 " zgrep regex path\n"
25795 "\n"
25796 msgstr ""
25797
25798 #. type: =head2
25799 #: ../fish/guestfish-actions.pod:4746
25800 msgid "zgrepi"
25801 msgstr ""
25802
25803 #. type: verbatim
25804 #: ../fish/guestfish-actions.pod:4748
25805 #, no-wrap
25806 msgid ""
25807 " zgrepi regex path\n"
25808 "\n"
25809 msgstr ""
25810
25811 #. type: =head2
25812 #: ../fish/guestfish-commands.pod:1
25813 msgid "alloc"
25814 msgstr ""
25815
25816 #. type: =head2
25817 #: ../fish/guestfish-commands.pod:3
25818 msgid "allocate"
25819 msgstr ""
25820
25821 #. type: verbatim
25822 #: ../fish/guestfish-commands.pod:5
25823 #, no-wrap
25824 msgid ""
25825 " alloc filename size\n"
25826 "\n"
25827 msgstr ""
25828
25829 #. type: textblock
25830 #: ../fish/guestfish-commands.pod:7
25831 msgid ""
25832 "This creates an empty (zeroed) file of the given size, and then adds so it "
25833 "can be further examined."
25834 msgstr ""
25835
25836 #. type: textblock
25837 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
25838 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
25839 msgstr ""
25840
25841 #. type: textblock
25842 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
25843 msgid "Size can be specified using standard suffixes, eg. C<1M>."
25844 msgstr ""
25845
25846 #. type: textblock
25847 #: ../fish/guestfish-commands.pod:14
25848 msgid ""
25849 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
25850 "image, see L</PREPARED DISK IMAGES>."
25851 msgstr ""
25852
25853 #. type: =head2
25854 #: ../fish/guestfish-commands.pod:17
25855 msgid "copy-in"
25856 msgstr ""
25857
25858 #. type: verbatim
25859 #: ../fish/guestfish-commands.pod:19
25860 #, no-wrap
25861 msgid ""
25862 " copy-in local [local ...] /remotedir\n"
25863 "\n"
25864 msgstr ""
25865
25866 #. type: textblock
25867 #: ../fish/guestfish-commands.pod:21
25868 msgid ""
25869 "C<copy-in> copies local files or directories recursively into the disk "
25870 "image, placing them in the directory called C</remotedir> (which must "
25871 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
25872 "other commands as necessary."
25873 msgstr ""
25874
25875 #. type: textblock
25876 #: ../fish/guestfish-commands.pod:26
25877 msgid ""
25878 "Multiple local files and directories can be specified, but the last "
25879 "parameter must always be a remote directory.  Wildcards cannot be used."
25880 msgstr ""
25881
25882 #. type: =head2
25883 #: ../fish/guestfish-commands.pod:30
25884 msgid "copy-out"
25885 msgstr ""
25886
25887 #. type: verbatim
25888 #: ../fish/guestfish-commands.pod:32
25889 #, no-wrap
25890 msgid ""
25891 " copy-out remote [remote ...] localdir\n"
25892 "\n"
25893 msgstr ""
25894
25895 #. type: textblock
25896 #: ../fish/guestfish-commands.pod:34
25897 msgid ""
25898 "C<copy-out> copies remote files or directories recursively out of the disk "
25899 "image, placing them on the host disk in a local directory called C<localdir> "
25900 "(which must exist).  This guestfish meta-command turns into a sequence of "
25901 "L</download>, L</tar-out> and other commands as necessary."
25902 msgstr ""
25903
25904 #. type: textblock
25905 #: ../fish/guestfish-commands.pod:40
25906 msgid ""
25907 "Multiple remote files and directories can be specified, but the last "
25908 "parameter must always be a local directory.  To download to the current "
25909 "directory, use C<.> as in:"
25910 msgstr ""
25911
25912 #. type: verbatim
25913 #: ../fish/guestfish-commands.pod:44
25914 #, no-wrap
25915 msgid ""
25916 " copy-out /home .\n"
25917 "\n"
25918 msgstr ""
25919
25920 #. type: textblock
25921 #: ../fish/guestfish-commands.pod:46
25922 msgid ""
25923 "Wildcards cannot be used in the ordinary command, but you can use them with "
25924 "the help of L</glob> like this:"
25925 msgstr ""
25926
25927 #. type: verbatim
25928 #: ../fish/guestfish-commands.pod:49
25929 #, no-wrap
25930 msgid ""
25931 " glob copy-out /home/* .\n"
25932 "\n"
25933 msgstr ""
25934
25935 #. type: =head2
25936 #: ../fish/guestfish-commands.pod:51
25937 msgid "echo"
25938 msgstr ""
25939
25940 #. type: verbatim
25941 #: ../fish/guestfish-commands.pod:53
25942 #, no-wrap
25943 msgid ""
25944 " echo [params ...]\n"
25945 "\n"
25946 msgstr ""
25947
25948 #. type: textblock
25949 #: ../fish/guestfish-commands.pod:55
25950 msgid "This echos the parameters to the terminal."
25951 msgstr ""
25952
25953 #. type: =head2
25954 #: ../fish/guestfish-commands.pod:57
25955 msgid "edit"
25956 msgstr ""
25957
25958 #. type: =head2
25959 #: ../fish/guestfish-commands.pod:59
25960 msgid "vi"
25961 msgstr ""
25962
25963 #. type: =head2
25964 #: ../fish/guestfish-commands.pod:61
25965 msgid "emacs"
25966 msgstr ""
25967
25968 #. type: verbatim
25969 #: ../fish/guestfish-commands.pod:63
25970 #, no-wrap
25971 msgid ""
25972 " edit filename\n"
25973 "\n"
25974 msgstr ""
25975
25976 #. type: textblock
25977 #: ../fish/guestfish-commands.pod:65
25978 msgid ""
25979 "This is used to edit a file.  It downloads the file, edits it locally using "
25980 "your editor, then uploads the result."
25981 msgstr ""
25982
25983 #. type: textblock
25984 #: ../fish/guestfish-commands.pod:68
25985 msgid ""
25986 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
25987 "or C<emacs> you will get those corresponding editors."
25988 msgstr ""
25989
25990 #. type: =head2
25991 #: ../fish/guestfish-commands.pod:72
25992 msgid "glob"
25993 msgstr ""
25994
25995 #. type: verbatim
25996 #: ../fish/guestfish-commands.pod:74
25997 #, no-wrap
25998 msgid ""
25999 " glob command args...\n"
26000 "\n"
26001 msgstr ""
26002
26003 #. type: textblock
26004 #: ../fish/guestfish-commands.pod:76
26005 msgid ""
26006 "Expand wildcards in any paths in the args list, and run C<command> "
26007 "repeatedly on each matching path."
26008 msgstr ""
26009
26010 #. type: textblock
26011 #: ../fish/guestfish-commands.pod:79
26012 msgid "See L</WILDCARDS AND GLOBBING>."
26013 msgstr ""
26014
26015 #. type: =head2
26016 #: ../fish/guestfish-commands.pod:81
26017 msgid "hexedit"
26018 msgstr ""
26019
26020 #. type: verbatim
26021 #: ../fish/guestfish-commands.pod:83
26022 #, no-wrap
26023 msgid ""
26024 " hexedit <filename|device>\n"
26025 " hexedit <filename|device> <max>\n"
26026 " hexedit <filename|device> <start> <max>\n"
26027 "\n"
26028 msgstr ""
26029
26030 #. type: textblock
26031 #: ../fish/guestfish-commands.pod:87
26032 msgid ""
26033 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
26034 "device."
26035 msgstr ""
26036
26037 #. type: textblock
26038 #: ../fish/guestfish-commands.pod:90
26039 msgid ""
26040 "This command works by downloading potentially the whole file or device, "
26041 "editing it locally, then uploading it.  If the file or device is large, you "
26042 "have to specify which part you wish to edit by using C<max> and/or C<start> "
26043 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
26044 "usual modifiers allowed such as C<1M> (1 megabyte)."
26045 msgstr ""
26046
26047 #. type: textblock
26048 #: ../fish/guestfish-commands.pod:97
26049 msgid "For example to edit the first few sectors of a disk you might do:"
26050 msgstr ""
26051
26052 #. type: verbatim
26053 #: ../fish/guestfish-commands.pod:100
26054 #, no-wrap
26055 msgid ""
26056 " hexedit /dev/sda 1M\n"
26057 "\n"
26058 msgstr ""
26059
26060 #. type: textblock
26061 #: ../fish/guestfish-commands.pod:102
26062 msgid ""
26063 "which would allow you to edit anywhere within the first megabyte of the "
26064 "disk."
26065 msgstr ""
26066
26067 #. type: textblock
26068 #: ../fish/guestfish-commands.pod:105
26069 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
26070 msgstr ""
26071
26072 #. type: verbatim
26073 #: ../fish/guestfish-commands.pod:107
26074 #, no-wrap
26075 msgid ""
26076 " hexedit /dev/sda1 0x400 0x400\n"
26077 "\n"
26078 msgstr ""
26079
26080 #. type: textblock
26081 #: ../fish/guestfish-commands.pod:109
26082 msgid "(assuming the superblock is in the standard location)."
26083 msgstr ""
26084
26085 #. type: textblock
26086 #: ../fish/guestfish-commands.pod:111
26087 msgid ""
26088 "This command requires the external L<hexedit(1)> program.  You can specify "
26089 "another program to use by setting the C<HEXEDITOR> environment variable."
26090 msgstr ""
26091
26092 #. type: textblock
26093 #: ../fish/guestfish-commands.pod:115
26094 msgid "See also L</hexdump>."
26095 msgstr ""
26096
26097 #. type: =head2
26098 #: ../fish/guestfish-commands.pod:117
26099 msgid "lcd"
26100 msgstr ""
26101
26102 #. type: verbatim
26103 #: ../fish/guestfish-commands.pod:119
26104 #, no-wrap
26105 msgid ""
26106 " lcd directory\n"
26107 "\n"
26108 msgstr ""
26109
26110 #. type: textblock
26111 #: ../fish/guestfish-commands.pod:121
26112 msgid "Change the local directory, ie. the current directory of guestfish itself."
26113 msgstr ""
26114
26115 #. type: textblock
26116 #: ../fish/guestfish-commands.pod:124
26117 msgid "Note that C<!cd> won't do what you might expect."
26118 msgstr ""
26119
26120 #. type: =head2
26121 #: ../fish/guestfish-commands.pod:126
26122 msgid "man"
26123 msgstr ""
26124
26125 #. type: =head2
26126 #: ../fish/guestfish-commands.pod:128
26127 msgid "manual"
26128 msgstr ""
26129
26130 #. type: verbatim
26131 #: ../fish/guestfish-commands.pod:130
26132 #, no-wrap
26133 msgid ""
26134 "  man\n"
26135 "\n"
26136 msgstr ""
26137
26138 #. type: textblock
26139 #: ../fish/guestfish-commands.pod:132
26140 msgid "Opens the manual page for guestfish."
26141 msgstr ""
26142
26143 #. type: =head2
26144 #: ../fish/guestfish-commands.pod:134
26145 msgid "more"
26146 msgstr ""
26147
26148 #. type: =head2
26149 #: ../fish/guestfish-commands.pod:136
26150 msgid "less"
26151 msgstr ""
26152
26153 #. type: verbatim
26154 #: ../fish/guestfish-commands.pod:138
26155 #, no-wrap
26156 msgid ""
26157 " more filename\n"
26158 "\n"
26159 msgstr ""
26160
26161 #. type: verbatim
26162 #: ../fish/guestfish-commands.pod:140
26163 #, no-wrap
26164 msgid ""
26165 " less filename\n"
26166 "\n"
26167 msgstr ""
26168
26169 #. type: textblock
26170 #: ../fish/guestfish-commands.pod:142
26171 msgid "This is used to view a file."
26172 msgstr ""
26173
26174 #. type: textblock
26175 #: ../fish/guestfish-commands.pod:144
26176 msgid ""
26177 "The default viewer is C<$PAGER>.  However if you use the alternate command "
26178 "C<less> you will get the C<less> command specifically."
26179 msgstr ""
26180
26181 #. type: =head2
26182 #: ../fish/guestfish-commands.pod:147
26183 msgid "reopen"
26184 msgstr ""
26185
26186 #. type: verbatim
26187 #: ../fish/guestfish-commands.pod:149
26188 #, no-wrap
26189 msgid ""
26190 "  reopen\n"
26191 "\n"
26192 msgstr ""
26193
26194 #. type: textblock
26195 #: ../fish/guestfish-commands.pod:151
26196 msgid ""
26197 "Close and reopen the libguestfs handle.  It is not necessary to use this "
26198 "normally, because the handle is closed properly when guestfish exits.  "
26199 "However this is occasionally useful for testing."
26200 msgstr ""
26201
26202 #. type: =head2
26203 #: ../fish/guestfish-commands.pod:155
26204 msgid "sparse"
26205 msgstr ""
26206
26207 #. type: verbatim
26208 #: ../fish/guestfish-commands.pod:157
26209 #, no-wrap
26210 msgid ""
26211 " sparse filename size\n"
26212 "\n"
26213 msgstr ""
26214
26215 #. type: textblock
26216 #: ../fish/guestfish-commands.pod:159
26217 msgid ""
26218 "This creates an empty sparse file of the given size, and then adds so it can "
26219 "be further examined."
26220 msgstr ""
26221
26222 #. type: textblock
26223 #: ../fish/guestfish-commands.pod:162
26224 msgid ""
26225 "In all respects it works the same as the L</alloc> command, except that the "
26226 "image file is allocated sparsely, which means that disk blocks are not "
26227 "assigned to the file until they are needed.  Sparse disk files only use "
26228 "space when written to, but they are slower and there is a danger you could "
26229 "run out of real disk space during a write operation."
26230 msgstr ""
26231
26232 #. type: =head2
26233 #: ../fish/guestfish-commands.pod:172
26234 msgid "supported"
26235 msgstr ""
26236
26237 #. type: verbatim
26238 #: ../fish/guestfish-commands.pod:174
26239 #, no-wrap
26240 msgid ""
26241 " supported\n"
26242 "\n"
26243 msgstr ""
26244
26245 #. type: textblock
26246 #: ../fish/guestfish-commands.pod:176
26247 msgid ""
26248 "This command returns a list of the optional groups known to the daemon, and "
26249 "indicates which ones are supported by this build of the libguestfs "
26250 "appliance."
26251 msgstr ""
26252
26253 #. type: textblock
26254 #: ../fish/guestfish-commands.pod:180
26255 msgid "See also L<guestfs(3)/AVAILABILITY>."
26256 msgstr ""
26257
26258 #. type: =head2
26259 #: ../fish/guestfish-commands.pod:182
26260 msgid "time"
26261 msgstr ""
26262
26263 #. type: verbatim
26264 #: ../fish/guestfish-commands.pod:184
26265 #, no-wrap
26266 msgid ""
26267 " time command args...\n"
26268 "\n"
26269 msgstr ""
26270
26271 #. type: textblock
26272 #: ../fish/guestfish-commands.pod:186
26273 msgid ""
26274 "Run the command as usual, but print the elapsed time afterwards.  This can "
26275 "be useful for benchmarking operations."
26276 msgstr ""
26277
26278 #. type: textblock
26279 #: ../test-tool/libguestfs-test-tool.pod:5
26280 msgid "libguestfs-test-tool - End user tests for libguestfs"
26281 msgstr ""
26282
26283 #. type: verbatim
26284 #: ../test-tool/libguestfs-test-tool.pod:9
26285 #, no-wrap
26286 msgid ""
26287 " libguestfs-test-tool [--options]\n"
26288 "\n"
26289 msgstr ""
26290
26291 #. type: textblock
26292 #: ../test-tool/libguestfs-test-tool.pod:13
26293 msgid ""
26294 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
26295 "and developers, to allow them to check basic libguestfs functionality is "
26296 "working.  This is needed because libguestfs occasionally breaks for reasons "
26297 "beyond our control: usually because of changes in the underlying qemu or "
26298 "kernel packages, or the host environment."
26299 msgstr ""
26300
26301 #. type: textblock
26302 #: ../test-tool/libguestfs-test-tool.pod:20
26303 msgid "If you suspect a problem in libguestfs, then just run:"
26304 msgstr ""
26305
26306 #. type: verbatim
26307 #: ../test-tool/libguestfs-test-tool.pod:22
26308 #, no-wrap
26309 msgid ""
26310 " libguestfs-test-tool\n"
26311 "\n"
26312 msgstr ""
26313
26314 #. type: textblock
26315 #: ../test-tool/libguestfs-test-tool.pod:24
26316 msgid "It will print lots of diagnostic messages."
26317 msgstr ""
26318
26319 #. type: textblock
26320 #: ../test-tool/libguestfs-test-tool.pod:26
26321 msgid "If it runs to completion successfully, you will see this near the end:"
26322 msgstr ""
26323
26324 #. type: verbatim
26325 #: ../test-tool/libguestfs-test-tool.pod:28
26326 #, no-wrap
26327 msgid ""
26328 " ===== TEST FINISHED OK =====\n"
26329 "\n"
26330 msgstr ""
26331
26332 #. type: textblock
26333 #: ../test-tool/libguestfs-test-tool.pod:30
26334 msgid "and the test tool will exit with code 0."
26335 msgstr ""
26336
26337 #. type: textblock
26338 #: ../test-tool/libguestfs-test-tool.pod:32
26339 msgid ""
26340 "If it fails (and/or exits with non-zero error code), please paste the "
26341 "B<complete, unedited> output of the test tool into a bug report.  More "
26342 "information about reporting bugs can be found on the "
26343 "L<http://libguestfs.org/> website."
26344 msgstr ""
26345
26346 #. type: =item
26347 #: ../test-tool/libguestfs-test-tool.pod:41
26348 msgid "I<--help>"
26349 msgstr ""
26350
26351 #. type: textblock
26352 #: ../test-tool/libguestfs-test-tool.pod:43
26353 msgid "Display short usage information and exit."
26354 msgstr ""
26355
26356 #. type: =item
26357 #: ../test-tool/libguestfs-test-tool.pod:45
26358 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
26359 msgstr ""
26360
26361 #. type: textblock
26362 #: ../test-tool/libguestfs-test-tool.pod:47
26363 msgid ""
26364 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
26365 "normally look in the C<$libexec> directory that was configured when the tool "
26366 "was built."
26367 msgstr ""
26368
26369 #. type: =item
26370 #: ../test-tool/libguestfs-test-tool.pod:51
26371 msgid "I<--qemu qemu_binary>"
26372 msgstr ""
26373
26374 #. type: textblock
26375 #: ../test-tool/libguestfs-test-tool.pod:53
26376 msgid ""
26377 "If you have downloaded another qemu binary, point this option at the full "
26378 "path of the binary to try it."
26379 msgstr ""
26380
26381 #. type: =item
26382 #: ../test-tool/libguestfs-test-tool.pod:56
26383 msgid "I<--qemudir qemu_source_dir>"
26384 msgstr ""
26385
26386 #. type: textblock
26387 #: ../test-tool/libguestfs-test-tool.pod:58
26388 msgid ""
26389 "If you have compiled qemu from source, point this option at the source "
26390 "directory to try it."
26391 msgstr ""
26392
26393 #. type: =item
26394 #: ../test-tool/libguestfs-test-tool.pod:61
26395 msgid "I<--timeout N>"
26396 msgstr ""
26397
26398 #. type: textblock
26399 #: ../test-tool/libguestfs-test-tool.pod:63
26400 msgid ""
26401 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
26402 "does not usually need to be adjusted unless your machine is very slow."
26403 msgstr ""
26404
26405 #. type: =head1
26406 #: ../test-tool/libguestfs-test-tool.pod:69
26407 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
26408 msgstr ""
26409
26410 #. type: textblock
26411 #: ../test-tool/libguestfs-test-tool.pod:71
26412 msgid ""
26413 "If you have compiled another version of qemu from source and would like to "
26414 "try that, then you can use the I<--qemudir> option to point to the qemu "
26415 "source directory."
26416 msgstr ""
26417
26418 #. type: textblock
26419 #: ../test-tool/libguestfs-test-tool.pod:75
26420 msgid ""
26421 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
26422 "option to point to the binary."
26423 msgstr ""
26424
26425 #. type: textblock
26426 #: ../test-tool/libguestfs-test-tool.pod:78
26427 msgid ""
26428 "When using an alternate qemu with libguestfs, usually you would need to "
26429 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
26430 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
26431 "when you use either of the I<--qemudir> or I<--qemu> options."
26432 msgstr ""
26433
26434 #. type: textblock
26435 #: ../test-tool/libguestfs-test-tool.pod:85
26436 msgid ""
26437 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
26438 "I<1> if there was an error."
26439 msgstr ""
26440
26441 #. type: =item
26442 #: ../test-tool/libguestfs-test-tool.pod:92
26443 msgid "/usr/libexec/libguestfs-test-tool-helper"
26444 msgstr ""
26445
26446 #. type: textblock
26447 #: ../test-tool/libguestfs-test-tool.pod:94
26448 msgid ""
26449 "This helper program is run inside the appliance and provides additional "
26450 "tests."
26451 msgstr ""
26452
26453 #. type: =item
26454 #: ../test-tool/libguestfs-test-tool.pod:97
26455 msgid "/usr/bin/mkisofs"
26456 msgstr ""
26457
26458 #. type: textblock
26459 #: ../test-tool/libguestfs-test-tool.pod:99
26460 msgid ""
26461 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
26462 "which is used as part of the tests."
26463 msgstr ""
26464
26465 #. type: textblock
26466 #: ../test-tool/libguestfs-test-tool.pod:106
26467 msgid ""
26468 "For the full list of environment variables which may affect libguestfs, "
26469 "please see the L<guestfs(3)> manual page."
26470 msgstr ""
26471
26472 #. type: textblock
26473 #: ../test-tool/libguestfs-test-tool.pod:111
26474 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
26475 msgstr ""
26476
26477 #. type: textblock
26478 #: ../test-tool/libguestfs-test-tool.pod:121
26479 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
26480 msgstr ""
26481
26482 #. type: textblock
26483 #: ../fuse/guestmount.pod:5
26484 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
26485 msgstr ""
26486
26487 #. type: verbatim
26488 #: ../fuse/guestmount.pod:9
26489 #, no-wrap
26490 msgid ""
26491 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
26492 "\n"
26493 msgstr ""
26494
26495 #. type: verbatim
26496 #: ../fuse/guestmount.pod:11
26497 #, no-wrap
26498 msgid ""
26499 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
26500 "\n"
26501 msgstr ""
26502
26503 #. type: verbatim
26504 #: ../fuse/guestmount.pod:13
26505 #, no-wrap
26506 msgid ""
26507 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
26508 "\n"
26509 msgstr ""
26510
26511 #. type: textblock
26512 #: ../fuse/guestmount.pod:17
26513 msgid ""
26514 "You must I<not> use C<guestmount> in read-write mode on live virtual "
26515 "machines.  If you do this, you risk disk corruption in the VM."
26516 msgstr ""
26517
26518 #. type: textblock
26519 #: ../fuse/guestmount.pod:22
26520 msgid ""
26521 "The guestmount program can be used to mount virtual machine filesystems and "
26522 "other disk images on the host.  It uses libguestfs for access to the guest "
26523 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
26524 "a mountable device."
26525 msgstr ""
26526
26527 #. type: textblock
26528 #: ../fuse/guestmount.pod:27
26529 msgid ""
26530 "Along with other options, you have to give at least one device (I<-a> "
26531 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
26532 "option) or use the I<-i> inspection option.  How this works is better "
26533 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
26534 "below."
26535 msgstr ""
26536
26537 #. type: textblock
26538 #: ../fuse/guestmount.pod:33
26539 msgid ""
26540 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
26541 "by you, and the filesystem will not be visible to any other users unless you "
26542 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
26543 "the filesystem, use the C<fusermount -u> command."
26544 msgstr ""
26545
26546 #. type: textblock
26547 #: ../fuse/guestmount.pod:41
26548 msgid ""
26549 "For a typical Windows guest which has its main filesystem on the first "
26550 "partition:"
26551 msgstr ""
26552
26553 #. type: verbatim
26554 #: ../fuse/guestmount.pod:44
26555 #, no-wrap
26556 msgid ""
26557 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
26558 "\n"
26559 msgstr ""
26560
26561 #. type: textblock
26562 #: ../fuse/guestmount.pod:46
26563 msgid ""
26564 "For a typical Linux guest which has a /boot filesystem on the first "
26565 "partition, and the root filesystem on a logical volume:"
26566 msgstr ""
26567
26568 #. type: verbatim
26569 #: ../fuse/guestmount.pod:49
26570 #, no-wrap
26571 msgid ""
26572 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
26573 "\n"
26574 msgstr ""
26575
26576 #. type: textblock
26577 #: ../fuse/guestmount.pod:51
26578 msgid "To get libguestfs to detect guest mountpoints for you:"
26579 msgstr ""
26580
26581 #. type: verbatim
26582 #: ../fuse/guestmount.pod:53
26583 #, no-wrap
26584 msgid ""
26585 " guestmount -a guest.img -i --ro /mnt\n"
26586 "\n"
26587 msgstr ""
26588
26589 #. type: textblock
26590 #: ../fuse/guestmount.pod:55
26591 msgid "For a libvirt guest called \"Guest\" you could do:"
26592 msgstr ""
26593
26594 #. type: verbatim
26595 #: ../fuse/guestmount.pod:57
26596 #, no-wrap
26597 msgid ""
26598 " guestmount -d Guest -i --ro /mnt\n"
26599 "\n"
26600 msgstr ""
26601
26602 #. type: textblock
26603 #: ../fuse/guestmount.pod:59
26604 msgid ""
26605 "If you don't know what filesystems are contained in a guest or disk image, "
26606 "use L<virt-filesystems(1)> first:"
26607 msgstr ""
26608
26609 #. type: verbatim
26610 #: ../fuse/guestmount.pod:62
26611 #, no-wrap
26612 msgid ""
26613 " virt-filesystems MyGuest\n"
26614 "\n"
26615 msgstr ""
26616
26617 #. type: textblock
26618 #: ../fuse/guestmount.pod:64
26619 msgid ""
26620 "If you want to trace the libguestfs calls but without excessive debugging "
26621 "information, we recommend:"
26622 msgstr ""
26623
26624 #. type: verbatim
26625 #: ../fuse/guestmount.pod:67
26626 #, no-wrap
26627 msgid ""
26628 " guestmount [...] --trace /mnt\n"
26629 "\n"
26630 msgstr ""
26631
26632 #. type: textblock
26633 #: ../fuse/guestmount.pod:69
26634 msgid "If you want to debug the program, we recommend:"
26635 msgstr ""
26636
26637 #. type: verbatim
26638 #: ../fuse/guestmount.pod:71
26639 #, no-wrap
26640 msgid ""
26641 " guestmount [...] --trace --verbose /mnt\n"
26642 "\n"
26643 msgstr ""
26644
26645 #. type: =item
26646 #: ../fuse/guestmount.pod:77
26647 msgid "B<-a image> | B<--add image>"
26648 msgstr ""
26649
26650 #. type: textblock
26651 #: ../fuse/guestmount.pod:79
26652 msgid "Add a block device or virtual machine image."
26653 msgstr ""
26654
26655 #. type: =item
26656 #: ../fuse/guestmount.pod:84
26657 msgid "B<-c URI> | B<--connect URI>"
26658 msgstr ""
26659
26660 #. type: =item
26661 #: ../fuse/guestmount.pod:90
26662 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
26663 msgstr ""
26664
26665 #. type: =item
26666 #: ../fuse/guestmount.pod:96
26667 msgid "B<--dir-cache-timeout N>"
26668 msgstr ""
26669
26670 #. type: textblock
26671 #: ../fuse/guestmount.pod:98
26672 msgid ""
26673 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
26674 "seconds.  The readdir cache [actually, there are several semi-independent "
26675 "caches] is populated after a readdir(2) call with the stat and extended "
26676 "attributes of the files in the directory, in anticipation that they will be "
26677 "requested soon after."
26678 msgstr ""
26679
26680 #. type: textblock
26681 #: ../fuse/guestmount.pod:104
26682 msgid ""
26683 "There is also a different attribute cache implemented by FUSE (see the FUSE "
26684 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
26685 "requests, only cache existing ones."
26686 msgstr ""
26687
26688 #. type: =item
26689 #: ../fuse/guestmount.pod:115
26690 msgid "B<--format=raw|qcow2|..> | B<--format>"
26691 msgstr ""
26692
26693 #. type: textblock
26694 #: ../fuse/guestmount.pod:122
26695 msgid ""
26696 "If you have untrusted raw-format guest disk images, you should use this "
26697 "option to specify the disk format.  This avoids a possible security problem "
26698 "with malicious guests (CVE-2010-3851).  See also "
26699 "L<guestfs(3)/guestfs_add_drive_opts>."
26700 msgstr ""
26701
26702 #. type: =item
26703 #: ../fuse/guestmount.pod:127
26704 msgid "B<--fuse-help>"
26705 msgstr ""
26706
26707 #. type: textblock
26708 #: ../fuse/guestmount.pod:129
26709 msgid "Display help on special FUSE options (see I<-o> below)."
26710 msgstr ""
26711
26712 #. type: textblock
26713 #: ../fuse/guestmount.pod:133
26714 msgid "Display brief help and exit."
26715 msgstr ""
26716
26717 #. type: =item
26718 #: ../fuse/guestmount.pod:135
26719 msgid "B<-i> | B<--inspector>"
26720 msgstr ""
26721
26722 #. type: =item
26723 #: ../fuse/guestmount.pod:146
26724 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
26725 msgstr ""
26726
26727 #. type: textblock
26728 #: ../fuse/guestmount.pod:148
26729 msgid ""
26730 "Mount the named partition or logical volume on the given mountpoint B<in the "
26731 "guest> (this has nothing to do with mountpoints in the host)."
26732 msgstr ""
26733
26734 #. type: textblock
26735 #: ../fuse/guestmount.pod:151
26736 msgid ""
26737 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
26738 "something on C</>."
26739 msgstr ""
26740
26741 #. type: =item
26742 #: ../fuse/guestmount.pod:154
26743 msgid "B<-n> | B<--no-sync>"
26744 msgstr ""
26745
26746 #. type: textblock
26747 #: ../fuse/guestmount.pod:156
26748 msgid ""
26749 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
26750 "unmounted.  If you specify this option, then we don't attempt to sync the "
26751 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
26752 msgstr ""
26753
26754 #. type: =item
26755 #: ../fuse/guestmount.pod:161
26756 msgid "B<-o option> | B<--option option>"
26757 msgstr ""
26758
26759 #. type: textblock
26760 #: ../fuse/guestmount.pod:163
26761 msgid "Pass extra options to FUSE."
26762 msgstr ""
26763
26764 #. type: textblock
26765 #: ../fuse/guestmount.pod:165
26766 msgid ""
26767 "To get a list of all the extra options supported by FUSE, use the command "
26768 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
26769 "of them are a good idea."
26770 msgstr ""
26771
26772 #. type: verbatim
26773 #: ../fuse/guestmount.pod:169
26774 #, no-wrap
26775 msgid ""
26776 " guestmount --fuse-help\n"
26777 "\n"
26778 msgstr ""
26779
26780 #. type: textblock
26781 #: ../fuse/guestmount.pod:171
26782 msgid "Some potentially useful FUSE options:"
26783 msgstr ""
26784
26785 #. type: =item
26786 #: ../fuse/guestmount.pod:175
26787 msgid "B<-o allow_other>"
26788 msgstr ""
26789
26790 #. type: textblock
26791 #: ../fuse/guestmount.pod:177
26792 msgid "Allow other users to see the filesystem."
26793 msgstr ""
26794
26795 #. type: =item
26796 #: ../fuse/guestmount.pod:179
26797 msgid "B<-o attr_timeout=N>"
26798 msgstr ""
26799
26800 #. type: textblock
26801 #: ../fuse/guestmount.pod:181
26802 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
26803 msgstr ""
26804
26805 #. type: =item
26806 #: ../fuse/guestmount.pod:183
26807 msgid "B<-o kernel_cache>"
26808 msgstr ""
26809
26810 #. type: textblock
26811 #: ../fuse/guestmount.pod:185
26812 msgid ""
26813 "Allow the kernel to cache files (reduces the number of reads that have to go "
26814 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
26815 "afford the extra memory usage."
26816 msgstr ""
26817
26818 #. type: =item
26819 #: ../fuse/guestmount.pod:189
26820 msgid "B<-o uid=N> B<-o gid=N>"
26821 msgstr ""
26822
26823 #. type: textblock
26824 #: ../fuse/guestmount.pod:191
26825 msgid ""
26826 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
26827 "the chosen values."
26828 msgstr ""
26829
26830 #. type: =item
26831 #: ../fuse/guestmount.pod:196
26832 msgid "B<-r> | B<--ro>"
26833 msgstr ""
26834
26835 #. type: textblock
26836 #: ../fuse/guestmount.pod:198
26837 msgid ""
26838 "Add devices and mount everything read-only.  Also disallow writes and make "
26839 "the disk appear read-only to FUSE."
26840 msgstr ""
26841
26842 #. type: textblock
26843 #: ../fuse/guestmount.pod:201
26844 msgid ""
26845 "This is highly recommended if you are not going to edit the guest disk.  If "
26846 "the guest is running and this option is I<not> supplied, then there is a "
26847 "strong risk of disk corruption in the guest.  We try to prevent this from "
26848 "happening, but it is not always possible."
26849 msgstr ""
26850
26851 #. type: textblock
26852 #: ../fuse/guestmount.pod:206
26853 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
26854 msgstr ""
26855
26856 #. type: textblock
26857 #: ../fuse/guestmount.pod:210
26858 msgid "Enable SELinux support for the guest."
26859 msgstr ""
26860
26861 #. type: =item
26862 #: ../fuse/guestmount.pod:212
26863 msgid "B<-v> | B<--verbose>"
26864 msgstr ""
26865
26866 #. type: textblock
26867 #: ../fuse/guestmount.pod:214
26868 msgid "Enable verbose messages from underlying libguestfs."
26869 msgstr ""
26870
26871 #. type: =item
26872 #: ../fuse/guestmount.pod:216
26873 msgid "B<-V> | B<--version>"
26874 msgstr ""
26875
26876 #. type: textblock
26877 #: ../fuse/guestmount.pod:218
26878 msgid "Display the program version and exit."
26879 msgstr ""
26880
26881 #. type: =item
26882 #: ../fuse/guestmount.pod:220
26883 msgid "B<-w> | B<--rw>"
26884 msgstr ""
26885
26886 #. type: textblock
26887 #: ../fuse/guestmount.pod:222
26888 msgid ""
26889 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
26890 "FOR READ AND WRITE>."
26891 msgstr ""
26892
26893 #. type: =item
26894 #: ../fuse/guestmount.pod:225
26895 msgid "B<-x> | B<--trace>"
26896 msgstr ""
26897
26898 #. type: textblock
26899 #: ../fuse/guestmount.pod:227
26900 msgid "Trace libguestfs calls and entry into each FUSE function."
26901 msgstr ""
26902
26903 #. type: textblock
26904 #: ../fuse/guestmount.pod:229
26905 msgid "This also stops the daemon from forking into the background."
26906 msgstr ""
26907
26908 #. type: textblock
26909 #: ../fuse/guestmount.pod:235
26910 msgid ""
26911 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
26912 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
26913 "L<http://fuse.sf.net/>."
26914 msgstr ""
26915
26916 #. type: textblock
26917 #: ../tools/virt-edit.pl:34
26918 msgid "virt-edit - Edit a file in a virtual machine"
26919 msgstr ""
26920
26921 #. type: verbatim
26922 #: ../tools/virt-edit.pl:38
26923 #, no-wrap
26924 msgid ""
26925 " virt-edit [--options] domname file\n"
26926 "\n"
26927 msgstr ""
26928
26929 #. type: verbatim
26930 #: ../tools/virt-edit.pl:40
26931 #, no-wrap
26932 msgid ""
26933 " virt-edit [--options] disk.img [disk.img ...] file\n"
26934 "\n"
26935 msgstr ""
26936
26937 #. type: verbatim
26938 #: ../tools/virt-edit.pl:42
26939 #, no-wrap
26940 msgid ""
26941 " virt-edit [domname|disk.img] file -e 'expr'\n"
26942 "\n"
26943 msgstr ""
26944
26945 #. type: textblock
26946 #: ../tools/virt-edit.pl:46
26947 msgid ""
26948 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
26949 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
26950 "doing this, but doesn't catch all cases."
26951 msgstr ""
26952
26953 #. type: textblock
26954 #: ../tools/virt-edit.pl:52
26955 msgid ""
26956 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
26957 "the named virtual machine (or disk image)."
26958 msgstr ""
26959
26960 #. type: textblock
26961 #: ../tools/virt-edit.pl:55
26962 msgid "If you want to just view a file, use L<virt-cat(1)>."
26963 msgstr ""
26964
26965 #. type: textblock
26966 #: ../tools/virt-edit.pl:57
26967 msgid ""
26968 "For more complex cases you should look at the L<guestfish(1)> tool (see "
26969 "L</USING GUESTFISH> below)."
26970 msgstr ""
26971
26972 #. type: textblock
26973 #: ../tools/virt-edit.pl:60
26974 msgid ""
26975 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
26976 "files.  L<guestfish(1)> can do that and much more."
26977 msgstr ""
26978
26979 #. type: textblock
26980 #: ../tools/virt-edit.pl:65
26981 msgid "Edit the named files interactively:"
26982 msgstr ""
26983
26984 #. type: verbatim
26985 #: ../tools/virt-edit.pl:67
26986 #, no-wrap
26987 msgid ""
26988 " virt-edit mydomain /boot/grub/grub.conf\n"
26989 "\n"
26990 msgstr ""
26991
26992 #. type: verbatim
26993 #: ../tools/virt-edit.pl:69
26994 #, no-wrap
26995 msgid ""
26996 " virt-edit mydomain /etc/passwd\n"
26997 "\n"
26998 msgstr ""
26999
27000 #. type: textblock
27001 #: ../tools/virt-edit.pl:71
27002 msgid ""
27003 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
27004 "below).  To change the init default level to 5:"
27005 msgstr ""
27006
27007 #. type: verbatim
27008 #: ../tools/virt-edit.pl:75
27009 #, no-wrap
27010 msgid ""
27011 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
27012 "\n"
27013 msgstr ""
27014
27015 #. type: textblock
27016 #: ../tools/virt-edit.pl:87 ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:108 ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
27017 msgid "Display brief help."
27018 msgstr ""
27019
27020 #. type: textblock
27021 #: ../tools/virt-edit.pl:95 ../tools/virt-win-reg.pl:114 ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:116 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
27022 msgid "Display version number and exit."
27023 msgstr ""
27024
27025 #. type: =item
27026 #: ../tools/virt-edit.pl:101
27027 msgid "B<--backup extension> | B<-b extension>"
27028 msgstr ""
27029
27030 #. type: textblock
27031 #: ../tools/virt-edit.pl:103
27032 msgid ""
27033 "Create a backup of the original file I<in the guest disk image>.  The backup "
27034 "has the original filename with C<extension> added."
27035 msgstr ""
27036
27037 #. type: textblock
27038 #: ../tools/virt-edit.pl:106
27039 msgid ""
27040 "Usually the first character of C<extension> would be a dot C<.> so you would "
27041 "write:"
27042 msgstr ""
27043
27044 #. type: verbatim
27045 #: ../tools/virt-edit.pl:109
27046 #, no-wrap
27047 msgid ""
27048 " virt-edit -b .orig [etc]\n"
27049 "\n"
27050 msgstr ""
27051
27052 #. type: textblock
27053 #: ../tools/virt-edit.pl:111
27054 msgid "By default, no backup file is made."
27055 msgstr ""
27056
27057 #. type: =item
27058 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:122 ../tools/virt-list-partitions.pl:78
27059 msgid "B<--connect URI> | B<-c URI>"
27060 msgstr ""
27061
27062 #. type: textblock
27063 #: ../tools/virt-edit.pl:119 ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:124 ../tools/virt-list-partitions.pl:80
27064 msgid ""
27065 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
27066 "to the default libvirt hypervisor."
27067 msgstr ""
27068
27069 #. type: textblock
27070 #: ../tools/virt-edit.pl:122 ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:83
27071 msgid ""
27072 "If you specify guest block devices directly, then libvirt is not used at "
27073 "all."
27074 msgstr ""
27075
27076 #. type: =item
27077 #: ../tools/virt-edit.pl:129 ../tools/virt-win-reg.pl:140 ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:134 ../tools/virt-list-partitions.pl:90
27078 msgid "B<--format> raw"
27079 msgstr ""
27080
27081 #. type: textblock
27082 #: ../tools/virt-edit.pl:131 ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:136 ../tools/virt-list-partitions.pl:92
27083 msgid ""
27084 "Specify the format of disk images given on the command line.  If this is "
27085 "omitted then the format is autodetected from the content of the disk image."
27086 msgstr ""
27087
27088 #. type: textblock
27089 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:140 ../tools/virt-list-partitions.pl:96
27090 msgid ""
27091 "If disk images are requested from libvirt, then this program asks libvirt "
27092 "for this information.  In this case, the value of the format parameter is "
27093 "ignored."
27094 msgstr ""
27095
27096 #. type: textblock
27097 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:150 ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540 ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:144 ../tools/virt-list-partitions.pl:100
27098 msgid ""
27099 "If working with untrusted raw-format guest disk images, you should ensure "
27100 "the format is always specified."
27101 msgstr ""
27102
27103 #. type: =item
27104 #: ../tools/virt-edit.pl:146
27105 msgid "B<--expr EXPR> | B<-e EXPR>"
27106 msgstr ""
27107
27108 #. type: textblock
27109 #: ../tools/virt-edit.pl:148
27110 msgid ""
27111 "Instead of launching the external editor, non-interactively apply the Perl "
27112 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
27113 "EDITING> below."
27114 msgstr ""
27115
27116 #. type: textblock
27117 #: ../tools/virt-edit.pl:152
27118 msgid ""
27119 "Be careful to properly quote the expression to prevent it from being altered "
27120 "by the shell."
27121 msgstr ""
27122
27123 #. type: =head1
27124 #: ../tools/virt-edit.pl:272
27125 msgid "NON-INTERACTIVE EDITING"
27126 msgstr ""
27127
27128 #. type: textblock
27129 #: ../tools/virt-edit.pl:274
27130 msgid ""
27131 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
27132 "administrator can interactively edit the file."
27133 msgstr ""
27134
27135 #. type: textblock
27136 #: ../tools/virt-edit.pl:277
27137 msgid ""
27138 "There are two ways also to use C<virt-edit> from scripts in order to make "
27139 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
27140 "like this, it's less error-prone to write scripts directly using the "
27141 "libguestfs API and Augeas for configuration file editing.)"
27142 msgstr ""
27143
27144 #. type: textblock
27145 #: ../tools/virt-edit.pl:283
27146 msgid ""
27147 "The first method is to temporarily set C<$EDITOR> to any script or program "
27148 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
27149 "update C<tmpfile> in place however it likes."
27150 msgstr ""
27151
27152 #. type: textblock
27153 #: ../tools/virt-edit.pl:287
27154 msgid ""
27155 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
27156 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
27157 "instances of C<foo> with C<bar> in a file:"
27158 msgstr ""
27159
27160 #. type: verbatim
27161 #: ../tools/virt-edit.pl:291
27162 #, no-wrap
27163 msgid ""
27164 " virt-edit domname filename -e 's/foo/bar/'\n"
27165 "\n"
27166 msgstr ""
27167
27168 #. type: textblock
27169 #: ../tools/virt-edit.pl:293
27170 msgid ""
27171 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
27172 "For example to delete root's password you could do:"
27173 msgstr ""
27174
27175 #. type: verbatim
27176 #: ../tools/virt-edit.pl:296
27177 #, no-wrap
27178 msgid ""
27179 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
27180 "\n"
27181 msgstr ""
27182
27183 #. type: textblock
27184 #: ../tools/virt-edit.pl:298
27185 msgid ""
27186 "What really happens is that the snippet is evaluated as a Perl expression "
27187 "for each line of the file.  The line, including the final C<\\n>, is passed "
27188 "in C<$_> and the expression should update C<$_> or leave it unchanged."
27189 msgstr ""
27190
27191 #. type: textblock
27192 #: ../tools/virt-edit.pl:303
27193 msgid ""
27194 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
27195 "C<apache> user account from the password file you can do:"
27196 msgstr ""
27197
27198 #. type: verbatim
27199 #: ../tools/virt-edit.pl:306
27200 #, no-wrap
27201 msgid ""
27202 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
27203 "\n"
27204 msgstr ""
27205
27206 #. type: textblock
27207 #: ../tools/virt-edit.pl:308
27208 msgid ""
27209 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
27210 "the end of the file is rather difficult this way since there is no concept "
27211 "of \"last line of the file\" - your expression just doesn't get called "
27212 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
27213 "want to do this."
27214 msgstr ""
27215
27216 #. type: textblock
27217 #: ../tools/virt-edit.pl:314
27218 msgid ""
27219 "The variable C<$lineno> contains the current line number.  As is "
27220 "traditional, the first line in the file is number C<1>."
27221 msgstr ""
27222
27223 #. type: textblock
27224 #: ../tools/virt-edit.pl:317
27225 msgid ""
27226 "The return value from the expression is ignored, but the expression may call "
27227 "C<die> in order to abort the whole program, leaving the original file "
27228 "untouched."
27229 msgstr ""
27230
27231 #. type: textblock
27232 #: ../tools/virt-edit.pl:321
27233 msgid ""
27234 "Remember when matching the end of a line that C<$_> may contain the final "
27235 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
27236 "newline then neither of these.  Thus to match or substitute some text at the "
27237 "end of a line, use this regular expression:"
27238 msgstr ""
27239
27240 #. type: verbatim
27241 #: ../tools/virt-edit.pl:326
27242 #, no-wrap
27243 msgid ""
27244 " /some text(\\r?\\n)?$/\n"
27245 "\n"
27246 msgstr ""
27247
27248 #. type: textblock
27249 #: ../tools/virt-edit.pl:328
27250 msgid ""
27251 "Alternately, use the perl C<chomp> function, being careful not to chomp "
27252 "C<$_> itself (since that would remove all newlines from the file):"
27253 msgstr ""
27254
27255 #. type: verbatim
27256 #: ../tools/virt-edit.pl:332
27257 #, no-wrap
27258 msgid ""
27259 " my $m = $_; chomp $m; $m =~ /some text$/\n"
27260 "\n"
27261 msgstr ""
27262
27263 #. type: =head1
27264 #: ../tools/virt-edit.pl:334
27265 msgid "USING GUESTFISH"
27266 msgstr ""
27267
27268 #. type: textblock
27269 #: ../tools/virt-edit.pl:336
27270 msgid ""
27271 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
27272 "C<virt-edit> doesn't work."
27273 msgstr ""
27274
27275 #. type: textblock
27276 #: ../tools/virt-edit.pl:339
27277 msgid "Using C<virt-edit> is approximately equivalent to doing:"
27278 msgstr ""
27279
27280 #. type: verbatim
27281 #: ../tools/virt-edit.pl:341
27282 #, no-wrap
27283 msgid ""
27284 " guestfish --rw -i -d domname edit /file\n"
27285 "\n"
27286 msgstr ""
27287
27288 #. type: textblock
27289 #: ../tools/virt-edit.pl:343
27290 msgid ""
27291 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
27292 "path to the file."
27293 msgstr ""
27294
27295 #. type: textblock
27296 #: ../tools/virt-edit.pl:346
27297 msgid ""
27298 "The command above uses libguestfs's guest inspection feature and so does not "
27299 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
27300 "disk images that don't contain guests.  To edit a file on a disk image "
27301 "directly, use:"
27302 msgstr ""
27303
27304 #. type: verbatim
27305 #: ../tools/virt-edit.pl:351
27306 #, no-wrap
27307 msgid ""
27308 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
27309 "\n"
27310 msgstr ""
27311
27312 #. type: textblock
27313 #: ../tools/virt-edit.pl:353
27314 msgid ""
27315 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
27316 "the disk image to edit, and C</file> is the full path to the file."
27317 msgstr ""
27318
27319 #. type: textblock
27320 #: ../tools/virt-edit.pl:357
27321 msgid ""
27322 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
27323 "C<write> or C<upload> instead:"
27324 msgstr ""
27325
27326 #. type: verbatim
27327 #: ../tools/virt-edit.pl:360
27328 #, no-wrap
27329 msgid ""
27330 " guestfish --rw -i -d domname touch /newfile\n"
27331 "\n"
27332 msgstr ""
27333
27334 #. type: verbatim
27335 #: ../tools/virt-edit.pl:362
27336 #, no-wrap
27337 msgid ""
27338 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
27339 "\n"
27340 msgstr ""
27341
27342 #. type: verbatim
27343 #: ../tools/virt-edit.pl:364
27344 #, no-wrap
27345 msgid ""
27346 " guestfish --rw -i -d domname upload localfile /newfile\n"
27347 "\n"
27348 msgstr ""
27349
27350 #. type: textblock
27351 #: ../tools/virt-edit.pl:366
27352 msgid "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
27353 msgstr ""
27354
27355 #. type: verbatim
27356 #: ../tools/virt-edit.pl:369
27357 #, no-wrap
27358 msgid ""
27359 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
27360 "\n"
27361 msgstr ""
27362
27363 #. type: =item
27364 #: ../tools/virt-edit.pl:379
27365 msgid "C<EDITOR>"
27366 msgstr ""
27367
27368 #. type: textblock
27369 #: ../tools/virt-edit.pl:381
27370 msgid ""
27371 "If set, this string is used as the editor.  It may contain arguments, "
27372 "eg. C<\"emacs -nw\">"
27373 msgstr ""
27374
27375 #. type: textblock
27376 #: ../tools/virt-edit.pl:384
27377 msgid "If not set, C<vi> is used."
27378 msgstr ""
27379
27380 #. type: =head1
27381 #: ../tools/virt-edit.pl:388 ../tools/virt-win-reg.pl:559 ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:274 ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
27382 msgid "SHELL QUOTING"
27383 msgstr ""
27384
27385 #. type: textblock
27386 #: ../tools/virt-edit.pl:390 ../tools/virt-win-reg.pl:567 ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:276 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
27387 msgid ""
27388 "Libvirt guest names can contain arbitrary characters, some of which have "
27389 "meaning to the shell such as C<#> and space.  You may need to quote or "
27390 "escape these characters on the command line.  See the shell manual page "
27391 "L<sh(1)> for details."
27392 msgstr ""
27393
27394 #. type: textblock
27395 #: ../tools/virt-edit.pl:397
27396 msgid ""
27397 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27398 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, "
27399 "L<perl(1)>, L<perlre(1)>."
27400 msgstr ""
27401
27402 #. type: =head1
27403 #: ../tools/virt-edit.pl:407 ../tools/virt-win-reg.pl:598 ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:292 ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
27404 msgid "AUTHOR"
27405 msgstr ""
27406
27407 #. type: textblock
27408 #: ../tools/virt-edit.pl:409 ../tools/virt-win-reg.pl:600 ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:294 ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
27409 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
27410 msgstr ""
27411
27412 #. type: textblock
27413 #: ../tools/virt-edit.pl:413
27414 msgid "Copyright (C) 2009-2011 Red Hat Inc."
27415 msgstr ""
27416
27417 #. type: textblock
27418 #: ../tools/virt-win-reg.pl:37
27419 msgid ""
27420 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
27421 "guest"
27422 msgstr ""
27423
27424 #. type: verbatim
27425 #: ../tools/virt-win-reg.pl:41
27426 #, no-wrap
27427 msgid ""
27428 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
27429 "\n"
27430 msgstr ""
27431
27432 #. type: verbatim
27433 #: ../tools/virt-win-reg.pl:43
27434 #, no-wrap
27435 msgid ""
27436 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
27437 "\n"
27438 msgstr ""
27439
27440 #. type: verbatim
27441 #: ../tools/virt-win-reg.pl:45
27442 #, no-wrap
27443 msgid ""
27444 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
27445 "\n"
27446 msgstr ""
27447
27448 #. type: verbatim
27449 #: ../tools/virt-win-reg.pl:47
27450 #, no-wrap
27451 msgid ""
27452 " virt-win-reg --merge domname [input.reg ...]\n"
27453 "\n"
27454 msgstr ""
27455
27456 #. type: verbatim
27457 #: ../tools/virt-win-reg.pl:49
27458 #, no-wrap
27459 msgid ""
27460 " virt-win-reg [--options] disk.img ... # instead of domname\n"
27461 "\n"
27462 msgstr ""
27463
27464 #. type: textblock
27465 #: ../tools/virt-win-reg.pl:53
27466 msgid ""
27467 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
27468 "virtual machines.  If you do this, you I<will> get irreversible disk "
27469 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
27470 "but doesn't catch all cases."
27471 msgstr ""
27472
27473 #. type: textblock
27474 #: ../tools/virt-win-reg.pl:58
27475 msgid ""
27476 "Modifying the Windows Registry is an inherently risky operation.  The format "
27477 "is deliberately obscure and undocumented, and Registry changes can leave the "
27478 "system unbootable.  Therefore when using the C<--merge> option, make sure "
27479 "you have a reliable backup first."
27480 msgstr ""
27481
27482 #. type: textblock
27483 #: ../tools/virt-win-reg.pl:65
27484 msgid ""
27485 "This program can export and merge Windows Registry entries from a Windows "
27486 "guest."
27487 msgstr ""
27488
27489 #. type: textblock
27490 #: ../tools/virt-win-reg.pl:68
27491 msgid ""
27492 "The first parameter is the libvirt guest name or the raw disk image of a "
27493 "Windows guest."
27494 msgstr ""
27495
27496 #. type: textblock
27497 #: ../tools/virt-win-reg.pl:71
27498 msgid ""
27499 "If C<--merge> is I<not> specified, then the chosen registry key is "
27500 "displayed/exported (recursively).  For example:"
27501 msgstr ""
27502
27503 #. type: verbatim
27504 #: ../tools/virt-win-reg.pl:74
27505 #, no-wrap
27506 msgid ""
27507 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
27508 "\n"
27509 msgstr ""
27510
27511 #. type: textblock
27512 #: ../tools/virt-win-reg.pl:76
27513 msgid "You can also display single values from within registry keys, for example:"
27514 msgstr ""
27515
27516 #. type: verbatim
27517 #: ../tools/virt-win-reg.pl:79
27518 #, no-wrap
27519 msgid ""
27520 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
27521 " $ virt-win-reg Windows7 $cvkey ProductName\n"
27522 " Windows 7 Enterprise\n"
27523 "\n"
27524 msgstr ""
27525
27526 #. type: textblock
27527 #: ../tools/virt-win-reg.pl:83
27528 msgid ""
27529 "With C<--merge>, you can merge a textual regedit file into the Windows "
27530 "Registry:"
27531 msgstr ""
27532
27533 #. type: verbatim
27534 #: ../tools/virt-win-reg.pl:86
27535 #, no-wrap
27536 msgid ""
27537 " $ virt-win-reg --merge Windows7 changes.reg\n"
27538 "\n"
27539 msgstr ""
27540
27541 #. type: =head2
27542 #: ../tools/virt-win-reg.pl:88
27543 msgid "NOTE"
27544 msgstr ""
27545
27546 #. type: textblock
27547 #: ../tools/virt-win-reg.pl:90
27548 msgid ""
27549 "This program is only meant for simple access to the registry.  If you want "
27550 "to do complicated things with the registry, we suggest you download the "
27551 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
27552 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
27553 "L<hivexregedit(1)>."
27554 msgstr ""
27555
27556 #. type: =item
27557 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
27558 msgid "B<--debug>"
27559 msgstr ""
27560
27561 #. type: textblock
27562 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
27563 msgid "Enable debugging messages."
27564 msgstr ""
27565
27566 #. type: =item
27567 #: ../tools/virt-win-reg.pl:157
27568 msgid "B<--merge>"
27569 msgstr ""
27570
27571 #. type: textblock
27572 #: ../tools/virt-win-reg.pl:159
27573 msgid ""
27574 "In merge mode, this merges a textual regedit file into the Windows Registry "
27575 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
27576 "displays or exports Registry entries instead."
27577 msgstr ""
27578
27579 #. type: textblock
27580 #: ../tools/virt-win-reg.pl:163
27581 msgid ""
27582 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
27583 "result in disk corruption.  However exporting (without this flag)  is always "
27584 "safe."
27585 msgstr ""
27586
27587 #. type: =item
27588 #: ../tools/virt-win-reg.pl:171
27589 msgid "B<--encoding> UTF-16LE|ASCII"
27590 msgstr ""
27591
27592 #. type: textblock
27593 #: ../tools/virt-win-reg.pl:173
27594 msgid ""
27595 "When merging (only), you may need to specify the encoding for strings to be "
27596 "used in the hive file.  This is explained in detail in "
27597 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
27598 msgstr ""
27599
27600 #. type: textblock
27601 #: ../tools/virt-win-reg.pl:177
27602 msgid ""
27603 "The default is to use UTF-16LE, which should work with recent versions of "
27604 "Windows."
27605 msgstr ""
27606
27607 #. type: =head1
27608 #: ../tools/virt-win-reg.pl:402
27609 msgid "SUPPORTED SYSTEMS"
27610 msgstr ""
27611
27612 #. type: textblock
27613 #: ../tools/virt-win-reg.pl:404
27614 msgid ""
27615 "The program currently supports Windows NT-derived guests starting with "
27616 "Windows XP through to at least Windows 7."
27617 msgstr ""
27618
27619 #. type: textblock
27620 #: ../tools/virt-win-reg.pl:407
27621 msgid ""
27622 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
27623 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
27624 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
27625 msgstr ""
27626
27627 #. type: textblock
27628 #: ../tools/virt-win-reg.pl:411
27629 msgid ""
27630 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
27631 "C<HKEY_USERS>."
27632 msgstr ""
27633
27634 #. type: textblock
27635 #: ../tools/virt-win-reg.pl:414
27636 msgid ""
27637 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
27638 "time."
27639 msgstr ""
27640
27641 #. type: =head1
27642 #: ../tools/virt-win-reg.pl:417
27643 msgid "ENCODING"
27644 msgstr ""
27645
27646 #. type: textblock
27647 #: ../tools/virt-win-reg.pl:419
27648 msgid ""
27649 "C<virt-win-reg> expects that regedit files have already been reencoded in "
27650 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
27651 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
27652 "with Windows-style line endings, you may need to reencode the whole file "
27653 "before or after processing."
27654 msgstr ""
27655
27656 #. type: textblock
27657 #: ../tools/virt-win-reg.pl:425
27658 msgid ""
27659 "To reencode a file from Windows format to Linux (before processing it with "
27660 "the C<--merge> option), you would do something like this:"
27661 msgstr ""
27662
27663 #. type: verbatim
27664 #: ../tools/virt-win-reg.pl:428
27665 #, no-wrap
27666 msgid ""
27667 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
27668 "\n"
27669 msgstr ""
27670
27671 #. type: textblock
27672 #: ../tools/virt-win-reg.pl:430
27673 msgid ""
27674 "To go in the opposite direction, after exporting and before sending the file "
27675 "to a Windows user, do something like this:"
27676 msgstr ""
27677
27678 #. type: verbatim
27679 #: ../tools/virt-win-reg.pl:433
27680 #, no-wrap
27681 msgid ""
27682 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
27683 "\n"
27684 msgstr ""
27685
27686 #. type: textblock
27687 #: ../tools/virt-win-reg.pl:435
27688 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
27689 msgstr ""
27690
27691 #. type: textblock
27692 #: ../tools/virt-win-reg.pl:437
27693 msgid ""
27694 "If you are unsure about the current encoding, use the L<file(1)> command.  "
27695 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
27696 "Windows-style (CRLF) line endings, like this:"
27697 msgstr ""
27698
27699 #. type: verbatim
27700 #: ../tools/virt-win-reg.pl:441
27701 #, no-wrap
27702 msgid ""
27703 " $ file software.reg\n"
27704 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
27705 " with CRLF line terminators\n"
27706 "\n"
27707 msgstr ""
27708
27709 #. type: textblock
27710 #: ../tools/virt-win-reg.pl:445
27711 msgid "This file would need conversion before you could C<--merge> it."
27712 msgstr ""
27713
27714 #. type: =head1
27715 #: ../tools/virt-win-reg.pl:447
27716 msgid "CurrentControlSet etc."
27717 msgstr ""
27718
27719 #. type: textblock
27720 #: ../tools/virt-win-reg.pl:449
27721 msgid ""
27722 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
27723 "Registry at the level of the hive file, and therefore you cannot modify "
27724 "these."
27725 msgstr ""
27726
27727 #. type: textblock
27728 #: ../tools/virt-win-reg.pl:453
27729 msgid ""
27730 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
27731 "circumstances it might refer to another control set.  The way to find out is "
27732 "to look at the C<HKLM\\SYSTEM\\Select> key:"
27733 msgstr ""
27734
27735 #. type: verbatim
27736 #: ../tools/virt-win-reg.pl:457
27737 #, no-wrap
27738 msgid ""
27739 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
27740 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
27741 " \"Current\"=dword:00000001\n"
27742 " \"Default\"=dword:00000001\n"
27743 " \"Failed\"=dword:00000000\n"
27744 " \"LastKnownGood\"=dword:00000002\n"
27745 "\n"
27746 msgstr ""
27747
27748 #. type: textblock
27749 #: ../tools/virt-win-reg.pl:464
27750 msgid "\"Current\" is the one which Windows will choose when it boots."
27751 msgstr ""
27752
27753 #. type: textblock
27754 #: ../tools/virt-win-reg.pl:466
27755 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
27756 msgstr ""
27757
27758 #. type: =head1
27759 #: ../tools/virt-win-reg.pl:469
27760 msgid "WINDOWS TIPS"
27761 msgstr ""
27762
27763 #. type: textblock
27764 #: ../tools/virt-win-reg.pl:471
27765 msgid ""
27766 "Note that some of these tips modify the guest disk image.  The guest I<must> "
27767 "be shut off, else you will get disk corruption."
27768 msgstr ""
27769
27770 #. type: =head2
27771 #: ../tools/virt-win-reg.pl:474
27772 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
27773 msgstr ""
27774
27775 #. type: textblock
27776 #: ../tools/virt-win-reg.pl:476
27777 msgid ""
27778 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
27779 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
27780 "is uploaded into C<C:\\>:"
27781 msgstr ""
27782
27783 #. type: verbatim
27784 #: ../tools/virt-win-reg.pl:480
27785 #, no-wrap
27786 msgid ""
27787 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
27788 "\n"
27789 msgstr ""
27790
27791 #. type: textblock
27792 #: ../tools/virt-win-reg.pl:482
27793 msgid "Prepare a regedit file containing the registry change:"
27794 msgstr ""
27795
27796 #. type: verbatim
27797 #: ../tools/virt-win-reg.pl:484
27798 #, no-wrap
27799 msgid ""
27800 " cat > test.reg <<'EOF'\n"
27801 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
27802 " \"Test\"=\"c:\\\\test.bat\"\n"
27803 " EOF\n"
27804 "\n"
27805 msgstr ""
27806
27807 #. type: textblock
27808 #: ../tools/virt-win-reg.pl:489
27809 msgid ""
27810 "In this example we use the key C<RunOnce> which means that the script will "
27811 "run precisely once when the first user logs in.  If you want it to run every "
27812 "time a user logs in, replace C<RunOnce> with C<Run>."
27813 msgstr ""
27814
27815 #. type: textblock
27816 #: ../tools/virt-win-reg.pl:493
27817 msgid "Now update the registry:"
27818 msgstr ""
27819
27820 #. type: verbatim
27821 #: ../tools/virt-win-reg.pl:495
27822 #, no-wrap
27823 msgid ""
27824 " virt-win-reg --merge WindowsGuest test.reg\n"
27825 "\n"
27826 msgstr ""
27827
27828 #. type: =head2
27829 #: ../tools/virt-win-reg.pl:497
27830 msgid "INSTALLING A SERVICE"
27831 msgstr ""
27832
27833 #. type: textblock
27834 #: ../tools/virt-win-reg.pl:499
27835 msgid ""
27836 "This section assumes you are familiar with Windows services, and you either "
27837 "have a program which handles the Windows Service Control Protocol directly "
27838 "or you want to run any program using a service wrapper like SrvAny or the "
27839 "free RHSrvAny."
27840 msgstr ""
27841
27842 #. type: textblock
27843 #: ../tools/virt-win-reg.pl:504
27844 msgid ""
27845 "First upload the program and optionally the service wrapper.  In this case "
27846 "the test program is called C<test.exe> and we are using the RHSrvAny "
27847 "wrapper:"
27848 msgstr ""
27849
27850 #. type: verbatim
27851 #: ../tools/virt-win-reg.pl:508
27852 #, no-wrap
27853 msgid ""
27854 " guestfish -i -d WindowsGuest <<EOF\n"
27855 "   upload rhsrvany.exe /rhsrvany.exe\n"
27856 "   upload test.exe /test.exe\n"
27857 " EOF\n"
27858 "\n"
27859 msgstr ""
27860
27861 #. type: textblock
27862 #: ../tools/virt-win-reg.pl:513
27863 msgid ""
27864 "Prepare a regedit file containing the registry changes.  In this example, "
27865 "the first registry change is needed for the service itself or the service "
27866 "wrapper (if used).  The second registry change is only needed because I am "
27867 "using the RHSrvAny service wrapper."
27868 msgstr ""
27869
27870 #. type: verbatim
27871 #: ../tools/virt-win-reg.pl:518
27872 #, no-wrap
27873 msgid ""
27874 " cat > service.reg <<'EOF'\n"
27875 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
27876 " \"Type\"=dword:00000010\n"
27877 " \"Start\"=dword:00000002\n"
27878 " \"ErrorControl\"=dword:00000001\n"
27879 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
27880 " \"DisplayName\"=\"RHSrvAny\"\n"
27881 " \"ObjectName\"=\"NetworkService\"\n"
27882 " \n"
27883 msgstr ""
27884
27885 #. type: verbatim
27886 #: ../tools/virt-win-reg.pl:527
27887 #, no-wrap
27888 msgid ""
27889 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
27890 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
27891 " \"PWD\"=\"c:\\\\Temp\"\n"
27892 " EOF\n"
27893 "\n"
27894 msgstr ""
27895
27896 #. type: textblock
27897 #: ../tools/virt-win-reg.pl:538
27898 msgid ""
27899 "For use of C<ControlSet001> see the section above in this manual page.  You "
27900 "may need to adjust this according to the control set that is in use by the "
27901 "guest."
27902 msgstr ""
27903
27904 #. type: textblock
27905 #: ../tools/virt-win-reg.pl:544
27906 msgid ""
27907 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
27908 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
27909 "privileged account."
27910 msgstr ""
27911
27912 #. type: textblock
27913 #: ../tools/virt-win-reg.pl:550
27914 msgid ""
27915 "For the meaning of the magic numbers, see this Microsoft KB article: "
27916 "L<http://support.microsoft.com/kb/103000>."
27917 msgstr ""
27918
27919 #. type: textblock
27920 #: ../tools/virt-win-reg.pl:555
27921 msgid "Update the registry:"
27922 msgstr ""
27923
27924 #. type: verbatim
27925 #: ../tools/virt-win-reg.pl:557
27926 #, no-wrap
27927 msgid ""
27928 " virt-win-reg --merge WindowsGuest service.reg\n"
27929 "\n"
27930 msgstr ""
27931
27932 #. type: textblock
27933 #: ../tools/virt-win-reg.pl:561
27934 msgid ""
27935 "Be careful when passing parameters containing C<\\> (backslash) in the "
27936 "shell.  Usually you will have to use 'single quotes' or double backslashes "
27937 "(but not both) to protect them from the shell."
27938 msgstr ""
27939
27940 #. type: textblock
27941 #: ../tools/virt-win-reg.pl:565
27942 msgid "Paths and value names are case-insensitive."
27943 msgstr ""
27944
27945 #. type: textblock
27946 #: ../tools/virt-win-reg.pl:574
27947 msgid ""
27948 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
27949 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27950 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
27951 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27952 msgstr ""
27953
27954 #. type: textblock
27955 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
27956 msgid ""
27957 "When reporting bugs, please enable debugging and capture the I<complete> "
27958 "output:"
27959 msgstr ""
27960
27961 #. type: verbatim
27962 #: ../tools/virt-win-reg.pl:592
27963 #, no-wrap
27964 msgid ""
27965 " export LIBGUESTFS_DEBUG=1\n"
27966 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
27967 "\n"
27968 msgstr ""
27969
27970 #. type: textblock
27971 #: ../tools/virt-win-reg.pl:595
27972 msgid ""
27973 "Attach /tmp/virt-win-reg.log to a new bug report at "
27974 "L<https://bugzilla.redhat.com/>"
27975 msgstr ""
27976
27977 #. type: textblock
27978 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510 ../tools/virt-make-fs.pl:570
27979 msgid "Copyright (C) 2010 Red Hat Inc."
27980 msgstr ""
27981
27982 #. type: textblock
27983 #: ../tools/virt-resize.pl:42
27984 msgid "virt-resize - Resize a virtual machine disk"
27985 msgstr ""
27986
27987 #. type: verbatim
27988 #: ../tools/virt-resize.pl:46
27989 #, no-wrap
27990 msgid ""
27991 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
27992 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
27993 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
27994 "\n"
27995 msgstr ""
27996
27997 #. type: textblock
27998 #: ../tools/virt-resize.pl:52
27999 msgid ""
28000 "Virt-resize is a tool which can resize a virtual machine disk, making it "
28001 "larger or smaller overall, and resizing or deleting any partitions contained "
28002 "within."
28003 msgstr ""
28004
28005 #. type: textblock
28006 #: ../tools/virt-resize.pl:56
28007 msgid ""
28008 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
28009 "not> be used on live virtual machines - for consistent results, shut the "
28010 "virtual machine down before resizing it."
28011 msgstr ""
28012
28013 #. type: textblock
28014 #: ../tools/virt-resize.pl:60
28015 msgid ""
28016 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
28017 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
28018 msgstr ""
28019
28020 #. type: textblock
28021 #: ../tools/virt-resize.pl:66
28022 msgid ""
28023 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
28024 "fill the extra 5GB of space."
28025 msgstr ""
28026
28027 #. type: verbatim
28028 #: ../tools/virt-resize.pl:69
28029 #, no-wrap
28030 msgid ""
28031 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
28032 " virt-filesystems --long -h --all -a olddisk\n"
28033 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
28034 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
28035 "\n"
28036 msgstr ""
28037
28038 #. type: textblock
28039 #: ../tools/virt-resize.pl:74
28040 msgid ""
28041 "As above, but make the /boot partition 200MB bigger, while giving the "
28042 "remaining space to /dev/sda2:"
28043 msgstr ""
28044
28045 #. type: verbatim
28046 #: ../tools/virt-resize.pl:77
28047 #, no-wrap
28048 msgid ""
28049 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
28050 "\n"
28051 msgstr ""
28052
28053 #. type: textblock
28054 #: ../tools/virt-resize.pl:79
28055 msgid "As above, but the output format will be uncompressed qcow2:"
28056 msgstr ""
28057
28058 #. type: verbatim
28059 #: ../tools/virt-resize.pl:81
28060 #, no-wrap
28061 msgid ""
28062 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
28063 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
28064 "\n"
28065 msgstr ""
28066
28067 #. type: =head1
28068 #: ../tools/virt-resize.pl:84
28069 msgid "DETAILED USAGE"
28070 msgstr ""
28071
28072 #. type: =head2
28073 #: ../tools/virt-resize.pl:86
28074 msgid "EXPANDING A VIRTUAL MACHINE DISK"
28075 msgstr ""
28076
28077 #. type: =item
28078 #: ../tools/virt-resize.pl:90
28079 msgid "1. Shut down the virtual machine"
28080 msgstr ""
28081
28082 #. type: =item
28083 #: ../tools/virt-resize.pl:92
28084 msgid "2. Locate input disk image"
28085 msgstr ""
28086
28087 #. type: textblock
28088 #: ../tools/virt-resize.pl:94
28089 msgid ""
28090 "Locate the input disk image (ie. the file or device on the host containing "
28091 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
28092 "dumpxml> like this to find the disk image name:"
28093 msgstr ""
28094
28095 #. type: verbatim
28096 #: ../tools/virt-resize.pl:98
28097 #, no-wrap
28098 msgid ""
28099 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
28100 " Found 1 nodes:\n"
28101 " -- NODE --\n"
28102 " <source dev=\"/dev/vg/lv_guest\" />\n"
28103 "\n"
28104 msgstr ""
28105
28106 #. type: =item
28107 #: ../tools/virt-resize.pl:103
28108 msgid "3. Look at current sizing"
28109 msgstr ""
28110
28111 #. type: textblock
28112 #: ../tools/virt-resize.pl:105
28113 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
28114 msgstr ""
28115
28116 #. type: verbatim
28117 #: ../tools/virt-resize.pl:108
28118 #, no-wrap
28119 msgid ""
28120 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
28121 " Name       Type       Size  Parent\n"
28122 " /dev/sda1  partition  101M  /dev/sda\n"
28123 " /dev/sda2  partition  7.9G  /dev/sda\n"
28124 " /dev/sda   device     8.0G  -\n"
28125 "\n"
28126 msgstr ""
28127
28128 #. type: textblock
28129 #: ../tools/virt-resize.pl:114
28130 msgid ""
28131 "(This example is a virtual machine with an 8 GB disk which we would like to "
28132 "expand up to 10 GB)."
28133 msgstr ""
28134
28135 #. type: =item
28136 #: ../tools/virt-resize.pl:117
28137 msgid "4. Create output disk"
28138 msgstr ""
28139
28140 #. type: textblock
28141 #: ../tools/virt-resize.pl:119
28142 msgid ""
28143 "Virt-resize cannot do in-place disk modifications.  You have to have space "
28144 "to store the resized output disk."
28145 msgstr ""
28146
28147 #. type: textblock
28148 #: ../tools/virt-resize.pl:122
28149 msgid "To store the resized disk image in a file, create a file of a suitable size:"
28150 msgstr ""
28151
28152 #. type: verbatim
28153 #: ../tools/virt-resize.pl:125
28154 #, no-wrap
28155 msgid ""
28156 " # rm -f outdisk\n"
28157 " # truncate -s 10G outdisk\n"
28158 "\n"
28159 msgstr ""
28160
28161 #. type: textblock
28162 #: ../tools/virt-resize.pl:128
28163 msgid "Or use L<lvcreate(1)> to create a logical volume:"
28164 msgstr ""
28165
28166 #. type: verbatim
28167 #: ../tools/virt-resize.pl:130
28168 #, no-wrap
28169 msgid ""
28170 " # lvcreate -L 10G -n lv_name vg_name\n"
28171 "\n"
28172 msgstr ""
28173
28174 #. type: textblock
28175 #: ../tools/virt-resize.pl:132
28176 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
28177 msgstr ""
28178
28179 #. type: verbatim
28180 #: ../tools/virt-resize.pl:134
28181 #, no-wrap
28182 msgid ""
28183 " # virsh pool-list\n"
28184 " # virsh vol-create-as poolname newvol 10G\n"
28185 "\n"
28186 msgstr ""
28187
28188 #. type: =item
28189 #: ../tools/virt-resize.pl:137
28190 msgid "5. Resize"
28191 msgstr ""
28192
28193 #. type: textblock
28194 #: ../tools/virt-resize.pl:139
28195 msgid ""
28196 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
28197 "file) and the output disk.  The output disk is the one created in the "
28198 "previous step."
28199 msgstr ""
28200
28201 #. type: verbatim
28202 #: ../tools/virt-resize.pl:143
28203 #, no-wrap
28204 msgid ""
28205 " # virt-resize indisk outdisk\n"
28206 "\n"
28207 msgstr ""
28208
28209 #. type: textblock
28210 #: ../tools/virt-resize.pl:145
28211 msgid ""
28212 "This command just copies disk image C<indisk> to disk image C<outdisk> "
28213 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
28214 "larger, then an extra, empty partition is created at the end of the disk "
28215 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
28216 "error."
28217 msgstr ""
28218
28219 #. type: textblock
28220 #: ../tools/virt-resize.pl:151
28221 msgid ""
28222 "More realistically you'd want to expand existing partitions in the disk "
28223 "image by passing extra options (for the full list see the L</OPTIONS> "
28224 "section below)."
28225 msgstr ""
28226
28227 #. type: textblock
28228 #: ../tools/virt-resize.pl:155
28229 msgid ""
28230 "L</--expand> is the most useful option.  It expands the named partition "
28231 "within the disk to fill any extra space:"
28232 msgstr ""
28233
28234 #. type: verbatim
28235 #: ../tools/virt-resize.pl:158
28236 #, no-wrap
28237 msgid ""
28238 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
28239 "\n"
28240 msgstr ""
28241
28242 #. type: textblock
28243 #: ../tools/virt-resize.pl:160
28244 msgid ""
28245 "(In this case, an extra partition is I<not> created at the end of the disk, "
28246 "because there will be no unused space)."
28247 msgstr ""
28248
28249 #. type: textblock
28250 #: ../tools/virt-resize.pl:163
28251 msgid ""
28252 "L</--resize> is the other commonly used option.  The following would "
28253 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
28254 "rest of the available space:"
28255 msgstr ""
28256
28257 #. type: verbatim
28258 #: ../tools/virt-resize.pl:167
28259 #, no-wrap
28260 msgid ""
28261 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
28262 "     indisk outdisk\n"
28263 "\n"
28264 msgstr ""
28265
28266 #. type: textblock
28267 #: ../tools/virt-resize.pl:170
28268 msgid ""
28269 "If the expanded partition in the image contains a filesystem or LVM PV, then "
28270 "if virt-resize knows how, it will resize the contents, the equivalent of "
28271 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
28272 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
28273 "filesystems, so you would have to online resize them after booting the "
28274 "guest."
28275 msgstr ""
28276
28277 #. type: textblock
28278 #: ../tools/virt-resize.pl:177
28279 msgid "Other options are covered below."
28280 msgstr ""
28281
28282 #. type: =item
28283 #: ../tools/virt-resize.pl:179
28284 msgid "6. Test"
28285 msgstr ""
28286
28287 #. type: textblock
28288 #: ../tools/virt-resize.pl:181
28289 msgid "Thoroughly test the new disk image I<before> discarding the old one."
28290 msgstr ""
28291
28292 #. type: textblock
28293 #: ../tools/virt-resize.pl:183
28294 msgid "If you are using libvirt, edit the XML to point at the new disk:"
28295 msgstr ""
28296
28297 #. type: verbatim
28298 #: ../tools/virt-resize.pl:185
28299 #, no-wrap
28300 msgid ""
28301 " # virsh edit guestname\n"
28302 "\n"
28303 msgstr ""
28304
28305 #. type: textblock
28306 #: ../tools/virt-resize.pl:187
28307 msgid ""
28308 "Change E<lt>source ...E<gt>, see "
28309 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
28310 msgstr ""
28311
28312 #. type: textblock
28313 #: ../tools/virt-resize.pl:190
28314 msgid "Then start up the domain with the new, resized disk:"
28315 msgstr ""
28316
28317 #. type: verbatim
28318 #: ../tools/virt-resize.pl:192
28319 #, no-wrap
28320 msgid ""
28321 " # virsh start guestname\n"
28322 "\n"
28323 msgstr ""
28324
28325 #. type: textblock
28326 #: ../tools/virt-resize.pl:194
28327 msgid ""
28328 "and check that it still works.  See also the L</NOTES> section below for "
28329 "additional information."
28330 msgstr ""
28331
28332 #. type: =item
28333 #: ../tools/virt-resize.pl:197
28334 msgid "7. Resize LVs etc inside the guest"
28335 msgstr ""
28336
28337 #. type: textblock
28338 #: ../tools/virt-resize.pl:199
28339 msgid "(This can also be done offline using L<guestfish(1)>)"
28340 msgstr ""
28341
28342 #. type: textblock
28343 #: ../tools/virt-resize.pl:201
28344 msgid ""
28345 "Once the guest has booted you should see the new space available, at least "
28346 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
28347 "may need to resize LVs inside PVs, and also resize filesystem types that "
28348 "virt-resize does not know how to expand."
28349 msgstr ""
28350
28351 #. type: =head2
28352 #: ../tools/virt-resize.pl:208
28353 msgid "SHRINKING A VIRTUAL MACHINE DISK"
28354 msgstr ""
28355
28356 #. type: textblock
28357 #: ../tools/virt-resize.pl:210
28358 msgid ""
28359 "Shrinking is somewhat more complex than expanding, and only an overview is "
28360 "given here."
28361 msgstr ""
28362
28363 #. type: textblock
28364 #: ../tools/virt-resize.pl:213
28365 msgid ""
28366 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
28367 "filesystems).  The user has to shrink content before passing the disk image "
28368 "to virt-resize, and virt-resize will check that the content has been shrunk "
28369 "properly."
28370 msgstr ""
28371
28372 #. type: textblock
28373 #: ../tools/virt-resize.pl:218
28374 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
28375 msgstr ""
28376
28377 #. type: textblock
28378 #: ../tools/virt-resize.pl:220
28379 msgid ""
28380 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
28381 "steps 3 and 4 above to allocate a new disk image."
28382 msgstr ""
28383
28384 #. type: textblock
28385 #: ../tools/virt-resize.pl:223
28386 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
28387 msgstr ""
28388
28389 #. type: =head2
28390 #: ../tools/virt-resize.pl:226
28391 msgid "IGNORING OR DELETING PARTITIONS"
28392 msgstr ""
28393
28394 #. type: textblock
28395 #: ../tools/virt-resize.pl:228
28396 msgid ""
28397 "virt-resize also gives a convenient way to ignore or delete partitions when "
28398 "copying from the input disk to the output disk.  Ignoring a partition speeds "
28399 "up the copy where you don't care about the existing contents of a "
28400 "partition.  Deleting a partition removes it completely, but note that it "
28401 "also renumbers any partitions after the one which is deleted, which can "
28402 "leave some guests unbootable."
28403 msgstr ""
28404
28405 #. type: =head2
28406 #: ../tools/virt-resize.pl:235
28407 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
28408 msgstr ""
28409
28410 #. type: textblock
28411 #: ../tools/virt-resize.pl:237
28412 msgid ""
28413 "If the input disk is in qcow2 format, then you may prefer that the output is "
28414 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
28415 "the fly.  The output format is simply determined by the format of the empty "
28416 "output container that you provide.  Thus to create qcow2 output, use:"
28417 msgstr ""
28418
28419 #. type: verbatim
28420 #: ../tools/virt-resize.pl:243
28421 #, no-wrap
28422 msgid ""
28423 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
28424 "\n"
28425 msgstr ""
28426
28427 #. type: textblock
28428 #: ../tools/virt-resize.pl:245
28429 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
28430 msgstr ""
28431
28432 #. type: textblock
28433 #: ../tools/virt-resize.pl:247
28434 msgid "Similarly, to get non-sparse raw output use:"
28435 msgstr ""
28436
28437 #. type: verbatim
28438 #: ../tools/virt-resize.pl:249
28439 #, no-wrap
28440 msgid ""
28441 " fallocate -l size outdisk\n"
28442 "\n"
28443 msgstr ""
28444
28445 #. type: textblock
28446 #: ../tools/virt-resize.pl:251
28447 msgid ""
28448 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
28449 "if=/dev/zero of=outdisk bs=1M count=..>)"
28450 msgstr ""
28451
28452 #. type: textblock
28453 #: ../tools/virt-resize.pl:264
28454 msgid "Display help."
28455 msgstr ""
28456
28457 #. type: =item
28458 #: ../tools/virt-resize.pl:278
28459 msgid "B<--resize part=size>"
28460 msgstr ""
28461
28462 #. type: textblock
28463 #: ../tools/virt-resize.pl:280
28464 msgid ""
28465 "Resize the named partition (expanding or shrinking it) so that it has the "
28466 "given size."
28467 msgstr ""
28468
28469 #. type: textblock
28470 #: ../tools/virt-resize.pl:283
28471 msgid ""
28472 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
28473 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
28474 "Exabytes; or as a percentage of the current size; or as a relative number or "
28475 "percentage.  For example:"
28476 msgstr ""
28477
28478 #. type: verbatim
28479 #: ../tools/virt-resize.pl:288
28480 #, no-wrap
28481 msgid ""
28482 " --resize /dev/sda2=10G\n"
28483 "\n"
28484 msgstr ""
28485
28486 #. type: verbatim
28487 #: ../tools/virt-resize.pl:290
28488 #, no-wrap
28489 msgid ""
28490 " --resize /dev/sda4=90%\n"
28491 "\n"
28492 msgstr ""
28493
28494 #. type: verbatim
28495 #: ../tools/virt-resize.pl:292
28496 #, no-wrap
28497 msgid ""
28498 " --resize /dev/sda2=+1G\n"
28499 "\n"
28500 msgstr ""
28501
28502 #. type: verbatim
28503 #: ../tools/virt-resize.pl:294
28504 #, no-wrap
28505 msgid ""
28506 " --resize /dev/sda2=-200M\n"
28507 "\n"
28508 msgstr ""
28509
28510 #. type: verbatim
28511 #: ../tools/virt-resize.pl:296
28512 #, no-wrap
28513 msgid ""
28514 " --resize /dev/sda1=+128K\n"
28515 "\n"
28516 msgstr ""
28517
28518 #. type: verbatim
28519 #: ../tools/virt-resize.pl:298
28520 #, no-wrap
28521 msgid ""
28522 " --resize /dev/sda1=+10%\n"
28523 "\n"
28524 msgstr ""
28525
28526 #. type: verbatim
28527 #: ../tools/virt-resize.pl:300
28528 #, no-wrap
28529 msgid ""
28530 " --resize /dev/sda1=-10%\n"
28531 "\n"
28532 msgstr ""
28533
28534 #. type: textblock
28535 #: ../tools/virt-resize.pl:302
28536 msgid ""
28537 "You can increase the size of any partition.  Virt-resize will expand the "
28538 "direct content of the partition if it knows how (see C<--expand> below)."
28539 msgstr ""
28540
28541 #. type: textblock
28542 #: ../tools/virt-resize.pl:306
28543 msgid ""
28544 "You can only I<decrease> the size of partitions that contain filesystems or "
28545 "PVs which have already been shrunk.  Virt-resize will check this has been "
28546 "done before proceeding, or else will print an error (see also "
28547 "C<--resize-force>)."
28548 msgstr ""
28549
28550 #. type: textblock
28551 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
28552 msgid "You can give this option multiple times."
28553 msgstr ""
28554
28555 #. type: =item
28556 #: ../tools/virt-resize.pl:317
28557 msgid "B<--resize-force part=size>"
28558 msgstr ""
28559
28560 #. type: textblock
28561 #: ../tools/virt-resize.pl:319
28562 msgid ""
28563 "This is the same as C<--resize> except that it will let you decrease the "
28564 "size of any partition.  Generally this means you will lose any data which "
28565 "was at the end of the partition you shrink, but you may not care about that "
28566 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
28567 "as a swap partition)."
28568 msgstr ""
28569
28570 #. type: textblock
28571 #: ../tools/virt-resize.pl:325
28572 msgid "See also the C<--ignore> option."
28573 msgstr ""
28574
28575 #. type: =item
28576 #: ../tools/virt-resize.pl:331
28577 msgid "B<--expand part>"
28578 msgstr ""
28579
28580 #. type: textblock
28581 #: ../tools/virt-resize.pl:333
28582 msgid ""
28583 "Expand the named partition so it uses up all extra space (space left over "
28584 "after any other resize changes that you request have been done)."
28585 msgstr ""
28586
28587 #. type: textblock
28588 #: ../tools/virt-resize.pl:336
28589 msgid ""
28590 "If virt-resize knows how, it will expand the direct content of the "
28591 "partition.  For example, if the partition is an LVM PV, it will expand the "
28592 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
28593 "content it doesn't know about alone."
28594 msgstr ""
28595
28596 #. type: textblock
28597 #: ../tools/virt-resize.pl:341
28598 msgid "Currently virt-resize can resize:"
28599 msgstr ""
28600
28601 #. type: textblock
28602 #: ../tools/virt-resize.pl:347
28603 msgid ""
28604 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
28605 "partition."
28606 msgstr ""
28607
28608 #. type: textblock
28609 #: ../tools/virt-resize.pl:352
28610 msgid ""
28611 "NTFS filesystems contained directly in a partition, if libguestfs was "
28612 "compiled with support for NTFS."
28613 msgstr ""
28614
28615 #. type: textblock
28616 #: ../tools/virt-resize.pl:355
28617 msgid ""
28618 "The filesystem must have been shut down consistently last time it was used.  "
28619 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
28620 "consistency check, so at the first boot after resizing Windows will check "
28621 "the disk."
28622 msgstr ""
28623
28624 #. type: textblock
28625 #: ../tools/virt-resize.pl:362
28626 msgid ""
28627 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
28628 "inside the PV, but see the C<--LV-expand> option.  The user could also "
28629 "resize LVs as desired after boot."
28630 msgstr ""
28631
28632 #. type: textblock
28633 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
28634 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
28635 msgstr ""
28636
28637 #. type: =item
28638 #: ../tools/virt-resize.pl:374
28639 msgid "B<--shrink part>"
28640 msgstr ""
28641
28642 #. type: textblock
28643 #: ../tools/virt-resize.pl:376
28644 msgid ""
28645 "Shrink the named partition until the overall disk image fits in the "
28646 "destination.  The named partition B<must> contain a filesystem or PV which "
28647 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
28648 "online tools).  Virt-resize will check this and give an error if it has not "
28649 "been done."
28650 msgstr ""
28651
28652 #. type: textblock
28653 #: ../tools/virt-resize.pl:382
28654 msgid ""
28655 "The amount by which the overall disk must be shrunk (after carrying out all "
28656 "other operations requested by the user) is called the \"deficit\".  For "
28657 "example, a straight copy (assume no other operations)  from a 5GB disk image "
28658 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
28659 "would give an error unless the user specified a partition to shrink and that "
28660 "partition had more than a gigabyte of free space."
28661 msgstr ""
28662
28663 #. type: =item
28664 #: ../tools/virt-resize.pl:396
28665 msgid "B<--ignore part>"
28666 msgstr ""
28667
28668 #. type: textblock
28669 #: ../tools/virt-resize.pl:398
28670 msgid ""
28671 "Ignore the named partition.  Effectively this means the partition is "
28672 "allocated on the destination disk, but the content is not copied across from "
28673 "the source disk.  The content of the partition will be blank (all zero "
28674 "bytes)."
28675 msgstr ""
28676
28677 #. type: =item
28678 #: ../tools/virt-resize.pl:409
28679 msgid "B<--delete part>"
28680 msgstr ""
28681
28682 #. type: textblock
28683 #: ../tools/virt-resize.pl:411
28684 msgid ""
28685 "Delete the named partition.  It would be more accurate to describe this as "
28686 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
28687 "the original disk image is left intact."
28688 msgstr ""
28689
28690 #. type: textblock
28691 #: ../tools/virt-resize.pl:415
28692 msgid ""
28693 "Note that when you delete a partition, then anything contained in the "
28694 "partition is also deleted.  Furthermore, this causes any partitions that "
28695 "come after to be I<renumbered>, which can easily make your guest unbootable."
28696 msgstr ""
28697
28698 #. type: =item
28699 #: ../tools/virt-resize.pl:426
28700 msgid "B<--LV-expand logvol>"
28701 msgstr ""
28702
28703 #. type: textblock
28704 #: ../tools/virt-resize.pl:428
28705 msgid ""
28706 "This takes the logical volume and, as a final step, expands it to fill all "
28707 "the space available in its volume group.  A typical usage, assuming a Linux "
28708 "guest with a single PV C</dev/sda2> and a root device called "
28709 "C</dev/vg_guest/lv_root> would be:"
28710 msgstr ""
28711
28712 #. type: verbatim
28713 #: ../tools/virt-resize.pl:433
28714 #, no-wrap
28715 msgid ""
28716 " virt-resize indisk outdisk \\\n"
28717 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
28718 "\n"
28719 msgstr ""
28720
28721 #. type: textblock
28722 #: ../tools/virt-resize.pl:436
28723 msgid ""
28724 "This would first expand the partition (and PV), and then expand the root "
28725 "device to fill the extra space in the PV."
28726 msgstr ""
28727
28728 #. type: textblock
28729 #: ../tools/virt-resize.pl:439
28730 msgid ""
28731 "The contents of the LV are also resized if virt-resize knows how to do "
28732 "that.  You can stop virt-resize from trying to expand the content by using "
28733 "the option C<--no-expand-content>."
28734 msgstr ""
28735
28736 #. type: textblock
28737 #: ../tools/virt-resize.pl:443
28738 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
28739 msgstr ""
28740
28741 #. type: textblock
28742 #: ../tools/virt-resize.pl:446
28743 msgid ""
28744 "You can give this option multiple times, I<but> it doesn't make sense to do "
28745 "this unless the logical volumes you specify are all in different volume "
28746 "groups."
28747 msgstr ""
28748
28749 #. type: =item
28750 #: ../tools/virt-resize.pl:454
28751 msgid "B<--no-copy-boot-loader>"
28752 msgstr ""
28753
28754 #. type: textblock
28755 #: ../tools/virt-resize.pl:456
28756 msgid ""
28757 "By default, virt-resize copies over some sectors at the start of the disk "
28758 "(up to the beginning of the first partition).  Commonly these sectors "
28759 "contain the Master Boot Record (MBR) and the boot loader, and are required "
28760 "in order for the guest to boot correctly."
28761 msgstr ""
28762
28763 #. type: textblock
28764 #: ../tools/virt-resize.pl:461
28765 msgid ""
28766 "If you specify this flag, then this initial copy is not done.  You may need "
28767 "to reinstall the boot loader in this case."
28768 msgstr ""
28769
28770 #. type: =item
28771 #: ../tools/virt-resize.pl:469
28772 msgid "B<--no-extra-partition>"
28773 msgstr ""
28774
28775 #. type: textblock
28776 #: ../tools/virt-resize.pl:471
28777 msgid ""
28778 "By default, virt-resize creates an extra partition if there is any extra, "
28779 "unused space after all resizing has happened.  Use this option to prevent "
28780 "the extra partition from being created.  If you do this then the extra space "
28781 "will be inaccessible until you run fdisk, parted, or some other partitioning "
28782 "tool in the guest."
28783 msgstr ""
28784
28785 #. type: textblock
28786 #: ../tools/virt-resize.pl:477
28787 msgid ""
28788 "Note that if the surplus space is smaller than 10 MB, no extra partition "
28789 "will be created."
28790 msgstr ""
28791
28792 #. type: =item
28793 #: ../tools/virt-resize.pl:484
28794 msgid "B<--no-expand-content>"
28795 msgstr ""
28796
28797 #. type: textblock
28798 #: ../tools/virt-resize.pl:486
28799 msgid ""
28800 "By default, virt-resize will try to expand the direct contents of "
28801 "partitions, if it knows how (see C<--expand> option above)."
28802 msgstr ""
28803
28804 #. type: textblock
28805 #: ../tools/virt-resize.pl:489
28806 msgid ""
28807 "If you give the C<--no-expand-content> option then virt-resize will not "
28808 "attempt this."
28809 msgstr ""
28810
28811 #. type: =item
28812 #: ../tools/virt-resize.pl:496
28813 msgid "B<-d> | B<--debug>"
28814 msgstr ""
28815
28816 #. type: =item
28817 #: ../tools/virt-resize.pl:504
28818 msgid "B<-n> | B<--dryrun>"
28819 msgstr ""
28820
28821 #. type: textblock
28822 #: ../tools/virt-resize.pl:506
28823 msgid "Print a summary of what would be done, but don't do anything."
28824 msgstr ""
28825
28826 #. type: =item
28827 #: ../tools/virt-resize.pl:512
28828 msgid "B<-q> | B<--quiet>"
28829 msgstr ""
28830
28831 #. type: textblock
28832 #: ../tools/virt-resize.pl:514
28833 msgid "Don't print the summary."
28834 msgstr ""
28835
28836 #. type: textblock
28837 #: ../tools/virt-resize.pl:522
28838 msgid ""
28839 "Specify the format of the input disk image.  If this flag is not given then "
28840 "it is auto-detected from the image itself."
28841 msgstr ""
28842
28843 #. type: textblock
28844 #: ../tools/virt-resize.pl:528
28845 msgid ""
28846 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
28847 "AND NON-SPARSE RAW FORMATS>."
28848 msgstr ""
28849
28850 #. type: =item
28851 #: ../tools/virt-resize.pl:535
28852 msgid "B<--output-format> raw"
28853 msgstr ""
28854
28855 #. type: textblock
28856 #: ../tools/virt-resize.pl:537
28857 msgid ""
28858 "Specify the format of the output disk image.  If this flag is not given then "
28859 "it is auto-detected from the image itself."
28860 msgstr ""
28861
28862 #. type: textblock
28863 #: ../tools/virt-resize.pl:543
28864 msgid ""
28865 "Note that you still need to create the output disk with the right format.  "
28866 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
28867 msgstr ""
28868
28869 #. type: =head1
28870 #: ../tools/virt-resize.pl:1419
28871 msgid "NOTES"
28872 msgstr ""
28873
28874 #. type: =head2
28875 #: ../tools/virt-resize.pl:1421
28876 msgid "\"Partition 1 does not end on cylinder boundary.\""
28877 msgstr ""
28878
28879 #. type: textblock
28880 #: ../tools/virt-resize.pl:1423
28881 msgid ""
28882 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
28883 "means the partitions will not be aligned to the ancient CHS geometry.  "
28884 "However CHS geometry is meaningless for disks manufactured since the early "
28885 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
28886 "cylinders is not required by any modern operating system."
28887 msgstr ""
28888
28889 #. type: =head2
28890 #: ../tools/virt-resize.pl:1430
28891 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
28892 msgstr ""
28893
28894 #. type: textblock
28895 #: ../tools/virt-resize.pl:1432
28896 msgid ""
28897 "In Windows Vista and later versions, Microsoft switched to using a separate "
28898 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
28899 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
28900 "the boot partition.  Doing so seems to break the guest completely.  However "
28901 "expanding the second partition (ie. C: drive) should work."
28902 msgstr ""
28903
28904 #. type: textblock
28905 #: ../tools/virt-resize.pl:1439
28906 msgid ""
28907 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
28908 "NTFS partitions have been expanded.  This is just a safety check and (unless "
28909 "it find errors) is nothing to worry about."
28910 msgstr ""
28911
28912 #. type: =head2
28913 #: ../tools/virt-resize.pl:1443
28914 msgid "GUEST BOOT STUCK AT \"GRUB\""
28915 msgstr ""
28916
28917 #. type: textblock
28918 #: ../tools/virt-resize.pl:1445
28919 msgid ""
28920 "If a Linux guest does not boot after resizing, and the boot is stuck after "
28921 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
28922 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
28923 "although we think is to do with partition alignment."
28924 msgstr ""
28925
28926 #. type: verbatim
28927 #: ../tools/virt-resize.pl:1450
28928 #, no-wrap
28929 msgid ""
28930 " guestfish -i -a newdisk\n"
28931 " ><fs> cat /boot/grub/device.map\n"
28932 " # check the contents of this file are sensible or\n"
28933 " # edit the file if necessary\n"
28934 " ><fs> grub-install / /dev/vda\n"
28935 " ><fs> exit\n"
28936 "\n"
28937 msgstr ""
28938
28939 #. type: textblock
28940 #: ../tools/virt-resize.pl:1457
28941 msgid ""
28942 "For more flexible guest reconfiguration, including if you need to specify "
28943 "other parameters to grub-install, use L<virt-rescue(1)>."
28944 msgstr ""
28945
28946 #. type: =head1
28947 #: ../tools/virt-resize.pl:1460
28948 msgid "ALTERNATIVE TOOLS"
28949 msgstr ""
28950
28951 #. type: textblock
28952 #: ../tools/virt-resize.pl:1462
28953 msgid ""
28954 "There are several proprietary tools for resizing partitions.  We won't "
28955 "mention any here."
28956 msgstr ""
28957
28958 #. type: textblock
28959 #: ../tools/virt-resize.pl:1465
28960 msgid ""
28961 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
28962 "operations on disk images.  They can resize and move partitions, but I don't "
28963 "think they can do anything with the contents, and they certainly don't "
28964 "understand LVM."
28965 msgstr ""
28966
28967 #. type: textblock
28968 #: ../tools/virt-resize.pl:1470
28969 msgid ""
28970 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
28971 "but at a much lower level.  You will probably end up hand-calculating sector "
28972 "offsets, which is something that virt-resize was designed to avoid.  If you "
28973 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
28974 "C<--debug> flag."
28975 msgstr ""
28976
28977 #. type: textblock
28978 #: ../tools/virt-resize.pl:1485
28979 msgid ""
28980 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
28981 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
28982 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
28983 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
28984 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
28985 msgstr ""
28986
28987 #. type: textblock
28988 #: ../tools/virt-list-filesystems.pl:32
28989 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
28990 msgstr ""
28991
28992 #. type: verbatim
28993 #: ../tools/virt-list-filesystems.pl:36
28994 #, no-wrap
28995 msgid ""
28996 " virt-list-filesystems [--options] domname\n"
28997 "\n"
28998 msgstr ""
28999
29000 #. type: verbatim
29001 #: ../tools/virt-list-filesystems.pl:38
29002 #, no-wrap
29003 msgid ""
29004 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29005 "\n"
29006 msgstr ""
29007
29008 #. type: textblock
29009 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29010 msgid ""
29011 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29012 "replacement."
29013 msgstr ""
29014
29015 #. type: textblock
29016 #: ../tools/virt-list-filesystems.pl:45
29017 msgid ""
29018 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29019 "are contained in a virtual machine or disk image."
29020 msgstr ""
29021
29022 #. type: textblock
29023 #: ../tools/virt-list-filesystems.pl:49
29024 msgid ""
29025 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29026 "functionality.  For more complex cases you should look at the "
29027 "L<guestfish(1)> tool."
29028 msgstr ""
29029
29030 #. type: =item
29031 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29032 msgid "B<-l> | B<--long>"
29033 msgstr ""
29034
29035 #. type: textblock
29036 #: ../tools/virt-list-filesystems.pl:108
29037 msgid ""
29038 "With this option, C<virt-list-filesystems> displays the type of each "
29039 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29040 msgstr ""
29041
29042 #. type: =item
29043 #: ../tools/virt-list-filesystems.pl:115
29044 msgid "B<-a> | B<--all>"
29045 msgstr ""
29046
29047 #. type: textblock
29048 #: ../tools/virt-list-filesystems.pl:117
29049 msgid ""
29050 "Normally we only show mountable filesystems.  If this option is given then "
29051 "swap devices are shown too."
29052 msgstr ""
29053
29054 #. type: textblock
29055 #: ../tools/virt-list-filesystems.pl:191
29056 msgid ""
29057 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29058 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29059 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29060 msgstr ""
29061
29062 #. type: textblock
29063 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
29064 msgid "Copyright (C) 2009 Red Hat Inc."
29065 msgstr ""
29066
29067 #. type: textblock
29068 #: ../tools/virt-tar.pl:33
29069 msgid "virt-tar - Extract or upload files to a virtual machine"
29070 msgstr ""
29071
29072 #. type: verbatim
29073 #: ../tools/virt-tar.pl:37
29074 #, no-wrap
29075 msgid ""
29076 " virt-tar [--options] -x domname directory tarball\n"
29077 "\n"
29078 msgstr ""
29079
29080 #. type: verbatim
29081 #: ../tools/virt-tar.pl:39
29082 #, no-wrap
29083 msgid ""
29084 " virt-tar [--options] -u domname tarball directory\n"
29085 "\n"
29086 msgstr ""
29087
29088 #. type: verbatim
29089 #: ../tools/virt-tar.pl:41
29090 #, no-wrap
29091 msgid ""
29092 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29093 "\n"
29094 msgstr ""
29095
29096 #. type: verbatim
29097 #: ../tools/virt-tar.pl:43
29098 #, no-wrap
29099 msgid ""
29100 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29101 "\n"
29102 msgstr ""
29103
29104 #. type: textblock
29105 #: ../tools/virt-tar.pl:47
29106 msgid "Download C</home> from the VM into a local tarball:"
29107 msgstr ""
29108
29109 #. type: verbatim
29110 #: ../tools/virt-tar.pl:49
29111 #, no-wrap
29112 msgid ""
29113 " virt-tar -x domname /home home.tar\n"
29114 "\n"
29115 msgstr ""
29116
29117 #. type: verbatim
29118 #: ../tools/virt-tar.pl:51
29119 #, no-wrap
29120 msgid ""
29121 " virt-tar -zx domname /home home.tar.gz\n"
29122 "\n"
29123 msgstr ""
29124
29125 #. type: textblock
29126 #: ../tools/virt-tar.pl:53
29127 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29128 msgstr ""
29129
29130 #. type: verbatim
29131 #: ../tools/virt-tar.pl:55
29132 #, no-wrap
29133 msgid ""
29134 " virt-tar -u domname uploadstuff.tar /tmp\n"
29135 "\n"
29136 msgstr ""
29137
29138 #. type: verbatim
29139 #: ../tools/virt-tar.pl:57
29140 #, no-wrap
29141 msgid ""
29142 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29143 "\n"
29144 msgstr ""
29145
29146 #. type: textblock
29147 #: ../tools/virt-tar.pl:61
29148 msgid ""
29149 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
29150 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29151 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29152 msgstr ""
29153
29154 #. type: textblock
29155 #: ../tools/virt-tar.pl:66
29156 msgid ""
29157 "You can use C<-x> (extract) on live virtual machines, but you might get "
29158 "inconsistent results or errors if there is filesystem activity inside the "
29159 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29160 "work, but the only way to guarantee consistent results is if the virtual "
29161 "machine is shut down."
29162 msgstr ""
29163
29164 #. type: textblock
29165 #: ../tools/virt-tar.pl:74
29166 msgid ""
29167 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29168 "parts of a guest filesystem.  There are many possibilities: making backups, "
29169 "uploading data files, snooping on guest activity, fixing or customizing "
29170 "guests, etc."
29171 msgstr ""
29172
29173 #. type: textblock
29174 #: ../tools/virt-tar.pl:79
29175 msgid ""
29176 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
29177 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
29178 "should look at the L<guestfish(1)> tool."
29179 msgstr ""
29180
29181 #. type: textblock
29182 #: ../tools/virt-tar.pl:83
29183 msgid ""
29184 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
29185 "its contents (recursively) from the virtual machine into a local tarball.  "
29186 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
29187 "virtual machine.  You cannot use these two options together."
29188 msgstr ""
29189
29190 #. type: textblock
29191 #: ../tools/virt-tar.pl:89
29192 msgid ""
29193 "In addition, you may need to use the C<-z> (gZip) option to enable "
29194 "compression.  When uploading, you have to specify C<-z> if the upload file "
29195 "is compressed because virt-tar won't detect this on its own."
29196 msgstr ""
29197
29198 #. type: textblock
29199 #: ../tools/virt-tar.pl:93
29200 msgid ""
29201 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
29202 "example it cannot do PKZip files or bzip2 compression.  If you want that "
29203 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
29204 "the L<libguestfs(3)> API)."
29205 msgstr ""
29206
29207 #. type: =item
29208 #: ../tools/virt-tar.pl:151
29209 msgid "B<-x> | B<--extract> | B<--download>"
29210 msgstr ""
29211
29212 #. type: =item
29213 #: ../tools/virt-tar.pl:153
29214 msgid "B<-u> | B<--upload>"
29215 msgstr ""
29216
29217 #. type: textblock
29218 #: ../tools/virt-tar.pl:155
29219 msgid ""
29220 "Use C<-x> to extract (download) a directory from a virtual machine to a "
29221 "local tarball."
29222 msgstr ""
29223
29224 #. type: textblock
29225 #: ../tools/virt-tar.pl:158
29226 msgid ""
29227 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
29228 "Please read the L</WARNING> section above before using this option."
29229 msgstr ""
29230
29231 #. type: textblock
29232 #: ../tools/virt-tar.pl:162
29233 msgid "You must specify exactly one of these options."
29234 msgstr ""
29235
29236 #. type: =item
29237 #: ../tools/virt-tar.pl:168
29238 msgid "B<-z> | B<--gzip>"
29239 msgstr ""
29240
29241 #. type: textblock
29242 #: ../tools/virt-tar.pl:170
29243 msgid "Specify that the input or output tarball is gzip-compressed."
29244 msgstr ""
29245
29246 #. type: textblock
29247 #: ../tools/virt-tar.pl:283
29248 msgid ""
29249 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29250 "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
29251 "L<http://libguestfs.org/>."
29252 msgstr ""
29253
29254 #. type: textblock
29255 #: ../tools/virt-make-fs.pl:37
29256 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29257 msgstr ""
29258
29259 #. type: verbatim
29260 #: ../tools/virt-make-fs.pl:41
29261 #, no-wrap
29262 msgid ""
29263 " virt-make-fs [--options] input.tar output.img\n"
29264 "\n"
29265 msgstr ""
29266
29267 #. type: verbatim
29268 #: ../tools/virt-make-fs.pl:43
29269 #, no-wrap
29270 msgid ""
29271 " virt-make-fs [--options] input.tar.gz output.img\n"
29272 "\n"
29273 msgstr ""
29274
29275 #. type: verbatim
29276 #: ../tools/virt-make-fs.pl:45
29277 #, no-wrap
29278 msgid ""
29279 " virt-make-fs [--options] directory output.img\n"
29280 "\n"
29281 msgstr ""
29282
29283 #. type: textblock
29284 #: ../tools/virt-make-fs.pl:49
29285 msgid ""
29286 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29287 "archive or some files in a directory.  It is similar to tools like "
29288 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29289 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29290 "useful if you want to attach these filesystems to existing virtual machines "
29291 "(eg. to import large amounts of read-only data to a VM)."
29292 msgstr ""
29293
29294 #. type: textblock
29295 #: ../tools/virt-make-fs.pl:57
29296 msgid "Basic usage is:"
29297 msgstr ""
29298
29299 #. type: verbatim
29300 #: ../tools/virt-make-fs.pl:59
29301 #, no-wrap
29302 msgid ""
29303 " virt-make-fs input output\n"
29304 "\n"
29305 msgstr ""
29306
29307 #. type: textblock
29308 #: ../tools/virt-make-fs.pl:61
29309 msgid ""
29310 "where C<input> is either a directory containing files that you want to add, "
29311 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29312 "C<output> is a disk image.  The input type is detected automatically.  The "
29313 "output disk image defaults to a raw ext2 image unless you specify extra "
29314 "flags (see L</OPTIONS> below)."
29315 msgstr ""
29316
29317 #. type: =head2
29318 #: ../tools/virt-make-fs.pl:67
29319 msgid "EXTRA SPACE"
29320 msgstr ""
29321
29322 #. type: textblock
29323 #: ../tools/virt-make-fs.pl:69
29324 msgid ""
29325 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29326 "the files that it contains, but might have extra space.  Depending on how "
29327 "you are going to use the output, you might think this extra space is wasted "
29328 "and want to minimize it, or you might want to leave space so that more files "
29329 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29330 "but you can use the C<--size> flag to leave space in the filesystem if you "
29331 "want it."
29332 msgstr ""
29333
29334 #. type: textblock
29335 #: ../tools/virt-make-fs.pl:77
29336 msgid ""
29337 "An alternative way to leave extra space but not make the output image any "
29338 "bigger is to use an alternative disk image format (instead of the default "
29339 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
29340 "image format (check your hypervisor supports this before using it).  This "
29341 "allows you to choose a large C<--size> but the extra space won't actually be "
29342 "allocated in the image until you try to store something in it."
29343 msgstr ""
29344
29345 #. type: textblock
29346 #: ../tools/virt-make-fs.pl:85
29347 msgid ""
29348 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29349 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
29350 "to build another image from scratch."
29351 msgstr ""
29352
29353 #. type: =head3
29354 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29355 msgid "EXAMPLE"
29356 msgstr ""
29357
29358 #. type: verbatim
29359 #: ../tools/virt-make-fs.pl:91
29360 #, no-wrap
29361 msgid ""
29362 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29363 "\n"
29364 msgstr ""
29365
29366 #. type: =head2
29367 #: ../tools/virt-make-fs.pl:93
29368 msgid "FILESYSTEM TYPE"
29369 msgstr ""
29370
29371 #. type: textblock
29372 #: ../tools/virt-make-fs.pl:95
29373 msgid ""
29374 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29375 "libguestfs supports can be used (but I<not> read-only formats like "
29376 "ISO9660).  Here are some of the more common choices:"
29377 msgstr ""
29378
29379 #. type: =item
29380 #: ../tools/virt-make-fs.pl:101
29381 msgid "I<ext3>"
29382 msgstr ""
29383
29384 #. type: textblock
29385 #: ../tools/virt-make-fs.pl:103
29386 msgid ""
29387 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29388 "you are not going to use the filesystem in a way that requires the journal, "
29389 "then this is just wasted overhead."
29390 msgstr ""
29391
29392 #. type: =item
29393 #: ../tools/virt-make-fs.pl:107
29394 msgid "I<ntfs> or I<vfat>"
29395 msgstr ""
29396
29397 #. type: textblock
29398 #: ../tools/virt-make-fs.pl:109
29399 msgid "Useful if exporting data to a Windows guest."
29400 msgstr ""
29401
29402 #. type: textblock
29403 #: ../tools/virt-make-fs.pl:111
29404 msgid ""
29405 "I<Note for vfat>: The tar archive or local directory must only contain files "
29406 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29407 "program running within libguestfs is unable to change the ownership of "
29408 "non-root files, since vfat itself does not support this."
29409 msgstr ""
29410
29411 #. type: =item
29412 #: ../tools/virt-make-fs.pl:116
29413 msgid "I<minix>"
29414 msgstr ""
29415
29416 #. type: textblock
29417 #: ../tools/virt-make-fs.pl:118
29418 msgid ""
29419 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29420 "total filesystem size."
29421 msgstr ""
29422
29423 #. type: verbatim
29424 #: ../tools/virt-make-fs.pl:125
29425 #, no-wrap
29426 msgid ""
29427 " virt-make-fs --type=minix input minixfs.img\n"
29428 "\n"
29429 msgstr ""
29430
29431 #. type: =head2
29432 #: ../tools/virt-make-fs.pl:127
29433 msgid "TO PARTITION OR NOT TO PARTITION"
29434 msgstr ""
29435
29436 #. type: textblock
29437 #: ../tools/virt-make-fs.pl:129
29438 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29439 msgstr ""
29440
29441 #. type: textblock
29442 #: ../tools/virt-make-fs.pl:131
29443 msgid ""
29444 "Adding a partition can make the disk image more compatible with certain "
29445 "virtualized operating systems which don't expect to see a filesystem "
29446 "directly located on a block device (Linux doesn't care and will happily "
29447 "handle both types)."
29448 msgstr ""
29449
29450 #. type: textblock
29451 #: ../tools/virt-make-fs.pl:136
29452 msgid ""
29453 "On the other hand, if you have a partition table then the output image is no "
29454 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29455 "directly on a partitioned disk image.  (However libguestfs tools such as "
29456 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29457 msgstr ""
29458
29459 #. type: textblock
29460 #: ../tools/virt-make-fs.pl:144
29461 msgid "Add an MBR partition:"
29462 msgstr ""
29463
29464 #. type: verbatim
29465 #: ../tools/virt-make-fs.pl:146
29466 #, no-wrap
29467 msgid ""
29468 " virt-make-fs --partition -- input disk.img\n"
29469 "\n"
29470 msgstr ""
29471
29472 #. type: textblock
29473 #: ../tools/virt-make-fs.pl:148
29474 msgid ""
29475 "If the output disk image could be terabyte-sized or larger, it's better to "
29476 "use an EFI/GPT-compatible partition table:"
29477 msgstr ""
29478
29479 #. type: verbatim
29480 #: ../tools/virt-make-fs.pl:151
29481 #, no-wrap
29482 msgid ""
29483 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29484 "\n"
29485 msgstr ""
29486
29487 #. type: textblock
29488 #: ../tools/virt-make-fs.pl:179
29489 msgid "Enable debugging information."
29490 msgstr ""
29491
29492 #. type: =item
29493 #: ../tools/virt-make-fs.pl:185
29494 msgid "B<--size=E<lt>NE<gt>>"
29495 msgstr ""
29496
29497 #. type: =item
29498 #: ../tools/virt-make-fs.pl:187
29499 msgid "B<--size=+E<lt>NE<gt>>"
29500 msgstr ""
29501
29502 #. type: =item
29503 #: ../tools/virt-make-fs.pl:189
29504 msgid "B<-s E<lt>NE<gt>>"
29505 msgstr ""
29506
29507 #. type: =item
29508 #: ../tools/virt-make-fs.pl:191
29509 msgid "B<-s +E<lt>NE<gt>>"
29510 msgstr ""
29511
29512 #. type: textblock
29513 #: ../tools/virt-make-fs.pl:193
29514 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
29515 msgstr ""
29516
29517 #. type: textblock
29518 #: ../tools/virt-make-fs.pl:196
29519 msgid ""
29520 "If this option is I<not> given, then the output image will be just large "
29521 "enough to contain all the files, with not much wasted space."
29522 msgstr ""
29523
29524 #. type: textblock
29525 #: ../tools/virt-make-fs.pl:199
29526 msgid ""
29527 "To choose a fixed size output disk, specify an absolute number followed by "
29528 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29529 "Petabytes or Exabytes.  This must be large enough to contain all the input "
29530 "files, else you will get an error."
29531 msgstr ""
29532
29533 #. type: textblock
29534 #: ../tools/virt-make-fs.pl:204
29535 msgid ""
29536 "To leave extra space, specify C<+> (plus sign) and a number followed by "
29537 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29538 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
29539 "the input files, and (approximately) an extra 200 MB free space."
29540 msgstr ""
29541
29542 #. type: textblock
29543 #: ../tools/virt-make-fs.pl:210
29544 msgid ""
29545 "Note that virt-make-fs estimates free space, and therefore will not produce "
29546 "filesystems containing precisely the free space requested.  (It is much more "
29547 "expensive and time-consuming to produce a filesystem which has precisely the "
29548 "desired free space)."
29549 msgstr ""
29550
29551 #. type: =item
29552 #: ../tools/virt-make-fs.pl:219
29553 msgid "B<--format=E<lt>fmtE<gt>>"
29554 msgstr ""
29555
29556 #. type: =item
29557 #: ../tools/virt-make-fs.pl:221
29558 msgid "B<-F E<lt>fmtE<gt>>"
29559 msgstr ""
29560
29561 #. type: textblock
29562 #: ../tools/virt-make-fs.pl:223
29563 msgid "Choose the output disk image format."
29564 msgstr ""
29565
29566 #. type: textblock
29567 #: ../tools/virt-make-fs.pl:225
29568 msgid "The default is C<raw> (raw disk image)."
29569 msgstr ""
29570
29571 #. type: textblock
29572 #: ../tools/virt-make-fs.pl:227
29573 msgid ""
29574 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
29575 "that would really make sense here is C<qcow2>."
29576 msgstr ""
29577
29578 #. type: =item
29579 #: ../tools/virt-make-fs.pl:234
29580 msgid "B<--type=E<lt>fsE<gt>>"
29581 msgstr ""
29582
29583 #. type: =item
29584 #: ../tools/virt-make-fs.pl:236
29585 msgid "B<-t E<lt>fsE<gt>>"
29586 msgstr ""
29587
29588 #. type: textblock
29589 #: ../tools/virt-make-fs.pl:238
29590 msgid "Choose the output filesystem type."
29591 msgstr ""
29592
29593 #. type: textblock
29594 #: ../tools/virt-make-fs.pl:240
29595 msgid "The default is C<ext2>."
29596 msgstr ""
29597
29598 #. type: textblock
29599 #: ../tools/virt-make-fs.pl:242
29600 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
29601 msgstr ""
29602
29603 #. type: =item
29604 #: ../tools/virt-make-fs.pl:249
29605 msgid "B<--partition>"
29606 msgstr ""
29607
29608 #. type: =item
29609 #: ../tools/virt-make-fs.pl:251
29610 msgid "B<--partition=E<lt>parttypeE<gt>>"
29611 msgstr ""
29612
29613 #. type: textblock
29614 #: ../tools/virt-make-fs.pl:253
29615 msgid ""
29616 "If specified, this flag adds an MBR partition table to the output disk "
29617 "image."
29618 msgstr ""
29619
29620 #. type: textblock
29621 #: ../tools/virt-make-fs.pl:256
29622 msgid ""
29623 "You can change the partition table type, eg. C<--partition=gpt> for large "
29624 "disks."
29625 msgstr ""
29626
29627 #. type: textblock
29628 #: ../tools/virt-make-fs.pl:259
29629 msgid ""
29630 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
29631 "might consider the next parameter to be the partition type.  For example:"
29632 msgstr ""
29633
29634 #. type: verbatim
29635 #: ../tools/virt-make-fs.pl:263
29636 #, no-wrap
29637 msgid ""
29638 " virt-make-fs --partition input.tar ...\n"
29639 "\n"
29640 msgstr ""
29641
29642 #. type: textblock
29643 #: ../tools/virt-make-fs.pl:265
29644 msgid ""
29645 "would cause virt-make-fs to think you wanted to use a partition type of "
29646 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
29647 "dash) between options and the input file argument:"
29648 msgstr ""
29649
29650 #. type: verbatim
29651 #: ../tools/virt-make-fs.pl:269
29652 #, no-wrap
29653 msgid ""
29654 " virt-make-fs --partition -- input.tar ...\n"
29655 "\n"
29656 msgstr ""
29657
29658 #. type: textblock
29659 #: ../tools/virt-make-fs.pl:541
29660 msgid ""
29661 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
29662 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
29663 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29664 msgstr ""
29665
29666 #. type: verbatim
29667 #: ../tools/virt-make-fs.pl:558
29668 #, no-wrap
29669 msgid ""
29670 " export LIBGUESTFS_DEBUG=1\n"
29671 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
29672 "\n"
29673 msgstr ""
29674
29675 #. type: textblock
29676 #: ../tools/virt-make-fs.pl:561
29677 msgid ""
29678 "Attach /tmp/virt-make-fs.log to a new bug report at "
29679 "L<https://bugzilla.redhat.com/>"
29680 msgstr ""
29681
29682 #. type: textblock
29683 #: ../tools/virt-list-partitions.pl:32
29684 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
29685 msgstr ""
29686
29687 #. type: verbatim
29688 #: ../tools/virt-list-partitions.pl:36
29689 #, no-wrap
29690 msgid ""
29691 " virt-list-partitions [--options] domname\n"
29692 "\n"
29693 msgstr ""
29694
29695 #. type: verbatim
29696 #: ../tools/virt-list-partitions.pl:38
29697 #, no-wrap
29698 msgid ""
29699 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
29700 "\n"
29701 msgstr ""
29702
29703 #. type: textblock
29704 #: ../tools/virt-list-partitions.pl:45
29705 msgid ""
29706 "C<virt-list-partitions> is a command line tool to list the partitions that "
29707 "are contained in a virtual machine or disk image.  It is mainly useful as a "
29708 "first step to using L<virt-resize(1)>."
29709 msgstr ""
29710
29711 #. type: textblock
29712 #: ../tools/virt-list-partitions.pl:50
29713 msgid ""
29714 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
29715 "functionality.  For more complex cases you should look at the "
29716 "L<guestfish(1)> tool."
29717 msgstr ""
29718
29719 #. type: =item
29720 #: ../tools/virt-list-partitions.pl:107
29721 msgid "B<-h> | B<--human-readable>"
29722 msgstr ""
29723
29724 #. type: textblock
29725 #: ../tools/virt-list-partitions.pl:109
29726 msgid "Show sizes in human-readable form (eg. \"1G\")."
29727 msgstr ""
29728
29729 #. type: textblock
29730 #: ../tools/virt-list-partitions.pl:117
29731 msgid ""
29732 "With this option, C<virt-list-partitions> displays the type and size of each "
29733 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
29734 msgstr ""
29735
29736 #. type: =item
29737 #: ../tools/virt-list-partitions.pl:124
29738 msgid "B<-t> | B<--total>"
29739 msgstr ""
29740
29741 #. type: textblock
29742 #: ../tools/virt-list-partitions.pl:126
29743 msgid "Display the total size of each block device (as a separate row or rows)."
29744 msgstr ""
29745
29746 #. type: textblock
29747 #: ../tools/virt-list-partitions.pl:259
29748 msgid ""
29749 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
29750 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
29751 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29752 msgstr ""
29753
29754 #. type: textblock
29755 #: ../tools/virt-list-partitions.pl:275
29756 msgid "Copyright (C) 2009-2010 Red Hat Inc."
29757 msgstr ""