blkid: Use -c /dev/null option to kill the cache.
[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.9\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-07-16 10:13+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:569 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:584 ../src/guestfs-actions.pod:591 ../src/guestfs-actions.pod:1584 ../src/guestfs-actions.pod:1588 ../src/guestfs-actions.pod:1592 ../src/guestfs-actions.pod:1596 ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608 ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1622 ../src/guestfs-actions.pod:1626 ../src/guestfs-actions.pod:1630 ../src/guestfs-actions.pod:1768 ../src/guestfs-actions.pod:1772 ../src/guestfs-actions.pod:1777 ../src/guestfs-actions.pod:1782 ../src/guestfs-actions.pod:1843 ../src/guestfs-actions.pod:1847 ../src/guestfs-actions.pod:1852 ../fish/guestfish.pod:427 ../fish/guestfish.pod:431 ../fish/guestfish.pod:435 ../fish/guestfish.pod:439 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:373 ../fish/guestfish-actions.pod:381 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:1062 ../fish/guestfish-actions.pod:1066 ../fish/guestfish-actions.pod:1070 ../fish/guestfish-actions.pod:1074 ../fish/guestfish-actions.pod:1082 ../fish/guestfish-actions.pod:1086 ../fish/guestfish-actions.pod:1090 ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1104 ../fish/guestfish-actions.pod:1108 ../fish/guestfish-actions.pod:1198 ../fish/guestfish-actions.pod:1202 ../fish/guestfish-actions.pod:1207 ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1254 ../fish/guestfish-actions.pod:1258 ../fish/guestfish-actions.pod:1263 ../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 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2700 "                                        guestfs_abort_cb);\n"
2701 "\n"
2702 msgstr ""
2703
2704 #. type: textblock
2705 #: ../src/guestfs.pod:1398
2706 msgid ""
2707 "The callback C<cb> will be called if there is an out of memory situation.  "
2708 "I<Note this callback must not return>."
2709 msgstr ""
2710
2711 #. type: textblock
2712 #: ../src/guestfs.pod:1401
2713 msgid "The default is to call L<abort(3)>."
2714 msgstr ""
2715
2716 #. type: textblock
2717 #: ../src/guestfs.pod:1403
2718 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2719 msgstr ""
2720
2721 #. type: =head2
2722 #: ../src/guestfs.pod:1406
2723 msgid "guestfs_get_out_of_memory_handler"
2724 msgstr ""
2725
2726 #. type: verbatim
2727 #: ../src/guestfs.pod:1408
2728 #, no-wrap
2729 msgid ""
2730 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2731 "\n"
2732 msgstr ""
2733
2734 #. type: textblock
2735 #: ../src/guestfs.pod:1410
2736 msgid "This returns the current out of memory handler."
2737 msgstr ""
2738
2739 #. type: =head1
2740 #: ../src/guestfs.pod:1412
2741 msgid "API CALLS"
2742 msgstr ""
2743
2744 #. type: textblock
2745 #: ../src/guestfs.pod:1414 ../fish/guestfish.pod:958
2746 msgid "@ACTIONS@"
2747 msgstr ""
2748
2749 #. type: =head1
2750 #: ../src/guestfs.pod:1416
2751 msgid "STRUCTURES"
2752 msgstr ""
2753
2754 #. type: textblock
2755 #: ../src/guestfs.pod:1418
2756 msgid "@STRUCTS@"
2757 msgstr ""
2758
2759 #. type: =head1
2760 #: ../src/guestfs.pod:1420
2761 msgid "AVAILABILITY"
2762 msgstr ""
2763
2764 #. type: =head2
2765 #: ../src/guestfs.pod:1422
2766 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2767 msgstr ""
2768
2769 #. type: textblock
2770 #: ../src/guestfs.pod:1424
2771 msgid ""
2772 "Using L</guestfs_available> you can test availability of the following "
2773 "groups of functions.  This test queries the appliance to see if the "
2774 "appliance you are currently using supports the functionality."
2775 msgstr ""
2776
2777 #. type: textblock
2778 #: ../src/guestfs.pod:1429
2779 msgid "@AVAILABILITY@"
2780 msgstr ""
2781
2782 #. type: =head2
2783 #: ../src/guestfs.pod:1431
2784 msgid "GUESTFISH supported COMMAND"
2785 msgstr ""
2786
2787 #. type: textblock
2788 #: ../src/guestfs.pod:1433
2789 msgid ""
2790 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2791 "prints out the available groups and whether they are supported by this build "
2792 "of libguestfs.  Note however that you have to do C<run> first."
2793 msgstr ""
2794
2795 #. type: =head2
2796 #: ../src/guestfs.pod:1438
2797 msgid "SINGLE CALLS AT COMPILE TIME"
2798 msgstr ""
2799
2800 #. type: textblock
2801 #: ../src/guestfs.pod:1440
2802 msgid ""
2803 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2804 "function, such as:"
2805 msgstr ""
2806
2807 #. type: verbatim
2808 #: ../src/guestfs.pod:1443
2809 #, no-wrap
2810 msgid ""
2811 " #define LIBGUESTFS_HAVE_DD 1\n"
2812 "\n"
2813 msgstr ""
2814
2815 #. type: textblock
2816 #: ../src/guestfs.pod:1445
2817 msgid "if L</guestfs_dd> is available."
2818 msgstr ""
2819
2820 #. type: textblock
2821 #: ../src/guestfs.pod:1447
2822 msgid ""
2823 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2824 "function is available at compile time, we recommended using build tools such "
2825 "as autoconf or cmake.  For example in autotools you could use:"
2826 msgstr ""
2827
2828 #. type: verbatim
2829 #: ../src/guestfs.pod:1452
2830 #, no-wrap
2831 msgid ""
2832 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2833 " AC_CHECK_FUNCS([guestfs_dd])\n"
2834 "\n"
2835 msgstr ""
2836
2837 #. type: textblock
2838 #: ../src/guestfs.pod:1455
2839 msgid ""
2840 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2841 "in your program."
2842 msgstr ""
2843
2844 #. type: =head2
2845 #: ../src/guestfs.pod:1458
2846 msgid "SINGLE CALLS AT RUN TIME"
2847 msgstr ""
2848
2849 #. type: textblock
2850 #: ../src/guestfs.pod:1460
2851 msgid ""
2852 "Testing at compile time doesn't guarantee that a function really exists in "
2853 "the library.  The reason is that you might be dynamically linked against a "
2854 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
2855 "This situation unfortunately results in a segmentation fault, which is a "
2856 "shortcoming of the C dynamic linking system itself."
2857 msgstr ""
2858
2859 #. type: textblock
2860 #: ../src/guestfs.pod:1467
2861 msgid ""
2862 "You can use L<dlopen(3)> to test if a function is available at run time, as "
2863 "in this example program (note that you still need the compile time check as "
2864 "well):"
2865 msgstr ""
2866
2867 #. type: verbatim
2868 #: ../src/guestfs.pod:1471
2869 #, no-wrap
2870 msgid ""
2871 " #include <stdio.h>\n"
2872 " #include <stdlib.h>\n"
2873 " #include <unistd.h>\n"
2874 " #include <dlfcn.h>\n"
2875 " #include <guestfs.h>\n"
2876 " \n"
2877 msgstr ""
2878
2879 #. type: verbatim
2880 #: ../src/guestfs.pod:1477
2881 #, no-wrap
2882 msgid ""
2883 " main ()\n"
2884 " {\n"
2885 " #ifdef LIBGUESTFS_HAVE_DD\n"
2886 "   void *dl;\n"
2887 "   int has_function;\n"
2888 " \n"
2889 msgstr ""
2890
2891 #. type: verbatim
2892 #: ../src/guestfs.pod:1483
2893 #, no-wrap
2894 msgid ""
2895 "   /* Test if the function guestfs_dd is really available. */\n"
2896 "   dl = dlopen (NULL, RTLD_LAZY);\n"
2897 "   if (!dl) {\n"
2898 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
2899 "     exit (EXIT_FAILURE);\n"
2900 "   }\n"
2901 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
2902 "   dlclose (dl);\n"
2903 " \n"
2904 msgstr ""
2905
2906 #. type: verbatim
2907 #: ../src/guestfs.pod:1492
2908 #, no-wrap
2909 msgid ""
2910 "   if (!has_function)\n"
2911 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
2912 "   else {\n"
2913 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
2914 "     /* Now it's safe to call\n"
2915 "     guestfs_dd (g, \"foo\", \"bar\");\n"
2916 "     */\n"
2917 "   }\n"
2918 " #else\n"
2919 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
2920 " #endif\n"
2921 "  }\n"
2922 "\n"
2923 msgstr ""
2924
2925 #. type: textblock
2926 #: ../src/guestfs.pod:1505
2927 msgid ""
2928 "You may think the above is an awful lot of hassle, and it is.  There are "
2929 "other ways outside of the C linking system to ensure that this kind of "
2930 "incompatibility never arises, such as using package versioning:"
2931 msgstr ""
2932
2933 #. type: verbatim
2934 #: ../src/guestfs.pod:1510
2935 #, no-wrap
2936 msgid ""
2937 " Requires: libguestfs >= 1.0.80\n"
2938 "\n"
2939 msgstr ""
2940
2941 #. type: =head1
2942 #: ../src/guestfs.pod:1512
2943 msgid "CALLS WITH OPTIONAL ARGUMENTS"
2944 msgstr ""
2945
2946 #. type: textblock
2947 #: ../src/guestfs.pod:1514
2948 msgid ""
2949 "A recent feature of the API is the introduction of calls which take optional "
2950 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
2951 "takes variable arguments (ie. C<...>), as in this example:"
2952 msgstr ""
2953
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1519
2956 #, no-wrap
2957 msgid ""
2958 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
2959 "\n"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1521
2964 msgid ""
2965 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
2966 "call with no optional arguments specified:"
2967 msgstr ""
2968
2969 #. type: verbatim
2970 #: ../src/guestfs.pod:1524
2971 #, no-wrap
2972 msgid ""
2973 " guestfs_add_drive_opts (g, filename, -1);\n"
2974 "\n"
2975 msgstr ""
2976
2977 #. type: textblock
2978 #: ../src/guestfs.pod:1526
2979 msgid "With a single optional argument:"
2980 msgstr ""
2981
2982 #. type: verbatim
2983 #: ../src/guestfs.pod:1528
2984 #, no-wrap
2985 msgid ""
2986 " guestfs_add_drive_opts (g, filename,\n"
2987 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
2988 "                         -1);\n"
2989 "\n"
2990 msgstr ""
2991
2992 #. type: textblock
2993 #: ../src/guestfs.pod:1532
2994 msgid "With two:"
2995 msgstr ""
2996
2997 #. type: verbatim
2998 #: ../src/guestfs.pod:1534
2999 #, no-wrap
3000 msgid ""
3001 " guestfs_add_drive_opts (g, filename,\n"
3002 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3003 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3004 "                         -1);\n"
3005 "\n"
3006 msgstr ""
3007
3008 #. type: textblock
3009 #: ../src/guestfs.pod:1539
3010 msgid ""
3011 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3012 "happen!"
3013 msgstr ""
3014
3015 #. type: =head2
3016 #: ../src/guestfs.pod:1542
3017 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3018 msgstr ""
3019
3020 #. type: textblock
3021 #: ../src/guestfs.pod:1544
3022 msgid ""
3023 "The second variant has the same name with the suffix C<_va>, which works the "
3024 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3025 "example function, this is declared:"
3026 msgstr ""
3027
3028 #. type: verbatim
3029 #: ../src/guestfs.pod:1548
3030 #, no-wrap
3031 msgid ""
3032 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3033 "                                va_list args);\n"
3034 "\n"
3035 msgstr ""
3036
3037 #. type: =head2
3038 #: ../src/guestfs.pod:1551
3039 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3040 msgstr ""
3041
3042 #. type: textblock
3043 #: ../src/guestfs.pod:1553
3044 msgid ""
3045 "The third variant is useful where you need to construct these calls.  You "
3046 "pass in a structure where you fill in the optional fields.  The structure "
3047 "has a bitmask as the first element which you must set to indicate which "
3048 "fields you have filled in.  For our example function the structure and call "
3049 "are declared:"
3050 msgstr ""
3051
3052 #. type: verbatim
3053 #: ../src/guestfs.pod:1559
3054 #, no-wrap
3055 msgid ""
3056 " struct guestfs_add_drive_opts_argv {\n"
3057 "   uint64_t bitmask;\n"
3058 "   int readonly;\n"
3059 "   const char *format;\n"
3060 "   /* ... */\n"
3061 " };\n"
3062 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3063 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3064 "\n"
3065 msgstr ""
3066
3067 #. type: textblock
3068 #: ../src/guestfs.pod:1568
3069 msgid "You could call it like this:"
3070 msgstr ""
3071
3072 #. type: verbatim
3073 #: ../src/guestfs.pod:1570
3074 #, no-wrap
3075 msgid ""
3076 " struct guestfs_add_drive_opts_argv optargs = {\n"
3077 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3078 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3079 "   .readonly = 1,\n"
3080 "   .format = \"qcow2\"\n"
3081 " };\n"
3082 " \n"
3083 msgstr ""
3084
3085 #. type: verbatim
3086 #: ../src/guestfs.pod:1577
3087 #, no-wrap
3088 msgid ""
3089 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3090 "\n"
3091 msgstr ""
3092
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1579 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1839 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1250 ../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:965 ../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:991
4761 msgid "LIBGUESTFS_APPEND"
4762 msgstr ""
4763
4764 #. type: textblock
4765 #: ../src/guestfs.pod:2450 ../fish/guestfish.pod:993
4766 msgid "Pass additional options to the guest kernel."
4767 msgstr ""
4768
4769 #. type: =item
4770 #: ../src/guestfs.pod:2452 ../fish/guestfish.pod:995
4771 msgid "LIBGUESTFS_DEBUG"
4772 msgstr ""
4773
4774 #. type: textblock
4775 #: ../src/guestfs.pod:2454
4776 msgid ""
4777 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
4778 "effect as calling C<guestfs_set_verbose (g, 1)>."
4779 msgstr ""
4780
4781 #. type: =item
4782 #: ../src/guestfs.pod:2457 ../fish/guestfish.pod:1000
4783 msgid "LIBGUESTFS_MEMSIZE"
4784 msgstr ""
4785
4786 #. type: textblock
4787 #: ../src/guestfs.pod:2459 ../fish/guestfish.pod:1002
4788 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
4789 msgstr ""
4790
4791 #. type: verbatim
4792 #: ../src/guestfs.pod:2462 ../fish/guestfish.pod:1005
4793 #, no-wrap
4794 msgid ""
4795 " LIBGUESTFS_MEMSIZE=700\n"
4796 "\n"
4797 msgstr ""
4798
4799 #. type: =item
4800 #: ../src/guestfs.pod:2464 ../fish/guestfish.pod:1007
4801 msgid "LIBGUESTFS_PATH"
4802 msgstr ""
4803
4804 #. type: textblock
4805 #: ../src/guestfs.pod:2466
4806 msgid ""
4807 "Set the path that libguestfs uses to search for 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:1012
4813 msgid "LIBGUESTFS_QEMU"
4814 msgstr ""
4815
4816 #. type: textblock
4817 #: ../src/guestfs.pod:2471 ../fish/guestfish.pod:1014
4818 msgid ""
4819 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
4820 "which was found at compile time by the configure script is used."
4821 msgstr ""
4822
4823 #. type: textblock
4824 #: ../src/guestfs.pod:2475
4825 msgid "See also L</QEMU WRAPPERS> above."
4826 msgstr ""
4827
4828 #. type: =item
4829 #: ../src/guestfs.pod:2477 ../fish/guestfish.pod:1018
4830 msgid "LIBGUESTFS_TRACE"
4831 msgstr ""
4832
4833 #. type: textblock
4834 #: ../src/guestfs.pod:2479
4835 msgid ""
4836 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
4837 "effect as calling C<guestfs_set_trace (g, 1)>."
4838 msgstr ""
4839
4840 #. type: =item
4841 #: ../src/guestfs.pod:2482 ../fish/guestfish.pod:1027
4842 msgid "TMPDIR"
4843 msgstr ""
4844
4845 #. type: textblock
4846 #: ../src/guestfs.pod:2484 ../fish/guestfish.pod:1029
4847 msgid "Location of temporary directory, defaults to C</tmp>."
4848 msgstr ""
4849
4850 #. type: textblock
4851 #: ../src/guestfs.pod:2486 ../fish/guestfish.pod:1031
4852 msgid ""
4853 "If libguestfs was compiled to use the supermin appliance then the real "
4854 "appliance is cached in this directory, shared between all handles belonging "
4855 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
4856 "use in case C</tmp> is not large enough."
4857 msgstr ""
4858
4859 #. type: =head1
4860 #: ../src/guestfs.pod:2494 ../fish/guestfish.pod:1089 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:233 ../tools/virt-edit.pl: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:1108 ../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:1110 ../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:1112 ../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:1114 ../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:408 ../src/guestfs-actions.pod:428 ../src/guestfs-actions.pod:442 ../src/guestfs-actions.pod:487 ../src/guestfs-actions.pod:515 ../src/guestfs-actions.pod:533 ../src/guestfs-actions.pod:600 ../src/guestfs-actions.pod:633 ../src/guestfs-actions.pod:647 ../src/guestfs-actions.pod:662 ../src/guestfs-actions.pod:761 ../src/guestfs-actions.pod:779 ../src/guestfs-actions.pod:793 ../src/guestfs-actions.pod:807 ../src/guestfs-actions.pod:968 ../src/guestfs-actions.pod:988 ../src/guestfs-actions.pod:1006 ../src/guestfs-actions.pod:1090 ../src/guestfs-actions.pod:1108 ../src/guestfs-actions.pod:1127 ../src/guestfs-actions.pod:1141 ../src/guestfs-actions.pod:1161 ../src/guestfs-actions.pod:1231 ../src/guestfs-actions.pod:1262 ../src/guestfs-actions.pod:1287 ../src/guestfs-actions.pod:1324 ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1464 ../src/guestfs-actions.pod:1679 ../src/guestfs-actions.pod:1701 ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2384 ../src/guestfs-actions.pod:2445 ../src/guestfs-actions.pod:2480 ../src/guestfs-actions.pod:3223 ../src/guestfs-actions.pod:3238 ../src/guestfs-actions.pod:3258 ../src/guestfs-actions.pod:3413 ../src/guestfs-actions.pod:3427 ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:3454 ../src/guestfs-actions.pod:3469 ../src/guestfs-actions.pod:3505 ../src/guestfs-actions.pod:3577 ../src/guestfs-actions.pod:3597 ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3637 ../src/guestfs-actions.pod:3660 ../src/guestfs-actions.pod:3692 ../src/guestfs-actions.pod:3711 ../src/guestfs-actions.pod:3730 ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:3777 ../src/guestfs-actions.pod:3813 ../src/guestfs-actions.pod:3829 ../src/guestfs-actions.pod:3842 ../src/guestfs-actions.pod:3857 ../src/guestfs-actions.pod:3874 ../src/guestfs-actions.pod:3967 ../src/guestfs-actions.pod:3987 ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4051 ../src/guestfs-actions.pod:4069 ../src/guestfs-actions.pod:4087 ../src/guestfs-actions.pod:4103 ../src/guestfs-actions.pod:4117 ../src/guestfs-actions.pod:4131 ../src/guestfs-actions.pod:4148 ../src/guestfs-actions.pod:4163 ../src/guestfs-actions.pod:4183 ../src/guestfs-actions.pod:4229 ../src/guestfs-actions.pod:4302 ../src/guestfs-actions.pod:4333 ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4371 ../src/guestfs-actions.pod:4383 ../src/guestfs-actions.pod:4400 ../src/guestfs-actions.pod:4413 ../src/guestfs-actions.pod:4428 ../src/guestfs-actions.pod:4443 ../src/guestfs-actions.pod:4478 ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4513 ../src/guestfs-actions.pod:4527 ../src/guestfs-actions.pod:4544 ../src/guestfs-actions.pod:4593 ../src/guestfs-actions.pod:4639 ../src/guestfs-actions.pod:4653 ../src/guestfs-actions.pod:4681 ../src/guestfs-actions.pod:4698 ../src/guestfs-actions.pod:4716 ../src/guestfs-actions.pod:4850 ../src/guestfs-actions.pod:4907 ../src/guestfs-actions.pod:4929 ../src/guestfs-actions.pod:4947 ../src/guestfs-actions.pod:4979 ../src/guestfs-actions.pod:5045 ../src/guestfs-actions.pod:5062 ../src/guestfs-actions.pod:5075 ../src/guestfs-actions.pod:5089 ../src/guestfs-actions.pod:5378 ../src/guestfs-actions.pod:5397 ../src/guestfs-actions.pod:5411 ../src/guestfs-actions.pod:5423 ../src/guestfs-actions.pod:5437 ../src/guestfs-actions.pod:5449 ../src/guestfs-actions.pod:5463 ../src/guestfs-actions.pod:5479 ../src/guestfs-actions.pod:5500 ../src/guestfs-actions.pod:5519 ../src/guestfs-actions.pod:5538 ../src/guestfs-actions.pod:5556 ../src/guestfs-actions.pod:5579 ../src/guestfs-actions.pod:5597 ../src/guestfs-actions.pod:5616 ../src/guestfs-actions.pod:5637 ../src/guestfs-actions.pod:5656 ../src/guestfs-actions.pod:5673 ../src/guestfs-actions.pod:5701 ../src/guestfs-actions.pod:5725 ../src/guestfs-actions.pod:5744 ../src/guestfs-actions.pod:5768 ../src/guestfs-actions.pod:5783 ../src/guestfs-actions.pod:5798 ../src/guestfs-actions.pod:5817 ../src/guestfs-actions.pod:5854 ../src/guestfs-actions.pod:5877 ../src/guestfs-actions.pod:5903 ../src/guestfs-actions.pod:6011 ../src/guestfs-actions.pod:6132 ../src/guestfs-actions.pod:6144 ../src/guestfs-actions.pod:6157 ../src/guestfs-actions.pod:6170 ../src/guestfs-actions.pod:6192 ../src/guestfs-actions.pod:6205 ../src/guestfs-actions.pod:6218 ../src/guestfs-actions.pod:6231 ../src/guestfs-actions.pod:6246 ../src/guestfs-actions.pod:6305 ../src/guestfs-actions.pod:6322 ../src/guestfs-actions.pod:6338 ../src/guestfs-actions.pod:6354 ../src/guestfs-actions.pod:6371 ../src/guestfs-actions.pod:6384 ../src/guestfs-actions.pod:6404 ../src/guestfs-actions.pod:6440 ../src/guestfs-actions.pod:6454 ../src/guestfs-actions.pod:6495 ../src/guestfs-actions.pod:6508 ../src/guestfs-actions.pod:6526 ../src/guestfs-actions.pod:6560 ../src/guestfs-actions.pod:6596 ../src/guestfs-actions.pod:6715 ../src/guestfs-actions.pod:6733 ../src/guestfs-actions.pod:6747 ../src/guestfs-actions.pod:6802 ../src/guestfs-actions.pod:6815 ../src/guestfs-actions.pod:6860 ../src/guestfs-actions.pod:6893 ../src/guestfs-actions.pod:6947 ../src/guestfs-actions.pod:6973 ../src/guestfs-actions.pod:7039 ../src/guestfs-actions.pod:7058 ../src/guestfs-actions.pod:7087
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 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:151 ../fish/guestfish-actions.pod:165
5030 msgid ""
5031 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5032 "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:1435 ../src/guestfs-actions.pod:1918 ../src/guestfs-actions.pod:1939 ../src/guestfs-actions.pod:4188 ../src/guestfs-actions.pod:6981 ../src/guestfs-actions.pod:7150 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:154 ../fish/guestfish-actions.pod:168 ../fish/guestfish-actions.pod:949 ../fish/guestfish-actions.pod:1303 ../fish/guestfish-actions.pod:1317 ../fish/guestfish-actions.pod:2817 ../fish/guestfish-actions.pod:4630 ../fish/guestfish-actions.pod:4727
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:1092 ../src/guestfs-actions.pod:1890 ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:2091 ../src/guestfs-actions.pod:3225 ../src/guestfs-actions.pod:3240 ../src/guestfs-actions.pod:4480 ../src/guestfs-actions.pod:5558 ../src/guestfs-actions.pod:5675 ../src/guestfs-actions.pod:5785 ../src/guestfs-actions.pod:6248 ../src/guestfs-actions.pod:6373 ../src/guestfs-actions.pod:6895
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:4202
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:501 ../src/guestfs-actions.pod:679 ../src/guestfs-actions.pod:710 ../src/guestfs-actions.pod:728 ../src/guestfs-actions.pod:747 ../src/guestfs-actions.pod:1307 ../src/guestfs-actions.pod:1658 ../src/guestfs-actions.pod:1861 ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:2000 ../src/guestfs-actions.pod:2055 ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:2371 ../src/guestfs-actions.pod:2659 ../src/guestfs-actions.pod:2680 ../src/guestfs-actions.pod:4616 ../src/guestfs-actions.pod:4753 ../src/guestfs-actions.pod:5159 ../src/guestfs-actions.pod:5185 ../src/guestfs-actions.pod:6481 ../src/guestfs-actions.pod:6906 ../src/guestfs-actions.pod:6919 ../src/guestfs-actions.pod:6932
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:4243 ../src/guestfs-actions.pod:4255
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:4212 ../fish/guestfish-actions.pod:103 ../fish/guestfish-actions.pod:2828
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:2330
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:2080
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:410 ../src/guestfs-actions.pod:430 ../src/guestfs-actions.pod:444 ../src/guestfs-actions.pod:475 ../src/guestfs-actions.pod:489 ../src/guestfs-actions.pod:503 ../src/guestfs-actions.pod:517 ../src/guestfs-actions.pod:535 ../src/guestfs-actions.pod:5236
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:849 ../src/guestfs-actions.pod:867 ../src/guestfs-actions.pod:927 ../src/guestfs-actions.pod:943 ../src/guestfs-actions.pod:1046 ../src/guestfs-actions.pod:1176 ../src/guestfs-actions.pod:1193 ../src/guestfs-actions.pod:1212 ../src/guestfs-actions.pod:1341 ../src/guestfs-actions.pod:1529 ../src/guestfs-actions.pod:1641 ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:1821 ../src/guestfs-actions.pod:1912 ../src/guestfs-actions.pod:1933 ../src/guestfs-actions.pod:2103 ../src/guestfs-actions.pod:2295 ../src/guestfs-actions.pod:2502 ../src/guestfs-actions.pod:2583 ../src/guestfs-actions.pod:2631 ../src/guestfs-actions.pod:2745 ../src/guestfs-actions.pod:2776 ../src/guestfs-actions.pod:2800 ../src/guestfs-actions.pod:2862 ../src/guestfs-actions.pod:2885 ../src/guestfs-actions.pod:3399 ../src/guestfs-actions.pod:3749 ../src/guestfs-actions.pod:3919 ../src/guestfs-actions.pod:4029 ../src/guestfs-actions.pod:4771 ../src/guestfs-actions.pod:4964 ../src/guestfs-actions.pod:5134 ../src/guestfs-actions.pod:5312 ../src/guestfs-actions.pod:5361 ../src/guestfs-actions.pod:5924 ../src/guestfs-actions.pod:5940 ../src/guestfs-actions.pod:5957 ../src/guestfs-actions.pod:5981 ../src/guestfs-actions.pod:6655 ../src/guestfs-actions.pod:6674 ../src/guestfs-actions.pod:6692 ../src/guestfs-actions.pod:6872 ../src/guestfs-actions.pod:7144
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 (can be expensive)."
5674 msgstr ""
5675
5676 #. type: =item
5677 #: ../src/guestfs-actions.pod:390 ../fish/guestfish-actions.pod:254
5678 msgid "C<AUG_NO_STDINC> = 8"
5679 msgstr ""
5680
5681 #. type: textblock
5682 #: ../src/guestfs-actions.pod:392 ../fish/guestfish-actions.pod:256
5683 msgid "Do not use standard load path for modules."
5684 msgstr ""
5685
5686 #. type: =item
5687 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:258
5688 msgid "C<AUG_SAVE_NOOP> = 16"
5689 msgstr ""
5690
5691 #. type: textblock
5692 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:260
5693 msgid "Make save a no-op, just record what would have been changed."
5694 msgstr ""
5695
5696 #. type: =item
5697 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:262
5698 msgid "C<AUG_NO_LOAD> = 32"
5699 msgstr ""
5700
5701 #. type: textblock
5702 #: ../src/guestfs-actions.pod:400
5703 msgid "Do not load the tree in C<guestfs_aug_init>."
5704 msgstr ""
5705
5706 #. type: textblock
5707 #: ../src/guestfs-actions.pod:404
5708 msgid "To close the handle, you can call C<guestfs_aug_close>."
5709 msgstr ""
5710
5711 #. type: textblock
5712 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:270
5713 msgid "To find out more about Augeas, see L<http://augeas.net/>."
5714 msgstr ""
5715
5716 #. type: =head2
5717 #: ../src/guestfs-actions.pod:412
5718 msgid "guestfs_aug_insert"
5719 msgstr ""
5720
5721 #. type: verbatim
5722 #: ../src/guestfs-actions.pod:414
5723 #, no-wrap
5724 msgid ""
5725 " int\n"
5726 " guestfs_aug_insert (guestfs_h *g,\n"
5727 "                     const char *augpath,\n"
5728 "                     const char *label,\n"
5729 "                     int before);\n"
5730 "\n"
5731 msgstr ""
5732
5733 #. type: textblock
5734 #: ../src/guestfs-actions.pod:420 ../fish/guestfish-actions.pod:276
5735 msgid ""
5736 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
5737 "or after C<path> (depending on the boolean flag C<before>)."
5738 msgstr ""
5739
5740 #. type: textblock
5741 #: ../src/guestfs-actions.pod:424 ../fish/guestfish-actions.pod:280
5742 msgid ""
5743 "C<path> must match exactly one existing node in the tree, and C<label> must "
5744 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
5745 msgstr ""
5746
5747 #. type: =head2
5748 #: ../src/guestfs-actions.pod:432
5749 msgid "guestfs_aug_load"
5750 msgstr ""
5751
5752 #. type: verbatim
5753 #: ../src/guestfs-actions.pod:434
5754 #, no-wrap
5755 msgid ""
5756 " int\n"
5757 " guestfs_aug_load (guestfs_h *g);\n"
5758 "\n"
5759 msgstr ""
5760
5761 #. type: textblock
5762 #: ../src/guestfs-actions.pod:437 ../fish/guestfish-actions.pod:288
5763 msgid "Load files into the tree."
5764 msgstr ""
5765
5766 #. type: textblock
5767 #: ../src/guestfs-actions.pod:439 ../fish/guestfish-actions.pod:290
5768 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
5769 msgstr ""
5770
5771 #. type: =head2
5772 #: ../src/guestfs-actions.pod:446
5773 msgid "guestfs_aug_ls"
5774 msgstr ""
5775
5776 #. type: verbatim
5777 #: ../src/guestfs-actions.pod:448
5778 #, no-wrap
5779 msgid ""
5780 " char **\n"
5781 " guestfs_aug_ls (guestfs_h *g,\n"
5782 "                 const char *augpath);\n"
5783 "\n"
5784 msgstr ""
5785
5786 #. type: textblock
5787 #: ../src/guestfs-actions.pod:452
5788 msgid ""
5789 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
5790 "sorting the resulting nodes into alphabetical order."
5791 msgstr ""
5792
5793 #. type: textblock
5794 #: ../src/guestfs-actions.pod:455 ../src/guestfs-actions.pod:471 ../src/guestfs-actions.pod:617 ../src/guestfs-actions.pod:1065 ../src/guestfs-actions.pod:1356 ../src/guestfs-actions.pod:1375 ../src/guestfs-actions.pod:1478 ../src/guestfs-actions.pod:1497 ../src/guestfs-actions.pod:1743 ../src/guestfs-actions.pod:2175 ../src/guestfs-actions.pod:2191 ../src/guestfs-actions.pod:2210 ../src/guestfs-actions.pod:2253 ../src/guestfs-actions.pod:2277 ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2819 ../src/guestfs-actions.pod:3034 ../src/guestfs-actions.pod:3319 ../src/guestfs-actions.pod:3381 ../src/guestfs-actions.pod:3486 ../src/guestfs-actions.pod:3891 ../src/guestfs-actions.pod:4577 ../src/guestfs-actions.pod:5106 ../src/guestfs-actions.pod:5232 ../src/guestfs-actions.pod:5346 ../src/guestfs-actions.pod:5997 ../src/guestfs-actions.pod:6058 ../src/guestfs-actions.pod:6113 ../src/guestfs-actions.pod:6259 ../src/guestfs-actions.pod:6283 ../src/guestfs-actions.pod:6765 ../src/guestfs-actions.pod:6785 ../src/guestfs-actions.pod:6832 ../src/guestfs-actions.pod:6997 ../src/guestfs-actions.pod:7016 ../src/guestfs-actions.pod:7101 ../src/guestfs-actions.pod:7120 ../src/guestfs-actions.pod:7166 ../src/guestfs-actions.pod:7185
5795 msgid ""
5796 "This function returns a NULL-terminated array of strings (like "
5797 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
5798 "strings and the array after use>."
5799 msgstr ""
5800
5801 #. type: textblock
5802 #: ../src/guestfs-actions.pod:459 ../src/guestfs-actions.pod:990 ../src/guestfs-actions.pod:1008 ../src/guestfs-actions.pod:1413 ../src/guestfs-actions.pod:3112 ../src/guestfs-actions.pod:3143 ../src/guestfs-actions.pod:3732 ../src/guestfs-actions.pod:3782 ../src/guestfs-actions.pod:3969 ../src/guestfs-actions.pod:4002 ../src/guestfs-actions.pod:4165 ../src/guestfs-actions.pod:4581 ../src/guestfs-actions.pod:5047 ../src/guestfs-actions.pod:5425 ../src/guestfs-actions.pod:5439 ../src/guestfs-actions.pod:5451 ../src/guestfs-actions.pod:5859 ../src/guestfs-actions.pod:6497 ../src/guestfs-actions.pod:6510 ../src/guestfs-actions.pod:6749 ../src/guestfs-actions.pod:6985
5803 msgid "(Added in 0.8)"
5804 msgstr ""
5805
5806 #. type: =head2
5807 #: ../src/guestfs-actions.pod:461
5808 msgid "guestfs_aug_match"
5809 msgstr ""
5810
5811 #. type: verbatim
5812 #: ../src/guestfs-actions.pod:463
5813 #, no-wrap
5814 msgid ""
5815 " char **\n"
5816 " guestfs_aug_match (guestfs_h *g,\n"
5817 "                    const char *augpath);\n"
5818 "\n"
5819 msgstr ""
5820
5821 #. type: textblock
5822 #: ../src/guestfs-actions.pod:467 ../fish/guestfish-actions.pod:304
5823 msgid ""
5824 "Returns a list of paths which match the path expression C<path>.  The "
5825 "returned paths are sufficiently qualified so that they match exactly one "
5826 "node in the current tree."
5827 msgstr ""
5828
5829 #. type: =head2
5830 #: ../src/guestfs-actions.pod:477
5831 msgid "guestfs_aug_mv"
5832 msgstr ""
5833
5834 #. type: verbatim
5835 #: ../src/guestfs-actions.pod:479
5836 #, no-wrap
5837 msgid ""
5838 " int\n"
5839 " guestfs_aug_mv (guestfs_h *g,\n"
5840 "                 const char *src,\n"
5841 "                 const char *dest);\n"
5842 "\n"
5843 msgstr ""
5844
5845 #. type: textblock
5846 #: ../src/guestfs-actions.pod:484 ../fish/guestfish-actions.pod:312
5847 msgid ""
5848 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
5849 "C<dest> is overwritten if it exists."
5850 msgstr ""
5851
5852 #. type: =head2
5853 #: ../src/guestfs-actions.pod:491
5854 msgid "guestfs_aug_rm"
5855 msgstr ""
5856
5857 #. type: verbatim
5858 #: ../src/guestfs-actions.pod:493
5859 #, no-wrap
5860 msgid ""
5861 " int\n"
5862 " guestfs_aug_rm (guestfs_h *g,\n"
5863 "                 const char *augpath);\n"
5864 "\n"
5865 msgstr ""
5866
5867 #. type: textblock
5868 #: ../src/guestfs-actions.pod:497 ../fish/guestfish-actions.pod:319
5869 msgid "Remove C<path> and all of its children."
5870 msgstr ""
5871
5872 #. type: textblock
5873 #: ../src/guestfs-actions.pod:499 ../fish/guestfish-actions.pod:321
5874 msgid "On success this returns the number of entries which were removed."
5875 msgstr ""
5876
5877 #. type: =head2
5878 #: ../src/guestfs-actions.pod:505
5879 msgid "guestfs_aug_save"
5880 msgstr ""
5881
5882 #. type: verbatim
5883 #: ../src/guestfs-actions.pod:507
5884 #, no-wrap
5885 msgid ""
5886 " int\n"
5887 " guestfs_aug_save (guestfs_h *g);\n"
5888 "\n"
5889 msgstr ""
5890
5891 #. type: textblock
5892 #: ../src/guestfs-actions.pod:510 ../fish/guestfish-actions.pod:327
5893 msgid "This writes all pending changes to disk."
5894 msgstr ""
5895
5896 #. type: textblock
5897 #: ../src/guestfs-actions.pod:512
5898 msgid ""
5899 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
5900 "are saved."
5901 msgstr ""
5902
5903 #. type: =head2
5904 #: ../src/guestfs-actions.pod:519
5905 msgid "guestfs_aug_set"
5906 msgstr ""
5907
5908 #. type: verbatim
5909 #: ../src/guestfs-actions.pod:521
5910 #, no-wrap
5911 msgid ""
5912 " int\n"
5913 " guestfs_aug_set (guestfs_h *g,\n"
5914 "                  const char *augpath,\n"
5915 "                  const char *val);\n"
5916 "\n"
5917 msgstr ""
5918
5919 #. type: textblock
5920 #: ../src/guestfs-actions.pod:526 ../fish/guestfish-actions.pod:336
5921 msgid "Set the value associated with C<path> to C<val>."
5922 msgstr ""
5923
5924 #. type: textblock
5925 #: ../src/guestfs-actions.pod:528
5926 msgid ""
5927 "In the Augeas API, it is possible to clear a node by setting the value to "
5928 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
5929 "this call.  Instead you must use the C<guestfs_aug_clear> call."
5930 msgstr ""
5931
5932 #. type: =head2
5933 #: ../src/guestfs-actions.pod:537
5934 msgid "guestfs_available"
5935 msgstr ""
5936
5937 #. type: verbatim
5938 #: ../src/guestfs-actions.pod:539
5939 #, no-wrap
5940 msgid ""
5941 " int\n"
5942 " guestfs_available (guestfs_h *g,\n"
5943 "                    char *const *groups);\n"
5944 "\n"
5945 msgstr ""
5946
5947 #. type: textblock
5948 #: ../src/guestfs-actions.pod:543 ../fish/guestfish-actions.pod:347
5949 msgid ""
5950 "This command is used to check the availability of some groups of "
5951 "functionality in the appliance, which not all builds of the libguestfs "
5952 "appliance will be able to provide."
5953 msgstr ""
5954
5955 #. type: textblock
5956 #: ../src/guestfs-actions.pod:547
5957 msgid ""
5958 "The libguestfs groups, and the functions that those groups correspond to, "
5959 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
5960 "runtime by calling C<guestfs_available_all_groups>."
5961 msgstr ""
5962
5963 #. type: textblock
5964 #: ../src/guestfs-actions.pod:552 ../fish/guestfish-actions.pod:356
5965 msgid ""
5966 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
5967 "\"augeas\"]> would check for the availability of the Linux inotify functions "
5968 "and Augeas (configuration file editing) functions."
5969 msgstr ""
5970
5971 #. type: textblock
5972 #: ../src/guestfs-actions.pod:557 ../fish/guestfish-actions.pod:361
5973 msgid "The command returns no error if I<all> requested groups are available."
5974 msgstr ""
5975
5976 #. type: textblock
5977 #: ../src/guestfs-actions.pod:559 ../fish/guestfish-actions.pod:363
5978 msgid ""
5979 "It fails with an error if one or more of the requested groups is unavailable "
5980 "in the appliance."
5981 msgstr ""
5982
5983 #. type: textblock
5984 #: ../src/guestfs-actions.pod:562 ../fish/guestfish-actions.pod:366
5985 msgid ""
5986 "If an unknown group name is included in the list of groups then an error is "
5987 "always returned."
5988 msgstr ""
5989
5990 #. type: textblock
5991 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:369
5992 msgid "I<Notes:>"
5993 msgstr ""
5994
5995 #. type: textblock
5996 #: ../src/guestfs-actions.pod:571
5997 msgid "You must call C<guestfs_launch> before calling this function."
5998 msgstr ""
5999
6000 #. type: textblock
6001 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:377
6002 msgid ""
6003 "The reason is because we don't know what groups are supported by the "
6004 "appliance/daemon until it is running and can be queried."
6005 msgstr ""
6006
6007 #. type: textblock
6008 #: ../src/guestfs-actions.pod:579 ../fish/guestfish-actions.pod:383
6009 msgid ""
6010 "If a group of functions is available, this does not necessarily mean that "
6011 "they will work.  You still have to check for errors when calling individual "
6012 "API functions even if they are available."
6013 msgstr ""
6014
6015 #. type: textblock
6016 #: ../src/guestfs-actions.pod:586 ../fish/guestfish-actions.pod:390
6017 msgid ""
6018 "It is usually the job of distro packagers to build complete functionality "
6019 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6020 "with all requirements satisfied, will support everything."
6021 msgstr ""
6022
6023 #. type: textblock
6024 #: ../src/guestfs-actions.pod:593
6025 msgid ""
6026 "This call was added in version C<1.0.80>.  In previous versions of "
6027 "libguestfs all you could do would be to speculatively execute a command to "
6028 "find out if the daemon implemented it.  See also C<guestfs_version>."
6029 msgstr ""
6030
6031 #. type: textblock
6032 #: ../src/guestfs-actions.pod:602 ../src/guestfs-actions.pod:1163
6033 msgid "(Added in 1.0.80)"
6034 msgstr ""
6035
6036 #. type: =head2
6037 #: ../src/guestfs-actions.pod:604
6038 msgid "guestfs_available_all_groups"
6039 msgstr ""
6040
6041 #. type: verbatim
6042 #: ../src/guestfs-actions.pod:606
6043 #, no-wrap
6044 msgid ""
6045 " char **\n"
6046 " guestfs_available_all_groups (guestfs_h *g);\n"
6047 "\n"
6048 msgstr ""
6049
6050 #. type: textblock
6051 #: ../src/guestfs-actions.pod:609
6052 msgid ""
6053 "This command returns a list of all optional groups that this daemon knows "
6054 "about.  Note this returns both supported and unsupported groups.  To find "
6055 "out which ones the daemon can actually support you have to call "
6056 "C<guestfs_available> on each member of the returned list."
6057 msgstr ""
6058
6059 #. type: textblock
6060 #: ../src/guestfs-actions.pod:615
6061 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6062 msgstr ""
6063
6064 #. type: textblock
6065 #: ../src/guestfs-actions.pod:621
6066 msgid "(Added in 1.3.15)"
6067 msgstr ""
6068
6069 #. type: =head2
6070 #: ../src/guestfs-actions.pod:623
6071 msgid "guestfs_base64_in"
6072 msgstr ""
6073
6074 #. type: verbatim
6075 #: ../src/guestfs-actions.pod:625
6076 #, no-wrap
6077 msgid ""
6078 " int\n"
6079 " guestfs_base64_in (guestfs_h *g,\n"
6080 "                    const char *base64file,\n"
6081 "                    const char *filename);\n"
6082 "\n"
6083 msgstr ""
6084
6085 #. type: textblock
6086 #: ../src/guestfs-actions.pod:630 ../fish/guestfish-actions.pod:420
6087 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6088 msgstr ""
6089
6090 #. type: textblock
6091 #: ../src/guestfs-actions.pod:635 ../src/guestfs-actions.pod:649
6092 msgid "(Added in 1.3.5)"
6093 msgstr ""
6094
6095 #. type: =head2
6096 #: ../src/guestfs-actions.pod:637
6097 msgid "guestfs_base64_out"
6098 msgstr ""
6099
6100 #. type: verbatim
6101 #: ../src/guestfs-actions.pod:639
6102 #, no-wrap
6103 msgid ""
6104 " int\n"
6105 " guestfs_base64_out (guestfs_h *g,\n"
6106 "                     const char *filename,\n"
6107 "                     const char *base64file);\n"
6108 "\n"
6109 msgstr ""
6110
6111 #. type: textblock
6112 #: ../src/guestfs-actions.pod:644 ../fish/guestfish-actions.pod:429
6113 msgid ""
6114 "This command downloads the contents of C<filename>, writing it out to local "
6115 "file C<base64file> encoded as base64."
6116 msgstr ""
6117
6118 #. type: =head2
6119 #: ../src/guestfs-actions.pod:651
6120 msgid "guestfs_blockdev_flushbufs"
6121 msgstr ""
6122
6123 #. type: verbatim
6124 #: ../src/guestfs-actions.pod:653
6125 #, no-wrap
6126 msgid ""
6127 " int\n"
6128 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6129 "                             const char *device);\n"
6130 "\n"
6131 msgstr ""
6132
6133 #. type: textblock
6134 #: ../src/guestfs-actions.pod:657 ../fish/guestfish-actions.pod:438
6135 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6136 msgstr ""
6137
6138 #. type: textblock
6139 #: ../src/guestfs-actions.pod:660 ../src/guestfs-actions.pod:677 ../src/guestfs-actions.pod:692 ../src/guestfs-actions.pod:708 ../src/guestfs-actions.pod:726 ../src/guestfs-actions.pod:745 ../src/guestfs-actions.pod:759 ../src/guestfs-actions.pod:777 ../src/guestfs-actions.pod:791 ../src/guestfs-actions.pod:805 ../fish/guestfish-actions.pod:441 ../fish/guestfish-actions.pod:452 ../fish/guestfish-actions.pod:461 ../fish/guestfish-actions.pod:471 ../fish/guestfish-actions.pod:483 ../fish/guestfish-actions.pod:496 ../fish/guestfish-actions.pod:504 ../fish/guestfish-actions.pod:515 ../fish/guestfish-actions.pod:523 ../fish/guestfish-actions.pod:531
6140 msgid "This uses the L<blockdev(8)> command."
6141 msgstr ""
6142
6143 #. type: textblock
6144 #: ../src/guestfs-actions.pod:664 ../src/guestfs-actions.pod:681 ../src/guestfs-actions.pod:696 ../src/guestfs-actions.pod:712 ../src/guestfs-actions.pod:730 ../src/guestfs-actions.pod:749 ../src/guestfs-actions.pod:763 ../src/guestfs-actions.pod:781 ../src/guestfs-actions.pod:795 ../src/guestfs-actions.pod:809
6145 msgid "(Added in 0.9.3)"
6146 msgstr ""
6147
6148 #. type: =head2
6149 #: ../src/guestfs-actions.pod:666
6150 msgid "guestfs_blockdev_getbsz"
6151 msgstr ""
6152
6153 #. type: verbatim
6154 #: ../src/guestfs-actions.pod:668
6155 #, no-wrap
6156 msgid ""
6157 " int\n"
6158 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6159 "                          const char *device);\n"
6160 "\n"
6161 msgstr ""
6162
6163 #. type: textblock
6164 #: ../src/guestfs-actions.pod:672 ../fish/guestfish-actions.pod:447
6165 msgid "This returns the block size of a device."
6166 msgstr ""
6167
6168 #. type: textblock
6169 #: ../src/guestfs-actions.pod:674 ../src/guestfs-actions.pod:774 ../fish/guestfish-actions.pod:449 ../fish/guestfish-actions.pod:512
6170 msgid ""
6171 "(Note this is different from both I<size in blocks> and I<filesystem block "
6172 "size>)."
6173 msgstr ""
6174
6175 #. type: =head2
6176 #: ../src/guestfs-actions.pod:683
6177 msgid "guestfs_blockdev_getro"
6178 msgstr ""
6179
6180 #. type: verbatim
6181 #: ../src/guestfs-actions.pod:685
6182 #, no-wrap
6183 msgid ""
6184 " int\n"
6185 " guestfs_blockdev_getro (guestfs_h *g,\n"
6186 "                         const char *device);\n"
6187 "\n"
6188 msgstr ""
6189
6190 #. type: textblock
6191 #: ../src/guestfs-actions.pod:689 ../fish/guestfish-actions.pod:458
6192 msgid ""
6193 "Returns a boolean indicating if the block device is read-only (true if "
6194 "read-only, false if not)."
6195 msgstr ""
6196
6197 #. type: textblock
6198 #: ../src/guestfs-actions.pod:694 ../src/guestfs-actions.pod:1396 ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:1888 ../src/guestfs-actions.pod:1899 ../src/guestfs-actions.pod:1971 ../src/guestfs-actions.pod:2026 ../src/guestfs-actions.pod:2041 ../src/guestfs-actions.pod:2066 ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:3051 ../src/guestfs-actions.pod:3065 ../src/guestfs-actions.pod:3080 ../src/guestfs-actions.pod:3094 ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3125 ../src/guestfs-actions.pod:3141 ../src/guestfs-actions.pod:3155 ../src/guestfs-actions.pod:3168 ../src/guestfs-actions.pod:3182 ../src/guestfs-actions.pod:3197 ../src/guestfs-actions.pod:3212 ../src/guestfs-actions.pod:4735
6199 msgid "This function returns a C truth value on success or -1 on error."
6200 msgstr ""
6201
6202 #. type: =head2
6203 #: ../src/guestfs-actions.pod:698
6204 msgid "guestfs_blockdev_getsize64"
6205 msgstr ""
6206
6207 #. type: verbatim
6208 #: ../src/guestfs-actions.pod:700
6209 #, no-wrap
6210 msgid ""
6211 " int64_t\n"
6212 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6213 "                             const char *device);\n"
6214 "\n"
6215 msgstr ""
6216
6217 #. type: textblock
6218 #: ../src/guestfs-actions.pod:704 ../fish/guestfish-actions.pod:467
6219 msgid "This returns the size of the device in bytes."
6220 msgstr ""
6221
6222 #. type: textblock
6223 #: ../src/guestfs-actions.pod:706
6224 msgid "See also C<guestfs_blockdev_getsz>."
6225 msgstr ""
6226
6227 #. type: =head2
6228 #: ../src/guestfs-actions.pod:714
6229 msgid "guestfs_blockdev_getss"
6230 msgstr ""
6231
6232 #. type: verbatim
6233 #: ../src/guestfs-actions.pod:716
6234 #, no-wrap
6235 msgid ""
6236 " int\n"
6237 " guestfs_blockdev_getss (guestfs_h *g,\n"
6238 "                         const char *device);\n"
6239 "\n"
6240 msgstr ""
6241
6242 #. type: textblock
6243 #: ../src/guestfs-actions.pod:720 ../fish/guestfish-actions.pod:477
6244 msgid ""
6245 "This returns the size of sectors on a block device.  Usually 512, but can be "
6246 "larger for modern devices."
6247 msgstr ""
6248
6249 #. type: textblock
6250 #: ../src/guestfs-actions.pod:723
6251 msgid ""
6252 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6253 "that)."
6254 msgstr ""
6255
6256 #. type: =head2
6257 #: ../src/guestfs-actions.pod:732
6258 msgid "guestfs_blockdev_getsz"
6259 msgstr ""
6260
6261 #. type: verbatim
6262 #: ../src/guestfs-actions.pod:734
6263 #, no-wrap
6264 msgid ""
6265 " int64_t\n"
6266 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6267 "                         const char *device);\n"
6268 "\n"
6269 msgstr ""
6270
6271 #. type: textblock
6272 #: ../src/guestfs-actions.pod:738 ../fish/guestfish-actions.pod:489
6273 msgid ""
6274 "This returns the size of the device in units of 512-byte sectors (even if "
6275 "the sectorsize isn't 512 bytes ... weird)."
6276 msgstr ""
6277
6278 #. type: textblock
6279 #: ../src/guestfs-actions.pod:741
6280 msgid ""
6281 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6282 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6283 msgstr ""
6284
6285 #. type: =head2
6286 #: ../src/guestfs-actions.pod:751
6287 msgid "guestfs_blockdev_rereadpt"
6288 msgstr ""
6289
6290 #. type: verbatim
6291 #: ../src/guestfs-actions.pod:753
6292 #, no-wrap
6293 msgid ""
6294 " int\n"
6295 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6296 "                            const char *device);\n"
6297 "\n"
6298 msgstr ""
6299
6300 #. type: textblock
6301 #: ../src/guestfs-actions.pod:757 ../fish/guestfish-actions.pod:502
6302 msgid "Reread the partition table on C<device>."
6303 msgstr ""
6304
6305 #. type: =head2
6306 #: ../src/guestfs-actions.pod:765
6307 msgid "guestfs_blockdev_setbsz"
6308 msgstr ""
6309
6310 #. type: verbatim
6311 #: ../src/guestfs-actions.pod:767
6312 #, no-wrap
6313 msgid ""
6314 " int\n"
6315 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6316 "                          const char *device,\n"
6317 "                          int blocksize);\n"
6318 "\n"
6319 msgstr ""
6320
6321 #. type: textblock
6322 #: ../src/guestfs-actions.pod:772 ../fish/guestfish-actions.pod:510
6323 msgid "This sets the block size of a device."
6324 msgstr ""
6325
6326 #. type: =head2
6327 #: ../src/guestfs-actions.pod:783
6328 msgid "guestfs_blockdev_setro"
6329 msgstr ""
6330
6331 #. type: verbatim
6332 #: ../src/guestfs-actions.pod:785
6333 #, no-wrap
6334 msgid ""
6335 " int\n"
6336 " guestfs_blockdev_setro (guestfs_h *g,\n"
6337 "                         const char *device);\n"
6338 "\n"
6339 msgstr ""
6340
6341 #. type: textblock
6342 #: ../src/guestfs-actions.pod:789 ../fish/guestfish-actions.pod:521
6343 msgid "Sets the block device named C<device> to read-only."
6344 msgstr ""
6345
6346 #. type: =head2
6347 #: ../src/guestfs-actions.pod:797
6348 msgid "guestfs_blockdev_setrw"
6349 msgstr ""
6350
6351 #. type: verbatim
6352 #: ../src/guestfs-actions.pod:799
6353 #, no-wrap
6354 msgid ""
6355 " int\n"
6356 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6357 "                         const char *device);\n"
6358 "\n"
6359 msgstr ""
6360
6361 #. type: textblock
6362 #: ../src/guestfs-actions.pod:803 ../fish/guestfish-actions.pod:529
6363 msgid "Sets the block device named C<device> to read-write."
6364 msgstr ""
6365
6366 #. type: =head2
6367 #: ../src/guestfs-actions.pod:811
6368 msgid "guestfs_case_sensitive_path"
6369 msgstr ""
6370
6371 #. type: verbatim
6372 #: ../src/guestfs-actions.pod:813
6373 #, no-wrap
6374 msgid ""
6375 " char *\n"
6376 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6377 "                              const char *path);\n"
6378 "\n"
6379 msgstr ""
6380
6381 #. type: textblock
6382 #: ../src/guestfs-actions.pod:817 ../fish/guestfish-actions.pod:537
6383 msgid ""
6384 "This can be used to resolve case insensitive paths on a filesystem which is "
6385 "case sensitive.  The use case is to resolve paths which you have read from "
6386 "Windows configuration files or the Windows Registry, to the true path."
6387 msgstr ""
6388
6389 #. type: textblock
6390 #: ../src/guestfs-actions.pod:822 ../fish/guestfish-actions.pod:542
6391 msgid ""
6392 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6393 "(and probably others), which is that although the underlying filesystem is "
6394 "case-insensitive, the driver exports the filesystem to Linux as "
6395 "case-sensitive."
6396 msgstr ""
6397
6398 #. type: textblock
6399 #: ../src/guestfs-actions.pod:827 ../fish/guestfish-actions.pod:547
6400 msgid ""
6401 "One consequence of this is that special directories such as C<c:\\windows> "
6402 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6403 "precise details of how they were created.  In Windows itself this would not "
6404 "be a problem."
6405 msgstr ""
6406
6407 #. type: textblock
6408 #: ../src/guestfs-actions.pod:833 ../fish/guestfish-actions.pod:553
6409 msgid ""
6410 "Bug or feature? You decide: "
6411 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
6412 msgstr ""
6413
6414 #. type: textblock
6415 #: ../src/guestfs-actions.pod:836 ../fish/guestfish-actions.pod:556
6416 msgid ""
6417 "This function resolves the true case of each element in the path and returns "
6418 "the case-sensitive path."
6419 msgstr ""
6420
6421 #. type: textblock
6422 #: ../src/guestfs-actions.pod:839
6423 msgid ""
6424 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
6425 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
6426 "how the directories were originally created under Windows)."
6427 msgstr ""
6428
6429 #. type: textblock
6430 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:564
6431 msgid "I<Note>: This function does not handle drive names, backslashes etc."
6432 msgstr ""
6433
6434 #. type: textblock
6435 #: ../src/guestfs-actions.pod:847
6436 msgid "See also C<guestfs_realpath>."
6437 msgstr ""
6438
6439 #. type: textblock
6440 #: ../src/guestfs-actions.pod:852 ../src/guestfs-actions.pod:6677
6441 msgid "(Added in 1.0.75)"
6442 msgstr ""
6443
6444 #. type: =head2
6445 #: ../src/guestfs-actions.pod:854
6446 msgid "guestfs_cat"
6447 msgstr ""
6448
6449 #. type: verbatim
6450 #: ../src/guestfs-actions.pod:856
6451 #, no-wrap
6452 msgid ""
6453 " char *\n"
6454 " guestfs_cat (guestfs_h *g,\n"
6455 "              const char *path);\n"
6456 "\n"
6457 msgstr ""
6458
6459 #. type: textblock
6460 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:5222 ../fish/guestfish-actions.pod:573 ../fish/guestfish-actions.pod:3474
6461 msgid "Return the contents of the file named C<path>."
6462 msgstr ""
6463
6464 #. type: textblock
6465 #: ../src/guestfs-actions.pod:862
6466 msgid ""
6467 "Note that this function cannot correctly handle binary files (specifically, "
6468 "files containing C<\\0> character which is treated as end of string).  For "
6469 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
6470 "functions which have a more complex interface."
6471 msgstr ""
6472
6473 #. type: textblock
6474 #: ../src/guestfs-actions.pod:870 ../src/guestfs-actions.pod:1049 ../src/guestfs-actions.pod:1069 ../src/guestfs-actions.pod:1360 ../src/guestfs-actions.pod:1379 ../src/guestfs-actions.pod:1482 ../src/guestfs-actions.pod:1501 ../src/guestfs-actions.pod:1747 ../src/guestfs-actions.pod:2195 ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2257 ../src/guestfs-actions.pod:2281 ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:5004 ../src/guestfs-actions.pod:5030 ../src/guestfs-actions.pod:5161 ../src/guestfs-actions.pod:5187 ../src/guestfs-actions.pod:5211 ../src/guestfs-actions.pod:6062 ../src/guestfs-actions.pod:6117 ../src/guestfs-actions.pod:6263 ../src/guestfs-actions.pod:6287 ../src/guestfs-actions.pod:6949 ../src/guestfs-actions.pod:6975 ../src/guestfs-actions.pod:7001 ../src/guestfs-actions.pod:7020 ../src/guestfs-actions.pod:7105 ../src/guestfs-actions.pod:7124 ../src/guestfs-actions.pod:7170 ../src/guestfs-actions.pod:7189 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:715 ../fish/guestfish-actions.pod:727 ../fish/guestfish-actions.pod:903 ../fish/guestfish-actions.pod:913 ../fish/guestfish-actions.pod:980 ../fish/guestfish-actions.pod:990 ../fish/guestfish-actions.pod:1182 ../fish/guestfish-actions.pod:1477 ../fish/guestfish-actions.pod:1487 ../fish/guestfish-actions.pod:1515 ../fish/guestfish-actions.pod:1530 ../fish/guestfish-actions.pod:1540 ../fish/guestfish-actions.pod:1559 ../fish/guestfish-actions.pod:3344 ../fish/guestfish-actions.pod:3359 ../fish/guestfish-actions.pod:3435 ../fish/guestfish-actions.pod:3452 ../fish/guestfish-actions.pod:3467 ../fish/guestfish-actions.pod:4050 ../fish/guestfish-actions.pod:4096 ../fish/guestfish-actions.pod:4181 ../fish/guestfish-actions.pod:4196 ../fish/guestfish-actions.pod:4606 ../fish/guestfish-actions.pod:4624 ../fish/guestfish-actions.pod:4641 ../fish/guestfish-actions.pod:4651 ../fish/guestfish-actions.pod:4699 ../fish/guestfish-actions.pod:4709 ../fish/guestfish-actions.pod:4738 ../fish/guestfish-actions.pod:4748
6475 msgid ""
6476 "Because of the message protocol, there is a transfer limit of somewhere "
6477 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
6478 msgstr ""
6479
6480 #. type: textblock
6481 #: ../src/guestfs-actions.pod:873 ../src/guestfs-actions.pod:3323 ../src/guestfs-actions.pod:3385 ../src/guestfs-actions.pod:3402 ../src/guestfs-actions.pod:3490 ../src/guestfs-actions.pod:3895 ../src/guestfs-actions.pod:3909 ../src/guestfs-actions.pod:5110 ../src/guestfs-actions.pod:5124 ../src/guestfs-actions.pod:6836 ../src/guestfs-actions.pod:6850
6482 msgid "(Added in 0.4)"
6483 msgstr ""
6484
6485 #. type: =head2
6486 #: ../src/guestfs-actions.pod:875
6487 msgid "guestfs_checksum"
6488 msgstr ""
6489
6490 #. type: verbatim
6491 #: ../src/guestfs-actions.pod:877
6492 #, no-wrap
6493 msgid ""
6494 " char *\n"
6495 " guestfs_checksum (guestfs_h *g,\n"
6496 "                   const char *csumtype,\n"
6497 "                   const char *path);\n"
6498 "\n"
6499 msgstr ""
6500
6501 #. type: textblock
6502 #: ../src/guestfs-actions.pod:882 ../fish/guestfish-actions.pod:587
6503 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
6504 msgstr ""
6505
6506 #. type: textblock
6507 #: ../src/guestfs-actions.pod:885 ../fish/guestfish-actions.pod:590
6508 msgid ""
6509 "The type of checksum to compute is given by the C<csumtype> parameter which "
6510 "must have one of the following values:"
6511 msgstr ""
6512
6513 #. type: =item
6514 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:595
6515 msgid "C<crc>"
6516 msgstr ""
6517
6518 #. type: textblock
6519 #: ../src/guestfs-actions.pod:892 ../fish/guestfish-actions.pod:597
6520 msgid ""
6521 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
6522 "C<cksum> command."
6523 msgstr ""
6524
6525 #. type: =item
6526 #: ../src/guestfs-actions.pod:895 ../fish/guestfish-actions.pod:600
6527 msgid "C<md5>"
6528 msgstr ""
6529
6530 #. type: textblock
6531 #: ../src/guestfs-actions.pod:897 ../fish/guestfish-actions.pod:602
6532 msgid "Compute the MD5 hash (using the C<md5sum> program)."
6533 msgstr ""
6534
6535 #. type: =item
6536 #: ../src/guestfs-actions.pod:899 ../fish/guestfish-actions.pod:604
6537 msgid "C<sha1>"
6538 msgstr ""
6539
6540 #. type: textblock
6541 #: ../src/guestfs-actions.pod:901 ../fish/guestfish-actions.pod:606
6542 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
6543 msgstr ""
6544
6545 #. type: =item
6546 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:608
6547 msgid "C<sha224>"
6548 msgstr ""
6549
6550 #. type: textblock
6551 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:610
6552 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
6553 msgstr ""
6554
6555 #. type: =item
6556 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:612
6557 msgid "C<sha256>"
6558 msgstr ""
6559
6560 #. type: textblock
6561 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:614
6562 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
6563 msgstr ""
6564
6565 #. type: =item
6566 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:616
6567 msgid "C<sha384>"
6568 msgstr ""
6569
6570 #. type: textblock
6571 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:618
6572 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
6573 msgstr ""
6574
6575 #. type: =item
6576 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:620
6577 msgid "C<sha512>"
6578 msgstr ""
6579
6580 #. type: textblock
6581 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:622
6582 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
6583 msgstr ""
6584
6585 #. type: textblock
6586 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:626
6587 msgid "The checksum is returned as a printable string."
6588 msgstr ""
6589
6590 #. type: textblock
6591 #: ../src/guestfs-actions.pod:923
6592 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
6593 msgstr ""
6594
6595 #. type: textblock
6596 #: ../src/guestfs-actions.pod:925
6597 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
6598 msgstr ""
6599
6600 #. type: textblock
6601 #: ../src/guestfs-actions.pod:930 ../src/guestfs-actions.pod:1238 ../src/guestfs-actions.pod:2057 ../src/guestfs-actions.pod:3067 ../src/guestfs-actions.pod:3096 ../src/guestfs-actions.pod:3157 ../src/guestfs-actions.pod:3184 ../src/guestfs-actions.pod:6533
6602 msgid "(Added in 1.0.2)"
6603 msgstr ""
6604
6605 #. type: =head2
6606 #: ../src/guestfs-actions.pod:932
6607 msgid "guestfs_checksum_device"
6608 msgstr ""
6609
6610 #. type: verbatim
6611 #: ../src/guestfs-actions.pod:934
6612 #, no-wrap
6613 msgid ""
6614 " char *\n"
6615 " guestfs_checksum_device (guestfs_h *g,\n"
6616 "                          const char *csumtype,\n"
6617 "                          const char *device);\n"
6618 "\n"
6619 msgstr ""
6620
6621 #. type: textblock
6622 #: ../src/guestfs-actions.pod:939
6623 msgid ""
6624 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
6625 "device named C<device>.  For the types of checksums supported see the "
6626 "C<guestfs_checksum> command."
6627 msgstr ""
6628
6629 #. type: textblock
6630 #: ../src/guestfs-actions.pod:946 ../src/guestfs-actions.pod:4641 ../src/guestfs-actions.pod:4700 ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:4755 ../src/guestfs-actions.pod:4931 ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6456 ../src/guestfs-actions.pod:6862
6631 msgid "(Added in 1.3.2)"
6632 msgstr ""
6633
6634 #. type: =head2
6635 #: ../src/guestfs-actions.pod:948
6636 msgid "guestfs_checksums_out"
6637 msgstr ""
6638
6639 #. type: verbatim
6640 #: ../src/guestfs-actions.pod:950
6641 #, no-wrap
6642 msgid ""
6643 " int\n"
6644 " guestfs_checksums_out (guestfs_h *g,\n"
6645 "                        const char *csumtype,\n"
6646 "                        const char *directory,\n"
6647 "                        const char *sumsfile);\n"
6648 "\n"
6649 msgstr ""
6650
6651 #. type: textblock
6652 #: ../src/guestfs-actions.pod:956 ../fish/guestfish-actions.pod:644
6653 msgid ""
6654 "This command computes the checksums of all regular files in C<directory> and "
6655 "then emits a list of those checksums to the local output file C<sumsfile>."
6656 msgstr ""
6657
6658 #. type: textblock
6659 #: ../src/guestfs-actions.pod:960 ../fish/guestfish-actions.pod:648
6660 msgid ""
6661 "This can be used for verifying the integrity of a virtual machine.  However "
6662 "to be properly secure you should pay attention to the output of the checksum "
6663 "command (it uses the ones from GNU coreutils).  In particular when the "
6664 "filename is not printable, coreutils uses a special backslash syntax.  For "
6665 "more information, see the GNU coreutils info file."
6666 msgstr ""
6667
6668 #. type: textblock
6669 #: ../src/guestfs-actions.pod:970
6670 msgid "(Added in 1.3.7)"
6671 msgstr ""
6672
6673 #. type: =head2
6674 #: ../src/guestfs-actions.pod:972
6675 msgid "guestfs_chmod"
6676 msgstr ""
6677
6678 #. type: verbatim
6679 #: ../src/guestfs-actions.pod:974
6680 #, no-wrap
6681 msgid ""
6682 " int\n"
6683 " guestfs_chmod (guestfs_h *g,\n"
6684 "                int mode,\n"
6685 "                const char *path);\n"
6686 "\n"
6687 msgstr ""
6688
6689 #. type: textblock
6690 #: ../src/guestfs-actions.pod:979 ../fish/guestfish-actions.pod:662
6691 msgid ""
6692 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
6693 "supported."
6694 msgstr ""
6695
6696 #. type: textblock
6697 #: ../src/guestfs-actions.pod:982 ../fish/guestfish-actions.pod:665
6698 msgid ""
6699 "I<Note>: When using this command from guestfish, C<mode> by default would be "
6700 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
6701 "C<700>."
6702 msgstr ""
6703
6704 #. type: textblock
6705 #: ../src/guestfs-actions.pod:986 ../src/guestfs-actions.pod:4146 ../src/guestfs-actions.pod:4331 ../src/guestfs-actions.pod:4350 ../src/guestfs-actions.pod:4369 ../fish/guestfish-actions.pod:669 ../fish/guestfish-actions.pod:2792 ../fish/guestfish-actions.pod:2910 ../fish/guestfish-actions.pod:2920 ../fish/guestfish-actions.pod:2930
6706 msgid "The mode actually set is affected by the umask."
6707 msgstr ""
6708
6709 #. type: =head2
6710 #: ../src/guestfs-actions.pod:992
6711 msgid "guestfs_chown"
6712 msgstr ""
6713
6714 #. type: verbatim
6715 #: ../src/guestfs-actions.pod:994
6716 #, no-wrap
6717 msgid ""
6718 " int\n"
6719 " guestfs_chown (guestfs_h *g,\n"
6720 "                int owner,\n"
6721 "                int group,\n"
6722 "                const char *path);\n"
6723 "\n"
6724 msgstr ""
6725
6726 #. type: textblock
6727 #: ../src/guestfs-actions.pod:1000 ../fish/guestfish-actions.pod:675
6728 msgid "Change the file owner to C<owner> and group to C<group>."
6729 msgstr ""
6730
6731 #. type: textblock
6732 #: ../src/guestfs-actions.pod:1002 ../src/guestfs-actions.pod:3254 ../fish/guestfish-actions.pod:677 ../fish/guestfish-actions.pod:2250
6733 msgid ""
6734 "Only numeric uid and gid are supported.  If you want to use names, you will "
6735 "need to locate and parse the password file yourself (Augeas support makes "
6736 "this relatively easy)."
6737 msgstr ""
6738
6739 #. type: =head2
6740 #: ../src/guestfs-actions.pod:1010
6741 msgid "guestfs_command"
6742 msgstr ""
6743
6744 #. type: verbatim
6745 #: ../src/guestfs-actions.pod:1012
6746 #, no-wrap
6747 msgid ""
6748 " char *\n"
6749 " guestfs_command (guestfs_h *g,\n"
6750 "                  char *const *arguments);\n"
6751 "\n"
6752 msgstr ""
6753
6754 #. type: textblock
6755 #: ../src/guestfs-actions.pod:1016 ../fish/guestfish-actions.pod:685
6756 msgid ""
6757 "This call runs a command from the guest filesystem.  The filesystem must be "
6758 "mounted, and must contain a compatible operating system (ie. something "
6759 "Linux, with the same or compatible processor architecture)."
6760 msgstr ""
6761
6762 #. type: textblock
6763 #: ../src/guestfs-actions.pod:1021
6764 msgid ""
6765 "The single parameter is an argv-style list of arguments.  The first element "
6766 "is the name of the program to run.  Subsequent elements are parameters.  The "
6767 "list must be non-empty (ie. must contain a program name).  Note that the "
6768 "command runs directly, and is I<not> invoked via the shell (see "
6769 "C<guestfs_sh>)."
6770 msgstr ""
6771
6772 #. type: textblock
6773 #: ../src/guestfs-actions.pod:1028 ../fish/guestfish-actions.pod:697
6774 msgid "The return value is anything printed to I<stdout> by the command."
6775 msgstr ""
6776
6777 #. type: textblock
6778 #: ../src/guestfs-actions.pod:1031 ../fish/guestfish-actions.pod:700
6779 msgid ""
6780 "If the command returns a non-zero exit status, then this function returns an "
6781 "error message.  The error message string is the content of I<stderr> from "
6782 "the command."
6783 msgstr ""
6784
6785 #. type: textblock
6786 #: ../src/guestfs-actions.pod:1035 ../fish/guestfish-actions.pod:704
6787 msgid ""
6788 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
6789 "C</bin>.  If you require a program from another location, you should provide "
6790 "the full path in the first parameter."
6791 msgstr ""
6792
6793 #. type: textblock
6794 #: ../src/guestfs-actions.pod:1040 ../fish/guestfish-actions.pod:709
6795 msgid ""
6796 "Shared libraries and data files required by the program must be available on "
6797 "filesystems which are mounted in the correct places.  It is the caller's "
6798 "responsibility to ensure all filesystems that are needed are mounted at the "
6799 "right locations."
6800 msgstr ""
6801
6802 #. type: textblock
6803 #: ../src/guestfs-actions.pod:1052 ../src/guestfs-actions.pod:1072 ../src/guestfs-actions.pod:1532
6804 msgid "(Added in 0.9.1)"
6805 msgstr ""
6806
6807 #. type: =head2
6808 #: ../src/guestfs-actions.pod:1054
6809 msgid "guestfs_command_lines"
6810 msgstr ""
6811
6812 #. type: verbatim
6813 #: ../src/guestfs-actions.pod:1056
6814 #, no-wrap
6815 msgid ""
6816 " char **\n"
6817 " guestfs_command_lines (guestfs_h *g,\n"
6818 "                        char *const *arguments);\n"
6819 "\n"
6820 msgstr ""
6821
6822 #. type: textblock
6823 #: ../src/guestfs-actions.pod:1060
6824 msgid ""
6825 "This is the same as C<guestfs_command>, but splits the result into a list of "
6826 "lines."
6827 msgstr ""
6828
6829 #. type: textblock
6830 #: ../src/guestfs-actions.pod:1063
6831 msgid "See also: C<guestfs_sh_lines>"
6832 msgstr ""
6833
6834 #. type: =head2
6835 #: ../src/guestfs-actions.pod:1074
6836 msgid "guestfs_config"
6837 msgstr ""
6838
6839 #. type: verbatim
6840 #: ../src/guestfs-actions.pod:1076
6841 #, no-wrap
6842 msgid ""
6843 " int\n"
6844 " guestfs_config (guestfs_h *g,\n"
6845 "                 const char *qemuparam,\n"
6846 "                 const char *qemuvalue);\n"
6847 "\n"
6848 msgstr ""
6849
6850 #. type: textblock
6851 #: ../src/guestfs-actions.pod:1081 ../fish/guestfish-actions.pod:734
6852 msgid ""
6853 "This can be used to add arbitrary qemu command line parameters of the form "
6854 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
6855 "setting some parameters which would interfere with parameters that we use."
6856 msgstr ""
6857
6858 #. type: textblock
6859 #: ../src/guestfs-actions.pod:1086 ../fish/guestfish-actions.pod:739
6860 msgid "The first character of C<param> string must be a C<-> (dash)."
6861 msgstr ""
6862
6863 #. type: textblock
6864 #: ../src/guestfs-actions.pod:1088 ../fish/guestfish-actions.pod:741
6865 msgid "C<value> can be NULL."
6866 msgstr ""
6867
6868 #. type: =head2
6869 #: ../src/guestfs-actions.pod:1094
6870 msgid "guestfs_copy_size"
6871 msgstr ""
6872
6873 #. type: verbatim
6874 #: ../src/guestfs-actions.pod:1096
6875 #, no-wrap
6876 msgid ""
6877 " int\n"
6878 " guestfs_copy_size (guestfs_h *g,\n"
6879 "                    const char *src,\n"
6880 "                    const char *dest,\n"
6881 "                    int64_t size);\n"
6882 "\n"
6883 msgstr ""
6884
6885 #. type: textblock
6886 #: ../src/guestfs-actions.pod:1102 ../fish/guestfish-actions.pod:747
6887 msgid ""
6888 "This command copies exactly C<size> bytes from one source device or file "
6889 "C<src> to another destination device or file C<dest>."
6890 msgstr ""
6891
6892 #. type: textblock
6893 #: ../src/guestfs-actions.pod:1105 ../fish/guestfish-actions.pod:750
6894 msgid ""
6895 "Note this will fail if the source is too short or if the destination is not "
6896 "large enough."
6897 msgstr ""
6898
6899 #. type: textblock
6900 #: ../src/guestfs-actions.pod:1110 ../src/guestfs-actions.pod:1233 ../src/guestfs-actions.pod:1264 ../src/guestfs-actions.pod:1681 ../src/guestfs-actions.pod:1703 ../src/guestfs-actions.pod:6528 ../src/guestfs-actions.pod:6562 ../src/guestfs-actions.pod:7041 ../src/guestfs-actions.pod:7060
6901 msgid ""
6902 "This long-running command can generate progress notification messages so "
6903 "that the caller can display a progress bar or indicator.  To receive these "
6904 "messages, the caller must register a progress callback.  See "
6905 "L<guestfs(3)/guestfs_set_progress_callback>."
6906 msgstr ""
6907
6908 #. type: textblock
6909 #: ../src/guestfs-actions.pod:1115 ../src/guestfs-actions.pod:3922 ../src/guestfs-actions.pod:5137 ../src/guestfs-actions.pod:6769 ../src/guestfs-actions.pod:6789 ../src/guestfs-actions.pod:6875
6910 msgid "(Added in 1.0.87)"
6911 msgstr ""
6912
6913 #. type: =head2
6914 #: ../src/guestfs-actions.pod:1117
6915 msgid "guestfs_cp"
6916 msgstr ""
6917
6918 #. type: verbatim
6919 #: ../src/guestfs-actions.pod:1119
6920 #, no-wrap
6921 msgid ""
6922 " int\n"
6923 " guestfs_cp (guestfs_h *g,\n"
6924 "             const char *src,\n"
6925 "             const char *dest);\n"
6926 "\n"
6927 msgstr ""
6928
6929 #. type: textblock
6930 #: ../src/guestfs-actions.pod:1124 ../fish/guestfish-actions.pod:757
6931 msgid ""
6932 "This copies a file from C<src> to C<dest> where C<dest> is either a "
6933 "destination filename or destination directory."
6934 msgstr ""
6935
6936 #. type: textblock
6937 #: ../src/guestfs-actions.pod:1129 ../src/guestfs-actions.pod:1143 ../src/guestfs-actions.pod:1215 ../src/guestfs-actions.pod:1289 ../src/guestfs-actions.pod:1398 ../src/guestfs-actions.pod:4595 ../src/guestfs-actions.pod:4981
6938 msgid "(Added in 1.0.18)"
6939 msgstr ""
6940
6941 #. type: =head2
6942 #: ../src/guestfs-actions.pod:1131
6943 msgid "guestfs_cp_a"
6944 msgstr ""
6945
6946 #. type: verbatim
6947 #: ../src/guestfs-actions.pod:1133
6948 #, no-wrap
6949 msgid ""
6950 " int\n"
6951 " guestfs_cp_a (guestfs_h *g,\n"
6952 "               const char *src,\n"
6953 "               const char *dest);\n"
6954 "\n"
6955 msgstr ""
6956
6957 #. type: textblock
6958 #: ../src/guestfs-actions.pod:1138 ../fish/guestfish-actions.pod:764
6959 msgid ""
6960 "This copies a file or directory from C<src> to C<dest> recursively using the "
6961 "C<cp -a> command."
6962 msgstr ""
6963
6964 #. type: =head2
6965 #: ../src/guestfs-actions.pod:1145
6966 msgid "guestfs_dd"
6967 msgstr ""
6968
6969 #. type: verbatim
6970 #: ../src/guestfs-actions.pod:1147
6971 #, no-wrap
6972 msgid ""
6973 " int\n"
6974 " guestfs_dd (guestfs_h *g,\n"
6975 "             const char *src,\n"
6976 "             const char *dest);\n"
6977 "\n"
6978 msgstr ""
6979
6980 #. type: textblock
6981 #: ../src/guestfs-actions.pod:1152 ../fish/guestfish-actions.pod:771
6982 msgid ""
6983 "This command copies from one source device or file C<src> to another "
6984 "destination device or file C<dest>.  Normally you would use this to copy to "
6985 "or from a device or partition, for example to duplicate a filesystem."
6986 msgstr ""
6987
6988 #. type: textblock
6989 #: ../src/guestfs-actions.pod:1157
6990 msgid ""
6991 "If the destination is a device, it must be as large or larger than the "
6992 "source file or device, otherwise the copy will fail.  This command cannot do "
6993 "partial copies (see C<guestfs_copy_size>)."
6994 msgstr ""
6995
6996 #. type: =head2
6997 #: ../src/guestfs-actions.pod:1165
6998 msgid "guestfs_df"
6999 msgstr ""
7000
7001 #. type: verbatim
7002 #: ../src/guestfs-actions.pod:1167
7003 #, no-wrap
7004 msgid ""
7005 " char *\n"
7006 " guestfs_df (guestfs_h *g);\n"
7007 "\n"
7008 msgstr ""
7009
7010 #. type: textblock
7011 #: ../src/guestfs-actions.pod:1170 ../fish/guestfish-actions.pod:784
7012 msgid "This command runs the C<df> command to report disk space used."
7013 msgstr ""
7014
7015 #. type: textblock
7016 #: ../src/guestfs-actions.pod:1172 ../src/guestfs-actions.pod:1189
7017 msgid ""
7018 "This command is mostly useful for interactive sessions.  It is I<not> "
7019 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7020 "from programs."
7021 msgstr ""
7022
7023 #. type: textblock
7024 #: ../src/guestfs-actions.pod:1179 ../src/guestfs-actions.pod:1196 ../src/guestfs-actions.pod:1309 ../src/guestfs-actions.pod:2260 ../src/guestfs-actions.pod:2284 ../src/guestfs-actions.pod:2352 ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4495 ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6290 ../src/guestfs-actions.pod:6908 ../src/guestfs-actions.pod:6921 ../src/guestfs-actions.pod:6934
7025 msgid "(Added in 1.0.54)"
7026 msgstr ""
7027
7028 #. type: =head2
7029 #: ../src/guestfs-actions.pod:1181
7030 msgid "guestfs_df_h"
7031 msgstr ""
7032
7033 #. type: verbatim
7034 #: ../src/guestfs-actions.pod:1183
7035 #, no-wrap
7036 msgid ""
7037 " char *\n"
7038 " guestfs_df_h (guestfs_h *g);\n"
7039 "\n"
7040 msgstr ""
7041
7042 #. type: textblock
7043 #: ../src/guestfs-actions.pod:1186 ../fish/guestfish-actions.pod:794
7044 msgid ""
7045 "This command runs the C<df -h> command to report disk space used in "
7046 "human-readable format."
7047 msgstr ""
7048
7049 #. type: =head2
7050 #: ../src/guestfs-actions.pod:1198
7051 msgid "guestfs_dmesg"
7052 msgstr ""
7053
7054 #. type: verbatim
7055 #: ../src/guestfs-actions.pod:1200
7056 #, no-wrap
7057 msgid ""
7058 " char *\n"
7059 " guestfs_dmesg (guestfs_h *g);\n"
7060 "\n"
7061 msgstr ""
7062
7063 #. type: textblock
7064 #: ../src/guestfs-actions.pod:1203 ../fish/guestfish-actions.pod:805
7065 msgid ""
7066 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7067 "This is sometimes useful for extended debugging of problems."
7068 msgstr ""
7069
7070 #. type: textblock
7071 #: ../src/guestfs-actions.pod:1207
7072 msgid ""
7073 "Another way to get the same information is to enable verbose messages with "
7074 "C<guestfs_set_verbose> or by setting the environment variable "
7075 "C<LIBGUESTFS_DEBUG=1> before running the program."
7076 msgstr ""
7077
7078 #. type: =head2
7079 #: ../src/guestfs-actions.pod:1217
7080 msgid "guestfs_download"
7081 msgstr ""
7082
7083 #. type: verbatim
7084 #: ../src/guestfs-actions.pod:1219
7085 #, no-wrap
7086 msgid ""
7087 " int\n"
7088 " guestfs_download (guestfs_h *g,\n"
7089 "                   const char *remotefilename,\n"
7090 "                   const char *filename);\n"
7091 "\n"
7092 msgstr ""
7093
7094 #. type: textblock
7095 #: ../src/guestfs-actions.pod:1224 ../src/guestfs-actions.pod:1249 ../fish/guestfish-actions.pod:818 ../fish/guestfish-actions.pod:831
7096 msgid ""
7097 "Download file C<remotefilename> and save it as C<filename> on the local "
7098 "machine."
7099 msgstr ""
7100
7101 #. type: textblock
7102 #: ../src/guestfs-actions.pod:1227 ../src/guestfs-actions.pod:6522 ../fish/guestfish-actions.pod:821 ../fish/guestfish-actions.pod:4354
7103 msgid "C<filename> can also be a named pipe."
7104 msgstr ""
7105
7106 #. type: textblock
7107 #: ../src/guestfs-actions.pod:1229
7108 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7109 msgstr ""
7110
7111 #. type: =head2
7112 #: ../src/guestfs-actions.pod:1240
7113 msgid "guestfs_download_offset"
7114 msgstr ""
7115
7116 #. type: verbatim
7117 #: ../src/guestfs-actions.pod:1242
7118 #, no-wrap
7119 msgid ""
7120 " int\n"
7121 " guestfs_download_offset (guestfs_h *g,\n"
7122 "                          const char *remotefilename,\n"
7123 "                          const char *filename,\n"
7124 "                          int64_t offset,\n"
7125 "                          int64_t size);\n"
7126 "\n"
7127 msgstr ""
7128
7129 #. type: textblock
7130 #: ../src/guestfs-actions.pod:1252 ../fish/guestfish-actions.pod:834
7131 msgid ""
7132 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7133 "region must be within the file or device)."
7134 msgstr ""
7135
7136 #. type: textblock
7137 #: ../src/guestfs-actions.pod:1255
7138 msgid ""
7139 "Note that there is no limit on the amount of data that can be downloaded "
7140 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7141 "full amount unless an error occurs."
7142 msgstr ""
7143
7144 #. type: textblock
7145 #: ../src/guestfs-actions.pod:1260
7146 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7147 msgstr ""
7148
7149 #. type: textblock
7150 #: ../src/guestfs-actions.pod:1269 ../src/guestfs-actions.pod:6567
7151 msgid "(Added in 1.5.17)"
7152 msgstr ""
7153
7154 #. type: =head2
7155 #: ../src/guestfs-actions.pod:1271
7156 msgid "guestfs_drop_caches"
7157 msgstr ""
7158
7159 #. type: verbatim
7160 #: ../src/guestfs-actions.pod:1273
7161 #, no-wrap
7162 msgid ""
7163 " int\n"
7164 " guestfs_drop_caches (guestfs_h *g,\n"
7165 "                      int whattodrop);\n"
7166 "\n"
7167 msgstr ""
7168
7169 #. type: textblock
7170 #: ../src/guestfs-actions.pod:1277 ../fish/guestfish-actions.pod:850
7171 msgid ""
7172 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7173 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7174 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7175 msgstr ""
7176
7177 #. type: textblock
7178 #: ../src/guestfs-actions.pod:1282 ../fish/guestfish-actions.pod:855
7179 msgid "Setting C<whattodrop> to 3 should drop everything."
7180 msgstr ""
7181
7182 #. type: textblock
7183 #: ../src/guestfs-actions.pod:1284 ../fish/guestfish-actions.pod:857
7184 msgid ""
7185 "This automatically calls L<sync(2)> before the operation, so that the "
7186 "maximum guest memory is freed."
7187 msgstr ""
7188
7189 #. type: =head2
7190 #: ../src/guestfs-actions.pod:1291
7191 msgid "guestfs_du"
7192 msgstr ""
7193
7194 #. type: verbatim
7195 #: ../src/guestfs-actions.pod:1293
7196 #, no-wrap
7197 msgid ""
7198 " int64_t\n"
7199 " guestfs_du (guestfs_h *g,\n"
7200 "             const char *path);\n"
7201 "\n"
7202 msgstr ""
7203
7204 #. type: textblock
7205 #: ../src/guestfs-actions.pod:1297 ../fish/guestfish-actions.pod:864
7206 msgid ""
7207 "This command runs the C<du -s> command to estimate file space usage for "
7208 "C<path>."
7209 msgstr ""
7210
7211 #. type: textblock
7212 #: ../src/guestfs-actions.pod:1300 ../fish/guestfish-actions.pod:867
7213 msgid ""
7214 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7215 "estimate includes the contents of the directory and all subdirectories "
7216 "(recursively)."
7217 msgstr ""
7218
7219 #. type: textblock
7220 #: ../src/guestfs-actions.pod:1304 ../fish/guestfish-actions.pod:871
7221 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7222 msgstr ""
7223
7224 #. type: =head2
7225 #: ../src/guestfs-actions.pod:1311
7226 msgid "guestfs_e2fsck_f"
7227 msgstr ""
7228
7229 #. type: verbatim
7230 #: ../src/guestfs-actions.pod:1313
7231 #, no-wrap
7232 msgid ""
7233 " int\n"
7234 " guestfs_e2fsck_f (guestfs_h *g,\n"
7235 "                   const char *device);\n"
7236 "\n"
7237 msgstr ""
7238
7239 #. type: textblock
7240 #: ../src/guestfs-actions.pod:1317 ../fish/guestfish-actions.pod:878
7241 msgid ""
7242 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7243 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7244 "clean (C<-f>)."
7245 msgstr ""
7246
7247 #. type: textblock
7248 #: ../src/guestfs-actions.pod:1321
7249 msgid ""
7250 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7251 "Normally you should use C<guestfs_fsck>."
7252 msgstr ""
7253
7254 #. type: textblock
7255 #: ../src/guestfs-actions.pod:1326
7256 msgid "(Added in 1.0.29)"
7257 msgstr ""
7258
7259 #. type: =head2
7260 #: ../src/guestfs-actions.pod:1328
7261 msgid "guestfs_echo_daemon"
7262 msgstr ""
7263
7264 #. type: verbatim
7265 #: ../src/guestfs-actions.pod:1330
7266 #, no-wrap
7267 msgid ""
7268 " char *\n"
7269 " guestfs_echo_daemon (guestfs_h *g,\n"
7270 "                      char *const *words);\n"
7271 "\n"
7272 msgstr ""
7273
7274 #. type: textblock
7275 #: ../src/guestfs-actions.pod:1334 ../fish/guestfish-actions.pod:889
7276 msgid ""
7277 "This command concatenates the list of C<words> passed with single spaces "
7278 "between them and returns the resulting string."
7279 msgstr ""
7280
7281 #. type: textblock
7282 #: ../src/guestfs-actions.pod:1337 ../fish/guestfish-actions.pod:892
7283 msgid "You can use this command to test the connection through to the daemon."
7284 msgstr ""
7285
7286 #. type: textblock
7287 #: ../src/guestfs-actions.pod:1339
7288 msgid "See also C<guestfs_ping_daemon>."
7289 msgstr ""
7290
7291 #. type: textblock
7292 #: ../src/guestfs-actions.pod:1344 ../src/guestfs-actions.pod:2068 ../src/guestfs-actions.pod:5770
7293 msgid "(Added in 1.0.69)"
7294 msgstr ""
7295
7296 #. type: =head2
7297 #: ../src/guestfs-actions.pod:1346
7298 msgid "guestfs_egrep"
7299 msgstr ""
7300
7301 #. type: verbatim
7302 #: ../src/guestfs-actions.pod:1348
7303 #, no-wrap
7304 msgid ""
7305 " char **\n"
7306 " guestfs_egrep (guestfs_h *g,\n"
7307 "                const char *regex,\n"
7308 "                const char *path);\n"
7309 "\n"
7310 msgstr ""
7311
7312 #. type: textblock
7313 #: ../src/guestfs-actions.pod:1353 ../fish/guestfish-actions.pod:900
7314 msgid "This calls the external C<egrep> program and returns the matching lines."
7315 msgstr ""
7316
7317 #. type: textblock
7318 #: ../src/guestfs-actions.pod:1363 ../src/guestfs-actions.pod:1382 ../src/guestfs-actions.pod:1439 ../src/guestfs-actions.pod:1485 ../src/guestfs-actions.pod:1504 ../src/guestfs-actions.pod:2198 ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2373 ../src/guestfs-actions.pod:2386 ../src/guestfs-actions.pod:2401 ../src/guestfs-actions.pod:2447 ../src/guestfs-actions.pod:2469 ../src/guestfs-actions.pod:2482 ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3429 ../src/guestfs-actions.pod:3442 ../src/guestfs-actions.pod:3456 ../src/guestfs-actions.pod:4430 ../src/guestfs-actions.pod:5315 ../src/guestfs-actions.pod:5364 ../src/guestfs-actions.pod:6134 ../src/guestfs-actions.pod:6146 ../src/guestfs-actions.pod:6159 ../src/guestfs-actions.pod:6172 ../src/guestfs-actions.pod:6194 ../src/guestfs-actions.pod:6207 ../src/guestfs-actions.pod:6220 ../src/guestfs-actions.pod:6233 ../src/guestfs-actions.pod:7004 ../src/guestfs-actions.pod:7023 ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7127 ../src/guestfs-actions.pod:7173 ../src/guestfs-actions.pod:7192
7319 msgid "(Added in 1.0.66)"
7320 msgstr ""
7321
7322 #. type: =head2
7323 #: ../src/guestfs-actions.pod:1365
7324 msgid "guestfs_egrepi"
7325 msgstr ""
7326
7327 #. type: verbatim
7328 #: ../src/guestfs-actions.pod:1367
7329 #, no-wrap
7330 msgid ""
7331 " char **\n"
7332 " guestfs_egrepi (guestfs_h *g,\n"
7333 "                 const char *regex,\n"
7334 "                 const char *path);\n"
7335 "\n"
7336 msgstr ""
7337
7338 #. type: textblock
7339 #: ../src/guestfs-actions.pod:1372 ../fish/guestfish-actions.pod:910
7340 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7341 msgstr ""
7342
7343 #. type: =head2
7344 #: ../src/guestfs-actions.pod:1384
7345 msgid "guestfs_equal"
7346 msgstr ""
7347
7348 #. type: verbatim
7349 #: ../src/guestfs-actions.pod:1386
7350 #, no-wrap
7351 msgid ""
7352 " int\n"
7353 " guestfs_equal (guestfs_h *g,\n"
7354 "                const char *file1,\n"
7355 "                const char *file2);\n"
7356 "\n"
7357 msgstr ""
7358
7359 #. type: textblock
7360 #: ../src/guestfs-actions.pod:1391 ../fish/guestfish-actions.pod:920
7361 msgid ""
7362 "This compares the two files C<file1> and C<file2> and returns true if their "
7363 "content is exactly equal, or false otherwise."
7364 msgstr ""
7365
7366 #. type: textblock
7367 #: ../src/guestfs-actions.pod:1394 ../fish/guestfish-actions.pod:923
7368 msgid "The external L<cmp(1)> program is used for the comparison."
7369 msgstr ""
7370
7371 #. type: =head2
7372 #: ../src/guestfs-actions.pod:1400
7373 msgid "guestfs_exists"
7374 msgstr ""
7375
7376 #. type: verbatim
7377 #: ../src/guestfs-actions.pod:1402
7378 #, no-wrap
7379 msgid ""
7380 " int\n"
7381 " guestfs_exists (guestfs_h *g,\n"
7382 "                 const char *path);\n"
7383 "\n"
7384 msgstr ""
7385
7386 #. type: textblock
7387 #: ../src/guestfs-actions.pod:1406 ../fish/guestfish-actions.pod:929
7388 msgid ""
7389 "This returns C<true> if and only if there is a file, directory (or anything) "
7390 "with the given C<path> name."
7391 msgstr ""
7392
7393 #. type: textblock
7394 #: ../src/guestfs-actions.pod:1409
7395 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7396 msgstr ""
7397
7398 #. type: =head2
7399 #: ../src/guestfs-actions.pod:1415
7400 msgid "guestfs_fallocate"
7401 msgstr ""
7402
7403 #. type: verbatim
7404 #: ../src/guestfs-actions.pod:1417
7405 #, no-wrap
7406 msgid ""
7407 " int\n"
7408 " guestfs_fallocate (guestfs_h *g,\n"
7409 "                    const char *path,\n"
7410 "                    int len);\n"
7411 "\n"
7412 msgstr ""
7413
7414 #. type: textblock
7415 #: ../src/guestfs-actions.pod:1422 ../src/guestfs-actions.pod:1448 ../fish/guestfish-actions.pod:938 ../fish/guestfish-actions.pod:957
7416 msgid ""
7417 "This command preallocates a file (containing zero bytes) named C<path> of "
7418 "size C<len> bytes.  If the file exists already, it is overwritten."
7419 msgstr ""
7420
7421 #. type: textblock
7422 #: ../src/guestfs-actions.pod:1426 ../fish/guestfish-actions.pod:942
7423 msgid ""
7424 "Do not confuse this with the guestfish-specific C<alloc> command which "
7425 "allocates a file in the host and attaches it as a device."
7426 msgstr ""
7427
7428 #. type: textblock
7429 #: ../src/guestfs-actions.pod:1432 ../fish/guestfish-actions.pod:946
7430 msgid ""
7431 "This function is deprecated.  In new code, use the C<fallocate64> call "
7432 "instead."
7433 msgstr ""
7434
7435 #. type: =head2
7436 #: ../src/guestfs-actions.pod:1441
7437 msgid "guestfs_fallocate64"
7438 msgstr ""
7439
7440 #. type: verbatim
7441 #: ../src/guestfs-actions.pod:1443
7442 #, no-wrap
7443 msgid ""
7444 " int\n"
7445 " guestfs_fallocate64 (guestfs_h *g,\n"
7446 "                      const char *path,\n"
7447 "                      int64_t len);\n"
7448 "\n"
7449 msgstr ""
7450
7451 #. type: textblock
7452 #: ../src/guestfs-actions.pod:1452
7453 msgid ""
7454 "Note that this call allocates disk blocks for the file.  To create a sparse "
7455 "file use C<guestfs_truncate_size> instead."
7456 msgstr ""
7457
7458 #. type: textblock
7459 #: ../src/guestfs-actions.pod:1455
7460 msgid ""
7461 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
7462 "oversight it only allowed 30 bit lengths to be specified, effectively "
7463 "limiting the maximum size of files created through that call to 1GB."
7464 msgstr ""
7465
7466 #. type: textblock
7467 #: ../src/guestfs-actions.pod:1460 ../fish/guestfish-actions.pod:969
7468 msgid ""
7469 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
7470 "commands which create a file in the host and attach it as a device."
7471 msgstr ""
7472
7473 #. type: textblock
7474 #: ../src/guestfs-actions.pod:1466
7475 msgid "(Added in 1.3.17)"
7476 msgstr ""
7477
7478 #. type: =head2
7479 #: ../src/guestfs-actions.pod:1468
7480 msgid "guestfs_fgrep"
7481 msgstr ""
7482
7483 #. type: verbatim
7484 #: ../src/guestfs-actions.pod:1470
7485 #, no-wrap
7486 msgid ""
7487 " char **\n"
7488 " guestfs_fgrep (guestfs_h *g,\n"
7489 "                const char *pattern,\n"
7490 "                const char *path);\n"
7491 "\n"
7492 msgstr ""
7493
7494 #. type: textblock
7495 #: ../src/guestfs-actions.pod:1475 ../fish/guestfish-actions.pod:977
7496 msgid "This calls the external C<fgrep> program and returns the matching lines."
7497 msgstr ""
7498
7499 #. type: =head2
7500 #: ../src/guestfs-actions.pod:1487
7501 msgid "guestfs_fgrepi"
7502 msgstr ""
7503
7504 #. type: verbatim
7505 #: ../src/guestfs-actions.pod:1489
7506 #, no-wrap
7507 msgid ""
7508 " char **\n"
7509 " guestfs_fgrepi (guestfs_h *g,\n"
7510 "                 const char *pattern,\n"
7511 "                 const char *path);\n"
7512 "\n"
7513 msgstr ""
7514
7515 #. type: textblock
7516 #: ../src/guestfs-actions.pod:1494 ../fish/guestfish-actions.pod:987
7517 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
7518 msgstr ""
7519
7520 #. type: =head2
7521 #: ../src/guestfs-actions.pod:1506
7522 msgid "guestfs_file"
7523 msgstr ""
7524
7525 #. type: verbatim
7526 #: ../src/guestfs-actions.pod:1508
7527 #, no-wrap
7528 msgid ""
7529 " char *\n"
7530 " guestfs_file (guestfs_h *g,\n"
7531 "               const char *path);\n"
7532 "\n"
7533 msgstr ""
7534
7535 #. type: textblock
7536 #: ../src/guestfs-actions.pod:1512 ../fish/guestfish-actions.pod:997
7537 msgid ""
7538 "This call uses the standard L<file(1)> command to determine the type or "
7539 "contents of the file."
7540 msgstr ""
7541
7542 #. type: textblock
7543 #: ../src/guestfs-actions.pod:1515 ../fish/guestfish-actions.pod:1000
7544 msgid ""
7545 "This call will also transparently look inside various types of compressed "
7546 "file."
7547 msgstr ""
7548
7549 #. type: textblock
7550 #: ../src/guestfs-actions.pod:1518 ../fish/guestfish-actions.pod:1003
7551 msgid ""
7552 "The exact command which runs is C<file -zb path>.  Note in particular that "
7553 "the filename is not prepended to the output (the C<-b> option)."
7554 msgstr ""
7555
7556 #. type: textblock
7557 #: ../src/guestfs-actions.pod:1522 ../fish/guestfish-actions.pod:1007
7558 msgid ""
7559 "The output depends on the output of the underlying L<file(1)> command and it "
7560 "can change in future in ways beyond our control.  In other words, the output "
7561 "is not guaranteed by the ABI."
7562 msgstr ""
7563
7564 #. type: textblock
7565 #: ../src/guestfs-actions.pod:1526
7566 msgid ""
7567 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
7568 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
7569 msgstr ""
7570
7571 #. type: =head2
7572 #: ../src/guestfs-actions.pod:1534
7573 msgid "guestfs_file_architecture"
7574 msgstr ""
7575
7576 #. type: verbatim
7577 #: ../src/guestfs-actions.pod:1536
7578 #, no-wrap
7579 msgid ""
7580 " char *\n"
7581 " guestfs_file_architecture (guestfs_h *g,\n"
7582 "                            const char *filename);\n"
7583 "\n"
7584 msgstr ""
7585
7586 #. type: textblock
7587 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1018
7588 msgid ""
7589 "This detects the architecture of the binary C<filename>, and returns it if "
7590 "known."
7591 msgstr ""
7592
7593 #. type: textblock
7594 #: ../src/guestfs-actions.pod:1543 ../fish/guestfish-actions.pod:1021
7595 msgid "Currently defined architectures are:"
7596 msgstr ""
7597
7598 #. type: =item
7599 #: ../src/guestfs-actions.pod:1547 ../fish/guestfish-actions.pod:1025
7600 msgid "\"i386\""
7601 msgstr ""
7602
7603 #. type: textblock
7604 #: ../src/guestfs-actions.pod:1549 ../fish/guestfish-actions.pod:1027
7605 msgid ""
7606 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
7607 "irrespective of the precise processor requirements of the binary."
7608 msgstr ""
7609
7610 #. type: =item
7611 #: ../src/guestfs-actions.pod:1552 ../fish/guestfish-actions.pod:1030
7612 msgid "\"x86_64\""
7613 msgstr ""
7614
7615 #. type: textblock
7616 #: ../src/guestfs-actions.pod:1554 ../fish/guestfish-actions.pod:1032
7617 msgid "64 bit x86-64."
7618 msgstr ""
7619
7620 #. type: =item
7621 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1034
7622 msgid "\"sparc\""
7623 msgstr ""
7624
7625 #. type: textblock
7626 #: ../src/guestfs-actions.pod:1558 ../fish/guestfish-actions.pod:1036
7627 msgid "32 bit SPARC."
7628 msgstr ""
7629
7630 #. type: =item
7631 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1038
7632 msgid "\"sparc64\""
7633 msgstr ""
7634
7635 #. type: textblock
7636 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1040
7637 msgid "64 bit SPARC V9 and above."
7638 msgstr ""
7639
7640 #. type: =item
7641 #: ../src/guestfs-actions.pod:1564 ../fish/guestfish-actions.pod:1042
7642 msgid "\"ia64\""
7643 msgstr ""
7644
7645 #. type: textblock
7646 #: ../src/guestfs-actions.pod:1566 ../fish/guestfish-actions.pod:1044
7647 msgid "Intel Itanium."
7648 msgstr ""
7649
7650 #. type: =item
7651 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1046
7652 msgid "\"ppc\""
7653 msgstr ""
7654
7655 #. type: textblock
7656 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1048
7657 msgid "32 bit Power PC."
7658 msgstr ""
7659
7660 #. type: =item
7661 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1050
7662 msgid "\"ppc64\""
7663 msgstr ""
7664
7665 #. type: textblock
7666 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1052
7667 msgid "64 bit Power PC."
7668 msgstr ""
7669
7670 #. type: textblock
7671 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1056
7672 msgid "Libguestfs may return other architecture strings in future."
7673 msgstr ""
7674
7675 #. type: textblock
7676 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1058
7677 msgid "The function works on at least the following types of files:"
7678 msgstr ""
7679
7680 #. type: textblock
7681 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1064
7682 msgid "many types of Un*x and Linux binary"
7683 msgstr ""
7684
7685 #. type: textblock
7686 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1068
7687 msgid "many types of Un*x and Linux shared library"
7688 msgstr ""
7689
7690 #. type: textblock
7691 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1072
7692 msgid "Windows Win32 and Win64 binaries"
7693 msgstr ""
7694
7695 #. type: textblock
7696 #: ../src/guestfs-actions.pod:1598 ../fish/guestfish-actions.pod:1076
7697 msgid "Windows Win32 and Win64 DLLs"
7698 msgstr ""
7699
7700 #. type: textblock
7701 #: ../src/guestfs-actions.pod:1600 ../fish/guestfish-actions.pod:1078
7702 msgid "Win32 binaries and DLLs return C<i386>."
7703 msgstr ""
7704
7705 #. type: textblock
7706 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1080
7707 msgid "Win64 binaries and DLLs return C<x86_64>."
7708 msgstr ""
7709
7710 #. type: textblock
7711 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1084
7712 msgid "Linux kernel modules"
7713 msgstr ""
7714
7715 #. type: textblock
7716 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1088
7717 msgid "Linux new-style initrd images"
7718 msgstr ""
7719
7720 #. type: textblock
7721 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1092
7722 msgid "some non-x86 Linux vmlinuz kernels"
7723 msgstr ""
7724
7725 #. type: textblock
7726 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1096
7727 msgid "What it can't do currently:"
7728 msgstr ""
7729
7730 #. type: textblock
7731 #: ../src/guestfs-actions.pod:1624 ../fish/guestfish-actions.pod:1102
7732 msgid "static libraries (libfoo.a)"
7733 msgstr ""
7734
7735 #. type: textblock
7736 #: ../src/guestfs-actions.pod:1628 ../fish/guestfish-actions.pod:1106
7737 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
7738 msgstr ""
7739
7740 #. type: textblock
7741 #: ../src/guestfs-actions.pod:1632 ../fish/guestfish-actions.pod:1110
7742 msgid "x86 Linux vmlinuz kernels"
7743 msgstr ""
7744
7745 #. type: textblock
7746 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1112
7747 msgid ""
7748 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
7749 "compressed code, and are horribly hard to unpack.  If you want to find the "
7750 "architecture of a kernel, use the architecture of the associated initrd or "
7751 "kernel module(s) instead."
7752 msgstr ""
7753
7754 #. type: textblock
7755 #: ../src/guestfs-actions.pod:1644 ../src/guestfs-actions.pod:1807 ../src/guestfs-actions.pod:1824 ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:2586 ../src/guestfs-actions.pod:2612 ../src/guestfs-actions.pod:2661 ../src/guestfs-actions.pod:2682 ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2865 ../src/guestfs-actions.pod:3038 ../src/guestfs-actions.pod:3170
7756 msgid "(Added in 1.5.3)"
7757 msgstr ""
7758
7759 #. type: =head2
7760 #: ../src/guestfs-actions.pod:1646
7761 msgid "guestfs_filesize"
7762 msgstr ""
7763
7764 #. type: verbatim
7765 #: ../src/guestfs-actions.pod:1648
7766 #, no-wrap
7767 msgid ""
7768 " int64_t\n"
7769 " guestfs_filesize (guestfs_h *g,\n"
7770 "                   const char *file);\n"
7771 "\n"
7772 msgstr ""
7773
7774 #. type: textblock
7775 #: ../src/guestfs-actions.pod:1652 ../fish/guestfish-actions.pod:1123
7776 msgid "This command returns the size of C<file> in bytes."
7777 msgstr ""
7778
7779 #. type: textblock
7780 #: ../src/guestfs-actions.pod:1654
7781 msgid ""
7782 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
7783 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
7784 "devices, use C<guestfs_blockdev_getsize64>."
7785 msgstr ""
7786
7787 #. type: textblock
7788 #: ../src/guestfs-actions.pod:1660
7789 msgid "(Added in 1.0.82)"
7790 msgstr ""
7791
7792 #. type: =head2
7793 #: ../src/guestfs-actions.pod:1662
7794 msgid "guestfs_fill"
7795 msgstr ""
7796
7797 #. type: verbatim
7798 #: ../src/guestfs-actions.pod:1664
7799 #, no-wrap
7800 msgid ""
7801 " int\n"
7802 " guestfs_fill (guestfs_h *g,\n"
7803 "               int c,\n"
7804 "               int len,\n"
7805 "               const char *path);\n"
7806 "\n"
7807 msgstr ""
7808
7809 #. type: textblock
7810 #: ../src/guestfs-actions.pod:1670 ../fish/guestfish-actions.pod:1133
7811 msgid ""
7812 "This command creates a new file called C<path>.  The initial content of the "
7813 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
7814 "C<[0..255]>."
7815 msgstr ""
7816
7817 #. type: textblock
7818 #: ../src/guestfs-actions.pod:1674
7819 msgid ""
7820 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
7821 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
7822 "bytes use C<guestfs_fill_pattern>."
7823 msgstr ""
7824
7825 #. type: textblock
7826 #: ../src/guestfs-actions.pod:1686
7827 msgid "(Added in 1.0.79)"
7828 msgstr ""
7829
7830 #. type: =head2
7831 #: ../src/guestfs-actions.pod:1688
7832 msgid "guestfs_fill_pattern"
7833 msgstr ""
7834
7835 #. type: verbatim
7836 #: ../src/guestfs-actions.pod:1690
7837 #, no-wrap
7838 msgid ""
7839 " int\n"
7840 " guestfs_fill_pattern (guestfs_h *g,\n"
7841 "                       const char *pattern,\n"
7842 "                       int len,\n"
7843 "                       const char *path);\n"
7844 "\n"
7845 msgstr ""
7846
7847 #. type: textblock
7848 #: ../src/guestfs-actions.pod:1696
7849 msgid ""
7850 "This function is like C<guestfs_fill> except that it creates a new file of "
7851 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
7852 "pattern is truncated if necessary to ensure the length of the file is "
7853 "exactly C<len> bytes."
7854 msgstr ""
7855
7856 #. type: textblock
7857 #: ../src/guestfs-actions.pod:1708
7858 msgid "(Added in 1.3.12)"
7859 msgstr ""
7860
7861 #. type: =head2
7862 #: ../src/guestfs-actions.pod:1710
7863 msgid "guestfs_find"
7864 msgstr ""
7865
7866 #. type: verbatim
7867 #: ../src/guestfs-actions.pod:1712
7868 #, no-wrap
7869 msgid ""
7870 " char **\n"
7871 " guestfs_find (guestfs_h *g,\n"
7872 "               const char *directory);\n"
7873 "\n"
7874 msgstr ""
7875
7876 #. type: textblock
7877 #: ../src/guestfs-actions.pod:1716 ../fish/guestfish-actions.pod:1155
7878 msgid ""
7879 "This command lists out all files and directories, recursively, starting at "
7880 "C<directory>.  It is essentially equivalent to running the shell command "
7881 "C<find directory -print> but some post-processing happens on the output, "
7882 "described below."
7883 msgstr ""
7884
7885 #. type: textblock
7886 #: ../src/guestfs-actions.pod:1721 ../fish/guestfish-actions.pod:1160
7887 msgid ""
7888 "This returns a list of strings I<without any prefix>.  Thus if the directory "
7889 "structure was:"
7890 msgstr ""
7891
7892 #. type: verbatim
7893 #: ../src/guestfs-actions.pod:1724 ../fish/guestfish-actions.pod:1163
7894 #, no-wrap
7895 msgid ""
7896 " /tmp/a\n"
7897 " /tmp/b\n"
7898 " /tmp/c/d\n"
7899 "\n"
7900 msgstr ""
7901
7902 #. type: textblock
7903 #: ../src/guestfs-actions.pod:1728
7904 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
7905 msgstr ""
7906
7907 #. type: verbatim
7908 #: ../src/guestfs-actions.pod:1731 ../fish/guestfish-actions.pod:1170
7909 #, no-wrap
7910 msgid ""
7911 " a\n"
7912 " b\n"
7913 " c\n"
7914 " c/d\n"
7915 "\n"
7916 msgstr ""
7917
7918 #. type: textblock
7919 #: ../src/guestfs-actions.pod:1736 ../fish/guestfish-actions.pod:1175
7920 msgid "If C<directory> is not a directory, then this command returns an error."
7921 msgstr ""
7922
7923 #. type: textblock
7924 #: ../src/guestfs-actions.pod:1739 ../fish/guestfish-actions.pod:1178
7925 msgid "The returned list is sorted."
7926 msgstr ""
7927
7928 #. type: textblock
7929 #: ../src/guestfs-actions.pod:1741
7930 msgid "See also C<guestfs_find0>."
7931 msgstr ""
7932
7933 #. type: textblock
7934 #: ../src/guestfs-actions.pod:1750 ../src/guestfs-actions.pod:3859 ../src/guestfs-actions.pod:5399
7935 msgid "(Added in 1.0.27)"
7936 msgstr ""
7937
7938 #. type: =head2
7939 #: ../src/guestfs-actions.pod:1752
7940 msgid "guestfs_find0"
7941 msgstr ""
7942
7943 #. type: verbatim
7944 #: ../src/guestfs-actions.pod:1754
7945 #, no-wrap
7946 msgid ""
7947 " int\n"
7948 " guestfs_find0 (guestfs_h *g,\n"
7949 "                const char *directory,\n"
7950 "                const char *files);\n"
7951 "\n"
7952 msgstr ""
7953
7954 #. type: textblock
7955 #: ../src/guestfs-actions.pod:1759 ../fish/guestfish-actions.pod:1189
7956 msgid ""
7957 "This command lists out all files and directories, recursively, starting at "
7958 "C<directory>, placing the resulting list in the external file called "
7959 "C<files>."
7960 msgstr ""
7961
7962 #. type: textblock
7963 #: ../src/guestfs-actions.pod:1763
7964 msgid ""
7965 "This command works the same way as C<guestfs_find> with the following "
7966 "exceptions:"
7967 msgstr ""
7968
7969 #. type: textblock
7970 #: ../src/guestfs-actions.pod:1770 ../fish/guestfish-actions.pod:1200
7971 msgid "The resulting list is written to an external file."
7972 msgstr ""
7973
7974 #. type: textblock
7975 #: ../src/guestfs-actions.pod:1774 ../fish/guestfish-actions.pod:1204
7976 msgid ""
7977 "Items (filenames) in the result are separated by C<\\0> characters.  See "
7978 "L<find(1)> option I<-print0>."
7979 msgstr ""
7980
7981 #. type: textblock
7982 #: ../src/guestfs-actions.pod:1779 ../fish/guestfish-actions.pod:1209
7983 msgid "This command is not limited in the number of names that it can return."
7984 msgstr ""
7985
7986 #. type: textblock
7987 #: ../src/guestfs-actions.pod:1784 ../fish/guestfish-actions.pod:1214
7988 msgid "The result list is not sorted."
7989 msgstr ""
7990
7991 #. type: textblock
7992 #: ../src/guestfs-actions.pod:1790
7993 msgid "(Added in 1.0.74)"
7994 msgstr ""
7995
7996 #. type: =head2
7997 #: ../src/guestfs-actions.pod:1792
7998 msgid "guestfs_findfs_label"
7999 msgstr ""
8000
8001 #. type: verbatim
8002 #: ../src/guestfs-actions.pod:1794
8003 #, no-wrap
8004 msgid ""
8005 " char *\n"
8006 " guestfs_findfs_label (guestfs_h *g,\n"
8007 "                       const char *label);\n"
8008 "\n"
8009 msgstr ""
8010
8011 #. type: textblock
8012 #: ../src/guestfs-actions.pod:1798 ../fish/guestfish-actions.pod:1224
8013 msgid ""
8014 "This command searches the filesystems and returns the one which has the "
8015 "given label.  An error is returned if no such filesystem can be found."
8016 msgstr ""
8017
8018 #. type: textblock
8019 #: ../src/guestfs-actions.pod:1802
8020 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8021 msgstr ""
8022
8023 #. type: =head2
8024 #: ../src/guestfs-actions.pod:1809
8025 msgid "guestfs_findfs_uuid"
8026 msgstr ""
8027
8028 #. type: verbatim
8029 #: ../src/guestfs-actions.pod:1811
8030 #, no-wrap
8031 msgid ""
8032 " char *\n"
8033 " guestfs_findfs_uuid (guestfs_h *g,\n"
8034 "                      const char *uuid);\n"
8035 "\n"
8036 msgstr ""
8037
8038 #. type: textblock
8039 #: ../src/guestfs-actions.pod:1815 ../fish/guestfish-actions.pod:1234
8040 msgid ""
8041 "This command searches the filesystems and returns the one which has the "
8042 "given UUID.  An error is returned if no such filesystem can be found."
8043 msgstr ""
8044
8045 #. type: textblock
8046 #: ../src/guestfs-actions.pod:1819
8047 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8048 msgstr ""
8049
8050 #. type: =head2
8051 #: ../src/guestfs-actions.pod:1826
8052 msgid "guestfs_fsck"
8053 msgstr ""
8054
8055 #. type: verbatim
8056 #: ../src/guestfs-actions.pod:1828
8057 #, no-wrap
8058 msgid ""
8059 " int\n"
8060 " guestfs_fsck (guestfs_h *g,\n"
8061 "               const char *fstype,\n"
8062 "               const char *device);\n"
8063 "\n"
8064 msgstr ""
8065
8066 #. type: textblock
8067 #: ../src/guestfs-actions.pod:1833 ../fish/guestfish-actions.pod:1244
8068 msgid ""
8069 "This runs the filesystem checker (fsck) on C<device> which should have "
8070 "filesystem type C<fstype>."
8071 msgstr ""
8072
8073 #. type: textblock
8074 #: ../src/guestfs-actions.pod:1836 ../fish/guestfish-actions.pod:1247
8075 msgid ""
8076 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8077 "codes from C<fsck>."
8078 msgstr ""
8079
8080 #. type: textblock
8081 #: ../src/guestfs-actions.pod:1845 ../fish/guestfish-actions.pod:1256
8082 msgid "Multiple status codes can be summed together."
8083 msgstr ""
8084
8085 #. type: textblock
8086 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1260
8087 msgid ""
8088 "A non-zero return code can mean \"success\", for example if errors have been "
8089 "corrected on the filesystem."
8090 msgstr ""
8091
8092 #. type: textblock
8093 #: ../src/guestfs-actions.pod:1854 ../fish/guestfish-actions.pod:1265
8094 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8095 msgstr ""
8096
8097 #. type: textblock
8098 #: ../src/guestfs-actions.pod:1859 ../fish/guestfish-actions.pod:1270
8099 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8100 msgstr ""
8101
8102 #. type: textblock
8103 #: ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:7046
8104 msgid "(Added in 1.0.16)"
8105 msgstr ""
8106
8107 #. type: =head2
8108 #: ../src/guestfs-actions.pod:1865
8109 msgid "guestfs_get_append"
8110 msgstr ""
8111
8112 #. type: verbatim
8113 #: ../src/guestfs-actions.pod:1867
8114 #, no-wrap
8115 msgid ""
8116 " const char *\n"
8117 " guestfs_get_append (guestfs_h *g);\n"
8118 "\n"
8119 msgstr ""
8120
8121 #. type: textblock
8122 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1276
8123 msgid ""
8124 "Return the additional kernel options which are added to the guest kernel "
8125 "command line."
8126 msgstr ""
8127
8128 #. type: textblock
8129 #: ../src/guestfs-actions.pod:1873 ../fish/guestfish-actions.pod:1279
8130 msgid "If C<NULL> then no options are added."
8131 msgstr ""
8132
8133 #. type: textblock
8134 #: ../src/guestfs-actions.pod:1875
8135 msgid ""
8136 "This function returns a string which may be NULL.  There is no way to return "
8137 "an error from this function.  The string is owned by the guest handle and "
8138 "must I<not> be freed."
8139 msgstr ""
8140
8141 #. type: textblock
8142 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:5077 ../src/guestfs-actions.pod:5540 ../src/guestfs-actions.pod:5908 ../src/guestfs-actions.pod:5927 ../src/guestfs-actions.pod:5943 ../src/guestfs-actions.pod:5960 ../src/guestfs-actions.pod:6717 ../src/guestfs-actions.pod:6735 ../src/guestfs-actions.pod:7089
8143 msgid "(Added in 1.0.26)"
8144 msgstr ""
8145
8146 #. type: =head2
8147 #: ../src/guestfs-actions.pod:1881
8148 msgid "guestfs_get_autosync"
8149 msgstr ""
8150
8151 #. type: verbatim
8152 #: ../src/guestfs-actions.pod:1883
8153 #, no-wrap
8154 msgid ""
8155 " int\n"
8156 " guestfs_get_autosync (guestfs_h *g);\n"
8157 "\n"
8158 msgstr ""
8159
8160 #. type: textblock
8161 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1285
8162 msgid "Get the autosync flag."
8163 msgstr ""
8164
8165 #. type: =head2
8166 #: ../src/guestfs-actions.pod:1892
8167 msgid "guestfs_get_direct"
8168 msgstr ""
8169
8170 #. type: verbatim
8171 #: ../src/guestfs-actions.pod:1894
8172 #, no-wrap
8173 msgid ""
8174 " int\n"
8175 " guestfs_get_direct (guestfs_h *g);\n"
8176 "\n"
8177 msgstr ""
8178
8179 #. type: textblock
8180 #: ../src/guestfs-actions.pod:1897 ../fish/guestfish-actions.pod:1291
8181 msgid "Return the direct appliance mode flag."
8182 msgstr ""
8183
8184 #. type: textblock
8185 #: ../src/guestfs-actions.pod:1901 ../src/guestfs-actions.pod:5581
8186 msgid "(Added in 1.0.72)"
8187 msgstr ""
8188
8189 #. type: =head2
8190 #: ../src/guestfs-actions.pod:1903
8191 msgid "guestfs_get_e2label"
8192 msgstr ""
8193
8194 #. type: verbatim
8195 #: ../src/guestfs-actions.pod:1905
8196 #, no-wrap
8197 msgid ""
8198 " char *\n"
8199 " guestfs_get_e2label (guestfs_h *g,\n"
8200 "                      const char *device);\n"
8201 "\n"
8202 msgstr ""
8203
8204 #. type: textblock
8205 #: ../src/guestfs-actions.pod:1909 ../fish/guestfish-actions.pod:1297
8206 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8207 msgstr ""
8208
8209 #. type: textblock
8210 #: ../src/guestfs-actions.pod:1915 ../fish/guestfish-actions.pod:1300
8211 msgid ""
8212 "This function is deprecated.  In new code, use the C<vfs_label> call "
8213 "instead."
8214 msgstr ""
8215
8216 #. type: textblock
8217 #: ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:1943 ../src/guestfs-actions.pod:5599 ../src/guestfs-actions.pod:5618
8218 msgid "(Added in 1.0.15)"
8219 msgstr ""
8220
8221 #. type: =head2
8222 #: ../src/guestfs-actions.pod:1924
8223 msgid "guestfs_get_e2uuid"
8224 msgstr ""
8225
8226 #. type: verbatim
8227 #: ../src/guestfs-actions.pod:1926
8228 #, no-wrap
8229 msgid ""
8230 " char *\n"
8231 " guestfs_get_e2uuid (guestfs_h *g,\n"
8232 "                     const char *device);\n"
8233 "\n"
8234 msgstr ""
8235
8236 #. type: textblock
8237 #: ../src/guestfs-actions.pod:1930 ../fish/guestfish-actions.pod:1311
8238 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8239 msgstr ""
8240
8241 #. type: textblock
8242 #: ../src/guestfs-actions.pod:1936 ../fish/guestfish-actions.pod:1314
8243 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8244 msgstr ""
8245
8246 #. type: =head2
8247 #: ../src/guestfs-actions.pod:1945
8248 msgid "guestfs_get_memsize"
8249 msgstr ""
8250
8251 #. type: verbatim
8252 #: ../src/guestfs-actions.pod:1947
8253 #, no-wrap
8254 msgid ""
8255 " int\n"
8256 " guestfs_get_memsize (guestfs_h *g);\n"
8257 "\n"
8258 msgstr ""
8259
8260 #. type: textblock
8261 #: ../src/guestfs-actions.pod:1950 ../fish/guestfish-actions.pod:1325
8262 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8263 msgstr ""
8264
8265 #. type: textblock
8266 #: ../src/guestfs-actions.pod:1953
8267 msgid ""
8268 "If C<guestfs_set_memsize> was not called on this handle, and if "
8269 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8270 "value for memsize."
8271 msgstr ""
8272
8273 #. type: textblock
8274 #: ../src/guestfs-actions.pod:1957 ../src/guestfs-actions.pod:2038 ../src/guestfs-actions.pod:5634 ../src/guestfs-actions.pod:5741 ../fish/guestfish-actions.pod:1332 ../fish/guestfish-actions.pod:1383 ../fish/guestfish-actions.pod:3761 ../fish/guestfish-actions.pod:3848
8275 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8276 msgstr ""
8277
8278 #. type: textblock
8279 #: ../src/guestfs-actions.pod:1962 ../src/guestfs-actions.pod:4150 ../src/guestfs-actions.pod:4335 ../src/guestfs-actions.pod:4354 ../src/guestfs-actions.pod:4373 ../src/guestfs-actions.pod:4385 ../src/guestfs-actions.pod:4402 ../src/guestfs-actions.pod:4415 ../src/guestfs-actions.pod:5302 ../src/guestfs-actions.pod:5639 ../src/guestfs-actions.pod:5882 ../src/guestfs-actions.pod:6483
8280 msgid "(Added in 1.0.55)"
8281 msgstr ""
8282
8283 #. type: =head2
8284 #: ../src/guestfs-actions.pod:1964
8285 msgid "guestfs_get_network"
8286 msgstr ""
8287
8288 #. type: verbatim
8289 #: ../src/guestfs-actions.pod:1966
8290 #, no-wrap
8291 msgid ""
8292 " int\n"
8293 " guestfs_get_network (guestfs_h *g);\n"
8294 "\n"
8295 msgstr ""
8296
8297 #. type: textblock
8298 #: ../src/guestfs-actions.pod:1969 ../fish/guestfish-actions.pod:1339
8299 msgid "This returns the enable network flag."
8300 msgstr ""
8301
8302 #. type: textblock
8303 #: ../src/guestfs-actions.pod:1973 ../src/guestfs-actions.pod:5658
8304 msgid "(Added in 1.5.4)"
8305 msgstr ""
8306
8307 #. type: =head2
8308 #: ../src/guestfs-actions.pod:1975
8309 msgid "guestfs_get_path"
8310 msgstr ""
8311
8312 #. type: verbatim
8313 #: ../src/guestfs-actions.pod:1977
8314 #, no-wrap
8315 msgid ""
8316 " const char *\n"
8317 " guestfs_get_path (guestfs_h *g);\n"
8318 "\n"
8319 msgstr ""
8320
8321 #. type: textblock
8322 #: ../src/guestfs-actions.pod:1980 ../fish/guestfish-actions.pod:1345
8323 msgid "Return the current search path."
8324 msgstr ""
8325
8326 #. type: textblock
8327 #: ../src/guestfs-actions.pod:1982 ../fish/guestfish-actions.pod:1347
8328 msgid ""
8329 "This is always non-NULL.  If it wasn't set already, then this will return "
8330 "the default path."
8331 msgstr ""
8332
8333 #. type: textblock
8334 #: ../src/guestfs-actions.pod:1985 ../src/guestfs-actions.pod:2014
8335 msgid ""
8336 "This function returns a string, or NULL on error.  The string is owned by "
8337 "the guest handle and must I<not> be freed."
8338 msgstr ""
8339
8340 #. type: =head2
8341 #: ../src/guestfs-actions.pod:1990
8342 msgid "guestfs_get_pid"
8343 msgstr ""
8344
8345 #. type: verbatim
8346 #: ../src/guestfs-actions.pod:1992
8347 #, no-wrap
8348 msgid ""
8349 " int\n"
8350 " guestfs_get_pid (guestfs_h *g);\n"
8351 "\n"
8352 msgstr ""
8353
8354 #. type: textblock
8355 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1356
8356 msgid ""
8357 "Return the process ID of the qemu subprocess.  If there is no qemu "
8358 "subprocess, then this will return an error."
8359 msgstr ""
8360
8361 #. type: textblock
8362 #: ../src/guestfs-actions.pod:1998 ../fish/guestfish-actions.pod:1359
8363 msgid "This is an internal call used for debugging and testing."
8364 msgstr ""
8365
8366 #. type: textblock
8367 #: ../src/guestfs-actions.pod:2002
8368 msgid "(Added in 1.0.56)"
8369 msgstr ""
8370
8371 #. type: =head2
8372 #: ../src/guestfs-actions.pod:2004
8373 msgid "guestfs_get_qemu"
8374 msgstr ""
8375
8376 #. type: verbatim
8377 #: ../src/guestfs-actions.pod:2006
8378 #, no-wrap
8379 msgid ""
8380 " const char *\n"
8381 " guestfs_get_qemu (guestfs_h *g);\n"
8382 "\n"
8383 msgstr ""
8384
8385 #. type: textblock
8386 #: ../src/guestfs-actions.pod:2009 ../fish/guestfish-actions.pod:1365
8387 msgid "Return the current qemu binary."
8388 msgstr ""
8389
8390 #. type: textblock
8391 #: ../src/guestfs-actions.pod:2011 ../fish/guestfish-actions.pod:1367
8392 msgid ""
8393 "This is always non-NULL.  If it wasn't set already, then this will return "
8394 "the default qemu binary name."
8395 msgstr ""
8396
8397 #. type: textblock
8398 #: ../src/guestfs-actions.pod:2017 ../src/guestfs-actions.pod:5703
8399 msgid "(Added in 1.0.6)"
8400 msgstr ""
8401
8402 #. type: =head2
8403 #: ../src/guestfs-actions.pod:2019
8404 msgid "guestfs_get_recovery_proc"
8405 msgstr ""
8406
8407 #. type: verbatim
8408 #: ../src/guestfs-actions.pod:2021
8409 #, no-wrap
8410 msgid ""
8411 " int\n"
8412 " guestfs_get_recovery_proc (guestfs_h *g);\n"
8413 "\n"
8414 msgstr ""
8415
8416 #. type: textblock
8417 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1374
8418 msgid "Return the recovery process enabled flag."
8419 msgstr ""
8420
8421 #. type: textblock
8422 #: ../src/guestfs-actions.pod:2028 ../src/guestfs-actions.pod:3260 ../src/guestfs-actions.pod:3557 ../src/guestfs-actions.pod:3957 ../src/guestfs-actions.pod:3989 ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5350 ../src/guestfs-actions.pod:5727 ../src/guestfs-actions.pod:6386 ../src/guestfs-actions.pod:6406 ../src/guestfs-actions.pod:6598
8423 msgid "(Added in 1.0.77)"
8424 msgstr ""
8425
8426 #. type: =head2
8427 #: ../src/guestfs-actions.pod:2030
8428 msgid "guestfs_get_selinux"
8429 msgstr ""
8430
8431 #. type: verbatim
8432 #: ../src/guestfs-actions.pod:2032
8433 #, no-wrap
8434 msgid ""
8435 " int\n"
8436 " guestfs_get_selinux (guestfs_h *g);\n"
8437 "\n"
8438 msgstr ""
8439
8440 #. type: textblock
8441 #: ../src/guestfs-actions.pod:2035
8442 msgid ""
8443 "This returns the current setting of the selinux flag which is passed to the "
8444 "appliance at boot time.  See C<guestfs_set_selinux>."
8445 msgstr ""
8446
8447 #. type: textblock
8448 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:2106 ../src/guestfs-actions.pod:5746 ../src/guestfs-actions.pod:5800
8449 msgid "(Added in 1.0.67)"
8450 msgstr ""
8451
8452 #. type: =head2
8453 #: ../src/guestfs-actions.pod:2045
8454 msgid "guestfs_get_state"
8455 msgstr ""
8456
8457 #. type: verbatim
8458 #: ../src/guestfs-actions.pod:2047
8459 #, no-wrap
8460 msgid ""
8461 " int\n"
8462 " guestfs_get_state (guestfs_h *g);\n"
8463 "\n"
8464 msgstr ""
8465
8466 #. type: textblock
8467 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
8468 msgid ""
8469 "This returns the current state as an opaque integer.  This is only useful "
8470 "for printing debug and internal error messages."
8471 msgstr ""
8472
8473 #. type: textblock
8474 #: ../src/guestfs-actions.pod:2053 ../src/guestfs-actions.pod:3063 ../src/guestfs-actions.pod:3092 ../src/guestfs-actions.pod:3153 ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:1393 ../fish/guestfish-actions.pod:2132 ../fish/guestfish-actions.pod:2150 ../fish/guestfish-actions.pod:2188 ../fish/guestfish-actions.pod:2204
8475 msgid "For more information on states, see L<guestfs(3)>."
8476 msgstr ""
8477
8478 #. type: =head2
8479 #: ../src/guestfs-actions.pod:2059
8480 msgid "guestfs_get_trace"
8481 msgstr ""
8482
8483 #. type: verbatim
8484 #: ../src/guestfs-actions.pod:2061
8485 #, no-wrap
8486 msgid ""
8487 " int\n"
8488 " guestfs_get_trace (guestfs_h *g);\n"
8489 "\n"
8490 msgstr ""
8491
8492 #. type: textblock
8493 #: ../src/guestfs-actions.pod:2064 ../fish/guestfish-actions.pod:1399
8494 msgid "Return the command trace flag."
8495 msgstr ""
8496
8497 #. type: =head2
8498 #: ../src/guestfs-actions.pod:2070
8499 msgid "guestfs_get_umask"
8500 msgstr ""
8501
8502 #. type: verbatim
8503 #: ../src/guestfs-actions.pod:2072
8504 #, no-wrap
8505 msgid ""
8506 " int\n"
8507 " guestfs_get_umask (guestfs_h *g);\n"
8508 "\n"
8509 msgstr ""
8510
8511 #. type: textblock
8512 #: ../src/guestfs-actions.pod:2075
8513 msgid ""
8514 "Return the current umask.  By default the umask is C<022> unless it has been "
8515 "set by calling C<guestfs_umask>."
8516 msgstr ""
8517
8518 #. type: =head2
8519 #: ../src/guestfs-actions.pod:2082
8520 msgid "guestfs_get_verbose"
8521 msgstr ""
8522
8523 #. type: verbatim
8524 #: ../src/guestfs-actions.pod:2084
8525 #, no-wrap
8526 msgid ""
8527 " int\n"
8528 " guestfs_get_verbose (guestfs_h *g);\n"
8529 "\n"
8530 msgstr ""
8531
8532 #. type: textblock
8533 #: ../src/guestfs-actions.pod:2087 ../fish/guestfish-actions.pod:1412
8534 msgid "This returns the verbose messages flag."
8535 msgstr ""
8536
8537 #. type: =head2
8538 #: ../src/guestfs-actions.pod:2093
8539 msgid "guestfs_getcon"
8540 msgstr ""
8541
8542 #. type: verbatim
8543 #: ../src/guestfs-actions.pod:2095
8544 #, no-wrap
8545 msgid ""
8546 " char *\n"
8547 " guestfs_getcon (guestfs_h *g);\n"
8548 "\n"
8549 msgstr ""
8550
8551 #. type: textblock
8552 #: ../src/guestfs-actions.pod:2098 ../fish/guestfish-actions.pod:1418
8553 msgid "This gets the SELinux security context of the daemon."
8554 msgstr ""
8555
8556 #. type: textblock
8557 #: ../src/guestfs-actions.pod:2100
8558 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
8559 msgstr ""
8560
8561 #. type: =head2
8562 #: ../src/guestfs-actions.pod:2108
8563 msgid "guestfs_getxattr"
8564 msgstr ""
8565
8566 #. type: verbatim
8567 #: ../src/guestfs-actions.pod:2110
8568 #, no-wrap
8569 msgid ""
8570 " char *\n"
8571 " guestfs_getxattr (guestfs_h *g,\n"
8572 "                   const char *path,\n"
8573 "                   const char *name,\n"
8574 "                   size_t *size_r);\n"
8575 "\n"
8576 msgstr ""
8577
8578 #. type: textblock
8579 #: ../src/guestfs-actions.pod:2116
8580 msgid ""
8581 "Get a single extended attribute from file C<path> named C<name>.  This call "
8582 "follows symlinks.  If you want to lookup an extended attribute for the "
8583 "symlink itself, use C<guestfs_lgetxattr>."
8584 msgstr ""
8585
8586 #. type: textblock
8587 #: ../src/guestfs-actions.pod:2120 ../src/guestfs-actions.pod:3274
8588 msgid ""
8589 "Normally it is better to get all extended attributes from a file in one go "
8590 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
8591 "implementations are buggy and do not provide a way to list out attributes.  "
8592 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
8593 "extended attributes you want in advance and call this function."
8594 msgstr ""
8595
8596 #. type: textblock
8597 #: ../src/guestfs-actions.pod:2127 ../src/guestfs-actions.pod:3281 ../fish/guestfish-actions.pod:1438 ../fish/guestfish-actions.pod:2269
8598 msgid ""
8599 "Extended attribute values are blobs of binary data.  If there is no extended "
8600 "attribute named C<name>, this returns an error."
8601 msgstr ""
8602
8603 #. type: textblock
8604 #: ../src/guestfs-actions.pod:2130
8605 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
8606 msgstr ""
8607
8608 #. type: textblock
8609 #: ../src/guestfs-actions.pod:2132 ../src/guestfs-actions.pod:2323 ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:5000 ../src/guestfs-actions.pod:5026 ../src/guestfs-actions.pod:5207
8610 msgid ""
8611 "This function returns a buffer, or NULL on error.  The size of the returned "
8612 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
8613 "after use>."
8614 msgstr ""
8615
8616 #. type: textblock
8617 #: ../src/guestfs-actions.pod:2136 ../src/guestfs-actions.pod:3290
8618 msgid "(Added in 1.7.24)"
8619 msgstr ""
8620
8621 #. type: =head2
8622 #: ../src/guestfs-actions.pod:2138
8623 msgid "guestfs_getxattrs"
8624 msgstr ""
8625
8626 #. type: verbatim
8627 #: ../src/guestfs-actions.pod:2140
8628 #, no-wrap
8629 msgid ""
8630 " struct guestfs_xattr_list *\n"
8631 " guestfs_getxattrs (guestfs_h *g,\n"
8632 "                    const char *path);\n"
8633 "\n"
8634 msgstr ""
8635
8636 #. type: textblock
8637 #: ../src/guestfs-actions.pod:2144 ../fish/guestfish-actions.pod:1447
8638 msgid "This call lists the extended attributes of the file or directory C<path>."
8639 msgstr ""
8640
8641 #. type: textblock
8642 #: ../src/guestfs-actions.pod:2147 ../fish/guestfish-actions.pod:1450
8643 msgid ""
8644 "At the system call level, this is a combination of the L<listxattr(2)> and "
8645 "L<getxattr(2)> calls."
8646 msgstr ""
8647
8648 #. type: textblock
8649 #: ../src/guestfs-actions.pod:2150
8650 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
8651 msgstr ""
8652
8653 #. type: textblock
8654 #: ../src/guestfs-actions.pod:2152 ../src/guestfs-actions.pod:3302 ../src/guestfs-actions.pod:3953
8655 msgid ""
8656 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
8657 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
8658 msgstr ""
8659
8660 #. type: textblock
8661 #: ../src/guestfs-actions.pod:2156 ../src/guestfs-actions.pod:3306 ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3507 ../src/guestfs-actions.pod:5380 ../src/guestfs-actions.pod:5819 ../src/guestfs-actions.pod:7154
8662 msgid "(Added in 1.0.59)"
8663 msgstr ""
8664
8665 #. type: =head2
8666 #: ../src/guestfs-actions.pod:2158
8667 msgid "guestfs_glob_expand"
8668 msgstr ""
8669
8670 #. type: verbatim
8671 #: ../src/guestfs-actions.pod:2160
8672 #, no-wrap
8673 msgid ""
8674 " char **\n"
8675 " guestfs_glob_expand (guestfs_h *g,\n"
8676 "                      const char *pattern);\n"
8677 "\n"
8678 msgstr ""
8679
8680 #. type: textblock
8681 #: ../src/guestfs-actions.pod:2164 ../fish/guestfish-actions.pod:1459
8682 msgid ""
8683 "This command searches for all the pathnames matching C<pattern> according to "
8684 "the wildcard expansion rules used by the shell."
8685 msgstr ""
8686
8687 #. type: textblock
8688 #: ../src/guestfs-actions.pod:2168 ../fish/guestfish-actions.pod:1463
8689 msgid "If no paths match, then this returns an empty list (note: not an error)."
8690 msgstr ""
8691
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:2171 ../fish/guestfish-actions.pod:1466
8694 msgid ""
8695 "It is just a wrapper around the C L<glob(3)> function with flags "
8696 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
8697 msgstr ""
8698
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:5984 ../src/guestfs-actions.pod:6001
8701 msgid "(Added in 1.0.50)"
8702 msgstr ""
8703
8704 #. type: =head2
8705 #: ../src/guestfs-actions.pod:2181
8706 msgid "guestfs_grep"
8707 msgstr ""
8708
8709 #. type: verbatim
8710 #: ../src/guestfs-actions.pod:2183
8711 #, no-wrap
8712 msgid ""
8713 " char **\n"
8714 " guestfs_grep (guestfs_h *g,\n"
8715 "               const char *regex,\n"
8716 "               const char *path);\n"
8717 "\n"
8718 msgstr ""
8719
8720 #. type: textblock
8721 #: ../src/guestfs-actions.pod:2188 ../fish/guestfish-actions.pod:1474
8722 msgid "This calls the external C<grep> program and returns the matching lines."
8723 msgstr ""
8724
8725 #. type: =head2
8726 #: ../src/guestfs-actions.pod:2200
8727 msgid "guestfs_grepi"
8728 msgstr ""
8729
8730 #. type: verbatim
8731 #: ../src/guestfs-actions.pod:2202
8732 #, no-wrap
8733 msgid ""
8734 " char **\n"
8735 " guestfs_grepi (guestfs_h *g,\n"
8736 "                const char *regex,\n"
8737 "                const char *path);\n"
8738 "\n"
8739 msgstr ""
8740
8741 #. type: textblock
8742 #: ../src/guestfs-actions.pod:2207 ../fish/guestfish-actions.pod:1484
8743 msgid "This calls the external C<grep -i> program and returns the matching lines."
8744 msgstr ""
8745
8746 #. type: =head2
8747 #: ../src/guestfs-actions.pod:2219
8748 msgid "guestfs_grub_install"
8749 msgstr ""
8750
8751 #. type: verbatim
8752 #: ../src/guestfs-actions.pod:2221
8753 #, no-wrap
8754 msgid ""
8755 " int\n"
8756 " guestfs_grub_install (guestfs_h *g,\n"
8757 "                       const char *root,\n"
8758 "                       const char *device);\n"
8759 "\n"
8760 msgstr ""
8761
8762 #. type: textblock
8763 #: ../src/guestfs-actions.pod:2226 ../fish/guestfish-actions.pod:1494
8764 msgid ""
8765 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
8766 "the root directory being C<root>."
8767 msgstr ""
8768
8769 #. type: textblock
8770 #: ../src/guestfs-actions.pod:2229 ../fish/guestfish-actions.pod:1497
8771 msgid ""
8772 "Note: If grub-install reports the error \"No suitable drive was found in the "
8773 "generated device map.\" it may be that you need to create a "
8774 "C</boot/grub/device.map> file first that contains the mapping between grub "
8775 "device names and Linux device names.  It is usually sufficient to create a "
8776 "file containing:"
8777 msgstr ""
8778
8779 #. type: verbatim
8780 #: ../src/guestfs-actions.pod:2236 ../fish/guestfish-actions.pod:1504
8781 #, no-wrap
8782 msgid ""
8783 " (hd0) /dev/vda\n"
8784 "\n"
8785 msgstr ""
8786
8787 #. type: textblock
8788 #: ../src/guestfs-actions.pod:2238 ../fish/guestfish-actions.pod:1506
8789 msgid "replacing C</dev/vda> with the name of the installation device."
8790 msgstr ""
8791
8792 #. type: textblock
8793 #: ../src/guestfs-actions.pod:2242
8794 msgid "(Added in 1.0.17)"
8795 msgstr ""
8796
8797 #. type: =head2
8798 #: ../src/guestfs-actions.pod:2244
8799 msgid "guestfs_head"
8800 msgstr ""
8801
8802 #. type: verbatim
8803 #: ../src/guestfs-actions.pod:2246
8804 #, no-wrap
8805 msgid ""
8806 " char **\n"
8807 " guestfs_head (guestfs_h *g,\n"
8808 "               const char *path);\n"
8809 "\n"
8810 msgstr ""
8811
8812 #. type: textblock
8813 #: ../src/guestfs-actions.pod:2250 ../fish/guestfish-actions.pod:1512
8814 msgid ""
8815 "This command returns up to the first 10 lines of a file as a list of "
8816 "strings."
8817 msgstr ""
8818
8819 #. type: =head2
8820 #: ../src/guestfs-actions.pod:2262
8821 msgid "guestfs_head_n"
8822 msgstr ""
8823
8824 #. type: verbatim
8825 #: ../src/guestfs-actions.pod:2264
8826 #, no-wrap
8827 msgid ""
8828 " char **\n"
8829 " guestfs_head_n (guestfs_h *g,\n"
8830 "                 int nrlines,\n"
8831 "                 const char *path);\n"
8832 "\n"
8833 msgstr ""
8834
8835 #. type: textblock
8836 #: ../src/guestfs-actions.pod:2269 ../fish/guestfish-actions.pod:1522
8837 msgid ""
8838 "If the parameter C<nrlines> is a positive number, this returns the first "
8839 "C<nrlines> lines of the file C<path>."
8840 msgstr ""
8841
8842 #. type: textblock
8843 #: ../src/guestfs-actions.pod:2272 ../fish/guestfish-actions.pod:1525
8844 msgid ""
8845 "If the parameter C<nrlines> is a negative number, this returns lines from "
8846 "the file C<path>, excluding the last C<nrlines> lines."
8847 msgstr ""
8848
8849 #. type: textblock
8850 #: ../src/guestfs-actions.pod:2275 ../src/guestfs-actions.pod:6281 ../fish/guestfish-actions.pod:1528 ../fish/guestfish-actions.pod:4194
8851 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
8852 msgstr ""
8853
8854 #. type: =head2
8855 #: ../src/guestfs-actions.pod:2286
8856 msgid "guestfs_hexdump"
8857 msgstr ""
8858
8859 #. type: verbatim
8860 #: ../src/guestfs-actions.pod:2288
8861 #, no-wrap
8862 msgid ""
8863 " char *\n"
8864 " guestfs_hexdump (guestfs_h *g,\n"
8865 "                  const char *path);\n"
8866 "\n"
8867 msgstr ""
8868
8869 #. type: textblock
8870 #: ../src/guestfs-actions.pod:2292 ../fish/guestfish-actions.pod:1537
8871 msgid ""
8872 "This runs C<hexdump -C> on the given C<path>.  The result is the "
8873 "human-readable, canonical hex dump of the file."
8874 msgstr ""
8875
8876 #. type: textblock
8877 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6065 ../src/guestfs-actions.pod:6120
8878 msgid "(Added in 1.0.22)"
8879 msgstr ""
8880
8881 #. type: =head2
8882 #: ../src/guestfs-actions.pod:2303
8883 msgid "guestfs_initrd_cat"
8884 msgstr ""
8885
8886 #. type: verbatim
8887 #: ../src/guestfs-actions.pod:2305
8888 #, no-wrap
8889 msgid ""
8890 " char *\n"
8891 " guestfs_initrd_cat (guestfs_h *g,\n"
8892 "                     const char *initrdpath,\n"
8893 "                     const char *filename,\n"
8894 "                     size_t *size_r);\n"
8895 "\n"
8896 msgstr ""
8897
8898 #. type: textblock
8899 #: ../src/guestfs-actions.pod:2311 ../fish/guestfish-actions.pod:1547
8900 msgid ""
8901 "This command unpacks the file C<filename> from the initrd file called "
8902 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
8903 "character."
8904 msgstr ""
8905
8906 #. type: textblock
8907 #: ../src/guestfs-actions.pod:2315 ../fish/guestfish-actions.pod:1551
8908 msgid ""
8909 "For example, in guestfish you could use the following command to examine the "
8910 "boot script (usually called C</init>)  contained in a Linux initrd or "
8911 "initramfs image:"
8912 msgstr ""
8913
8914 #. type: verbatim
8915 #: ../src/guestfs-actions.pod:2319 ../fish/guestfish-actions.pod:1555
8916 #, no-wrap
8917 msgid ""
8918 " initrd-cat /boot/initrd-<version>.img init\n"
8919 "\n"
8920 msgstr ""
8921
8922 #. type: textblock
8923 #: ../src/guestfs-actions.pod:2321
8924 msgid "See also C<guestfs_initrd_list>."
8925 msgstr ""
8926
8927 #. type: =head2
8928 #: ../src/guestfs-actions.pod:2332
8929 msgid "guestfs_initrd_list"
8930 msgstr ""
8931
8932 #. type: verbatim
8933 #: ../src/guestfs-actions.pod:2334
8934 #, no-wrap
8935 msgid ""
8936 " char **\n"
8937 " guestfs_initrd_list (guestfs_h *g,\n"
8938 "                      const char *path);\n"
8939 "\n"
8940 msgstr ""
8941
8942 #. type: textblock
8943 #: ../src/guestfs-actions.pod:2338 ../fish/guestfish-actions.pod:1566
8944 msgid "This command lists out files contained in an initrd."
8945 msgstr ""
8946
8947 #. type: textblock
8948 #: ../src/guestfs-actions.pod:2340 ../fish/guestfish-actions.pod:1568
8949 msgid ""
8950 "The files are listed without any initial C</> character.  The files are "
8951 "listed in the order they appear (not necessarily alphabetical).  Directory "
8952 "names are listed as separate items."
8953 msgstr ""
8954
8955 #. type: textblock
8956 #: ../src/guestfs-actions.pod:2344 ../fish/guestfish-actions.pod:1572
8957 msgid ""
8958 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
8959 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
8960 "files)."
8961 msgstr ""
8962
8963 #. type: =head2
8964 #: ../src/guestfs-actions.pod:2354
8965 msgid "guestfs_inotify_add_watch"
8966 msgstr ""
8967
8968 #. type: verbatim
8969 #: ../src/guestfs-actions.pod:2356
8970 #, no-wrap
8971 msgid ""
8972 " int64_t\n"
8973 " guestfs_inotify_add_watch (guestfs_h *g,\n"
8974 "                            const char *path,\n"
8975 "                            int mask);\n"
8976 "\n"
8977 msgstr ""
8978
8979 #. type: textblock
8980 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1580
8981 msgid "Watch C<path> for the events listed in C<mask>."
8982 msgstr ""
8983
8984 #. type: textblock
8985 #: ../src/guestfs-actions.pod:2363 ../fish/guestfish-actions.pod:1582
8986 msgid ""
8987 "Note that if C<path> is a directory then events within that directory are "
8988 "watched, but this does I<not> happen recursively (in subdirectories)."
8989 msgstr ""
8990
8991 #. type: textblock
8992 #: ../src/guestfs-actions.pod:2367 ../fish/guestfish-actions.pod:1586
8993 msgid ""
8994 "Note for non-C or non-Linux callers: the inotify events are defined by the "
8995 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
8996 msgstr ""
8997
8998 #. type: =head2
8999 #: ../src/guestfs-actions.pod:2375
9000 msgid "guestfs_inotify_close"
9001 msgstr ""
9002
9003 #. type: verbatim
9004 #: ../src/guestfs-actions.pod:2377
9005 #, no-wrap
9006 msgid ""
9007 " int\n"
9008 " guestfs_inotify_close (guestfs_h *g);\n"
9009 "\n"
9010 msgstr ""
9011
9012 #. type: textblock
9013 #: ../src/guestfs-actions.pod:2380 ../fish/guestfish-actions.pod:1594
9014 msgid ""
9015 "This closes the inotify handle which was previously opened by inotify_init.  "
9016 "It removes all watches, throws away any pending events, and deallocates all "
9017 "resources."
9018 msgstr ""
9019
9020 #. type: =head2
9021 #: ../src/guestfs-actions.pod:2388
9022 msgid "guestfs_inotify_files"
9023 msgstr ""
9024
9025 #. type: verbatim
9026 #: ../src/guestfs-actions.pod:2390
9027 #, no-wrap
9028 msgid ""
9029 " char **\n"
9030 " guestfs_inotify_files (guestfs_h *g);\n"
9031 "\n"
9032 msgstr ""
9033
9034 #. type: textblock
9035 #: ../src/guestfs-actions.pod:2393
9036 msgid ""
9037 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9038 "returns a list of pathnames of objects that were touched.  The returned "
9039 "pathnames are sorted and deduplicated."
9040 msgstr ""
9041
9042 #. type: =head2
9043 #: ../src/guestfs-actions.pod:2403
9044 msgid "guestfs_inotify_init"
9045 msgstr ""
9046
9047 #. type: verbatim
9048 #: ../src/guestfs-actions.pod:2405
9049 #, no-wrap
9050 msgid ""
9051 " int\n"
9052 " guestfs_inotify_init (guestfs_h *g,\n"
9053 "                       int maxevents);\n"
9054 "\n"
9055 msgstr ""
9056
9057 #. type: textblock
9058 #: ../src/guestfs-actions.pod:2409 ../fish/guestfish-actions.pod:1610
9059 msgid ""
9060 "This command creates a new inotify handle.  The inotify subsystem can be "
9061 "used to notify events which happen to objects in the guest filesystem."
9062 msgstr ""
9063
9064 #. type: textblock
9065 #: ../src/guestfs-actions.pod:2413
9066 msgid ""
9067 "C<maxevents> is the maximum number of events which will be queued up between "
9068 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9069 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9070 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9071 "throws away events, but records the fact that it threw them away by setting "
9072 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9073 "C<guestfs_inotify_read>)."
9074 msgstr ""
9075
9076 #. type: textblock
9077 #: ../src/guestfs-actions.pod:2423
9078 msgid ""
9079 "Before any events are generated, you have to add some watches to the "
9080 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9081 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9082 msgstr ""
9083
9084 #. type: textblock
9085 #: ../src/guestfs-actions.pod:2429
9086 msgid ""
9087 "Queued up events should be read periodically by calling "
9088 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9089 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9090 "often enough then you risk the internal queue overflowing."
9091 msgstr ""
9092
9093 #. type: textblock
9094 #: ../src/guestfs-actions.pod:2436
9095 msgid ""
9096 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9097 "This also removes any watches automatically."
9098 msgstr ""
9099
9100 #. type: textblock
9101 #: ../src/guestfs-actions.pod:2440 ../fish/guestfish-actions.pod:1641
9102 msgid ""
9103 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9104 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9105 "that there is one global inotify handle per libguestfs instance."
9106 msgstr ""
9107
9108 #. type: =head2
9109 #: ../src/guestfs-actions.pod:2449
9110 msgid "guestfs_inotify_read"
9111 msgstr ""
9112
9113 #. type: verbatim
9114 #: ../src/guestfs-actions.pod:2451
9115 #, no-wrap
9116 msgid ""
9117 " struct guestfs_inotify_event_list *\n"
9118 " guestfs_inotify_read (guestfs_h *g);\n"
9119 "\n"
9120 msgstr ""
9121
9122 #. type: textblock
9123 #: ../src/guestfs-actions.pod:2454 ../fish/guestfish-actions.pod:1650
9124 msgid ""
9125 "Return the complete queue of events that have happened since the previous "
9126 "read call."
9127 msgstr ""
9128
9129 #. type: textblock
9130 #: ../src/guestfs-actions.pod:2457 ../fish/guestfish-actions.pod:1653
9131 msgid "If no events have happened, this returns an empty list."
9132 msgstr ""
9133
9134 #. type: textblock
9135 #: ../src/guestfs-actions.pod:2459 ../fish/guestfish-actions.pod:1655
9136 msgid ""
9137 "I<Note>: In order to make sure that all events have been read, you must call "
9138 "this function repeatedly until it returns an empty list.  The reason is that "
9139 "the call will read events up to the maximum appliance-to-host message size "
9140 "and leave remaining events in the queue."
9141 msgstr ""
9142
9143 #. type: textblock
9144 #: ../src/guestfs-actions.pod:2465
9145 msgid ""
9146 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9147 "there was an error.  I<The caller must call "
9148 "C<guestfs_free_inotify_event_list> after use>."
9149 msgstr ""
9150
9151 #. type: =head2
9152 #: ../src/guestfs-actions.pod:2471
9153 msgid "guestfs_inotify_rm_watch"
9154 msgstr ""
9155
9156 #. type: verbatim
9157 #: ../src/guestfs-actions.pod:2473
9158 #, no-wrap
9159 msgid ""
9160 " int\n"
9161 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9162 "                           int wd);\n"
9163 "\n"
9164 msgstr ""
9165
9166 #. type: textblock
9167 #: ../src/guestfs-actions.pod:2477
9168 msgid ""
9169 "Remove a previously defined inotify watch.  See "
9170 "C<guestfs_inotify_add_watch>."
9171 msgstr ""
9172
9173 #. type: =head2
9174 #: ../src/guestfs-actions.pod:2484
9175 msgid "guestfs_inspect_get_arch"
9176 msgstr ""
9177
9178 #. type: verbatim
9179 #: ../src/guestfs-actions.pod:2486
9180 #, no-wrap
9181 msgid ""
9182 " char *\n"
9183 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9184 "                           const char *root);\n"
9185 "\n"
9186 msgstr ""
9187
9188 #. type: textblock
9189 #: ../src/guestfs-actions.pod:2490 ../src/guestfs-actions.pod:2513 ../src/guestfs-actions.pod:2594 ../src/guestfs-actions.pod:2620 ../src/guestfs-actions.pod:2642 ../src/guestfs-actions.pod:2669 ../src/guestfs-actions.pod:2690 ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:2756 ../src/guestfs-actions.pod:2787 ../src/guestfs-actions.pod:2831 ../src/guestfs-actions.pod:2873 ../src/guestfs-actions.pod:2896
9190 msgid ""
9191 "This function should only be called with a root device string as returned by "
9192 "C<guestfs_inspect_os>."
9193 msgstr ""
9194
9195 #. type: textblock
9196 #: ../src/guestfs-actions.pod:2493
9197 msgid ""
9198 "This returns the architecture of the inspected operating system.  The "
9199 "possible return values are listed under C<guestfs_file_architecture>."
9200 msgstr ""
9201
9202 #. type: textblock
9203 #: ../src/guestfs-actions.pod:2497 ../fish/guestfish-actions.pod:1679
9204 msgid ""
9205 "If the architecture could not be determined, then the string C<unknown> is "
9206 "returned."
9207 msgstr ""
9208
9209 #. type: textblock
9210 #: ../src/guestfs-actions.pod:2500 ../src/guestfs-actions.pod:2581 ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2657 ../src/guestfs-actions.pod:2743 ../src/guestfs-actions.pod:2774 ../src/guestfs-actions.pod:2798 ../src/guestfs-actions.pod:2817 ../src/guestfs-actions.pod:2860 ../src/guestfs-actions.pod:2883 ../src/guestfs-actions.pod:2989 ../src/guestfs-actions.pod:3030 ../fish/guestfish-actions.pod:1682 ../fish/guestfish-actions.pod:1756 ../fish/guestfish-actions.pod:1789 ../fish/guestfish-actions.pod:1810 ../fish/guestfish-actions.pod:1874 ../fish/guestfish-actions.pod:1898 ../fish/guestfish-actions.pod:1915 ../fish/guestfish-actions.pod:1928 ../fish/guestfish-actions.pod:1963 ../fish/guestfish-actions.pod:1979 ../fish/guestfish-actions.pod:2078 ../fish/guestfish-actions.pod:2112
9211 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9212 msgstr ""
9213
9214 #. type: =head2
9215 #: ../src/guestfs-actions.pod:2507
9216 msgid "guestfs_inspect_get_distro"
9217 msgstr ""
9218
9219 #. type: verbatim
9220 #: ../src/guestfs-actions.pod:2509
9221 #, no-wrap
9222 msgid ""
9223 " char *\n"
9224 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9225 "                             const char *root);\n"
9226 "\n"
9227 msgstr ""
9228
9229 #. type: textblock
9230 #: ../src/guestfs-actions.pod:2516 ../fish/guestfish-actions.pod:1691
9231 msgid "This returns the distro (distribution) of the inspected operating system."
9232 msgstr ""
9233
9234 #. type: textblock
9235 #: ../src/guestfs-actions.pod:2519 ../fish/guestfish-actions.pod:1694
9236 msgid "Currently defined distros are:"
9237 msgstr ""
9238
9239 #. type: =item
9240 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1698
9241 msgid "\"archlinux\""
9242 msgstr ""
9243
9244 #. type: textblock
9245 #: ../src/guestfs-actions.pod:2525 ../fish/guestfish-actions.pod:1700
9246 msgid "Arch Linux."
9247 msgstr ""
9248
9249 #. type: =item
9250 #: ../src/guestfs-actions.pod:2527 ../fish/guestfish-actions.pod:1702
9251 msgid "\"debian\""
9252 msgstr ""
9253
9254 #. type: textblock
9255 #: ../src/guestfs-actions.pod:2529 ../fish/guestfish-actions.pod:1704
9256 msgid "Debian."
9257 msgstr ""
9258
9259 #. type: =item
9260 #: ../src/guestfs-actions.pod:2531 ../fish/guestfish-actions.pod:1706
9261 msgid "\"fedora\""
9262 msgstr ""
9263
9264 #. type: textblock
9265 #: ../src/guestfs-actions.pod:2533 ../fish/guestfish-actions.pod:1708
9266 msgid "Fedora."
9267 msgstr ""
9268
9269 #. type: =item
9270 #: ../src/guestfs-actions.pod:2535 ../fish/guestfish-actions.pod:1710
9271 msgid "\"gentoo\""
9272 msgstr ""
9273
9274 #. type: textblock
9275 #: ../src/guestfs-actions.pod:2537 ../fish/guestfish-actions.pod:1712
9276 msgid "Gentoo."
9277 msgstr ""
9278
9279 #. type: =item
9280 #: ../src/guestfs-actions.pod:2539 ../fish/guestfish-actions.pod:1714
9281 msgid "\"linuxmint\""
9282 msgstr ""
9283
9284 #. type: textblock
9285 #: ../src/guestfs-actions.pod:2541 ../fish/guestfish-actions.pod:1716
9286 msgid "Linux Mint."
9287 msgstr ""
9288
9289 #. type: =item
9290 #: ../src/guestfs-actions.pod:2543 ../fish/guestfish-actions.pod:1718
9291 msgid "\"mandriva\""
9292 msgstr ""
9293
9294 #. type: textblock
9295 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1720
9296 msgid "Mandriva."
9297 msgstr ""
9298
9299 #. type: =item
9300 #: ../src/guestfs-actions.pod:2547 ../fish/guestfish-actions.pod:1722
9301 msgid "\"meego\""
9302 msgstr ""
9303
9304 #. type: textblock
9305 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1724
9306 msgid "MeeGo."
9307 msgstr ""
9308
9309 #. type: =item
9310 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1726
9311 msgid "\"pardus\""
9312 msgstr ""
9313
9314 #. type: textblock
9315 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1728
9316 msgid "Pardus."
9317 msgstr ""
9318
9319 #. type: =item
9320 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1730
9321 msgid "\"redhat-based\""
9322 msgstr ""
9323
9324 #. type: textblock
9325 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1732
9326 msgid "Some Red Hat-derived distro."
9327 msgstr ""
9328
9329 #. type: =item
9330 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1734
9331 msgid "\"rhel\""
9332 msgstr ""
9333
9334 #. type: textblock
9335 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1736
9336 msgid "Red Hat Enterprise Linux and some derivatives."
9337 msgstr ""
9338
9339 #. type: =item
9340 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1738
9341 msgid "\"ubuntu\""
9342 msgstr ""
9343
9344 #. type: textblock
9345 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1740
9346 msgid "Ubuntu."
9347 msgstr ""
9348
9349 #. type: =item
9350 #: ../src/guestfs-actions.pod:2567 ../src/guestfs-actions.pod:2851 ../fish/guestfish-actions.pod:1742 ../fish/guestfish-actions.pod:1954
9351 msgid "\"unknown\""
9352 msgstr ""
9353
9354 #. type: textblock
9355 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1744
9356 msgid "The distro could not be determined."
9357 msgstr ""
9358
9359 #. type: =item
9360 #: ../src/guestfs-actions.pod:2571 ../src/guestfs-actions.pod:2843 ../fish/guestfish-actions.pod:1746 ../fish/guestfish-actions.pod:1946
9361 msgid "\"windows\""
9362 msgstr ""
9363
9364 #. type: textblock
9365 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1748
9366 msgid ""
9367 "Windows does not have distributions.  This string is returned if the OS type "
9368 "is Windows."
9369 msgstr ""
9370
9371 #. type: textblock
9372 #: ../src/guestfs-actions.pod:2578 ../src/guestfs-actions.pod:2857 ../fish/guestfish-actions.pod:1753 ../fish/guestfish-actions.pod:1960
9373 msgid ""
9374 "Future versions of libguestfs may return other strings here.  The caller "
9375 "should be prepared to handle any string."
9376 msgstr ""
9377
9378 #. type: =head2
9379 #: ../src/guestfs-actions.pod:2588
9380 msgid "guestfs_inspect_get_filesystems"
9381 msgstr ""
9382
9383 #. type: verbatim
9384 #: ../src/guestfs-actions.pod:2590
9385 #, no-wrap
9386 msgid ""
9387 " char **\n"
9388 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
9389 "                                  const char *root);\n"
9390 "\n"
9391 msgstr ""
9392
9393 #. type: textblock
9394 #: ../src/guestfs-actions.pod:2597 ../fish/guestfish-actions.pod:1765
9395 msgid ""
9396 "This returns a list of all the filesystems that we think are associated with "
9397 "this operating system.  This includes the root filesystem, other ordinary "
9398 "filesystems, and non-mounted devices like swap partitions."
9399 msgstr ""
9400
9401 #. type: textblock
9402 #: ../src/guestfs-actions.pod:2602 ../fish/guestfish-actions.pod:1770
9403 msgid ""
9404 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
9405 "to be shared between operating systems."
9406 msgstr ""
9407
9408 #. type: textblock
9409 #: ../src/guestfs-actions.pod:2605
9410 msgid ""
9411 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9412 "C<guestfs_inspect_get_mountpoints>."
9413 msgstr ""
9414
9415 #. type: =head2
9416 #: ../src/guestfs-actions.pod:2614
9417 msgid "guestfs_inspect_get_hostname"
9418 msgstr ""
9419
9420 #. type: verbatim
9421 #: ../src/guestfs-actions.pod:2616
9422 #, no-wrap
9423 msgid ""
9424 " char *\n"
9425 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
9426 "                               const char *root);\n"
9427 "\n"
9428 msgstr ""
9429
9430 #. type: textblock
9431 #: ../src/guestfs-actions.pod:2623 ../fish/guestfish-actions.pod:1783
9432 msgid ""
9433 "This function returns the hostname of the operating system as found by "
9434 "inspection of the guest's configuration files."
9435 msgstr ""
9436
9437 #. type: textblock
9438 #: ../src/guestfs-actions.pod:2626 ../fish/guestfish-actions.pod:1786
9439 msgid ""
9440 "If the hostname could not be determined, then the string C<unknown> is "
9441 "returned."
9442 msgstr ""
9443
9444 #. type: textblock
9445 #: ../src/guestfs-actions.pod:2634
9446 msgid "(Added in 1.7.9)"
9447 msgstr ""
9448
9449 #. type: =head2
9450 #: ../src/guestfs-actions.pod:2636
9451 msgid "guestfs_inspect_get_major_version"
9452 msgstr ""
9453
9454 #. type: verbatim
9455 #: ../src/guestfs-actions.pod:2638
9456 #, no-wrap
9457 msgid ""
9458 " int\n"
9459 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
9460 "                                    const char *root);\n"
9461 "\n"
9462 msgstr ""
9463
9464 #. type: textblock
9465 #: ../src/guestfs-actions.pod:2645 ../fish/guestfish-actions.pod:1798
9466 msgid "This returns the major version number of the inspected operating system."
9467 msgstr ""
9468
9469 #. type: textblock
9470 #: ../src/guestfs-actions.pod:2648 ../fish/guestfish-actions.pod:1801
9471 msgid ""
9472 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
9473 "popular public names used by the operating system.  Notably the operating "
9474 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
9475 "1).  You can find out the real versions corresponding to releases of Windows "
9476 "by consulting Wikipedia or MSDN."
9477 msgstr ""
9478
9479 #. type: textblock
9480 #: ../src/guestfs-actions.pod:2655 ../src/guestfs-actions.pod:2675 ../fish/guestfish-actions.pod:1808 ../fish/guestfish-actions.pod:1822
9481 msgid "If the version could not be determined, then C<0> is returned."
9482 msgstr ""
9483
9484 #. type: =head2
9485 #: ../src/guestfs-actions.pod:2663
9486 msgid "guestfs_inspect_get_minor_version"
9487 msgstr ""
9488
9489 #. type: verbatim
9490 #: ../src/guestfs-actions.pod:2665
9491 #, no-wrap
9492 msgid ""
9493 " int\n"
9494 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
9495 "                                    const char *root);\n"
9496 "\n"
9497 msgstr ""
9498
9499 #. type: textblock
9500 #: ../src/guestfs-actions.pod:2672 ../fish/guestfish-actions.pod:1819
9501 msgid "This returns the minor version number of the inspected operating system."
9502 msgstr ""
9503
9504 #. type: textblock
9505 #: ../src/guestfs-actions.pod:2677
9506 msgid ""
9507 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9508 "C<guestfs_inspect_get_major_version>."
9509 msgstr ""
9510
9511 #. type: =head2
9512 #: ../src/guestfs-actions.pod:2684
9513 msgid "guestfs_inspect_get_mountpoints"
9514 msgstr ""
9515
9516 #. type: verbatim
9517 #: ../src/guestfs-actions.pod:2686
9518 #, no-wrap
9519 msgid ""
9520 " char **\n"
9521 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
9522 "                                  const char *root);\n"
9523 "\n"
9524 msgstr ""
9525
9526 #. type: textblock
9527 #: ../src/guestfs-actions.pod:2693 ../fish/guestfish-actions.pod:1834
9528 msgid ""
9529 "This returns a hash of where we think the filesystems associated with this "
9530 "operating system should be mounted.  Callers should note that this is at "
9531 "best an educated guess made by reading configuration files such as "
9532 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
9533 "are non-existent or not mountable and callers should be prepared to handle "
9534 "or ignore failures if they try to mount them."
9535 msgstr ""
9536
9537 #. type: textblock
9538 #: ../src/guestfs-actions.pod:2702 ../fish/guestfish-actions.pod:1843
9539 msgid ""
9540 "Each element in the returned hashtable has a key which is the path of the "
9541 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
9542 "mounted there (eg. C</dev/sda1>)."
9543 msgstr ""
9544
9545 #. type: textblock
9546 #: ../src/guestfs-actions.pod:2707 ../fish/guestfish-actions.pod:1848
9547 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
9548 msgstr ""
9549
9550 #. type: textblock
9551 #: ../src/guestfs-actions.pod:2710
9552 msgid ""
9553 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9554 "C<guestfs_inspect_get_filesystems>."
9555 msgstr ""
9556
9557 #. type: textblock
9558 #: ../src/guestfs-actions.pod:2713 ../src/guestfs-actions.pod:3359 ../src/guestfs-actions.pod:4557 ../src/guestfs-actions.pod:6422
9559 msgid ""
9560 "This function returns a NULL-terminated array of strings, or NULL if there "
9561 "was an error.  The array of strings will always have length C<2n+1>, where "
9562 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
9563 "caller must free the strings and the array after use>."
9564 msgstr ""
9565
9566 #. type: =head2
9567 #: ../src/guestfs-actions.pod:2721
9568 msgid "guestfs_inspect_get_package_format"
9569 msgstr ""
9570
9571 #. type: verbatim
9572 #: ../src/guestfs-actions.pod:2723
9573 #, no-wrap
9574 msgid ""
9575 " char *\n"
9576 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
9577 "                                     const char *root);\n"
9578 "\n"
9579 msgstr ""
9580
9581 #. type: textblock
9582 #: ../src/guestfs-actions.pod:2730
9583 msgid ""
9584 "This function and C<guestfs_inspect_get_package_management> return the "
9585 "package format and package management tool used by the inspected operating "
9586 "system.  For example for Fedora these functions would return C<rpm> (package "
9587 "format) and C<yum> (package management)."
9588 msgstr ""
9589
9590 #. type: textblock
9591 #: ../src/guestfs-actions.pod:2736 ../fish/guestfish-actions.pod:1867
9592 msgid ""
9593 "This returns the string C<unknown> if we could not determine the package "
9594 "format I<or> if the operating system does not have a real packaging system "
9595 "(eg. Windows)."
9596 msgstr ""
9597
9598 #. type: textblock
9599 #: ../src/guestfs-actions.pod:2740 ../fish/guestfish-actions.pod:1871
9600 msgid ""
9601 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
9602 "Future versions of libguestfs may return other strings."
9603 msgstr ""
9604
9605 #. type: textblock
9606 #: ../src/guestfs-actions.pod:2748 ../src/guestfs-actions.pod:2779
9607 msgid "(Added in 1.7.5)"
9608 msgstr ""
9609
9610 #. type: =head2
9611 #: ../src/guestfs-actions.pod:2750
9612 msgid "guestfs_inspect_get_package_management"
9613 msgstr ""
9614
9615 #. type: verbatim
9616 #: ../src/guestfs-actions.pod:2752
9617 #, no-wrap
9618 msgid ""
9619 " char *\n"
9620 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
9621 "                                         const char *root);\n"
9622 "\n"
9623 msgstr ""
9624
9625 #. type: textblock
9626 #: ../src/guestfs-actions.pod:2759
9627 msgid ""
9628 "C<guestfs_inspect_get_package_format> and this function return the package "
9629 "format and package management tool used by the inspected operating system.  "
9630 "For example for Fedora these functions would return C<rpm> (package format) "
9631 "and C<yum> (package management)."
9632 msgstr ""
9633
9634 #. type: textblock
9635 #: ../src/guestfs-actions.pod:2765 ../fish/guestfish-actions.pod:1889
9636 msgid ""
9637 "This returns the string C<unknown> if we could not determine the package "
9638 "management tool I<or> if the operating system does not have a real packaging "
9639 "system (eg. Windows)."
9640 msgstr ""
9641
9642 #. type: textblock
9643 #: ../src/guestfs-actions.pod:2769 ../fish/guestfish-actions.pod:1893
9644 msgid ""
9645 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
9646 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
9647 "libguestfs may return other strings."
9648 msgstr ""
9649
9650 #. type: =head2
9651 #: ../src/guestfs-actions.pod:2781
9652 msgid "guestfs_inspect_get_product_name"
9653 msgstr ""
9654
9655 #. type: verbatim
9656 #: ../src/guestfs-actions.pod:2783
9657 #, no-wrap
9658 msgid ""
9659 " char *\n"
9660 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
9661 "                                   const char *root);\n"
9662 "\n"
9663 msgstr ""
9664
9665 #. type: textblock
9666 #: ../src/guestfs-actions.pod:2790 ../fish/guestfish-actions.pod:1907
9667 msgid ""
9668 "This returns the product name of the inspected operating system.  The "
9669 "product name is generally some freeform string which can be displayed to the "
9670 "user, but should not be parsed by programs."
9671 msgstr ""
9672
9673 #. type: textblock
9674 #: ../src/guestfs-actions.pod:2795 ../fish/guestfish-actions.pod:1912
9675 msgid ""
9676 "If the product name could not be determined, then the string C<unknown> is "
9677 "returned."
9678 msgstr ""
9679
9680 #. type: =head2
9681 #: ../src/guestfs-actions.pod:2805
9682 msgid "guestfs_inspect_get_roots"
9683 msgstr ""
9684
9685 #. type: verbatim
9686 #: ../src/guestfs-actions.pod:2807
9687 #, no-wrap
9688 msgid ""
9689 " char **\n"
9690 " guestfs_inspect_get_roots (guestfs_h *g);\n"
9691 "\n"
9692 msgstr ""
9693
9694 #. type: textblock
9695 #: ../src/guestfs-actions.pod:2810
9696 msgid ""
9697 "This function is a convenient way to get the list of root devices, as "
9698 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
9699 "the whole inspection process."
9700 msgstr ""
9701
9702 #. type: textblock
9703 #: ../src/guestfs-actions.pod:2814
9704 msgid ""
9705 "This returns an empty list if either no root devices were found or the "
9706 "caller has not called C<guestfs_inspect_os>."
9707 msgstr ""
9708
9709 #. type: textblock
9710 #: ../src/guestfs-actions.pod:2823
9711 msgid "(Added in 1.7.3)"
9712 msgstr ""
9713
9714 #. type: =head2
9715 #: ../src/guestfs-actions.pod:2825
9716 msgid "guestfs_inspect_get_type"
9717 msgstr ""
9718
9719 #. type: verbatim
9720 #: ../src/guestfs-actions.pod:2827
9721 #, no-wrap
9722 msgid ""
9723 " char *\n"
9724 " guestfs_inspect_get_type (guestfs_h *g,\n"
9725 "                           const char *root);\n"
9726 "\n"
9727 msgstr ""
9728
9729 #. type: textblock
9730 #: ../src/guestfs-actions.pod:2834 ../fish/guestfish-actions.pod:1937
9731 msgid ""
9732 "This returns the type of the inspected operating system.  Currently defined "
9733 "types are:"
9734 msgstr ""
9735
9736 #. type: =item
9737 #: ../src/guestfs-actions.pod:2839 ../fish/guestfish-actions.pod:1942
9738 msgid "\"linux\""
9739 msgstr ""
9740
9741 #. type: textblock
9742 #: ../src/guestfs-actions.pod:2841 ../fish/guestfish-actions.pod:1944
9743 msgid "Any Linux-based operating system."
9744 msgstr ""
9745
9746 #. type: textblock
9747 #: ../src/guestfs-actions.pod:2845 ../fish/guestfish-actions.pod:1948
9748 msgid "Any Microsoft Windows operating system."
9749 msgstr ""
9750
9751 #. type: =item
9752 #: ../src/guestfs-actions.pod:2847 ../fish/guestfish-actions.pod:1950
9753 msgid "\"freebsd\""
9754 msgstr ""
9755
9756 #. type: textblock
9757 #: ../src/guestfs-actions.pod:2849 ../fish/guestfish-actions.pod:1952
9758 msgid "FreeBSD."
9759 msgstr ""
9760
9761 #. type: textblock
9762 #: ../src/guestfs-actions.pod:2853 ../fish/guestfish-actions.pod:1956
9763 msgid "The operating system type could not be determined."
9764 msgstr ""
9765
9766 #. type: =head2
9767 #: ../src/guestfs-actions.pod:2867
9768 msgid "guestfs_inspect_get_windows_systemroot"
9769 msgstr ""
9770
9771 #. type: verbatim
9772 #: ../src/guestfs-actions.pod:2869
9773 #, no-wrap
9774 msgid ""
9775 " char *\n"
9776 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
9777 "                                         const char *root);\n"
9778 "\n"
9779 msgstr ""
9780
9781 #. type: textblock
9782 #: ../src/guestfs-actions.pod:2876 ../fish/guestfish-actions.pod:1972
9783 msgid ""
9784 "This returns the Windows systemroot of the inspected guest.  The systemroot "
9785 "is a directory path such as C</WINDOWS>."
9786 msgstr ""
9787
9788 #. type: textblock
9789 #: ../src/guestfs-actions.pod:2879 ../fish/guestfish-actions.pod:1975
9790 msgid ""
9791 "This call assumes that the guest is Windows and that the systemroot could be "
9792 "determined by inspection.  If this is not the case then an error is "
9793 "returned."
9794 msgstr ""
9795
9796 #. type: textblock
9797 #: ../src/guestfs-actions.pod:2888
9798 msgid "(Added in 1.5.25)"
9799 msgstr ""
9800
9801 #. type: =head2
9802 #: ../src/guestfs-actions.pod:2890
9803 msgid "guestfs_inspect_list_applications"
9804 msgstr ""
9805
9806 #. type: verbatim
9807 #: ../src/guestfs-actions.pod:2892
9808 #, no-wrap
9809 msgid ""
9810 " struct guestfs_application_list *\n"
9811 " guestfs_inspect_list_applications (guestfs_h *g,\n"
9812 "                                    const char *root);\n"
9813 "\n"
9814 msgstr ""
9815
9816 #. type: textblock
9817 #: ../src/guestfs-actions.pod:2899 ../fish/guestfish-actions.pod:1988
9818 msgid "Return the list of applications installed in the operating system."
9819 msgstr ""
9820
9821 #. type: textblock
9822 #: ../src/guestfs-actions.pod:2901
9823 msgid ""
9824 "I<Note:> This call works differently from other parts of the inspection "
9825 "API.  You have to call C<guestfs_inspect_os>, then "
9826 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
9827 "this.  Listing applications is a significantly more difficult operation "
9828 "which requires access to the full filesystem.  Also note that unlike the "
9829 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
9830 "the libguestfs handle, this call actually reads parts of the mounted "
9831 "filesystems during the call."
9832 msgstr ""
9833
9834 #. type: textblock
9835 #: ../src/guestfs-actions.pod:2911 ../fish/guestfish-actions.pod:2000
9836 msgid ""
9837 "This returns an empty list if the inspection code was not able to determine "
9838 "the list of applications."
9839 msgstr ""
9840
9841 #. type: textblock
9842 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2003
9843 msgid "The application structure contains the following fields:"
9844 msgstr ""
9845
9846 #. type: =item
9847 #: ../src/guestfs-actions.pod:2918 ../fish/guestfish-actions.pod:2007
9848 msgid "C<app_name>"
9849 msgstr ""
9850
9851 #. type: textblock
9852 #: ../src/guestfs-actions.pod:2920 ../fish/guestfish-actions.pod:2009
9853 msgid ""
9854 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
9855 "guests, this is the package name."
9856 msgstr ""
9857
9858 #. type: =item
9859 #: ../src/guestfs-actions.pod:2923 ../fish/guestfish-actions.pod:2012
9860 msgid "C<app_display_name>"
9861 msgstr ""
9862
9863 #. type: textblock
9864 #: ../src/guestfs-actions.pod:2925 ../fish/guestfish-actions.pod:2014
9865 msgid ""
9866 "The display name of the application, sometimes localized to the install "
9867 "language of the guest operating system."
9868 msgstr ""
9869
9870 #. type: textblock
9871 #: ../src/guestfs-actions.pod:2928 ../fish/guestfish-actions.pod:2017
9872 msgid ""
9873 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
9874 "to display something can use C<app_name> instead."
9875 msgstr ""
9876
9877 #. type: =item
9878 #: ../src/guestfs-actions.pod:2931 ../fish/guestfish-actions.pod:2020
9879 msgid "C<app_epoch>"
9880 msgstr ""
9881
9882 #. type: textblock
9883 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2022
9884 msgid ""
9885 "For package managers which use epochs, this contains the epoch of the "
9886 "package (an integer).  If unavailable, this is returned as C<0>."
9887 msgstr ""
9888
9889 #. type: =item
9890 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2025
9891 msgid "C<app_version>"
9892 msgstr ""
9893
9894 #. type: textblock
9895 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2027
9896 msgid ""
9897 "The version string of the application or package.  If unavailable this is "
9898 "returned as an empty string C<\"\">."
9899 msgstr ""
9900
9901 #. type: =item
9902 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2030
9903 msgid "C<app_release>"
9904 msgstr ""
9905
9906 #. type: textblock
9907 #: ../src/guestfs-actions.pod:2943 ../fish/guestfish-actions.pod:2032
9908 msgid ""
9909 "The release string of the application or package, for package managers that "
9910 "use this.  If unavailable this is returned as an empty string C<\"\">."
9911 msgstr ""
9912
9913 #. type: =item
9914 #: ../src/guestfs-actions.pod:2947 ../fish/guestfish-actions.pod:2036
9915 msgid "C<app_install_path>"
9916 msgstr ""
9917
9918 #. type: textblock
9919 #: ../src/guestfs-actions.pod:2949 ../fish/guestfish-actions.pod:2038
9920 msgid ""
9921 "The installation path of the application (on operating systems such as "
9922 "Windows which use installation paths).  This path is in the format used by "
9923 "the guest operating system, it is not a libguestfs path."
9924 msgstr ""
9925
9926 #. type: textblock
9927 #: ../src/guestfs-actions.pod:2954 ../fish/guestfish-actions.pod:2043
9928 msgid "If unavailable this is returned as an empty string C<\"\">."
9929 msgstr ""
9930
9931 #. type: =item
9932 #: ../src/guestfs-actions.pod:2956 ../fish/guestfish-actions.pod:2045
9933 msgid "C<app_trans_path>"
9934 msgstr ""
9935
9936 #. type: textblock
9937 #: ../src/guestfs-actions.pod:2958 ../fish/guestfish-actions.pod:2047
9938 msgid ""
9939 "The install path translated into a libguestfs path.  If unavailable this is "
9940 "returned as an empty string C<\"\">."
9941 msgstr ""
9942
9943 #. type: =item
9944 #: ../src/guestfs-actions.pod:2961 ../fish/guestfish-actions.pod:2050
9945 msgid "C<app_publisher>"
9946 msgstr ""
9947
9948 #. type: textblock
9949 #: ../src/guestfs-actions.pod:2963 ../fish/guestfish-actions.pod:2052
9950 msgid ""
9951 "The name of the publisher of the application, for package managers that use "
9952 "this.  If unavailable this is returned as an empty string C<\"\">."
9953 msgstr ""
9954
9955 #. type: =item
9956 #: ../src/guestfs-actions.pod:2967 ../fish/guestfish-actions.pod:2056
9957 msgid "C<app_url>"
9958 msgstr ""
9959
9960 #. type: textblock
9961 #: ../src/guestfs-actions.pod:2969 ../fish/guestfish-actions.pod:2058
9962 msgid ""
9963 "The URL (eg. upstream URL) of the application.  If unavailable this is "
9964 "returned as an empty string C<\"\">."
9965 msgstr ""
9966
9967 #. type: =item
9968 #: ../src/guestfs-actions.pod:2972 ../fish/guestfish-actions.pod:2061
9969 msgid "C<app_source_package>"
9970 msgstr ""
9971
9972 #. type: textblock
9973 #: ../src/guestfs-actions.pod:2974 ../fish/guestfish-actions.pod:2063
9974 msgid ""
9975 "For packaging systems which support this, the name of the source package.  "
9976 "If unavailable this is returned as an empty string C<\"\">."
9977 msgstr ""
9978
9979 #. type: =item
9980 #: ../src/guestfs-actions.pod:2977 ../fish/guestfish-actions.pod:2066
9981 msgid "C<app_summary>"
9982 msgstr ""
9983
9984 #. type: textblock
9985 #: ../src/guestfs-actions.pod:2979 ../fish/guestfish-actions.pod:2068
9986 msgid ""
9987 "A short (usually one line) description of the application or package.  If "
9988 "unavailable this is returned as an empty string C<\"\">."
9989 msgstr ""
9990
9991 #. type: =item
9992 #: ../src/guestfs-actions.pod:2982 ../fish/guestfish-actions.pod:2071
9993 msgid "C<app_description>"
9994 msgstr ""
9995
9996 #. type: textblock
9997 #: ../src/guestfs-actions.pod:2984 ../fish/guestfish-actions.pod:2073
9998 msgid ""
9999 "A longer description of the application or package.  If unavailable this is "
10000 "returned as an empty string C<\"\">."
10001 msgstr ""
10002
10003 #. type: textblock
10004 #: ../src/guestfs-actions.pod:2991
10005 msgid ""
10006 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10007 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10008 "after use>."
10009 msgstr ""
10010
10011 #. type: textblock
10012 #: ../src/guestfs-actions.pod:2995
10013 msgid "(Added in 1.7.8)"
10014 msgstr ""
10015
10016 #. type: =head2
10017 #: ../src/guestfs-actions.pod:2997
10018 msgid "guestfs_inspect_os"
10019 msgstr ""
10020
10021 #. type: verbatim
10022 #: ../src/guestfs-actions.pod:2999
10023 #, no-wrap
10024 msgid ""
10025 " char **\n"
10026 " guestfs_inspect_os (guestfs_h *g);\n"
10027 "\n"
10028 msgstr ""
10029
10030 #. type: textblock
10031 #: ../src/guestfs-actions.pod:3002 ../fish/guestfish-actions.pod:2084
10032 msgid ""
10033 "This function uses other libguestfs functions and certain heuristics to "
10034 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10035 "for operating systems."
10036 msgstr ""
10037
10038 #. type: textblock
10039 #: ../src/guestfs-actions.pod:3006 ../fish/guestfish-actions.pod:2088
10040 msgid "The list returned is empty if no operating systems were found."
10041 msgstr ""
10042
10043 #. type: textblock
10044 #: ../src/guestfs-actions.pod:3008 ../fish/guestfish-actions.pod:2090
10045 msgid ""
10046 "If one operating system was found, then this returns a list with a single "
10047 "element, which is the name of the root filesystem of this operating system.  "
10048 "It is also possible for this function to return a list containing more than "
10049 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10050 "element being the root filesystem of one of the operating systems."
10051 msgstr ""
10052
10053 #. type: textblock
10054 #: ../src/guestfs-actions.pod:3015
10055 msgid ""
10056 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10057 "functions in order to query further information about each operating system, "
10058 "such as the name and version."
10059 msgstr ""
10060
10061 #. type: textblock
10062 #: ../src/guestfs-actions.pod:3020
10063 msgid ""
10064 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10065 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10066 "the contents.  This should be called with no disks currently mounted.  The "
10067 "function may also use Augeas, so any existing Augeas handle will be closed."
10068 msgstr ""
10069
10070 #. type: textblock
10071 #: ../src/guestfs-actions.pod:3026 ../fish/guestfish-actions.pod:2108
10072 msgid ""
10073 "This function cannot decrypt encrypted disks.  The caller must do that first "
10074 "(supplying the necessary keys) if the disk is encrypted."
10075 msgstr ""
10076
10077 #. type: textblock
10078 #: ../src/guestfs-actions.pod:3032 ../src/guestfs-actions.pod:3317 ../src/guestfs-actions.pod:3379
10079 msgid "See also C<guestfs_list_filesystems>."
10080 msgstr ""
10081
10082 #. type: =head2
10083 #: ../src/guestfs-actions.pod:3040
10084 msgid "guestfs_is_blockdev"
10085 msgstr ""
10086
10087 #. type: verbatim
10088 #: ../src/guestfs-actions.pod:3042
10089 #, no-wrap
10090 msgid ""
10091 " int\n"
10092 " guestfs_is_blockdev (guestfs_h *g,\n"
10093 "                      const char *path);\n"
10094 "\n"
10095 msgstr ""
10096
10097 #. type: textblock
10098 #: ../src/guestfs-actions.pod:3046 ../fish/guestfish-actions.pod:2120
10099 msgid ""
10100 "This returns C<true> if and only if there is a block device with the given "
10101 "C<path> name."
10102 msgstr ""
10103
10104 #. type: textblock
10105 #: ../src/guestfs-actions.pod:3049 ../src/guestfs-actions.pod:3078 ../src/guestfs-actions.pod:3108 ../src/guestfs-actions.pod:3123 ../src/guestfs-actions.pod:3139 ../src/guestfs-actions.pod:3195 ../src/guestfs-actions.pod:3210
10106 msgid "See also C<guestfs_stat>."
10107 msgstr ""
10108
10109 #. type: textblock
10110 #: ../src/guestfs-actions.pod:3053 ../src/guestfs-actions.pod:3082 ../src/guestfs-actions.pod:3127 ../src/guestfs-actions.pod:3199 ../src/guestfs-actions.pod:3214
10111 msgid "(Added in 1.5.10)"
10112 msgstr ""
10113
10114 #. type: =head2
10115 #: ../src/guestfs-actions.pod:3055
10116 msgid "guestfs_is_busy"
10117 msgstr ""
10118
10119 #. type: verbatim
10120 #: ../src/guestfs-actions.pod:3057
10121 #, no-wrap
10122 msgid ""
10123 " int\n"
10124 " guestfs_is_busy (guestfs_h *g);\n"
10125 "\n"
10126 msgstr ""
10127
10128 #. type: textblock
10129 #: ../src/guestfs-actions.pod:3060 ../fish/guestfish-actions.pod:2129
10130 msgid ""
10131 "This returns true iff this handle is busy processing a command (in the "
10132 "C<BUSY> state)."
10133 msgstr ""
10134
10135 #. type: =head2
10136 #: ../src/guestfs-actions.pod:3069
10137 msgid "guestfs_is_chardev"
10138 msgstr ""
10139
10140 #. type: verbatim
10141 #: ../src/guestfs-actions.pod:3071
10142 #, no-wrap
10143 msgid ""
10144 " int\n"
10145 " guestfs_is_chardev (guestfs_h *g,\n"
10146 "                     const char *path);\n"
10147 "\n"
10148 msgstr ""
10149
10150 #. type: textblock
10151 #: ../src/guestfs-actions.pod:3075 ../fish/guestfish-actions.pod:2138
10152 msgid ""
10153 "This returns C<true> if and only if there is a character device with the "
10154 "given C<path> name."
10155 msgstr ""
10156
10157 #. type: =head2
10158 #: ../src/guestfs-actions.pod:3084
10159 msgid "guestfs_is_config"
10160 msgstr ""
10161
10162 #. type: verbatim
10163 #: ../src/guestfs-actions.pod:3086
10164 #, no-wrap
10165 msgid ""
10166 " int\n"
10167 " guestfs_is_config (guestfs_h *g);\n"
10168 "\n"
10169 msgstr ""
10170
10171 #. type: textblock
10172 #: ../src/guestfs-actions.pod:3089 ../fish/guestfish-actions.pod:2147
10173 msgid ""
10174 "This returns true iff this handle is being configured (in the C<CONFIG> "
10175 "state)."
10176 msgstr ""
10177
10178 #. type: =head2
10179 #: ../src/guestfs-actions.pod:3098
10180 msgid "guestfs_is_dir"
10181 msgstr ""
10182
10183 #. type: verbatim
10184 #: ../src/guestfs-actions.pod:3100
10185 #, no-wrap
10186 msgid ""
10187 " int\n"
10188 " guestfs_is_dir (guestfs_h *g,\n"
10189 "                 const char *path);\n"
10190 "\n"
10191 msgstr ""
10192
10193 #. type: textblock
10194 #: ../src/guestfs-actions.pod:3104 ../fish/guestfish-actions.pod:2156
10195 msgid ""
10196 "This returns C<true> if and only if there is a directory with the given "
10197 "C<path> name.  Note that it returns false for other objects like files."
10198 msgstr ""
10199
10200 #. type: =head2
10201 #: ../src/guestfs-actions.pod:3114
10202 msgid "guestfs_is_fifo"
10203 msgstr ""
10204
10205 #. type: verbatim
10206 #: ../src/guestfs-actions.pod:3116
10207 #, no-wrap
10208 msgid ""
10209 " int\n"
10210 " guestfs_is_fifo (guestfs_h *g,\n"
10211 "                  const char *path);\n"
10212 "\n"
10213 msgstr ""
10214
10215 #. type: textblock
10216 #: ../src/guestfs-actions.pod:3120 ../fish/guestfish-actions.pod:2166
10217 msgid ""
10218 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10219 "given C<path> name."
10220 msgstr ""
10221
10222 #. type: =head2
10223 #: ../src/guestfs-actions.pod:3129
10224 msgid "guestfs_is_file"
10225 msgstr ""
10226
10227 #. type: verbatim
10228 #: ../src/guestfs-actions.pod:3131
10229 #, no-wrap
10230 msgid ""
10231 " int\n"
10232 " guestfs_is_file (guestfs_h *g,\n"
10233 "                  const char *path);\n"
10234 "\n"
10235 msgstr ""
10236
10237 #. type: textblock
10238 #: ../src/guestfs-actions.pod:3135 ../fish/guestfish-actions.pod:2175
10239 msgid ""
10240 "This returns C<true> if and only if there is a regular file with the given "
10241 "C<path> name.  Note that it returns false for other objects like "
10242 "directories."
10243 msgstr ""
10244
10245 #. type: =head2
10246 #: ../src/guestfs-actions.pod:3145
10247 msgid "guestfs_is_launching"
10248 msgstr ""
10249
10250 #. type: verbatim
10251 #: ../src/guestfs-actions.pod:3147
10252 #, no-wrap
10253 msgid ""
10254 " int\n"
10255 " guestfs_is_launching (guestfs_h *g);\n"
10256 "\n"
10257 msgstr ""
10258
10259 #. type: textblock
10260 #: ../src/guestfs-actions.pod:3150 ../fish/guestfish-actions.pod:2185
10261 msgid ""
10262 "This returns true iff this handle is launching the subprocess (in the "
10263 "C<LAUNCHING> state)."
10264 msgstr ""
10265
10266 #. type: =head2
10267 #: ../src/guestfs-actions.pod:3159
10268 msgid "guestfs_is_lv"
10269 msgstr ""
10270
10271 #. type: verbatim
10272 #: ../src/guestfs-actions.pod:3161
10273 #, no-wrap
10274 msgid ""
10275 " int\n"
10276 " guestfs_is_lv (guestfs_h *g,\n"
10277 "                const char *device);\n"
10278 "\n"
10279 msgstr ""
10280
10281 #. type: textblock
10282 #: ../src/guestfs-actions.pod:3165 ../fish/guestfish-actions.pod:2194
10283 msgid ""
10284 "This command tests whether C<device> is a logical volume, and returns true "
10285 "iff this is the case."
10286 msgstr ""
10287
10288 #. type: =head2
10289 #: ../src/guestfs-actions.pod:3172
10290 msgid "guestfs_is_ready"
10291 msgstr ""
10292
10293 #. type: verbatim
10294 #: ../src/guestfs-actions.pod:3174
10295 #, no-wrap
10296 msgid ""
10297 " int\n"
10298 " guestfs_is_ready (guestfs_h *g);\n"
10299 "\n"
10300 msgstr ""
10301
10302 #. type: textblock
10303 #: ../src/guestfs-actions.pod:3177 ../fish/guestfish-actions.pod:2201
10304 msgid ""
10305 "This returns true iff this handle is ready to accept commands (in the "
10306 "C<READY> state)."
10307 msgstr ""
10308
10309 #. type: =head2
10310 #: ../src/guestfs-actions.pod:3186
10311 msgid "guestfs_is_socket"
10312 msgstr ""
10313
10314 #. type: verbatim
10315 #: ../src/guestfs-actions.pod:3188
10316 #, no-wrap
10317 msgid ""
10318 " int\n"
10319 " guestfs_is_socket (guestfs_h *g,\n"
10320 "                    const char *path);\n"
10321 "\n"
10322 msgstr ""
10323
10324 #. type: textblock
10325 #: ../src/guestfs-actions.pod:3192 ../fish/guestfish-actions.pod:2210
10326 msgid ""
10327 "This returns C<true> if and only if there is a Unix domain socket with the "
10328 "given C<path> name."
10329 msgstr ""
10330
10331 #. type: =head2
10332 #: ../src/guestfs-actions.pod:3201
10333 msgid "guestfs_is_symlink"
10334 msgstr ""
10335
10336 #. type: verbatim
10337 #: ../src/guestfs-actions.pod:3203
10338 #, no-wrap
10339 msgid ""
10340 " int\n"
10341 " guestfs_is_symlink (guestfs_h *g,\n"
10342 "                     const char *path);\n"
10343 "\n"
10344 msgstr ""
10345
10346 #. type: textblock
10347 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2219
10348 msgid ""
10349 "This returns C<true> if and only if there is a symbolic link with the given "
10350 "C<path> name."
10351 msgstr ""
10352
10353 #. type: =head2
10354 #: ../src/guestfs-actions.pod:3216
10355 msgid "guestfs_kill_subprocess"
10356 msgstr ""
10357
10358 #. type: verbatim
10359 #: ../src/guestfs-actions.pod:3218
10360 #, no-wrap
10361 msgid ""
10362 " int\n"
10363 " guestfs_kill_subprocess (guestfs_h *g);\n"
10364 "\n"
10365 msgstr ""
10366
10367 #. type: textblock
10368 #: ../src/guestfs-actions.pod:3221 ../fish/guestfish-actions.pod:2228
10369 msgid "This kills the qemu subprocess.  You should never need to call this."
10370 msgstr ""
10371
10372 #. type: =head2
10373 #: ../src/guestfs-actions.pod:3227
10374 msgid "guestfs_launch"
10375 msgstr ""
10376
10377 #. type: verbatim
10378 #: ../src/guestfs-actions.pod:3229
10379 #, no-wrap
10380 msgid ""
10381 " int\n"
10382 " guestfs_launch (guestfs_h *g);\n"
10383 "\n"
10384 msgstr ""
10385
10386 #. type: textblock
10387 #: ../src/guestfs-actions.pod:3232 ../fish/guestfish-actions.pod:2236
10388 msgid ""
10389 "Internally libguestfs is implemented by running a virtual machine using "
10390 "L<qemu(1)>."
10391 msgstr ""
10392
10393 #. type: textblock
10394 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2239
10395 msgid ""
10396 "You should call this after configuring the handle (eg. adding drives) but "
10397 "before performing any actions."
10398 msgstr ""
10399
10400 #. type: =head2
10401 #: ../src/guestfs-actions.pod:3242
10402 msgid "guestfs_lchown"
10403 msgstr ""
10404
10405 #. type: verbatim
10406 #: ../src/guestfs-actions.pod:3244
10407 #, no-wrap
10408 msgid ""
10409 " int\n"
10410 " guestfs_lchown (guestfs_h *g,\n"
10411 "                 int owner,\n"
10412 "                 int group,\n"
10413 "                 const char *path);\n"
10414 "\n"
10415 msgstr ""
10416
10417 #. type: textblock
10418 #: ../src/guestfs-actions.pod:3250
10419 msgid ""
10420 "Change the file owner to C<owner> and group to C<group>.  This is like "
10421 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
10422 "changed, not the target."
10423 msgstr ""
10424
10425 #. type: =head2
10426 #: ../src/guestfs-actions.pod:3262
10427 msgid "guestfs_lgetxattr"
10428 msgstr ""
10429
10430 #. type: verbatim
10431 #: ../src/guestfs-actions.pod:3264
10432 #, no-wrap
10433 msgid ""
10434 " char *\n"
10435 " guestfs_lgetxattr (guestfs_h *g,\n"
10436 "                    const char *path,\n"
10437 "                    const char *name,\n"
10438 "                    size_t *size_r);\n"
10439 "\n"
10440 msgstr ""
10441
10442 #. type: textblock
10443 #: ../src/guestfs-actions.pod:3270 ../fish/guestfish-actions.pod:2258
10444 msgid ""
10445 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
10446 "is a symlink, then this call returns an extended attribute from the symlink."
10447 msgstr ""
10448
10449 #. type: textblock
10450 #: ../src/guestfs-actions.pod:3284
10451 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
10452 msgstr ""
10453
10454 #. type: =head2
10455 #: ../src/guestfs-actions.pod:3292
10456 msgid "guestfs_lgetxattrs"
10457 msgstr ""
10458
10459 #. type: verbatim
10460 #: ../src/guestfs-actions.pod:3294
10461 #, no-wrap
10462 msgid ""
10463 " struct guestfs_xattr_list *\n"
10464 " guestfs_lgetxattrs (guestfs_h *g,\n"
10465 "                     const char *path);\n"
10466 "\n"
10467 msgstr ""
10468
10469 #. type: textblock
10470 #: ../src/guestfs-actions.pod:3298
10471 msgid ""
10472 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
10473 "then it returns the extended attributes of the link itself."
10474 msgstr ""
10475
10476 #. type: =head2
10477 #: ../src/guestfs-actions.pod:3308
10478 msgid "guestfs_list_devices"
10479 msgstr ""
10480
10481 #. type: verbatim
10482 #: ../src/guestfs-actions.pod:3310
10483 #, no-wrap
10484 msgid ""
10485 " char **\n"
10486 " guestfs_list_devices (guestfs_h *g);\n"
10487 "\n"
10488 msgstr ""
10489
10490 #. type: textblock
10491 #: ../src/guestfs-actions.pod:3313 ../fish/guestfish-actions.pod:2286
10492 msgid "List all the block devices."
10493 msgstr ""
10494
10495 #. type: textblock
10496 #: ../src/guestfs-actions.pod:3315 ../fish/guestfish-actions.pod:2288
10497 msgid "The full block device names are returned, eg. C</dev/sda>."
10498 msgstr ""
10499
10500 #. type: =head2
10501 #: ../src/guestfs-actions.pod:3325
10502 msgid "guestfs_list_filesystems"
10503 msgstr ""
10504
10505 #. type: verbatim
10506 #: ../src/guestfs-actions.pod:3327
10507 #, no-wrap
10508 msgid ""
10509 " char **\n"
10510 " guestfs_list_filesystems (guestfs_h *g);\n"
10511 "\n"
10512 msgstr ""
10513
10514 #. type: textblock
10515 #: ../src/guestfs-actions.pod:3330 ../fish/guestfish-actions.pod:2296
10516 msgid ""
10517 "This inspection command looks for filesystems on partitions, block devices "
10518 "and logical volumes, returning a list of devices containing filesystems and "
10519 "their type."
10520 msgstr ""
10521
10522 #. type: textblock
10523 #: ../src/guestfs-actions.pod:3334 ../fish/guestfish-actions.pod:2300
10524 msgid ""
10525 "The return value is a hash, where the keys are the devices containing "
10526 "filesystems, and the values are the filesystem types.  For example:"
10527 msgstr ""
10528
10529 #. type: verbatim
10530 #: ../src/guestfs-actions.pod:3338 ../fish/guestfish-actions.pod:2304
10531 #, no-wrap
10532 msgid ""
10533 " \"/dev/sda1\" => \"ntfs\"\n"
10534 " \"/dev/sda2\" => \"ext2\"\n"
10535 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
10536 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
10537 "\n"
10538 msgstr ""
10539
10540 #. type: textblock
10541 #: ../src/guestfs-actions.pod:3343 ../fish/guestfish-actions.pod:2309
10542 msgid ""
10543 "The value can have the special value \"unknown\", meaning the content of the "
10544 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
10545 msgstr ""
10546
10547 #. type: textblock
10548 #: ../src/guestfs-actions.pod:3347
10549 msgid ""
10550 "This command runs other libguestfs commands, which might include "
10551 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
10552 "soon after launch and only when nothing is mounted."
10553 msgstr ""
10554
10555 #. type: textblock
10556 #: ../src/guestfs-actions.pod:3351
10557 msgid ""
10558 "Not all of the filesystems returned will be mountable.  In particular, swap "
10559 "partitions are returned in the list.  Also this command does not check that "
10560 "each filesystem found is valid and mountable, and some filesystems might be "
10561 "mountable but require special options.  Filesystems may not all belong to a "
10562 "single logical operating system (use C<guestfs_inspect_os> to look for "
10563 "OSes)."
10564 msgstr ""
10565
10566 #. type: textblock
10567 #: ../src/guestfs-actions.pod:3365 ../src/guestfs-actions.pod:4967
10568 msgid "(Added in 1.5.15)"
10569 msgstr ""
10570
10571 #. type: =head2
10572 #: ../src/guestfs-actions.pod:3367
10573 msgid "guestfs_list_partitions"
10574 msgstr ""
10575
10576 #. type: verbatim
10577 #: ../src/guestfs-actions.pod:3369
10578 #, no-wrap
10579 msgid ""
10580 " char **\n"
10581 " guestfs_list_partitions (guestfs_h *g);\n"
10582 "\n"
10583 msgstr ""
10584
10585 #. type: textblock
10586 #: ../src/guestfs-actions.pod:3372 ../fish/guestfish-actions.pod:2329
10587 msgid "List all the partitions detected on all block devices."
10588 msgstr ""
10589
10590 #. type: textblock
10591 #: ../src/guestfs-actions.pod:3374 ../fish/guestfish-actions.pod:2331
10592 msgid "The full partition device names are returned, eg. C</dev/sda1>"
10593 msgstr ""
10594
10595 #. type: textblock
10596 #: ../src/guestfs-actions.pod:3376
10597 msgid ""
10598 "This does not return logical volumes.  For that you will need to call "
10599 "C<guestfs_lvs>."
10600 msgstr ""
10601
10602 #. type: =head2
10603 #: ../src/guestfs-actions.pod:3387
10604 msgid "guestfs_ll"
10605 msgstr ""
10606
10607 #. type: verbatim
10608 #: ../src/guestfs-actions.pod:3389
10609 #, no-wrap
10610 msgid ""
10611 " char *\n"
10612 " guestfs_ll (guestfs_h *g,\n"
10613 "             const char *directory);\n"
10614 "\n"
10615 msgstr ""
10616
10617 #. type: textblock
10618 #: ../src/guestfs-actions.pod:3393 ../fish/guestfish-actions.pod:2342
10619 msgid ""
10620 "List the files in C<directory> (relative to the root directory, there is no "
10621 "cwd) in the format of 'ls -la'."
10622 msgstr ""
10623
10624 #. type: textblock
10625 #: ../src/guestfs-actions.pod:3396 ../fish/guestfish-actions.pod:2345
10626 msgid ""
10627 "This command is mostly useful for interactive sessions.  It is I<not> "
10628 "intended that you try to parse the output string."
10629 msgstr ""
10630
10631 #. type: =head2
10632 #: ../src/guestfs-actions.pod:3404
10633 msgid "guestfs_ln"
10634 msgstr ""
10635
10636 #. type: verbatim
10637 #: ../src/guestfs-actions.pod:3406
10638 #, no-wrap
10639 msgid ""
10640 " int\n"
10641 " guestfs_ln (guestfs_h *g,\n"
10642 "             const char *target,\n"
10643 "             const char *linkname);\n"
10644 "\n"
10645 msgstr ""
10646
10647 #. type: textblock
10648 #: ../src/guestfs-actions.pod:3411 ../fish/guestfish-actions.pod:2352
10649 msgid "This command creates a hard link using the C<ln> command."
10650 msgstr ""
10651
10652 #. type: =head2
10653 #: ../src/guestfs-actions.pod:3417
10654 msgid "guestfs_ln_f"
10655 msgstr ""
10656
10657 #. type: verbatim
10658 #: ../src/guestfs-actions.pod:3419
10659 #, no-wrap
10660 msgid ""
10661 " int\n"
10662 " guestfs_ln_f (guestfs_h *g,\n"
10663 "               const char *target,\n"
10664 "               const char *linkname);\n"
10665 "\n"
10666 msgstr ""
10667
10668 #. type: textblock
10669 #: ../src/guestfs-actions.pod:3424 ../fish/guestfish-actions.pod:2358
10670 msgid ""
10671 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
10672 "option removes the link (C<linkname>) if it exists already."
10673 msgstr ""
10674
10675 #. type: =head2
10676 #: ../src/guestfs-actions.pod:3431
10677 msgid "guestfs_ln_s"
10678 msgstr ""
10679
10680 #. type: verbatim
10681 #: ../src/guestfs-actions.pod:3433
10682 #, no-wrap
10683 msgid ""
10684 " int\n"
10685 " guestfs_ln_s (guestfs_h *g,\n"
10686 "               const char *target,\n"
10687 "               const char *linkname);\n"
10688 "\n"
10689 msgstr ""
10690
10691 #. type: textblock
10692 #: ../src/guestfs-actions.pod:3438 ../fish/guestfish-actions.pod:2365
10693 msgid "This command creates a symbolic link using the C<ln -s> command."
10694 msgstr ""
10695
10696 #. type: =head2
10697 #: ../src/guestfs-actions.pod:3444
10698 msgid "guestfs_ln_sf"
10699 msgstr ""
10700
10701 #. type: verbatim
10702 #: ../src/guestfs-actions.pod:3446
10703 #, no-wrap
10704 msgid ""
10705 " int\n"
10706 " guestfs_ln_sf (guestfs_h *g,\n"
10707 "                const char *target,\n"
10708 "                const char *linkname);\n"
10709 "\n"
10710 msgstr ""
10711
10712 #. type: textblock
10713 #: ../src/guestfs-actions.pod:3451 ../fish/guestfish-actions.pod:2371
10714 msgid ""
10715 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
10716 "option removes the link (C<linkname>) if it exists already."
10717 msgstr ""
10718
10719 #. type: =head2
10720 #: ../src/guestfs-actions.pod:3458
10721 msgid "guestfs_lremovexattr"
10722 msgstr ""
10723
10724 #. type: verbatim
10725 #: ../src/guestfs-actions.pod:3460
10726 #, no-wrap
10727 msgid ""
10728 " int\n"
10729 " guestfs_lremovexattr (guestfs_h *g,\n"
10730 "                       const char *xattr,\n"
10731 "                       const char *path);\n"
10732 "\n"
10733 msgstr ""
10734
10735 #. type: textblock
10736 #: ../src/guestfs-actions.pod:3465
10737 msgid ""
10738 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
10739 "link, then it removes an extended attribute of the link itself."
10740 msgstr ""
10741
10742 #. type: =head2
10743 #: ../src/guestfs-actions.pod:3473
10744 msgid "guestfs_ls"
10745 msgstr ""
10746
10747 #. type: verbatim
10748 #: ../src/guestfs-actions.pod:3475
10749 #, no-wrap
10750 msgid ""
10751 " char **\n"
10752 " guestfs_ls (guestfs_h *g,\n"
10753 "             const char *directory);\n"
10754 "\n"
10755 msgstr ""
10756
10757 #. type: textblock
10758 #: ../src/guestfs-actions.pod:3479 ../fish/guestfish-actions.pod:2386
10759 msgid ""
10760 "List the files in C<directory> (relative to the root directory, there is no "
10761 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
10762 "shown."
10763 msgstr ""
10764
10765 #. type: textblock
10766 #: ../src/guestfs-actions.pod:3483
10767 msgid ""
10768 "This command is mostly useful for interactive sessions.  Programs should "
10769 "probably use C<guestfs_readdir> instead."
10770 msgstr ""
10771
10772 #. type: =head2
10773 #: ../src/guestfs-actions.pod:3492
10774 msgid "guestfs_lsetxattr"
10775 msgstr ""
10776
10777 #. type: verbatim
10778 #: ../src/guestfs-actions.pod:3494
10779 #, no-wrap
10780 msgid ""
10781 " int\n"
10782 " guestfs_lsetxattr (guestfs_h *g,\n"
10783 "                    const char *xattr,\n"
10784 "                    const char *val,\n"
10785 "                    int vallen,\n"
10786 "                    const char *path);\n"
10787 "\n"
10788 msgstr ""
10789
10790 #. type: textblock
10791 #: ../src/guestfs-actions.pod:3501
10792 msgid ""
10793 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
10794 "then it sets an extended attribute of the link itself."
10795 msgstr ""
10796
10797 #. type: =head2
10798 #: ../src/guestfs-actions.pod:3509
10799 msgid "guestfs_lstat"
10800 msgstr ""
10801
10802 #. type: verbatim
10803 #: ../src/guestfs-actions.pod:3511
10804 #, no-wrap
10805 msgid ""
10806 " struct guestfs_stat *\n"
10807 " guestfs_lstat (guestfs_h *g,\n"
10808 "                const char *path);\n"
10809 "\n"
10810 msgstr ""
10811
10812 #. type: textblock
10813 #: ../src/guestfs-actions.pod:3515 ../src/guestfs-actions.pod:6021 ../fish/guestfish-actions.pod:2405 ../fish/guestfish-actions.pod:4029
10814 msgid "Returns file information for the given C<path>."
10815 msgstr ""
10816
10817 #. type: textblock
10818 #: ../src/guestfs-actions.pod:3517
10819 msgid ""
10820 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
10821 "link, then the link is stat-ed, not the file it refers to."
10822 msgstr ""
10823
10824 #. type: textblock
10825 #: ../src/guestfs-actions.pod:3521 ../fish/guestfish-actions.pod:2411
10826 msgid "This is the same as the C<lstat(2)> system call."
10827 msgstr ""
10828
10829 #. type: textblock
10830 #: ../src/guestfs-actions.pod:3523 ../src/guestfs-actions.pod:6025
10831 msgid ""
10832 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
10833 "error.  I<The caller must call C<guestfs_free_stat> after use>."
10834 msgstr ""
10835
10836 #. type: textblock
10837 #: ../src/guestfs-actions.pod:3527 ../src/guestfs-actions.pod:6029 ../src/guestfs-actions.pod:6047 ../src/guestfs-actions.pod:6428
10838 msgid "(Added in 0.9.2)"
10839 msgstr ""
10840
10841 #. type: =head2
10842 #: ../src/guestfs-actions.pod:3529
10843 msgid "guestfs_lstatlist"
10844 msgstr ""
10845
10846 #. type: verbatim
10847 #: ../src/guestfs-actions.pod:3531
10848 #, no-wrap
10849 msgid ""
10850 " struct guestfs_stat_list *\n"
10851 " guestfs_lstatlist (guestfs_h *g,\n"
10852 "                    const char *path,\n"
10853 "                    char *const *names);\n"
10854 "\n"
10855 msgstr ""
10856
10857 #. type: textblock
10858 #: ../src/guestfs-actions.pod:3536
10859 msgid ""
10860 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
10861 "files, where all files are in the directory C<path>.  C<names> is the list "
10862 "of files from this directory."
10863 msgstr ""
10864
10865 #. type: textblock
10866 #: ../src/guestfs-actions.pod:3540 ../fish/guestfish-actions.pod:2421
10867 msgid ""
10868 "On return you get a list of stat structs, with a one-to-one correspondence "
10869 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
10870 "then the C<ino> field of that structure is set to C<-1>."
10871 msgstr ""
10872
10873 #. type: textblock
10874 #: ../src/guestfs-actions.pod:3545
10875 msgid ""
10876 "This call is intended for programs that want to efficiently list a directory "
10877 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
10878 "for a similarly efficient call for getting extended attributes.  Very long "
10879 "directory listings might cause the protocol message size to be exceeded, "
10880 "causing this call to fail.  The caller must split up such requests into "
10881 "smaller groups of names."
10882 msgstr ""
10883
10884 #. type: textblock
10885 #: ../src/guestfs-actions.pod:3553
10886 msgid ""
10887 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
10888 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
10889 msgstr ""
10890
10891 #. type: =head2
10892 #: ../src/guestfs-actions.pod:3559
10893 msgid "guestfs_luks_add_key"
10894 msgstr ""
10895
10896 #. type: verbatim
10897 #: ../src/guestfs-actions.pod:3561
10898 #, no-wrap
10899 msgid ""
10900 " int\n"
10901 " guestfs_luks_add_key (guestfs_h *g,\n"
10902 "                       const char *device,\n"
10903 "                       const char *key,\n"
10904 "                       const char *newkey,\n"
10905 "                       int keyslot);\n"
10906 "\n"
10907 msgstr ""
10908
10909 #. type: textblock
10910 #: ../src/guestfs-actions.pod:3568 ../fish/guestfish-actions.pod:2438
10911 msgid ""
10912 "This command adds a new key on LUKS device C<device>.  C<key> is any "
10913 "existing key, and is used to access the device.  C<newkey> is the new key to "
10914 "add.  C<keyslot> is the key slot that will be replaced."
10915 msgstr ""
10916
10917 #. type: textblock
10918 #: ../src/guestfs-actions.pod:3573
10919 msgid ""
10920 "Note that if C<keyslot> already contains a key, then this command will "
10921 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
10922 msgstr ""
10923
10924 #. type: textblock
10925 #: ../src/guestfs-actions.pod:3579 ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3642 ../src/guestfs-actions.pod:3662 ../src/guestfs-actions.pod:3694 ../src/guestfs-actions.pod:3713
10926 msgid ""
10927 "This function takes a key or passphrase parameter which could contain "
10928 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
10929 "information."
10930 msgstr ""
10931
10932 #. type: textblock
10933 #: ../src/guestfs-actions.pod:3583 ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3666
10934 msgid "(Added in 1.5.2)"
10935 msgstr ""
10936
10937 #. type: =head2
10938 #: ../src/guestfs-actions.pod:3585
10939 msgid "guestfs_luks_close"
10940 msgstr ""
10941
10942 #. type: verbatim
10943 #: ../src/guestfs-actions.pod:3587
10944 #, no-wrap
10945 msgid ""
10946 " int\n"
10947 " guestfs_luks_close (guestfs_h *g,\n"
10948 "                     const char *device);\n"
10949 "\n"
10950 msgstr ""
10951
10952 #. type: textblock
10953 #: ../src/guestfs-actions.pod:3591
10954 msgid ""
10955 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
10956 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
10957 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
10958 "underlying block device."
10959 msgstr ""
10960
10961 #. type: textblock
10962 #: ../src/guestfs-actions.pod:3599 ../src/guestfs-actions.pod:3698 ../src/guestfs-actions.pod:3717 ../src/guestfs-actions.pod:3767 ../src/guestfs-actions.pod:3815
10963 msgid "(Added in 1.5.1)"
10964 msgstr ""
10965
10966 #. type: =head2
10967 #: ../src/guestfs-actions.pod:3601
10968 msgid "guestfs_luks_format"
10969 msgstr ""
10970
10971 #. type: verbatim
10972 #: ../src/guestfs-actions.pod:3603
10973 #, no-wrap
10974 msgid ""
10975 " int\n"
10976 " guestfs_luks_format (guestfs_h *g,\n"
10977 "                      const char *device,\n"
10978 "                      const char *key,\n"
10979 "                      int keyslot);\n"
10980 "\n"
10981 msgstr ""
10982
10983 #. type: textblock
10984 #: ../src/guestfs-actions.pod:3609 ../fish/guestfish-actions.pod:2464
10985 msgid ""
10986 "This command erases existing data on C<device> and formats the device as a "
10987 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
10988 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
10989 msgstr ""
10990
10991 #. type: textblock
10992 #: ../src/guestfs-actions.pod:3616 ../src/guestfs-actions.pod:3639 ../src/guestfs-actions.pod:3779 ../src/guestfs-actions.pod:4718 ../src/guestfs-actions.pod:5481 ../src/guestfs-actions.pod:5856 ../src/guestfs-actions.pod:5879 ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:7065 ../fish/guestfish-actions.pod:2472 ../fish/guestfish-actions.pod:2485 ../fish/guestfish-actions.pod:2569 ../fish/guestfish-actions.pod:3141 ../fish/guestfish-actions.pod:3648 ../fish/guestfish-actions.pod:3928 ../fish/guestfish-actions.pod:3944 ../fish/guestfish-actions.pod:3959 ../fish/guestfish-actions.pod:4674
10993 msgid ""
10994 "B<This command is dangerous.  Without careful use you can easily destroy all "
10995 "your data>."
10996 msgstr ""
10997
10998 #. type: =head2
10999 #: ../src/guestfs-actions.pod:3625
11000 msgid "guestfs_luks_format_cipher"
11001 msgstr ""
11002
11003 #. type: verbatim
11004 #: ../src/guestfs-actions.pod:3627
11005 #, no-wrap
11006 msgid ""
11007 " int\n"
11008 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11009 "                             const char *device,\n"
11010 "                             const char *key,\n"
11011 "                             int keyslot,\n"
11012 "                             const char *cipher);\n"
11013 "\n"
11014 msgstr ""
11015
11016 #. type: textblock
11017 #: ../src/guestfs-actions.pod:3634
11018 msgid ""
11019 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11020 "set the C<cipher> used."
11021 msgstr ""
11022
11023 #. type: =head2
11024 #: ../src/guestfs-actions.pod:3648
11025 msgid "guestfs_luks_kill_slot"
11026 msgstr ""
11027
11028 #. type: verbatim
11029 #: ../src/guestfs-actions.pod:3650
11030 #, no-wrap
11031 msgid ""
11032 " int\n"
11033 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11034 "                         const char *device,\n"
11035 "                         const char *key,\n"
11036 "                         int keyslot);\n"
11037 "\n"
11038 msgstr ""
11039
11040 #. type: textblock
11041 #: ../src/guestfs-actions.pod:3656 ../fish/guestfish-actions.pod:2492
11042 msgid ""
11043 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11044 "device C<device>.  C<key> must be one of the I<other> keys."
11045 msgstr ""
11046
11047 #. type: =head2
11048 #: ../src/guestfs-actions.pod:3668
11049 msgid "guestfs_luks_open"
11050 msgstr ""
11051
11052 #. type: verbatim
11053 #: ../src/guestfs-actions.pod:3670
11054 #, no-wrap
11055 msgid ""
11056 " int\n"
11057 " guestfs_luks_open (guestfs_h *g,\n"
11058 "                    const char *device,\n"
11059 "                    const char *key,\n"
11060 "                    const char *mapname);\n"
11061 "\n"
11062 msgstr ""
11063
11064 #. type: textblock
11065 #: ../src/guestfs-actions.pod:3676 ../fish/guestfish-actions.pod:2503
11066 msgid ""
11067 "This command opens a block device which has been encrypted according to the "
11068 "Linux Unified Key Setup (LUKS) standard."
11069 msgstr ""
11070
11071 #. type: textblock
11072 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2506
11073 msgid "C<device> is the encrypted block device or partition."
11074 msgstr ""
11075
11076 #. type: textblock
11077 #: ../src/guestfs-actions.pod:3681 ../fish/guestfish-actions.pod:2508
11078 msgid ""
11079 "The caller must supply one of the keys associated with the LUKS block "
11080 "device, in the C<key> parameter."
11081 msgstr ""
11082
11083 #. type: textblock
11084 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2511
11085 msgid ""
11086 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11087 "writes to this block device are decrypted from and encrypted to the "
11088 "underlying C<device> respectively."
11089 msgstr ""
11090
11091 #. type: textblock
11092 #: ../src/guestfs-actions.pod:3688
11093 msgid ""
11094 "If this block device contains LVM volume groups, then calling "
11095 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11096 "visible."
11097 msgstr ""
11098
11099 #. type: =head2
11100 #: ../src/guestfs-actions.pod:3700
11101 msgid "guestfs_luks_open_ro"
11102 msgstr ""
11103
11104 #. type: verbatim
11105 #: ../src/guestfs-actions.pod:3702
11106 #, no-wrap
11107 msgid ""
11108 " int\n"
11109 " guestfs_luks_open_ro (guestfs_h *g,\n"
11110 "                       const char *device,\n"
11111 "                       const char *key,\n"
11112 "                       const char *mapname);\n"
11113 "\n"
11114 msgstr ""
11115
11116 #. type: textblock
11117 #: ../src/guestfs-actions.pod:3708
11118 msgid ""
11119 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11120 "created."
11121 msgstr ""
11122
11123 #. type: =head2
11124 #: ../src/guestfs-actions.pod:3719
11125 msgid "guestfs_lvcreate"
11126 msgstr ""
11127
11128 #. type: verbatim
11129 #: ../src/guestfs-actions.pod:3721
11130 #, no-wrap
11131 msgid ""
11132 " int\n"
11133 " guestfs_lvcreate (guestfs_h *g,\n"
11134 "                   const char *logvol,\n"
11135 "                   const char *volgroup,\n"
11136 "                   int mbytes);\n"
11137 "\n"
11138 msgstr ""
11139
11140 #. type: textblock
11141 #: ../src/guestfs-actions.pod:3727 ../fish/guestfish-actions.pod:2536
11142 msgid ""
11143 "This creates an LVM logical volume called C<logvol> on the volume group "
11144 "C<volgroup>, with C<size> megabytes."
11145 msgstr ""
11146
11147 #. type: =head2
11148 #: ../src/guestfs-actions.pod:3734
11149 msgid "guestfs_lvm_canonical_lv_name"
11150 msgstr ""
11151
11152 #. type: verbatim
11153 #: ../src/guestfs-actions.pod:3736
11154 #, no-wrap
11155 msgid ""
11156 " char *\n"
11157 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11158 "                                const char *lvname);\n"
11159 "\n"
11160 msgstr ""
11161
11162 #. type: textblock
11163 #: ../src/guestfs-actions.pod:3740 ../fish/guestfish-actions.pod:2543
11164 msgid ""
11165 "This converts alternative naming schemes for LVs that you might find to the "
11166 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11167 "C</dev/VG/LV>."
11168 msgstr ""
11169
11170 #. type: textblock
11171 #: ../src/guestfs-actions.pod:3744 ../fish/guestfish-actions.pod:2547
11172 msgid ""
11173 "This command returns an error if the C<lvname> parameter does not refer to a "
11174 "logical volume."
11175 msgstr ""
11176
11177 #. type: textblock
11178 #: ../src/guestfs-actions.pod:3747
11179 msgid "See also C<guestfs_is_lv>."
11180 msgstr ""
11181
11182 #. type: textblock
11183 #: ../src/guestfs-actions.pod:3752
11184 msgid "(Added in 1.5.24)"
11185 msgstr ""
11186
11187 #. type: =head2
11188 #: ../src/guestfs-actions.pod:3754
11189 msgid "guestfs_lvm_clear_filter"
11190 msgstr ""
11191
11192 #. type: verbatim
11193 #: ../src/guestfs-actions.pod:3756
11194 #, no-wrap
11195 msgid ""
11196 " int\n"
11197 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11198 "\n"
11199 msgstr ""
11200
11201 #. type: textblock
11202 #: ../src/guestfs-actions.pod:3759
11203 msgid ""
11204 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11205 "see every block device."
11206 msgstr ""
11207
11208 #. type: textblock
11209 #: ../src/guestfs-actions.pod:3762 ../src/guestfs-actions.pod:3804 ../fish/guestfish-actions.pod:2559 ../fish/guestfish-actions.pod:2590
11210 msgid "This command also clears the LVM cache and performs a volume group scan."
11211 msgstr ""
11212
11213 #. type: =head2
11214 #: ../src/guestfs-actions.pod:3769
11215 msgid "guestfs_lvm_remove_all"
11216 msgstr ""
11217
11218 #. type: verbatim
11219 #: ../src/guestfs-actions.pod:3771
11220 #, no-wrap
11221 msgid ""
11222 " int\n"
11223 " guestfs_lvm_remove_all (guestfs_h *g);\n"
11224 "\n"
11225 msgstr ""
11226
11227 #. type: textblock
11228 #: ../src/guestfs-actions.pod:3774 ../fish/guestfish-actions.pod:2566
11229 msgid ""
11230 "This command removes all LVM logical volumes, volume groups and physical "
11231 "volumes."
11232 msgstr ""
11233
11234 #. type: =head2
11235 #: ../src/guestfs-actions.pod:3784
11236 msgid "guestfs_lvm_set_filter"
11237 msgstr ""
11238
11239 #. type: verbatim
11240 #: ../src/guestfs-actions.pod:3786
11241 #, no-wrap
11242 msgid ""
11243 " int\n"
11244 " guestfs_lvm_set_filter (guestfs_h *g,\n"
11245 "                         char *const *devices);\n"
11246 "\n"
11247 msgstr ""
11248
11249 #. type: textblock
11250 #: ../src/guestfs-actions.pod:3790 ../fish/guestfish-actions.pod:2576
11251 msgid ""
11252 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
11253 "block devices in the list C<devices>, and will ignore all other attached "
11254 "block devices."
11255 msgstr ""
11256
11257 #. type: textblock
11258 #: ../src/guestfs-actions.pod:3794 ../fish/guestfish-actions.pod:2580
11259 msgid ""
11260 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
11261 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
11262 "there are two types of duplication possible: either cloned PVs/VGs which "
11263 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
11264 "same name.  In normal operation you cannot create this situation, but you "
11265 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
11266 "inside the LVM metadata."
11267 msgstr ""
11268
11269 #. type: textblock
11270 #: ../src/guestfs-actions.pod:3807 ../fish/guestfish-actions.pod:2593
11271 msgid "You can filter whole block devices or individual partitions."
11272 msgstr ""
11273
11274 #. type: textblock
11275 #: ../src/guestfs-actions.pod:3809 ../fish/guestfish-actions.pod:2595
11276 msgid ""
11277 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
11278 "filesystem), even if you are not filtering out that VG."
11279 msgstr ""
11280
11281 #. type: =head2
11282 #: ../src/guestfs-actions.pod:3817
11283 msgid "guestfs_lvremove"
11284 msgstr ""
11285
11286 #. type: verbatim
11287 #: ../src/guestfs-actions.pod:3819
11288 #, no-wrap
11289 msgid ""
11290 " int\n"
11291 " guestfs_lvremove (guestfs_h *g,\n"
11292 "                   const char *device);\n"
11293 "\n"
11294 msgstr ""
11295
11296 #. type: textblock
11297 #: ../src/guestfs-actions.pod:3823 ../fish/guestfish-actions.pod:2603
11298 msgid ""
11299 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
11300 "LV, such as C</dev/VG/LV>."
11301 msgstr ""
11302
11303 #. type: textblock
11304 #: ../src/guestfs-actions.pod:3826 ../fish/guestfish-actions.pod:2606
11305 msgid ""
11306 "You can also remove all LVs in a volume group by specifying the VG name, "
11307 "C</dev/VG>."
11308 msgstr ""
11309
11310 #. type: textblock
11311 #: ../src/guestfs-actions.pod:3831 ../src/guestfs-actions.pod:5064 ../src/guestfs-actions.pod:6804
11312 msgid "(Added in 1.0.13)"
11313 msgstr ""
11314
11315 #. type: =head2
11316 #: ../src/guestfs-actions.pod:3833
11317 msgid "guestfs_lvrename"
11318 msgstr ""
11319
11320 #. type: verbatim
11321 #: ../src/guestfs-actions.pod:3835
11322 #, no-wrap
11323 msgid ""
11324 " int\n"
11325 " guestfs_lvrename (guestfs_h *g,\n"
11326 "                   const char *logvol,\n"
11327 "                   const char *newlogvol);\n"
11328 "\n"
11329 msgstr ""
11330
11331 #. type: textblock
11332 #: ../src/guestfs-actions.pod:3840 ../fish/guestfish-actions.pod:2613
11333 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
11334 msgstr ""
11335
11336 #. type: textblock
11337 #: ../src/guestfs-actions.pod:3844 ../src/guestfs-actions.pod:6817
11338 msgid "(Added in 1.0.83)"
11339 msgstr ""
11340
11341 #. type: =head2
11342 #: ../src/guestfs-actions.pod:3846
11343 msgid "guestfs_lvresize"
11344 msgstr ""
11345
11346 #. type: verbatim
11347 #: ../src/guestfs-actions.pod:3848
11348 #, no-wrap
11349 msgid ""
11350 " int\n"
11351 " guestfs_lvresize (guestfs_h *g,\n"
11352 "                   const char *device,\n"
11353 "                   int mbytes);\n"
11354 "\n"
11355 msgstr ""
11356
11357 #. type: textblock
11358 #: ../src/guestfs-actions.pod:3853 ../fish/guestfish-actions.pod:2619
11359 msgid ""
11360 "This resizes (expands or shrinks) an existing LVM logical volume to "
11361 "C<mbytes>.  When reducing, data in the reduced part is lost."
11362 msgstr ""
11363
11364 #. type: =head2
11365 #: ../src/guestfs-actions.pod:3861
11366 msgid "guestfs_lvresize_free"
11367 msgstr ""
11368
11369 #. type: verbatim
11370 #: ../src/guestfs-actions.pod:3863
11371 #, no-wrap
11372 msgid ""
11373 " int\n"
11374 " guestfs_lvresize_free (guestfs_h *g,\n"
11375 "                        const char *lv,\n"
11376 "                        int percent);\n"
11377 "\n"
11378 msgstr ""
11379
11380 #. type: textblock
11381 #: ../src/guestfs-actions.pod:3868 ../fish/guestfish-actions.pod:2627
11382 msgid ""
11383 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
11384 "remaining free space in the volume group.  Commonly you would call this with "
11385 "pc = 100 which expands the logical volume as much as possible, using all "
11386 "remaining free space in the volume group."
11387 msgstr ""
11388
11389 #. type: textblock
11390 #: ../src/guestfs-actions.pod:3876
11391 msgid "(Added in 1.3.3)"
11392 msgstr ""
11393
11394 #. type: =head2
11395 #: ../src/guestfs-actions.pod:3878
11396 msgid "guestfs_lvs"
11397 msgstr ""
11398
11399 #. type: verbatim
11400 #: ../src/guestfs-actions.pod:3880
11401 #, no-wrap
11402 msgid ""
11403 " char **\n"
11404 " guestfs_lvs (guestfs_h *g);\n"
11405 "\n"
11406 msgstr ""
11407
11408 #. type: textblock
11409 #: ../src/guestfs-actions.pod:3883 ../fish/guestfish-actions.pod:2637
11410 msgid ""
11411 "List all the logical volumes detected.  This is the equivalent of the "
11412 "L<lvs(8)> command."
11413 msgstr ""
11414
11415 #. type: textblock
11416 #: ../src/guestfs-actions.pod:3886 ../fish/guestfish-actions.pod:2640
11417 msgid ""
11418 "This returns a list of the logical volume device names "
11419 "(eg. C</dev/VolGroup00/LogVol00>)."
11420 msgstr ""
11421
11422 #. type: textblock
11423 #: ../src/guestfs-actions.pod:3889
11424 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
11425 msgstr ""
11426
11427 #. type: =head2
11428 #: ../src/guestfs-actions.pod:3897
11429 msgid "guestfs_lvs_full"
11430 msgstr ""
11431
11432 #. type: verbatim
11433 #: ../src/guestfs-actions.pod:3899
11434 #, no-wrap
11435 msgid ""
11436 " struct guestfs_lvm_lv_list *\n"
11437 " guestfs_lvs_full (guestfs_h *g);\n"
11438 "\n"
11439 msgstr ""
11440
11441 #. type: textblock
11442 #: ../src/guestfs-actions.pod:3902 ../fish/guestfish-actions.pod:2649
11443 msgid ""
11444 "List all the logical volumes detected.  This is the equivalent of the "
11445 "L<lvs(8)> command.  The \"full\" version includes all fields."
11446 msgstr ""
11447
11448 #. type: textblock
11449 #: ../src/guestfs-actions.pod:3905
11450 msgid ""
11451 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
11452 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
11453 "use>."
11454 msgstr ""
11455
11456 #. type: =head2
11457 #: ../src/guestfs-actions.pod:3911
11458 msgid "guestfs_lvuuid"
11459 msgstr ""
11460
11461 #. type: verbatim
11462 #: ../src/guestfs-actions.pod:3913
11463 #, no-wrap
11464 msgid ""
11465 " char *\n"
11466 " guestfs_lvuuid (guestfs_h *g,\n"
11467 "                 const char *device);\n"
11468 "\n"
11469 msgstr ""
11470
11471 #. type: textblock
11472 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2656
11473 msgid "This command returns the UUID of the LVM LV C<device>."
11474 msgstr ""
11475
11476 #. type: =head2
11477 #: ../src/guestfs-actions.pod:3924
11478 msgid "guestfs_lxattrlist"
11479 msgstr ""
11480
11481 #. type: verbatim
11482 #: ../src/guestfs-actions.pod:3926
11483 #, no-wrap
11484 msgid ""
11485 " struct guestfs_xattr_list *\n"
11486 " guestfs_lxattrlist (guestfs_h *g,\n"
11487 "                     const char *path,\n"
11488 "                     char *const *names);\n"
11489 "\n"
11490 msgstr ""
11491
11492 #. type: textblock
11493 #: ../src/guestfs-actions.pod:3931 ../fish/guestfish-actions.pod:2662
11494 msgid ""
11495 "This call allows you to get the extended attributes of multiple files, where "
11496 "all files are in the directory C<path>.  C<names> is the list of files from "
11497 "this directory."
11498 msgstr ""
11499
11500 #. type: textblock
11501 #: ../src/guestfs-actions.pod:3935 ../fish/guestfish-actions.pod:2666
11502 msgid ""
11503 "On return you get a flat list of xattr structs which must be interpreted "
11504 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
11505 "C<attrval> in this struct is zero-length to indicate there was an error "
11506 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
11507 "number (the number of following attributes for this file, which could be "
11508 "C<\"0\">).  Then after the first xattr struct are the zero or more "
11509 "attributes for the first named file.  This repeats for the second and "
11510 "subsequent files."
11511 msgstr ""
11512
11513 #. type: textblock
11514 #: ../src/guestfs-actions.pod:3945
11515 msgid ""
11516 "This call is intended for programs that want to efficiently list a directory "
11517 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
11518 "a similarly efficient call for getting standard stats.  Very long directory "
11519 "listings might cause the protocol message size to be exceeded, causing this "
11520 "call to fail.  The caller must split up such requests into smaller groups of "
11521 "names."
11522 msgstr ""
11523
11524 #. type: =head2
11525 #: ../src/guestfs-actions.pod:3959
11526 msgid "guestfs_mkdir"
11527 msgstr ""
11528
11529 #. type: verbatim
11530 #: ../src/guestfs-actions.pod:3961
11531 #, no-wrap
11532 msgid ""
11533 " int\n"
11534 " guestfs_mkdir (guestfs_h *g,\n"
11535 "                const char *path);\n"
11536 "\n"
11537 msgstr ""
11538
11539 #. type: textblock
11540 #: ../src/guestfs-actions.pod:3965 ../fish/guestfish-actions.pod:2688
11541 msgid "Create a directory named C<path>."
11542 msgstr ""
11543
11544 #. type: =head2
11545 #: ../src/guestfs-actions.pod:3971
11546 msgid "guestfs_mkdir_mode"
11547 msgstr ""
11548
11549 #. type: verbatim
11550 #: ../src/guestfs-actions.pod:3973
11551 #, no-wrap
11552 msgid ""
11553 " int\n"
11554 " guestfs_mkdir_mode (guestfs_h *g,\n"
11555 "                     const char *path,\n"
11556 "                     int mode);\n"
11557 "\n"
11558 msgstr ""
11559
11560 #. type: textblock
11561 #: ../src/guestfs-actions.pod:3978 ../fish/guestfish-actions.pod:2694
11562 msgid ""
11563 "This command creates a directory, setting the initial permissions of the "
11564 "directory to C<mode>."
11565 msgstr ""
11566
11567 #. type: textblock
11568 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2697
11569 msgid ""
11570 "For common Linux filesystems, the actual mode which is set will be C<mode & "
11571 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
11572 "other ways."
11573 msgstr ""
11574
11575 #. type: textblock
11576 #: ../src/guestfs-actions.pod:3985
11577 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
11578 msgstr ""
11579
11580 #. type: =head2
11581 #: ../src/guestfs-actions.pod:3991
11582 msgid "guestfs_mkdir_p"
11583 msgstr ""
11584
11585 #. type: verbatim
11586 #: ../src/guestfs-actions.pod:3993
11587 #, no-wrap
11588 msgid ""
11589 " int\n"
11590 " guestfs_mkdir_p (guestfs_h *g,\n"
11591 "                  const char *path);\n"
11592 "\n"
11593 msgstr ""
11594
11595 #. type: textblock
11596 #: ../src/guestfs-actions.pod:3997 ../fish/guestfish-actions.pod:2707
11597 msgid ""
11598 "Create a directory named C<path>, creating any parent directories as "
11599 "necessary.  This is like the C<mkdir -p> shell command."
11600 msgstr ""
11601
11602 #. type: =head2
11603 #: ../src/guestfs-actions.pod:4004
11604 msgid "guestfs_mkdtemp"
11605 msgstr ""
11606
11607 #. type: verbatim
11608 #: ../src/guestfs-actions.pod:4006
11609 #, no-wrap
11610 msgid ""
11611 " char *\n"
11612 " guestfs_mkdtemp (guestfs_h *g,\n"
11613 "                  const char *template);\n"
11614 "\n"
11615 msgstr ""
11616
11617 #. type: textblock
11618 #: ../src/guestfs-actions.pod:4010 ../fish/guestfish-actions.pod:2714
11619 msgid ""
11620 "This command creates a temporary directory.  The C<template> parameter "
11621 "should be a full pathname for the temporary directory name with the final "
11622 "six characters being \"XXXXXX\"."
11623 msgstr ""
11624
11625 #. type: textblock
11626 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2719
11627 msgid ""
11628 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
11629 "being suitable for Windows filesystems."
11630 msgstr ""
11631
11632 #. type: textblock
11633 #: ../src/guestfs-actions.pod:4018 ../fish/guestfish-actions.pod:2722
11634 msgid "The name of the temporary directory that was created is returned."
11635 msgstr ""
11636
11637 #. type: textblock
11638 #: ../src/guestfs-actions.pod:4021 ../fish/guestfish-actions.pod:2725
11639 msgid "The temporary directory is created with mode 0700 and is owned by root."
11640 msgstr ""
11641
11642 #. type: textblock
11643 #: ../src/guestfs-actions.pod:4024 ../fish/guestfish-actions.pod:2728
11644 msgid ""
11645 "The caller is responsible for deleting the temporary directory and its "
11646 "contents after use."
11647 msgstr ""
11648
11649 #. type: textblock
11650 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2731
11651 msgid "See also: L<mkdtemp(3)>"
11652 msgstr ""
11653
11654 #. type: =head2
11655 #: ../src/guestfs-actions.pod:4034
11656 msgid "guestfs_mke2fs_J"
11657 msgstr ""
11658
11659 #. type: verbatim
11660 #: ../src/guestfs-actions.pod:4036
11661 #, no-wrap
11662 msgid ""
11663 " int\n"
11664 " guestfs_mke2fs_J (guestfs_h *g,\n"
11665 "                   const char *fstype,\n"
11666 "                   int blocksize,\n"
11667 "                   const char *device,\n"
11668 "                   const char *journal);\n"
11669 "\n"
11670 msgstr ""
11671
11672 #. type: textblock
11673 #: ../src/guestfs-actions.pod:4043 ../fish/guestfish-actions.pod:2737
11674 msgid ""
11675 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11676 "C<journal>.  It is equivalent to the command:"
11677 msgstr ""
11678
11679 #. type: verbatim
11680 #: ../src/guestfs-actions.pod:4047 ../fish/guestfish-actions.pod:2741
11681 #, no-wrap
11682 msgid ""
11683 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
11684 "\n"
11685 msgstr ""
11686
11687 #. type: textblock
11688 #: ../src/guestfs-actions.pod:4049
11689 msgid "See also C<guestfs_mke2journal>."
11690 msgstr ""
11691
11692 #. type: textblock
11693 #: ../src/guestfs-actions.pod:4053 ../src/guestfs-actions.pod:4071 ../src/guestfs-actions.pod:4089 ../src/guestfs-actions.pod:4105 ../src/guestfs-actions.pod:4119 ../src/guestfs-actions.pod:4133 ../src/guestfs-actions.pod:4192 ../src/guestfs-actions.pod:4445
11694 msgid "(Added in 1.0.68)"
11695 msgstr ""
11696
11697 #. type: =head2
11698 #: ../src/guestfs-actions.pod:4055
11699 msgid "guestfs_mke2fs_JL"
11700 msgstr ""
11701
11702 #. type: verbatim
11703 #: ../src/guestfs-actions.pod:4057
11704 #, no-wrap
11705 msgid ""
11706 " int\n"
11707 " guestfs_mke2fs_JL (guestfs_h *g,\n"
11708 "                    const char *fstype,\n"
11709 "                    int blocksize,\n"
11710 "                    const char *device,\n"
11711 "                    const char *label);\n"
11712 "\n"
11713 msgstr ""
11714
11715 #. type: textblock
11716 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2749
11717 msgid ""
11718 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11719 "the journal labeled C<label>."
11720 msgstr ""
11721
11722 #. type: textblock
11723 #: ../src/guestfs-actions.pod:4067
11724 msgid "See also C<guestfs_mke2journal_L>."
11725 msgstr ""
11726
11727 #. type: =head2
11728 #: ../src/guestfs-actions.pod:4073
11729 msgid "guestfs_mke2fs_JU"
11730 msgstr ""
11731
11732 #. type: verbatim
11733 #: ../src/guestfs-actions.pod:4075
11734 #, no-wrap
11735 msgid ""
11736 " int\n"
11737 " guestfs_mke2fs_JU (guestfs_h *g,\n"
11738 "                    const char *fstype,\n"
11739 "                    int blocksize,\n"
11740 "                    const char *device,\n"
11741 "                    const char *uuid);\n"
11742 "\n"
11743 msgstr ""
11744
11745 #. type: textblock
11746 #: ../src/guestfs-actions.pod:4082 ../fish/guestfish-actions.pod:2758
11747 msgid ""
11748 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11749 "the journal with UUID C<uuid>."
11750 msgstr ""
11751
11752 #. type: textblock
11753 #: ../src/guestfs-actions.pod:4085
11754 msgid "See also C<guestfs_mke2journal_U>."
11755 msgstr ""
11756
11757 #. type: =head2
11758 #: ../src/guestfs-actions.pod:4091
11759 msgid "guestfs_mke2journal"
11760 msgstr ""
11761
11762 #. type: verbatim
11763 #: ../src/guestfs-actions.pod:4093
11764 #, no-wrap
11765 msgid ""
11766 " int\n"
11767 " guestfs_mke2journal (guestfs_h *g,\n"
11768 "                      int blocksize,\n"
11769 "                      const char *device);\n"
11770 "\n"
11771 msgstr ""
11772
11773 #. type: textblock
11774 #: ../src/guestfs-actions.pod:4098 ../fish/guestfish-actions.pod:2767
11775 msgid ""
11776 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
11777 "command:"
11778 msgstr ""
11779
11780 #. type: verbatim
11781 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2770
11782 #, no-wrap
11783 msgid ""
11784 " mke2fs -O journal_dev -b blocksize device\n"
11785 "\n"
11786 msgstr ""
11787
11788 #. type: =head2
11789 #: ../src/guestfs-actions.pod:4107
11790 msgid "guestfs_mke2journal_L"
11791 msgstr ""
11792
11793 #. type: verbatim
11794 #: ../src/guestfs-actions.pod:4109
11795 #, no-wrap
11796 msgid ""
11797 " int\n"
11798 " guestfs_mke2journal_L (guestfs_h *g,\n"
11799 "                        int blocksize,\n"
11800 "                        const char *label,\n"
11801 "                        const char *device);\n"
11802 "\n"
11803 msgstr ""
11804
11805 #. type: textblock
11806 #: ../src/guestfs-actions.pod:4115 ../fish/guestfish-actions.pod:2776
11807 msgid "This creates an ext2 external journal on C<device> with label C<label>."
11808 msgstr ""
11809
11810 #. type: =head2
11811 #: ../src/guestfs-actions.pod:4121
11812 msgid "guestfs_mke2journal_U"
11813 msgstr ""
11814
11815 #. type: verbatim
11816 #: ../src/guestfs-actions.pod:4123
11817 #, no-wrap
11818 msgid ""
11819 " int\n"
11820 " guestfs_mke2journal_U (guestfs_h *g,\n"
11821 "                        int blocksize,\n"
11822 "                        const char *uuid,\n"
11823 "                        const char *device);\n"
11824 "\n"
11825 msgstr ""
11826
11827 #. type: textblock
11828 #: ../src/guestfs-actions.pod:4129 ../fish/guestfish-actions.pod:2782
11829 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
11830 msgstr ""
11831
11832 #. type: =head2
11833 #: ../src/guestfs-actions.pod:4135
11834 msgid "guestfs_mkfifo"
11835 msgstr ""
11836
11837 #. type: verbatim
11838 #: ../src/guestfs-actions.pod:4137
11839 #, no-wrap
11840 msgid ""
11841 " int\n"
11842 " guestfs_mkfifo (guestfs_h *g,\n"
11843 "                 int mode,\n"
11844 "                 const char *path);\n"
11845 "\n"
11846 msgstr ""
11847
11848 #. type: textblock
11849 #: ../src/guestfs-actions.pod:4142
11850 msgid ""
11851 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
11852 "is just a convenient wrapper around C<guestfs_mknod>."
11853 msgstr ""
11854
11855 #. type: =head2
11856 #: ../src/guestfs-actions.pod:4152
11857 msgid "guestfs_mkfs"
11858 msgstr ""
11859
11860 #. type: verbatim
11861 #: ../src/guestfs-actions.pod:4154
11862 #, no-wrap
11863 msgid ""
11864 " int\n"
11865 " guestfs_mkfs (guestfs_h *g,\n"
11866 "               const char *fstype,\n"
11867 "               const char *device);\n"
11868 "\n"
11869 msgstr ""
11870
11871 #. type: textblock
11872 #: ../src/guestfs-actions.pod:4159 ../fish/guestfish-actions.pod:2798
11873 msgid ""
11874 "This creates a filesystem on C<device> (usually a partition or LVM logical "
11875 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
11876 msgstr ""
11877
11878 #. type: =head2
11879 #: ../src/guestfs-actions.pod:4167
11880 msgid "guestfs_mkfs_b"
11881 msgstr ""
11882
11883 #. type: verbatim
11884 #: ../src/guestfs-actions.pod:4169
11885 #, no-wrap
11886 msgid ""
11887 " int\n"
11888 " guestfs_mkfs_b (guestfs_h *g,\n"
11889 "                 const char *fstype,\n"
11890 "                 int blocksize,\n"
11891 "                 const char *device);\n"
11892 "\n"
11893 msgstr ""
11894
11895 #. type: textblock
11896 #: ../src/guestfs-actions.pod:4175
11897 msgid ""
11898 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
11899 "block size of the resulting filesystem.  Supported block sizes depend on the "
11900 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
11901 msgstr ""
11902
11903 #. type: textblock
11904 #: ../src/guestfs-actions.pod:4180 ../src/guestfs-actions.pod:4222 ../fish/guestfish-actions.pod:2811 ../fish/guestfish-actions.pod:2838
11905 msgid ""
11906 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
11907 "cluster size."
11908 msgstr ""
11909
11910 #. type: textblock
11911 #: ../src/guestfs-actions.pod:4185 ../fish/guestfish-actions.pod:2814
11912 msgid ""
11913 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
11914 "instead."
11915 msgstr ""
11916
11917 #. type: =head2
11918 #: ../src/guestfs-actions.pod:4194
11919 msgid "guestfs_mkfs_opts"
11920 msgstr ""
11921
11922 #. type: verbatim
11923 #: ../src/guestfs-actions.pod:4196
11924 #, no-wrap
11925 msgid ""
11926 " int\n"
11927 " guestfs_mkfs_opts (guestfs_h *g,\n"
11928 "                    const char *fstype,\n"
11929 "                    const char *device,\n"
11930 "                    ...);\n"
11931 "\n"
11932 msgstr ""
11933
11934 #. type: verbatim
11935 #: ../src/guestfs-actions.pod:4207
11936 #, no-wrap
11937 msgid ""
11938 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
11939 "\n"
11940 msgstr ""
11941
11942 #. type: textblock
11943 #: ../src/guestfs-actions.pod:4209 ../fish/guestfish-actions.pod:2825
11944 msgid ""
11945 "This function creates a filesystem on C<device>.  The filesystem type is "
11946 "C<fstype>, for example C<ext3>."
11947 msgstr ""
11948
11949 #. type: =item
11950 #: ../src/guestfs-actions.pod:4216 ../fish/guestfish-actions.pod:2832
11951 msgid "C<blocksize>"
11952 msgstr ""
11953
11954 #. type: textblock
11955 #: ../src/guestfs-actions.pod:4218 ../fish/guestfish-actions.pod:2834
11956 msgid ""
11957 "The filesystem block size.  Supported block sizes depend on the filesystem "
11958 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
11959 "filesystems."
11960 msgstr ""
11961
11962 #. type: textblock
11963 #: ../src/guestfs-actions.pod:4225 ../fish/guestfish-actions.pod:2841
11964 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
11965 msgstr ""
11966
11967 #. type: textblock
11968 #: ../src/guestfs-actions.pod:4231
11969 msgid "(Added in 1.7.19)"
11970 msgstr ""
11971
11972 #. type: =head2
11973 #: ../src/guestfs-actions.pod:4233
11974 msgid "guestfs_mkfs_opts_va"
11975 msgstr ""
11976
11977 #. type: verbatim
11978 #: ../src/guestfs-actions.pod:4235
11979 #, no-wrap
11980 msgid ""
11981 " int\n"
11982 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
11983 "                       const char *fstype,\n"
11984 "                       const char *device,\n"
11985 "                       va_list args);\n"
11986 "\n"
11987 msgstr ""
11988
11989 #. type: textblock
11990 #: ../src/guestfs-actions.pod:4241
11991 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
11992 msgstr ""
11993
11994 #. type: =head2
11995 #: ../src/guestfs-actions.pod:4245
11996 msgid "guestfs_mkfs_opts_argv"
11997 msgstr ""
11998
11999 #. type: verbatim
12000 #: ../src/guestfs-actions.pod:4247
12001 #, no-wrap
12002 msgid ""
12003 " int\n"
12004 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12005 "                         const char *fstype,\n"
12006 "                         const char *device,\n"
12007 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12008 "\n"
12009 msgstr ""
12010
12011 #. type: textblock
12012 #: ../src/guestfs-actions.pod:4253
12013 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12014 msgstr ""
12015
12016 #. type: =head2
12017 #: ../src/guestfs-actions.pod:4257
12018 msgid "guestfs_mkmountpoint"
12019 msgstr ""
12020
12021 #. type: verbatim
12022 #: ../src/guestfs-actions.pod:4259
12023 #, no-wrap
12024 msgid ""
12025 " int\n"
12026 " guestfs_mkmountpoint (guestfs_h *g,\n"
12027 "                       const char *exemptpath);\n"
12028 "\n"
12029 msgstr ""
12030
12031 #. type: textblock
12032 #: ../src/guestfs-actions.pod:4263
12033 msgid ""
12034 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12035 "that can be used to create extra mountpoints before mounting the first "
12036 "filesystem."
12037 msgstr ""
12038
12039 #. type: textblock
12040 #: ../src/guestfs-actions.pod:4267 ../fish/guestfish-actions.pod:2855
12041 msgid ""
12042 "These calls are I<only> necessary in some very limited circumstances, mainly "
12043 "the case where you want to mount a mix of unrelated and/or read-only "
12044 "filesystems together."
12045 msgstr ""
12046
12047 #. type: textblock
12048 #: ../src/guestfs-actions.pod:4271 ../fish/guestfish-actions.pod:2859
12049 msgid ""
12050 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12051 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12052 "inside that.  You can unpack this as follows in guestfish:"
12053 msgstr ""
12054
12055 #. type: verbatim
12056 #: ../src/guestfs-actions.pod:4276 ../fish/guestfish-actions.pod:2864
12057 #, no-wrap
12058 msgid ""
12059 " add-ro Fedora-11-i686-Live.iso\n"
12060 " run\n"
12061 " mkmountpoint /cd\n"
12062 " mkmountpoint /sqsh\n"
12063 " mkmountpoint /ext3fs\n"
12064 " mount /dev/sda /cd\n"
12065 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12066 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12067 "\n"
12068 msgstr ""
12069
12070 #. type: textblock
12071 #: ../src/guestfs-actions.pod:4285 ../fish/guestfish-actions.pod:2873
12072 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12073 msgstr ""
12074
12075 #. type: textblock
12076 #: ../src/guestfs-actions.pod:4287
12077 msgid ""
12078 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12079 "may get unexpected errors if you try to mix these calls.  It is safest to "
12080 "manually unmount filesystems and remove mountpoints after use."
12081 msgstr ""
12082
12083 #. type: textblock
12084 #: ../src/guestfs-actions.pod:4291
12085 msgid ""
12086 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12087 "first, so for this to work for manual mountpoints, you must ensure that the "
12088 "innermost mountpoints have the longest pathnames, as in the example code "
12089 "above."
12090 msgstr ""
12091
12092 #. type: textblock
12093 #: ../src/guestfs-actions.pod:4296 ../fish/guestfish-actions.pod:2884
12094 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12095 msgstr ""
12096
12097 #. type: textblock
12098 #: ../src/guestfs-actions.pod:4298
12099 msgid ""
12100 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12101 "means that C<guestfs_umount_all> is called when the handle is closed which "
12102 "can also trigger these issues."
12103 msgstr ""
12104
12105 #. type: textblock
12106 #: ../src/guestfs-actions.pod:4304 ../src/guestfs-actions.pod:4563 ../src/guestfs-actions.pod:5465
12107 msgid "(Added in 1.0.62)"
12108 msgstr ""
12109
12110 #. type: =head2
12111 #: ../src/guestfs-actions.pod:4306
12112 msgid "guestfs_mknod"
12113 msgstr ""
12114
12115 #. type: verbatim
12116 #: ../src/guestfs-actions.pod:4308
12117 #, no-wrap
12118 msgid ""
12119 " int\n"
12120 " guestfs_mknod (guestfs_h *g,\n"
12121 "                int mode,\n"
12122 "                int devmajor,\n"
12123 "                int devminor,\n"
12124 "                const char *path);\n"
12125 "\n"
12126 msgstr ""
12127
12128 #. type: textblock
12129 #: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2894
12130 msgid ""
12131 "This call creates block or character special devices, or named pipes "
12132 "(FIFOs)."
12133 msgstr ""
12134
12135 #. type: textblock
12136 #: ../src/guestfs-actions.pod:4318 ../fish/guestfish-actions.pod:2897
12137 msgid ""
12138 "The C<mode> parameter should be the mode, using the standard constants.  "
12139 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12140 "used when creating block and character special devices."
12141 msgstr ""
12142
12143 #. type: textblock
12144 #: ../src/guestfs-actions.pod:4323
12145 msgid ""
12146 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12147 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12148 "regular file).  These constants are available in the standard Linux header "
12149 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12150 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12151 "the appropriate constant for you."
12152 msgstr ""
12153
12154 #. type: =head2
12155 #: ../src/guestfs-actions.pod:4337
12156 msgid "guestfs_mknod_b"
12157 msgstr ""
12158
12159 #. type: verbatim
12160 #: ../src/guestfs-actions.pod:4339
12161 #, no-wrap
12162 msgid ""
12163 " int\n"
12164 " guestfs_mknod_b (guestfs_h *g,\n"
12165 "                  int mode,\n"
12166 "                  int devmajor,\n"
12167 "                  int devminor,\n"
12168 "                  const char *path);\n"
12169 "\n"
12170 msgstr ""
12171
12172 #. type: textblock
12173 #: ../src/guestfs-actions.pod:4346
12174 msgid ""
12175 "This call creates a block device node called C<path> with mode C<mode> and "
12176 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12177 "wrapper around C<guestfs_mknod>."
12178 msgstr ""
12179
12180 #. type: =head2
12181 #: ../src/guestfs-actions.pod:4356
12182 msgid "guestfs_mknod_c"
12183 msgstr ""
12184
12185 #. type: verbatim
12186 #: ../src/guestfs-actions.pod:4358
12187 #, no-wrap
12188 msgid ""
12189 " int\n"
12190 " guestfs_mknod_c (guestfs_h *g,\n"
12191 "                  int mode,\n"
12192 "                  int devmajor,\n"
12193 "                  int devminor,\n"
12194 "                  const char *path);\n"
12195 "\n"
12196 msgstr ""
12197
12198 #. type: textblock
12199 #: ../src/guestfs-actions.pod:4365
12200 msgid ""
12201 "This call creates a char device node called C<path> with mode C<mode> and "
12202 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12203 "wrapper around C<guestfs_mknod>."
12204 msgstr ""
12205
12206 #. type: =head2
12207 #: ../src/guestfs-actions.pod:4375
12208 msgid "guestfs_mkswap"
12209 msgstr ""
12210
12211 #. type: verbatim
12212 #: ../src/guestfs-actions.pod:4377
12213 #, no-wrap
12214 msgid ""
12215 " int\n"
12216 " guestfs_mkswap (guestfs_h *g,\n"
12217 "                 const char *device);\n"
12218 "\n"
12219 msgstr ""
12220
12221 #. type: textblock
12222 #: ../src/guestfs-actions.pod:4381 ../fish/guestfish-actions.pod:2936
12223 msgid "Create a swap partition on C<device>."
12224 msgstr ""
12225
12226 #. type: =head2
12227 #: ../src/guestfs-actions.pod:4387
12228 msgid "guestfs_mkswap_L"
12229 msgstr ""
12230
12231 #. type: verbatim
12232 #: ../src/guestfs-actions.pod:4389
12233 #, no-wrap
12234 msgid ""
12235 " int\n"
12236 " guestfs_mkswap_L (guestfs_h *g,\n"
12237 "                   const char *label,\n"
12238 "                   const char *device);\n"
12239 "\n"
12240 msgstr ""
12241
12242 #. type: textblock
12243 #: ../src/guestfs-actions.pod:4394 ../fish/guestfish-actions.pod:2942
12244 msgid "Create a swap partition on C<device> with label C<label>."
12245 msgstr ""
12246
12247 #. type: textblock
12248 #: ../src/guestfs-actions.pod:4396 ../fish/guestfish-actions.pod:2944
12249 msgid ""
12250 "Note that you cannot attach a swap label to a block device "
12251 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
12252 "the kernel or swap tools."
12253 msgstr ""
12254
12255 #. type: =head2
12256 #: ../src/guestfs-actions.pod:4404
12257 msgid "guestfs_mkswap_U"
12258 msgstr ""
12259
12260 #. type: verbatim
12261 #: ../src/guestfs-actions.pod:4406
12262 #, no-wrap
12263 msgid ""
12264 " int\n"
12265 " guestfs_mkswap_U (guestfs_h *g,\n"
12266 "                   const char *uuid,\n"
12267 "                   const char *device);\n"
12268 "\n"
12269 msgstr ""
12270
12271 #. type: textblock
12272 #: ../src/guestfs-actions.pod:4411 ../fish/guestfish-actions.pod:2952
12273 msgid "Create a swap partition on C<device> with UUID C<uuid>."
12274 msgstr ""
12275
12276 #. type: =head2
12277 #: ../src/guestfs-actions.pod:4417
12278 msgid "guestfs_mkswap_file"
12279 msgstr ""
12280
12281 #. type: verbatim
12282 #: ../src/guestfs-actions.pod:4419
12283 #, no-wrap
12284 msgid ""
12285 " int\n"
12286 " guestfs_mkswap_file (guestfs_h *g,\n"
12287 "                      const char *path);\n"
12288 "\n"
12289 msgstr ""
12290
12291 #. type: textblock
12292 #: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:2958
12293 msgid "Create a swap file."
12294 msgstr ""
12295
12296 #. type: textblock
12297 #: ../src/guestfs-actions.pod:4425
12298 msgid ""
12299 "This command just writes a swap file signature to an existing file.  To "
12300 "create the file itself, use something like C<guestfs_fallocate>."
12301 msgstr ""
12302
12303 #. type: =head2
12304 #: ../src/guestfs-actions.pod:4432
12305 msgid "guestfs_modprobe"
12306 msgstr ""
12307
12308 #. type: verbatim
12309 #: ../src/guestfs-actions.pod:4434
12310 #, no-wrap
12311 msgid ""
12312 " int\n"
12313 " guestfs_modprobe (guestfs_h *g,\n"
12314 "                   const char *modulename);\n"
12315 "\n"
12316 msgstr ""
12317
12318 #. type: textblock
12319 #: ../src/guestfs-actions.pod:4438 ../fish/guestfish-actions.pod:2967
12320 msgid "This loads a kernel module in the appliance."
12321 msgstr ""
12322
12323 #. type: textblock
12324 #: ../src/guestfs-actions.pod:4440 ../fish/guestfish-actions.pod:2969
12325 msgid ""
12326 "The kernel module must have been whitelisted when libguestfs was built (see "
12327 "C<appliance/kmod.whitelist.in> in the source)."
12328 msgstr ""
12329
12330 #. type: =head2
12331 #: ../src/guestfs-actions.pod:4447
12332 msgid "guestfs_mount"
12333 msgstr ""
12334
12335 #. type: verbatim
12336 #: ../src/guestfs-actions.pod:4449
12337 #, no-wrap
12338 msgid ""
12339 " int\n"
12340 " guestfs_mount (guestfs_h *g,\n"
12341 "                const char *device,\n"
12342 "                const char *mountpoint);\n"
12343 "\n"
12344 msgstr ""
12345
12346 #. type: textblock
12347 #: ../src/guestfs-actions.pod:4454 ../fish/guestfish-actions.pod:2976
12348 msgid ""
12349 "Mount a guest disk at a position in the filesystem.  Block devices are named "
12350 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
12351 "those block devices contain partitions, they will have the usual names "
12352 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
12353 msgstr ""
12354
12355 #. type: textblock
12356 #: ../src/guestfs-actions.pod:4460 ../fish/guestfish-actions.pod:2982
12357 msgid ""
12358 "The rules are the same as for L<mount(2)>: A filesystem must first be "
12359 "mounted on C</> before others can be mounted.  Other filesystems can only be "
12360 "mounted on directories which already exist."
12361 msgstr ""
12362
12363 #. type: textblock
12364 #: ../src/guestfs-actions.pod:4465 ../fish/guestfish-actions.pod:2987
12365 msgid ""
12366 "The mounted filesystem is writable, if we have sufficient permissions on the "
12367 "underlying device."
12368 msgstr ""
12369
12370 #. type: textblock
12371 #: ../src/guestfs-actions.pod:4468
12372 msgid ""
12373 "B<Important note:> When you use this call, the filesystem options C<sync> "
12374 "and C<noatime> are set implicitly.  This was originally done because we "
12375 "thought it would improve reliability, but it turns out that I<-o sync> has a "
12376 "very large negative performance impact and negligible effect on "
12377 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
12378 "in any code that needs performance, and instead use C<guestfs_mount_options> "
12379 "(use an empty string for the first parameter if you don't want any options)."
12380 msgstr ""
12381
12382 #. type: =head2
12383 #: ../src/guestfs-actions.pod:4482
12384 msgid "guestfs_mount_loop"
12385 msgstr ""
12386
12387 #. type: verbatim
12388 #: ../src/guestfs-actions.pod:4484
12389 #, no-wrap
12390 msgid ""
12391 " int\n"
12392 " guestfs_mount_loop (guestfs_h *g,\n"
12393 "                     const char *file,\n"
12394 "                     const char *mountpoint);\n"
12395 "\n"
12396 msgstr ""
12397
12398 #. type: textblock
12399 #: ../src/guestfs-actions.pod:4489 ../fish/guestfish-actions.pod:3004
12400 msgid ""
12401 "This command lets you mount C<file> (a filesystem image in a file) on a "
12402 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
12403 "mountpoint>."
12404 msgstr ""
12405
12406 #. type: =head2
12407 #: ../src/guestfs-actions.pod:4497
12408 msgid "guestfs_mount_options"
12409 msgstr ""
12410
12411 #. type: verbatim
12412 #: ../src/guestfs-actions.pod:4499
12413 #, no-wrap
12414 msgid ""
12415 " int\n"
12416 " guestfs_mount_options (guestfs_h *g,\n"
12417 "                        const char *options,\n"
12418 "                        const char *device,\n"
12419 "                        const char *mountpoint);\n"
12420 "\n"
12421 msgstr ""
12422
12423 #. type: textblock
12424 #: ../src/guestfs-actions.pod:4505
12425 msgid ""
12426 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12427 "the mount options as for the L<mount(8)> I<-o> flag."
12428 msgstr ""
12429
12430 #. type: textblock
12431 #: ../src/guestfs-actions.pod:4509 ../fish/guestfish-actions.pod:3016
12432 msgid ""
12433 "If the C<options> parameter is an empty string, then no options are passed "
12434 "(all options default to whatever the filesystem uses)."
12435 msgstr ""
12436
12437 #. type: textblock
12438 #: ../src/guestfs-actions.pod:4515 ../src/guestfs-actions.pod:4529 ../src/guestfs-actions.pod:4546
12439 msgid "(Added in 1.0.10)"
12440 msgstr ""
12441
12442 #. type: =head2
12443 #: ../src/guestfs-actions.pod:4517
12444 msgid "guestfs_mount_ro"
12445 msgstr ""
12446
12447 #. type: verbatim
12448 #: ../src/guestfs-actions.pod:4519
12449 #, no-wrap
12450 msgid ""
12451 " int\n"
12452 " guestfs_mount_ro (guestfs_h *g,\n"
12453 "                   const char *device,\n"
12454 "                   const char *mountpoint);\n"
12455 "\n"
12456 msgstr ""
12457
12458 #. type: textblock
12459 #: ../src/guestfs-actions.pod:4524
12460 msgid ""
12461 "This is the same as the C<guestfs_mount> command, but it mounts the "
12462 "filesystem with the read-only (I<-o ro>) flag."
12463 msgstr ""
12464
12465 #. type: =head2
12466 #: ../src/guestfs-actions.pod:4531
12467 msgid "guestfs_mount_vfs"
12468 msgstr ""
12469
12470 #. type: verbatim
12471 #: ../src/guestfs-actions.pod:4533
12472 #, no-wrap
12473 msgid ""
12474 " int\n"
12475 " guestfs_mount_vfs (guestfs_h *g,\n"
12476 "                    const char *options,\n"
12477 "                    const char *vfstype,\n"
12478 "                    const char *device,\n"
12479 "                    const char *mountpoint);\n"
12480 "\n"
12481 msgstr ""
12482
12483 #. type: textblock
12484 #: ../src/guestfs-actions.pod:4540
12485 msgid ""
12486 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12487 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
12488 "I<-t> flags."
12489 msgstr ""
12490
12491 #. type: =head2
12492 #: ../src/guestfs-actions.pod:4548
12493 msgid "guestfs_mountpoints"
12494 msgstr ""
12495
12496 #. type: verbatim
12497 #: ../src/guestfs-actions.pod:4550
12498 #, no-wrap
12499 msgid ""
12500 " char **\n"
12501 " guestfs_mountpoints (guestfs_h *g);\n"
12502 "\n"
12503 msgstr ""
12504
12505 #. type: textblock
12506 #: ../src/guestfs-actions.pod:4553
12507 msgid ""
12508 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
12509 "devices.  This one returns a hash table (map) of device name to directory "
12510 "where the device is mounted."
12511 msgstr ""
12512
12513 #. type: =head2
12514 #: ../src/guestfs-actions.pod:4565
12515 msgid "guestfs_mounts"
12516 msgstr ""
12517
12518 #. type: verbatim
12519 #: ../src/guestfs-actions.pod:4567
12520 #, no-wrap
12521 msgid ""
12522 " char **\n"
12523 " guestfs_mounts (guestfs_h *g);\n"
12524 "\n"
12525 msgstr ""
12526
12527 #. type: textblock
12528 #: ../src/guestfs-actions.pod:4570 ../fish/guestfish-actions.pod:3047
12529 msgid ""
12530 "This returns the list of currently mounted filesystems.  It returns the list "
12531 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
12532 msgstr ""
12533
12534 #. type: textblock
12535 #: ../src/guestfs-actions.pod:4573 ../fish/guestfish-actions.pod:3050
12536 msgid "Some internal mounts are not shown."
12537 msgstr ""
12538
12539 #. type: textblock
12540 #: ../src/guestfs-actions.pod:4575
12541 msgid "See also: C<guestfs_mountpoints>"
12542 msgstr ""
12543
12544 #. type: =head2
12545 #: ../src/guestfs-actions.pod:4583
12546 msgid "guestfs_mv"
12547 msgstr ""
12548
12549 #. type: verbatim
12550 #: ../src/guestfs-actions.pod:4585
12551 #, no-wrap
12552 msgid ""
12553 " int\n"
12554 " guestfs_mv (guestfs_h *g,\n"
12555 "             const char *src,\n"
12556 "             const char *dest);\n"
12557 "\n"
12558 msgstr ""
12559
12560 #. type: textblock
12561 #: ../src/guestfs-actions.pod:4590 ../fish/guestfish-actions.pod:3058
12562 msgid ""
12563 "This moves a file from C<src> to C<dest> where C<dest> is either a "
12564 "destination filename or destination directory."
12565 msgstr ""
12566
12567 #. type: =head2
12568 #: ../src/guestfs-actions.pod:4597
12569 msgid "guestfs_ntfs_3g_probe"
12570 msgstr ""
12571
12572 #. type: verbatim
12573 #: ../src/guestfs-actions.pod:4599
12574 #, no-wrap
12575 msgid ""
12576 " int\n"
12577 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
12578 "                        int rw,\n"
12579 "                        const char *device);\n"
12580 "\n"
12581 msgstr ""
12582
12583 #. type: textblock
12584 #: ../src/guestfs-actions.pod:4604 ../fish/guestfish-actions.pod:3065
12585 msgid ""
12586 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
12587 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
12588 "read-write, and some cannot be mounted at all)."
12589 msgstr ""
12590
12591 #. type: textblock
12592 #: ../src/guestfs-actions.pod:4608 ../fish/guestfish-actions.pod:3069
12593 msgid ""
12594 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
12595 "can be mounted read-write.  Set it to false if you want to test if the "
12596 "volume can be mounted read-only."
12597 msgstr ""
12598
12599 #. type: textblock
12600 #: ../src/guestfs-actions.pod:4612 ../fish/guestfish-actions.pod:3073
12601 msgid ""
12602 "The return value is an integer which C<0> if the operation would succeed, or "
12603 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
12604 msgstr ""
12605
12606 #. type: textblock
12607 #: ../src/guestfs-actions.pod:4618
12608 msgid "(Added in 1.0.43)"
12609 msgstr ""
12610
12611 #. type: =head2
12612 #: ../src/guestfs-actions.pod:4620
12613 msgid "guestfs_ntfsresize"
12614 msgstr ""
12615
12616 #. type: verbatim
12617 #: ../src/guestfs-actions.pod:4622
12618 #, no-wrap
12619 msgid ""
12620 " int\n"
12621 " guestfs_ntfsresize (guestfs_h *g,\n"
12622 "                     const char *device);\n"
12623 "\n"
12624 msgstr ""
12625
12626 #. type: textblock
12627 #: ../src/guestfs-actions.pod:4626 ../fish/guestfish-actions.pod:3081
12628 msgid ""
12629 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
12630 "size of the underlying device."
12631 msgstr ""
12632
12633 #. type: textblock
12634 #: ../src/guestfs-actions.pod:4629 ../fish/guestfish-actions.pod:3084
12635 msgid ""
12636 "I<Note:> After the resize operation, the filesystem is marked as requiring a "
12637 "consistency check (for safety).  You have to boot into Windows to perform "
12638 "this check and clear this condition.  Furthermore, ntfsresize refuses to "
12639 "resize filesystems which have been marked in this way.  So in effect it is "
12640 "not possible to call ntfsresize multiple times on a single filesystem "
12641 "without booting into Windows between each resize."
12642 msgstr ""
12643
12644 #. type: textblock
12645 #: ../src/guestfs-actions.pod:4637 ../fish/guestfish-actions.pod:3092
12646 msgid "See also L<ntfsresize(8)>."
12647 msgstr ""
12648
12649 #. type: =head2
12650 #: ../src/guestfs-actions.pod:4643
12651 msgid "guestfs_ntfsresize_size"
12652 msgstr ""
12653
12654 #. type: verbatim
12655 #: ../src/guestfs-actions.pod:4645
12656 #, no-wrap
12657 msgid ""
12658 " int\n"
12659 " guestfs_ntfsresize_size (guestfs_h *g,\n"
12660 "                          const char *device,\n"
12661 "                          int64_t size);\n"
12662 "\n"
12663 msgstr ""
12664
12665 #. type: textblock
12666 #: ../src/guestfs-actions.pod:4650
12667 msgid ""
12668 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
12669 "to specify the new size (in bytes) explicitly."
12670 msgstr ""
12671
12672 #. type: textblock
12673 #: ../src/guestfs-actions.pod:4655 ../src/guestfs-actions.pod:5091 ../src/guestfs-actions.pod:5164 ../src/guestfs-actions.pod:5413 ../src/guestfs-actions.pod:6952
12674 msgid "(Added in 1.3.14)"
12675 msgstr ""
12676
12677 #. type: =head2
12678 #: ../src/guestfs-actions.pod:4657
12679 msgid "guestfs_part_add"
12680 msgstr ""
12681
12682 #. type: verbatim
12683 #: ../src/guestfs-actions.pod:4659
12684 #, no-wrap
12685 msgid ""
12686 " int\n"
12687 " guestfs_part_add (guestfs_h *g,\n"
12688 "                   const char *device,\n"
12689 "                   const char *prlogex,\n"
12690 "                   int64_t startsect,\n"
12691 "                   int64_t endsect);\n"
12692 "\n"
12693 msgstr ""
12694
12695 #. type: textblock
12696 #: ../src/guestfs-actions.pod:4666
12697 msgid ""
12698 "This command adds a partition to C<device>.  If there is no partition table "
12699 "on the device, call C<guestfs_part_init> first."
12700 msgstr ""
12701
12702 #. type: textblock
12703 #: ../src/guestfs-actions.pod:4669 ../fish/guestfish-actions.pod:3108
12704 msgid ""
12705 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
12706 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
12707 "C<logical>) and C<e> (or C<extended>) partition types."
12708 msgstr ""
12709
12710 #. type: textblock
12711 #: ../src/guestfs-actions.pod:4674 ../fish/guestfish-actions.pod:3113
12712 msgid ""
12713 "C<startsect> and C<endsect> are the start and end of the partition in "
12714 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
12715 "from the end of the disk (C<-1> is the last sector)."
12716 msgstr ""
12717
12718 #. type: textblock
12719 #: ../src/guestfs-actions.pod:4678
12720 msgid ""
12721 "Creating a partition which covers the whole disk is not so easy.  Use "
12722 "C<guestfs_part_disk> to do that."
12723 msgstr ""
12724
12725 #. type: textblock
12726 #: ../src/guestfs-actions.pod:4683 ../src/guestfs-actions.pod:4721 ../src/guestfs-actions.pod:4774 ../src/guestfs-actions.pod:4852 ../src/guestfs-actions.pod:4890 ../src/guestfs-actions.pod:4909 ../src/guestfs-actions.pod:4949
12727 msgid "(Added in 1.0.78)"
12728 msgstr ""
12729
12730 #. type: =head2
12731 #: ../src/guestfs-actions.pod:4685
12732 msgid "guestfs_part_del"
12733 msgstr ""
12734
12735 #. type: verbatim
12736 #: ../src/guestfs-actions.pod:4687
12737 #, no-wrap
12738 msgid ""
12739 " int\n"
12740 " guestfs_part_del (guestfs_h *g,\n"
12741 "                   const char *device,\n"
12742 "                   int partnum);\n"
12743 "\n"
12744 msgstr ""
12745
12746 #. type: textblock
12747 #: ../src/guestfs-actions.pod:4692 ../fish/guestfish-actions.pod:3124
12748 msgid "This command deletes the partition numbered C<partnum> on C<device>."
12749 msgstr ""
12750
12751 #. type: textblock
12752 #: ../src/guestfs-actions.pod:4694 ../fish/guestfish-actions.pod:3126
12753 msgid ""
12754 "Note that in the case of MBR partitioning, deleting an extended partition "
12755 "also deletes any logical partitions it contains."
12756 msgstr ""
12757
12758 #. type: =head2
12759 #: ../src/guestfs-actions.pod:4702
12760 msgid "guestfs_part_disk"
12761 msgstr ""
12762
12763 #. type: verbatim
12764 #: ../src/guestfs-actions.pod:4704
12765 #, no-wrap
12766 msgid ""
12767 " int\n"
12768 " guestfs_part_disk (guestfs_h *g,\n"
12769 "                    const char *device,\n"
12770 "                    const char *parttype);\n"
12771 "\n"
12772 msgstr ""
12773
12774 #. type: textblock
12775 #: ../src/guestfs-actions.pod:4709
12776 msgid ""
12777 "This command is simply a combination of C<guestfs_part_init> followed by "
12778 "C<guestfs_part_add> to create a single primary partition covering the whole "
12779 "disk."
12780 msgstr ""
12781
12782 #. type: textblock
12783 #: ../src/guestfs-actions.pod:4713
12784 msgid ""
12785 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
12786 "possible values are described in C<guestfs_part_init>."
12787 msgstr ""
12788
12789 #. type: =head2
12790 #: ../src/guestfs-actions.pod:4723
12791 msgid "guestfs_part_get_bootable"
12792 msgstr ""
12793
12794 #. type: verbatim
12795 #: ../src/guestfs-actions.pod:4725
12796 #, no-wrap
12797 msgid ""
12798 " int\n"
12799 " guestfs_part_get_bootable (guestfs_h *g,\n"
12800 "                            const char *device,\n"
12801 "                            int partnum);\n"
12802 "\n"
12803 msgstr ""
12804
12805 #. type: textblock
12806 #: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3148
12807 msgid ""
12808 "This command returns true if the partition C<partnum> on C<device> has the "
12809 "bootable flag set."
12810 msgstr ""
12811
12812 #. type: textblock
12813 #: ../src/guestfs-actions.pod:4733
12814 msgid "See also C<guestfs_part_set_bootable>."
12815 msgstr ""
12816
12817 #. type: =head2
12818 #: ../src/guestfs-actions.pod:4739
12819 msgid "guestfs_part_get_mbr_id"
12820 msgstr ""
12821
12822 #. type: verbatim
12823 #: ../src/guestfs-actions.pod:4741
12824 #, no-wrap
12825 msgid ""
12826 " int\n"
12827 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
12828 "                          const char *device,\n"
12829 "                          int partnum);\n"
12830 "\n"
12831 msgstr ""
12832
12833 #. type: textblock
12834 #: ../src/guestfs-actions.pod:4746 ../fish/guestfish-actions.pod:3157
12835 msgid ""
12836 "Returns the MBR type byte (also known as the ID byte) from the numbered "
12837 "partition C<partnum>."
12838 msgstr ""
12839
12840 #. type: textblock
12841 #: ../src/guestfs-actions.pod:4749 ../src/guestfs-actions.pod:4925
12842 msgid ""
12843 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
12844 "undefined results for other partition table types (see "
12845 "C<guestfs_part_get_parttype>)."
12846 msgstr ""
12847
12848 #. type: =head2
12849 #: ../src/guestfs-actions.pod:4757
12850 msgid "guestfs_part_get_parttype"
12851 msgstr ""
12852
12853 #. type: verbatim
12854 #: ../src/guestfs-actions.pod:4759
12855 #, no-wrap
12856 msgid ""
12857 " char *\n"
12858 " guestfs_part_get_parttype (guestfs_h *g,\n"
12859 "                            const char *device);\n"
12860 "\n"
12861 msgstr ""
12862
12863 #. type: textblock
12864 #: ../src/guestfs-actions.pod:4763 ../fish/guestfish-actions.pod:3168
12865 msgid ""
12866 "This command examines the partition table on C<device> and returns the "
12867 "partition table type (format) being used."
12868 msgstr ""
12869
12870 #. type: textblock
12871 #: ../src/guestfs-actions.pod:4766
12872 msgid ""
12873 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
12874 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
12875 "possible, although unusual.  See C<guestfs_part_init> for a full list."
12876 msgstr ""
12877
12878 #. type: =head2
12879 #: ../src/guestfs-actions.pod:4776
12880 msgid "guestfs_part_init"
12881 msgstr ""
12882
12883 #. type: verbatim
12884 #: ../src/guestfs-actions.pod:4778
12885 #, no-wrap
12886 msgid ""
12887 " int\n"
12888 " guestfs_part_init (guestfs_h *g,\n"
12889 "                    const char *device,\n"
12890 "                    const char *parttype);\n"
12891 "\n"
12892 msgstr ""
12893
12894 #. type: textblock
12895 #: ../src/guestfs-actions.pod:4783 ../fish/guestfish-actions.pod:3180
12896 msgid ""
12897 "This creates an empty partition table on C<device> of one of the partition "
12898 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
12899 "(for large disks)."
12900 msgstr ""
12901
12902 #. type: textblock
12903 #: ../src/guestfs-actions.pod:4787
12904 msgid ""
12905 "Initially there are no partitions.  Following this, you should call "
12906 "C<guestfs_part_add> for each partition required."
12907 msgstr ""
12908
12909 #. type: textblock
12910 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3187
12911 msgid "Possible values for C<parttype> are:"
12912 msgstr ""
12913
12914 #. type: =item
12915 #: ../src/guestfs-actions.pod:4794 ../fish/guestfish-actions.pod:3191
12916 msgid "B<efi> | B<gpt>"
12917 msgstr ""
12918
12919 #. type: textblock
12920 #: ../src/guestfs-actions.pod:4796 ../fish/guestfish-actions.pod:3193
12921 msgid "Intel EFI / GPT partition table."
12922 msgstr ""
12923
12924 #. type: textblock
12925 #: ../src/guestfs-actions.pod:4798 ../fish/guestfish-actions.pod:3195
12926 msgid ""
12927 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
12928 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
12929 "the C<mbr> format."
12930 msgstr ""
12931
12932 #. type: =item
12933 #: ../src/guestfs-actions.pod:4802 ../fish/guestfish-actions.pod:3199
12934 msgid "B<mbr> | B<msdos>"
12935 msgstr ""
12936
12937 #. type: textblock
12938 #: ../src/guestfs-actions.pod:4804 ../fish/guestfish-actions.pod:3201
12939 msgid ""
12940 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
12941 "Windows.  This partition type will B<only> work for device sizes up to 2 "
12942 "TB.  For large disks we recommend using C<gpt>."
12943 msgstr ""
12944
12945 #. type: textblock
12946 #: ../src/guestfs-actions.pod:4811 ../fish/guestfish-actions.pod:3208
12947 msgid "Other partition table types that may work but are not supported include:"
12948 msgstr ""
12949
12950 #. type: =item
12951 #: ../src/guestfs-actions.pod:4816 ../fish/guestfish-actions.pod:3213
12952 msgid "B<aix>"
12953 msgstr ""
12954
12955 #. type: textblock
12956 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3215
12957 msgid "AIX disk labels."
12958 msgstr ""
12959
12960 #. type: =item
12961 #: ../src/guestfs-actions.pod:4820 ../fish/guestfish-actions.pod:3217
12962 msgid "B<amiga> | B<rdb>"
12963 msgstr ""
12964
12965 #. type: textblock
12966 #: ../src/guestfs-actions.pod:4822 ../fish/guestfish-actions.pod:3219
12967 msgid "Amiga \"Rigid Disk Block\" format."
12968 msgstr ""
12969
12970 #. type: =item
12971 #: ../src/guestfs-actions.pod:4824 ../fish/guestfish-actions.pod:3221
12972 msgid "B<bsd>"
12973 msgstr ""
12974
12975 #. type: textblock
12976 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3223
12977 msgid "BSD disk labels."
12978 msgstr ""
12979
12980 #. type: =item
12981 #: ../src/guestfs-actions.pod:4828 ../fish/guestfish-actions.pod:3225
12982 msgid "B<dasd>"
12983 msgstr ""
12984
12985 #. type: textblock
12986 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3227
12987 msgid "DASD, used on IBM mainframes."
12988 msgstr ""
12989
12990 #. type: =item
12991 #: ../src/guestfs-actions.pod:4832 ../fish/guestfish-actions.pod:3229
12992 msgid "B<dvh>"
12993 msgstr ""
12994
12995 #. type: textblock
12996 #: ../src/guestfs-actions.pod:4834 ../fish/guestfish-actions.pod:3231
12997 msgid "MIPS/SGI volumes."
12998 msgstr ""
12999
13000 #. type: =item
13001 #: ../src/guestfs-actions.pod:4836 ../fish/guestfish-actions.pod:3233
13002 msgid "B<mac>"
13003 msgstr ""
13004
13005 #. type: textblock
13006 #: ../src/guestfs-actions.pod:4838 ../fish/guestfish-actions.pod:3235
13007 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
13008 msgstr ""
13009
13010 #. type: =item
13011 #: ../src/guestfs-actions.pod:4840 ../fish/guestfish-actions.pod:3237
13012 msgid "B<pc98>"
13013 msgstr ""
13014
13015 #. type: textblock
13016 #: ../src/guestfs-actions.pod:4842 ../fish/guestfish-actions.pod:3239
13017 msgid "NEC PC-98 format, common in Japan apparently."
13018 msgstr ""
13019
13020 #. type: =item
13021 #: ../src/guestfs-actions.pod:4844 ../fish/guestfish-actions.pod:3241
13022 msgid "B<sun>"
13023 msgstr ""
13024
13025 #. type: textblock
13026 #: ../src/guestfs-actions.pod:4846 ../fish/guestfish-actions.pod:3243
13027 msgid "Sun disk labels."
13028 msgstr ""
13029
13030 #. type: =head2
13031 #: ../src/guestfs-actions.pod:4854
13032 msgid "guestfs_part_list"
13033 msgstr ""
13034
13035 #. type: verbatim
13036 #: ../src/guestfs-actions.pod:4856
13037 #, no-wrap
13038 msgid ""
13039 " struct guestfs_partition_list *\n"
13040 " guestfs_part_list (guestfs_h *g,\n"
13041 "                    const char *device);\n"
13042 "\n"
13043 msgstr ""
13044
13045 #. type: textblock
13046 #: ../src/guestfs-actions.pod:4860 ../fish/guestfish-actions.pod:3251
13047 msgid ""
13048 "This command parses the partition table on C<device> and returns the list of "
13049 "partitions found."
13050 msgstr ""
13051
13052 #. type: textblock
13053 #: ../src/guestfs-actions.pod:4863 ../fish/guestfish-actions.pod:3254
13054 msgid "The fields in the returned structure are:"
13055 msgstr ""
13056
13057 #. type: =item
13058 #: ../src/guestfs-actions.pod:4867 ../fish/guestfish-actions.pod:3258
13059 msgid "B<part_num>"
13060 msgstr ""
13061
13062 #. type: textblock
13063 #: ../src/guestfs-actions.pod:4869 ../fish/guestfish-actions.pod:3260
13064 msgid "Partition number, counting from 1."
13065 msgstr ""
13066
13067 #. type: =item
13068 #: ../src/guestfs-actions.pod:4871 ../fish/guestfish-actions.pod:3262
13069 msgid "B<part_start>"
13070 msgstr ""
13071
13072 #. type: textblock
13073 #: ../src/guestfs-actions.pod:4873
13074 msgid ""
13075 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13076 "the device's sector size, see C<guestfs_blockdev_getss>."
13077 msgstr ""
13078
13079 #. type: =item
13080 #: ../src/guestfs-actions.pod:4876 ../fish/guestfish-actions.pod:3267
13081 msgid "B<part_end>"
13082 msgstr ""
13083
13084 #. type: textblock
13085 #: ../src/guestfs-actions.pod:4878 ../fish/guestfish-actions.pod:3269
13086 msgid "End of the partition in bytes."
13087 msgstr ""
13088
13089 #. type: =item
13090 #: ../src/guestfs-actions.pod:4880 ../fish/guestfish-actions.pod:3271
13091 msgid "B<part_size>"
13092 msgstr ""
13093
13094 #. type: textblock
13095 #: ../src/guestfs-actions.pod:4882 ../fish/guestfish-actions.pod:3273
13096 msgid "Size of the partition in bytes."
13097 msgstr ""
13098
13099 #. type: textblock
13100 #: ../src/guestfs-actions.pod:4886
13101 msgid ""
13102 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13103 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13104 "use>."
13105 msgstr ""
13106
13107 #. type: =head2
13108 #: ../src/guestfs-actions.pod:4892
13109 msgid "guestfs_part_set_bootable"
13110 msgstr ""
13111
13112 #. type: verbatim
13113 #: ../src/guestfs-actions.pod:4894
13114 #, no-wrap
13115 msgid ""
13116 " int\n"
13117 " guestfs_part_set_bootable (guestfs_h *g,\n"
13118 "                            const char *device,\n"
13119 "                            int partnum,\n"
13120 "                            int bootable);\n"
13121 "\n"
13122 msgstr ""
13123
13124 #. type: textblock
13125 #: ../src/guestfs-actions.pod:4900 ../fish/guestfish-actions.pod:3281
13126 msgid ""
13127 "This sets the bootable flag on partition numbered C<partnum> on device "
13128 "C<device>.  Note that partitions are numbered from 1."
13129 msgstr ""
13130
13131 #. type: textblock
13132 #: ../src/guestfs-actions.pod:4903 ../fish/guestfish-actions.pod:3284
13133 msgid ""
13134 "The bootable flag is used by some operating systems (notably Windows) to "
13135 "determine which partition to boot from.  It is by no means universally "
13136 "recognized."
13137 msgstr ""
13138
13139 #. type: =head2
13140 #: ../src/guestfs-actions.pod:4911
13141 msgid "guestfs_part_set_mbr_id"
13142 msgstr ""
13143
13144 #. type: verbatim
13145 #: ../src/guestfs-actions.pod:4913
13146 #, no-wrap
13147 msgid ""
13148 " int\n"
13149 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13150 "                          const char *device,\n"
13151 "                          int partnum,\n"
13152 "                          int idbyte);\n"
13153 "\n"
13154 msgstr ""
13155
13156 #. type: textblock
13157 #: ../src/guestfs-actions.pod:4919 ../fish/guestfish-actions.pod:3292
13158 msgid ""
13159 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13160 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13161 "documentation are in fact hexadecimal numbers, but usually documented "
13162 "without any leading \"0x\" which might be confusing."
13163 msgstr ""
13164
13165 #. type: =head2
13166 #: ../src/guestfs-actions.pod:4933
13167 msgid "guestfs_part_set_name"
13168 msgstr ""
13169
13170 #. type: verbatim
13171 #: ../src/guestfs-actions.pod:4935
13172 #, no-wrap
13173 msgid ""
13174 " int\n"
13175 " guestfs_part_set_name (guestfs_h *g,\n"
13176 "                        const char *device,\n"
13177 "                        int partnum,\n"
13178 "                        const char *name);\n"
13179 "\n"
13180 msgstr ""
13181
13182 #. type: textblock
13183 #: ../src/guestfs-actions.pod:4941 ../fish/guestfish-actions.pod:3306
13184 msgid ""
13185 "This sets the partition name on partition numbered C<partnum> on device "
13186 "C<device>.  Note that partitions are numbered from 1."
13187 msgstr ""
13188
13189 #. type: textblock
13190 #: ../src/guestfs-actions.pod:4944 ../fish/guestfish-actions.pod:3309
13191 msgid ""
13192 "The partition name can only be set on certain types of partition table.  "
13193 "This works on C<gpt> but not on C<mbr> partitions."
13194 msgstr ""
13195
13196 #. type: =head2
13197 #: ../src/guestfs-actions.pod:4951
13198 msgid "guestfs_part_to_dev"
13199 msgstr ""
13200
13201 #. type: verbatim
13202 #: ../src/guestfs-actions.pod:4953
13203 #, no-wrap
13204 msgid ""
13205 " char *\n"
13206 " guestfs_part_to_dev (guestfs_h *g,\n"
13207 "                      const char *partition);\n"
13208 "\n"
13209 msgstr ""
13210
13211 #. type: textblock
13212 #: ../src/guestfs-actions.pod:4957 ../fish/guestfish-actions.pod:3316
13213 msgid ""
13214 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
13215 "partition number, returning the device name (eg. \"/dev/sdb\")."
13216 msgstr ""
13217
13218 #. type: textblock
13219 #: ../src/guestfs-actions.pod:4961
13220 msgid ""
13221 "The named partition must exist, for example as a string returned from "
13222 "C<guestfs_list_partitions>."
13223 msgstr ""
13224
13225 #. type: =head2
13226 #: ../src/guestfs-actions.pod:4969
13227 msgid "guestfs_ping_daemon"
13228 msgstr ""
13229
13230 #. type: verbatim
13231 #: ../src/guestfs-actions.pod:4971
13232 #, no-wrap
13233 msgid ""
13234 " int\n"
13235 " guestfs_ping_daemon (guestfs_h *g);\n"
13236 "\n"
13237 msgstr ""
13238
13239 #. type: textblock
13240 #: ../src/guestfs-actions.pod:4974 ../fish/guestfish-actions.pod:3327
13241 msgid ""
13242 "This is a test probe into the guestfs daemon running inside the qemu "
13243 "subprocess.  Calling this function checks that the daemon responds to the "
13244 "ping message, without affecting the daemon or attached block device(s) in "
13245 "any other way."
13246 msgstr ""
13247
13248 #. type: =head2
13249 #: ../src/guestfs-actions.pod:4983
13250 msgid "guestfs_pread"
13251 msgstr ""
13252
13253 #. type: verbatim
13254 #: ../src/guestfs-actions.pod:4985
13255 #, no-wrap
13256 msgid ""
13257 " char *\n"
13258 " guestfs_pread (guestfs_h *g,\n"
13259 "                const char *path,\n"
13260 "                int count,\n"
13261 "                int64_t offset,\n"
13262 "                size_t *size_r);\n"
13263 "\n"
13264 msgstr ""
13265
13266 #. type: textblock
13267 #: ../src/guestfs-actions.pod:4992 ../fish/guestfish-actions.pod:3336
13268 msgid ""
13269 "This command lets you read part of a file.  It reads C<count> bytes of the "
13270 "file, starting at C<offset>, from file C<path>."
13271 msgstr ""
13272
13273 #. type: textblock
13274 #: ../src/guestfs-actions.pod:4995 ../src/guestfs-actions.pod:5021 ../fish/guestfish-actions.pod:3339 ../fish/guestfish-actions.pod:3354
13275 msgid ""
13276 "This may read fewer bytes than requested.  For further details see the "
13277 "L<pread(2)> system call."
13278 msgstr ""
13279
13280 #. type: textblock
13281 #: ../src/guestfs-actions.pod:4998
13282 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
13283 msgstr ""
13284
13285 #. type: =head2
13286 #: ../src/guestfs-actions.pod:5009
13287 msgid "guestfs_pread_device"
13288 msgstr ""
13289
13290 #. type: verbatim
13291 #: ../src/guestfs-actions.pod:5011
13292 #, no-wrap
13293 msgid ""
13294 " char *\n"
13295 " guestfs_pread_device (guestfs_h *g,\n"
13296 "                       const char *device,\n"
13297 "                       int count,\n"
13298 "                       int64_t offset,\n"
13299 "                       size_t *size_r);\n"
13300 "\n"
13301 msgstr ""
13302
13303 #. type: textblock
13304 #: ../src/guestfs-actions.pod:5018 ../fish/guestfish-actions.pod:3351
13305 msgid ""
13306 "This command lets you read part of a file.  It reads C<count> bytes of "
13307 "C<device>, starting at C<offset>."
13308 msgstr ""
13309
13310 #. type: textblock
13311 #: ../src/guestfs-actions.pod:5024
13312 msgid "See also C<guestfs_pread>."
13313 msgstr ""
13314
13315 #. type: textblock
13316 #: ../src/guestfs-actions.pod:5033
13317 msgid "(Added in 1.5.21)"
13318 msgstr ""
13319
13320 #. type: =head2
13321 #: ../src/guestfs-actions.pod:5035
13322 msgid "guestfs_pvcreate"
13323 msgstr ""
13324
13325 #. type: verbatim
13326 #: ../src/guestfs-actions.pod:5037
13327 #, no-wrap
13328 msgid ""
13329 " int\n"
13330 " guestfs_pvcreate (guestfs_h *g,\n"
13331 "                   const char *device);\n"
13332 "\n"
13333 msgstr ""
13334
13335 #. type: textblock
13336 #: ../src/guestfs-actions.pod:5041 ../fish/guestfish-actions.pod:3366
13337 msgid ""
13338 "This creates an LVM physical volume on the named C<device>, where C<device> "
13339 "should usually be a partition name such as C</dev/sda1>."
13340 msgstr ""
13341
13342 #. type: =head2
13343 #: ../src/guestfs-actions.pod:5049
13344 msgid "guestfs_pvremove"
13345 msgstr ""
13346
13347 #. type: verbatim
13348 #: ../src/guestfs-actions.pod:5051
13349 #, no-wrap
13350 msgid ""
13351 " int\n"
13352 " guestfs_pvremove (guestfs_h *g,\n"
13353 "                   const char *device);\n"
13354 "\n"
13355 msgstr ""
13356
13357 #. type: textblock
13358 #: ../src/guestfs-actions.pod:5055 ../fish/guestfish-actions.pod:3374
13359 msgid ""
13360 "This wipes a physical volume C<device> so that LVM will no longer recognise "
13361 "it."
13362 msgstr ""
13363
13364 #. type: textblock
13365 #: ../src/guestfs-actions.pod:5058 ../fish/guestfish-actions.pod:3377
13366 msgid ""
13367 "The implementation uses the C<pvremove> command which refuses to wipe "
13368 "physical volumes that contain any volume groups, so you have to remove those "
13369 "first."
13370 msgstr ""
13371
13372 #. type: =head2
13373 #: ../src/guestfs-actions.pod:5066
13374 msgid "guestfs_pvresize"
13375 msgstr ""
13376
13377 #. type: verbatim
13378 #: ../src/guestfs-actions.pod:5068
13379 #, no-wrap
13380 msgid ""
13381 " int\n"
13382 " guestfs_pvresize (guestfs_h *g,\n"
13383 "                   const char *device);\n"
13384 "\n"
13385 msgstr ""
13386
13387 #. type: textblock
13388 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3385
13389 msgid ""
13390 "This resizes (expands or shrinks) an existing LVM physical volume to match "
13391 "the new size of the underlying device."
13392 msgstr ""
13393
13394 #. type: =head2
13395 #: ../src/guestfs-actions.pod:5079
13396 msgid "guestfs_pvresize_size"
13397 msgstr ""
13398
13399 #. type: verbatim
13400 #: ../src/guestfs-actions.pod:5081
13401 #, no-wrap
13402 msgid ""
13403 " int\n"
13404 " guestfs_pvresize_size (guestfs_h *g,\n"
13405 "                        const char *device,\n"
13406 "                        int64_t size);\n"
13407 "\n"
13408 msgstr ""
13409
13410 #. type: textblock
13411 #: ../src/guestfs-actions.pod:5086
13412 msgid ""
13413 "This command is the same as C<guestfs_pvresize> except that it allows you to "
13414 "specify the new size (in bytes) explicitly."
13415 msgstr ""
13416
13417 #. type: =head2
13418 #: ../src/guestfs-actions.pod:5093
13419 msgid "guestfs_pvs"
13420 msgstr ""
13421
13422 #. type: verbatim
13423 #: ../src/guestfs-actions.pod:5095
13424 #, no-wrap
13425 msgid ""
13426 " char **\n"
13427 " guestfs_pvs (guestfs_h *g);\n"
13428 "\n"
13429 msgstr ""
13430
13431 #. type: textblock
13432 #: ../src/guestfs-actions.pod:5098 ../fish/guestfish-actions.pod:3399
13433 msgid ""
13434 "List all the physical volumes detected.  This is the equivalent of the "
13435 "L<pvs(8)> command."
13436 msgstr ""
13437
13438 #. type: textblock
13439 #: ../src/guestfs-actions.pod:5101 ../fish/guestfish-actions.pod:3402
13440 msgid ""
13441 "This returns a list of just the device names that contain PVs "
13442 "(eg. C</dev/sda2>)."
13443 msgstr ""
13444
13445 #. type: textblock
13446 #: ../src/guestfs-actions.pod:5104
13447 msgid "See also C<guestfs_pvs_full>."
13448 msgstr ""
13449
13450 #. type: =head2
13451 #: ../src/guestfs-actions.pod:5112
13452 msgid "guestfs_pvs_full"
13453 msgstr ""
13454
13455 #. type: verbatim
13456 #: ../src/guestfs-actions.pod:5114
13457 #, no-wrap
13458 msgid ""
13459 " struct guestfs_lvm_pv_list *\n"
13460 " guestfs_pvs_full (guestfs_h *g);\n"
13461 "\n"
13462 msgstr ""
13463
13464 #. type: textblock
13465 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3411
13466 msgid ""
13467 "List all the physical volumes detected.  This is the equivalent of the "
13468 "L<pvs(8)> command.  The \"full\" version includes all fields."
13469 msgstr ""
13470
13471 #. type: textblock
13472 #: ../src/guestfs-actions.pod:5120
13473 msgid ""
13474 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
13475 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
13476 "use>."
13477 msgstr ""
13478
13479 #. type: =head2
13480 #: ../src/guestfs-actions.pod:5126
13481 msgid "guestfs_pvuuid"
13482 msgstr ""
13483
13484 #. type: verbatim
13485 #: ../src/guestfs-actions.pod:5128
13486 #, no-wrap
13487 msgid ""
13488 " char *\n"
13489 " guestfs_pvuuid (guestfs_h *g,\n"
13490 "                 const char *device);\n"
13491 "\n"
13492 msgstr ""
13493
13494 #. type: textblock
13495 #: ../src/guestfs-actions.pod:5132 ../fish/guestfish-actions.pod:3418
13496 msgid "This command returns the UUID of the LVM PV C<device>."
13497 msgstr ""
13498
13499 #. type: =head2
13500 #: ../src/guestfs-actions.pod:5139
13501 msgid "guestfs_pwrite"
13502 msgstr ""
13503
13504 #. type: verbatim
13505 #: ../src/guestfs-actions.pod:5141
13506 #, no-wrap
13507 msgid ""
13508 " int\n"
13509 " guestfs_pwrite (guestfs_h *g,\n"
13510 "                 const char *path,\n"
13511 "                 const char *content,\n"
13512 "                 size_t content_size,\n"
13513 "                 int64_t offset);\n"
13514 "\n"
13515 msgstr ""
13516
13517 #. type: textblock
13518 #: ../src/guestfs-actions.pod:5148 ../fish/guestfish-actions.pod:3424
13519 msgid ""
13520 "This command writes to part of a file.  It writes the data buffer C<content> "
13521 "to the file C<path> starting at offset C<offset>."
13522 msgstr ""
13523
13524 #. type: textblock
13525 #: ../src/guestfs-actions.pod:5151 ../fish/guestfish-actions.pod:3427
13526 msgid ""
13527 "This command implements the L<pwrite(2)> system call, and like that system "
13528 "call it may not write the full data requested.  The return value is the "
13529 "number of bytes that were actually written to the file.  This could even be "
13530 "0, although short writes are unlikely for regular files in ordinary "
13531 "circumstances."
13532 msgstr ""
13533
13534 #. type: textblock
13535 #: ../src/guestfs-actions.pod:5157
13536 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
13537 msgstr ""
13538
13539 #. type: =head2
13540 #: ../src/guestfs-actions.pod:5166
13541 msgid "guestfs_pwrite_device"
13542 msgstr ""
13543
13544 #. type: verbatim
13545 #: ../src/guestfs-actions.pod:5168
13546 #, no-wrap
13547 msgid ""
13548 " int\n"
13549 " guestfs_pwrite_device (guestfs_h *g,\n"
13550 "                        const char *device,\n"
13551 "                        const char *content,\n"
13552 "                        size_t content_size,\n"
13553 "                        int64_t offset);\n"
13554 "\n"
13555 msgstr ""
13556
13557 #. type: textblock
13558 #: ../src/guestfs-actions.pod:5175 ../fish/guestfish-actions.pod:3442
13559 msgid ""
13560 "This command writes to part of a device.  It writes the data buffer "
13561 "C<content> to C<device> starting at offset C<offset>."
13562 msgstr ""
13563
13564 #. type: textblock
13565 #: ../src/guestfs-actions.pod:5178 ../fish/guestfish-actions.pod:3445
13566 msgid ""
13567 "This command implements the L<pwrite(2)> system call, and like that system "
13568 "call it may not write the full data requested (although short writes to disk "
13569 "devices and partitions are probably impossible with standard Linux kernels)."
13570 msgstr ""
13571
13572 #. type: textblock
13573 #: ../src/guestfs-actions.pod:5183
13574 msgid "See also C<guestfs_pwrite>."
13575 msgstr ""
13576
13577 #. type: textblock
13578 #: ../src/guestfs-actions.pod:5190
13579 msgid "(Added in 1.5.20)"
13580 msgstr ""
13581
13582 #. type: =head2
13583 #: ../src/guestfs-actions.pod:5192
13584 msgid "guestfs_read_file"
13585 msgstr ""
13586
13587 #. type: verbatim
13588 #: ../src/guestfs-actions.pod:5194
13589 #, no-wrap
13590 msgid ""
13591 " char *\n"
13592 " guestfs_read_file (guestfs_h *g,\n"
13593 "                    const char *path,\n"
13594 "                    size_t *size_r);\n"
13595 "\n"
13596 msgstr ""
13597
13598 #. type: textblock
13599 #: ../src/guestfs-actions.pod:5199 ../fish/guestfish-actions.pod:3459
13600 msgid "This calls returns the contents of the file C<path> as a buffer."
13601 msgstr ""
13602
13603 #. type: textblock
13604 #: ../src/guestfs-actions.pod:5202
13605 msgid ""
13606 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
13607 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
13608 "function is limited in the total size of file that can be handled."
13609 msgstr ""
13610
13611 #. type: textblock
13612 #: ../src/guestfs-actions.pod:5214
13613 msgid "(Added in 1.0.63)"
13614 msgstr ""
13615
13616 #. type: =head2
13617 #: ../src/guestfs-actions.pod:5216
13618 msgid "guestfs_read_lines"
13619 msgstr ""
13620
13621 #. type: verbatim
13622 #: ../src/guestfs-actions.pod:5218
13623 #, no-wrap
13624 msgid ""
13625 " char **\n"
13626 " guestfs_read_lines (guestfs_h *g,\n"
13627 "                     const char *path);\n"
13628 "\n"
13629 msgstr ""
13630
13631 #. type: textblock
13632 #: ../src/guestfs-actions.pod:5224 ../fish/guestfish-actions.pod:3476
13633 msgid ""
13634 "The file contents are returned as a list of lines.  Trailing C<LF> and "
13635 "C<CRLF> character sequences are I<not> returned."
13636 msgstr ""
13637
13638 #. type: textblock
13639 #: ../src/guestfs-actions.pod:5227
13640 msgid ""
13641 "Note that this function cannot correctly handle binary files (specifically, "
13642 "files containing C<\\0> character which is treated as end of line).  For "
13643 "those you need to use the C<guestfs_read_file> function which has a more "
13644 "complex interface."
13645 msgstr ""
13646
13647 #. type: =head2
13648 #: ../src/guestfs-actions.pod:5238
13649 msgid "guestfs_readdir"
13650 msgstr ""
13651
13652 #. type: verbatim
13653 #: ../src/guestfs-actions.pod:5240
13654 #, no-wrap
13655 msgid ""
13656 " struct guestfs_dirent_list *\n"
13657 " guestfs_readdir (guestfs_h *g,\n"
13658 "                  const char *dir);\n"
13659 "\n"
13660 msgstr ""
13661
13662 #. type: textblock
13663 #: ../src/guestfs-actions.pod:5244 ../fish/guestfish-actions.pod:3488
13664 msgid "This returns the list of directory entries in directory C<dir>."
13665 msgstr ""
13666
13667 #. type: textblock
13668 #: ../src/guestfs-actions.pod:5246 ../fish/guestfish-actions.pod:3490
13669 msgid ""
13670 "All entries in the directory are returned, including C<.> and C<..>.  The "
13671 "entries are I<not> sorted, but returned in the same order as the underlying "
13672 "filesystem."
13673 msgstr ""
13674
13675 #. type: textblock
13676 #: ../src/guestfs-actions.pod:5250 ../fish/guestfish-actions.pod:3494
13677 msgid ""
13678 "Also this call returns basic file type information about each file.  The "
13679 "C<ftyp> field will contain one of the following characters:"
13680 msgstr ""
13681
13682 #. type: =item
13683 #: ../src/guestfs-actions.pod:5255 ../fish/guestfish-actions.pod:3499
13684 msgid "'b'"
13685 msgstr ""
13686
13687 #. type: textblock
13688 #: ../src/guestfs-actions.pod:5257 ../fish/guestfish-actions.pod:3501
13689 msgid "Block special"
13690 msgstr ""
13691
13692 #. type: =item
13693 #: ../src/guestfs-actions.pod:5259 ../fish/guestfish-actions.pod:3503
13694 msgid "'c'"
13695 msgstr ""
13696
13697 #. type: textblock
13698 #: ../src/guestfs-actions.pod:5261 ../fish/guestfish-actions.pod:3505
13699 msgid "Char special"
13700 msgstr ""
13701
13702 #. type: =item
13703 #: ../src/guestfs-actions.pod:5263 ../fish/guestfish-actions.pod:3507
13704 msgid "'d'"
13705 msgstr ""
13706
13707 #. type: textblock
13708 #: ../src/guestfs-actions.pod:5265 ../fish/guestfish-actions.pod:3509
13709 msgid "Directory"
13710 msgstr ""
13711
13712 #. type: =item
13713 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3511
13714 msgid "'f'"
13715 msgstr ""
13716
13717 #. type: textblock
13718 #: ../src/guestfs-actions.pod:5269 ../fish/guestfish-actions.pod:3513
13719 msgid "FIFO (named pipe)"
13720 msgstr ""
13721
13722 #. type: =item
13723 #: ../src/guestfs-actions.pod:5271 ../fish/guestfish-actions.pod:3515
13724 msgid "'l'"
13725 msgstr ""
13726
13727 #. type: textblock
13728 #: ../src/guestfs-actions.pod:5273 ../fish/guestfish-actions.pod:3517
13729 msgid "Symbolic link"
13730 msgstr ""
13731
13732 #. type: =item
13733 #: ../src/guestfs-actions.pod:5275 ../fish/guestfish-actions.pod:3519
13734 msgid "'r'"
13735 msgstr ""
13736
13737 #. type: textblock
13738 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3521
13739 msgid "Regular file"
13740 msgstr ""
13741
13742 #. type: =item
13743 #: ../src/guestfs-actions.pod:5279 ../fish/guestfish-actions.pod:3523
13744 msgid "'s'"
13745 msgstr ""
13746
13747 #. type: textblock
13748 #: ../src/guestfs-actions.pod:5281 ../fish/guestfish-actions.pod:3525
13749 msgid "Socket"
13750 msgstr ""
13751
13752 #. type: =item
13753 #: ../src/guestfs-actions.pod:5283 ../fish/guestfish-actions.pod:3527
13754 msgid "'u'"
13755 msgstr ""
13756
13757 #. type: textblock
13758 #: ../src/guestfs-actions.pod:5285 ../fish/guestfish-actions.pod:3529
13759 msgid "Unknown file type"
13760 msgstr ""
13761
13762 #. type: =item
13763 #: ../src/guestfs-actions.pod:5287 ../fish/guestfish-actions.pod:3531
13764 msgid "'?'"
13765 msgstr ""
13766
13767 #. type: textblock
13768 #: ../src/guestfs-actions.pod:5289 ../fish/guestfish-actions.pod:3533
13769 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
13770 msgstr ""
13771
13772 #. type: textblock
13773 #: ../src/guestfs-actions.pod:5294
13774 msgid ""
13775 "This function is primarily intended for use by programs.  To get a simple "
13776 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
13777 "consumption, use C<guestfs_ll>."
13778 msgstr ""
13779
13780 #. type: textblock
13781 #: ../src/guestfs-actions.pod:5298
13782 msgid ""
13783 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
13784 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
13785 "use>."
13786 msgstr ""
13787
13788 #. type: =head2
13789 #: ../src/guestfs-actions.pod:5304
13790 msgid "guestfs_readlink"
13791 msgstr ""
13792
13793 #. type: verbatim
13794 #: ../src/guestfs-actions.pod:5306
13795 #, no-wrap
13796 msgid ""
13797 " char *\n"
13798 " guestfs_readlink (guestfs_h *g,\n"
13799 "                   const char *path);\n"
13800 "\n"
13801 msgstr ""
13802
13803 #. type: textblock
13804 #: ../src/guestfs-actions.pod:5310 ../fish/guestfish-actions.pod:3546
13805 msgid "This command reads the target of a symbolic link."
13806 msgstr ""
13807
13808 #. type: =head2
13809 #: ../src/guestfs-actions.pod:5317
13810 msgid "guestfs_readlinklist"
13811 msgstr ""
13812
13813 #. type: verbatim
13814 #: ../src/guestfs-actions.pod:5319
13815 #, no-wrap
13816 msgid ""
13817 " char **\n"
13818 " guestfs_readlinklist (guestfs_h *g,\n"
13819 "                       const char *path,\n"
13820 "                       char *const *names);\n"
13821 "\n"
13822 msgstr ""
13823
13824 #. type: textblock
13825 #: ../src/guestfs-actions.pod:5324 ../fish/guestfish-actions.pod:3552
13826 msgid ""
13827 "This call allows you to do a C<readlink> operation on multiple files, where "
13828 "all files are in the directory C<path>.  C<names> is the list of files from "
13829 "this directory."
13830 msgstr ""
13831
13832 #. type: textblock
13833 #: ../src/guestfs-actions.pod:5328 ../fish/guestfish-actions.pod:3556
13834 msgid ""
13835 "On return you get a list of strings, with a one-to-one correspondence to the "
13836 "C<names> list.  Each string is the value of the symbolic link."
13837 msgstr ""
13838
13839 #. type: textblock
13840 #: ../src/guestfs-actions.pod:5332 ../fish/guestfish-actions.pod:3560
13841 msgid ""
13842 "If the C<readlink(2)> operation fails on any name, then the corresponding "
13843 "result string is the empty string C<\"\">.  However the whole operation is "
13844 "completed even if there were C<readlink(2)> errors, and so you can call this "
13845 "function with names where you don't know if they are symbolic links already "
13846 "(albeit slightly less efficient)."
13847 msgstr ""
13848
13849 #. type: textblock
13850 #: ../src/guestfs-actions.pod:5339 ../fish/guestfish-actions.pod:3567
13851 msgid ""
13852 "This call is intended for programs that want to efficiently list a directory "
13853 "contents without making many round-trips.  Very long directory listings "
13854 "might cause the protocol message size to be exceeded, causing this call to "
13855 "fail.  The caller must split up such requests into smaller groups of names."
13856 msgstr ""
13857
13858 #. type: =head2
13859 #: ../src/guestfs-actions.pod:5352
13860 msgid "guestfs_realpath"
13861 msgstr ""
13862
13863 #. type: verbatim
13864 #: ../src/guestfs-actions.pod:5354
13865 #, no-wrap
13866 msgid ""
13867 " char *\n"
13868 " guestfs_realpath (guestfs_h *g,\n"
13869 "                   const char *path);\n"
13870 "\n"
13871 msgstr ""
13872
13873 #. type: textblock
13874 #: ../src/guestfs-actions.pod:5358 ../fish/guestfish-actions.pod:3578
13875 msgid ""
13876 "Return the canonicalized absolute pathname of C<path>.  The returned path "
13877 "has no C<.>, C<..> or symbolic link path elements."
13878 msgstr ""
13879
13880 #. type: =head2
13881 #: ../src/guestfs-actions.pod:5366
13882 msgid "guestfs_removexattr"
13883 msgstr ""
13884
13885 #. type: verbatim
13886 #: ../src/guestfs-actions.pod:5368
13887 #, no-wrap
13888 msgid ""
13889 " int\n"
13890 " guestfs_removexattr (guestfs_h *g,\n"
13891 "                      const char *xattr,\n"
13892 "                      const char *path);\n"
13893 "\n"
13894 msgstr ""
13895
13896 #. type: textblock
13897 #: ../src/guestfs-actions.pod:5373 ../fish/guestfish-actions.pod:3585
13898 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
13899 msgstr ""
13900
13901 #. type: textblock
13902 #: ../src/guestfs-actions.pod:5376
13903 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
13904 msgstr ""
13905
13906 #. type: =head2
13907 #: ../src/guestfs-actions.pod:5382
13908 msgid "guestfs_resize2fs"
13909 msgstr ""
13910
13911 #. type: verbatim
13912 #: ../src/guestfs-actions.pod:5384
13913 #, no-wrap
13914 msgid ""
13915 " int\n"
13916 " guestfs_resize2fs (guestfs_h *g,\n"
13917 "                    const char *device);\n"
13918 "\n"
13919 msgstr ""
13920
13921 #. type: textblock
13922 #: ../src/guestfs-actions.pod:5388 ../fish/guestfish-actions.pod:3594
13923 msgid ""
13924 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
13925 "underlying device."
13926 msgstr ""
13927
13928 #. type: textblock
13929 #: ../src/guestfs-actions.pod:5391
13930 msgid ""
13931 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
13932 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
13933 "sometimes gives an error about this and sometimes not.  In any case, it is "
13934 "always safe to call C<guestfs_e2fsck_f> before calling this function."
13935 msgstr ""
13936
13937 #. type: =head2
13938 #: ../src/guestfs-actions.pod:5401
13939 msgid "guestfs_resize2fs_size"
13940 msgstr ""
13941
13942 #. type: verbatim
13943 #: ../src/guestfs-actions.pod:5403
13944 #, no-wrap
13945 msgid ""
13946 " int\n"
13947 " guestfs_resize2fs_size (guestfs_h *g,\n"
13948 "                         const char *device,\n"
13949 "                         int64_t size);\n"
13950 "\n"
13951 msgstr ""
13952
13953 #. type: textblock
13954 #: ../src/guestfs-actions.pod:5408
13955 msgid ""
13956 "This command is the same as C<guestfs_resize2fs> except that it allows you "
13957 "to specify the new size (in bytes) explicitly."
13958 msgstr ""
13959
13960 #. type: =head2
13961 #: ../src/guestfs-actions.pod:5415
13962 msgid "guestfs_rm"
13963 msgstr ""
13964
13965 #. type: verbatim
13966 #: ../src/guestfs-actions.pod:5417
13967 #, no-wrap
13968 msgid ""
13969 " int\n"
13970 " guestfs_rm (guestfs_h *g,\n"
13971 "             const char *path);\n"
13972 "\n"
13973 msgstr ""
13974
13975 #. type: textblock
13976 #: ../src/guestfs-actions.pod:5421 ../fish/guestfish-actions.pod:3614
13977 msgid "Remove the single file C<path>."
13978 msgstr ""
13979
13980 #. type: =head2
13981 #: ../src/guestfs-actions.pod:5427
13982 msgid "guestfs_rm_rf"
13983 msgstr ""
13984
13985 #. type: verbatim
13986 #: ../src/guestfs-actions.pod:5429
13987 #, no-wrap
13988 msgid ""
13989 " int\n"
13990 " guestfs_rm_rf (guestfs_h *g,\n"
13991 "                const char *path);\n"
13992 "\n"
13993 msgstr ""
13994
13995 #. type: textblock
13996 #: ../src/guestfs-actions.pod:5433 ../fish/guestfish-actions.pod:3620
13997 msgid ""
13998 "Remove the file or directory C<path>, recursively removing the contents if "
13999 "its a directory.  This is like the C<rm -rf> shell command."
14000 msgstr ""
14001
14002 #. type: =head2
14003 #: ../src/guestfs-actions.pod:5441
14004 msgid "guestfs_rmdir"
14005 msgstr ""
14006
14007 #. type: verbatim
14008 #: ../src/guestfs-actions.pod:5443
14009 #, no-wrap
14010 msgid ""
14011 " int\n"
14012 " guestfs_rmdir (guestfs_h *g,\n"
14013 "                const char *path);\n"
14014 "\n"
14015 msgstr ""
14016
14017 #. type: textblock
14018 #: ../src/guestfs-actions.pod:5447 ../fish/guestfish-actions.pod:3628
14019 msgid "Remove the single directory C<path>."
14020 msgstr ""
14021
14022 #. type: =head2
14023 #: ../src/guestfs-actions.pod:5453
14024 msgid "guestfs_rmmountpoint"
14025 msgstr ""
14026
14027 #. type: verbatim
14028 #: ../src/guestfs-actions.pod:5455
14029 #, no-wrap
14030 msgid ""
14031 " int\n"
14032 " guestfs_rmmountpoint (guestfs_h *g,\n"
14033 "                       const char *exemptpath);\n"
14034 "\n"
14035 msgstr ""
14036
14037 #. type: textblock
14038 #: ../src/guestfs-actions.pod:5459
14039 msgid ""
14040 "This calls removes a mountpoint that was previously created with "
14041 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14042 msgstr ""
14043
14044 #. type: =head2
14045 #: ../src/guestfs-actions.pod:5467
14046 msgid "guestfs_scrub_device"
14047 msgstr ""
14048
14049 #. type: verbatim
14050 #: ../src/guestfs-actions.pod:5469
14051 #, no-wrap
14052 msgid ""
14053 " int\n"
14054 " guestfs_scrub_device (guestfs_h *g,\n"
14055 "                       const char *device);\n"
14056 "\n"
14057 msgstr ""
14058
14059 #. type: textblock
14060 #: ../src/guestfs-actions.pod:5473 ../fish/guestfish-actions.pod:3642
14061 msgid ""
14062 "This command writes patterns over C<device> to make data retrieval more "
14063 "difficult."
14064 msgstr ""
14065
14066 #. type: textblock
14067 #: ../src/guestfs-actions.pod:5476 ../src/guestfs-actions.pod:5497 ../src/guestfs-actions.pod:5516 ../fish/guestfish-actions.pod:3645 ../fish/guestfish-actions.pod:3660 ../fish/guestfish-actions.pod:3673
14068 msgid ""
14069 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14070 "more details."
14071 msgstr ""
14072
14073 #. type: textblock
14074 #: ../src/guestfs-actions.pod:5484 ../src/guestfs-actions.pod:5502 ../src/guestfs-actions.pod:5521
14075 msgid "(Added in 1.0.52)"
14076 msgstr ""
14077
14078 #. type: =head2
14079 #: ../src/guestfs-actions.pod:5486
14080 msgid "guestfs_scrub_file"
14081 msgstr ""
14082
14083 #. type: verbatim
14084 #: ../src/guestfs-actions.pod:5488
14085 #, no-wrap
14086 msgid ""
14087 " int\n"
14088 " guestfs_scrub_file (guestfs_h *g,\n"
14089 "                     const char *file);\n"
14090 "\n"
14091 msgstr ""
14092
14093 #. type: textblock
14094 #: ../src/guestfs-actions.pod:5492 ../fish/guestfish-actions.pod:3655
14095 msgid ""
14096 "This command writes patterns over a file to make data retrieval more "
14097 "difficult."
14098 msgstr ""
14099
14100 #. type: textblock
14101 #: ../src/guestfs-actions.pod:5495 ../fish/guestfish-actions.pod:3658
14102 msgid "The file is I<removed> after scrubbing."
14103 msgstr ""
14104
14105 #. type: =head2
14106 #: ../src/guestfs-actions.pod:5504
14107 msgid "guestfs_scrub_freespace"
14108 msgstr ""
14109
14110 #. type: verbatim
14111 #: ../src/guestfs-actions.pod:5506
14112 #, no-wrap
14113 msgid ""
14114 " int\n"
14115 " guestfs_scrub_freespace (guestfs_h *g,\n"
14116 "                          const char *dir);\n"
14117 "\n"
14118 msgstr ""
14119
14120 #. type: textblock
14121 #: ../src/guestfs-actions.pod:5510
14122 msgid ""
14123 "This command creates the directory C<dir> and then fills it with files until "
14124 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14125 "and deletes them.  The intention is to scrub any free space on the partition "
14126 "containing C<dir>."
14127 msgstr ""
14128
14129 #. type: =head2
14130 #: ../src/guestfs-actions.pod:5523
14131 msgid "guestfs_set_append"
14132 msgstr ""
14133
14134 #. type: verbatim
14135 #: ../src/guestfs-actions.pod:5525
14136 #, no-wrap
14137 msgid ""
14138 " int\n"
14139 " guestfs_set_append (guestfs_h *g,\n"
14140 "                     const char *append);\n"
14141 "\n"
14142 msgstr ""
14143
14144 #. type: textblock
14145 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3682
14146 msgid ""
14147 "This function is used to add additional options to the guest kernel command "
14148 "line."
14149 msgstr ""
14150
14151 #. type: textblock
14152 #: ../src/guestfs-actions.pod:5532 ../fish/guestfish-actions.pod:3685
14153 msgid ""
14154 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14155 "environment variable."
14156 msgstr ""
14157
14158 #. type: textblock
14159 #: ../src/guestfs-actions.pod:5535 ../fish/guestfish-actions.pod:3688
14160 msgid ""
14161 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14162 "(libguestfs always adds a few of its own)."
14163 msgstr ""
14164
14165 #. type: =head2
14166 #: ../src/guestfs-actions.pod:5542
14167 msgid "guestfs_set_autosync"
14168 msgstr ""
14169
14170 #. type: verbatim
14171 #: ../src/guestfs-actions.pod:5544
14172 #, no-wrap
14173 msgid ""
14174 " int\n"
14175 " guestfs_set_autosync (guestfs_h *g,\n"
14176 "                       int autosync);\n"
14177 "\n"
14178 msgstr ""
14179
14180 #. type: textblock
14181 #: ../src/guestfs-actions.pod:5548
14182 msgid ""
14183 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
14184 "effort attempt to run C<guestfs_umount_all> followed by C<guestfs_sync> when "
14185 "the handle is closed (also if the program exits without closing handles)."
14186 msgstr ""
14187
14188 #. type: textblock
14189 #: ../src/guestfs-actions.pod:5553 ../fish/guestfish-actions.pod:3702
14190 msgid ""
14191 "This is enabled by default (since libguestfs 1.5.24, previously it was "
14192 "disabled by default)."
14193 msgstr ""
14194
14195 #. type: =head2
14196 #: ../src/guestfs-actions.pod:5560
14197 msgid "guestfs_set_direct"
14198 msgstr ""
14199
14200 #. type: verbatim
14201 #: ../src/guestfs-actions.pod:5562
14202 #, no-wrap
14203 msgid ""
14204 " int\n"
14205 " guestfs_set_direct (guestfs_h *g,\n"
14206 "                     int direct);\n"
14207 "\n"
14208 msgstr ""
14209
14210 #. type: textblock
14211 #: ../src/guestfs-actions.pod:5566 ../fish/guestfish-actions.pod:3711
14212 msgid ""
14213 "If the direct appliance mode flag is enabled, then stdin and stdout are "
14214 "passed directly through to the appliance once it is launched."
14215 msgstr ""
14216
14217 #. type: textblock
14218 #: ../src/guestfs-actions.pod:5570
14219 msgid ""
14220 "One consequence of this is that log messages aren't caught by the library "
14221 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
14222 "stdout."
14223 msgstr ""
14224
14225 #. type: textblock
14226 #: ../src/guestfs-actions.pod:5574 ../fish/guestfish-actions.pod:3719
14227 msgid "You probably don't want to use this unless you know what you are doing."
14228 msgstr ""
14229
14230 #. type: textblock
14231 #: ../src/guestfs-actions.pod:5577 ../fish/guestfish-actions.pod:3722
14232 msgid "The default is disabled."
14233 msgstr ""
14234
14235 #. type: =head2
14236 #: ../src/guestfs-actions.pod:5583
14237 msgid "guestfs_set_e2label"
14238 msgstr ""
14239
14240 #. type: verbatim
14241 #: ../src/guestfs-actions.pod:5585
14242 #, no-wrap
14243 msgid ""
14244 " int\n"
14245 " guestfs_set_e2label (guestfs_h *g,\n"
14246 "                      const char *device,\n"
14247 "                      const char *label);\n"
14248 "\n"
14249 msgstr ""
14250
14251 #. type: textblock
14252 #: ../src/guestfs-actions.pod:5590 ../fish/guestfish-actions.pod:3728
14253 msgid ""
14254 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
14255 "C<label>.  Filesystem labels are limited to 16 characters."
14256 msgstr ""
14257
14258 #. type: textblock
14259 #: ../src/guestfs-actions.pod:5594
14260 msgid ""
14261 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
14262 "the existing label on a filesystem."
14263 msgstr ""
14264
14265 #. type: =head2
14266 #: ../src/guestfs-actions.pod:5601
14267 msgid "guestfs_set_e2uuid"
14268 msgstr ""
14269
14270 #. type: verbatim
14271 #: ../src/guestfs-actions.pod:5603
14272 #, no-wrap
14273 msgid ""
14274 " int\n"
14275 " guestfs_set_e2uuid (guestfs_h *g,\n"
14276 "                     const char *device,\n"
14277 "                     const char *uuid);\n"
14278 "\n"
14279 msgstr ""
14280
14281 #. type: textblock
14282 #: ../src/guestfs-actions.pod:5608 ../fish/guestfish-actions.pod:3739
14283 msgid ""
14284 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
14285 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
14286 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
14287 msgstr ""
14288
14289 #. type: textblock
14290 #: ../src/guestfs-actions.pod:5613
14291 msgid ""
14292 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
14293 "the existing UUID of a filesystem."
14294 msgstr ""
14295
14296 #. type: =head2
14297 #: ../src/guestfs-actions.pod:5620
14298 msgid "guestfs_set_memsize"
14299 msgstr ""
14300
14301 #. type: verbatim
14302 #: ../src/guestfs-actions.pod:5622
14303 #, no-wrap
14304 msgid ""
14305 " int\n"
14306 " guestfs_set_memsize (guestfs_h *g,\n"
14307 "                      int memsize);\n"
14308 "\n"
14309 msgstr ""
14310
14311 #. type: textblock
14312 #: ../src/guestfs-actions.pod:5626
14313 msgid ""
14314 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
14315 "This only has any effect if called before C<guestfs_launch>."
14316 msgstr ""
14317
14318 #. type: textblock
14319 #: ../src/guestfs-actions.pod:5630 ../fish/guestfish-actions.pod:3757
14320 msgid ""
14321 "You can also change this by setting the environment variable "
14322 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
14323 msgstr ""
14324
14325 #. type: =head2
14326 #: ../src/guestfs-actions.pod:5641
14327 msgid "guestfs_set_network"
14328 msgstr ""
14329
14330 #. type: verbatim
14331 #: ../src/guestfs-actions.pod:5643
14332 #, no-wrap
14333 msgid ""
14334 " int\n"
14335 " guestfs_set_network (guestfs_h *g,\n"
14336 "                      int network);\n"
14337 "\n"
14338 msgstr ""
14339
14340 #. type: textblock
14341 #: ../src/guestfs-actions.pod:5647 ../fish/guestfish-actions.pod:3770
14342 msgid ""
14343 "If C<network> is true, then the network is enabled in the libguestfs "
14344 "appliance.  The default is false."
14345 msgstr ""
14346
14347 #. type: textblock
14348 #: ../src/guestfs-actions.pod:5650 ../fish/guestfish-actions.pod:3773
14349 msgid ""
14350 "This affects whether commands are able to access the network (see "
14351 "L<guestfs(3)/RUNNING COMMANDS>)."
14352 msgstr ""
14353
14354 #. type: textblock
14355 #: ../src/guestfs-actions.pod:5653
14356 msgid ""
14357 "You must call this before calling C<guestfs_launch>, otherwise it has no "
14358 "effect."
14359 msgstr ""
14360
14361 #. type: =head2
14362 #: ../src/guestfs-actions.pod:5660
14363 msgid "guestfs_set_path"
14364 msgstr ""
14365
14366 #. type: verbatim
14367 #: ../src/guestfs-actions.pod:5662
14368 #, no-wrap
14369 msgid ""
14370 " int\n"
14371 " guestfs_set_path (guestfs_h *g,\n"
14372 "                   const char *searchpath);\n"
14373 "\n"
14374 msgstr ""
14375
14376 #. type: textblock
14377 #: ../src/guestfs-actions.pod:5666 ../fish/guestfish-actions.pod:3785
14378 msgid "Set the path that libguestfs searches for kernel and initrd.img."
14379 msgstr ""
14380
14381 #. type: textblock
14382 #: ../src/guestfs-actions.pod:5668 ../fish/guestfish-actions.pod:3787
14383 msgid ""
14384 "The default is C<$libdir/guestfs> unless overridden by setting "
14385 "C<LIBGUESTFS_PATH> environment variable."
14386 msgstr ""
14387
14388 #. type: textblock
14389 #: ../src/guestfs-actions.pod:5671 ../fish/guestfish-actions.pod:3790
14390 msgid "Setting C<path> to C<NULL> restores the default path."
14391 msgstr ""
14392
14393 #. type: =head2
14394 #: ../src/guestfs-actions.pod:5677
14395 msgid "guestfs_set_qemu"
14396 msgstr ""
14397
14398 #. type: verbatim
14399 #: ../src/guestfs-actions.pod:5679
14400 #, no-wrap
14401 msgid ""
14402 " int\n"
14403 " guestfs_set_qemu (guestfs_h *g,\n"
14404 "                   const char *qemu);\n"
14405 "\n"
14406 msgstr ""
14407
14408 #. type: textblock
14409 #: ../src/guestfs-actions.pod:5683 ../fish/guestfish-actions.pod:3798
14410 msgid "Set the qemu binary that we will use."
14411 msgstr ""
14412
14413 #. type: textblock
14414 #: ../src/guestfs-actions.pod:5685 ../fish/guestfish-actions.pod:3800
14415 msgid "The default is chosen when the library was compiled by the configure script."
14416 msgstr ""
14417
14418 #. type: textblock
14419 #: ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3803
14420 msgid ""
14421 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
14422 "variable."
14423 msgstr ""
14424
14425 #. type: textblock
14426 #: ../src/guestfs-actions.pod:5691 ../fish/guestfish-actions.pod:3806
14427 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
14428 msgstr ""
14429
14430 #. type: textblock
14431 #: ../src/guestfs-actions.pod:5693 ../fish/guestfish-actions.pod:3808
14432 msgid ""
14433 "Note that you should call this function as early as possible after creating "
14434 "the handle.  This is because some pre-launch operations depend on testing "
14435 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
14436 "don't retest features, and so you might see inconsistent results.  Using the "
14437 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
14438 "the qemu binary at the same time as the handle is created."
14439 msgstr ""
14440
14441 #. type: =head2
14442 #: ../src/guestfs-actions.pod:5705
14443 msgid "guestfs_set_recovery_proc"
14444 msgstr ""
14445
14446 #. type: verbatim
14447 #: ../src/guestfs-actions.pod:5707
14448 #, no-wrap
14449 msgid ""
14450 " int\n"
14451 " guestfs_set_recovery_proc (guestfs_h *g,\n"
14452 "                            int recoveryproc);\n"
14453 "\n"
14454 msgstr ""
14455
14456 #. type: textblock
14457 #: ../src/guestfs-actions.pod:5711
14458 msgid ""
14459 "If this is called with the parameter C<false> then C<guestfs_launch> does "
14460 "not create a recovery process.  The purpose of the recovery process is to "
14461 "stop runaway qemu processes in the case where the main program aborts "
14462 "abruptly."
14463 msgstr ""
14464
14465 #. type: textblock
14466 #: ../src/guestfs-actions.pod:5716
14467 msgid ""
14468 "This only has any effect if called before C<guestfs_launch>, and the default "
14469 "is true."
14470 msgstr ""
14471
14472 #. type: textblock
14473 #: ../src/guestfs-actions.pod:5719 ../fish/guestfish-actions.pod:3830
14474 msgid ""
14475 "About the only time when you would want to disable this is if the main "
14476 "process will fork itself into the background (\"daemonize\" itself).  In "
14477 "this case the recovery process thinks that the main program has disappeared "
14478 "and so kills qemu, which is not very helpful."
14479 msgstr ""
14480
14481 #. type: =head2
14482 #: ../src/guestfs-actions.pod:5729
14483 msgid "guestfs_set_selinux"
14484 msgstr ""
14485
14486 #. type: verbatim
14487 #: ../src/guestfs-actions.pod:5731
14488 #, no-wrap
14489 msgid ""
14490 " int\n"
14491 " guestfs_set_selinux (guestfs_h *g,\n"
14492 "                      int selinux);\n"
14493 "\n"
14494 msgstr ""
14495
14496 #. type: textblock
14497 #: ../src/guestfs-actions.pod:5735 ../fish/guestfish-actions.pod:3842
14498 msgid ""
14499 "This sets the selinux flag that is passed to the appliance at boot time.  "
14500 "The default is C<selinux=0> (disabled)."
14501 msgstr ""
14502
14503 #. type: textblock
14504 #: ../src/guestfs-actions.pod:5738 ../fish/guestfish-actions.pod:3845
14505 msgid ""
14506 "Note that if SELinux is enabled, it is always in Permissive mode "
14507 "(C<enforcing=0>)."
14508 msgstr ""
14509
14510 #. type: =head2
14511 #: ../src/guestfs-actions.pod:5748
14512 msgid "guestfs_set_trace"
14513 msgstr ""
14514
14515 #. type: verbatim
14516 #: ../src/guestfs-actions.pod:5750
14517 #, no-wrap
14518 msgid ""
14519 " int\n"
14520 " guestfs_set_trace (guestfs_h *g,\n"
14521 "                    int trace);\n"
14522 "\n"
14523 msgstr ""
14524
14525 #. type: textblock
14526 #: ../src/guestfs-actions.pod:5754 ../fish/guestfish-actions.pod:3857
14527 msgid ""
14528 "If the command trace flag is set to 1, then commands are printed on stderr "
14529 "before they are executed in a format which is very similar to the one used "
14530 "by guestfish.  In other words, you can run a program with this enabled, and "
14531 "you will get out a script which you can feed to guestfish to perform the "
14532 "same set of actions."
14533 msgstr ""
14534
14535 #. type: textblock
14536 #: ../src/guestfs-actions.pod:5761 ../fish/guestfish-actions.pod:3864
14537 msgid ""
14538 "If you want to trace C API calls into libguestfs (and other libraries) then "
14539 "possibly a better way is to use the external ltrace(1) command."
14540 msgstr ""
14541
14542 #. type: textblock
14543 #: ../src/guestfs-actions.pod:5765 ../fish/guestfish-actions.pod:3868
14544 msgid ""
14545 "Command traces are disabled unless the environment variable "
14546 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
14547 msgstr ""
14548
14549 #. type: =head2
14550 #: ../src/guestfs-actions.pod:5772
14551 msgid "guestfs_set_verbose"
14552 msgstr ""
14553
14554 #. type: verbatim
14555 #: ../src/guestfs-actions.pod:5774
14556 #, no-wrap
14557 msgid ""
14558 " int\n"
14559 " guestfs_set_verbose (guestfs_h *g,\n"
14560 "                      int verbose);\n"
14561 "\n"
14562 msgstr ""
14563
14564 #. type: textblock
14565 #: ../src/guestfs-actions.pod:5778 ../fish/guestfish-actions.pod:3877
14566 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
14567 msgstr ""
14568
14569 #. type: textblock
14570 #: ../src/guestfs-actions.pod:5780 ../fish/guestfish-actions.pod:3879
14571 msgid ""
14572 "Verbose messages are disabled unless the environment variable "
14573 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
14574 msgstr ""
14575
14576 #. type: =head2
14577 #: ../src/guestfs-actions.pod:5787
14578 msgid "guestfs_setcon"
14579 msgstr ""
14580
14581 #. type: verbatim
14582 #: ../src/guestfs-actions.pod:5789
14583 #, no-wrap
14584 msgid ""
14585 " int\n"
14586 " guestfs_setcon (guestfs_h *g,\n"
14587 "                 const char *context);\n"
14588 "\n"
14589 msgstr ""
14590
14591 #. type: textblock
14592 #: ../src/guestfs-actions.pod:5793 ../fish/guestfish-actions.pod:3886
14593 msgid ""
14594 "This sets the SELinux security context of the daemon to the string "
14595 "C<context>."
14596 msgstr ""
14597
14598 #. type: textblock
14599 #: ../src/guestfs-actions.pod:5796 ../fish/guestfish-actions.pod:3889
14600 msgid "See the documentation about SELINUX in L<guestfs(3)>."
14601 msgstr ""
14602
14603 #. type: =head2
14604 #: ../src/guestfs-actions.pod:5802
14605 msgid "guestfs_setxattr"
14606 msgstr ""
14607
14608 #. type: verbatim
14609 #: ../src/guestfs-actions.pod:5804
14610 #, no-wrap
14611 msgid ""
14612 " int\n"
14613 " guestfs_setxattr (guestfs_h *g,\n"
14614 "                   const char *xattr,\n"
14615 "                   const char *val,\n"
14616 "                   int vallen,\n"
14617 "                   const char *path);\n"
14618 "\n"
14619 msgstr ""
14620
14621 #. type: textblock
14622 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3895
14623 msgid ""
14624 "This call sets the extended attribute named C<xattr> of the file C<path> to "
14625 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
14626 msgstr ""
14627
14628 #. type: textblock
14629 #: ../src/guestfs-actions.pod:5815
14630 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
14631 msgstr ""
14632
14633 #. type: =head2
14634 #: ../src/guestfs-actions.pod:5821
14635 msgid "guestfs_sfdisk"
14636 msgstr ""
14637
14638 #. type: verbatim
14639 #: ../src/guestfs-actions.pod:5823
14640 #, no-wrap
14641 msgid ""
14642 " int\n"
14643 " guestfs_sfdisk (guestfs_h *g,\n"
14644 "                 const char *device,\n"
14645 "                 int cyls,\n"
14646 "                 int heads,\n"
14647 "                 int sectors,\n"
14648 "                 char *const *lines);\n"
14649 "\n"
14650 msgstr ""
14651
14652 #. type: textblock
14653 #: ../src/guestfs-actions.pod:5831 ../fish/guestfish-actions.pod:3905
14654 msgid ""
14655 "This is a direct interface to the L<sfdisk(8)> program for creating "
14656 "partitions on block devices."
14657 msgstr ""
14658
14659 #. type: textblock
14660 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3908
14661 msgid "C<device> should be a block device, for example C</dev/sda>."
14662 msgstr ""
14663
14664 #. type: textblock
14665 #: ../src/guestfs-actions.pod:5836 ../fish/guestfish-actions.pod:3910
14666 msgid ""
14667 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
14668 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
14669 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
14670 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
14671 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
14672 "the kernel) cannot work out the right geometry and you will need to tell it."
14673 msgstr ""
14674
14675 #. type: textblock
14676 #: ../src/guestfs-actions.pod:5844 ../fish/guestfish-actions.pod:3918
14677 msgid ""
14678 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
14679 "refer to the L<sfdisk(8)> manpage."
14680 msgstr ""
14681
14682 #. type: textblock
14683 #: ../src/guestfs-actions.pod:5847 ../fish/guestfish-actions.pod:3921
14684 msgid ""
14685 "To create a single partition occupying the whole disk, you would pass "
14686 "C<lines> as a single element list, when the single element being the string "
14687 "C<,> (comma)."
14688 msgstr ""
14689
14690 #. type: textblock
14691 #: ../src/guestfs-actions.pod:5851
14692 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
14693 msgstr ""
14694
14695 #. type: =head2
14696 #: ../src/guestfs-actions.pod:5861
14697 msgid "guestfs_sfdiskM"
14698 msgstr ""
14699
14700 #. type: verbatim
14701 #: ../src/guestfs-actions.pod:5863
14702 #, no-wrap
14703 msgid ""
14704 " int\n"
14705 " guestfs_sfdiskM (guestfs_h *g,\n"
14706 "                  const char *device,\n"
14707 "                  char *const *lines);\n"
14708 "\n"
14709 msgstr ""
14710
14711 #. type: textblock
14712 #: ../src/guestfs-actions.pod:5868
14713 msgid ""
14714 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
14715 "partition sizes are specified in megabytes only (rounded to the nearest "
14716 "cylinder) and you don't need to specify the cyls, heads and sectors "
14717 "parameters which were rarely if ever used anyway."
14718 msgstr ""
14719
14720 #. type: textblock
14721 #: ../src/guestfs-actions.pod:5874
14722 msgid ""
14723 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
14724 "C<guestfs_part_disk>"
14725 msgstr ""
14726
14727 #. type: =head2
14728 #: ../src/guestfs-actions.pod:5884
14729 msgid "guestfs_sfdisk_N"
14730 msgstr ""
14731
14732 #. type: verbatim
14733 #: ../src/guestfs-actions.pod:5886
14734 #, no-wrap
14735 msgid ""
14736 " int\n"
14737 " guestfs_sfdisk_N (guestfs_h *g,\n"
14738 "                   const char *device,\n"
14739 "                   int partnum,\n"
14740 "                   int cyls,\n"
14741 "                   int heads,\n"
14742 "                   int sectors,\n"
14743 "                   const char *line);\n"
14744 "\n"
14745 msgstr ""
14746
14747 #. type: textblock
14748 #: ../src/guestfs-actions.pod:5895 ../fish/guestfish-actions.pod:3951
14749 msgid ""
14750 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
14751 "(note: C<n> counts from 1)."
14752 msgstr ""
14753
14754 #. type: textblock
14755 #: ../src/guestfs-actions.pod:5898
14756 msgid ""
14757 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
14758 "for the cyls/heads/sectors parameters."
14759 msgstr ""
14760
14761 #. type: textblock
14762 #: ../src/guestfs-actions.pod:5901
14763 msgid "See also: C<guestfs_part_add>"
14764 msgstr ""
14765
14766 #. type: =head2
14767 #: ../src/guestfs-actions.pod:5910
14768 msgid "guestfs_sfdisk_disk_geometry"
14769 msgstr ""
14770
14771 #. type: verbatim
14772 #: ../src/guestfs-actions.pod:5912
14773 #, no-wrap
14774 msgid ""
14775 " char *\n"
14776 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
14777 "                               const char *device);\n"
14778 "\n"
14779 msgstr ""
14780
14781 #. type: textblock
14782 #: ../src/guestfs-actions.pod:5916
14783 msgid ""
14784 "This displays the disk geometry of C<device> read from the partition table.  "
14785 "Especially in the case where the underlying block device has been resized, "
14786 "this can be different from the kernel's idea of the geometry (see "
14787 "C<guestfs_sfdisk_kernel_geometry>)."
14788 msgstr ""
14789
14790 #. type: textblock
14791 #: ../src/guestfs-actions.pod:5921 ../src/guestfs-actions.pod:5937 ../fish/guestfish-actions.pod:3971 ../fish/guestfish-actions.pod:3980
14792 msgid "The result is in human-readable format, and not designed to be parsed."
14793 msgstr ""
14794
14795 #. type: =head2
14796 #: ../src/guestfs-actions.pod:5929
14797 msgid "guestfs_sfdisk_kernel_geometry"
14798 msgstr ""
14799
14800 #. type: verbatim
14801 #: ../src/guestfs-actions.pod:5931
14802 #, no-wrap
14803 msgid ""
14804 " char *\n"
14805 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
14806 "                                 const char *device);\n"
14807 "\n"
14808 msgstr ""
14809
14810 #. type: textblock
14811 #: ../src/guestfs-actions.pod:5935 ../fish/guestfish-actions.pod:3978
14812 msgid "This displays the kernel's idea of the geometry of C<device>."
14813 msgstr ""
14814
14815 #. type: =head2
14816 #: ../src/guestfs-actions.pod:5945
14817 msgid "guestfs_sfdisk_l"
14818 msgstr ""
14819
14820 #. type: verbatim
14821 #: ../src/guestfs-actions.pod:5947
14822 #, no-wrap
14823 msgid ""
14824 " char *\n"
14825 " guestfs_sfdisk_l (guestfs_h *g,\n"
14826 "                   const char *device);\n"
14827 "\n"
14828 msgstr ""
14829
14830 #. type: textblock
14831 #: ../src/guestfs-actions.pod:5951 ../fish/guestfish-actions.pod:3987
14832 msgid ""
14833 "This displays the partition table on C<device>, in the human-readable output "
14834 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
14835 msgstr ""
14836
14837 #. type: textblock
14838 #: ../src/guestfs-actions.pod:5955
14839 msgid "See also: C<guestfs_part_list>"
14840 msgstr ""
14841
14842 #. type: =head2
14843 #: ../src/guestfs-actions.pod:5962
14844 msgid "guestfs_sh"
14845 msgstr ""
14846
14847 #. type: verbatim
14848 #: ../src/guestfs-actions.pod:5964
14849 #, no-wrap
14850 msgid ""
14851 " char *\n"
14852 " guestfs_sh (guestfs_h *g,\n"
14853 "             const char *command);\n"
14854 "\n"
14855 msgstr ""
14856
14857 #. type: textblock
14858 #: ../src/guestfs-actions.pod:5968 ../fish/guestfish-actions.pod:3997
14859 msgid ""
14860 "This call runs a command from the guest filesystem via the guest's "
14861 "C</bin/sh>."
14862 msgstr ""
14863
14864 #. type: textblock
14865 #: ../src/guestfs-actions.pod:5971
14866 msgid "This is like C<guestfs_command>, but passes the command to:"
14867 msgstr ""
14868
14869 #. type: verbatim
14870 #: ../src/guestfs-actions.pod:5973 ../fish/guestfish-actions.pod:4002
14871 #, no-wrap
14872 msgid ""
14873 " /bin/sh -c \"command\"\n"
14874 "\n"
14875 msgstr ""
14876
14877 #. type: textblock
14878 #: ../src/guestfs-actions.pod:5975 ../fish/guestfish-actions.pod:4004
14879 msgid ""
14880 "Depending on the guest's shell, this usually results in wildcards being "
14881 "expanded, shell expressions being interpolated and so on."
14882 msgstr ""
14883
14884 #. type: textblock
14885 #: ../src/guestfs-actions.pod:5979
14886 msgid "All the provisos about C<guestfs_command> apply to this call."
14887 msgstr ""
14888
14889 #. type: =head2
14890 #: ../src/guestfs-actions.pod:5986
14891 msgid "guestfs_sh_lines"
14892 msgstr ""
14893
14894 #. type: verbatim
14895 #: ../src/guestfs-actions.pod:5988
14896 #, no-wrap
14897 msgid ""
14898 " char **\n"
14899 " guestfs_sh_lines (guestfs_h *g,\n"
14900 "                   const char *command);\n"
14901 "\n"
14902 msgstr ""
14903
14904 #. type: textblock
14905 #: ../src/guestfs-actions.pod:5992
14906 msgid ""
14907 "This is the same as C<guestfs_sh>, but splits the result into a list of "
14908 "lines."
14909 msgstr ""
14910
14911 #. type: textblock
14912 #: ../src/guestfs-actions.pod:5995
14913 msgid "See also: C<guestfs_command_lines>"
14914 msgstr ""
14915
14916 #. type: =head2
14917 #: ../src/guestfs-actions.pod:6003
14918 msgid "guestfs_sleep"
14919 msgstr ""
14920
14921 #. type: verbatim
14922 #: ../src/guestfs-actions.pod:6005
14923 #, no-wrap
14924 msgid ""
14925 " int\n"
14926 " guestfs_sleep (guestfs_h *g,\n"
14927 "                int secs);\n"
14928 "\n"
14929 msgstr ""
14930
14931 #. type: textblock
14932 #: ../src/guestfs-actions.pod:6009 ../fish/guestfish-actions.pod:4023
14933 msgid "Sleep for C<secs> seconds."
14934 msgstr ""
14935
14936 #. type: textblock
14937 #: ../src/guestfs-actions.pod:6013
14938 msgid "(Added in 1.0.41)"
14939 msgstr ""
14940
14941 #. type: =head2
14942 #: ../src/guestfs-actions.pod:6015 ../src/guestfs-structs.pod:109
14943 msgid "guestfs_stat"
14944 msgstr ""
14945
14946 #. type: verbatim
14947 #: ../src/guestfs-actions.pod:6017
14948 #, no-wrap
14949 msgid ""
14950 " struct guestfs_stat *\n"
14951 " guestfs_stat (guestfs_h *g,\n"
14952 "               const char *path);\n"
14953 "\n"
14954 msgstr ""
14955
14956 #. type: textblock
14957 #: ../src/guestfs-actions.pod:6023 ../fish/guestfish-actions.pod:4031
14958 msgid "This is the same as the C<stat(2)> system call."
14959 msgstr ""
14960
14961 #. type: =head2
14962 #: ../src/guestfs-actions.pod:6031 ../src/guestfs-structs.pod:135
14963 msgid "guestfs_statvfs"
14964 msgstr ""
14965
14966 #. type: verbatim
14967 #: ../src/guestfs-actions.pod:6033
14968 #, no-wrap
14969 msgid ""
14970 " struct guestfs_statvfs *\n"
14971 " guestfs_statvfs (guestfs_h *g,\n"
14972 "                  const char *path);\n"
14973 "\n"
14974 msgstr ""
14975
14976 #. type: textblock
14977 #: ../src/guestfs-actions.pod:6037 ../fish/guestfish-actions.pod:4037
14978 msgid ""
14979 "Returns file system statistics for any mounted file system.  C<path> should "
14980 "be a file or directory in the mounted file system (typically it is the mount "
14981 "point itself, but it doesn't need to be)."
14982 msgstr ""
14983
14984 #. type: textblock
14985 #: ../src/guestfs-actions.pod:6041 ../fish/guestfish-actions.pod:4041
14986 msgid "This is the same as the C<statvfs(2)> system call."
14987 msgstr ""
14988
14989 #. type: textblock
14990 #: ../src/guestfs-actions.pod:6043
14991 msgid ""
14992 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
14993 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
14994 msgstr ""
14995
14996 #. type: =head2
14997 #: ../src/guestfs-actions.pod:6049
14998 msgid "guestfs_strings"
14999 msgstr ""
15000
15001 #. type: verbatim
15002 #: ../src/guestfs-actions.pod:6051
15003 #, no-wrap
15004 msgid ""
15005 " char **\n"
15006 " guestfs_strings (guestfs_h *g,\n"
15007 "                  const char *path);\n"
15008 "\n"
15009 msgstr ""
15010
15011 #. type: textblock
15012 #: ../src/guestfs-actions.pod:6055 ../fish/guestfish-actions.pod:4047
15013 msgid ""
15014 "This runs the L<strings(1)> command on a file and returns the list of "
15015 "printable strings found."
15016 msgstr ""
15017
15018 #. type: =head2
15019 #: ../src/guestfs-actions.pod:6067
15020 msgid "guestfs_strings_e"
15021 msgstr ""
15022
15023 #. type: verbatim
15024 #: ../src/guestfs-actions.pod:6069
15025 #, no-wrap
15026 msgid ""
15027 " char **\n"
15028 " guestfs_strings_e (guestfs_h *g,\n"
15029 "                    const char *encoding,\n"
15030 "                    const char *path);\n"
15031 "\n"
15032 msgstr ""
15033
15034 #. type: textblock
15035 #: ../src/guestfs-actions.pod:6074
15036 msgid ""
15037 "This is like the C<guestfs_strings> command, but allows you to specify the "
15038 "encoding of strings that are looked for in the source file C<path>."
15039 msgstr ""
15040
15041 #. type: textblock
15042 #: ../src/guestfs-actions.pod:6078 ../fish/guestfish-actions.pod:4061
15043 msgid "Allowed encodings are:"
15044 msgstr ""
15045
15046 #. type: =item
15047 #: ../src/guestfs-actions.pod:6082 ../fish/guestfish-actions.pod:4065
15048 msgid "s"
15049 msgstr ""
15050
15051 #. type: textblock
15052 #: ../src/guestfs-actions.pod:6084
15053 msgid ""
15054 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15055 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15056 msgstr ""
15057
15058 #. type: =item
15059 #: ../src/guestfs-actions.pod:6087 ../fish/guestfish-actions.pod:4070
15060 msgid "S"
15061 msgstr ""
15062
15063 #. type: textblock
15064 #: ../src/guestfs-actions.pod:6089 ../fish/guestfish-actions.pod:4072
15065 msgid "Single 8-bit-byte characters."
15066 msgstr ""
15067
15068 #. type: =item
15069 #: ../src/guestfs-actions.pod:6091 ../fish/guestfish-actions.pod:4074
15070 msgid "b"
15071 msgstr ""
15072
15073 #. type: textblock
15074 #: ../src/guestfs-actions.pod:6093 ../fish/guestfish-actions.pod:4076
15075 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15076 msgstr ""
15077
15078 #. type: =item
15079 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4079
15080 msgid "l (lower case letter L)"
15081 msgstr ""
15082
15083 #. type: textblock
15084 #: ../src/guestfs-actions.pod:6098 ../fish/guestfish-actions.pod:4081
15085 msgid ""
15086 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15087 "examining binaries in Windows guests."
15088 msgstr ""
15089
15090 #. type: =item
15091 #: ../src/guestfs-actions.pod:6101 ../fish/guestfish-actions.pod:4084
15092 msgid "B"
15093 msgstr ""
15094
15095 #. type: textblock
15096 #: ../src/guestfs-actions.pod:6103 ../fish/guestfish-actions.pod:4086
15097 msgid "32-bit big endian such as UCS-4BE."
15098 msgstr ""
15099
15100 #. type: =item
15101 #: ../src/guestfs-actions.pod:6105 ../fish/guestfish-actions.pod:4088
15102 msgid "L"
15103 msgstr ""
15104
15105 #. type: textblock
15106 #: ../src/guestfs-actions.pod:6107 ../fish/guestfish-actions.pod:4090
15107 msgid "32-bit little endian such as UCS-4LE."
15108 msgstr ""
15109
15110 #. type: textblock
15111 #: ../src/guestfs-actions.pod:6111 ../fish/guestfish-actions.pod:4094
15112 msgid "The returned strings are transcoded to UTF-8."
15113 msgstr ""
15114
15115 #. type: =head2
15116 #: ../src/guestfs-actions.pod:6122
15117 msgid "guestfs_swapoff_device"
15118 msgstr ""
15119
15120 #. type: verbatim
15121 #: ../src/guestfs-actions.pod:6124
15122 #, no-wrap
15123 msgid ""
15124 " int\n"
15125 " guestfs_swapoff_device (guestfs_h *g,\n"
15126 "                         const char *device);\n"
15127 "\n"
15128 msgstr ""
15129
15130 #. type: textblock
15131 #: ../src/guestfs-actions.pod:6128
15132 msgid ""
15133 "This command disables the libguestfs appliance swap device or partition "
15134 "named C<device>.  See C<guestfs_swapon_device>."
15135 msgstr ""
15136
15137 #. type: =head2
15138 #: ../src/guestfs-actions.pod:6136
15139 msgid "guestfs_swapoff_file"
15140 msgstr ""
15141
15142 #. type: verbatim
15143 #: ../src/guestfs-actions.pod:6138
15144 #, no-wrap
15145 msgid ""
15146 " int\n"
15147 " guestfs_swapoff_file (guestfs_h *g,\n"
15148 "                       const char *file);\n"
15149 "\n"
15150 msgstr ""
15151
15152 #. type: textblock
15153 #: ../src/guestfs-actions.pod:6142 ../fish/guestfish-actions.pod:4111
15154 msgid "This command disables the libguestfs appliance swap on file."
15155 msgstr ""
15156
15157 #. type: =head2
15158 #: ../src/guestfs-actions.pod:6148
15159 msgid "guestfs_swapoff_label"
15160 msgstr ""
15161
15162 #. type: verbatim
15163 #: ../src/guestfs-actions.pod:6150
15164 #, no-wrap
15165 msgid ""
15166 " int\n"
15167 " guestfs_swapoff_label (guestfs_h *g,\n"
15168 "                        const char *label);\n"
15169 "\n"
15170 msgstr ""
15171
15172 #. type: textblock
15173 #: ../src/guestfs-actions.pod:6154 ../fish/guestfish-actions.pod:4117
15174 msgid ""
15175 "This command disables the libguestfs appliance swap on labeled swap "
15176 "partition."
15177 msgstr ""
15178
15179 #. type: =head2
15180 #: ../src/guestfs-actions.pod:6161
15181 msgid "guestfs_swapoff_uuid"
15182 msgstr ""
15183
15184 #. type: verbatim
15185 #: ../src/guestfs-actions.pod:6163
15186 #, no-wrap
15187 msgid ""
15188 " int\n"
15189 " guestfs_swapoff_uuid (guestfs_h *g,\n"
15190 "                       const char *uuid);\n"
15191 "\n"
15192 msgstr ""
15193
15194 #. type: textblock
15195 #: ../src/guestfs-actions.pod:6167 ../fish/guestfish-actions.pod:4124
15196 msgid ""
15197 "This command disables the libguestfs appliance swap partition with the given "
15198 "UUID."
15199 msgstr ""
15200
15201 #. type: =head2
15202 #: ../src/guestfs-actions.pod:6174
15203 msgid "guestfs_swapon_device"
15204 msgstr ""
15205
15206 #. type: verbatim
15207 #: ../src/guestfs-actions.pod:6176
15208 #, no-wrap
15209 msgid ""
15210 " int\n"
15211 " guestfs_swapon_device (guestfs_h *g,\n"
15212 "                        const char *device);\n"
15213 "\n"
15214 msgstr ""
15215
15216 #. type: textblock
15217 #: ../src/guestfs-actions.pod:6180
15218 msgid ""
15219 "This command enables the libguestfs appliance to use the swap device or "
15220 "partition named C<device>.  The increased memory is made available for all "
15221 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
15222 msgstr ""
15223
15224 #. type: textblock
15225 #: ../src/guestfs-actions.pod:6185 ../fish/guestfish-actions.pod:4136
15226 msgid ""
15227 "Note that you should not swap to existing guest swap partitions unless you "
15228 "know what you are doing.  They may contain hibernation information, or other "
15229 "information that the guest doesn't want you to trash.  You also risk leaking "
15230 "information about the host to the guest this way.  Instead, attach a new "
15231 "host device to the guest and swap on that."
15232 msgstr ""
15233
15234 #. type: =head2
15235 #: ../src/guestfs-actions.pod:6196
15236 msgid "guestfs_swapon_file"
15237 msgstr ""
15238
15239 #. type: verbatim
15240 #: ../src/guestfs-actions.pod:6198
15241 #, no-wrap
15242 msgid ""
15243 " int\n"
15244 " guestfs_swapon_file (guestfs_h *g,\n"
15245 "                      const char *file);\n"
15246 "\n"
15247 msgstr ""
15248
15249 #. type: textblock
15250 #: ../src/guestfs-actions.pod:6202
15251 msgid ""
15252 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
15253 "notes."
15254 msgstr ""
15255
15256 #. type: =head2
15257 #: ../src/guestfs-actions.pod:6209
15258 msgid "guestfs_swapon_label"
15259 msgstr ""
15260
15261 #. type: verbatim
15262 #: ../src/guestfs-actions.pod:6211
15263 #, no-wrap
15264 msgid ""
15265 " int\n"
15266 " guestfs_swapon_label (guestfs_h *g,\n"
15267 "                       const char *label);\n"
15268 "\n"
15269 msgstr ""
15270
15271 #. type: textblock
15272 #: ../src/guestfs-actions.pod:6215
15273 msgid ""
15274 "This command enables swap to a labeled swap partition.  See "
15275 "C<guestfs_swapon_device> for other notes."
15276 msgstr ""
15277
15278 #. type: =head2
15279 #: ../src/guestfs-actions.pod:6222
15280 msgid "guestfs_swapon_uuid"
15281 msgstr ""
15282
15283 #. type: verbatim
15284 #: ../src/guestfs-actions.pod:6224
15285 #, no-wrap
15286 msgid ""
15287 " int\n"
15288 " guestfs_swapon_uuid (guestfs_h *g,\n"
15289 "                      const char *uuid);\n"
15290 "\n"
15291 msgstr ""
15292
15293 #. type: textblock
15294 #: ../src/guestfs-actions.pod:6228
15295 msgid ""
15296 "This command enables swap to a swap partition with the given UUID.  See "
15297 "C<guestfs_swapon_device> for other notes."
15298 msgstr ""
15299
15300 #. type: =head2
15301 #: ../src/guestfs-actions.pod:6235
15302 msgid "guestfs_sync"
15303 msgstr ""
15304
15305 #. type: verbatim
15306 #: ../src/guestfs-actions.pod:6237
15307 #, no-wrap
15308 msgid ""
15309 " int\n"
15310 " guestfs_sync (guestfs_h *g);\n"
15311 "\n"
15312 msgstr ""
15313
15314 #. type: textblock
15315 #: ../src/guestfs-actions.pod:6240 ../fish/guestfish-actions.pod:4168
15316 msgid ""
15317 "This syncs the disk, so that any writes are flushed through to the "
15318 "underlying disk image."
15319 msgstr ""
15320
15321 #. type: textblock
15322 #: ../src/guestfs-actions.pod:6243 ../fish/guestfish-actions.pod:4171
15323 msgid ""
15324 "You should always call this if you have modified a disk image, before "
15325 "closing the handle."
15326 msgstr ""
15327
15328 #. type: =head2
15329 #: ../src/guestfs-actions.pod:6250
15330 msgid "guestfs_tail"
15331 msgstr ""
15332
15333 #. type: verbatim
15334 #: ../src/guestfs-actions.pod:6252
15335 #, no-wrap
15336 msgid ""
15337 " char **\n"
15338 " guestfs_tail (guestfs_h *g,\n"
15339 "               const char *path);\n"
15340 "\n"
15341 msgstr ""
15342
15343 #. type: textblock
15344 #: ../src/guestfs-actions.pod:6256 ../fish/guestfish-actions.pod:4178
15345 msgid "This command returns up to the last 10 lines of a file as a list of strings."
15346 msgstr ""
15347
15348 #. type: =head2
15349 #: ../src/guestfs-actions.pod:6268
15350 msgid "guestfs_tail_n"
15351 msgstr ""
15352
15353 #. type: verbatim
15354 #: ../src/guestfs-actions.pod:6270
15355 #, no-wrap
15356 msgid ""
15357 " char **\n"
15358 " guestfs_tail_n (guestfs_h *g,\n"
15359 "                 int nrlines,\n"
15360 "                 const char *path);\n"
15361 "\n"
15362 msgstr ""
15363
15364 #. type: textblock
15365 #: ../src/guestfs-actions.pod:6275 ../fish/guestfish-actions.pod:4188
15366 msgid ""
15367 "If the parameter C<nrlines> is a positive number, this returns the last "
15368 "C<nrlines> lines of the file C<path>."
15369 msgstr ""
15370
15371 #. type: textblock
15372 #: ../src/guestfs-actions.pod:6278 ../fish/guestfish-actions.pod:4191
15373 msgid ""
15374 "If the parameter C<nrlines> is a negative number, this returns lines from "
15375 "the file C<path>, starting with the C<-nrlines>th line."
15376 msgstr ""
15377
15378 #. type: =head2
15379 #: ../src/guestfs-actions.pod:6292
15380 msgid "guestfs_tar_in"
15381 msgstr ""
15382
15383 #. type: verbatim
15384 #: ../src/guestfs-actions.pod:6294
15385 #, no-wrap
15386 msgid ""
15387 " int\n"
15388 " guestfs_tar_in (guestfs_h *g,\n"
15389 "                 const char *tarfile,\n"
15390 "                 const char *directory);\n"
15391 "\n"
15392 msgstr ""
15393
15394 #. type: textblock
15395 #: ../src/guestfs-actions.pod:6299 ../fish/guestfish-actions.pod:4203
15396 msgid ""
15397 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
15398 "tar file) into C<directory>."
15399 msgstr ""
15400
15401 #. type: textblock
15402 #: ../src/guestfs-actions.pod:6302
15403 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
15404 msgstr ""
15405
15406 #. type: textblock
15407 #: ../src/guestfs-actions.pod:6307 ../src/guestfs-actions.pod:6324 ../src/guestfs-actions.pod:6340 ../src/guestfs-actions.pod:6356
15408 msgid "(Added in 1.0.3)"
15409 msgstr ""
15410
15411 #. type: =head2
15412 #: ../src/guestfs-actions.pod:6309
15413 msgid "guestfs_tar_out"
15414 msgstr ""
15415
15416 #. type: verbatim
15417 #: ../src/guestfs-actions.pod:6311
15418 #, no-wrap
15419 msgid ""
15420 " int\n"
15421 " guestfs_tar_out (guestfs_h *g,\n"
15422 "                  const char *directory,\n"
15423 "                  const char *tarfile);\n"
15424 "\n"
15425 msgstr ""
15426
15427 #. type: textblock
15428 #: ../src/guestfs-actions.pod:6316 ../fish/guestfish-actions.pod:4215
15429 msgid ""
15430 "This command packs the contents of C<directory> and downloads it to local "
15431 "file C<tarfile>."
15432 msgstr ""
15433
15434 #. type: textblock
15435 #: ../src/guestfs-actions.pod:6319
15436 msgid ""
15437 "To download a compressed tarball, use C<guestfs_tgz_out> or "
15438 "C<guestfs_txz_out>."
15439 msgstr ""
15440
15441 #. type: =head2
15442 #: ../src/guestfs-actions.pod:6326
15443 msgid "guestfs_tgz_in"
15444 msgstr ""
15445
15446 #. type: verbatim
15447 #: ../src/guestfs-actions.pod:6328
15448 #, no-wrap
15449 msgid ""
15450 " int\n"
15451 " guestfs_tgz_in (guestfs_h *g,\n"
15452 "                 const char *tarball,\n"
15453 "                 const char *directory);\n"
15454 "\n"
15455 msgstr ""
15456
15457 #. type: textblock
15458 #: ../src/guestfs-actions.pod:6333 ../fish/guestfish-actions.pod:4227
15459 msgid ""
15460 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
15461 "tar file) into C<directory>."
15462 msgstr ""
15463
15464 #. type: textblock
15465 #: ../src/guestfs-actions.pod:6336
15466 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
15467 msgstr ""
15468
15469 #. type: =head2
15470 #: ../src/guestfs-actions.pod:6342
15471 msgid "guestfs_tgz_out"
15472 msgstr ""
15473
15474 #. type: verbatim
15475 #: ../src/guestfs-actions.pod:6344
15476 #, no-wrap
15477 msgid ""
15478 " int\n"
15479 " guestfs_tgz_out (guestfs_h *g,\n"
15480 "                  const char *directory,\n"
15481 "                  const char *tarball);\n"
15482 "\n"
15483 msgstr ""
15484
15485 #. type: textblock
15486 #: ../src/guestfs-actions.pod:6349 ../fish/guestfish-actions.pod:4238
15487 msgid ""
15488 "This command packs the contents of C<directory> and downloads it to local "
15489 "file C<tarball>."
15490 msgstr ""
15491
15492 #. type: textblock
15493 #: ../src/guestfs-actions.pod:6352
15494 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
15495 msgstr ""
15496
15497 #. type: =head2
15498 #: ../src/guestfs-actions.pod:6358
15499 msgid "guestfs_touch"
15500 msgstr ""
15501
15502 #. type: verbatim
15503 #: ../src/guestfs-actions.pod:6360
15504 #, no-wrap
15505 msgid ""
15506 " int\n"
15507 " guestfs_touch (guestfs_h *g,\n"
15508 "                const char *path);\n"
15509 "\n"
15510 msgstr ""
15511
15512 #. type: textblock
15513 #: ../src/guestfs-actions.pod:6364 ../fish/guestfish-actions.pod:4249
15514 msgid ""
15515 "Touch acts like the L<touch(1)> command.  It can be used to update the "
15516 "timestamps on a file, or, if the file does not exist, to create a new "
15517 "zero-length file."
15518 msgstr ""
15519
15520 #. type: textblock
15521 #: ../src/guestfs-actions.pod:6368 ../fish/guestfish-actions.pod:4253
15522 msgid ""
15523 "This command only works on regular files, and will fail on other file types "
15524 "such as directories, symbolic links, block special etc."
15525 msgstr ""
15526
15527 #. type: =head2
15528 #: ../src/guestfs-actions.pod:6375
15529 msgid "guestfs_truncate"
15530 msgstr ""
15531
15532 #. type: verbatim
15533 #: ../src/guestfs-actions.pod:6377
15534 #, no-wrap
15535 msgid ""
15536 " int\n"
15537 " guestfs_truncate (guestfs_h *g,\n"
15538 "                   const char *path);\n"
15539 "\n"
15540 msgstr ""
15541
15542 #. type: textblock
15543 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4260
15544 msgid ""
15545 "This command truncates C<path> to a zero-length file.  The file must exist "
15546 "already."
15547 msgstr ""
15548
15549 #. type: =head2
15550 #: ../src/guestfs-actions.pod:6388
15551 msgid "guestfs_truncate_size"
15552 msgstr ""
15553
15554 #. type: verbatim
15555 #: ../src/guestfs-actions.pod:6390
15556 #, no-wrap
15557 msgid ""
15558 " int\n"
15559 " guestfs_truncate_size (guestfs_h *g,\n"
15560 "                        const char *path,\n"
15561 "                        int64_t size);\n"
15562 "\n"
15563 msgstr ""
15564
15565 #. type: textblock
15566 #: ../src/guestfs-actions.pod:6395 ../fish/guestfish-actions.pod:4267
15567 msgid ""
15568 "This command truncates C<path> to size C<size> bytes.  The file must exist "
15569 "already."
15570 msgstr ""
15571
15572 #. type: textblock
15573 #: ../src/guestfs-actions.pod:6398
15574 msgid ""
15575 "If the current file size is less than C<size> then the file is extended to "
15576 "the required size with zero bytes.  This creates a sparse file (ie. disk "
15577 "blocks are not allocated for the file until you write to it).  To create a "
15578 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
15579 msgstr ""
15580
15581 #. type: =head2
15582 #: ../src/guestfs-actions.pod:6408
15583 msgid "guestfs_tune2fs_l"
15584 msgstr ""
15585
15586 #. type: verbatim
15587 #: ../src/guestfs-actions.pod:6410
15588 #, no-wrap
15589 msgid ""
15590 " char **\n"
15591 " guestfs_tune2fs_l (guestfs_h *g,\n"
15592 "                    const char *device);\n"
15593 "\n"
15594 msgstr ""
15595
15596 #. type: textblock
15597 #: ../src/guestfs-actions.pod:6414 ../fish/guestfish-actions.pod:4280
15598 msgid ""
15599 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
15600 "C<device>."
15601 msgstr ""
15602
15603 #. type: textblock
15604 #: ../src/guestfs-actions.pod:6417 ../fish/guestfish-actions.pod:4283
15605 msgid ""
15606 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
15607 "for more details.  The list of fields returned isn't clearly defined, and "
15608 "depends on both the version of C<tune2fs> that libguestfs was built against, "
15609 "and the filesystem itself."
15610 msgstr ""
15611
15612 #. type: =head2
15613 #: ../src/guestfs-actions.pod:6430
15614 msgid "guestfs_txz_in"
15615 msgstr ""
15616
15617 #. type: verbatim
15618 #: ../src/guestfs-actions.pod:6432
15619 #, no-wrap
15620 msgid ""
15621 " int\n"
15622 " guestfs_txz_in (guestfs_h *g,\n"
15623 "                 const char *tarball,\n"
15624 "                 const char *directory);\n"
15625 "\n"
15626 msgstr ""
15627
15628 #. type: textblock
15629 #: ../src/guestfs-actions.pod:6437 ../fish/guestfish-actions.pod:4292
15630 msgid ""
15631 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
15632 "tar file) into C<directory>."
15633 msgstr ""
15634
15635 #. type: =head2
15636 #: ../src/guestfs-actions.pod:6444
15637 msgid "guestfs_txz_out"
15638 msgstr ""
15639
15640 #. type: verbatim
15641 #: ../src/guestfs-actions.pod:6446
15642 #, no-wrap
15643 msgid ""
15644 " int\n"
15645 " guestfs_txz_out (guestfs_h *g,\n"
15646 "                  const char *directory,\n"
15647 "                  const char *tarball);\n"
15648 "\n"
15649 msgstr ""
15650
15651 #. type: textblock
15652 #: ../src/guestfs-actions.pod:6451 ../fish/guestfish-actions.pod:4301
15653 msgid ""
15654 "This command packs the contents of C<directory> and downloads it to local "
15655 "file C<tarball> (as an xz compressed tar archive)."
15656 msgstr ""
15657
15658 #. type: =head2
15659 #: ../src/guestfs-actions.pod:6458
15660 msgid "guestfs_umask"
15661 msgstr ""
15662
15663 #. type: verbatim
15664 #: ../src/guestfs-actions.pod:6460
15665 #, no-wrap
15666 msgid ""
15667 " int\n"
15668 " guestfs_umask (guestfs_h *g,\n"
15669 "                int mask);\n"
15670 "\n"
15671 msgstr ""
15672
15673 #. type: textblock
15674 #: ../src/guestfs-actions.pod:6464 ../fish/guestfish-actions.pod:4310
15675 msgid ""
15676 "This function sets the mask used for creating new files and device nodes to "
15677 "C<mask & 0777>."
15678 msgstr ""
15679
15680 #. type: textblock
15681 #: ../src/guestfs-actions.pod:6467 ../fish/guestfish-actions.pod:4313
15682 msgid ""
15683 "Typical umask values would be C<022> which creates new files with "
15684 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
15685 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
15686 msgstr ""
15687
15688 #. type: textblock
15689 #: ../src/guestfs-actions.pod:6472 ../fish/guestfish-actions.pod:4318
15690 msgid ""
15691 "The default umask is C<022>.  This is important because it means that "
15692 "directories and device nodes will be created with C<0644> or C<0755> mode "
15693 "even if you specify C<0777>."
15694 msgstr ""
15695
15696 #. type: textblock
15697 #: ../src/guestfs-actions.pod:6476
15698 msgid ""
15699 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
15700 "C<guestfs_mkdir>."
15701 msgstr ""
15702
15703 #. type: textblock
15704 #: ../src/guestfs-actions.pod:6479 ../fish/guestfish-actions.pod:4325
15705 msgid "This call returns the previous umask."
15706 msgstr ""
15707
15708 #. type: =head2
15709 #: ../src/guestfs-actions.pod:6485
15710 msgid "guestfs_umount"
15711 msgstr ""
15712
15713 #. type: verbatim
15714 #: ../src/guestfs-actions.pod:6487
15715 #, no-wrap
15716 msgid ""
15717 " int\n"
15718 " guestfs_umount (guestfs_h *g,\n"
15719 "                 const char *pathordevice);\n"
15720 "\n"
15721 msgstr ""
15722
15723 #. type: textblock
15724 #: ../src/guestfs-actions.pod:6491 ../fish/guestfish-actions.pod:4333
15725 msgid ""
15726 "This unmounts the given filesystem.  The filesystem may be specified either "
15727 "by its mountpoint (path) or the device which contains the filesystem."
15728 msgstr ""
15729
15730 #. type: =head2
15731 #: ../src/guestfs-actions.pod:6499
15732 msgid "guestfs_umount_all"
15733 msgstr ""
15734
15735 #. type: verbatim
15736 #: ../src/guestfs-actions.pod:6501
15737 #, no-wrap
15738 msgid ""
15739 " int\n"
15740 " guestfs_umount_all (guestfs_h *g);\n"
15741 "\n"
15742 msgstr ""
15743
15744 #. type: textblock
15745 #: ../src/guestfs-actions.pod:6504 ../fish/guestfish-actions.pod:4343
15746 msgid "This unmounts all mounted filesystems."
15747 msgstr ""
15748
15749 #. type: textblock
15750 #: ../src/guestfs-actions.pod:6506 ../fish/guestfish-actions.pod:4345
15751 msgid "Some internal mounts are not unmounted by this call."
15752 msgstr ""
15753
15754 #. type: =head2
15755 #: ../src/guestfs-actions.pod:6512
15756 msgid "guestfs_upload"
15757 msgstr ""
15758
15759 #. type: verbatim
15760 #: ../src/guestfs-actions.pod:6514
15761 #, no-wrap
15762 msgid ""
15763 " int\n"
15764 " guestfs_upload (guestfs_h *g,\n"
15765 "                 const char *filename,\n"
15766 "                 const char *remotefilename);\n"
15767 "\n"
15768 msgstr ""
15769
15770 #. type: textblock
15771 #: ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6543 ../fish/guestfish-actions.pod:4351 ../fish/guestfish-actions.pod:4364
15772 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
15773 msgstr ""
15774
15775 #. type: textblock
15776 #: ../src/guestfs-actions.pod:6524
15777 msgid "See also C<guestfs_download>."
15778 msgstr ""
15779
15780 #. type: =head2
15781 #: ../src/guestfs-actions.pod:6535
15782 msgid "guestfs_upload_offset"
15783 msgstr ""
15784
15785 #. type: verbatim
15786 #: ../src/guestfs-actions.pod:6537
15787 #, no-wrap
15788 msgid ""
15789 " int\n"
15790 " guestfs_upload_offset (guestfs_h *g,\n"
15791 "                        const char *filename,\n"
15792 "                        const char *remotefilename,\n"
15793 "                        int64_t offset);\n"
15794 "\n"
15795 msgstr ""
15796
15797 #. type: textblock
15798 #: ../src/guestfs-actions.pod:6546 ../fish/guestfish-actions.pod:4367
15799 msgid ""
15800 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
15801 "The intention is to overwrite parts of existing files or devices, although "
15802 "if a non-existant file is specified then it is created with a \"hole\" "
15803 "before C<offset>.  The size of the data written is implicit in the size of "
15804 "the source C<filename>."
15805 msgstr ""
15806
15807 #. type: textblock
15808 #: ../src/guestfs-actions.pod:6553
15809 msgid ""
15810 "Note that there is no limit on the amount of data that can be uploaded with "
15811 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
15812 "full amount unless an error occurs."
15813 msgstr ""
15814
15815 #. type: textblock
15816 #: ../src/guestfs-actions.pod:6558
15817 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
15818 msgstr ""
15819
15820 #. type: =head2
15821 #: ../src/guestfs-actions.pod:6569
15822 msgid "guestfs_utimens"
15823 msgstr ""
15824
15825 #. type: verbatim
15826 #: ../src/guestfs-actions.pod:6571
15827 #, no-wrap
15828 msgid ""
15829 " int\n"
15830 " guestfs_utimens (guestfs_h *g,\n"
15831 "                  const char *path,\n"
15832 "                  int64_t atsecs,\n"
15833 "                  int64_t atnsecs,\n"
15834 "                  int64_t mtsecs,\n"
15835 "                  int64_t mtnsecs);\n"
15836 "\n"
15837 msgstr ""
15838
15839 #. type: textblock
15840 #: ../src/guestfs-actions.pod:6579 ../fish/guestfish-actions.pod:4387
15841 msgid "This command sets the timestamps of a file with nanosecond precision."
15842 msgstr ""
15843
15844 #. type: textblock
15845 #: ../src/guestfs-actions.pod:6582 ../fish/guestfish-actions.pod:4390
15846 msgid ""
15847 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
15848 "from the epoch."
15849 msgstr ""
15850
15851 #. type: textblock
15852 #: ../src/guestfs-actions.pod:6585 ../fish/guestfish-actions.pod:4393
15853 msgid ""
15854 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
15855 "nanoseconds from the epoch."
15856 msgstr ""
15857
15858 #. type: textblock
15859 #: ../src/guestfs-actions.pod:6588 ../fish/guestfish-actions.pod:4396
15860 msgid ""
15861 "If the C<*nsecs> field contains the special value C<-1> then the "
15862 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
15863 "ignored in this case)."
15864 msgstr ""
15865
15866 #. type: textblock
15867 #: ../src/guestfs-actions.pod:6592 ../fish/guestfish-actions.pod:4400
15868 msgid ""
15869 "If the C<*nsecs> field contains the special value C<-2> then the "
15870 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
15871 "in this case)."
15872 msgstr ""
15873
15874 #. type: =head2
15875 #: ../src/guestfs-actions.pod:6600 ../src/guestfs-structs.pod:175
15876 msgid "guestfs_version"
15877 msgstr ""
15878
15879 #. type: verbatim
15880 #: ../src/guestfs-actions.pod:6602
15881 #, no-wrap
15882 msgid ""
15883 " struct guestfs_version *\n"
15884 " guestfs_version (guestfs_h *g);\n"
15885 "\n"
15886 msgstr ""
15887
15888 #. type: textblock
15889 #: ../src/guestfs-actions.pod:6605 ../fish/guestfish-actions.pod:4408
15890 msgid "Return the libguestfs version number that the program is linked against."
15891 msgstr ""
15892
15893 #. type: textblock
15894 #: ../src/guestfs-actions.pod:6608 ../fish/guestfish-actions.pod:4411
15895 msgid ""
15896 "Note that because of dynamic linking this is not necessarily the version of "
15897 "libguestfs that you compiled against.  You can compile the program, and then "
15898 "at runtime dynamically link against a completely different C<libguestfs.so> "
15899 "library."
15900 msgstr ""
15901
15902 #. type: textblock
15903 #: ../src/guestfs-actions.pod:6613 ../fish/guestfish-actions.pod:4416
15904 msgid ""
15905 "This call was added in version C<1.0.58>.  In previous versions of "
15906 "libguestfs there was no way to get the version number.  From C code you can "
15907 "use dynamic linker functions to find out if this symbol exists (if it "
15908 "doesn't, then it's an earlier version)."
15909 msgstr ""
15910
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:6619 ../fish/guestfish-actions.pod:4422
15913 msgid ""
15914 "The call returns a structure with four elements.  The first three (C<major>, "
15915 "C<minor> and C<release>) are numbers and correspond to the usual version "
15916 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
15917 "but may be used for distro-specific information."
15918 msgstr ""
15919
15920 #. type: textblock
15921 #: ../src/guestfs-actions.pod:6625 ../fish/guestfish-actions.pod:4428
15922 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
15923 msgstr ""
15924
15925 #. type: textblock
15926 #: ../src/guestfs-actions.pod:6628 ../fish/guestfish-actions.pod:4431
15927 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
15928 msgstr ""
15929
15930 #. type: textblock
15931 #: ../src/guestfs-actions.pod:6630
15932 msgid ""
15933 "I<Note:> Don't use this call to test for availability of features.  In "
15934 "enterprise distributions we backport features from later versions into "
15935 "earlier versions, making this an unreliable way to test for features.  Use "
15936 "C<guestfs_available> instead."
15937 msgstr ""
15938
15939 #. type: textblock
15940 #: ../src/guestfs-actions.pod:6636
15941 msgid ""
15942 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
15943 "error.  I<The caller must call C<guestfs_free_version> after use>."
15944 msgstr ""
15945
15946 #. type: textblock
15947 #: ../src/guestfs-actions.pod:6640
15948 msgid "(Added in 1.0.58)"
15949 msgstr ""
15950
15951 #. type: =head2
15952 #: ../src/guestfs-actions.pod:6642
15953 msgid "guestfs_vfs_label"
15954 msgstr ""
15955
15956 #. type: verbatim
15957 #: ../src/guestfs-actions.pod:6644
15958 #, no-wrap
15959 msgid ""
15960 " char *\n"
15961 " guestfs_vfs_label (guestfs_h *g,\n"
15962 "                    const char *device);\n"
15963 "\n"
15964 msgstr ""
15965
15966 #. type: textblock
15967 #: ../src/guestfs-actions.pod:6648 ../fish/guestfish-actions.pod:4443
15968 msgid "This returns the filesystem label of the filesystem on C<device>."
15969 msgstr ""
15970
15971 #. type: textblock
15972 #: ../src/guestfs-actions.pod:6651 ../fish/guestfish-actions.pod:4446
15973 msgid "If the filesystem is unlabeled, this returns the empty string."
15974 msgstr ""
15975
15976 #. type: textblock
15977 #: ../src/guestfs-actions.pod:6653
15978 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
15979 msgstr ""
15980
15981 #. type: textblock
15982 #: ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:6695
15983 msgid "(Added in 1.3.18)"
15984 msgstr ""
15985
15986 #. type: =head2
15987 #: ../src/guestfs-actions.pod:6660
15988 msgid "guestfs_vfs_type"
15989 msgstr ""
15990
15991 #. type: verbatim
15992 #: ../src/guestfs-actions.pod:6662
15993 #, no-wrap
15994 msgid ""
15995 " char *\n"
15996 " guestfs_vfs_type (guestfs_h *g,\n"
15997 "                   const char *device);\n"
15998 "\n"
15999 msgstr ""
16000
16001 #. type: textblock
16002 #: ../src/guestfs-actions.pod:6666 ../fish/guestfish-actions.pod:4454
16003 msgid ""
16004 "This command gets the filesystem type corresponding to the filesystem on "
16005 "C<device>."
16006 msgstr ""
16007
16008 #. type: textblock
16009 #: ../src/guestfs-actions.pod:6669 ../fish/guestfish-actions.pod:4457
16010 msgid ""
16011 "For most filesystems, the result is the name of the Linux VFS module which "
16012 "would be used to mount this filesystem if you mounted it without specifying "
16013 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
16014 msgstr ""
16015
16016 #. type: =head2
16017 #: ../src/guestfs-actions.pod:6679
16018 msgid "guestfs_vfs_uuid"
16019 msgstr ""
16020
16021 #. type: verbatim
16022 #: ../src/guestfs-actions.pod:6681
16023 #, no-wrap
16024 msgid ""
16025 " char *\n"
16026 " guestfs_vfs_uuid (guestfs_h *g,\n"
16027 "                   const char *device);\n"
16028 "\n"
16029 msgstr ""
16030
16031 #. type: textblock
16032 #: ../src/guestfs-actions.pod:6685 ../fish/guestfish-actions.pod:4466
16033 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16034 msgstr ""
16035
16036 #. type: textblock
16037 #: ../src/guestfs-actions.pod:6688 ../fish/guestfish-actions.pod:4469
16038 msgid "If the filesystem does not have a UUID, this returns the empty string."
16039 msgstr ""
16040
16041 #. type: textblock
16042 #: ../src/guestfs-actions.pod:6690
16043 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16044 msgstr ""
16045
16046 #. type: =head2
16047 #: ../src/guestfs-actions.pod:6697
16048 msgid "guestfs_vg_activate"
16049 msgstr ""
16050
16051 #. type: verbatim
16052 #: ../src/guestfs-actions.pod:6699
16053 #, no-wrap
16054 msgid ""
16055 " int\n"
16056 " guestfs_vg_activate (guestfs_h *g,\n"
16057 "                      int activate,\n"
16058 "                      char *const *volgroups);\n"
16059 "\n"
16060 msgstr ""
16061
16062 #. type: textblock
16063 #: ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4477
16064 msgid ""
16065 "This command activates or (if C<activate> is false) deactivates all logical "
16066 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16067 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16068 "deactivated, then those devices disappear."
16069 msgstr ""
16070
16071 #. type: textblock
16072 #: ../src/guestfs-actions.pod:6710 ../fish/guestfish-actions.pod:4483
16073 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16074 msgstr ""
16075
16076 #. type: textblock
16077 #: ../src/guestfs-actions.pod:6712 ../fish/guestfish-actions.pod:4485
16078 msgid ""
16079 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16080 "activated or deactivated."
16081 msgstr ""
16082
16083 #. type: =head2
16084 #: ../src/guestfs-actions.pod:6719
16085 msgid "guestfs_vg_activate_all"
16086 msgstr ""
16087
16088 #. type: verbatim
16089 #: ../src/guestfs-actions.pod:6721
16090 #, no-wrap
16091 msgid ""
16092 " int\n"
16093 " guestfs_vg_activate_all (guestfs_h *g,\n"
16094 "                          int activate);\n"
16095 "\n"
16096 msgstr ""
16097
16098 #. type: textblock
16099 #: ../src/guestfs-actions.pod:6725 ../fish/guestfish-actions.pod:4492
16100 msgid ""
16101 "This command activates or (if C<activate> is false) deactivates all logical "
16102 "volumes in all volume groups.  If activated, then they are made known to the "
16103 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16104 "those devices disappear."
16105 msgstr ""
16106
16107 #. type: textblock
16108 #: ../src/guestfs-actions.pod:6731 ../fish/guestfish-actions.pod:4498
16109 msgid "This command is the same as running C<vgchange -a y|n>"
16110 msgstr ""
16111
16112 #. type: =head2
16113 #: ../src/guestfs-actions.pod:6737
16114 msgid "guestfs_vgcreate"
16115 msgstr ""
16116
16117 #. type: verbatim
16118 #: ../src/guestfs-actions.pod:6739
16119 #, no-wrap
16120 msgid ""
16121 " int\n"
16122 " guestfs_vgcreate (guestfs_h *g,\n"
16123 "                   const char *volgroup,\n"
16124 "                   char *const *physvols);\n"
16125 "\n"
16126 msgstr ""
16127
16128 #. type: textblock
16129 #: ../src/guestfs-actions.pod:6744 ../fish/guestfish-actions.pod:4504
16130 msgid ""
16131 "This creates an LVM volume group called C<volgroup> from the non-empty list "
16132 "of physical volumes C<physvols>."
16133 msgstr ""
16134
16135 #. type: =head2
16136 #: ../src/guestfs-actions.pod:6751
16137 msgid "guestfs_vglvuuids"
16138 msgstr ""
16139
16140 #. type: verbatim
16141 #: ../src/guestfs-actions.pod:6753
16142 #, no-wrap
16143 msgid ""
16144 " char **\n"
16145 " guestfs_vglvuuids (guestfs_h *g,\n"
16146 "                    const char *vgname);\n"
16147 "\n"
16148 msgstr ""
16149
16150 #. type: textblock
16151 #: ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4511
16152 msgid ""
16153 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
16154 "volumes created in this volume group."
16155 msgstr ""
16156
16157 #. type: textblock
16158 #: ../src/guestfs-actions.pod:6760
16159 msgid ""
16160 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
16161 "associate logical volumes and volume groups."
16162 msgstr ""
16163
16164 #. type: textblock
16165 #: ../src/guestfs-actions.pod:6763
16166 msgid "See also C<guestfs_vgpvuuids>."
16167 msgstr ""
16168
16169 #. type: =head2
16170 #: ../src/guestfs-actions.pod:6771
16171 msgid "guestfs_vgpvuuids"
16172 msgstr ""
16173
16174 #. type: verbatim
16175 #: ../src/guestfs-actions.pod:6773
16176 #, no-wrap
16177 msgid ""
16178 " char **\n"
16179 " guestfs_vgpvuuids (guestfs_h *g,\n"
16180 "                    const char *vgname);\n"
16181 "\n"
16182 msgstr ""
16183
16184 #. type: textblock
16185 #: ../src/guestfs-actions.pod:6777 ../fish/guestfish-actions.pod:4523
16186 msgid ""
16187 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
16188 "volumes that this volume group resides on."
16189 msgstr ""
16190
16191 #. type: textblock
16192 #: ../src/guestfs-actions.pod:6780
16193 msgid ""
16194 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
16195 "associate physical volumes and volume groups."
16196 msgstr ""
16197
16198 #. type: textblock
16199 #: ../src/guestfs-actions.pod:6783
16200 msgid "See also C<guestfs_vglvuuids>."
16201 msgstr ""
16202
16203 #. type: =head2
16204 #: ../src/guestfs-actions.pod:6791
16205 msgid "guestfs_vgremove"
16206 msgstr ""
16207
16208 #. type: verbatim
16209 #: ../src/guestfs-actions.pod:6793
16210 #, no-wrap
16211 msgid ""
16212 " int\n"
16213 " guestfs_vgremove (guestfs_h *g,\n"
16214 "                   const char *vgname);\n"
16215 "\n"
16216 msgstr ""
16217
16218 #. type: textblock
16219 #: ../src/guestfs-actions.pod:6797 ../fish/guestfish-actions.pod:4535
16220 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
16221 msgstr ""
16222
16223 #. type: textblock
16224 #: ../src/guestfs-actions.pod:6799 ../fish/guestfish-actions.pod:4537
16225 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
16226 msgstr ""
16227
16228 #. type: =head2
16229 #: ../src/guestfs-actions.pod:6806
16230 msgid "guestfs_vgrename"
16231 msgstr ""
16232
16233 #. type: verbatim
16234 #: ../src/guestfs-actions.pod:6808
16235 #, no-wrap
16236 msgid ""
16237 " int\n"
16238 " guestfs_vgrename (guestfs_h *g,\n"
16239 "                   const char *volgroup,\n"
16240 "                   const char *newvolgroup);\n"
16241 "\n"
16242 msgstr ""
16243
16244 #. type: textblock
16245 #: ../src/guestfs-actions.pod:6813 ../fish/guestfish-actions.pod:4544
16246 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
16247 msgstr ""
16248
16249 #. type: =head2
16250 #: ../src/guestfs-actions.pod:6819
16251 msgid "guestfs_vgs"
16252 msgstr ""
16253
16254 #. type: verbatim
16255 #: ../src/guestfs-actions.pod:6821
16256 #, no-wrap
16257 msgid ""
16258 " char **\n"
16259 " guestfs_vgs (guestfs_h *g);\n"
16260 "\n"
16261 msgstr ""
16262
16263 #. type: textblock
16264 #: ../src/guestfs-actions.pod:6824 ../fish/guestfish-actions.pod:4550
16265 msgid ""
16266 "List all the volumes groups detected.  This is the equivalent of the "
16267 "L<vgs(8)> command."
16268 msgstr ""
16269
16270 #. type: textblock
16271 #: ../src/guestfs-actions.pod:6827 ../fish/guestfish-actions.pod:4553
16272 msgid ""
16273 "This returns a list of just the volume group names that were detected "
16274 "(eg. C<VolGroup00>)."
16275 msgstr ""
16276
16277 #. type: textblock
16278 #: ../src/guestfs-actions.pod:6830
16279 msgid "See also C<guestfs_vgs_full>."
16280 msgstr ""
16281
16282 #. type: =head2
16283 #: ../src/guestfs-actions.pod:6838
16284 msgid "guestfs_vgs_full"
16285 msgstr ""
16286
16287 #. type: verbatim
16288 #: ../src/guestfs-actions.pod:6840
16289 #, no-wrap
16290 msgid ""
16291 " struct guestfs_lvm_vg_list *\n"
16292 " guestfs_vgs_full (guestfs_h *g);\n"
16293 "\n"
16294 msgstr ""
16295
16296 #. type: textblock
16297 #: ../src/guestfs-actions.pod:6843 ../fish/guestfish-actions.pod:4562
16298 msgid ""
16299 "List all the volumes groups detected.  This is the equivalent of the "
16300 "L<vgs(8)> command.  The \"full\" version includes all fields."
16301 msgstr ""
16302
16303 #. type: textblock
16304 #: ../src/guestfs-actions.pod:6846
16305 msgid ""
16306 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
16307 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
16308 "use>."
16309 msgstr ""
16310
16311 #. type: =head2
16312 #: ../src/guestfs-actions.pod:6852
16313 msgid "guestfs_vgscan"
16314 msgstr ""
16315
16316 #. type: verbatim
16317 #: ../src/guestfs-actions.pod:6854
16318 #, no-wrap
16319 msgid ""
16320 " int\n"
16321 " guestfs_vgscan (guestfs_h *g);\n"
16322 "\n"
16323 msgstr ""
16324
16325 #. type: textblock
16326 #: ../src/guestfs-actions.pod:6857 ../fish/guestfish-actions.pod:4569
16327 msgid ""
16328 "This rescans all block devices and rebuilds the list of LVM physical "
16329 "volumes, volume groups and logical volumes."
16330 msgstr ""
16331
16332 #. type: =head2
16333 #: ../src/guestfs-actions.pod:6864
16334 msgid "guestfs_vguuid"
16335 msgstr ""
16336
16337 #. type: verbatim
16338 #: ../src/guestfs-actions.pod:6866
16339 #, no-wrap
16340 msgid ""
16341 " char *\n"
16342 " guestfs_vguuid (guestfs_h *g,\n"
16343 "                 const char *vgname);\n"
16344 "\n"
16345 msgstr ""
16346
16347 #. type: textblock
16348 #: ../src/guestfs-actions.pod:6870 ../fish/guestfish-actions.pod:4576
16349 msgid "This command returns the UUID of the LVM VG named C<vgname>."
16350 msgstr ""
16351
16352 #. type: =head2
16353 #: ../src/guestfs-actions.pod:6877
16354 msgid "guestfs_wait_ready"
16355 msgstr ""
16356
16357 #. type: verbatim
16358 #: ../src/guestfs-actions.pod:6879
16359 #, no-wrap
16360 msgid ""
16361 " int\n"
16362 " guestfs_wait_ready (guestfs_h *g);\n"
16363 "\n"
16364 msgstr ""
16365
16366 #. type: textblock
16367 #: ../src/guestfs-actions.pod:6882
16368 msgid "This function is a no op."
16369 msgstr ""
16370
16371 #. type: textblock
16372 #: ../src/guestfs-actions.pod:6884
16373 msgid ""
16374 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
16375 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
16376 "is no longer necessary because C<guestfs_launch> now does the waiting."
16377 msgstr ""
16378
16379 #. type: textblock
16380 #: ../src/guestfs-actions.pod:6889
16381 msgid ""
16382 "If you see any calls to this function in code then you can just remove them, "
16383 "unless you want to retain compatibility with older versions of the API."
16384 msgstr ""
16385
16386 #. type: =head2
16387 #: ../src/guestfs-actions.pod:6897
16388 msgid "guestfs_wc_c"
16389 msgstr ""
16390
16391 #. type: verbatim
16392 #: ../src/guestfs-actions.pod:6899
16393 #, no-wrap
16394 msgid ""
16395 " int\n"
16396 " guestfs_wc_c (guestfs_h *g,\n"
16397 "               const char *path);\n"
16398 "\n"
16399 msgstr ""
16400
16401 #. type: textblock
16402 #: ../src/guestfs-actions.pod:6903 ../fish/guestfish-actions.pod:4582
16403 msgid ""
16404 "This command counts the characters in a file, using the C<wc -c> external "
16405 "command."
16406 msgstr ""
16407
16408 #. type: =head2
16409 #: ../src/guestfs-actions.pod:6910
16410 msgid "guestfs_wc_l"
16411 msgstr ""
16412
16413 #. type: verbatim
16414 #: ../src/guestfs-actions.pod:6912
16415 #, no-wrap
16416 msgid ""
16417 " int\n"
16418 " guestfs_wc_l (guestfs_h *g,\n"
16419 "               const char *path);\n"
16420 "\n"
16421 msgstr ""
16422
16423 #. type: textblock
16424 #: ../src/guestfs-actions.pod:6916 ../fish/guestfish-actions.pod:4589
16425 msgid ""
16426 "This command counts the lines in a file, using the C<wc -l> external "
16427 "command."
16428 msgstr ""
16429
16430 #. type: =head2
16431 #: ../src/guestfs-actions.pod:6923
16432 msgid "guestfs_wc_w"
16433 msgstr ""
16434
16435 #. type: verbatim
16436 #: ../src/guestfs-actions.pod:6925
16437 #, no-wrap
16438 msgid ""
16439 " int\n"
16440 " guestfs_wc_w (guestfs_h *g,\n"
16441 "               const char *path);\n"
16442 "\n"
16443 msgstr ""
16444
16445 #. type: textblock
16446 #: ../src/guestfs-actions.pod:6929 ../fish/guestfish-actions.pod:4596
16447 msgid ""
16448 "This command counts the words in a file, using the C<wc -w> external "
16449 "command."
16450 msgstr ""
16451
16452 #. type: =head2
16453 #: ../src/guestfs-actions.pod:6936
16454 msgid "guestfs_write"
16455 msgstr ""
16456
16457 #. type: verbatim
16458 #: ../src/guestfs-actions.pod:6938
16459 #, no-wrap
16460 msgid ""
16461 " int\n"
16462 " guestfs_write (guestfs_h *g,\n"
16463 "                const char *path,\n"
16464 "                const char *content,\n"
16465 "                size_t content_size);\n"
16466 "\n"
16467 msgstr ""
16468
16469 #. type: textblock
16470 #: ../src/guestfs-actions.pod:6944 ../fish/guestfish-actions.pod:4603
16471 msgid ""
16472 "This call creates a file called C<path>.  The content of the file is the "
16473 "string C<content> (which can contain any 8 bit data)."
16474 msgstr ""
16475
16476 #. type: =head2
16477 #: ../src/guestfs-actions.pod:6954
16478 msgid "guestfs_write_file"
16479 msgstr ""
16480
16481 #. type: verbatim
16482 #: ../src/guestfs-actions.pod:6956
16483 #, no-wrap
16484 msgid ""
16485 " int\n"
16486 " guestfs_write_file (guestfs_h *g,\n"
16487 "                     const char *path,\n"
16488 "                     const char *content,\n"
16489 "                     int size);\n"
16490 "\n"
16491 msgstr ""
16492
16493 #. type: textblock
16494 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4613
16495 msgid ""
16496 "This call creates a file called C<path>.  The contents of the file is the "
16497 "string C<content> (which can contain any 8 bit data), with length C<size>."
16498 msgstr ""
16499
16500 #. type: textblock
16501 #: ../src/guestfs-actions.pod:6966 ../fish/guestfish-actions.pod:4617
16502 msgid ""
16503 "As a special case, if C<size> is C<0> then the length is calculated using "
16504 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
16505 msgstr ""
16506
16507 #. type: textblock
16508 #: ../src/guestfs-actions.pod:6970 ../fish/guestfish-actions.pod:4621
16509 msgid ""
16510 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
16511 "I<not> work, even if the length is specified."
16512 msgstr ""
16513
16514 #. type: textblock
16515 #: ../src/guestfs-actions.pod:6978 ../fish/guestfish-actions.pod:4627
16516 msgid "This function is deprecated.  In new code, use the C<write> call instead."
16517 msgstr ""
16518
16519 #. type: =head2
16520 #: ../src/guestfs-actions.pod:6987
16521 msgid "guestfs_zegrep"
16522 msgstr ""
16523
16524 #. type: verbatim
16525 #: ../src/guestfs-actions.pod:6989
16526 #, no-wrap
16527 msgid ""
16528 " char **\n"
16529 " guestfs_zegrep (guestfs_h *g,\n"
16530 "                 const char *regex,\n"
16531 "                 const char *path);\n"
16532 "\n"
16533 msgstr ""
16534
16535 #. type: textblock
16536 #: ../src/guestfs-actions.pod:6994 ../fish/guestfish-actions.pod:4638
16537 msgid "This calls the external C<zegrep> program and returns the matching lines."
16538 msgstr ""
16539
16540 #. type: =head2
16541 #: ../src/guestfs-actions.pod:7006
16542 msgid "guestfs_zegrepi"
16543 msgstr ""
16544
16545 #. type: verbatim
16546 #: ../src/guestfs-actions.pod:7008
16547 #, no-wrap
16548 msgid ""
16549 " char **\n"
16550 " guestfs_zegrepi (guestfs_h *g,\n"
16551 "                  const char *regex,\n"
16552 "                  const char *path);\n"
16553 "\n"
16554 msgstr ""
16555
16556 #. type: textblock
16557 #: ../src/guestfs-actions.pod:7013 ../fish/guestfish-actions.pod:4648
16558 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
16559 msgstr ""
16560
16561 #. type: =head2
16562 #: ../src/guestfs-actions.pod:7025
16563 msgid "guestfs_zero"
16564 msgstr ""
16565
16566 #. type: verbatim
16567 #: ../src/guestfs-actions.pod:7027
16568 #, no-wrap
16569 msgid ""
16570 " int\n"
16571 " guestfs_zero (guestfs_h *g,\n"
16572 "               const char *device);\n"
16573 "\n"
16574 msgstr ""
16575
16576 #. type: textblock
16577 #: ../src/guestfs-actions.pod:7031 ../fish/guestfish-actions.pod:4658
16578 msgid "This command writes zeroes over the first few blocks of C<device>."
16579 msgstr ""
16580
16581 #. type: textblock
16582 #: ../src/guestfs-actions.pod:7033 ../fish/guestfish-actions.pod:4660
16583 msgid ""
16584 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
16585 "securely wipe the device).  It should be sufficient to remove any partition "
16586 "tables, filesystem superblocks and so on."
16587 msgstr ""
16588
16589 #. type: textblock
16590 #: ../src/guestfs-actions.pod:7037
16591 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
16592 msgstr ""
16593
16594 #. type: =head2
16595 #: ../src/guestfs-actions.pod:7048
16596 msgid "guestfs_zero_device"
16597 msgstr ""
16598
16599 #. type: verbatim
16600 #: ../src/guestfs-actions.pod:7050
16601 #, no-wrap
16602 msgid ""
16603 " int\n"
16604 " guestfs_zero_device (guestfs_h *g,\n"
16605 "                      const char *device);\n"
16606 "\n"
16607 msgstr ""
16608
16609 #. type: textblock
16610 #: ../src/guestfs-actions.pod:7054
16611 msgid ""
16612 "This command writes zeroes over the entire C<device>.  Compare with "
16613 "C<guestfs_zero> which just zeroes the first few blocks of a device."
16614 msgstr ""
16615
16616 #. type: textblock
16617 #: ../src/guestfs-actions.pod:7068
16618 msgid "(Added in 1.3.1)"
16619 msgstr ""
16620
16621 #. type: =head2
16622 #: ../src/guestfs-actions.pod:7070
16623 msgid "guestfs_zerofree"
16624 msgstr ""
16625
16626 #. type: verbatim
16627 #: ../src/guestfs-actions.pod:7072
16628 #, no-wrap
16629 msgid ""
16630 " int\n"
16631 " guestfs_zerofree (guestfs_h *g,\n"
16632 "                   const char *device);\n"
16633 "\n"
16634 msgstr ""
16635
16636 #. type: textblock
16637 #: ../src/guestfs-actions.pod:7076 ../fish/guestfish-actions.pod:4681
16638 msgid ""
16639 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
16640 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
16641 "possible to compress the filesystem more effectively."
16642 msgstr ""
16643
16644 #. type: textblock
16645 #: ../src/guestfs-actions.pod:7081 ../fish/guestfish-actions.pod:4686
16646 msgid "You should B<not> run this program if the filesystem is mounted."
16647 msgstr ""
16648
16649 #. type: textblock
16650 #: ../src/guestfs-actions.pod:7084 ../fish/guestfish-actions.pod:4689
16651 msgid ""
16652 "It is possible that using this program can damage the filesystem or data on "
16653 "the filesystem."
16654 msgstr ""
16655
16656 #. type: =head2
16657 #: ../src/guestfs-actions.pod:7091
16658 msgid "guestfs_zfgrep"
16659 msgstr ""
16660
16661 #. type: verbatim
16662 #: ../src/guestfs-actions.pod:7093
16663 #, no-wrap
16664 msgid ""
16665 " char **\n"
16666 " guestfs_zfgrep (guestfs_h *g,\n"
16667 "                 const char *pattern,\n"
16668 "                 const char *path);\n"
16669 "\n"
16670 msgstr ""
16671
16672 #. type: textblock
16673 #: ../src/guestfs-actions.pod:7098 ../fish/guestfish-actions.pod:4696
16674 msgid "This calls the external C<zfgrep> program and returns the matching lines."
16675 msgstr ""
16676
16677 #. type: =head2
16678 #: ../src/guestfs-actions.pod:7110
16679 msgid "guestfs_zfgrepi"
16680 msgstr ""
16681
16682 #. type: verbatim
16683 #: ../src/guestfs-actions.pod:7112
16684 #, no-wrap
16685 msgid ""
16686 " char **\n"
16687 " guestfs_zfgrepi (guestfs_h *g,\n"
16688 "                  const char *pattern,\n"
16689 "                  const char *path);\n"
16690 "\n"
16691 msgstr ""
16692
16693 #. type: textblock
16694 #: ../src/guestfs-actions.pod:7117 ../fish/guestfish-actions.pod:4706
16695 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
16696 msgstr ""
16697
16698 #. type: =head2
16699 #: ../src/guestfs-actions.pod:7129
16700 msgid "guestfs_zfile"
16701 msgstr ""
16702
16703 #. type: verbatim
16704 #: ../src/guestfs-actions.pod:7131
16705 #, no-wrap
16706 msgid ""
16707 " char *\n"
16708 " guestfs_zfile (guestfs_h *g,\n"
16709 "                const char *meth,\n"
16710 "                const char *path);\n"
16711 "\n"
16712 msgstr ""
16713
16714 #. type: textblock
16715 #: ../src/guestfs-actions.pod:7136 ../fish/guestfish-actions.pod:4716
16716 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
16717 msgstr ""
16718
16719 #. type: textblock
16720 #: ../src/guestfs-actions.pod:7139 ../fish/guestfish-actions.pod:4719
16721 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
16722 msgstr ""
16723
16724 #. type: textblock
16725 #: ../src/guestfs-actions.pod:7141
16726 msgid ""
16727 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
16728 "files."
16729 msgstr ""
16730
16731 #. type: textblock
16732 #: ../src/guestfs-actions.pod:7147 ../fish/guestfish-actions.pod:4724
16733 msgid "This function is deprecated.  In new code, use the C<file> call instead."
16734 msgstr ""
16735
16736 #. type: =head2
16737 #: ../src/guestfs-actions.pod:7156
16738 msgid "guestfs_zgrep"
16739 msgstr ""
16740
16741 #. type: verbatim
16742 #: ../src/guestfs-actions.pod:7158
16743 #, no-wrap
16744 msgid ""
16745 " char **\n"
16746 " guestfs_zgrep (guestfs_h *g,\n"
16747 "                const char *regex,\n"
16748 "                const char *path);\n"
16749 "\n"
16750 msgstr ""
16751
16752 #. type: textblock
16753 #: ../src/guestfs-actions.pod:7163 ../fish/guestfish-actions.pod:4735
16754 msgid "This calls the external C<zgrep> program and returns the matching lines."
16755 msgstr ""
16756
16757 #. type: =head2
16758 #: ../src/guestfs-actions.pod:7175
16759 msgid "guestfs_zgrepi"
16760 msgstr ""
16761
16762 #. type: verbatim
16763 #: ../src/guestfs-actions.pod:7177
16764 #, no-wrap
16765 msgid ""
16766 " char **\n"
16767 " guestfs_zgrepi (guestfs_h *g,\n"
16768 "                 const char *regex,\n"
16769 "                 const char *path);\n"
16770 "\n"
16771 msgstr ""
16772
16773 #. type: textblock
16774 #: ../src/guestfs-actions.pod:7182 ../fish/guestfish-actions.pod:4745
16775 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
16776 msgstr ""
16777
16778 #. type: =item
16779 #: ../src/guestfs-availability.pod:3
16780 msgid "B<augeas>"
16781 msgstr ""
16782
16783 #. type: textblock
16784 #: ../src/guestfs-availability.pod:5
16785 msgid ""
16786 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
16787 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
16788 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
16789 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
16790 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
16791 msgstr ""
16792
16793 #. type: =item
16794 #: ../src/guestfs-availability.pod:21
16795 msgid "B<inotify>"
16796 msgstr ""
16797
16798 #. type: textblock
16799 #: ../src/guestfs-availability.pod:23
16800 msgid ""
16801 "The following functions: L</guestfs_inotify_add_watch> "
16802 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
16803 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
16804 msgstr ""
16805
16806 #. type: =item
16807 #: ../src/guestfs-availability.pod:31
16808 msgid "B<linuxfsuuid>"
16809 msgstr ""
16810
16811 #. type: textblock
16812 #: ../src/guestfs-availability.pod:33
16813 msgid ""
16814 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
16815 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
16816 msgstr ""
16817
16818 #. type: =item
16819 #: ../src/guestfs-availability.pod:40
16820 msgid "B<linuxmodules>"
16821 msgstr ""
16822
16823 #. type: textblock
16824 #: ../src/guestfs-availability.pod:42
16825 msgid "The following functions: L</guestfs_modprobe>"
16826 msgstr ""
16827
16828 #. type: =item
16829 #: ../src/guestfs-availability.pod:45
16830 msgid "B<linuxxattrs>"
16831 msgstr ""
16832
16833 #. type: textblock
16834 #: ../src/guestfs-availability.pod:47
16835 msgid ""
16836 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
16837 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
16838 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
16839 "L</guestfs_setxattr>"
16840 msgstr ""
16841
16842 #. type: =item
16843 #: ../src/guestfs-availability.pod:58
16844 msgid "B<luks>"
16845 msgstr ""
16846
16847 #. type: textblock
16848 #: ../src/guestfs-availability.pod:60
16849 msgid ""
16850 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
16851 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
16852 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
16853 msgstr ""
16854
16855 #. type: =item
16856 #: ../src/guestfs-availability.pod:69
16857 msgid "B<lvm2>"
16858 msgstr ""
16859
16860 #. type: textblock
16861 #: ../src/guestfs-availability.pod:71
16862 msgid ""
16863 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
16864 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
16865 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
16866 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
16867 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
16868 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
16869 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
16870 "L</guestfs_vgs_full>"
16871 msgstr ""
16872
16873 #. type: =item
16874 #: ../src/guestfs-availability.pod:94
16875 msgid "B<mknod>"
16876 msgstr ""
16877
16878 #. type: textblock
16879 #: ../src/guestfs-availability.pod:96
16880 msgid ""
16881 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
16882 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
16883 msgstr ""
16884
16885 #. type: =item
16886 #: ../src/guestfs-availability.pod:102
16887 msgid "B<ntfs3g>"
16888 msgstr ""
16889
16890 #. type: textblock
16891 #: ../src/guestfs-availability.pod:104
16892 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
16893 msgstr ""
16894
16895 #. type: =item
16896 #: ../src/guestfs-availability.pod:107
16897 msgid "B<ntfsprogs>"
16898 msgstr ""
16899
16900 #. type: textblock
16901 #: ../src/guestfs-availability.pod:109
16902 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
16903 msgstr ""
16904
16905 #. type: =item
16906 #: ../src/guestfs-availability.pod:113
16907 msgid "B<realpath>"
16908 msgstr ""
16909
16910 #. type: textblock
16911 #: ../src/guestfs-availability.pod:115
16912 msgid "The following functions: L</guestfs_realpath>"
16913 msgstr ""
16914
16915 #. type: =item
16916 #: ../src/guestfs-availability.pod:118
16917 msgid "B<scrub>"
16918 msgstr ""
16919
16920 #. type: textblock
16921 #: ../src/guestfs-availability.pod:120
16922 msgid ""
16923 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
16924 "L</guestfs_scrub_freespace>"
16925 msgstr ""
16926
16927 #. type: =item
16928 #: ../src/guestfs-availability.pod:125
16929 msgid "B<selinux>"
16930 msgstr ""
16931
16932 #. type: textblock
16933 #: ../src/guestfs-availability.pod:127
16934 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
16935 msgstr ""
16936
16937 #. type: =item
16938 #: ../src/guestfs-availability.pod:131
16939 msgid "B<xz>"
16940 msgstr ""
16941
16942 #. type: textblock
16943 #: ../src/guestfs-availability.pod:133
16944 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
16945 msgstr ""
16946
16947 #. type: =item
16948 #: ../src/guestfs-availability.pod:137
16949 msgid "B<zerofree>"
16950 msgstr ""
16951
16952 #. type: textblock
16953 #: ../src/guestfs-availability.pod:139
16954 msgid "The following functions: L</guestfs_zerofree>"
16955 msgstr ""
16956
16957 #. type: =head2
16958 #: ../src/guestfs-structs.pod:1
16959 msgid "guestfs_int_bool"
16960 msgstr ""
16961
16962 #. type: verbatim
16963 #: ../src/guestfs-structs.pod:3
16964 #, no-wrap
16965 msgid ""
16966 " struct guestfs_int_bool {\n"
16967 "   int32_t i;\n"
16968 "   int32_t b;\n"
16969 " };\n"
16970 " \n"
16971 msgstr ""
16972
16973 #. type: verbatim
16974 #: ../src/guestfs-structs.pod:8
16975 #, no-wrap
16976 msgid ""
16977 " struct guestfs_int_bool_list {\n"
16978 "   uint32_t len; /* Number of elements in list. */\n"
16979 "   struct guestfs_int_bool *val; /* Elements. */\n"
16980 " };\n"
16981 " \n"
16982 msgstr ""
16983
16984 #. type: verbatim
16985 #: ../src/guestfs-structs.pod:13
16986 #, no-wrap
16987 msgid ""
16988 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
16989 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
16990 "\n"
16991 msgstr ""
16992
16993 #. type: =head2
16994 #: ../src/guestfs-structs.pod:16
16995 msgid "guestfs_lvm_pv"
16996 msgstr ""
16997
16998 #. type: verbatim
16999 #: ../src/guestfs-structs.pod:18
17000 #, no-wrap
17001 msgid ""
17002 " struct guestfs_lvm_pv {\n"
17003 "   char *pv_name;\n"
17004 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17005 "*/\n"
17006 "   char pv_uuid[32];\n"
17007 "   char *pv_fmt;\n"
17008 "   uint64_t pv_size;\n"
17009 "   uint64_t dev_size;\n"
17010 "   uint64_t pv_free;\n"
17011 "   uint64_t pv_used;\n"
17012 "   char *pv_attr;\n"
17013 "   int64_t pv_pe_count;\n"
17014 "   int64_t pv_pe_alloc_count;\n"
17015 "   char *pv_tags;\n"
17016 "   uint64_t pe_start;\n"
17017 "   int64_t pv_mda_count;\n"
17018 "   uint64_t pv_mda_free;\n"
17019 " };\n"
17020 " \n"
17021 msgstr ""
17022
17023 #. type: verbatim
17024 #: ../src/guestfs-structs.pod:36
17025 #, no-wrap
17026 msgid ""
17027 " struct guestfs_lvm_pv_list {\n"
17028 "   uint32_t len; /* Number of elements in list. */\n"
17029 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
17030 " };\n"
17031 " \n"
17032 msgstr ""
17033
17034 #. type: verbatim
17035 #: ../src/guestfs-structs.pod:41
17036 #, no-wrap
17037 msgid ""
17038 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17039 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17040 "\n"
17041 msgstr ""
17042
17043 #. type: =head2
17044 #: ../src/guestfs-structs.pod:44
17045 msgid "guestfs_lvm_vg"
17046 msgstr ""
17047
17048 #. type: verbatim
17049 #: ../src/guestfs-structs.pod:46
17050 #, no-wrap
17051 msgid ""
17052 " struct guestfs_lvm_vg {\n"
17053 "   char *vg_name;\n"
17054 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17055 "*/\n"
17056 "   char vg_uuid[32];\n"
17057 "   char *vg_fmt;\n"
17058 "   char *vg_attr;\n"
17059 "   uint64_t vg_size;\n"
17060 "   uint64_t vg_free;\n"
17061 "   char *vg_sysid;\n"
17062 "   uint64_t vg_extent_size;\n"
17063 "   int64_t vg_extent_count;\n"
17064 "   int64_t vg_free_count;\n"
17065 "   int64_t max_lv;\n"
17066 "   int64_t max_pv;\n"
17067 "   int64_t pv_count;\n"
17068 "   int64_t lv_count;\n"
17069 "   int64_t snap_count;\n"
17070 "   int64_t vg_seqno;\n"
17071 "   char *vg_tags;\n"
17072 "   int64_t vg_mda_count;\n"
17073 "   uint64_t vg_mda_free;\n"
17074 " };\n"
17075 " \n"
17076 msgstr ""
17077
17078 #. type: verbatim
17079 #: ../src/guestfs-structs.pod:69
17080 #, no-wrap
17081 msgid ""
17082 " struct guestfs_lvm_vg_list {\n"
17083 "   uint32_t len; /* Number of elements in list. */\n"
17084 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17085 " };\n"
17086 " \n"
17087 msgstr ""
17088
17089 #. type: verbatim
17090 #: ../src/guestfs-structs.pod:74
17091 #, no-wrap
17092 msgid ""
17093 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17094 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17095 "\n"
17096 msgstr ""
17097
17098 #. type: =head2
17099 #: ../src/guestfs-structs.pod:77
17100 msgid "guestfs_lvm_lv"
17101 msgstr ""
17102
17103 #. type: verbatim
17104 #: ../src/guestfs-structs.pod:79
17105 #, no-wrap
17106 msgid ""
17107 " struct guestfs_lvm_lv {\n"
17108 "   char *lv_name;\n"
17109 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17110 "*/\n"
17111 "   char lv_uuid[32];\n"
17112 "   char *lv_attr;\n"
17113 "   int64_t lv_major;\n"
17114 "   int64_t lv_minor;\n"
17115 "   int64_t lv_kernel_major;\n"
17116 "   int64_t lv_kernel_minor;\n"
17117 "   uint64_t lv_size;\n"
17118 "   int64_t seg_count;\n"
17119 "   char *origin;\n"
17120 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17121 "   float snap_percent;\n"
17122 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17123 "   float copy_percent;\n"
17124 "   char *move_pv;\n"
17125 "   char *lv_tags;\n"
17126 "   char *mirror_log;\n"
17127 "   char *modules;\n"
17128 " };\n"
17129 " \n"
17130 msgstr ""
17131
17132 #. type: verbatim
17133 #: ../src/guestfs-structs.pod:101
17134 #, no-wrap
17135 msgid ""
17136 " struct guestfs_lvm_lv_list {\n"
17137 "   uint32_t len; /* Number of elements in list. */\n"
17138 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
17139 " };\n"
17140 " \n"
17141 msgstr ""
17142
17143 #. type: verbatim
17144 #: ../src/guestfs-structs.pod:106
17145 #, no-wrap
17146 msgid ""
17147 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
17148 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
17149 "\n"
17150 msgstr ""
17151
17152 #. type: verbatim
17153 #: ../src/guestfs-structs.pod:111
17154 #, no-wrap
17155 msgid ""
17156 " struct guestfs_stat {\n"
17157 "   int64_t dev;\n"
17158 "   int64_t ino;\n"
17159 "   int64_t mode;\n"
17160 "   int64_t nlink;\n"
17161 "   int64_t uid;\n"
17162 "   int64_t gid;\n"
17163 "   int64_t rdev;\n"
17164 "   int64_t size;\n"
17165 "   int64_t blksize;\n"
17166 "   int64_t blocks;\n"
17167 "   int64_t atime;\n"
17168 "   int64_t mtime;\n"
17169 "   int64_t ctime;\n"
17170 " };\n"
17171 " \n"
17172 msgstr ""
17173
17174 #. type: verbatim
17175 #: ../src/guestfs-structs.pod:127
17176 #, no-wrap
17177 msgid ""
17178 " struct guestfs_stat_list {\n"
17179 "   uint32_t len; /* Number of elements in list. */\n"
17180 "   struct guestfs_stat *val; /* Elements. */\n"
17181 " };\n"
17182 " \n"
17183 msgstr ""
17184
17185 #. type: verbatim
17186 #: ../src/guestfs-structs.pod:132
17187 #, no-wrap
17188 msgid ""
17189 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
17190 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
17191 "\n"
17192 msgstr ""
17193
17194 #. type: verbatim
17195 #: ../src/guestfs-structs.pod:137
17196 #, no-wrap
17197 msgid ""
17198 " struct guestfs_statvfs {\n"
17199 "   int64_t bsize;\n"
17200 "   int64_t frsize;\n"
17201 "   int64_t blocks;\n"
17202 "   int64_t bfree;\n"
17203 "   int64_t bavail;\n"
17204 "   int64_t files;\n"
17205 "   int64_t ffree;\n"
17206 "   int64_t favail;\n"
17207 "   int64_t fsid;\n"
17208 "   int64_t flag;\n"
17209 "   int64_t namemax;\n"
17210 " };\n"
17211 " \n"
17212 msgstr ""
17213
17214 #. type: verbatim
17215 #: ../src/guestfs-structs.pod:151
17216 #, no-wrap
17217 msgid ""
17218 " struct guestfs_statvfs_list {\n"
17219 "   uint32_t len; /* Number of elements in list. */\n"
17220 "   struct guestfs_statvfs *val; /* Elements. */\n"
17221 " };\n"
17222 " \n"
17223 msgstr ""
17224
17225 #. type: verbatim
17226 #: ../src/guestfs-structs.pod:156
17227 #, no-wrap
17228 msgid ""
17229 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
17230 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
17231 "\n"
17232 msgstr ""
17233
17234 #. type: =head2
17235 #: ../src/guestfs-structs.pod:159
17236 msgid "guestfs_dirent"
17237 msgstr ""
17238
17239 #. type: verbatim
17240 #: ../src/guestfs-structs.pod:161
17241 #, no-wrap
17242 msgid ""
17243 " struct guestfs_dirent {\n"
17244 "   int64_t ino;\n"
17245 "   char ftyp;\n"
17246 "   char *name;\n"
17247 " };\n"
17248 " \n"
17249 msgstr ""
17250
17251 #. type: verbatim
17252 #: ../src/guestfs-structs.pod:167
17253 #, no-wrap
17254 msgid ""
17255 " struct guestfs_dirent_list {\n"
17256 "   uint32_t len; /* Number of elements in list. */\n"
17257 "   struct guestfs_dirent *val; /* Elements. */\n"
17258 " };\n"
17259 " \n"
17260 msgstr ""
17261
17262 #. type: verbatim
17263 #: ../src/guestfs-structs.pod:172
17264 #, no-wrap
17265 msgid ""
17266 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
17267 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
17268 "\n"
17269 msgstr ""
17270
17271 #. type: verbatim
17272 #: ../src/guestfs-structs.pod:177
17273 #, no-wrap
17274 msgid ""
17275 " struct guestfs_version {\n"
17276 "   int64_t major;\n"
17277 "   int64_t minor;\n"
17278 "   int64_t release;\n"
17279 "   char *extra;\n"
17280 " };\n"
17281 " \n"
17282 msgstr ""
17283
17284 #. type: verbatim
17285 #: ../src/guestfs-structs.pod:184
17286 #, no-wrap
17287 msgid ""
17288 " struct guestfs_version_list {\n"
17289 "   uint32_t len; /* Number of elements in list. */\n"
17290 "   struct guestfs_version *val; /* Elements. */\n"
17291 " };\n"
17292 " \n"
17293 msgstr ""
17294
17295 #. type: verbatim
17296 #: ../src/guestfs-structs.pod:189
17297 #, no-wrap
17298 msgid ""
17299 " void guestfs_free_version (struct guestfs_free_version *);\n"
17300 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
17301 "\n"
17302 msgstr ""
17303
17304 #. type: =head2
17305 #: ../src/guestfs-structs.pod:192
17306 msgid "guestfs_xattr"
17307 msgstr ""
17308
17309 #. type: verbatim
17310 #: ../src/guestfs-structs.pod:194
17311 #, no-wrap
17312 msgid ""
17313 " struct guestfs_xattr {\n"
17314 "   char *attrname;\n"
17315 "   /* The next two fields describe a byte array. */\n"
17316 "   uint32_t attrval_len;\n"
17317 "   char *attrval;\n"
17318 " };\n"
17319 " \n"
17320 msgstr ""
17321
17322 #. type: verbatim
17323 #: ../src/guestfs-structs.pod:201
17324 #, no-wrap
17325 msgid ""
17326 " struct guestfs_xattr_list {\n"
17327 "   uint32_t len; /* Number of elements in list. */\n"
17328 "   struct guestfs_xattr *val; /* Elements. */\n"
17329 " };\n"
17330 " \n"
17331 msgstr ""
17332
17333 #. type: verbatim
17334 #: ../src/guestfs-structs.pod:206
17335 #, no-wrap
17336 msgid ""
17337 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
17338 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
17339 "\n"
17340 msgstr ""
17341
17342 #. type: =head2
17343 #: ../src/guestfs-structs.pod:209
17344 msgid "guestfs_inotify_event"
17345 msgstr ""
17346
17347 #. type: verbatim
17348 #: ../src/guestfs-structs.pod:211
17349 #, no-wrap
17350 msgid ""
17351 " struct guestfs_inotify_event {\n"
17352 "   int64_t in_wd;\n"
17353 "   uint32_t in_mask;\n"
17354 "   uint32_t in_cookie;\n"
17355 "   char *in_name;\n"
17356 " };\n"
17357 " \n"
17358 msgstr ""
17359
17360 #. type: verbatim
17361 #: ../src/guestfs-structs.pod:218
17362 #, no-wrap
17363 msgid ""
17364 " struct guestfs_inotify_event_list {\n"
17365 "   uint32_t len; /* Number of elements in list. */\n"
17366 "   struct guestfs_inotify_event *val; /* Elements. */\n"
17367 " };\n"
17368 " \n"
17369 msgstr ""
17370
17371 #. type: verbatim
17372 #: ../src/guestfs-structs.pod:223
17373 #, no-wrap
17374 msgid ""
17375 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
17376 " void guestfs_free_inotify_event_list (struct "
17377 "guestfs_free_inotify_event_list *);\n"
17378 "\n"
17379 msgstr ""
17380
17381 #. type: =head2
17382 #: ../src/guestfs-structs.pod:226
17383 msgid "guestfs_partition"
17384 msgstr ""
17385
17386 #. type: verbatim
17387 #: ../src/guestfs-structs.pod:228
17388 #, no-wrap
17389 msgid ""
17390 " struct guestfs_partition {\n"
17391 "   int32_t part_num;\n"
17392 "   uint64_t part_start;\n"
17393 "   uint64_t part_end;\n"
17394 "   uint64_t part_size;\n"
17395 " };\n"
17396 " \n"
17397 msgstr ""
17398
17399 #. type: verbatim
17400 #: ../src/guestfs-structs.pod:235
17401 #, no-wrap
17402 msgid ""
17403 " struct guestfs_partition_list {\n"
17404 "   uint32_t len; /* Number of elements in list. */\n"
17405 "   struct guestfs_partition *val; /* Elements. */\n"
17406 " };\n"
17407 " \n"
17408 msgstr ""
17409
17410 #. type: verbatim
17411 #: ../src/guestfs-structs.pod:240
17412 #, no-wrap
17413 msgid ""
17414 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
17415 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
17416 "\n"
17417 msgstr ""
17418
17419 #. type: =head2
17420 #: ../src/guestfs-structs.pod:243
17421 msgid "guestfs_application"
17422 msgstr ""
17423
17424 #. type: verbatim
17425 #: ../src/guestfs-structs.pod:245
17426 #, no-wrap
17427 msgid ""
17428 " struct guestfs_application {\n"
17429 "   char *app_name;\n"
17430 "   char *app_display_name;\n"
17431 "   int32_t app_epoch;\n"
17432 "   char *app_version;\n"
17433 "   char *app_release;\n"
17434 "   char *app_install_path;\n"
17435 "   char *app_trans_path;\n"
17436 "   char *app_publisher;\n"
17437 "   char *app_url;\n"
17438 "   char *app_source_package;\n"
17439 "   char *app_summary;\n"
17440 "   char *app_description;\n"
17441 " };\n"
17442 " \n"
17443 msgstr ""
17444
17445 #. type: verbatim
17446 #: ../src/guestfs-structs.pod:260
17447 #, no-wrap
17448 msgid ""
17449 " struct guestfs_application_list {\n"
17450 "   uint32_t len; /* Number of elements in list. */\n"
17451 "   struct guestfs_application *val; /* Elements. */\n"
17452 " };\n"
17453 " \n"
17454 msgstr ""
17455
17456 #. type: verbatim
17457 #: ../src/guestfs-structs.pod:265
17458 #, no-wrap
17459 msgid ""
17460 " void guestfs_free_application (struct guestfs_free_application *);\n"
17461 " void guestfs_free_application_list (struct guestfs_free_application_list "
17462 "*);\n"
17463 "\n"
17464 msgstr ""
17465
17466 #. type: textblock
17467 #: ../fish/guestfish.pod:5
17468 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
17469 msgstr ""
17470
17471 #. type: verbatim
17472 #: ../fish/guestfish.pod:9
17473 #, no-wrap
17474 msgid ""
17475 " guestfish [--options] [commands]\n"
17476 "\n"
17477 msgstr ""
17478
17479 #. type: verbatim
17480 #: ../fish/guestfish.pod:11
17481 #, no-wrap
17482 msgid ""
17483 " guestfish\n"
17484 "\n"
17485 msgstr ""
17486
17487 #. type: verbatim
17488 #: ../fish/guestfish.pod:13
17489 #, no-wrap
17490 msgid ""
17491 " guestfish [--ro|--rw] -a disk.img\n"
17492 "\n"
17493 msgstr ""
17494
17495 #. type: verbatim
17496 #: ../fish/guestfish.pod:15
17497 #, no-wrap
17498 msgid ""
17499 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
17500 "\n"
17501 msgstr ""
17502
17503 #. type: verbatim
17504 #: ../fish/guestfish.pod:17
17505 #, no-wrap
17506 msgid ""
17507 " guestfish -d libvirt-domain\n"
17508 "\n"
17509 msgstr ""
17510
17511 #. type: verbatim
17512 #: ../fish/guestfish.pod:19
17513 #, no-wrap
17514 msgid ""
17515 " guestfish [--ro|--rw] -a disk.img -i\n"
17516 "\n"
17517 msgstr ""
17518
17519 #. type: verbatim
17520 #: ../fish/guestfish.pod:21
17521 #, no-wrap
17522 msgid ""
17523 " guestfish -d libvirt-domain -i\n"
17524 "\n"
17525 msgstr ""
17526
17527 #. type: =head1
17528 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:59
17529 msgid "WARNING"
17530 msgstr ""
17531
17532 #. type: textblock
17533 #: ../fish/guestfish.pod:25
17534 msgid ""
17535 "Using guestfish in read/write mode on live virtual machines can be "
17536 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
17537 "option to use guestfish safely if the disk image or virtual machine might be "
17538 "live."
17539 msgstr ""
17540
17541 #. type: textblock
17542 #: ../fish/guestfish.pod:32
17543 msgid ""
17544 "Guestfish is a shell and command-line tool for examining and modifying "
17545 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
17546 "functionality of the guestfs API, see L<guestfs(3)>."
17547 msgstr ""
17548
17549 #. type: textblock
17550 #: ../fish/guestfish.pod:36
17551 msgid ""
17552 "Guestfish gives you structured access to the libguestfs API, from shell "
17553 "scripts or the command line or interactively.  If you want to rescue a "
17554 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
17555 "command."
17556 msgstr ""
17557
17558 #. type: =head1
17559 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:897 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:45
17560 msgid "EXAMPLES"
17561 msgstr ""
17562
17563 #. type: =head2
17564 #: ../fish/guestfish.pod:43
17565 msgid "As an interactive shell"
17566 msgstr ""
17567
17568 #. type: verbatim
17569 #: ../fish/guestfish.pod:45
17570 #, no-wrap
17571 msgid ""
17572 " $ guestfish\n"
17573 " \n"
17574 msgstr ""
17575
17576 #. type: verbatim
17577 #: ../fish/guestfish.pod:47
17578 #, no-wrap
17579 msgid ""
17580 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
17581 " editing virtual machine filesystems.\n"
17582 " \n"
17583 msgstr ""
17584
17585 #. type: verbatim
17586 #: ../fish/guestfish.pod:50
17587 #, no-wrap
17588 msgid ""
17589 " Type: 'help' for a list of commands\n"
17590 "       'man' to read the manual\n"
17591 "       'quit' to quit the shell\n"
17592 " \n"
17593 msgstr ""
17594
17595 #. type: verbatim
17596 #: ../fish/guestfish.pod:54
17597 #, no-wrap
17598 msgid ""
17599 " ><fs> add-ro disk.img\n"
17600 " ><fs> run\n"
17601 " ><fs> list-filesystems\n"
17602 " /dev/sda1: ext4\n"
17603 " /dev/vg_guest/lv_root: ext4\n"
17604 " /dev/vg_guest/lv_swap: swap\n"
17605 " ><fs> mount /dev/vg_guest/lv_root /\n"
17606 " ><fs> cat /etc/fstab\n"
17607 " # /etc/fstab\n"
17608 " # Created by anaconda\n"
17609 " [...]\n"
17610 " ><fs> exit\n"
17611 "\n"
17612 msgstr ""
17613
17614 #. type: =head2
17615 #: ../fish/guestfish.pod:67
17616 msgid "From shell scripts"
17617 msgstr ""
17618
17619 #. type: textblock
17620 #: ../fish/guestfish.pod:69
17621 msgid "Create a new C</etc/motd> file in a guest or disk image:"
17622 msgstr ""
17623
17624 #. type: verbatim
17625 #: ../fish/guestfish.pod:71
17626 #, no-wrap
17627 msgid ""
17628 " guestfish <<_EOF_\n"
17629 " add disk.img\n"
17630 " run\n"
17631 " mount /dev/vg_guest/lv_root /\n"
17632 " write /etc/motd \"Welcome, new users\"\n"
17633 " _EOF_\n"
17634 "\n"
17635 msgstr ""
17636
17637 #. type: textblock
17638 #: ../fish/guestfish.pod:78
17639 msgid "List the LVM logical volumes in a disk image:"
17640 msgstr ""
17641
17642 #. type: verbatim
17643 #: ../fish/guestfish.pod:80
17644 #, no-wrap
17645 msgid ""
17646 " guestfish -a disk.img --ro <<_EOF_\n"
17647 " run\n"
17648 " lvs\n"
17649 " _EOF_\n"
17650 "\n"
17651 msgstr ""
17652
17653 #. type: textblock
17654 #: ../fish/guestfish.pod:85
17655 msgid "List all the filesystems in a disk image:"
17656 msgstr ""
17657
17658 #. type: verbatim
17659 #: ../fish/guestfish.pod:87
17660 #, no-wrap
17661 msgid ""
17662 " guestfish -a disk.img --ro <<_EOF_\n"
17663 " run\n"
17664 " list-filesystems\n"
17665 " _EOF_\n"
17666 "\n"
17667 msgstr ""
17668
17669 #. type: =head2
17670 #: ../fish/guestfish.pod:92
17671 msgid "On one command line"
17672 msgstr ""
17673
17674 #. type: textblock
17675 #: ../fish/guestfish.pod:94
17676 msgid "Update C</etc/resolv.conf> in a guest:"
17677 msgstr ""
17678
17679 #. type: verbatim
17680 #: ../fish/guestfish.pod:96
17681 #, no-wrap
17682 msgid ""
17683 " guestfish \\\n"
17684 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
17685 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
17686 "\n"
17687 msgstr ""
17688
17689 #. type: textblock
17690 #: ../fish/guestfish.pod:100
17691 msgid "Edit C</boot/grub/grub.conf> interactively:"
17692 msgstr ""
17693
17694 #. type: verbatim
17695 #: ../fish/guestfish.pod:102
17696 #, no-wrap
17697 msgid ""
17698 " guestfish --rw --add disk.img \\\n"
17699 "   --mount /dev/vg_guest/lv_root \\\n"
17700 "   --mount /dev/sda1:/boot \\\n"
17701 "   edit /boot/grub/grub.conf\n"
17702 "\n"
17703 msgstr ""
17704
17705 #. type: =head2
17706 #: ../fish/guestfish.pod:107
17707 msgid "Mount disks automatically"
17708 msgstr ""
17709
17710 #. type: textblock
17711 #: ../fish/guestfish.pod:109
17712 msgid ""
17713 "Use the I<-i> option to automatically mount the disks from a virtual "
17714 "machine:"
17715 msgstr ""
17716
17717 #. type: verbatim
17718 #: ../fish/guestfish.pod:112
17719 #, no-wrap
17720 msgid ""
17721 " guestfish --ro -a disk.img -i cat /etc/group\n"
17722 "\n"
17723 msgstr ""
17724
17725 #. type: verbatim
17726 #: ../fish/guestfish.pod:114
17727 #, no-wrap
17728 msgid ""
17729 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
17730 "\n"
17731 msgstr ""
17732
17733 #. type: textblock
17734 #: ../fish/guestfish.pod:116
17735 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
17736 msgstr ""
17737
17738 #. type: verbatim
17739 #: ../fish/guestfish.pod:118
17740 #, no-wrap
17741 msgid ""
17742 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
17743 "\n"
17744 msgstr ""
17745
17746 #. type: =head2
17747 #: ../fish/guestfish.pod:120
17748 msgid "As a script interpreter"
17749 msgstr ""
17750
17751 #. type: textblock
17752 #: ../fish/guestfish.pod:122
17753 msgid "Create a 100MB disk containing an ext2-formatted partition:"
17754 msgstr ""
17755
17756 #. type: verbatim
17757 #: ../fish/guestfish.pod:124
17758 #, no-wrap
17759 msgid ""
17760 " #!/usr/bin/guestfish -f\n"
17761 " sparse test1.img 100M\n"
17762 " run\n"
17763 " part-disk /dev/sda mbr\n"
17764 " mkfs ext2 /dev/sda1\n"
17765 "\n"
17766 msgstr ""
17767
17768 #. type: =head2
17769 #: ../fish/guestfish.pod:130
17770 msgid "Start with a prepared disk"
17771 msgstr ""
17772
17773 #. type: textblock
17774 #: ../fish/guestfish.pod:132
17775 msgid ""
17776 "An alternate way to create a 100MB disk called C<test1.img> containing a "
17777 "single ext2-formatted partition:"
17778 msgstr ""
17779
17780 #. type: verbatim
17781 #: ../fish/guestfish.pod:135
17782 #, no-wrap
17783 msgid ""
17784 " guestfish -N fs\n"
17785 "\n"
17786 msgstr ""
17787
17788 #. type: textblock
17789 #: ../fish/guestfish.pod:137
17790 msgid "To list what is available do:"
17791 msgstr ""
17792
17793 #. type: verbatim
17794 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:888
17795 #, no-wrap
17796 msgid ""
17797 " guestfish -N help | less\n"
17798 "\n"
17799 msgstr ""
17800
17801 #. type: =head2
17802 #: ../fish/guestfish.pod:141
17803 msgid "Remote control"
17804 msgstr ""
17805
17806 #. type: verbatim
17807 #: ../fish/guestfish.pod:143
17808 #, no-wrap
17809 msgid ""
17810 " eval \"`guestfish --listen`\"\n"
17811 " guestfish --remote add-ro disk.img\n"
17812 " guestfish --remote run\n"
17813 " guestfish --remote lvs\n"
17814 "\n"
17815 msgstr ""
17816
17817 #. type: =head1
17818 #: ../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
17819 msgid "OPTIONS"
17820 msgstr ""
17821
17822 #. type: =item
17823 #: ../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
17824 msgid "B<--help>"
17825 msgstr ""
17826
17827 #. type: textblock
17828 #: ../fish/guestfish.pod:154
17829 msgid "Displays general help on options."
17830 msgstr ""
17831
17832 #. type: =item
17833 #: ../fish/guestfish.pod:156
17834 msgid "B<-h>"
17835 msgstr ""
17836
17837 #. type: =item
17838 #: ../fish/guestfish.pod:158
17839 msgid "B<--cmd-help>"
17840 msgstr ""
17841
17842 #. type: textblock
17843 #: ../fish/guestfish.pod:160
17844 msgid "Lists all available guestfish commands."
17845 msgstr ""
17846
17847 #. type: =item
17848 #: ../fish/guestfish.pod:162
17849 msgid "B<-h cmd>"
17850 msgstr ""
17851
17852 #. type: =item
17853 #: ../fish/guestfish.pod:164
17854 msgid "B<--cmd-help cmd>"
17855 msgstr ""
17856
17857 #. type: textblock
17858 #: ../fish/guestfish.pod:166
17859 msgid "Displays detailed help on a single command C<cmd>."
17860 msgstr ""
17861
17862 #. type: =item
17863 #: ../fish/guestfish.pod:168
17864 msgid "B<-a image>"
17865 msgstr ""
17866
17867 #. type: =item
17868 #: ../fish/guestfish.pod:170
17869 msgid "B<--add image>"
17870 msgstr ""
17871
17872 #. type: textblock
17873 #: ../fish/guestfish.pod:172
17874 msgid "Add a block device or virtual machine image to the shell."
17875 msgstr ""
17876
17877 #. type: textblock
17878 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
17879 msgid ""
17880 "The format of the disk image is auto-detected.  To override this and force a "
17881 "particular format use the I<--format=..> option."
17882 msgstr ""
17883
17884 #. type: textblock
17885 #: ../fish/guestfish.pod:177
17886 msgid ""
17887 "Using this flag is mostly equivalent to using the C<add> command, with "
17888 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
17889 "the I<--format=...> flag was given."
17890 msgstr ""
17891
17892 #. type: =item
17893 #: ../fish/guestfish.pod:181
17894 msgid "B<-c URI>"
17895 msgstr ""
17896
17897 #. type: =item
17898 #: ../fish/guestfish.pod:183
17899 msgid "B<--connect URI>"
17900 msgstr ""
17901
17902 #. type: textblock
17903 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
17904 msgid ""
17905 "When used in conjunction with the I<-d> option, this specifies the libvirt "
17906 "URI to use.  The default is to use the default libvirt connection."
17907 msgstr ""
17908
17909 #. type: =item
17910 #: ../fish/guestfish.pod:189
17911 msgid "B<--csh>"
17912 msgstr ""
17913
17914 #. type: textblock
17915 #: ../fish/guestfish.pod:191
17916 msgid ""
17917 "If using the I<--listen> option and a csh-like shell, use this option.  See "
17918 "section L</REMOTE CONTROL AND CSH> below."
17919 msgstr ""
17920
17921 #. type: =item
17922 #: ../fish/guestfish.pod:194
17923 msgid "B<-d libvirt-domain>"
17924 msgstr ""
17925
17926 #. type: =item
17927 #: ../fish/guestfish.pod:196
17928 msgid "B<--domain libvirt-domain>"
17929 msgstr ""
17930
17931 #. type: textblock
17932 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
17933 msgid ""
17934 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
17935 "used, then any libvirt domain can be used.  However in write mode, only "
17936 "libvirt domains which are shut down can be named here."
17937 msgstr ""
17938
17939 #. type: textblock
17940 #: ../fish/guestfish.pod:202
17941 msgid ""
17942 "Using this flag is mostly equivalent to using the C<add-domain> command, "
17943 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
17944 "if the I<--format:...> flag was given."
17945 msgstr ""
17946
17947 #. type: =item
17948 #: ../fish/guestfish.pod:206
17949 msgid "B<-D>"
17950 msgstr ""
17951
17952 #. type: =item
17953 #: ../fish/guestfish.pod:208
17954 msgid "B<--no-dest-paths>"
17955 msgstr ""
17956
17957 #. type: textblock
17958 #: ../fish/guestfish.pod:210
17959 msgid ""
17960 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
17961 "to hit the tab key to complete paths on the guest filesystem, but this "
17962 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
17963 "allow this feature to be disabled."
17964 msgstr ""
17965
17966 #. type: =item
17967 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
17968 msgid "B<--echo-keys>"
17969 msgstr ""
17970
17971 #. type: textblock
17972 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
17973 msgid ""
17974 "When prompting for keys and passphrases, guestfish normally turns echoing "
17975 "off so you cannot see what you are typing.  If you are not worried about "
17976 "Tempest attacks and there is no one else in the room you can specify this "
17977 "flag to see what you are typing."
17978 msgstr ""
17979
17980 #. type: =item
17981 #: ../fish/guestfish.pod:222
17982 msgid "B<-f file>"
17983 msgstr ""
17984
17985 #. type: =item
17986 #: ../fish/guestfish.pod:224
17987 msgid "B<--file file>"
17988 msgstr ""
17989
17990 #. type: textblock
17991 #: ../fish/guestfish.pod:226
17992 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
17993 msgstr ""
17994
17995 #. type: verbatim
17996 #: ../fish/guestfish.pod:229
17997 #, no-wrap
17998 msgid ""
17999 " #!/usr/bin/guestfish -f\n"
18000 "\n"
18001 msgstr ""
18002
18003 #. type: =item
18004 #: ../fish/guestfish.pod:231
18005 msgid "B<--format=raw|qcow2|..>"
18006 msgstr ""
18007
18008 #. type: =item
18009 #: ../fish/guestfish.pod:233
18010 msgid "B<--format>"
18011 msgstr ""
18012
18013 #. type: textblock
18014 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
18015 msgid ""
18016 "The default for the I<-a> option is to auto-detect the format of the disk "
18017 "image.  Using this forces the disk format for I<-a> options which follow on "
18018 "the command line.  Using I<--format> with no argument switches back to "
18019 "auto-detection for subsequent I<-a> options."
18020 msgstr ""
18021
18022 #. type: verbatim
18023 #: ../fish/guestfish.pod:242
18024 #, no-wrap
18025 msgid ""
18026 " guestfish --format=raw -a disk.img\n"
18027 "\n"
18028 msgstr ""
18029
18030 #. type: textblock
18031 #: ../fish/guestfish.pod:244
18032 msgid "forces raw format (no auto-detection) for C<disk.img>."
18033 msgstr ""
18034
18035 #. type: verbatim
18036 #: ../fish/guestfish.pod:246
18037 #, no-wrap
18038 msgid ""
18039 " guestfish --format=raw -a disk.img --format -a another.img\n"
18040 "\n"
18041 msgstr ""
18042
18043 #. type: textblock
18044 #: ../fish/guestfish.pod:248
18045 msgid ""
18046 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18047 "auto-detection for C<another.img>."
18048 msgstr ""
18049
18050 #. type: textblock
18051 #: ../fish/guestfish.pod:251
18052 msgid ""
18053 "If you have untrusted raw-format guest disk images, you should use this "
18054 "option to specify the disk format.  This avoids a possible security problem "
18055 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18056 msgstr ""
18057
18058 #. type: =item
18059 #: ../fish/guestfish.pod:256
18060 msgid "B<-i>"
18061 msgstr ""
18062
18063 #. type: =item
18064 #: ../fish/guestfish.pod:258
18065 msgid "B<--inspector>"
18066 msgstr ""
18067
18068 #. type: textblock
18069 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18070 msgid ""
18071 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18072 "system and mount filesystems as they would be mounted on the real virtual "
18073 "machine."
18074 msgstr ""
18075
18076 #. type: textblock
18077 #: ../fish/guestfish.pod:264
18078 msgid "Typical usage is either:"
18079 msgstr ""
18080
18081 #. type: verbatim
18082 #: ../fish/guestfish.pod:266
18083 #, no-wrap
18084 msgid ""
18085 " guestfish -d myguest -i\n"
18086 "\n"
18087 msgstr ""
18088
18089 #. type: textblock
18090 #: ../fish/guestfish.pod:268
18091 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18092 msgstr ""
18093
18094 #. type: verbatim
18095 #: ../fish/guestfish.pod:270
18096 #, no-wrap
18097 msgid ""
18098 " guestfish --ro -d myguest -i\n"
18099 "\n"
18100 msgstr ""
18101
18102 #. type: textblock
18103 #: ../fish/guestfish.pod:272
18104 msgid "(for active domains, readonly), or specify the block device directly:"
18105 msgstr ""
18106
18107 #. type: verbatim
18108 #: ../fish/guestfish.pod:274
18109 #, no-wrap
18110 msgid ""
18111 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18112 "\n"
18113 msgstr ""
18114
18115 #. type: textblock
18116 #: ../fish/guestfish.pod:276
18117 msgid ""
18118 "Note that the command line syntax changed slightly over older versions of "
18119 "guestfish.  You can still use the old syntax:"
18120 msgstr ""
18121
18122 #. type: verbatim
18123 #: ../fish/guestfish.pod:279
18124 #, no-wrap
18125 msgid ""
18126 " guestfish [--ro] -i disk.img\n"
18127 "\n"
18128 msgstr ""
18129
18130 #. type: verbatim
18131 #: ../fish/guestfish.pod:281
18132 #, no-wrap
18133 msgid ""
18134 " guestfish [--ro] -i libvirt-domain\n"
18135 "\n"
18136 msgstr ""
18137
18138 #. type: textblock
18139 #: ../fish/guestfish.pod:283
18140 msgid ""
18141 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
18142 "then using other commands to mount the filesystems that were found."
18143 msgstr ""
18144
18145 #. type: =item
18146 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
18147 msgid "B<--keys-from-stdin>"
18148 msgstr ""
18149
18150 #. type: textblock
18151 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
18152 msgid ""
18153 "Read key or passphrase parameters from stdin.  The default is to try to read "
18154 "passphrases from the user by opening C</dev/tty>."
18155 msgstr ""
18156
18157 #. type: =item
18158 #: ../fish/guestfish.pod:292
18159 msgid "B<--listen>"
18160 msgstr ""
18161
18162 #. type: textblock
18163 #: ../fish/guestfish.pod:294
18164 msgid ""
18165 "Fork into the background and listen for remote commands.  See section "
18166 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
18167 msgstr ""
18168
18169 #. type: =item
18170 #: ../fish/guestfish.pod:297
18171 msgid "B<-m dev[:mountpoint]>"
18172 msgstr ""
18173
18174 #. type: =item
18175 #: ../fish/guestfish.pod:299
18176 msgid "B<--mount dev[:mountpoint]>"
18177 msgstr ""
18178
18179 #. type: textblock
18180 #: ../fish/guestfish.pod:301
18181 msgid "Mount the named partition or logical volume on the given mountpoint."
18182 msgstr ""
18183
18184 #. type: textblock
18185 #: ../fish/guestfish.pod:303
18186 msgid "If the mountpoint is omitted, it defaults to C</>."
18187 msgstr ""
18188
18189 #. type: textblock
18190 #: ../fish/guestfish.pod:305
18191 msgid "You have to mount something on C</> before most commands will work."
18192 msgstr ""
18193
18194 #. type: textblock
18195 #: ../fish/guestfish.pod:307
18196 msgid ""
18197 "If any I<-m> or I<--mount> options are given, the guest is automatically "
18198 "launched."
18199 msgstr ""
18200
18201 #. type: textblock
18202 #: ../fish/guestfish.pod:310
18203 msgid ""
18204 "If you don't know what filesystems a disk image contains, you can either run "
18205 "guestfish without this option, then list the partitions, filesystems and LVs "
18206 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
18207 "commands), or you can use the L<virt-filesystems(1)> program."
18208 msgstr ""
18209
18210 #. type: textblock
18211 #: ../fish/guestfish.pod:316
18212 msgid ""
18213 "Using this flag is mostly equivalent to using the C<mount-options> command "
18214 "or the C<mount-ro> command if the I<--ro> flag was given."
18215 msgstr ""
18216
18217 #. type: =item
18218 #: ../fish/guestfish.pod:319
18219 msgid "B<-n>"
18220 msgstr ""
18221
18222 #. type: =item
18223 #: ../fish/guestfish.pod:321
18224 msgid "B<--no-sync>"
18225 msgstr ""
18226
18227 #. type: textblock
18228 #: ../fish/guestfish.pod:323
18229 msgid ""
18230 "Disable autosync.  This is enabled by default.  See the discussion of "
18231 "autosync in the L<guestfs(3)> manpage."
18232 msgstr ""
18233
18234 #. type: =item
18235 #: ../fish/guestfish.pod:326
18236 msgid "B<-N type>"
18237 msgstr ""
18238
18239 #. type: =item
18240 #: ../fish/guestfish.pod:328
18241 msgid "B<--new type>"
18242 msgstr ""
18243
18244 #. type: =item
18245 #: ../fish/guestfish.pod:330
18246 msgid "B<-N help>"
18247 msgstr ""
18248
18249 #. type: textblock
18250 #: ../fish/guestfish.pod:332
18251 msgid ""
18252 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
18253 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
18254 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
18255 "IMAGES> below."
18256 msgstr ""
18257
18258 #. type: =item
18259 #: ../fish/guestfish.pod:337
18260 msgid "B<--progress-bars>"
18261 msgstr ""
18262
18263 #. type: textblock
18264 #: ../fish/guestfish.pod:339
18265 msgid "Enable progress bars, even when guestfish is used non-interactively."
18266 msgstr ""
18267
18268 #. type: textblock
18269 #: ../fish/guestfish.pod:341
18270 msgid ""
18271 "Progress bars are enabled by default when guestfish is used as an "
18272 "interactive shell."
18273 msgstr ""
18274
18275 #. type: =item
18276 #: ../fish/guestfish.pod:344
18277 msgid "B<--no-progress-bars>"
18278 msgstr ""
18279
18280 #. type: textblock
18281 #: ../fish/guestfish.pod:346
18282 msgid "Disable progress bars."
18283 msgstr ""
18284
18285 #. type: =item
18286 #: ../fish/guestfish.pod:348
18287 msgid "B<--remote[=pid]>"
18288 msgstr ""
18289
18290 #. type: textblock
18291 #: ../fish/guestfish.pod:350
18292 msgid ""
18293 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
18294 "CONTROL GUESTFISH OVER A SOCKET> below."
18295 msgstr ""
18296
18297 #. type: =item
18298 #: ../fish/guestfish.pod:353
18299 msgid "B<-r>"
18300 msgstr ""
18301
18302 #. type: =item
18303 #: ../fish/guestfish.pod:355
18304 msgid "B<--ro>"
18305 msgstr ""
18306
18307 #. type: textblock
18308 #: ../fish/guestfish.pod:357
18309 msgid ""
18310 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
18311 "mounts are done read-only."
18312 msgstr ""
18313
18314 #. type: textblock
18315 #: ../fish/guestfish.pod:360
18316 msgid ""
18317 "The option must always be used if the disk image or virtual machine might be "
18318 "running, and is generally recommended in cases where you don't need write "
18319 "access to the disk."
18320 msgstr ""
18321
18322 #. type: textblock
18323 #: ../fish/guestfish.pod:364
18324 msgid ""
18325 "Note that prepared disk images created with I<-N> are not affected by this "
18326 "option.  Also commands like C<add> are not affected - you have to specify "
18327 "the C<readonly:true> option explicitly if you need it."
18328 msgstr ""
18329
18330 #. type: textblock
18331 #: ../fish/guestfish.pod:368
18332 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
18333 msgstr ""
18334
18335 #. type: =item
18336 #: ../fish/guestfish.pod:370 ../fuse/guestmount.pod:208
18337 msgid "B<--selinux>"
18338 msgstr ""
18339
18340 #. type: textblock
18341 #: ../fish/guestfish.pod:372
18342 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
18343 msgstr ""
18344
18345 #. type: =item
18346 #: ../fish/guestfish.pod:374
18347 msgid "B<-v>"
18348 msgstr ""
18349
18350 #. type: =item
18351 #: ../fish/guestfish.pod:376
18352 msgid "B<--verbose>"
18353 msgstr ""
18354
18355 #. type: textblock
18356 #: ../fish/guestfish.pod:378
18357 msgid ""
18358 "Enable very verbose messages.  This is particularly useful if you find a "
18359 "bug."
18360 msgstr ""
18361
18362 #. type: =item
18363 #: ../fish/guestfish.pod:381
18364 msgid "B<-V>"
18365 msgstr ""
18366
18367 #. type: =item
18368 #: ../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
18369 msgid "B<--version>"
18370 msgstr ""
18371
18372 #. type: textblock
18373 #: ../fish/guestfish.pod:385
18374 msgid "Display the guestfish / libguestfs version number and exit."
18375 msgstr ""
18376
18377 #. type: =item
18378 #: ../fish/guestfish.pod:387
18379 msgid "B<-w>"
18380 msgstr ""
18381
18382 #. type: =item
18383 #: ../fish/guestfish.pod:389
18384 msgid "B<--rw>"
18385 msgstr ""
18386
18387 #. type: textblock
18388 #: ../fish/guestfish.pod:391
18389 msgid ""
18390 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
18391 "WRITE> below."
18392 msgstr ""
18393
18394 #. type: =item
18395 #: ../fish/guestfish.pod:394
18396 msgid "B<-x>"
18397 msgstr ""
18398
18399 #. type: textblock
18400 #: ../fish/guestfish.pod:396
18401 msgid "Echo each command before executing it."
18402 msgstr ""
18403
18404 #. type: =head1
18405 #: ../fish/guestfish.pod:400
18406 msgid "COMMANDS ON COMMAND LINE"
18407 msgstr ""
18408
18409 #. type: textblock
18410 #: ../fish/guestfish.pod:402
18411 msgid "Any additional (non-option) arguments are treated as commands to execute."
18412 msgstr ""
18413
18414 #. type: textblock
18415 #: ../fish/guestfish.pod:405
18416 msgid ""
18417 "Commands to execute should be separated by a colon (C<:>), where the colon "
18418 "is a separate parameter.  Thus:"
18419 msgstr ""
18420
18421 #. type: verbatim
18422 #: ../fish/guestfish.pod:408
18423 #, no-wrap
18424 msgid ""
18425 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
18426 "\n"
18427 msgstr ""
18428
18429 #. type: textblock
18430 #: ../fish/guestfish.pod:410
18431 msgid ""
18432 "If there are no additional arguments, then we enter a shell, either an "
18433 "interactive shell with a prompt (if the input is a terminal) or a "
18434 "non-interactive shell."
18435 msgstr ""
18436
18437 #. type: textblock
18438 #: ../fish/guestfish.pod:414
18439 msgid ""
18440 "In either command line mode or non-interactive shell, the first command that "
18441 "gives an error causes the whole shell to exit.  In interactive mode (with a "
18442 "prompt) if a command fails, you can continue to enter commands."
18443 msgstr ""
18444
18445 #. type: =head1
18446 #: ../fish/guestfish.pod:419
18447 msgid "USING launch (OR run)"
18448 msgstr ""
18449
18450 #. type: textblock
18451 #: ../fish/guestfish.pod:421
18452 msgid ""
18453 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
18454 "then launch it, then mount any disks you need, and finally issue "
18455 "actions/commands.  So the general order of the day is:"
18456 msgstr ""
18457
18458 #. type: textblock
18459 #: ../fish/guestfish.pod:429
18460 msgid "add or -a/--add"
18461 msgstr ""
18462
18463 #. type: textblock
18464 #: ../fish/guestfish.pod:433
18465 msgid "launch (aka run)"
18466 msgstr ""
18467
18468 #. type: textblock
18469 #: ../fish/guestfish.pod:437
18470 msgid "mount or -m/--mount"
18471 msgstr ""
18472
18473 #. type: textblock
18474 #: ../fish/guestfish.pod:441
18475 msgid "any other commands"
18476 msgstr ""
18477
18478 #. type: textblock
18479 #: ../fish/guestfish.pod:445
18480 msgid ""
18481 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
18482 "guest before mounting or performing any other commands."
18483 msgstr ""
18484
18485 #. type: textblock
18486 #: ../fish/guestfish.pod:448
18487 msgid ""
18488 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
18489 "I<--new> options were given then C<run> is done automatically, simply "
18490 "because guestfish can't perform the action you asked for without doing this."
18491 msgstr ""
18492
18493 #. type: =head1
18494 #: ../fish/guestfish.pod:453
18495 msgid "OPENING DISKS FOR READ AND WRITE"
18496 msgstr ""
18497
18498 #. type: textblock
18499 #: ../fish/guestfish.pod:455
18500 msgid ""
18501 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
18502 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
18503 "open disk images read-only or for writing."
18504 msgstr ""
18505
18506 #. type: textblock
18507 #: ../fish/guestfish.pod:459
18508 msgid ""
18509 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
18510 "disk images supplied on the command line for write.  To open a disk image "
18511 "read-only you have to do I<-a image --ro>."
18512 msgstr ""
18513
18514 #. type: textblock
18515 #: ../fish/guestfish.pod:463
18516 msgid ""
18517 "This matters: If you accidentally open a live VM disk image writable then "
18518 "you will cause irreversible disk corruption."
18519 msgstr ""
18520
18521 #. type: textblock
18522 #: ../fish/guestfish.pod:466
18523 msgid ""
18524 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
18525 "images will be opened read-only.  You will have to either specify "
18526 "I<guestfish --rw> or change a configuration file in order to get write "
18527 "access for disk images specified by those other command line options."
18528 msgstr ""
18529
18530 #. type: textblock
18531 #: ../fish/guestfish.pod:471
18532 msgid ""
18533 "This version of guestfish has a I<--rw> option which does nothing (it is "
18534 "already the default).  However it is highly recommended that you use this "
18535 "option to indicate that guestfish needs write access, and to prepare your "
18536 "scripts for the day when this option will be required for write access."
18537 msgstr ""
18538
18539 #. type: textblock
18540 #: ../fish/guestfish.pod:477
18541 msgid ""
18542 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
18543 "other libguestfs program apart from guestfish and guestmount."
18544 msgstr ""
18545
18546 #. type: =head1
18547 #: ../fish/guestfish.pod:480
18548 msgid "QUOTING"
18549 msgstr ""
18550
18551 #. type: textblock
18552 #: ../fish/guestfish.pod:482
18553 msgid ""
18554 "You can quote ordinary parameters using either single or double quotes.  For "
18555 "example:"
18556 msgstr ""
18557
18558 #. type: verbatim
18559 #: ../fish/guestfish.pod:485
18560 #, no-wrap
18561 msgid ""
18562 " add \"file with a space.img\"\n"
18563 "\n"
18564 msgstr ""
18565
18566 #. type: verbatim
18567 #: ../fish/guestfish.pod:487
18568 #, no-wrap
18569 msgid ""
18570 " rm '/file name'\n"
18571 "\n"
18572 msgstr ""
18573
18574 #. type: verbatim
18575 #: ../fish/guestfish.pod:489
18576 #, no-wrap
18577 msgid ""
18578 " rm '/\"'\n"
18579 "\n"
18580 msgstr ""
18581
18582 #. type: textblock
18583 #: ../fish/guestfish.pod:491
18584 msgid ""
18585 "A few commands require a list of strings to be passed.  For these, use a "
18586 "whitespace-separated list, enclosed in quotes.  Strings containing "
18587 "whitespace to be passed through must be enclosed in single quotes.  A "
18588 "literal single quote must be escaped with a backslash."
18589 msgstr ""
18590
18591 #. type: verbatim
18592 #: ../fish/guestfish.pod:496
18593 #, no-wrap
18594 msgid ""
18595 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
18596 " command \"/bin/echo 'foo      bar'\"\n"
18597 " command \"/bin/echo \\'foo\\'\"\n"
18598 "\n"
18599 msgstr ""
18600
18601 #. type: =head1
18602 #: ../fish/guestfish.pod:500
18603 msgid "OPTIONAL ARGUMENTS"
18604 msgstr ""
18605
18606 #. type: textblock
18607 #: ../fish/guestfish.pod:502
18608 msgid ""
18609 "Some commands take optional arguments.  These arguments appear in this "
18610 "documentation as C<[argname:..]>.  You can use them as in these examples:"
18611 msgstr ""
18612
18613 #. type: verbatim
18614 #: ../fish/guestfish.pod:506
18615 #, no-wrap
18616 msgid ""
18617 " add-drive-opts filename\n"
18618 "\n"
18619 msgstr ""
18620
18621 #. type: verbatim
18622 #: ../fish/guestfish.pod:508
18623 #, no-wrap
18624 msgid ""
18625 " add-drive-opts filename readonly:true\n"
18626 "\n"
18627 msgstr ""
18628
18629 #. type: verbatim
18630 #: ../fish/guestfish.pod:510
18631 #, no-wrap
18632 msgid ""
18633 " add-drive-opts filename format:qcow2 readonly:false\n"
18634 "\n"
18635 msgstr ""
18636
18637 #. type: textblock
18638 #: ../fish/guestfish.pod:512
18639 msgid ""
18640 "Each optional argument can appear at most once.  All optional arguments must "
18641 "appear after the required ones."
18642 msgstr ""
18643
18644 #. type: =head1
18645 #: ../fish/guestfish.pod:515
18646 msgid "NUMBERS"
18647 msgstr ""
18648
18649 #. type: textblock
18650 #: ../fish/guestfish.pod:517
18651 msgid "This section applies to all commands which can take integers as parameters."
18652 msgstr ""
18653
18654 #. type: =head2
18655 #: ../fish/guestfish.pod:520
18656 msgid "SIZE SUFFIX"
18657 msgstr ""
18658
18659 #. type: textblock
18660 #: ../fish/guestfish.pod:522
18661 msgid ""
18662 "When the command takes a parameter measured in bytes, you can use one of the "
18663 "following suffixes to specify kilobytes, megabytes and larger sizes:"
18664 msgstr ""
18665
18666 #. type: =item
18667 #: ../fish/guestfish.pod:528
18668 msgid "B<k> or B<K> or B<KiB>"
18669 msgstr ""
18670
18671 #. type: textblock
18672 #: ../fish/guestfish.pod:530
18673 msgid "The size in kilobytes (multiplied by 1024)."
18674 msgstr ""
18675
18676 #. type: =item
18677 #: ../fish/guestfish.pod:532
18678 msgid "B<KB>"
18679 msgstr ""
18680
18681 #. type: textblock
18682 #: ../fish/guestfish.pod:534
18683 msgid "The size in SI 1000 byte units."
18684 msgstr ""
18685
18686 #. type: =item
18687 #: ../fish/guestfish.pod:536
18688 msgid "B<M> or B<MiB>"
18689 msgstr ""
18690
18691 #. type: textblock
18692 #: ../fish/guestfish.pod:538
18693 msgid "The size in megabytes (multiplied by 1048576)."
18694 msgstr ""
18695
18696 #. type: =item
18697 #: ../fish/guestfish.pod:540
18698 msgid "B<MB>"
18699 msgstr ""
18700
18701 #. type: textblock
18702 #: ../fish/guestfish.pod:542
18703 msgid "The size in SI 1000000 byte units."
18704 msgstr ""
18705
18706 #. type: =item
18707 #: ../fish/guestfish.pod:544
18708 msgid "B<G> or B<GiB>"
18709 msgstr ""
18710
18711 #. type: textblock
18712 #: ../fish/guestfish.pod:546
18713 msgid "The size in gigabytes (multiplied by 2**30)."
18714 msgstr ""
18715
18716 #. type: =item
18717 #: ../fish/guestfish.pod:548
18718 msgid "B<GB>"
18719 msgstr ""
18720
18721 #. type: textblock
18722 #: ../fish/guestfish.pod:550
18723 msgid "The size in SI 10**9 byte units."
18724 msgstr ""
18725
18726 #. type: =item
18727 #: ../fish/guestfish.pod:552
18728 msgid "B<T> or B<TiB>"
18729 msgstr ""
18730
18731 #. type: textblock
18732 #: ../fish/guestfish.pod:554
18733 msgid "The size in terabytes (multiplied by 2**40)."
18734 msgstr ""
18735
18736 #. type: =item
18737 #: ../fish/guestfish.pod:556
18738 msgid "B<TB>"
18739 msgstr ""
18740
18741 #. type: textblock
18742 #: ../fish/guestfish.pod:558
18743 msgid "The size in SI 10**12 byte units."
18744 msgstr ""
18745
18746 #. type: =item
18747 #: ../fish/guestfish.pod:560
18748 msgid "B<P> or B<PiB>"
18749 msgstr ""
18750
18751 #. type: textblock
18752 #: ../fish/guestfish.pod:562
18753 msgid "The size in petabytes (multiplied by 2**50)."
18754 msgstr ""
18755
18756 #. type: =item
18757 #: ../fish/guestfish.pod:564
18758 msgid "B<PB>"
18759 msgstr ""
18760
18761 #. type: textblock
18762 #: ../fish/guestfish.pod:566
18763 msgid "The size in SI 10**15 byte units."
18764 msgstr ""
18765
18766 #. type: =item
18767 #: ../fish/guestfish.pod:568
18768 msgid "B<E> or B<EiB>"
18769 msgstr ""
18770
18771 #. type: textblock
18772 #: ../fish/guestfish.pod:570
18773 msgid "The size in exabytes (multiplied by 2**60)."
18774 msgstr ""
18775
18776 #. type: =item
18777 #: ../fish/guestfish.pod:572
18778 msgid "B<EB>"
18779 msgstr ""
18780
18781 #. type: textblock
18782 #: ../fish/guestfish.pod:574
18783 msgid "The size in SI 10**18 byte units."
18784 msgstr ""
18785
18786 #. type: =item
18787 #: ../fish/guestfish.pod:576
18788 msgid "B<Z> or B<ZiB>"
18789 msgstr ""
18790
18791 #. type: textblock
18792 #: ../fish/guestfish.pod:578
18793 msgid "The size in zettabytes (multiplied by 2**70)."
18794 msgstr ""
18795
18796 #. type: =item
18797 #: ../fish/guestfish.pod:580
18798 msgid "B<ZB>"
18799 msgstr ""
18800
18801 #. type: textblock
18802 #: ../fish/guestfish.pod:582
18803 msgid "The size in SI 10**21 byte units."
18804 msgstr ""
18805
18806 #. type: =item
18807 #: ../fish/guestfish.pod:584
18808 msgid "B<Y> or B<YiB>"
18809 msgstr ""
18810
18811 #. type: textblock
18812 #: ../fish/guestfish.pod:586
18813 msgid "The size in yottabytes (multiplied by 2**80)."
18814 msgstr ""
18815
18816 #. type: =item
18817 #: ../fish/guestfish.pod:588
18818 msgid "B<YB>"
18819 msgstr ""
18820
18821 #. type: textblock
18822 #: ../fish/guestfish.pod:590
18823 msgid "The size in SI 10**24 byte units."
18824 msgstr ""
18825
18826 #. type: verbatim
18827 #: ../fish/guestfish.pod:596
18828 #, no-wrap
18829 msgid ""
18830 " truncate-size /file 1G\n"
18831 "\n"
18832 msgstr ""
18833
18834 #. type: textblock
18835 #: ../fish/guestfish.pod:598
18836 msgid "would truncate the file to 1 gigabyte."
18837 msgstr ""
18838
18839 #. type: textblock
18840 #: ../fish/guestfish.pod:600
18841 msgid ""
18842 "Be careful because a few commands take sizes in kilobytes or megabytes "
18843 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
18844 "Adding a suffix will probably not do what you expect."
18845 msgstr ""
18846
18847 #. type: =head2
18848 #: ../fish/guestfish.pod:604
18849 msgid "OCTAL AND HEXADECIMAL NUMBERS"
18850 msgstr ""
18851
18852 #. type: textblock
18853 #: ../fish/guestfish.pod:606
18854 msgid ""
18855 "For specifying the radix (base) use the C convention: C<0> to prefix an "
18856 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
18857 msgstr ""
18858
18859 #. type: verbatim
18860 #: ../fish/guestfish.pod:609
18861 #, no-wrap
18862 msgid ""
18863 " 1234      decimal number 1234\n"
18864 " 02322     octal number, equivalent to decimal 1234\n"
18865 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
18866 "\n"
18867 msgstr ""
18868
18869 #. type: textblock
18870 #: ../fish/guestfish.pod:613
18871 msgid ""
18872 "When using the C<chmod> command, you almost always want to specify an octal "
18873 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
18874 "L<chmod(1)> program):"
18875 msgstr ""
18876
18877 #. type: verbatim
18878 #: ../fish/guestfish.pod:617
18879 #, no-wrap
18880 msgid ""
18881 " chmod 0777 /public  # OK\n"
18882 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
18883 "\n"
18884 msgstr ""
18885
18886 #. type: textblock
18887 #: ../fish/guestfish.pod:620
18888 msgid ""
18889 "Commands that return numbers usually print them in decimal, but some "
18890 "commands print numbers in other radices (eg. C<umask> prints the mode in "
18891 "octal, preceeded by C<0>)."
18892 msgstr ""
18893
18894 #. type: =head1
18895 #: ../fish/guestfish.pod:624
18896 msgid "WILDCARDS AND GLOBBING"
18897 msgstr ""
18898
18899 #. type: textblock
18900 #: ../fish/guestfish.pod:626
18901 msgid ""
18902 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
18903 "(globbing) by default.  So for example the following will not do what you "
18904 "expect:"
18905 msgstr ""
18906
18907 #. type: verbatim
18908 #: ../fish/guestfish.pod:630
18909 #, no-wrap
18910 msgid ""
18911 " rm-rf /home/*\n"
18912 "\n"
18913 msgstr ""
18914
18915 #. type: textblock
18916 #: ../fish/guestfish.pod:632
18917 msgid ""
18918 "Assuming you don't have a directory called literally C</home/*> then the "
18919 "above command will return an error."
18920 msgstr ""
18921
18922 #. type: textblock
18923 #: ../fish/guestfish.pod:635
18924 msgid "To perform wildcard expansion, use the C<glob> command."
18925 msgstr ""
18926
18927 #. type: verbatim
18928 #: ../fish/guestfish.pod:637
18929 #, no-wrap
18930 msgid ""
18931 " glob rm-rf /home/*\n"
18932 "\n"
18933 msgstr ""
18934
18935 #. type: textblock
18936 #: ../fish/guestfish.pod:639
18937 msgid ""
18938 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
18939 "many times), equivalent to:"
18940 msgstr ""
18941
18942 #. type: verbatim
18943 #: ../fish/guestfish.pod:642
18944 #, no-wrap
18945 msgid ""
18946 " rm-rf /home/jim\n"
18947 " rm-rf /home/joe\n"
18948 " rm-rf /home/mary\n"
18949 "\n"
18950 msgstr ""
18951
18952 #. type: textblock
18953 #: ../fish/guestfish.pod:646
18954 msgid "C<glob> only works on simple guest paths and not on device names."
18955 msgstr ""
18956
18957 #. type: textblock
18958 #: ../fish/guestfish.pod:648
18959 msgid ""
18960 "If you have several parameters, each containing a wildcard, then glob will "
18961 "perform a Cartesian product."
18962 msgstr ""
18963
18964 #. type: =head1
18965 #: ../fish/guestfish.pod:651
18966 msgid "COMMENTS"
18967 msgstr ""
18968
18969 #. type: textblock
18970 #: ../fish/guestfish.pod:653
18971 msgid ""
18972 "Any line which starts with a I<#> character is treated as a comment and "
18973 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
18974 "a command.  For example:"
18975 msgstr ""
18976
18977 #. type: verbatim
18978 #: ../fish/guestfish.pod:657
18979 #, no-wrap
18980 msgid ""
18981 " # this is a comment\n"
18982 "         # this is a comment\n"
18983 " foo # NOT a comment\n"
18984 "\n"
18985 msgstr ""
18986
18987 #. type: textblock
18988 #: ../fish/guestfish.pod:661
18989 msgid "Blank lines are also ignored."
18990 msgstr ""
18991
18992 #. type: =head1
18993 #: ../fish/guestfish.pod:663
18994 msgid "RUNNING COMMANDS LOCALLY"
18995 msgstr ""
18996
18997 #. type: textblock
18998 #: ../fish/guestfish.pod:665
18999 msgid ""
19000 "Any line which starts with a I<!> character is treated as a command sent to "
19001 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
19002 msgstr ""
19003
19004 #. type: verbatim
19005 #: ../fish/guestfish.pod:669
19006 #, no-wrap
19007 msgid ""
19008 " !mkdir local\n"
19009 " tgz-out /remote local/remote-data.tar.gz\n"
19010 "\n"
19011 msgstr ""
19012
19013 #. type: textblock
19014 #: ../fish/guestfish.pod:672
19015 msgid ""
19016 "will create a directory C<local> on the host, and then export the contents "
19017 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
19018 "(See C<tgz-out>)."
19019 msgstr ""
19020
19021 #. type: textblock
19022 #: ../fish/guestfish.pod:676
19023 msgid ""
19024 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
19025 "effect, due to the way that subprocesses work in Unix."
19026 msgstr ""
19027
19028 #. type: =head1
19029 #: ../fish/guestfish.pod:679
19030 msgid "PIPES"
19031 msgstr ""
19032
19033 #. type: textblock
19034 #: ../fish/guestfish.pod:681
19035 msgid ""
19036 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
19037 "command (a guestfish command) to the second command (any host command).  For "
19038 "example:"
19039 msgstr ""
19040
19041 #. type: verbatim
19042 #: ../fish/guestfish.pod:685
19043 #, no-wrap
19044 msgid ""
19045 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
19046 "\n"
19047 msgstr ""
19048
19049 #. type: textblock
19050 #: ../fish/guestfish.pod:687
19051 msgid ""
19052 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
19053 "program).  The above command would list all accounts in the guest filesystem "
19054 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
19055 msgstr ""
19056
19057 #. type: verbatim
19058 #: ../fish/guestfish.pod:692
19059 #, no-wrap
19060 msgid ""
19061 " hexdump /bin/ls | head\n"
19062 " list-devices | tail -1\n"
19063 " tgz-out / - | tar ztf -\n"
19064 "\n"
19065 msgstr ""
19066
19067 #. type: textblock
19068 #: ../fish/guestfish.pod:696
19069 msgid ""
19070 "The space before the pipe symbol is required, any space after the pipe "
19071 "symbol is optional.  Everything after the pipe symbol is just passed "
19072 "straight to the host shell, so it can contain redirections, globs and "
19073 "anything else that makes sense on the host side."
19074 msgstr ""
19075
19076 #. type: textblock
19077 #: ../fish/guestfish.pod:701
19078 msgid ""
19079 "To use a literal argument which begins with a pipe symbol, you have to quote "
19080 "it, eg:"
19081 msgstr ""
19082
19083 #. type: verbatim
19084 #: ../fish/guestfish.pod:704
19085 #, no-wrap
19086 msgid ""
19087 " echo \"|\"\n"
19088 "\n"
19089 msgstr ""
19090
19091 #. type: =head1
19092 #: ../fish/guestfish.pod:706
19093 msgid "HOME DIRECTORIES"
19094 msgstr ""
19095
19096 #. type: textblock
19097 #: ../fish/guestfish.pod:708
19098 msgid ""
19099 "If a parameter starts with the character C<~> then the tilde may be expanded "
19100 "as a home directory path (either C<~> for the current user's home directory, "
19101 "or C<~user> for another user)."
19102 msgstr ""
19103
19104 #. type: textblock
19105 #: ../fish/guestfish.pod:712
19106 msgid ""
19107 "Note that home directory expansion happens for users known I<on the host>, "
19108 "not in the guest filesystem."
19109 msgstr ""
19110
19111 #. type: textblock
19112 #: ../fish/guestfish.pod:715
19113 msgid ""
19114 "To use a literal argument which begins with a tilde, you have to quote it, "
19115 "eg:"
19116 msgstr ""
19117
19118 #. type: verbatim
19119 #: ../fish/guestfish.pod:718
19120 #, no-wrap
19121 msgid ""
19122 " echo \"~\"\n"
19123 "\n"
19124 msgstr ""
19125
19126 #. type: textblock
19127 #: ../fish/guestfish.pod:722
19128 msgid ""
19129 "Libguestfs has some support for Linux guests encrypted according to the "
19130 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
19131 "disk encryption systems used by modern Linux guests.  Currently only "
19132 "LVM-on-LUKS is supported."
19133 msgstr ""
19134
19135 #. type: textblock
19136 #: ../fish/guestfish.pod:727
19137 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
19138 msgstr ""
19139
19140 #. type: verbatim
19141 #: ../fish/guestfish.pod:729
19142 #, no-wrap
19143 msgid ""
19144 " ><fs> vfs-type /dev/sda2\n"
19145 " crypto_LUKS\n"
19146 "\n"
19147 msgstr ""
19148
19149 #. type: textblock
19150 #: ../fish/guestfish.pod:732
19151 msgid ""
19152 "Then open those devices using L</luks-open>.  This creates a device-mapper "
19153 "device called C</dev/mapper/luksdev>."
19154 msgstr ""
19155
19156 #. type: verbatim
19157 #: ../fish/guestfish.pod:735
19158 #, no-wrap
19159 msgid ""
19160 " ><fs> luks-open /dev/sda2 luksdev\n"
19161 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
19162 "\n"
19163 msgstr ""
19164
19165 #. type: textblock
19166 #: ../fish/guestfish.pod:738
19167 msgid ""
19168 "Finally you have to tell LVM to scan for volume groups on the newly created "
19169 "mapper device:"
19170 msgstr ""
19171
19172 #. type: verbatim
19173 #: ../fish/guestfish.pod:741
19174 #, no-wrap
19175 msgid ""
19176 " vgscan\n"
19177 " vg-activate-all true\n"
19178 "\n"
19179 msgstr ""
19180
19181 #. type: textblock
19182 #: ../fish/guestfish.pod:744
19183 msgid "The logical volume(s) can now be mounted in the usual way."
19184 msgstr ""
19185
19186 #. type: textblock
19187 #: ../fish/guestfish.pod:746
19188 msgid ""
19189 "Before closing a LUKS device you must unmount any logical volumes on it and "
19190 "deactivate the volume groups by calling C<vg-activate false VG> on each "
19191 "one.  Then you can close the mapper device:"
19192 msgstr ""
19193
19194 #. type: verbatim
19195 #: ../fish/guestfish.pod:750
19196 #, no-wrap
19197 msgid ""
19198 " vg-activate false /dev/VG\n"
19199 " luks-close /dev/mapper/luksdev\n"
19200 "\n"
19201 msgstr ""
19202
19203 #. type: =head1
19204 #: ../fish/guestfish.pod:753
19205 msgid "WINDOWS PATHS"
19206 msgstr ""
19207
19208 #. type: textblock
19209 #: ../fish/guestfish.pod:755
19210 msgid ""
19211 "If a path is prefixed with C<win:> then you can use Windows-style paths "
19212 "(with some limitations).  The following commands are equivalent:"
19213 msgstr ""
19214
19215 #. type: verbatim
19216 #: ../fish/guestfish.pod:758
19217 #, no-wrap
19218 msgid ""
19219 " file /WINDOWS/system32/config/system.LOG\n"
19220 "\n"
19221 msgstr ""
19222
19223 #. type: verbatim
19224 #: ../fish/guestfish.pod:760
19225 #, no-wrap
19226 msgid ""
19227 " file win:/windows/system32/config/system.log\n"
19228 "\n"
19229 msgstr ""
19230
19231 #. type: verbatim
19232 #: ../fish/guestfish.pod:762
19233 #, no-wrap
19234 msgid ""
19235 " file win:\\windows\\system32\\config\\system.log\n"
19236 "\n"
19237 msgstr ""
19238
19239 #. type: verbatim
19240 #: ../fish/guestfish.pod:764
19241 #, no-wrap
19242 msgid ""
19243 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
19244 "\n"
19245 msgstr ""
19246
19247 #. type: textblock
19248 #: ../fish/guestfish.pod:766
19249 msgid ""
19250 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
19251 "handles case insensitivity like Windows would.  This only works in argument "
19252 "positions that expect a path."
19253 msgstr ""
19254
19255 #. type: =head1
19256 #: ../fish/guestfish.pod:770
19257 msgid "UPLOADING AND DOWNLOADING FILES"
19258 msgstr ""
19259
19260 #. type: textblock
19261 #: ../fish/guestfish.pod:772
19262 msgid ""
19263 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
19264 "others which upload from or download to a local file, you can use the "
19265 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
19266 msgstr ""
19267
19268 #. type: verbatim
19269 #: ../fish/guestfish.pod:776
19270 #, no-wrap
19271 msgid ""
19272 " upload - /foo\n"
19273 "\n"
19274 msgstr ""
19275
19276 #. type: textblock
19277 #: ../fish/guestfish.pod:778
19278 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
19279 msgstr ""
19280
19281 #. type: verbatim
19282 #: ../fish/guestfish.pod:781
19283 #, no-wrap
19284 msgid ""
19285 " tar-out /etc - | tar tf -\n"
19286 "\n"
19287 msgstr ""
19288
19289 #. type: textblock
19290 #: ../fish/guestfish.pod:783
19291 msgid ""
19292 "writes the tarball to stdout and then pipes that into the external \"tar\" "
19293 "command (see L</PIPES>)."
19294 msgstr ""
19295
19296 #. type: textblock
19297 #: ../fish/guestfish.pod:786
19298 msgid ""
19299 "When using C<-> to read from stdin, the input is read up to the end of "
19300 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
19301 "some arbitrary end marker:"
19302 msgstr ""
19303
19304 #. type: verbatim
19305 #: ../fish/guestfish.pod:790
19306 #, no-wrap
19307 msgid ""
19308 " upload -<<END /foo\n"
19309 " input line 1\n"
19310 " input line 2\n"
19311 " input line 3\n"
19312 " END\n"
19313 "\n"
19314 msgstr ""
19315
19316 #. type: textblock
19317 #: ../fish/guestfish.pod:796
19318 msgid ""
19319 "Any string of characters can be used instead of C<END>.  The end marker must "
19320 "appear on a line of its own, without any preceeding or following characters "
19321 "(not even spaces)."
19322 msgstr ""
19323
19324 #. type: textblock
19325 #: ../fish/guestfish.pod:800
19326 msgid ""
19327 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
19328 "upload local files (so-called \"FileIn\" parameters in the generator)."
19329 msgstr ""
19330
19331 #. type: =head1
19332 #: ../fish/guestfish.pod:803
19333 msgid "EXIT ON ERROR BEHAVIOUR"
19334 msgstr ""
19335
19336 #. type: textblock
19337 #: ../fish/guestfish.pod:805
19338 msgid ""
19339 "By default, guestfish will ignore any errors when in interactive mode "
19340 "(ie. taking commands from a human over a tty), and will exit on the first "
19341 "error in non-interactive mode (scripts, commands given on the command line)."
19342 msgstr ""
19343
19344 #. type: textblock
19345 #: ../fish/guestfish.pod:810
19346 msgid ""
19347 "If you prefix a command with a I<-> character, then that command will not "
19348 "cause guestfish to exit, even if that (one) command returns an error."
19349 msgstr ""
19350
19351 #. type: =head1
19352 #: ../fish/guestfish.pod:814
19353 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
19354 msgstr ""
19355
19356 #. type: textblock
19357 #: ../fish/guestfish.pod:816
19358 msgid ""
19359 "Guestfish can be remote-controlled over a socket.  This is useful "
19360 "particularly in shell scripts where you want to make several different "
19361 "changes to a filesystem, but you don't want the overhead of starting up a "
19362 "guestfish process each time."
19363 msgstr ""
19364
19365 #. type: textblock
19366 #: ../fish/guestfish.pod:821
19367 msgid "Start a guestfish server process using:"
19368 msgstr ""
19369
19370 #. type: verbatim
19371 #: ../fish/guestfish.pod:823
19372 #, no-wrap
19373 msgid ""
19374 " eval \"`guestfish --listen`\"\n"
19375 "\n"
19376 msgstr ""
19377
19378 #. type: textblock
19379 #: ../fish/guestfish.pod:825
19380 msgid "and then send it commands by doing:"
19381 msgstr ""
19382
19383 #. type: verbatim
19384 #: ../fish/guestfish.pod:827
19385 #, no-wrap
19386 msgid ""
19387 " guestfish --remote cmd [...]\n"
19388 "\n"
19389 msgstr ""
19390
19391 #. type: textblock
19392 #: ../fish/guestfish.pod:829
19393 msgid "To cause the server to exit, send it the exit command:"
19394 msgstr ""
19395
19396 #. type: verbatim
19397 #: ../fish/guestfish.pod:831
19398 #, no-wrap
19399 msgid ""
19400 " guestfish --remote exit\n"
19401 "\n"
19402 msgstr ""
19403
19404 #. type: textblock
19405 #: ../fish/guestfish.pod:833
19406 msgid ""
19407 "Note that the server will normally exit if there is an error in a command.  "
19408 "You can change this in the usual way.  See section L</EXIT ON ERROR "
19409 "BEHAVIOUR>."
19410 msgstr ""
19411
19412 #. type: =head2
19413 #: ../fish/guestfish.pod:837
19414 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
19415 msgstr ""
19416
19417 #. type: textblock
19418 #: ../fish/guestfish.pod:839
19419 msgid ""
19420 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
19421 "is how the I<--remote> option knows where to send the commands.  You can "
19422 "have several guestfish listener processes running using:"
19423 msgstr ""
19424
19425 #. type: verbatim
19426 #: ../fish/guestfish.pod:843
19427 #, no-wrap
19428 msgid ""
19429 " eval \"`guestfish --listen`\"\n"
19430 " pid1=$GUESTFISH_PID\n"
19431 " eval \"`guestfish --listen`\"\n"
19432 " pid2=$GUESTFISH_PID\n"
19433 " ...\n"
19434 " guestfish --remote=$pid1 cmd\n"
19435 " guestfish --remote=$pid2 cmd\n"
19436 "\n"
19437 msgstr ""
19438
19439 #. type: =head2
19440 #: ../fish/guestfish.pod:851
19441 msgid "REMOTE CONTROL AND CSH"
19442 msgstr ""
19443
19444 #. type: textblock
19445 #: ../fish/guestfish.pod:853
19446 msgid ""
19447 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
19448 "option:"
19449 msgstr ""
19450
19451 #. type: verbatim
19452 #: ../fish/guestfish.pod:856
19453 #, no-wrap
19454 msgid ""
19455 " eval \"`guestfish --listen --csh`\"\n"
19456 "\n"
19457 msgstr ""
19458
19459 #. type: =head2
19460 #: ../fish/guestfish.pod:858
19461 msgid "REMOTE CONTROL DETAILS"
19462 msgstr ""
19463
19464 #. type: textblock
19465 #: ../fish/guestfish.pod:860
19466 msgid ""
19467 "Remote control happens over a Unix domain socket called "
19468 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
19469 "of the process, and C<$PID> is the process ID of the server."
19470 msgstr ""
19471
19472 #. type: textblock
19473 #: ../fish/guestfish.pod:864
19474 msgid "Guestfish client and server versions must match exactly."
19475 msgstr ""
19476
19477 #. type: =head1
19478 #: ../fish/guestfish.pod:866
19479 msgid "PREPARED DISK IMAGES"
19480 msgstr ""
19481
19482 #. type: textblock
19483 #: ../fish/guestfish.pod:868
19484 msgid ""
19485 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
19486 "preformatted disk images that guestfish can make for you to save typing.  "
19487 "This is particularly useful for testing purposes.  This option is used "
19488 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
19489 "can be mixed with I<-a>)."
19490 msgstr ""
19491
19492 #. type: textblock
19493 #: ../fish/guestfish.pod:874
19494 msgid ""
19495 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
19496 "the second and so on.  Existing files in the current directory are "
19497 "I<overwritten>."
19498 msgstr ""
19499
19500 #. type: textblock
19501 #: ../fish/guestfish.pod:878
19502 msgid ""
19503 "The type briefly describes how the disk should be sized, partitioned, how "
19504 "filesystem(s) should be created, and how content should be added.  "
19505 "Optionally the type can be followed by extra parameters, separated by C<:> "
19506 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
19507 "sparsely-allocated disk, containing a single partition, with the partition "
19508 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
19509 "on a 1GB disk instead."
19510 msgstr ""
19511
19512 #. type: textblock
19513 #: ../fish/guestfish.pod:886
19514 msgid "To list the available types and any extra parameters they take, run:"
19515 msgstr ""
19516
19517 #. type: textblock
19518 #: ../fish/guestfish.pod:890
19519 msgid ""
19520 "Note that the prepared filesystem is not mounted.  You would usually have to "
19521 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
19522 msgstr ""
19523
19524 #. type: textblock
19525 #: ../fish/guestfish.pod:894
19526 msgid ""
19527 "If any I<-N> or I<--new> options are given, the guest is automatically "
19528 "launched."
19529 msgstr ""
19530
19531 #. type: textblock
19532 #: ../fish/guestfish.pod:899
19533 msgid "Create a 100MB disk with an ext4-formatted partition:"
19534 msgstr ""
19535
19536 #. type: verbatim
19537 #: ../fish/guestfish.pod:901
19538 #, no-wrap
19539 msgid ""
19540 " guestfish -N fs:ext4\n"
19541 "\n"
19542 msgstr ""
19543
19544 #. type: textblock
19545 #: ../fish/guestfish.pod:903
19546 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
19547 msgstr ""
19548
19549 #. type: verbatim
19550 #: ../fish/guestfish.pod:905
19551 #, no-wrap
19552 msgid ""
19553 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
19554 "\n"
19555 msgstr ""
19556
19557 #. type: textblock
19558 #: ../fish/guestfish.pod:907
19559 msgid "Create a blank 200MB disk:"
19560 msgstr ""
19561
19562 #. type: verbatim
19563 #: ../fish/guestfish.pod:909
19564 #, no-wrap
19565 msgid ""
19566 " guestfish -N disk:200M\n"
19567 "\n"
19568 msgstr ""
19569
19570 #. type: =head1
19571 #: ../fish/guestfish.pod:911
19572 msgid "PROGRESS BARS"
19573 msgstr ""
19574
19575 #. type: textblock
19576 #: ../fish/guestfish.pod:913
19577 msgid ""
19578 "Some (not all) long-running commands send progress notification messages as "
19579 "they are running.  Guestfish turns these messages into progress bars."
19580 msgstr ""
19581
19582 #. type: textblock
19583 #: ../fish/guestfish.pod:917
19584 msgid ""
19585 "When a command that supports progress bars takes longer than two seconds to "
19586 "run, and if progress bars are enabled, then you will see one appearing below "
19587 "the command:"
19588 msgstr ""
19589
19590 #. type: verbatim
19591 #: ../fish/guestfish.pod:921
19592 #, no-wrap
19593 msgid ""
19594 " ><fs> copy-size /large-file /another-file 2048M\n"
19595 " / 10% [#####-----------------------------------------] 00:30\n"
19596 "\n"
19597 msgstr ""
19598
19599 #. type: textblock
19600 #: ../fish/guestfish.pod:924
19601 msgid ""
19602 "The spinner on the left hand side moves round once for every progress "
19603 "notification received from the backend.  This is a (reasonably) golden "
19604 "assurance that the command is \"doing something\" even if the progress bar "
19605 "is not moving, because the command is able to send the progress "
19606 "notifications.  When the bar reaches 100% and the command finishes, the "
19607 "spinner disappears."
19608 msgstr ""
19609
19610 #. type: textblock
19611 #: ../fish/guestfish.pod:931
19612 msgid ""
19613 "Progress bars are enabled by default when guestfish is used interactively.  "
19614 "You can enable them even for non-interactive modes using I<--progress-bars>, "
19615 "and you can disable them completely using I<--no-progress-bars>."
19616 msgstr ""
19617
19618 #. type: =head1
19619 #: ../fish/guestfish.pod:936
19620 msgid "GUESTFISH COMMANDS"
19621 msgstr ""
19622
19623 #. type: textblock
19624 #: ../fish/guestfish.pod:938
19625 msgid ""
19626 "The commands in this section are guestfish convenience commands, in other "
19627 "words, they are not part of the L<guestfs(3)> API."
19628 msgstr ""
19629
19630 #. type: =head2
19631 #: ../fish/guestfish.pod:941
19632 msgid "help"
19633 msgstr ""
19634
19635 #. type: verbatim
19636 #: ../fish/guestfish.pod:943
19637 #, no-wrap
19638 msgid ""
19639 " help\n"
19640 " help cmd\n"
19641 "\n"
19642 msgstr ""
19643
19644 #. type: textblock
19645 #: ../fish/guestfish.pod:946
19646 msgid "Without any parameter, this provides general help."
19647 msgstr ""
19648
19649 #. type: textblock
19650 #: ../fish/guestfish.pod:948
19651 msgid "With a C<cmd> parameter, this displays detailed help for that command."
19652 msgstr ""
19653
19654 #. type: =head2
19655 #: ../fish/guestfish.pod:950
19656 msgid "quit | exit"
19657 msgstr ""
19658
19659 #. type: textblock
19660 #: ../fish/guestfish.pod:952
19661 msgid "This exits guestfish.  You can also use C<^D> key."
19662 msgstr ""
19663
19664 #. type: textblock
19665 #: ../fish/guestfish.pod:954
19666 msgid "@FISH_COMMANDS@"
19667 msgstr ""
19668
19669 #. type: =head1
19670 #: ../fish/guestfish.pod:956
19671 msgid "COMMANDS"
19672 msgstr ""
19673
19674 #. type: =head1
19675 #: ../fish/guestfish.pod:960 ../test-tool/libguestfs-test-tool.pod:83
19676 msgid "EXIT CODE"
19677 msgstr ""
19678
19679 #. type: textblock
19680 #: ../fish/guestfish.pod:962
19681 msgid ""
19682 "guestfish returns 0 if the commands completed without error, or 1 if there "
19683 "was an error."
19684 msgstr ""
19685
19686 #. type: =item
19687 #: ../fish/guestfish.pod:969
19688 msgid "EDITOR"
19689 msgstr ""
19690
19691 #. type: textblock
19692 #: ../fish/guestfish.pod:971
19693 msgid ""
19694 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
19695 "C<vi>."
19696 msgstr ""
19697
19698 #. type: =item
19699 #: ../fish/guestfish.pod:974
19700 msgid "GUESTFISH_PID"
19701 msgstr ""
19702
19703 #. type: textblock
19704 #: ../fish/guestfish.pod:976
19705 msgid ""
19706 "Used with the I<--remote> option to specify the remote guestfish process to "
19707 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
19708 msgstr ""
19709
19710 #. type: =item
19711 #: ../fish/guestfish.pod:980
19712 msgid "HEXEDITOR"
19713 msgstr ""
19714
19715 #. type: textblock
19716 #: ../fish/guestfish.pod:982
19717 msgid ""
19718 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
19719 "not specified, the external L<hexedit(1)> program is used."
19720 msgstr ""
19721
19722 #. type: =item
19723 #: ../fish/guestfish.pod:986
19724 msgid "HOME"
19725 msgstr ""
19726
19727 #. type: textblock
19728 #: ../fish/guestfish.pod:988
19729 msgid ""
19730 "If compiled with GNU readline support, various files in the home directory "
19731 "can be used.  See L</FILES>."
19732 msgstr ""
19733
19734 #. type: textblock
19735 #: ../fish/guestfish.pod:997
19736 msgid ""
19737 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
19738 "effect as using the B<-v> option."
19739 msgstr ""
19740
19741 #. type: textblock
19742 #: ../fish/guestfish.pod:1009
19743 msgid ""
19744 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
19745 "the discussion of paths in L<guestfs(3)>."
19746 msgstr ""
19747
19748 #. type: textblock
19749 #: ../fish/guestfish.pod:1020
19750 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
19751 msgstr ""
19752
19753 #. type: =item
19754 #: ../fish/guestfish.pod:1022
19755 msgid "PAGER"
19756 msgstr ""
19757
19758 #. type: textblock
19759 #: ../fish/guestfish.pod:1024
19760 msgid ""
19761 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
19762 "C<more>."
19763 msgstr ""
19764
19765 #. type: =head1
19766 #: ../fish/guestfish.pod:1039 ../test-tool/libguestfs-test-tool.pod:88
19767 msgid "FILES"
19768 msgstr ""
19769
19770 #. type: =item
19771 #: ../fish/guestfish.pod:1043
19772 msgid "$HOME/.guestfish"
19773 msgstr ""
19774
19775 #. type: textblock
19776 #: ../fish/guestfish.pod:1045
19777 msgid ""
19778 "If compiled with GNU readline support, then the command history is saved in "
19779 "this file."
19780 msgstr ""
19781
19782 #. type: =item
19783 #: ../fish/guestfish.pod:1048
19784 msgid "$HOME/.inputrc"
19785 msgstr ""
19786
19787 #. type: =item
19788 #: ../fish/guestfish.pod:1050
19789 msgid "/etc/inputrc"
19790 msgstr ""
19791
19792 #. type: textblock
19793 #: ../fish/guestfish.pod:1052
19794 msgid ""
19795 "If compiled with GNU readline support, then these files can be used to "
19796 "configure readline.  For further information, please see "
19797 "L<readline(3)/INITIALIZATION FILE>."
19798 msgstr ""
19799
19800 #. type: textblock
19801 #: ../fish/guestfish.pod:1056
19802 msgid "To write rules which only apply to guestfish, use:"
19803 msgstr ""
19804
19805 #. type: verbatim
19806 #: ../fish/guestfish.pod:1058
19807 #, no-wrap
19808 msgid ""
19809 " $if guestfish\n"
19810 " ...\n"
19811 " $endif\n"
19812 "\n"
19813 msgstr ""
19814
19815 #. type: textblock
19816 #: ../fish/guestfish.pod:1062
19817 msgid ""
19818 "Variables that you can set in inputrc that change the behaviour of guestfish "
19819 "in useful ways include:"
19820 msgstr ""
19821
19822 #. type: =item
19823 #: ../fish/guestfish.pod:1067
19824 msgid "completion-ignore-case (default: on)"
19825 msgstr ""
19826
19827 #. type: textblock
19828 #: ../fish/guestfish.pod:1069
19829 msgid ""
19830 "By default, guestfish will ignore case when tab-completing paths on the "
19831 "disk.  Use:"
19832 msgstr ""
19833
19834 #. type: verbatim
19835 #: ../fish/guestfish.pod:1072
19836 #, no-wrap
19837 msgid ""
19838 " set completion-ignore-case off\n"
19839 "\n"
19840 msgstr ""
19841
19842 #. type: textblock
19843 #: ../fish/guestfish.pod:1074
19844 msgid "to make guestfish case sensitive."
19845 msgstr ""
19846
19847 #. type: =item
19848 #: ../fish/guestfish.pod:1078
19849 msgid "test1.img"
19850 msgstr ""
19851
19852 #. type: =item
19853 #: ../fish/guestfish.pod:1080
19854 msgid "test2.img (etc)"
19855 msgstr ""
19856
19857 #. type: textblock
19858 #: ../fish/guestfish.pod:1082
19859 msgid ""
19860 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
19861 "will be created in the file C<test1.img> in the current directory.  The "
19862 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
19863 "the same name will be overwritten."
19864 msgstr ""
19865
19866 #. type: textblock
19867 #: ../fish/guestfish.pod:1091
19868 msgid ""
19869 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-df(1)>, "
19870 "L<virt-edit(1)>, L<virt-filesystems(1)>, L<virt-inspector(1)>, "
19871 "L<virt-list-filesystems(1)>, L<virt-list-partitions(1)>, L<virt-ls(1)>, "
19872 "L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, "
19873 "L<virt-win-reg(1)>, L<hexedit(1)>."
19874 msgstr ""
19875
19876 #. type: textblock
19877 #: ../fish/guestfish.pod:1117 ../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
19878 msgid ""
19879 "This program is free software; you can redistribute it and/or modify it "
19880 "under the terms of the GNU General Public License as published by the Free "
19881 "Software Foundation; either version 2 of the License, or (at your option) "
19882 "any later version."
19883 msgstr ""
19884
19885 #. type: textblock
19886 #: ../fish/guestfish.pod:1122 ../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
19887 msgid ""
19888 "This program is distributed in the hope that it will be useful, but WITHOUT "
19889 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
19890 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
19891 "more details."
19892 msgstr ""
19893
19894 #. type: textblock
19895 #: ../fish/guestfish.pod:1127 ../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
19896 msgid ""
19897 "You should have received a copy of the GNU General Public License along with "
19898 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
19899 "Ave, Cambridge, MA 02139, USA."
19900 msgstr ""
19901
19902 #. type: =head2
19903 #: ../fish/guestfish-actions.pod:1
19904 msgid "add-cdrom"
19905 msgstr ""
19906
19907 #. type: verbatim
19908 #: ../fish/guestfish-actions.pod:3
19909 #, no-wrap
19910 msgid ""
19911 " add-cdrom filename\n"
19912 "\n"
19913 msgstr ""
19914
19915 #. type: textblock
19916 #: ../fish/guestfish-actions.pod:15
19917 msgid ""
19918 "This call checks for the existence of C<filename>.  This stops you from "
19919 "specifying other types of drive which are supported by qemu such as C<nbd:> "
19920 "and C<http:> URLs.  To specify those, use the general L</config> call "
19921 "instead."
19922 msgstr ""
19923
19924 #. type: textblock
19925 #: ../fish/guestfish-actions.pod:22
19926 msgid ""
19927 "If you just want to add an ISO file (often you use this as an efficient way "
19928 "to transfer large files into the guest), then you should probably use "
19929 "L</add-drive-ro> instead."
19930 msgstr ""
19931
19932 #. type: =head2
19933 #: ../fish/guestfish-actions.pod:35
19934 msgid "add-domain"
19935 msgstr ""
19936
19937 #. type: =head2
19938 #: ../fish/guestfish-actions.pod:37
19939 msgid "domain"
19940 msgstr ""
19941
19942 #. type: verbatim
19943 #: ../fish/guestfish-actions.pod:39
19944 #, no-wrap
19945 msgid ""
19946 " add-domain dom [libvirturi:..] [readonly:..] [iface:..]\n"
19947 "\n"
19948 msgstr ""
19949
19950 #. type: textblock
19951 #: ../fish/guestfish-actions.pod:41
19952 msgid ""
19953 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
19954 "It works by connecting to libvirt, requesting the domain and domain XML from "
19955 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
19956 msgstr ""
19957
19958 #. type: textblock
19959 #: ../fish/guestfish-actions.pod:64
19960 msgid ""
19961 "The other optional parameters are passed directly through to "
19962 "L</add-drive-opts>."
19963 msgstr ""
19964
19965 #. type: textblock
19966 #: ../fish/guestfish-actions.pod:67 ../fish/guestfish-actions.pod:131 ../fish/guestfish-actions.pod:2845
19967 msgid ""
19968 "This command has one or more optional arguments.  See L</OPTIONAL "
19969 "ARGUMENTS>."
19970 msgstr ""
19971
19972 #. type: =head2
19973 #: ../fish/guestfish-actions.pod:69
19974 msgid "add-drive"
19975 msgstr ""
19976
19977 #. type: verbatim
19978 #: ../fish/guestfish-actions.pod:71
19979 #, no-wrap
19980 msgid ""
19981 " add-drive filename\n"
19982 "\n"
19983 msgstr ""
19984
19985 #. type: textblock
19986 #: ../fish/guestfish-actions.pod:73
19987 msgid ""
19988 "This function is the equivalent of calling L</add-drive-opts> with no "
19989 "optional parameters, so the disk is added writable, with the format being "
19990 "detected automatically."
19991 msgstr ""
19992
19993 #. type: textblock
19994 #: ../fish/guestfish-actions.pod:77
19995 msgid ""
19996 "Automatic detection of the format opens you up to a potential security hole "
19997 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
19998 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
19999 "you should think about replacing calls to this function with calls to "
20000 "L</add-drive-opts>, and specifying the format."
20001 msgstr ""
20002
20003 #. type: =head2
20004 #: ../fish/guestfish-actions.pod:84
20005 msgid "add-drive-opts"
20006 msgstr ""
20007
20008 #. type: =head2
20009 #: ../fish/guestfish-actions.pod:86
20010 msgid "add"
20011 msgstr ""
20012
20013 #. type: verbatim
20014 #: ../fish/guestfish-actions.pod:88
20015 #, no-wrap
20016 msgid ""
20017 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
20018 "\n"
20019 msgstr ""
20020
20021 #. type: textblock
20022 #: ../fish/guestfish-actions.pod:115
20023 msgid ""
20024 "This forces the image format.  If you omit this (or use L</add-drive> or "
20025 "L</add-drive-ro>) then the format is automatically detected.  Possible "
20026 "formats include C<raw> and C<qcow2>."
20027 msgstr ""
20028
20029 #. type: textblock
20030 #: ../fish/guestfish-actions.pod:126
20031 msgid ""
20032 "This rarely-used option lets you emulate the behaviour of the deprecated "
20033 "L</add-drive-with-if> call (q.v.)"
20034 msgstr ""
20035
20036 #. type: =head2
20037 #: ../fish/guestfish-actions.pod:133
20038 msgid "add-drive-ro"
20039 msgstr ""
20040
20041 #. type: =head2
20042 #: ../fish/guestfish-actions.pod:135
20043 msgid "add-ro"
20044 msgstr ""
20045
20046 #. type: verbatim
20047 #: ../fish/guestfish-actions.pod:137
20048 #, no-wrap
20049 msgid ""
20050 " add-drive-ro filename\n"
20051 "\n"
20052 msgstr ""
20053
20054 #. type: textblock
20055 #: ../fish/guestfish-actions.pod:139
20056 msgid ""
20057 "This function is the equivalent of calling L</add-drive-opts> with the "
20058 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
20059 "is added read-only, with the format being detected automatically."
20060 msgstr ""
20061
20062 #. type: =head2
20063 #: ../fish/guestfish-actions.pod:144
20064 msgid "add-drive-ro-with-if"
20065 msgstr ""
20066
20067 #. type: verbatim
20068 #: ../fish/guestfish-actions.pod:146
20069 #, no-wrap
20070 msgid ""
20071 " add-drive-ro-with-if filename iface\n"
20072 "\n"
20073 msgstr ""
20074
20075 #. type: textblock
20076 #: ../fish/guestfish-actions.pod:148
20077 msgid ""
20078 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
20079 "interface emulation to use at run time."
20080 msgstr ""
20081
20082 #. type: =head2
20083 #: ../fish/guestfish-actions.pod:158
20084 msgid "add-drive-with-if"
20085 msgstr ""
20086
20087 #. type: verbatim
20088 #: ../fish/guestfish-actions.pod:160
20089 #, no-wrap
20090 msgid ""
20091 " add-drive-with-if filename iface\n"
20092 "\n"
20093 msgstr ""
20094
20095 #. type: textblock
20096 #: ../fish/guestfish-actions.pod:162
20097 msgid ""
20098 "This is the same as L</add-drive> but it allows you to specify the QEMU "
20099 "interface emulation to use at run time."
20100 msgstr ""
20101
20102 #. type: =head2
20103 #: ../fish/guestfish-actions.pod:172
20104 msgid "aug-clear"
20105 msgstr ""
20106
20107 #. type: verbatim
20108 #: ../fish/guestfish-actions.pod:174
20109 #, no-wrap
20110 msgid ""
20111 " aug-clear augpath\n"
20112 "\n"
20113 msgstr ""
20114
20115 #. type: =head2
20116 #: ../fish/guestfish-actions.pod:179
20117 msgid "aug-close"
20118 msgstr ""
20119
20120 #. type: verbatim
20121 #: ../fish/guestfish-actions.pod:181
20122 #, no-wrap
20123 msgid ""
20124 " aug-close\n"
20125 "\n"
20126 msgstr ""
20127
20128 #. type: textblock
20129 #: ../fish/guestfish-actions.pod:183
20130 msgid ""
20131 "Close the current Augeas handle and free up any resources used by it.  After "
20132 "calling this, you have to call L</aug-init> again before you can use any "
20133 "other Augeas functions."
20134 msgstr ""
20135
20136 #. type: =head2
20137 #: ../fish/guestfish-actions.pod:188
20138 msgid "aug-defnode"
20139 msgstr ""
20140
20141 #. type: verbatim
20142 #: ../fish/guestfish-actions.pod:190
20143 #, no-wrap
20144 msgid ""
20145 " aug-defnode name expr val\n"
20146 "\n"
20147 msgstr ""
20148
20149 #. type: textblock
20150 #: ../fish/guestfish-actions.pod:195
20151 msgid ""
20152 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
20153 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
20154 "containing that single node."
20155 msgstr ""
20156
20157 #. type: =head2
20158 #: ../fish/guestfish-actions.pod:203
20159 msgid "aug-defvar"
20160 msgstr ""
20161
20162 #. type: verbatim
20163 #: ../fish/guestfish-actions.pod:205
20164 #, no-wrap
20165 msgid ""
20166 " aug-defvar name expr\n"
20167 "\n"
20168 msgstr ""
20169
20170 #. type: =head2
20171 #: ../fish/guestfish-actions.pod:214
20172 msgid "aug-get"
20173 msgstr ""
20174
20175 #. type: verbatim
20176 #: ../fish/guestfish-actions.pod:216
20177 #, no-wrap
20178 msgid ""
20179 " aug-get augpath\n"
20180 "\n"
20181 msgstr ""
20182
20183 #. type: =head2
20184 #: ../fish/guestfish-actions.pod:221
20185 msgid "aug-init"
20186 msgstr ""
20187
20188 #. type: verbatim
20189 #: ../fish/guestfish-actions.pod:223
20190 #, no-wrap
20191 msgid ""
20192 " aug-init root flags\n"
20193 "\n"
20194 msgstr ""
20195
20196 #. type: textblock
20197 #: ../fish/guestfish-actions.pod:229
20198 msgid "You must call this before using any other L</aug-*> commands."
20199 msgstr ""
20200
20201 #. type: textblock
20202 #: ../fish/guestfish-actions.pod:264
20203 msgid "Do not load the tree in L</aug-init>."
20204 msgstr ""
20205
20206 #. type: textblock
20207 #: ../fish/guestfish-actions.pod:268
20208 msgid "To close the handle, you can call L</aug-close>."
20209 msgstr ""
20210
20211 #. type: =head2
20212 #: ../fish/guestfish-actions.pod:272
20213 msgid "aug-insert"
20214 msgstr ""
20215
20216 #. type: verbatim
20217 #: ../fish/guestfish-actions.pod:274
20218 #, no-wrap
20219 msgid ""
20220 " aug-insert augpath label true|false\n"
20221 "\n"
20222 msgstr ""
20223
20224 #. type: =head2
20225 #: ../fish/guestfish-actions.pod:284
20226 msgid "aug-load"
20227 msgstr ""
20228
20229 #. type: verbatim
20230 #: ../fish/guestfish-actions.pod:286
20231 #, no-wrap
20232 msgid ""
20233 " aug-load\n"
20234 "\n"
20235 msgstr ""
20236
20237 #. type: =head2
20238 #: ../fish/guestfish-actions.pod:293
20239 msgid "aug-ls"
20240 msgstr ""
20241
20242 #. type: verbatim
20243 #: ../fish/guestfish-actions.pod:295
20244 #, no-wrap
20245 msgid ""
20246 " aug-ls augpath\n"
20247 "\n"
20248 msgstr ""
20249
20250 #. type: textblock
20251 #: ../fish/guestfish-actions.pod:297
20252 msgid ""
20253 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
20254 "resulting nodes into alphabetical order."
20255 msgstr ""
20256
20257 #. type: =head2
20258 #: ../fish/guestfish-actions.pod:300
20259 msgid "aug-match"
20260 msgstr ""
20261
20262 #. type: verbatim
20263 #: ../fish/guestfish-actions.pod:302
20264 #, no-wrap
20265 msgid ""
20266 " aug-match augpath\n"
20267 "\n"
20268 msgstr ""
20269
20270 #. type: =head2
20271 #: ../fish/guestfish-actions.pod:308
20272 msgid "aug-mv"
20273 msgstr ""
20274
20275 #. type: verbatim
20276 #: ../fish/guestfish-actions.pod:310
20277 #, no-wrap
20278 msgid ""
20279 " aug-mv src dest\n"
20280 "\n"
20281 msgstr ""
20282
20283 #. type: =head2
20284 #: ../fish/guestfish-actions.pod:315
20285 msgid "aug-rm"
20286 msgstr ""
20287
20288 #. type: verbatim
20289 #: ../fish/guestfish-actions.pod:317
20290 #, no-wrap
20291 msgid ""
20292 " aug-rm augpath\n"
20293 "\n"
20294 msgstr ""
20295
20296 #. type: =head2
20297 #: ../fish/guestfish-actions.pod:323
20298 msgid "aug-save"
20299 msgstr ""
20300
20301 #. type: verbatim
20302 #: ../fish/guestfish-actions.pod:325
20303 #, no-wrap
20304 msgid ""
20305 " aug-save\n"
20306 "\n"
20307 msgstr ""
20308
20309 #. type: textblock
20310 #: ../fish/guestfish-actions.pod:329
20311 msgid ""
20312 "The flags which were passed to L</aug-init> affect exactly how files are "
20313 "saved."
20314 msgstr ""
20315
20316 #. type: =head2
20317 #: ../fish/guestfish-actions.pod:332
20318 msgid "aug-set"
20319 msgstr ""
20320
20321 #. type: verbatim
20322 #: ../fish/guestfish-actions.pod:334
20323 #, no-wrap
20324 msgid ""
20325 " aug-set augpath val\n"
20326 "\n"
20327 msgstr ""
20328
20329 #. type: textblock
20330 #: ../fish/guestfish-actions.pod:338
20331 msgid ""
20332 "In the Augeas API, it is possible to clear a node by setting the value to "
20333 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
20334 "this call.  Instead you must use the L</aug-clear> call."
20335 msgstr ""
20336
20337 #. type: =head2
20338 #: ../fish/guestfish-actions.pod:343
20339 msgid "available"
20340 msgstr ""
20341
20342 #. type: verbatim
20343 #: ../fish/guestfish-actions.pod:345
20344 #, no-wrap
20345 msgid ""
20346 " available 'groups ...'\n"
20347 "\n"
20348 msgstr ""
20349
20350 #. type: textblock
20351 #: ../fish/guestfish-actions.pod:351
20352 msgid ""
20353 "The libguestfs groups, and the functions that those groups correspond to, "
20354 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
20355 "runtime by calling L</available-all-groups>."
20356 msgstr ""
20357
20358 #. type: textblock
20359 #: ../fish/guestfish-actions.pod:375
20360 msgid "You must call L</launch> before calling this function."
20361 msgstr ""
20362
20363 #. type: textblock
20364 #: ../fish/guestfish-actions.pod:397
20365 msgid ""
20366 "This call was added in version C<1.0.80>.  In previous versions of "
20367 "libguestfs all you could do would be to speculatively execute a command to "
20368 "find out if the daemon implemented it.  See also L</version>."
20369 msgstr ""
20370
20371 #. type: =head2
20372 #: ../fish/guestfish-actions.pod:404
20373 msgid "available-all-groups"
20374 msgstr ""
20375
20376 #. type: verbatim
20377 #: ../fish/guestfish-actions.pod:406
20378 #, no-wrap
20379 msgid ""
20380 " available-all-groups\n"
20381 "\n"
20382 msgstr ""
20383
20384 #. type: textblock
20385 #: ../fish/guestfish-actions.pod:408
20386 msgid ""
20387 "This command returns a list of all optional groups that this daemon knows "
20388 "about.  Note this returns both supported and unsupported groups.  To find "
20389 "out which ones the daemon can actually support you have to call "
20390 "L</available> on each member of the returned list."
20391 msgstr ""
20392
20393 #. type: textblock
20394 #: ../fish/guestfish-actions.pod:414
20395 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
20396 msgstr ""
20397
20398 #. type: =head2
20399 #: ../fish/guestfish-actions.pod:416
20400 msgid "base64-in"
20401 msgstr ""
20402
20403 #. type: verbatim
20404 #: ../fish/guestfish-actions.pod:418
20405 #, no-wrap
20406 msgid ""
20407 " base64-in (base64file|-) filename\n"
20408 "\n"
20409 msgstr ""
20410
20411 #. type: textblock
20412 #: ../fish/guestfish-actions.pod:423 ../fish/guestfish-actions.pod:432 ../fish/guestfish-actions.pod:656 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:844 ../fish/guestfish-actions.pod:1218 ../fish/guestfish-actions.pod:4209 ../fish/guestfish-actions.pod:4221 ../fish/guestfish-actions.pod:4232 ../fish/guestfish-actions.pod:4243 ../fish/guestfish-actions.pod:4295 ../fish/guestfish-actions.pod:4304 ../fish/guestfish-actions.pod:4358 ../fish/guestfish-actions.pod:4381
20413 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
20414 msgstr ""
20415
20416 #. type: =head2
20417 #: ../fish/guestfish-actions.pod:425
20418 msgid "base64-out"
20419 msgstr ""
20420
20421 #. type: verbatim
20422 #: ../fish/guestfish-actions.pod:427
20423 #, no-wrap
20424 msgid ""
20425 " base64-out filename (base64file|-)\n"
20426 "\n"
20427 msgstr ""
20428
20429 #. type: =head2
20430 #: ../fish/guestfish-actions.pod:434
20431 msgid "blockdev-flushbufs"
20432 msgstr ""
20433
20434 #. type: verbatim
20435 #: ../fish/guestfish-actions.pod:436
20436 #, no-wrap
20437 msgid ""
20438 " blockdev-flushbufs device\n"
20439 "\n"
20440 msgstr ""
20441
20442 #. type: =head2
20443 #: ../fish/guestfish-actions.pod:443
20444 msgid "blockdev-getbsz"
20445 msgstr ""
20446
20447 #. type: verbatim
20448 #: ../fish/guestfish-actions.pod:445
20449 #, no-wrap
20450 msgid ""
20451 " blockdev-getbsz device\n"
20452 "\n"
20453 msgstr ""
20454
20455 #. type: =head2
20456 #: ../fish/guestfish-actions.pod:454
20457 msgid "blockdev-getro"
20458 msgstr ""
20459
20460 #. type: verbatim
20461 #: ../fish/guestfish-actions.pod:456
20462 #, no-wrap
20463 msgid ""
20464 " blockdev-getro device\n"
20465 "\n"
20466 msgstr ""
20467
20468 #. type: =head2
20469 #: ../fish/guestfish-actions.pod:463
20470 msgid "blockdev-getsize64"
20471 msgstr ""
20472
20473 #. type: verbatim
20474 #: ../fish/guestfish-actions.pod:465
20475 #, no-wrap
20476 msgid ""
20477 " blockdev-getsize64 device\n"
20478 "\n"
20479 msgstr ""
20480
20481 #. type: textblock
20482 #: ../fish/guestfish-actions.pod:469
20483 msgid "See also L</blockdev-getsz>."
20484 msgstr ""
20485
20486 #. type: =head2
20487 #: ../fish/guestfish-actions.pod:473
20488 msgid "blockdev-getss"
20489 msgstr ""
20490
20491 #. type: verbatim
20492 #: ../fish/guestfish-actions.pod:475
20493 #, no-wrap
20494 msgid ""
20495 " blockdev-getss device\n"
20496 "\n"
20497 msgstr ""
20498
20499 #. type: textblock
20500 #: ../fish/guestfish-actions.pod:480
20501 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
20502 msgstr ""
20503
20504 #. type: =head2
20505 #: ../fish/guestfish-actions.pod:485
20506 msgid "blockdev-getsz"
20507 msgstr ""
20508
20509 #. type: verbatim
20510 #: ../fish/guestfish-actions.pod:487
20511 #, no-wrap
20512 msgid ""
20513 " blockdev-getsz device\n"
20514 "\n"
20515 msgstr ""
20516
20517 #. type: textblock
20518 #: ../fish/guestfish-actions.pod:492
20519 msgid ""
20520 "See also L</blockdev-getss> for the real sector size of the device, and "
20521 "L</blockdev-getsize64> for the more useful I<size in bytes>."
20522 msgstr ""
20523
20524 #. type: =head2
20525 #: ../fish/guestfish-actions.pod:498
20526 msgid "blockdev-rereadpt"
20527 msgstr ""
20528
20529 #. type: verbatim
20530 #: ../fish/guestfish-actions.pod:500
20531 #, no-wrap
20532 msgid ""
20533 " blockdev-rereadpt device\n"
20534 "\n"
20535 msgstr ""
20536
20537 #. type: =head2
20538 #: ../fish/guestfish-actions.pod:506
20539 msgid "blockdev-setbsz"
20540 msgstr ""
20541
20542 #. type: verbatim
20543 #: ../fish/guestfish-actions.pod:508
20544 #, no-wrap
20545 msgid ""
20546 " blockdev-setbsz device blocksize\n"
20547 "\n"
20548 msgstr ""
20549
20550 #. type: =head2
20551 #: ../fish/guestfish-actions.pod:517
20552 msgid "blockdev-setro"
20553 msgstr ""
20554
20555 #. type: verbatim
20556 #: ../fish/guestfish-actions.pod:519
20557 #, no-wrap
20558 msgid ""
20559 " blockdev-setro device\n"
20560 "\n"
20561 msgstr ""
20562
20563 #. type: =head2
20564 #: ../fish/guestfish-actions.pod:525
20565 msgid "blockdev-setrw"
20566 msgstr ""
20567
20568 #. type: verbatim
20569 #: ../fish/guestfish-actions.pod:527
20570 #, no-wrap
20571 msgid ""
20572 " blockdev-setrw device\n"
20573 "\n"
20574 msgstr ""
20575
20576 #. type: =head2
20577 #: ../fish/guestfish-actions.pod:533
20578 msgid "case-sensitive-path"
20579 msgstr ""
20580
20581 #. type: verbatim
20582 #: ../fish/guestfish-actions.pod:535
20583 #, no-wrap
20584 msgid ""
20585 " case-sensitive-path path\n"
20586 "\n"
20587 msgstr ""
20588
20589 #. type: textblock
20590 #: ../fish/guestfish-actions.pod:559
20591 msgid ""
20592 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
20593 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
20594 "how the directories were originally created under Windows)."
20595 msgstr ""
20596
20597 #. type: textblock
20598 #: ../fish/guestfish-actions.pod:567
20599 msgid "See also L</realpath>."
20600 msgstr ""
20601
20602 #. type: =head2
20603 #: ../fish/guestfish-actions.pod:569
20604 msgid "cat"
20605 msgstr ""
20606
20607 #. type: verbatim
20608 #: ../fish/guestfish-actions.pod:571
20609 #, no-wrap
20610 msgid ""
20611 " cat path\n"
20612 "\n"
20613 msgstr ""
20614
20615 #. type: textblock
20616 #: ../fish/guestfish-actions.pod:575
20617 msgid ""
20618 "Note that this function cannot correctly handle binary files (specifically, "
20619 "files containing C<\\0> character which is treated as end of string).  For "
20620 "those you need to use the L</read-file> or L</download> functions which have "
20621 "a more complex interface."
20622 msgstr ""
20623
20624 #. type: =head2
20625 #: ../fish/guestfish-actions.pod:583
20626 msgid "checksum"
20627 msgstr ""
20628
20629 #. type: verbatim
20630 #: ../fish/guestfish-actions.pod:585
20631 #, no-wrap
20632 msgid ""
20633 " checksum csumtype path\n"
20634 "\n"
20635 msgstr ""
20636
20637 #. type: textblock
20638 #: ../fish/guestfish-actions.pod:628
20639 msgid "To get the checksum for a device, use L</checksum-device>."
20640 msgstr ""
20641
20642 #. type: textblock
20643 #: ../fish/guestfish-actions.pod:630
20644 msgid "To get the checksums for many files, use L</checksums-out>."
20645 msgstr ""
20646
20647 #. type: =head2
20648 #: ../fish/guestfish-actions.pod:632
20649 msgid "checksum-device"
20650 msgstr ""
20651
20652 #. type: verbatim
20653 #: ../fish/guestfish-actions.pod:634
20654 #, no-wrap
20655 msgid ""
20656 " checksum-device csumtype device\n"
20657 "\n"
20658 msgstr ""
20659
20660 #. type: textblock
20661 #: ../fish/guestfish-actions.pod:636
20662 msgid ""
20663 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
20664 "device named C<device>.  For the types of checksums supported see the "
20665 "L</checksum> command."
20666 msgstr ""
20667
20668 #. type: =head2
20669 #: ../fish/guestfish-actions.pod:640
20670 msgid "checksums-out"
20671 msgstr ""
20672
20673 #. type: verbatim
20674 #: ../fish/guestfish-actions.pod:642
20675 #, no-wrap
20676 msgid ""
20677 " checksums-out csumtype directory (sumsfile|-)\n"
20678 "\n"
20679 msgstr ""
20680
20681 #. type: =head2
20682 #: ../fish/guestfish-actions.pod:658
20683 msgid "chmod"
20684 msgstr ""
20685
20686 #. type: verbatim
20687 #: ../fish/guestfish-actions.pod:660
20688 #, no-wrap
20689 msgid ""
20690 " chmod mode path\n"
20691 "\n"
20692 msgstr ""
20693
20694 #. type: =head2
20695 #: ../fish/guestfish-actions.pod:671
20696 msgid "chown"
20697 msgstr ""
20698
20699 #. type: verbatim
20700 #: ../fish/guestfish-actions.pod:673
20701 #, no-wrap
20702 msgid ""
20703 " chown owner group path\n"
20704 "\n"
20705 msgstr ""
20706
20707 #. type: =head2
20708 #: ../fish/guestfish-actions.pod:681
20709 msgid "command"
20710 msgstr ""
20711
20712 #. type: verbatim
20713 #: ../fish/guestfish-actions.pod:683
20714 #, no-wrap
20715 msgid ""
20716 " command 'arguments ...'\n"
20717 "\n"
20718 msgstr ""
20719
20720 #. type: textblock
20721 #: ../fish/guestfish-actions.pod:690
20722 msgid ""
20723 "The single parameter is an argv-style list of arguments.  The first element "
20724 "is the name of the program to run.  Subsequent elements are parameters.  The "
20725 "list must be non-empty (ie. must contain a program name).  Note that the "
20726 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
20727 msgstr ""
20728
20729 #. type: =head2
20730 #: ../fish/guestfish-actions.pod:718
20731 msgid "command-lines"
20732 msgstr ""
20733
20734 #. type: verbatim
20735 #: ../fish/guestfish-actions.pod:720
20736 #, no-wrap
20737 msgid ""
20738 " command-lines 'arguments ...'\n"
20739 "\n"
20740 msgstr ""
20741
20742 #. type: textblock
20743 #: ../fish/guestfish-actions.pod:722
20744 msgid "This is the same as L</command>, but splits the result into a list of lines."
20745 msgstr ""
20746
20747 #. type: textblock
20748 #: ../fish/guestfish-actions.pod:725
20749 msgid "See also: L</sh-lines>"
20750 msgstr ""
20751
20752 #. type: =head2
20753 #: ../fish/guestfish-actions.pod:730
20754 msgid "config"
20755 msgstr ""
20756
20757 #. type: verbatim
20758 #: ../fish/guestfish-actions.pod:732
20759 #, no-wrap
20760 msgid ""
20761 " config qemuparam qemuvalue\n"
20762 "\n"
20763 msgstr ""
20764
20765 #. type: =head2
20766 #: ../fish/guestfish-actions.pod:743
20767 msgid "copy-size"
20768 msgstr ""
20769
20770 #. type: verbatim
20771 #: ../fish/guestfish-actions.pod:745
20772 #, no-wrap
20773 msgid ""
20774 " copy-size src dest size\n"
20775 "\n"
20776 msgstr ""
20777
20778 #. type: =head2
20779 #: ../fish/guestfish-actions.pod:753
20780 msgid "cp"
20781 msgstr ""
20782
20783 #. type: verbatim
20784 #: ../fish/guestfish-actions.pod:755
20785 #, no-wrap
20786 msgid ""
20787 " cp src dest\n"
20788 "\n"
20789 msgstr ""
20790
20791 #. type: =head2
20792 #: ../fish/guestfish-actions.pod:760
20793 msgid "cp-a"
20794 msgstr ""
20795
20796 #. type: verbatim
20797 #: ../fish/guestfish-actions.pod:762
20798 #, no-wrap
20799 msgid ""
20800 " cp-a src dest\n"
20801 "\n"
20802 msgstr ""
20803
20804 #. type: =head2
20805 #: ../fish/guestfish-actions.pod:767
20806 msgid "dd"
20807 msgstr ""
20808
20809 #. type: verbatim
20810 #: ../fish/guestfish-actions.pod:769
20811 #, no-wrap
20812 msgid ""
20813 " dd src dest\n"
20814 "\n"
20815 msgstr ""
20816
20817 #. type: textblock
20818 #: ../fish/guestfish-actions.pod:776
20819 msgid ""
20820 "If the destination is a device, it must be as large or larger than the "
20821 "source file or device, otherwise the copy will fail.  This command cannot do "
20822 "partial copies (see L</copy-size>)."
20823 msgstr ""
20824
20825 #. type: =head2
20826 #: ../fish/guestfish-actions.pod:780
20827 msgid "df"
20828 msgstr ""
20829
20830 #. type: verbatim
20831 #: ../fish/guestfish-actions.pod:782
20832 #, no-wrap
20833 msgid ""
20834 " df\n"
20835 "\n"
20836 msgstr ""
20837
20838 #. type: textblock
20839 #: ../fish/guestfish-actions.pod:786 ../fish/guestfish-actions.pod:797
20840 msgid ""
20841 "This command is mostly useful for interactive sessions.  It is I<not> "
20842 "intended that you try to parse the output string.  Use L</statvfs> from "
20843 "programs."
20844 msgstr ""
20845
20846 #. type: =head2
20847 #: ../fish/guestfish-actions.pod:790
20848 msgid "df-h"
20849 msgstr ""
20850
20851 #. type: verbatim
20852 #: ../fish/guestfish-actions.pod:792
20853 #, no-wrap
20854 msgid ""
20855 " df-h\n"
20856 "\n"
20857 msgstr ""
20858
20859 #. type: =head2
20860 #: ../fish/guestfish-actions.pod:801
20861 msgid "dmesg"
20862 msgstr ""
20863
20864 #. type: verbatim
20865 #: ../fish/guestfish-actions.pod:803
20866 #, no-wrap
20867 msgid ""
20868 " dmesg\n"
20869 "\n"
20870 msgstr ""
20871
20872 #. type: textblock
20873 #: ../fish/guestfish-actions.pod:809
20874 msgid ""
20875 "Another way to get the same information is to enable verbose messages with "
20876 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
20877 "before running the program."
20878 msgstr ""
20879
20880 #. type: =head2
20881 #: ../fish/guestfish-actions.pod:814
20882 msgid "download"
20883 msgstr ""
20884
20885 #. type: verbatim
20886 #: ../fish/guestfish-actions.pod:816
20887 #, no-wrap
20888 msgid ""
20889 " download remotefilename (filename|-)\n"
20890 "\n"
20891 msgstr ""
20892
20893 #. type: textblock
20894 #: ../fish/guestfish-actions.pod:823
20895 msgid "See also L</upload>, L</cat>."
20896 msgstr ""
20897
20898 #. type: =head2
20899 #: ../fish/guestfish-actions.pod:827
20900 msgid "download-offset"
20901 msgstr ""
20902
20903 #. type: verbatim
20904 #: ../fish/guestfish-actions.pod:829
20905 #, no-wrap
20906 msgid ""
20907 " download-offset remotefilename (filename|-) offset size\n"
20908 "\n"
20909 msgstr ""
20910
20911 #. type: textblock
20912 #: ../fish/guestfish-actions.pod:837
20913 msgid ""
20914 "Note that there is no limit on the amount of data that can be downloaded "
20915 "with this call, unlike with L</pread>, and this call always reads the full "
20916 "amount unless an error occurs."
20917 msgstr ""
20918
20919 #. type: textblock
20920 #: ../fish/guestfish-actions.pod:842
20921 msgid "See also L</download>, L</pread>."
20922 msgstr ""
20923
20924 #. type: =head2
20925 #: ../fish/guestfish-actions.pod:846
20926 msgid "drop-caches"
20927 msgstr ""
20928
20929 #. type: verbatim
20930 #: ../fish/guestfish-actions.pod:848
20931 #, no-wrap
20932 msgid ""
20933 " drop-caches whattodrop\n"
20934 "\n"
20935 msgstr ""
20936
20937 #. type: =head2
20938 #: ../fish/guestfish-actions.pod:860
20939 msgid "du"
20940 msgstr ""
20941
20942 #. type: verbatim
20943 #: ../fish/guestfish-actions.pod:862
20944 #, no-wrap
20945 msgid ""
20946 " du path\n"
20947 "\n"
20948 msgstr ""
20949
20950 #. type: =head2
20951 #: ../fish/guestfish-actions.pod:874
20952 msgid "e2fsck-f"
20953 msgstr ""
20954
20955 #. type: verbatim
20956 #: ../fish/guestfish-actions.pod:876
20957 #, no-wrap
20958 msgid ""
20959 " e2fsck-f device\n"
20960 "\n"
20961 msgstr ""
20962
20963 #. type: textblock
20964 #: ../fish/guestfish-actions.pod:882
20965 msgid ""
20966 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
20967 "should use L</fsck>."
20968 msgstr ""
20969
20970 #. type: =head2
20971 #: ../fish/guestfish-actions.pod:885
20972 msgid "echo-daemon"
20973 msgstr ""
20974
20975 #. type: verbatim
20976 #: ../fish/guestfish-actions.pod:887
20977 #, no-wrap
20978 msgid ""
20979 " echo-daemon 'words ...'\n"
20980 "\n"
20981 msgstr ""
20982
20983 #. type: textblock
20984 #: ../fish/guestfish-actions.pod:894
20985 msgid "See also L</ping-daemon>."
20986 msgstr ""
20987
20988 #. type: =head2
20989 #: ../fish/guestfish-actions.pod:896
20990 msgid "egrep"
20991 msgstr ""
20992
20993 #. type: verbatim
20994 #: ../fish/guestfish-actions.pod:898
20995 #, no-wrap
20996 msgid ""
20997 " egrep regex path\n"
20998 "\n"
20999 msgstr ""
21000
21001 #. type: =head2
21002 #: ../fish/guestfish-actions.pod:906
21003 msgid "egrepi"
21004 msgstr ""
21005
21006 #. type: verbatim
21007 #: ../fish/guestfish-actions.pod:908
21008 #, no-wrap
21009 msgid ""
21010 " egrepi regex path\n"
21011 "\n"
21012 msgstr ""
21013
21014 #. type: =head2
21015 #: ../fish/guestfish-actions.pod:916
21016 msgid "equal"
21017 msgstr ""
21018
21019 #. type: verbatim
21020 #: ../fish/guestfish-actions.pod:918
21021 #, no-wrap
21022 msgid ""
21023 " equal file1 file2\n"
21024 "\n"
21025 msgstr ""
21026
21027 #. type: =head2
21028 #: ../fish/guestfish-actions.pod:925
21029 msgid "exists"
21030 msgstr ""
21031
21032 #. type: verbatim
21033 #: ../fish/guestfish-actions.pod:927
21034 #, no-wrap
21035 msgid ""
21036 " exists path\n"
21037 "\n"
21038 msgstr ""
21039
21040 #. type: textblock
21041 #: ../fish/guestfish-actions.pod:932
21042 msgid "See also L</is-file>, L</is-dir>, L</stat>."
21043 msgstr ""
21044
21045 #. type: =head2
21046 #: ../fish/guestfish-actions.pod:934
21047 msgid "fallocate"
21048 msgstr ""
21049
21050 #. type: verbatim
21051 #: ../fish/guestfish-actions.pod:936
21052 #, no-wrap
21053 msgid ""
21054 " fallocate path len\n"
21055 "\n"
21056 msgstr ""
21057
21058 #. type: =head2
21059 #: ../fish/guestfish-actions.pod:953
21060 msgid "fallocate64"
21061 msgstr ""
21062
21063 #. type: verbatim
21064 #: ../fish/guestfish-actions.pod:955
21065 #, no-wrap
21066 msgid ""
21067 " fallocate64 path len\n"
21068 "\n"
21069 msgstr ""
21070
21071 #. type: textblock
21072 #: ../fish/guestfish-actions.pod:961
21073 msgid ""
21074 "Note that this call allocates disk blocks for the file.  To create a sparse "
21075 "file use L</truncate-size> instead."
21076 msgstr ""
21077
21078 #. type: textblock
21079 #: ../fish/guestfish-actions.pod:964
21080 msgid ""
21081 "The deprecated call L</fallocate> does the same, but owing to an oversight "
21082 "it only allowed 30 bit lengths to be specified, effectively limiting the "
21083 "maximum size of files created through that call to 1GB."
21084 msgstr ""
21085
21086 #. type: =head2
21087 #: ../fish/guestfish-actions.pod:973
21088 msgid "fgrep"
21089 msgstr ""
21090
21091 #. type: verbatim
21092 #: ../fish/guestfish-actions.pod:975
21093 #, no-wrap
21094 msgid ""
21095 " fgrep pattern path\n"
21096 "\n"
21097 msgstr ""
21098
21099 #. type: =head2
21100 #: ../fish/guestfish-actions.pod:983
21101 msgid "fgrepi"
21102 msgstr ""
21103
21104 #. type: verbatim
21105 #: ../fish/guestfish-actions.pod:985
21106 #, no-wrap
21107 msgid ""
21108 " fgrepi pattern path\n"
21109 "\n"
21110 msgstr ""
21111
21112 #. type: =head2
21113 #: ../fish/guestfish-actions.pod:993
21114 msgid "file"
21115 msgstr ""
21116
21117 #. type: verbatim
21118 #: ../fish/guestfish-actions.pod:995
21119 #, no-wrap
21120 msgid ""
21121 " file path\n"
21122 "\n"
21123 msgstr ""
21124
21125 #. type: textblock
21126 #: ../fish/guestfish-actions.pod:1011
21127 msgid ""
21128 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
21129 "(etc)."
21130 msgstr ""
21131
21132 #. type: =head2
21133 #: ../fish/guestfish-actions.pod:1014
21134 msgid "file-architecture"
21135 msgstr ""
21136
21137 #. type: verbatim
21138 #: ../fish/guestfish-actions.pod:1016
21139 #, no-wrap
21140 msgid ""
21141 " file-architecture filename\n"
21142 "\n"
21143 msgstr ""
21144
21145 #. type: =head2
21146 #: ../fish/guestfish-actions.pod:1119
21147 msgid "filesize"
21148 msgstr ""
21149
21150 #. type: verbatim
21151 #: ../fish/guestfish-actions.pod:1121
21152 #, no-wrap
21153 msgid ""
21154 " filesize file\n"
21155 "\n"
21156 msgstr ""
21157
21158 #. type: textblock
21159 #: ../fish/guestfish-actions.pod:1125
21160 msgid ""
21161 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
21162 "L</is-file> etc.  To get the size of block devices, use "
21163 "L</blockdev-getsize64>."
21164 msgstr ""
21165
21166 #. type: =head2
21167 #: ../fish/guestfish-actions.pod:1129
21168 msgid "fill"
21169 msgstr ""
21170
21171 #. type: verbatim
21172 #: ../fish/guestfish-actions.pod:1131
21173 #, no-wrap
21174 msgid ""
21175 " fill c len path\n"
21176 "\n"
21177 msgstr ""
21178
21179 #. type: textblock
21180 #: ../fish/guestfish-actions.pod:1137
21181 msgid ""
21182 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
21183 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
21184 "L</fill-pattern>."
21185 msgstr ""
21186
21187 #. type: =head2
21188 #: ../fish/guestfish-actions.pod:1142
21189 msgid "fill-pattern"
21190 msgstr ""
21191
21192 #. type: verbatim
21193 #: ../fish/guestfish-actions.pod:1144
21194 #, no-wrap
21195 msgid ""
21196 " fill-pattern pattern len path\n"
21197 "\n"
21198 msgstr ""
21199
21200 #. type: textblock
21201 #: ../fish/guestfish-actions.pod:1146
21202 msgid ""
21203 "This function is like L</fill> except that it creates a new file of length "
21204 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
21205 "is truncated if necessary to ensure the length of the file is exactly C<len> "
21206 "bytes."
21207 msgstr ""
21208
21209 #. type: =head2
21210 #: ../fish/guestfish-actions.pod:1151
21211 msgid "find"
21212 msgstr ""
21213
21214 #. type: verbatim
21215 #: ../fish/guestfish-actions.pod:1153
21216 #, no-wrap
21217 msgid ""
21218 " find directory\n"
21219 "\n"
21220 msgstr ""
21221
21222 #. type: textblock
21223 #: ../fish/guestfish-actions.pod:1167
21224 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
21225 msgstr ""
21226
21227 #. type: textblock
21228 #: ../fish/guestfish-actions.pod:1180
21229 msgid "See also L</find0>."
21230 msgstr ""
21231
21232 #. type: =head2
21233 #: ../fish/guestfish-actions.pod:1185
21234 msgid "find0"
21235 msgstr ""
21236
21237 #. type: verbatim
21238 #: ../fish/guestfish-actions.pod:1187
21239 #, no-wrap
21240 msgid ""
21241 " find0 directory (files|-)\n"
21242 "\n"
21243 msgstr ""
21244
21245 #. type: textblock
21246 #: ../fish/guestfish-actions.pod:1193
21247 msgid "This command works the same way as L</find> with the following exceptions:"
21248 msgstr ""
21249
21250 #. type: =head2
21251 #: ../fish/guestfish-actions.pod:1220
21252 msgid "findfs-label"
21253 msgstr ""
21254
21255 #. type: verbatim
21256 #: ../fish/guestfish-actions.pod:1222
21257 #, no-wrap
21258 msgid ""
21259 " findfs-label label\n"
21260 "\n"
21261 msgstr ""
21262
21263 #. type: textblock
21264 #: ../fish/guestfish-actions.pod:1228
21265 msgid "To find the label of a filesystem, use L</vfs-label>."
21266 msgstr ""
21267
21268 #. type: =head2
21269 #: ../fish/guestfish-actions.pod:1230
21270 msgid "findfs-uuid"
21271 msgstr ""
21272
21273 #. type: verbatim
21274 #: ../fish/guestfish-actions.pod:1232
21275 #, no-wrap
21276 msgid ""
21277 " findfs-uuid uuid\n"
21278 "\n"
21279 msgstr ""
21280
21281 #. type: textblock
21282 #: ../fish/guestfish-actions.pod:1238
21283 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
21284 msgstr ""
21285
21286 #. type: =head2
21287 #: ../fish/guestfish-actions.pod:1240
21288 msgid "fsck"
21289 msgstr ""
21290
21291 #. type: verbatim
21292 #: ../fish/guestfish-actions.pod:1242
21293 #, no-wrap
21294 msgid ""
21295 " fsck fstype device\n"
21296 "\n"
21297 msgstr ""
21298
21299 #. type: =head2
21300 #: ../fish/guestfish-actions.pod:1272
21301 msgid "get-append"
21302 msgstr ""
21303
21304 #. type: verbatim
21305 #: ../fish/guestfish-actions.pod:1274
21306 #, no-wrap
21307 msgid ""
21308 " get-append\n"
21309 "\n"
21310 msgstr ""
21311
21312 #. type: =head2
21313 #: ../fish/guestfish-actions.pod:1281
21314 msgid "get-autosync"
21315 msgstr ""
21316
21317 #. type: verbatim
21318 #: ../fish/guestfish-actions.pod:1283
21319 #, no-wrap
21320 msgid ""
21321 " get-autosync\n"
21322 "\n"
21323 msgstr ""
21324
21325 #. type: =head2
21326 #: ../fish/guestfish-actions.pod:1287
21327 msgid "get-direct"
21328 msgstr ""
21329
21330 #. type: verbatim
21331 #: ../fish/guestfish-actions.pod:1289
21332 #, no-wrap
21333 msgid ""
21334 " get-direct\n"
21335 "\n"
21336 msgstr ""
21337
21338 #. type: =head2
21339 #: ../fish/guestfish-actions.pod:1293
21340 msgid "get-e2label"
21341 msgstr ""
21342
21343 #. type: verbatim
21344 #: ../fish/guestfish-actions.pod:1295
21345 #, no-wrap
21346 msgid ""
21347 " get-e2label device\n"
21348 "\n"
21349 msgstr ""
21350
21351 #. type: =head2
21352 #: ../fish/guestfish-actions.pod:1307
21353 msgid "get-e2uuid"
21354 msgstr ""
21355
21356 #. type: verbatim
21357 #: ../fish/guestfish-actions.pod:1309
21358 #, no-wrap
21359 msgid ""
21360 " get-e2uuid device\n"
21361 "\n"
21362 msgstr ""
21363
21364 #. type: =head2
21365 #: ../fish/guestfish-actions.pod:1321
21366 msgid "get-memsize"
21367 msgstr ""
21368
21369 #. type: verbatim
21370 #: ../fish/guestfish-actions.pod:1323
21371 #, no-wrap
21372 msgid ""
21373 " get-memsize\n"
21374 "\n"
21375 msgstr ""
21376
21377 #. type: textblock
21378 #: ../fish/guestfish-actions.pod:1328
21379 msgid ""
21380 "If L</set-memsize> was not called on this handle, and if "
21381 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
21382 "value for memsize."
21383 msgstr ""
21384
21385 #. type: =head2
21386 #: ../fish/guestfish-actions.pod:1335
21387 msgid "get-network"
21388 msgstr ""
21389
21390 #. type: verbatim
21391 #: ../fish/guestfish-actions.pod:1337
21392 #, no-wrap
21393 msgid ""
21394 " get-network\n"
21395 "\n"
21396 msgstr ""
21397
21398 #. type: =head2
21399 #: ../fish/guestfish-actions.pod:1341
21400 msgid "get-path"
21401 msgstr ""
21402
21403 #. type: verbatim
21404 #: ../fish/guestfish-actions.pod:1343
21405 #, no-wrap
21406 msgid ""
21407 " get-path\n"
21408 "\n"
21409 msgstr ""
21410
21411 #. type: =head2
21412 #: ../fish/guestfish-actions.pod:1350
21413 msgid "get-pid"
21414 msgstr ""
21415
21416 #. type: =head2
21417 #: ../fish/guestfish-actions.pod:1352
21418 msgid "pid"
21419 msgstr ""
21420
21421 #. type: verbatim
21422 #: ../fish/guestfish-actions.pod:1354
21423 #, no-wrap
21424 msgid ""
21425 " get-pid\n"
21426 "\n"
21427 msgstr ""
21428
21429 #. type: =head2
21430 #: ../fish/guestfish-actions.pod:1361
21431 msgid "get-qemu"
21432 msgstr ""
21433
21434 #. type: verbatim
21435 #: ../fish/guestfish-actions.pod:1363
21436 #, no-wrap
21437 msgid ""
21438 " get-qemu\n"
21439 "\n"
21440 msgstr ""
21441
21442 #. type: =head2
21443 #: ../fish/guestfish-actions.pod:1370
21444 msgid "get-recovery-proc"
21445 msgstr ""
21446
21447 #. type: verbatim
21448 #: ../fish/guestfish-actions.pod:1372
21449 #, no-wrap
21450 msgid ""
21451 " get-recovery-proc\n"
21452 "\n"
21453 msgstr ""
21454
21455 #. type: =head2
21456 #: ../fish/guestfish-actions.pod:1376
21457 msgid "get-selinux"
21458 msgstr ""
21459
21460 #. type: verbatim
21461 #: ../fish/guestfish-actions.pod:1378
21462 #, no-wrap
21463 msgid ""
21464 " get-selinux\n"
21465 "\n"
21466 msgstr ""
21467
21468 #. type: textblock
21469 #: ../fish/guestfish-actions.pod:1380
21470 msgid ""
21471 "This returns the current setting of the selinux flag which is passed to the "
21472 "appliance at boot time.  See L</set-selinux>."
21473 msgstr ""
21474
21475 #. type: =head2
21476 #: ../fish/guestfish-actions.pod:1386
21477 msgid "get-state"
21478 msgstr ""
21479
21480 #. type: verbatim
21481 #: ../fish/guestfish-actions.pod:1388
21482 #, no-wrap
21483 msgid ""
21484 " get-state\n"
21485 "\n"
21486 msgstr ""
21487
21488 #. type: =head2
21489 #: ../fish/guestfish-actions.pod:1395
21490 msgid "get-trace"
21491 msgstr ""
21492
21493 #. type: verbatim
21494 #: ../fish/guestfish-actions.pod:1397
21495 #, no-wrap
21496 msgid ""
21497 " get-trace\n"
21498 "\n"
21499 msgstr ""
21500
21501 #. type: =head2
21502 #: ../fish/guestfish-actions.pod:1401
21503 msgid "get-umask"
21504 msgstr ""
21505
21506 #. type: verbatim
21507 #: ../fish/guestfish-actions.pod:1403
21508 #, no-wrap
21509 msgid ""
21510 " get-umask\n"
21511 "\n"
21512 msgstr ""
21513
21514 #. type: textblock
21515 #: ../fish/guestfish-actions.pod:1405
21516 msgid ""
21517 "Return the current umask.  By default the umask is C<022> unless it has been "
21518 "set by calling L</umask>."
21519 msgstr ""
21520
21521 #. type: =head2
21522 #: ../fish/guestfish-actions.pod:1408
21523 msgid "get-verbose"
21524 msgstr ""
21525
21526 #. type: verbatim
21527 #: ../fish/guestfish-actions.pod:1410
21528 #, no-wrap
21529 msgid ""
21530 " get-verbose\n"
21531 "\n"
21532 msgstr ""
21533
21534 #. type: =head2
21535 #: ../fish/guestfish-actions.pod:1414
21536 msgid "getcon"
21537 msgstr ""
21538
21539 #. type: verbatim
21540 #: ../fish/guestfish-actions.pod:1416
21541 #, no-wrap
21542 msgid ""
21543 " getcon\n"
21544 "\n"
21545 msgstr ""
21546
21547 #. type: textblock
21548 #: ../fish/guestfish-actions.pod:1420
21549 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
21550 msgstr ""
21551
21552 #. type: =head2
21553 #: ../fish/guestfish-actions.pod:1423
21554 msgid "getxattr"
21555 msgstr ""
21556
21557 #. type: verbatim
21558 #: ../fish/guestfish-actions.pod:1425
21559 #, no-wrap
21560 msgid ""
21561 " getxattr path name\n"
21562 "\n"
21563 msgstr ""
21564
21565 #. type: textblock
21566 #: ../fish/guestfish-actions.pod:1427
21567 msgid ""
21568 "Get a single extended attribute from file C<path> named C<name>.  This call "
21569 "follows symlinks.  If you want to lookup an extended attribute for the "
21570 "symlink itself, use L</lgetxattr>."
21571 msgstr ""
21572
21573 #. type: textblock
21574 #: ../fish/guestfish-actions.pod:1431 ../fish/guestfish-actions.pod:2262
21575 msgid ""
21576 "Normally it is better to get all extended attributes from a file in one go "
21577 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
21578 "buggy and do not provide a way to list out attributes.  For these "
21579 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
21580 "attributes you want in advance and call this function."
21581 msgstr ""
21582
21583 #. type: textblock
21584 #: ../fish/guestfish-actions.pod:1441
21585 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
21586 msgstr ""
21587
21588 #. type: =head2
21589 #: ../fish/guestfish-actions.pod:1443
21590 msgid "getxattrs"
21591 msgstr ""
21592
21593 #. type: verbatim
21594 #: ../fish/guestfish-actions.pod:1445
21595 #, no-wrap
21596 msgid ""
21597 " getxattrs path\n"
21598 "\n"
21599 msgstr ""
21600
21601 #. type: textblock
21602 #: ../fish/guestfish-actions.pod:1453
21603 msgid "See also: L</lgetxattrs>, L<attr(5)>."
21604 msgstr ""
21605
21606 #. type: =head2
21607 #: ../fish/guestfish-actions.pod:1455
21608 msgid "glob-expand"
21609 msgstr ""
21610
21611 #. type: verbatim
21612 #: ../fish/guestfish-actions.pod:1457
21613 #, no-wrap
21614 msgid ""
21615 " glob-expand pattern\n"
21616 "\n"
21617 msgstr ""
21618
21619 #. type: =head2
21620 #: ../fish/guestfish-actions.pod:1470
21621 msgid "grep"
21622 msgstr ""
21623
21624 #. type: verbatim
21625 #: ../fish/guestfish-actions.pod:1472
21626 #, no-wrap
21627 msgid ""
21628 " grep regex path\n"
21629 "\n"
21630 msgstr ""
21631
21632 #. type: =head2
21633 #: ../fish/guestfish-actions.pod:1480
21634 msgid "grepi"
21635 msgstr ""
21636
21637 #. type: verbatim
21638 #: ../fish/guestfish-actions.pod:1482
21639 #, no-wrap
21640 msgid ""
21641 " grepi regex path\n"
21642 "\n"
21643 msgstr ""
21644
21645 #. type: =head2
21646 #: ../fish/guestfish-actions.pod:1490
21647 msgid "grub-install"
21648 msgstr ""
21649
21650 #. type: verbatim
21651 #: ../fish/guestfish-actions.pod:1492
21652 #, no-wrap
21653 msgid ""
21654 " grub-install root device\n"
21655 "\n"
21656 msgstr ""
21657
21658 #. type: =head2
21659 #: ../fish/guestfish-actions.pod:1508
21660 msgid "head"
21661 msgstr ""
21662
21663 #. type: verbatim
21664 #: ../fish/guestfish-actions.pod:1510
21665 #, no-wrap
21666 msgid ""
21667 " head path\n"
21668 "\n"
21669 msgstr ""
21670
21671 #. type: =head2
21672 #: ../fish/guestfish-actions.pod:1518
21673 msgid "head-n"
21674 msgstr ""
21675
21676 #. type: verbatim
21677 #: ../fish/guestfish-actions.pod:1520
21678 #, no-wrap
21679 msgid ""
21680 " head-n nrlines path\n"
21681 "\n"
21682 msgstr ""
21683
21684 #. type: =head2
21685 #: ../fish/guestfish-actions.pod:1533
21686 msgid "hexdump"
21687 msgstr ""
21688
21689 #. type: verbatim
21690 #: ../fish/guestfish-actions.pod:1535
21691 #, no-wrap
21692 msgid ""
21693 " hexdump path\n"
21694 "\n"
21695 msgstr ""
21696
21697 #. type: =head2
21698 #: ../fish/guestfish-actions.pod:1543
21699 msgid "initrd-cat"
21700 msgstr ""
21701
21702 #. type: verbatim
21703 #: ../fish/guestfish-actions.pod:1545
21704 #, no-wrap
21705 msgid ""
21706 " initrd-cat initrdpath filename\n"
21707 "\n"
21708 msgstr ""
21709
21710 #. type: textblock
21711 #: ../fish/guestfish-actions.pod:1557
21712 msgid "See also L</initrd-list>."
21713 msgstr ""
21714
21715 #. type: =head2
21716 #: ../fish/guestfish-actions.pod:1562
21717 msgid "initrd-list"
21718 msgstr ""
21719
21720 #. type: verbatim
21721 #: ../fish/guestfish-actions.pod:1564
21722 #, no-wrap
21723 msgid ""
21724 " initrd-list path\n"
21725 "\n"
21726 msgstr ""
21727
21728 #. type: =head2
21729 #: ../fish/guestfish-actions.pod:1576
21730 msgid "inotify-add-watch"
21731 msgstr ""
21732
21733 #. type: verbatim
21734 #: ../fish/guestfish-actions.pod:1578
21735 #, no-wrap
21736 msgid ""
21737 " inotify-add-watch path mask\n"
21738 "\n"
21739 msgstr ""
21740
21741 #. type: =head2
21742 #: ../fish/guestfish-actions.pod:1590
21743 msgid "inotify-close"
21744 msgstr ""
21745
21746 #. type: verbatim
21747 #: ../fish/guestfish-actions.pod:1592
21748 #, no-wrap
21749 msgid ""
21750 " inotify-close\n"
21751 "\n"
21752 msgstr ""
21753
21754 #. type: =head2
21755 #: ../fish/guestfish-actions.pod:1598
21756 msgid "inotify-files"
21757 msgstr ""
21758
21759 #. type: verbatim
21760 #: ../fish/guestfish-actions.pod:1600
21761 #, no-wrap
21762 msgid ""
21763 " inotify-files\n"
21764 "\n"
21765 msgstr ""
21766
21767 #. type: textblock
21768 #: ../fish/guestfish-actions.pod:1602
21769 msgid ""
21770 "This function is a helpful wrapper around L</inotify-read> which just "
21771 "returns a list of pathnames of objects that were touched.  The returned "
21772 "pathnames are sorted and deduplicated."
21773 msgstr ""
21774
21775 #. type: =head2
21776 #: ../fish/guestfish-actions.pod:1606
21777 msgid "inotify-init"
21778 msgstr ""
21779
21780 #. type: verbatim
21781 #: ../fish/guestfish-actions.pod:1608
21782 #, no-wrap
21783 msgid ""
21784 " inotify-init maxevents\n"
21785 "\n"
21786 msgstr ""
21787
21788 #. type: textblock
21789 #: ../fish/guestfish-actions.pod:1614
21790 msgid ""
21791 "C<maxevents> is the maximum number of events which will be queued up between "
21792 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
21793 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
21794 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
21795 "but records the fact that it threw them away by setting a flag "
21796 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
21797 msgstr ""
21798
21799 #. type: textblock
21800 #: ../fish/guestfish-actions.pod:1624
21801 msgid ""
21802 "Before any events are generated, you have to add some watches to the "
21803 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
21804 "L</inotify-watch-all>."
21805 msgstr ""
21806
21807 #. type: textblock
21808 #: ../fish/guestfish-actions.pod:1630
21809 msgid ""
21810 "Queued up events should be read periodically by calling L</inotify-read> (or "
21811 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
21812 "If you don't read the events out often enough then you risk the internal "
21813 "queue overflowing."
21814 msgstr ""
21815
21816 #. type: textblock
21817 #: ../fish/guestfish-actions.pod:1637
21818 msgid ""
21819 "The handle should be closed after use by calling L</inotify-close>.  This "
21820 "also removes any watches automatically."
21821 msgstr ""
21822
21823 #. type: =head2
21824 #: ../fish/guestfish-actions.pod:1646
21825 msgid "inotify-read"
21826 msgstr ""
21827
21828 #. type: verbatim
21829 #: ../fish/guestfish-actions.pod:1648
21830 #, no-wrap
21831 msgid ""
21832 " inotify-read\n"
21833 "\n"
21834 msgstr ""
21835
21836 #. type: =head2
21837 #: ../fish/guestfish-actions.pod:1661
21838 msgid "inotify-rm-watch"
21839 msgstr ""
21840
21841 #. type: verbatim
21842 #: ../fish/guestfish-actions.pod:1663
21843 #, no-wrap
21844 msgid ""
21845 " inotify-rm-watch wd\n"
21846 "\n"
21847 msgstr ""
21848
21849 #. type: textblock
21850 #: ../fish/guestfish-actions.pod:1665
21851 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
21852 msgstr ""
21853
21854 #. type: =head2
21855 #: ../fish/guestfish-actions.pod:1668
21856 msgid "inspect-get-arch"
21857 msgstr ""
21858
21859 #. type: verbatim
21860 #: ../fish/guestfish-actions.pod:1670
21861 #, no-wrap
21862 msgid ""
21863 " inspect-get-arch root\n"
21864 "\n"
21865 msgstr ""
21866
21867 #. type: textblock
21868 #: ../fish/guestfish-actions.pod:1672 ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1762 ../fish/guestfish-actions.pod:1780 ../fish/guestfish-actions.pod:1795 ../fish/guestfish-actions.pod:1816 ../fish/guestfish-actions.pod:1831 ../fish/guestfish-actions.pod:1858 ../fish/guestfish-actions.pod:1880 ../fish/guestfish-actions.pod:1904 ../fish/guestfish-actions.pod:1934 ../fish/guestfish-actions.pod:1969 ../fish/guestfish-actions.pod:1985
21869 msgid ""
21870 "This function should only be called with a root device string as returned by "
21871 "L</inspect-os>."
21872 msgstr ""
21873
21874 #. type: textblock
21875 #: ../fish/guestfish-actions.pod:1675
21876 msgid ""
21877 "This returns the architecture of the inspected operating system.  The "
21878 "possible return values are listed under L</file-architecture>."
21879 msgstr ""
21880
21881 #. type: =head2
21882 #: ../fish/guestfish-actions.pod:1684
21883 msgid "inspect-get-distro"
21884 msgstr ""
21885
21886 #. type: verbatim
21887 #: ../fish/guestfish-actions.pod:1686
21888 #, no-wrap
21889 msgid ""
21890 " inspect-get-distro root\n"
21891 "\n"
21892 msgstr ""
21893
21894 #. type: =head2
21895 #: ../fish/guestfish-actions.pod:1758
21896 msgid "inspect-get-filesystems"
21897 msgstr ""
21898
21899 #. type: verbatim
21900 #: ../fish/guestfish-actions.pod:1760
21901 #, no-wrap
21902 msgid ""
21903 " inspect-get-filesystems root\n"
21904 "\n"
21905 msgstr ""
21906
21907 #. type: textblock
21908 #: ../fish/guestfish-actions.pod:1773
21909 msgid ""
21910 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21911 "L</inspect-get-mountpoints>."
21912 msgstr ""
21913
21914 #. type: =head2
21915 #: ../fish/guestfish-actions.pod:1776
21916 msgid "inspect-get-hostname"
21917 msgstr ""
21918
21919 #. type: verbatim
21920 #: ../fish/guestfish-actions.pod:1778
21921 #, no-wrap
21922 msgid ""
21923 " inspect-get-hostname root\n"
21924 "\n"
21925 msgstr ""
21926
21927 #. type: =head2
21928 #: ../fish/guestfish-actions.pod:1791
21929 msgid "inspect-get-major-version"
21930 msgstr ""
21931
21932 #. type: verbatim
21933 #: ../fish/guestfish-actions.pod:1793
21934 #, no-wrap
21935 msgid ""
21936 " inspect-get-major-version root\n"
21937 "\n"
21938 msgstr ""
21939
21940 #. type: =head2
21941 #: ../fish/guestfish-actions.pod:1812
21942 msgid "inspect-get-minor-version"
21943 msgstr ""
21944
21945 #. type: verbatim
21946 #: ../fish/guestfish-actions.pod:1814
21947 #, no-wrap
21948 msgid ""
21949 " inspect-get-minor-version root\n"
21950 "\n"
21951 msgstr ""
21952
21953 #. type: textblock
21954 #: ../fish/guestfish-actions.pod:1824
21955 msgid ""
21956 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21957 "L</inspect-get-major-version>."
21958 msgstr ""
21959
21960 #. type: =head2
21961 #: ../fish/guestfish-actions.pod:1827
21962 msgid "inspect-get-mountpoints"
21963 msgstr ""
21964
21965 #. type: verbatim
21966 #: ../fish/guestfish-actions.pod:1829
21967 #, no-wrap
21968 msgid ""
21969 " inspect-get-mountpoints root\n"
21970 "\n"
21971 msgstr ""
21972
21973 #. type: textblock
21974 #: ../fish/guestfish-actions.pod:1851
21975 msgid ""
21976 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
21977 "L</inspect-get-filesystems>."
21978 msgstr ""
21979
21980 #. type: =head2
21981 #: ../fish/guestfish-actions.pod:1854
21982 msgid "inspect-get-package-format"
21983 msgstr ""
21984
21985 #. type: verbatim
21986 #: ../fish/guestfish-actions.pod:1856
21987 #, no-wrap
21988 msgid ""
21989 " inspect-get-package-format root\n"
21990 "\n"
21991 msgstr ""
21992
21993 #. type: textblock
21994 #: ../fish/guestfish-actions.pod:1861
21995 msgid ""
21996 "This function and L</inspect-get-package-management> return the package "
21997 "format and package management tool used by the inspected operating system.  "
21998 "For example for Fedora these functions would return C<rpm> (package format) "
21999 "and C<yum> (package management)."
22000 msgstr ""
22001
22002 #. type: =head2
22003 #: ../fish/guestfish-actions.pod:1876
22004 msgid "inspect-get-package-management"
22005 msgstr ""
22006
22007 #. type: verbatim
22008 #: ../fish/guestfish-actions.pod:1878
22009 #, no-wrap
22010 msgid ""
22011 " inspect-get-package-management root\n"
22012 "\n"
22013 msgstr ""
22014
22015 #. type: textblock
22016 #: ../fish/guestfish-actions.pod:1883
22017 msgid ""
22018 "L</inspect-get-package-format> and this function return the package format "
22019 "and package management tool used by the inspected operating system.  For "
22020 "example for Fedora these functions would return C<rpm> (package format) and "
22021 "C<yum> (package management)."
22022 msgstr ""
22023
22024 #. type: =head2
22025 #: ../fish/guestfish-actions.pod:1900
22026 msgid "inspect-get-product-name"
22027 msgstr ""
22028
22029 #. type: verbatim
22030 #: ../fish/guestfish-actions.pod:1902
22031 #, no-wrap
22032 msgid ""
22033 " inspect-get-product-name root\n"
22034 "\n"
22035 msgstr ""
22036
22037 #. type: =head2
22038 #: ../fish/guestfish-actions.pod:1917
22039 msgid "inspect-get-roots"
22040 msgstr ""
22041
22042 #. type: verbatim
22043 #: ../fish/guestfish-actions.pod:1919
22044 #, no-wrap
22045 msgid ""
22046 " inspect-get-roots\n"
22047 "\n"
22048 msgstr ""
22049
22050 #. type: textblock
22051 #: ../fish/guestfish-actions.pod:1921
22052 msgid ""
22053 "This function is a convenient way to get the list of root devices, as "
22054 "returned from a previous call to L</inspect-os>, but without redoing the "
22055 "whole inspection process."
22056 msgstr ""
22057
22058 #. type: textblock
22059 #: ../fish/guestfish-actions.pod:1925
22060 msgid ""
22061 "This returns an empty list if either no root devices were found or the "
22062 "caller has not called L</inspect-os>."
22063 msgstr ""
22064
22065 #. type: =head2
22066 #: ../fish/guestfish-actions.pod:1930
22067 msgid "inspect-get-type"
22068 msgstr ""
22069
22070 #. type: verbatim
22071 #: ../fish/guestfish-actions.pod:1932
22072 #, no-wrap
22073 msgid ""
22074 " inspect-get-type root\n"
22075 "\n"
22076 msgstr ""
22077
22078 #. type: =head2
22079 #: ../fish/guestfish-actions.pod:1965
22080 msgid "inspect-get-windows-systemroot"
22081 msgstr ""
22082
22083 #. type: verbatim
22084 #: ../fish/guestfish-actions.pod:1967
22085 #, no-wrap
22086 msgid ""
22087 " inspect-get-windows-systemroot root\n"
22088 "\n"
22089 msgstr ""
22090
22091 #. type: =head2
22092 #: ../fish/guestfish-actions.pod:1981
22093 msgid "inspect-list-applications"
22094 msgstr ""
22095
22096 #. type: verbatim
22097 #: ../fish/guestfish-actions.pod:1983
22098 #, no-wrap
22099 msgid ""
22100 " inspect-list-applications root\n"
22101 "\n"
22102 msgstr ""
22103
22104 #. type: textblock
22105 #: ../fish/guestfish-actions.pod:1990
22106 msgid ""
22107 "I<Note:> This call works differently from other parts of the inspection "
22108 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
22109 "then mount up the disks, before calling this.  Listing applications is a "
22110 "significantly more difficult operation which requires access to the full "
22111 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
22112 "are just returning data cached in the libguestfs handle, this call actually "
22113 "reads parts of the mounted filesystems during the call."
22114 msgstr ""
22115
22116 #. type: =head2
22117 #: ../fish/guestfish-actions.pod:2080
22118 msgid "inspect-os"
22119 msgstr ""
22120
22121 #. type: verbatim
22122 #: ../fish/guestfish-actions.pod:2082
22123 #, no-wrap
22124 msgid ""
22125 " inspect-os\n"
22126 "\n"
22127 msgstr ""
22128
22129 #. type: textblock
22130 #: ../fish/guestfish-actions.pod:2097
22131 msgid ""
22132 "You can pass the root string(s) returned to other L</inspect-get-*> "
22133 "functions in order to query further information about each operating system, "
22134 "such as the name and version."
22135 msgstr ""
22136
22137 #. type: textblock
22138 #: ../fish/guestfish-actions.pod:2102
22139 msgid ""
22140 "This function uses other libguestfs features such as L</mount-ro> and "
22141 "L</umount-all> in order to mount and unmount filesystems and look at the "
22142 "contents.  This should be called with no disks currently mounted.  The "
22143 "function may also use Augeas, so any existing Augeas handle will be closed."
22144 msgstr ""
22145
22146 #. type: textblock
22147 #: ../fish/guestfish-actions.pod:2114 ../fish/guestfish-actions.pod:2290 ../fish/guestfish-actions.pod:2336
22148 msgid "See also L</list-filesystems>."
22149 msgstr ""
22150
22151 #. type: =head2
22152 #: ../fish/guestfish-actions.pod:2116
22153 msgid "is-blockdev"
22154 msgstr ""
22155
22156 #. type: verbatim
22157 #: ../fish/guestfish-actions.pod:2118
22158 #, no-wrap
22159 msgid ""
22160 " is-blockdev path\n"
22161 "\n"
22162 msgstr ""
22163
22164 #. type: textblock
22165 #: ../fish/guestfish-actions.pod:2123 ../fish/guestfish-actions.pod:2141 ../fish/guestfish-actions.pod:2160 ../fish/guestfish-actions.pod:2169 ../fish/guestfish-actions.pod:2179 ../fish/guestfish-actions.pod:2213 ../fish/guestfish-actions.pod:2222
22166 msgid "See also L</stat>."
22167 msgstr ""
22168
22169 #. type: =head2
22170 #: ../fish/guestfish-actions.pod:2125
22171 msgid "is-busy"
22172 msgstr ""
22173
22174 #. type: verbatim
22175 #: ../fish/guestfish-actions.pod:2127
22176 #, no-wrap
22177 msgid ""
22178 " is-busy\n"
22179 "\n"
22180 msgstr ""
22181
22182 #. type: =head2
22183 #: ../fish/guestfish-actions.pod:2134
22184 msgid "is-chardev"
22185 msgstr ""
22186
22187 #. type: verbatim
22188 #: ../fish/guestfish-actions.pod:2136
22189 #, no-wrap
22190 msgid ""
22191 " is-chardev path\n"
22192 "\n"
22193 msgstr ""
22194
22195 #. type: =head2
22196 #: ../fish/guestfish-actions.pod:2143
22197 msgid "is-config"
22198 msgstr ""
22199
22200 #. type: verbatim
22201 #: ../fish/guestfish-actions.pod:2145
22202 #, no-wrap
22203 msgid ""
22204 " is-config\n"
22205 "\n"
22206 msgstr ""
22207
22208 #. type: =head2
22209 #: ../fish/guestfish-actions.pod:2152
22210 msgid "is-dir"
22211 msgstr ""
22212
22213 #. type: verbatim
22214 #: ../fish/guestfish-actions.pod:2154
22215 #, no-wrap
22216 msgid ""
22217 " is-dir path\n"
22218 "\n"
22219 msgstr ""
22220
22221 #. type: =head2
22222 #: ../fish/guestfish-actions.pod:2162
22223 msgid "is-fifo"
22224 msgstr ""
22225
22226 #. type: verbatim
22227 #: ../fish/guestfish-actions.pod:2164
22228 #, no-wrap
22229 msgid ""
22230 " is-fifo path\n"
22231 "\n"
22232 msgstr ""
22233
22234 #. type: =head2
22235 #: ../fish/guestfish-actions.pod:2171
22236 msgid "is-file"
22237 msgstr ""
22238
22239 #. type: verbatim
22240 #: ../fish/guestfish-actions.pod:2173
22241 #, no-wrap
22242 msgid ""
22243 " is-file path\n"
22244 "\n"
22245 msgstr ""
22246
22247 #. type: =head2
22248 #: ../fish/guestfish-actions.pod:2181
22249 msgid "is-launching"
22250 msgstr ""
22251
22252 #. type: verbatim
22253 #: ../fish/guestfish-actions.pod:2183
22254 #, no-wrap
22255 msgid ""
22256 " is-launching\n"
22257 "\n"
22258 msgstr ""
22259
22260 #. type: =head2
22261 #: ../fish/guestfish-actions.pod:2190
22262 msgid "is-lv"
22263 msgstr ""
22264
22265 #. type: verbatim
22266 #: ../fish/guestfish-actions.pod:2192
22267 #, no-wrap
22268 msgid ""
22269 " is-lv device\n"
22270 "\n"
22271 msgstr ""
22272
22273 #. type: =head2
22274 #: ../fish/guestfish-actions.pod:2197
22275 msgid "is-ready"
22276 msgstr ""
22277
22278 #. type: verbatim
22279 #: ../fish/guestfish-actions.pod:2199
22280 #, no-wrap
22281 msgid ""
22282 " is-ready\n"
22283 "\n"
22284 msgstr ""
22285
22286 #. type: =head2
22287 #: ../fish/guestfish-actions.pod:2206
22288 msgid "is-socket"
22289 msgstr ""
22290
22291 #. type: verbatim
22292 #: ../fish/guestfish-actions.pod:2208
22293 #, no-wrap
22294 msgid ""
22295 " is-socket path\n"
22296 "\n"
22297 msgstr ""
22298
22299 #. type: =head2
22300 #: ../fish/guestfish-actions.pod:2215
22301 msgid "is-symlink"
22302 msgstr ""
22303
22304 #. type: verbatim
22305 #: ../fish/guestfish-actions.pod:2217
22306 #, no-wrap
22307 msgid ""
22308 " is-symlink path\n"
22309 "\n"
22310 msgstr ""
22311
22312 #. type: =head2
22313 #: ../fish/guestfish-actions.pod:2224
22314 msgid "kill-subprocess"
22315 msgstr ""
22316
22317 #. type: verbatim
22318 #: ../fish/guestfish-actions.pod:2226
22319 #, no-wrap
22320 msgid ""
22321 " kill-subprocess\n"
22322 "\n"
22323 msgstr ""
22324
22325 #. type: =head2
22326 #: ../fish/guestfish-actions.pod:2230
22327 msgid "launch"
22328 msgstr ""
22329
22330 #. type: =head2
22331 #: ../fish/guestfish-actions.pod:2232
22332 msgid "run"
22333 msgstr ""
22334
22335 #. type: verbatim
22336 #: ../fish/guestfish-actions.pod:2234
22337 #, no-wrap
22338 msgid ""
22339 " launch\n"
22340 "\n"
22341 msgstr ""
22342
22343 #. type: =head2
22344 #: ../fish/guestfish-actions.pod:2242
22345 msgid "lchown"
22346 msgstr ""
22347
22348 #. type: verbatim
22349 #: ../fish/guestfish-actions.pod:2244
22350 #, no-wrap
22351 msgid ""
22352 " lchown owner group path\n"
22353 "\n"
22354 msgstr ""
22355
22356 #. type: textblock
22357 #: ../fish/guestfish-actions.pod:2246
22358 msgid ""
22359 "Change the file owner to C<owner> and group to C<group>.  This is like "
22360 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
22361 "the target."
22362 msgstr ""
22363
22364 #. type: =head2
22365 #: ../fish/guestfish-actions.pod:2254
22366 msgid "lgetxattr"
22367 msgstr ""
22368
22369 #. type: verbatim
22370 #: ../fish/guestfish-actions.pod:2256
22371 #, no-wrap
22372 msgid ""
22373 " lgetxattr path name\n"
22374 "\n"
22375 msgstr ""
22376
22377 #. type: textblock
22378 #: ../fish/guestfish-actions.pod:2272
22379 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
22380 msgstr ""
22381
22382 #. type: =head2
22383 #: ../fish/guestfish-actions.pod:2274
22384 msgid "lgetxattrs"
22385 msgstr ""
22386
22387 #. type: verbatim
22388 #: ../fish/guestfish-actions.pod:2276
22389 #, no-wrap
22390 msgid ""
22391 " lgetxattrs path\n"
22392 "\n"
22393 msgstr ""
22394
22395 #. type: textblock
22396 #: ../fish/guestfish-actions.pod:2278
22397 msgid ""
22398 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
22399 "it returns the extended attributes of the link itself."
22400 msgstr ""
22401
22402 #. type: =head2
22403 #: ../fish/guestfish-actions.pod:2282
22404 msgid "list-devices"
22405 msgstr ""
22406
22407 #. type: verbatim
22408 #: ../fish/guestfish-actions.pod:2284
22409 #, no-wrap
22410 msgid ""
22411 " list-devices\n"
22412 "\n"
22413 msgstr ""
22414
22415 #. type: =head2
22416 #: ../fish/guestfish-actions.pod:2292
22417 msgid "list-filesystems"
22418 msgstr ""
22419
22420 #. type: verbatim
22421 #: ../fish/guestfish-actions.pod:2294
22422 #, no-wrap
22423 msgid ""
22424 " list-filesystems\n"
22425 "\n"
22426 msgstr ""
22427
22428 #. type: textblock
22429 #: ../fish/guestfish-actions.pod:2313
22430 msgid ""
22431 "This command runs other libguestfs commands, which might include L</mount> "
22432 "and L</umount>, and therefore you should use this soon after launch and only "
22433 "when nothing is mounted."
22434 msgstr ""
22435
22436 #. type: textblock
22437 #: ../fish/guestfish-actions.pod:2317
22438 msgid ""
22439 "Not all of the filesystems returned will be mountable.  In particular, swap "
22440 "partitions are returned in the list.  Also this command does not check that "
22441 "each filesystem found is valid and mountable, and some filesystems might be "
22442 "mountable but require special options.  Filesystems may not all belong to a "
22443 "single logical operating system (use L</inspect-os> to look for OSes)."
22444 msgstr ""
22445
22446 #. type: =head2
22447 #: ../fish/guestfish-actions.pod:2325
22448 msgid "list-partitions"
22449 msgstr ""
22450
22451 #. type: verbatim
22452 #: ../fish/guestfish-actions.pod:2327
22453 #, no-wrap
22454 msgid ""
22455 " list-partitions\n"
22456 "\n"
22457 msgstr ""
22458
22459 #. type: textblock
22460 #: ../fish/guestfish-actions.pod:2333
22461 msgid ""
22462 "This does not return logical volumes.  For that you will need to call "
22463 "L</lvs>."
22464 msgstr ""
22465
22466 #. type: =head2
22467 #: ../fish/guestfish-actions.pod:2338
22468 msgid "ll"
22469 msgstr ""
22470
22471 #. type: verbatim
22472 #: ../fish/guestfish-actions.pod:2340
22473 #, no-wrap
22474 msgid ""
22475 " ll directory\n"
22476 "\n"
22477 msgstr ""
22478
22479 #. type: =head2
22480 #: ../fish/guestfish-actions.pod:2348
22481 msgid "ln"
22482 msgstr ""
22483
22484 #. type: verbatim
22485 #: ../fish/guestfish-actions.pod:2350
22486 #, no-wrap
22487 msgid ""
22488 " ln target linkname\n"
22489 "\n"
22490 msgstr ""
22491
22492 #. type: =head2
22493 #: ../fish/guestfish-actions.pod:2354
22494 msgid "ln-f"
22495 msgstr ""
22496
22497 #. type: verbatim
22498 #: ../fish/guestfish-actions.pod:2356
22499 #, no-wrap
22500 msgid ""
22501 " ln-f target linkname\n"
22502 "\n"
22503 msgstr ""
22504
22505 #. type: =head2
22506 #: ../fish/guestfish-actions.pod:2361
22507 msgid "ln-s"
22508 msgstr ""
22509
22510 #. type: verbatim
22511 #: ../fish/guestfish-actions.pod:2363
22512 #, no-wrap
22513 msgid ""
22514 " ln-s target linkname\n"
22515 "\n"
22516 msgstr ""
22517
22518 #. type: =head2
22519 #: ../fish/guestfish-actions.pod:2367
22520 msgid "ln-sf"
22521 msgstr ""
22522
22523 #. type: verbatim
22524 #: ../fish/guestfish-actions.pod:2369
22525 #, no-wrap
22526 msgid ""
22527 " ln-sf target linkname\n"
22528 "\n"
22529 msgstr ""
22530
22531 #. type: =head2
22532 #: ../fish/guestfish-actions.pod:2374
22533 msgid "lremovexattr"
22534 msgstr ""
22535
22536 #. type: verbatim
22537 #: ../fish/guestfish-actions.pod:2376
22538 #, no-wrap
22539 msgid ""
22540 " lremovexattr xattr path\n"
22541 "\n"
22542 msgstr ""
22543
22544 #. type: textblock
22545 #: ../fish/guestfish-actions.pod:2378
22546 msgid ""
22547 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
22548 "it removes an extended attribute of the link itself."
22549 msgstr ""
22550
22551 #. type: =head2
22552 #: ../fish/guestfish-actions.pod:2382
22553 msgid "ls"
22554 msgstr ""
22555
22556 #. type: verbatim
22557 #: ../fish/guestfish-actions.pod:2384
22558 #, no-wrap
22559 msgid ""
22560 " ls directory\n"
22561 "\n"
22562 msgstr ""
22563
22564 #. type: textblock
22565 #: ../fish/guestfish-actions.pod:2390
22566 msgid ""
22567 "This command is mostly useful for interactive sessions.  Programs should "
22568 "probably use L</readdir> instead."
22569 msgstr ""
22570
22571 #. type: =head2
22572 #: ../fish/guestfish-actions.pod:2393
22573 msgid "lsetxattr"
22574 msgstr ""
22575
22576 #. type: verbatim
22577 #: ../fish/guestfish-actions.pod:2395
22578 #, no-wrap
22579 msgid ""
22580 " lsetxattr xattr val vallen path\n"
22581 "\n"
22582 msgstr ""
22583
22584 #. type: textblock
22585 #: ../fish/guestfish-actions.pod:2397
22586 msgid ""
22587 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
22588 "sets an extended attribute of the link itself."
22589 msgstr ""
22590
22591 #. type: =head2
22592 #: ../fish/guestfish-actions.pod:2401
22593 msgid "lstat"
22594 msgstr ""
22595
22596 #. type: verbatim
22597 #: ../fish/guestfish-actions.pod:2403
22598 #, no-wrap
22599 msgid ""
22600 " lstat path\n"
22601 "\n"
22602 msgstr ""
22603
22604 #. type: textblock
22605 #: ../fish/guestfish-actions.pod:2407
22606 msgid ""
22607 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
22608 "the link is stat-ed, not the file it refers to."
22609 msgstr ""
22610
22611 #. type: =head2
22612 #: ../fish/guestfish-actions.pod:2413
22613 msgid "lstatlist"
22614 msgstr ""
22615
22616 #. type: verbatim
22617 #: ../fish/guestfish-actions.pod:2415
22618 #, no-wrap
22619 msgid ""
22620 " lstatlist path 'names ...'\n"
22621 "\n"
22622 msgstr ""
22623
22624 #. type: textblock
22625 #: ../fish/guestfish-actions.pod:2417
22626 msgid ""
22627 "This call allows you to perform the L</lstat> operation on multiple files, "
22628 "where all files are in the directory C<path>.  C<names> is the list of files "
22629 "from this directory."
22630 msgstr ""
22631
22632 #. type: textblock
22633 #: ../fish/guestfish-actions.pod:2426
22634 msgid ""
22635 "This call is intended for programs that want to efficiently list a directory "
22636 "contents without making many round-trips.  See also L</lxattrlist> for a "
22637 "similarly efficient call for getting extended attributes.  Very long "
22638 "directory listings might cause the protocol message size to be exceeded, "
22639 "causing this call to fail.  The caller must split up such requests into "
22640 "smaller groups of names."
22641 msgstr ""
22642
22643 #. type: =head2
22644 #: ../fish/guestfish-actions.pod:2434
22645 msgid "luks-add-key"
22646 msgstr ""
22647
22648 #. type: verbatim
22649 #: ../fish/guestfish-actions.pod:2436
22650 #, no-wrap
22651 msgid ""
22652 " luks-add-key device keyslot\n"
22653 "\n"
22654 msgstr ""
22655
22656 #. type: textblock
22657 #: ../fish/guestfish-actions.pod:2443
22658 msgid ""
22659 "Note that if C<keyslot> already contains a key, then this command will "
22660 "fail.  You have to use L</luks-kill-slot> first to remove that key."
22661 msgstr ""
22662
22663 #. type: textblock
22664 #: ../fish/guestfish-actions.pod:2447 ../fish/guestfish-actions.pod:2469 ../fish/guestfish-actions.pod:2482 ../fish/guestfish-actions.pod:2496 ../fish/guestfish-actions.pod:2519 ../fish/guestfish-actions.pod:2529
22665 msgid ""
22666 "This command has one or more key or passphrase parameters.  Guestfish will "
22667 "prompt for these separately."
22668 msgstr ""
22669
22670 #. type: =head2
22671 #: ../fish/guestfish-actions.pod:2450
22672 msgid "luks-close"
22673 msgstr ""
22674
22675 #. type: verbatim
22676 #: ../fish/guestfish-actions.pod:2452
22677 #, no-wrap
22678 msgid ""
22679 " luks-close device\n"
22680 "\n"
22681 msgstr ""
22682
22683 #. type: textblock
22684 #: ../fish/guestfish-actions.pod:2454
22685 msgid ""
22686 "This closes a LUKS device that was created earlier by L</luks-open> or "
22687 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
22688 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
22689 "underlying block device."
22690 msgstr ""
22691
22692 #. type: =head2
22693 #: ../fish/guestfish-actions.pod:2460
22694 msgid "luks-format"
22695 msgstr ""
22696
22697 #. type: verbatim
22698 #: ../fish/guestfish-actions.pod:2462
22699 #, no-wrap
22700 msgid ""
22701 " luks-format device keyslot\n"
22702 "\n"
22703 msgstr ""
22704
22705 #. type: =head2
22706 #: ../fish/guestfish-actions.pod:2475
22707 msgid "luks-format-cipher"
22708 msgstr ""
22709
22710 #. type: verbatim
22711 #: ../fish/guestfish-actions.pod:2477
22712 #, no-wrap
22713 msgid ""
22714 " luks-format-cipher device keyslot cipher\n"
22715 "\n"
22716 msgstr ""
22717
22718 #. type: textblock
22719 #: ../fish/guestfish-actions.pod:2479
22720 msgid ""
22721 "This command is the same as L</luks-format> but it also allows you to set "
22722 "the C<cipher> used."
22723 msgstr ""
22724
22725 #. type: =head2
22726 #: ../fish/guestfish-actions.pod:2488
22727 msgid "luks-kill-slot"
22728 msgstr ""
22729
22730 #. type: verbatim
22731 #: ../fish/guestfish-actions.pod:2490
22732 #, no-wrap
22733 msgid ""
22734 " luks-kill-slot device keyslot\n"
22735 "\n"
22736 msgstr ""
22737
22738 #. type: =head2
22739 #: ../fish/guestfish-actions.pod:2499
22740 msgid "luks-open"
22741 msgstr ""
22742
22743 #. type: verbatim
22744 #: ../fish/guestfish-actions.pod:2501
22745 #, no-wrap
22746 msgid ""
22747 " luks-open device mapname\n"
22748 "\n"
22749 msgstr ""
22750
22751 #. type: textblock
22752 #: ../fish/guestfish-actions.pod:2515
22753 msgid ""
22754 "If this block device contains LVM volume groups, then calling L</vgscan> "
22755 "followed by L</vg-activate-all> will make them visible."
22756 msgstr ""
22757
22758 #. type: =head2
22759 #: ../fish/guestfish-actions.pod:2522
22760 msgid "luks-open-ro"
22761 msgstr ""
22762
22763 #. type: verbatim
22764 #: ../fish/guestfish-actions.pod:2524
22765 #, no-wrap
22766 msgid ""
22767 " luks-open-ro device mapname\n"
22768 "\n"
22769 msgstr ""
22770
22771 #. type: textblock
22772 #: ../fish/guestfish-actions.pod:2526
22773 msgid ""
22774 "This is the same as L</luks-open> except that a read-only mapping is "
22775 "created."
22776 msgstr ""
22777
22778 #. type: =head2
22779 #: ../fish/guestfish-actions.pod:2532
22780 msgid "lvcreate"
22781 msgstr ""
22782
22783 #. type: verbatim
22784 #: ../fish/guestfish-actions.pod:2534
22785 #, no-wrap
22786 msgid ""
22787 " lvcreate logvol volgroup mbytes\n"
22788 "\n"
22789 msgstr ""
22790
22791 #. type: =head2
22792 #: ../fish/guestfish-actions.pod:2539
22793 msgid "lvm-canonical-lv-name"
22794 msgstr ""
22795
22796 #. type: verbatim
22797 #: ../fish/guestfish-actions.pod:2541
22798 #, no-wrap
22799 msgid ""
22800 " lvm-canonical-lv-name lvname\n"
22801 "\n"
22802 msgstr ""
22803
22804 #. type: textblock
22805 #: ../fish/guestfish-actions.pod:2550
22806 msgid "See also L</is-lv>."
22807 msgstr ""
22808
22809 #. type: =head2
22810 #: ../fish/guestfish-actions.pod:2552
22811 msgid "lvm-clear-filter"
22812 msgstr ""
22813
22814 #. type: verbatim
22815 #: ../fish/guestfish-actions.pod:2554
22816 #, no-wrap
22817 msgid ""
22818 " lvm-clear-filter\n"
22819 "\n"
22820 msgstr ""
22821
22822 #. type: textblock
22823 #: ../fish/guestfish-actions.pod:2556
22824 msgid ""
22825 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
22826 "block device."
22827 msgstr ""
22828
22829 #. type: =head2
22830 #: ../fish/guestfish-actions.pod:2562
22831 msgid "lvm-remove-all"
22832 msgstr ""
22833
22834 #. type: verbatim
22835 #: ../fish/guestfish-actions.pod:2564
22836 #, no-wrap
22837 msgid ""
22838 " lvm-remove-all\n"
22839 "\n"
22840 msgstr ""
22841
22842 #. type: =head2
22843 #: ../fish/guestfish-actions.pod:2572
22844 msgid "lvm-set-filter"
22845 msgstr ""
22846
22847 #. type: verbatim
22848 #: ../fish/guestfish-actions.pod:2574
22849 #, no-wrap
22850 msgid ""
22851 " lvm-set-filter 'devices ...'\n"
22852 "\n"
22853 msgstr ""
22854
22855 #. type: =head2
22856 #: ../fish/guestfish-actions.pod:2599
22857 msgid "lvremove"
22858 msgstr ""
22859
22860 #. type: verbatim
22861 #: ../fish/guestfish-actions.pod:2601
22862 #, no-wrap
22863 msgid ""
22864 " lvremove device\n"
22865 "\n"
22866 msgstr ""
22867
22868 #. type: =head2
22869 #: ../fish/guestfish-actions.pod:2609
22870 msgid "lvrename"
22871 msgstr ""
22872
22873 #. type: verbatim
22874 #: ../fish/guestfish-actions.pod:2611
22875 #, no-wrap
22876 msgid ""
22877 " lvrename logvol newlogvol\n"
22878 "\n"
22879 msgstr ""
22880
22881 #. type: =head2
22882 #: ../fish/guestfish-actions.pod:2615
22883 msgid "lvresize"
22884 msgstr ""
22885
22886 #. type: verbatim
22887 #: ../fish/guestfish-actions.pod:2617
22888 #, no-wrap
22889 msgid ""
22890 " lvresize device mbytes\n"
22891 "\n"
22892 msgstr ""
22893
22894 #. type: =head2
22895 #: ../fish/guestfish-actions.pod:2623
22896 msgid "lvresize-free"
22897 msgstr ""
22898
22899 #. type: verbatim
22900 #: ../fish/guestfish-actions.pod:2625
22901 #, no-wrap
22902 msgid ""
22903 " lvresize-free lv percent\n"
22904 "\n"
22905 msgstr ""
22906
22907 #. type: =head2
22908 #: ../fish/guestfish-actions.pod:2633
22909 msgid "lvs"
22910 msgstr ""
22911
22912 #. type: verbatim
22913 #: ../fish/guestfish-actions.pod:2635
22914 #, no-wrap
22915 msgid ""
22916 " lvs\n"
22917 "\n"
22918 msgstr ""
22919
22920 #. type: textblock
22921 #: ../fish/guestfish-actions.pod:2643
22922 msgid "See also L</lvs-full>, L</list-filesystems>."
22923 msgstr ""
22924
22925 #. type: =head2
22926 #: ../fish/guestfish-actions.pod:2645
22927 msgid "lvs-full"
22928 msgstr ""
22929
22930 #. type: verbatim
22931 #: ../fish/guestfish-actions.pod:2647
22932 #, no-wrap
22933 msgid ""
22934 " lvs-full\n"
22935 "\n"
22936 msgstr ""
22937
22938 #. type: =head2
22939 #: ../fish/guestfish-actions.pod:2652
22940 msgid "lvuuid"
22941 msgstr ""
22942
22943 #. type: verbatim
22944 #: ../fish/guestfish-actions.pod:2654
22945 #, no-wrap
22946 msgid ""
22947 " lvuuid device\n"
22948 "\n"
22949 msgstr ""
22950
22951 #. type: =head2
22952 #: ../fish/guestfish-actions.pod:2658
22953 msgid "lxattrlist"
22954 msgstr ""
22955
22956 #. type: verbatim
22957 #: ../fish/guestfish-actions.pod:2660
22958 #, no-wrap
22959 msgid ""
22960 " lxattrlist path 'names ...'\n"
22961 "\n"
22962 msgstr ""
22963
22964 #. type: textblock
22965 #: ../fish/guestfish-actions.pod:2676
22966 msgid ""
22967 "This call is intended for programs that want to efficiently list a directory "
22968 "contents without making many round-trips.  See also L</lstatlist> for a "
22969 "similarly efficient call for getting standard stats.  Very long directory "
22970 "listings might cause the protocol message size to be exceeded, causing this "
22971 "call to fail.  The caller must split up such requests into smaller groups of "
22972 "names."
22973 msgstr ""
22974
22975 #. type: =head2
22976 #: ../fish/guestfish-actions.pod:2684
22977 msgid "mkdir"
22978 msgstr ""
22979
22980 #. type: verbatim
22981 #: ../fish/guestfish-actions.pod:2686
22982 #, no-wrap
22983 msgid ""
22984 " mkdir path\n"
22985 "\n"
22986 msgstr ""
22987
22988 #. type: =head2
22989 #: ../fish/guestfish-actions.pod:2690
22990 msgid "mkdir-mode"
22991 msgstr ""
22992
22993 #. type: verbatim
22994 #: ../fish/guestfish-actions.pod:2692
22995 #, no-wrap
22996 msgid ""
22997 " mkdir-mode path mode\n"
22998 "\n"
22999 msgstr ""
23000
23001 #. type: textblock
23002 #: ../fish/guestfish-actions.pod:2701
23003 msgid "See also L</mkdir>, L</umask>"
23004 msgstr ""
23005
23006 #. type: =head2
23007 #: ../fish/guestfish-actions.pod:2703
23008 msgid "mkdir-p"
23009 msgstr ""
23010
23011 #. type: verbatim
23012 #: ../fish/guestfish-actions.pod:2705
23013 #, no-wrap
23014 msgid ""
23015 " mkdir-p path\n"
23016 "\n"
23017 msgstr ""
23018
23019 #. type: =head2
23020 #: ../fish/guestfish-actions.pod:2710
23021 msgid "mkdtemp"
23022 msgstr ""
23023
23024 #. type: verbatim
23025 #: ../fish/guestfish-actions.pod:2712
23026 #, no-wrap
23027 msgid ""
23028 " mkdtemp template\n"
23029 "\n"
23030 msgstr ""
23031
23032 #. type: =head2
23033 #: ../fish/guestfish-actions.pod:2733
23034 msgid "mke2fs-J"
23035 msgstr ""
23036
23037 #. type: verbatim
23038 #: ../fish/guestfish-actions.pod:2735
23039 #, no-wrap
23040 msgid ""
23041 " mke2fs-J fstype blocksize device journal\n"
23042 "\n"
23043 msgstr ""
23044
23045 #. type: textblock
23046 #: ../fish/guestfish-actions.pod:2743
23047 msgid "See also L</mke2journal>."
23048 msgstr ""
23049
23050 #. type: =head2
23051 #: ../fish/guestfish-actions.pod:2745
23052 msgid "mke2fs-JL"
23053 msgstr ""
23054
23055 #. type: verbatim
23056 #: ../fish/guestfish-actions.pod:2747
23057 #, no-wrap
23058 msgid ""
23059 " mke2fs-JL fstype blocksize device label\n"
23060 "\n"
23061 msgstr ""
23062
23063 #. type: textblock
23064 #: ../fish/guestfish-actions.pod:2752
23065 msgid "See also L</mke2journal-L>."
23066 msgstr ""
23067
23068 #. type: =head2
23069 #: ../fish/guestfish-actions.pod:2754
23070 msgid "mke2fs-JU"
23071 msgstr ""
23072
23073 #. type: verbatim
23074 #: ../fish/guestfish-actions.pod:2756
23075 #, no-wrap
23076 msgid ""
23077 " mke2fs-JU fstype blocksize device uuid\n"
23078 "\n"
23079 msgstr ""
23080
23081 #. type: textblock
23082 #: ../fish/guestfish-actions.pod:2761
23083 msgid "See also L</mke2journal-U>."
23084 msgstr ""
23085
23086 #. type: =head2
23087 #: ../fish/guestfish-actions.pod:2763
23088 msgid "mke2journal"
23089 msgstr ""
23090
23091 #. type: verbatim
23092 #: ../fish/guestfish-actions.pod:2765
23093 #, no-wrap
23094 msgid ""
23095 " mke2journal blocksize device\n"
23096 "\n"
23097 msgstr ""
23098
23099 #. type: =head2
23100 #: ../fish/guestfish-actions.pod:2772
23101 msgid "mke2journal-L"
23102 msgstr ""
23103
23104 #. type: verbatim
23105 #: ../fish/guestfish-actions.pod:2774
23106 #, no-wrap
23107 msgid ""
23108 " mke2journal-L blocksize label device\n"
23109 "\n"
23110 msgstr ""
23111
23112 #. type: =head2
23113 #: ../fish/guestfish-actions.pod:2778
23114 msgid "mke2journal-U"
23115 msgstr ""
23116
23117 #. type: verbatim
23118 #: ../fish/guestfish-actions.pod:2780
23119 #, no-wrap
23120 msgid ""
23121 " mke2journal-U blocksize uuid device\n"
23122 "\n"
23123 msgstr ""
23124
23125 #. type: =head2
23126 #: ../fish/guestfish-actions.pod:2784
23127 msgid "mkfifo"
23128 msgstr ""
23129
23130 #. type: verbatim
23131 #: ../fish/guestfish-actions.pod:2786
23132 #, no-wrap
23133 msgid ""
23134 " mkfifo mode path\n"
23135 "\n"
23136 msgstr ""
23137
23138 #. type: textblock
23139 #: ../fish/guestfish-actions.pod:2788
23140 msgid ""
23141 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
23142 "is just a convenient wrapper around L</mknod>."
23143 msgstr ""
23144
23145 #. type: =head2
23146 #: ../fish/guestfish-actions.pod:2794
23147 msgid "mkfs"
23148 msgstr ""
23149
23150 #. type: verbatim
23151 #: ../fish/guestfish-actions.pod:2796
23152 #, no-wrap
23153 msgid ""
23154 " mkfs fstype device\n"
23155 "\n"
23156 msgstr ""
23157
23158 #. type: =head2
23159 #: ../fish/guestfish-actions.pod:2802
23160 msgid "mkfs-b"
23161 msgstr ""
23162
23163 #. type: verbatim
23164 #: ../fish/guestfish-actions.pod:2804
23165 #, no-wrap
23166 msgid ""
23167 " mkfs-b fstype blocksize device\n"
23168 "\n"
23169 msgstr ""
23170
23171 #. type: textblock
23172 #: ../fish/guestfish-actions.pod:2806
23173 msgid ""
23174 "This call is similar to L</mkfs>, but it allows you to control the block "
23175 "size of the resulting filesystem.  Supported block sizes depend on the "
23176 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
23177 msgstr ""
23178
23179 #. type: =head2
23180 #: ../fish/guestfish-actions.pod:2821
23181 msgid "mkfs-opts"
23182 msgstr ""
23183
23184 #. type: verbatim
23185 #: ../fish/guestfish-actions.pod:2823
23186 #, no-wrap
23187 msgid ""
23188 " mkfs-opts fstype device [blocksize:..]\n"
23189 "\n"
23190 msgstr ""
23191
23192 #. type: =head2
23193 #: ../fish/guestfish-actions.pod:2847
23194 msgid "mkmountpoint"
23195 msgstr ""
23196
23197 #. type: verbatim
23198 #: ../fish/guestfish-actions.pod:2849
23199 #, no-wrap
23200 msgid ""
23201 " mkmountpoint exemptpath\n"
23202 "\n"
23203 msgstr ""
23204
23205 #. type: textblock
23206 #: ../fish/guestfish-actions.pod:2851
23207 msgid ""
23208 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
23209 "to create extra mountpoints before mounting the first filesystem."
23210 msgstr ""
23211
23212 #. type: textblock
23213 #: ../fish/guestfish-actions.pod:2875
23214 msgid ""
23215 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
23216 "unexpected errors if you try to mix these calls.  It is safest to manually "
23217 "unmount filesystems and remove mountpoints after use."
23218 msgstr ""
23219
23220 #. type: textblock
23221 #: ../fish/guestfish-actions.pod:2879
23222 msgid ""
23223 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
23224 "for this to work for manual mountpoints, you must ensure that the innermost "
23225 "mountpoints have the longest pathnames, as in the example code above."
23226 msgstr ""
23227
23228 #. type: textblock
23229 #: ../fish/guestfish-actions.pod:2886
23230 msgid ""
23231 "Autosync [see L</set-autosync>, this is set by default on handles] means "
23232 "that L</umount-all> is called when the handle is closed which can also "
23233 "trigger these issues."
23234 msgstr ""
23235
23236 #. type: =head2
23237 #: ../fish/guestfish-actions.pod:2890
23238 msgid "mknod"
23239 msgstr ""
23240
23241 #. type: verbatim
23242 #: ../fish/guestfish-actions.pod:2892
23243 #, no-wrap
23244 msgid ""
23245 " mknod mode devmajor devminor path\n"
23246 "\n"
23247 msgstr ""
23248
23249 #. type: textblock
23250 #: ../fish/guestfish-actions.pod:2902
23251 msgid ""
23252 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
23253 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
23254 "regular file).  These constants are available in the standard Linux header "
23255 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
23256 "wrappers around this command which bitwise OR in the appropriate constant "
23257 "for you."
23258 msgstr ""
23259
23260 #. type: =head2
23261 #: ../fish/guestfish-actions.pod:2912
23262 msgid "mknod-b"
23263 msgstr ""
23264
23265 #. type: verbatim
23266 #: ../fish/guestfish-actions.pod:2914
23267 #, no-wrap
23268 msgid ""
23269 " mknod-b mode devmajor devminor path\n"
23270 "\n"
23271 msgstr ""
23272
23273 #. type: textblock
23274 #: ../fish/guestfish-actions.pod:2916
23275 msgid ""
23276 "This call creates a block device node called C<path> with mode C<mode> and "
23277 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23278 "wrapper around L</mknod>."
23279 msgstr ""
23280
23281 #. type: =head2
23282 #: ../fish/guestfish-actions.pod:2922
23283 msgid "mknod-c"
23284 msgstr ""
23285
23286 #. type: verbatim
23287 #: ../fish/guestfish-actions.pod:2924
23288 #, no-wrap
23289 msgid ""
23290 " mknod-c mode devmajor devminor path\n"
23291 "\n"
23292 msgstr ""
23293
23294 #. type: textblock
23295 #: ../fish/guestfish-actions.pod:2926
23296 msgid ""
23297 "This call creates a char device node called C<path> with mode C<mode> and "
23298 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23299 "wrapper around L</mknod>."
23300 msgstr ""
23301
23302 #. type: =head2
23303 #: ../fish/guestfish-actions.pod:2932
23304 msgid "mkswap"
23305 msgstr ""
23306
23307 #. type: verbatim
23308 #: ../fish/guestfish-actions.pod:2934
23309 #, no-wrap
23310 msgid ""
23311 " mkswap device\n"
23312 "\n"
23313 msgstr ""
23314
23315 #. type: =head2
23316 #: ../fish/guestfish-actions.pod:2938
23317 msgid "mkswap-L"
23318 msgstr ""
23319
23320 #. type: verbatim
23321 #: ../fish/guestfish-actions.pod:2940
23322 #, no-wrap
23323 msgid ""
23324 " mkswap-L label device\n"
23325 "\n"
23326 msgstr ""
23327
23328 #. type: =head2
23329 #: ../fish/guestfish-actions.pod:2948
23330 msgid "mkswap-U"
23331 msgstr ""
23332
23333 #. type: verbatim
23334 #: ../fish/guestfish-actions.pod:2950
23335 #, no-wrap
23336 msgid ""
23337 " mkswap-U uuid device\n"
23338 "\n"
23339 msgstr ""
23340
23341 #. type: =head2
23342 #: ../fish/guestfish-actions.pod:2954
23343 msgid "mkswap-file"
23344 msgstr ""
23345
23346 #. type: verbatim
23347 #: ../fish/guestfish-actions.pod:2956
23348 #, no-wrap
23349 msgid ""
23350 " mkswap-file path\n"
23351 "\n"
23352 msgstr ""
23353
23354 #. type: textblock
23355 #: ../fish/guestfish-actions.pod:2960
23356 msgid ""
23357 "This command just writes a swap file signature to an existing file.  To "
23358 "create the file itself, use something like L</fallocate>."
23359 msgstr ""
23360
23361 #. type: =head2
23362 #: ../fish/guestfish-actions.pod:2963
23363 msgid "modprobe"
23364 msgstr ""
23365
23366 #. type: verbatim
23367 #: ../fish/guestfish-actions.pod:2965
23368 #, no-wrap
23369 msgid ""
23370 " modprobe modulename\n"
23371 "\n"
23372 msgstr ""
23373
23374 #. type: =head2
23375 #: ../fish/guestfish-actions.pod:2972
23376 msgid "mount"
23377 msgstr ""
23378
23379 #. type: verbatim
23380 #: ../fish/guestfish-actions.pod:2974
23381 #, no-wrap
23382 msgid ""
23383 " mount device mountpoint\n"
23384 "\n"
23385 msgstr ""
23386
23387 #. type: textblock
23388 #: ../fish/guestfish-actions.pod:2990
23389 msgid ""
23390 "B<Important note:> When you use this call, the filesystem options C<sync> "
23391 "and C<noatime> are set implicitly.  This was originally done because we "
23392 "thought it would improve reliability, but it turns out that I<-o sync> has a "
23393 "very large negative performance impact and negligible effect on "
23394 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
23395 "code that needs performance, and instead use L</mount-options> (use an empty "
23396 "string for the first parameter if you don't want any options)."
23397 msgstr ""
23398
23399 #. type: =head2
23400 #: ../fish/guestfish-actions.pod:3000
23401 msgid "mount-loop"
23402 msgstr ""
23403
23404 #. type: verbatim
23405 #: ../fish/guestfish-actions.pod:3002
23406 #, no-wrap
23407 msgid ""
23408 " mount-loop file mountpoint\n"
23409 "\n"
23410 msgstr ""
23411
23412 #. type: =head2
23413 #: ../fish/guestfish-actions.pod:3008
23414 msgid "mount-options"
23415 msgstr ""
23416
23417 #. type: verbatim
23418 #: ../fish/guestfish-actions.pod:3010
23419 #, no-wrap
23420 msgid ""
23421 " mount-options options device mountpoint\n"
23422 "\n"
23423 msgstr ""
23424
23425 #. type: textblock
23426 #: ../fish/guestfish-actions.pod:3012
23427 msgid ""
23428 "This is the same as the L</mount> command, but it allows you to set the "
23429 "mount options as for the L<mount(8)> I<-o> flag."
23430 msgstr ""
23431
23432 #. type: =head2
23433 #: ../fish/guestfish-actions.pod:3020
23434 msgid "mount-ro"
23435 msgstr ""
23436
23437 #. type: verbatim
23438 #: ../fish/guestfish-actions.pod:3022
23439 #, no-wrap
23440 msgid ""
23441 " mount-ro device mountpoint\n"
23442 "\n"
23443 msgstr ""
23444
23445 #. type: textblock
23446 #: ../fish/guestfish-actions.pod:3024
23447 msgid ""
23448 "This is the same as the L</mount> command, but it mounts the filesystem with "
23449 "the read-only (I<-o ro>) flag."
23450 msgstr ""
23451
23452 #. type: =head2
23453 #: ../fish/guestfish-actions.pod:3027
23454 msgid "mount-vfs"
23455 msgstr ""
23456
23457 #. type: verbatim
23458 #: ../fish/guestfish-actions.pod:3029
23459 #, no-wrap
23460 msgid ""
23461 " mount-vfs options vfstype device mountpoint\n"
23462 "\n"
23463 msgstr ""
23464
23465 #. type: textblock
23466 #: ../fish/guestfish-actions.pod:3031
23467 msgid ""
23468 "This is the same as the L</mount> command, but it allows you to set both the "
23469 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
23470 msgstr ""
23471
23472 #. type: =head2
23473 #: ../fish/guestfish-actions.pod:3035
23474 msgid "mountpoints"
23475 msgstr ""
23476
23477 #. type: verbatim
23478 #: ../fish/guestfish-actions.pod:3037
23479 #, no-wrap
23480 msgid ""
23481 " mountpoints\n"
23482 "\n"
23483 msgstr ""
23484
23485 #. type: textblock
23486 #: ../fish/guestfish-actions.pod:3039
23487 msgid ""
23488 "This call is similar to L</mounts>.  That call returns a list of devices.  "
23489 "This one returns a hash table (map) of device name to directory where the "
23490 "device is mounted."
23491 msgstr ""
23492
23493 #. type: =head2
23494 #: ../fish/guestfish-actions.pod:3043
23495 msgid "mounts"
23496 msgstr ""
23497
23498 #. type: verbatim
23499 #: ../fish/guestfish-actions.pod:3045
23500 #, no-wrap
23501 msgid ""
23502 " mounts\n"
23503 "\n"
23504 msgstr ""
23505
23506 #. type: textblock
23507 #: ../fish/guestfish-actions.pod:3052
23508 msgid "See also: L</mountpoints>"
23509 msgstr ""
23510
23511 #. type: =head2
23512 #: ../fish/guestfish-actions.pod:3054
23513 msgid "mv"
23514 msgstr ""
23515
23516 #. type: verbatim
23517 #: ../fish/guestfish-actions.pod:3056
23518 #, no-wrap
23519 msgid ""
23520 " mv src dest\n"
23521 "\n"
23522 msgstr ""
23523
23524 #. type: =head2
23525 #: ../fish/guestfish-actions.pod:3061
23526 msgid "ntfs-3g-probe"
23527 msgstr ""
23528
23529 #. type: verbatim
23530 #: ../fish/guestfish-actions.pod:3063
23531 #, no-wrap
23532 msgid ""
23533 " ntfs-3g-probe true|false device\n"
23534 "\n"
23535 msgstr ""
23536
23537 #. type: =head2
23538 #: ../fish/guestfish-actions.pod:3077
23539 msgid "ntfsresize"
23540 msgstr ""
23541
23542 #. type: verbatim
23543 #: ../fish/guestfish-actions.pod:3079
23544 #, no-wrap
23545 msgid ""
23546 " ntfsresize device\n"
23547 "\n"
23548 msgstr ""
23549
23550 #. type: =head2
23551 #: ../fish/guestfish-actions.pod:3094
23552 msgid "ntfsresize-size"
23553 msgstr ""
23554
23555 #. type: verbatim
23556 #: ../fish/guestfish-actions.pod:3096
23557 #, no-wrap
23558 msgid ""
23559 " ntfsresize-size device size\n"
23560 "\n"
23561 msgstr ""
23562
23563 #. type: textblock
23564 #: ../fish/guestfish-actions.pod:3098
23565 msgid ""
23566 "This command is the same as L</ntfsresize> except that it allows you to "
23567 "specify the new size (in bytes) explicitly."
23568 msgstr ""
23569
23570 #. type: =head2
23571 #: ../fish/guestfish-actions.pod:3101
23572 msgid "part-add"
23573 msgstr ""
23574
23575 #. type: verbatim
23576 #: ../fish/guestfish-actions.pod:3103
23577 #, no-wrap
23578 msgid ""
23579 " part-add device prlogex startsect endsect\n"
23580 "\n"
23581 msgstr ""
23582
23583 #. type: textblock
23584 #: ../fish/guestfish-actions.pod:3105
23585 msgid ""
23586 "This command adds a partition to C<device>.  If there is no partition table "
23587 "on the device, call L</part-init> first."
23588 msgstr ""
23589
23590 #. type: textblock
23591 #: ../fish/guestfish-actions.pod:3117
23592 msgid ""
23593 "Creating a partition which covers the whole disk is not so easy.  Use "
23594 "L</part-disk> to do that."
23595 msgstr ""
23596
23597 #. type: =head2
23598 #: ../fish/guestfish-actions.pod:3120
23599 msgid "part-del"
23600 msgstr ""
23601
23602 #. type: verbatim
23603 #: ../fish/guestfish-actions.pod:3122
23604 #, no-wrap
23605 msgid ""
23606 " part-del device partnum\n"
23607 "\n"
23608 msgstr ""
23609
23610 #. type: =head2
23611 #: ../fish/guestfish-actions.pod:3130
23612 msgid "part-disk"
23613 msgstr ""
23614
23615 #. type: verbatim
23616 #: ../fish/guestfish-actions.pod:3132
23617 #, no-wrap
23618 msgid ""
23619 " part-disk device parttype\n"
23620 "\n"
23621 msgstr ""
23622
23623 #. type: textblock
23624 #: ../fish/guestfish-actions.pod:3134
23625 msgid ""
23626 "This command is simply a combination of L</part-init> followed by "
23627 "L</part-add> to create a single primary partition covering the whole disk."
23628 msgstr ""
23629
23630 #. type: textblock
23631 #: ../fish/guestfish-actions.pod:3138
23632 msgid ""
23633 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
23634 "possible values are described in L</part-init>."
23635 msgstr ""
23636
23637 #. type: =head2
23638 #: ../fish/guestfish-actions.pod:3144
23639 msgid "part-get-bootable"
23640 msgstr ""
23641
23642 #. type: verbatim
23643 #: ../fish/guestfish-actions.pod:3146
23644 #, no-wrap
23645 msgid ""
23646 " part-get-bootable device partnum\n"
23647 "\n"
23648 msgstr ""
23649
23650 #. type: textblock
23651 #: ../fish/guestfish-actions.pod:3151
23652 msgid "See also L</part-set-bootable>."
23653 msgstr ""
23654
23655 #. type: =head2
23656 #: ../fish/guestfish-actions.pod:3153
23657 msgid "part-get-mbr-id"
23658 msgstr ""
23659
23660 #. type: verbatim
23661 #: ../fish/guestfish-actions.pod:3155
23662 #, no-wrap
23663 msgid ""
23664 " part-get-mbr-id device partnum\n"
23665 "\n"
23666 msgstr ""
23667
23668 #. type: textblock
23669 #: ../fish/guestfish-actions.pod:3160 ../fish/guestfish-actions.pod:3298
23670 msgid ""
23671 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
23672 "undefined results for other partition table types (see "
23673 "L</part-get-parttype>)."
23674 msgstr ""
23675
23676 #. type: =head2
23677 #: ../fish/guestfish-actions.pod:3164
23678 msgid "part-get-parttype"
23679 msgstr ""
23680
23681 #. type: verbatim
23682 #: ../fish/guestfish-actions.pod:3166
23683 #, no-wrap
23684 msgid ""
23685 " part-get-parttype device\n"
23686 "\n"
23687 msgstr ""
23688
23689 #. type: textblock
23690 #: ../fish/guestfish-actions.pod:3171
23691 msgid ""
23692 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
23693 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
23694 "possible, although unusual.  See L</part-init> for a full list."
23695 msgstr ""
23696
23697 #. type: =head2
23698 #: ../fish/guestfish-actions.pod:3176
23699 msgid "part-init"
23700 msgstr ""
23701
23702 #. type: verbatim
23703 #: ../fish/guestfish-actions.pod:3178
23704 #, no-wrap
23705 msgid ""
23706 " part-init device parttype\n"
23707 "\n"
23708 msgstr ""
23709
23710 #. type: textblock
23711 #: ../fish/guestfish-actions.pod:3184
23712 msgid ""
23713 "Initially there are no partitions.  Following this, you should call "
23714 "L</part-add> for each partition required."
23715 msgstr ""
23716
23717 #. type: =head2
23718 #: ../fish/guestfish-actions.pod:3247
23719 msgid "part-list"
23720 msgstr ""
23721
23722 #. type: verbatim
23723 #: ../fish/guestfish-actions.pod:3249
23724 #, no-wrap
23725 msgid ""
23726 " part-list device\n"
23727 "\n"
23728 msgstr ""
23729
23730 #. type: textblock
23731 #: ../fish/guestfish-actions.pod:3264
23732 msgid ""
23733 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
23734 "the device's sector size, see L</blockdev-getss>."
23735 msgstr ""
23736
23737 #. type: =head2
23738 #: ../fish/guestfish-actions.pod:3277
23739 msgid "part-set-bootable"
23740 msgstr ""
23741
23742 #. type: verbatim
23743 #: ../fish/guestfish-actions.pod:3279
23744 #, no-wrap
23745 msgid ""
23746 " part-set-bootable device partnum true|false\n"
23747 "\n"
23748 msgstr ""
23749
23750 #. type: =head2
23751 #: ../fish/guestfish-actions.pod:3288
23752 msgid "part-set-mbr-id"
23753 msgstr ""
23754
23755 #. type: verbatim
23756 #: ../fish/guestfish-actions.pod:3290
23757 #, no-wrap
23758 msgid ""
23759 " part-set-mbr-id device partnum idbyte\n"
23760 "\n"
23761 msgstr ""
23762
23763 #. type: =head2
23764 #: ../fish/guestfish-actions.pod:3302
23765 msgid "part-set-name"
23766 msgstr ""
23767
23768 #. type: verbatim
23769 #: ../fish/guestfish-actions.pod:3304
23770 #, no-wrap
23771 msgid ""
23772 " part-set-name device partnum name\n"
23773 "\n"
23774 msgstr ""
23775
23776 #. type: =head2
23777 #: ../fish/guestfish-actions.pod:3312
23778 msgid "part-to-dev"
23779 msgstr ""
23780
23781 #. type: verbatim
23782 #: ../fish/guestfish-actions.pod:3314
23783 #, no-wrap
23784 msgid ""
23785 " part-to-dev partition\n"
23786 "\n"
23787 msgstr ""
23788
23789 #. type: textblock
23790 #: ../fish/guestfish-actions.pod:3320
23791 msgid ""
23792 "The named partition must exist, for example as a string returned from "
23793 "L</list-partitions>."
23794 msgstr ""
23795
23796 #. type: =head2
23797 #: ../fish/guestfish-actions.pod:3323
23798 msgid "ping-daemon"
23799 msgstr ""
23800
23801 #. type: verbatim
23802 #: ../fish/guestfish-actions.pod:3325
23803 #, no-wrap
23804 msgid ""
23805 " ping-daemon\n"
23806 "\n"
23807 msgstr ""
23808
23809 #. type: =head2
23810 #: ../fish/guestfish-actions.pod:3332
23811 msgid "pread"
23812 msgstr ""
23813
23814 #. type: verbatim
23815 #: ../fish/guestfish-actions.pod:3334
23816 #, no-wrap
23817 msgid ""
23818 " pread path count offset\n"
23819 "\n"
23820 msgstr ""
23821
23822 #. type: textblock
23823 #: ../fish/guestfish-actions.pod:3342
23824 msgid "See also L</pwrite>, L</pread-device>."
23825 msgstr ""
23826
23827 #. type: =head2
23828 #: ../fish/guestfish-actions.pod:3347
23829 msgid "pread-device"
23830 msgstr ""
23831
23832 #. type: verbatim
23833 #: ../fish/guestfish-actions.pod:3349
23834 #, no-wrap
23835 msgid ""
23836 " pread-device device count offset\n"
23837 "\n"
23838 msgstr ""
23839
23840 #. type: textblock
23841 #: ../fish/guestfish-actions.pod:3357
23842 msgid "See also L</pread>."
23843 msgstr ""
23844
23845 #. type: =head2
23846 #: ../fish/guestfish-actions.pod:3362
23847 msgid "pvcreate"
23848 msgstr ""
23849
23850 #. type: verbatim
23851 #: ../fish/guestfish-actions.pod:3364
23852 #, no-wrap
23853 msgid ""
23854 " pvcreate device\n"
23855 "\n"
23856 msgstr ""
23857
23858 #. type: =head2
23859 #: ../fish/guestfish-actions.pod:3370
23860 msgid "pvremove"
23861 msgstr ""
23862
23863 #. type: verbatim
23864 #: ../fish/guestfish-actions.pod:3372
23865 #, no-wrap
23866 msgid ""
23867 " pvremove device\n"
23868 "\n"
23869 msgstr ""
23870
23871 #. type: =head2
23872 #: ../fish/guestfish-actions.pod:3381
23873 msgid "pvresize"
23874 msgstr ""
23875
23876 #. type: verbatim
23877 #: ../fish/guestfish-actions.pod:3383
23878 #, no-wrap
23879 msgid ""
23880 " pvresize device\n"
23881 "\n"
23882 msgstr ""
23883
23884 #. type: =head2
23885 #: ../fish/guestfish-actions.pod:3388
23886 msgid "pvresize-size"
23887 msgstr ""
23888
23889 #. type: verbatim
23890 #: ../fish/guestfish-actions.pod:3390
23891 #, no-wrap
23892 msgid ""
23893 " pvresize-size device size\n"
23894 "\n"
23895 msgstr ""
23896
23897 #. type: textblock
23898 #: ../fish/guestfish-actions.pod:3392
23899 msgid ""
23900 "This command is the same as L</pvresize> except that it allows you to "
23901 "specify the new size (in bytes) explicitly."
23902 msgstr ""
23903
23904 #. type: =head2
23905 #: ../fish/guestfish-actions.pod:3395
23906 msgid "pvs"
23907 msgstr ""
23908
23909 #. type: verbatim
23910 #: ../fish/guestfish-actions.pod:3397
23911 #, no-wrap
23912 msgid ""
23913 " pvs\n"
23914 "\n"
23915 msgstr ""
23916
23917 #. type: textblock
23918 #: ../fish/guestfish-actions.pod:3405
23919 msgid "See also L</pvs-full>."
23920 msgstr ""
23921
23922 #. type: =head2
23923 #: ../fish/guestfish-actions.pod:3407
23924 msgid "pvs-full"
23925 msgstr ""
23926
23927 #. type: verbatim
23928 #: ../fish/guestfish-actions.pod:3409
23929 #, no-wrap
23930 msgid ""
23931 " pvs-full\n"
23932 "\n"
23933 msgstr ""
23934
23935 #. type: =head2
23936 #: ../fish/guestfish-actions.pod:3414
23937 msgid "pvuuid"
23938 msgstr ""
23939
23940 #. type: verbatim
23941 #: ../fish/guestfish-actions.pod:3416
23942 #, no-wrap
23943 msgid ""
23944 " pvuuid device\n"
23945 "\n"
23946 msgstr ""
23947
23948 #. type: =head2
23949 #: ../fish/guestfish-actions.pod:3420
23950 msgid "pwrite"
23951 msgstr ""
23952
23953 #. type: verbatim
23954 #: ../fish/guestfish-actions.pod:3422
23955 #, no-wrap
23956 msgid ""
23957 " pwrite path content offset\n"
23958 "\n"
23959 msgstr ""
23960
23961 #. type: textblock
23962 #: ../fish/guestfish-actions.pod:3433
23963 msgid "See also L</pread>, L</pwrite-device>."
23964 msgstr ""
23965
23966 #. type: =head2
23967 #: ../fish/guestfish-actions.pod:3438
23968 msgid "pwrite-device"
23969 msgstr ""
23970
23971 #. type: verbatim
23972 #: ../fish/guestfish-actions.pod:3440
23973 #, no-wrap
23974 msgid ""
23975 " pwrite-device device content offset\n"
23976 "\n"
23977 msgstr ""
23978
23979 #. type: textblock
23980 #: ../fish/guestfish-actions.pod:3450
23981 msgid "See also L</pwrite>."
23982 msgstr ""
23983
23984 #. type: =head2
23985 #: ../fish/guestfish-actions.pod:3455
23986 msgid "read-file"
23987 msgstr ""
23988
23989 #. type: verbatim
23990 #: ../fish/guestfish-actions.pod:3457
23991 #, no-wrap
23992 msgid ""
23993 " read-file path\n"
23994 "\n"
23995 msgstr ""
23996
23997 #. type: textblock
23998 #: ../fish/guestfish-actions.pod:3462
23999 msgid ""
24000 "Unlike L</cat>, this function can correctly handle files that contain "
24001 "embedded ASCII NUL characters.  However unlike L</download>, this function "
24002 "is limited in the total size of file that can be handled."
24003 msgstr ""
24004
24005 #. type: =head2
24006 #: ../fish/guestfish-actions.pod:3470
24007 msgid "read-lines"
24008 msgstr ""
24009
24010 #. type: verbatim
24011 #: ../fish/guestfish-actions.pod:3472
24012 #, no-wrap
24013 msgid ""
24014 " read-lines path\n"
24015 "\n"
24016 msgstr ""
24017
24018 #. type: textblock
24019 #: ../fish/guestfish-actions.pod:3479
24020 msgid ""
24021 "Note that this function cannot correctly handle binary files (specifically, "
24022 "files containing C<\\0> character which is treated as end of line).  For "
24023 "those you need to use the L</read-file> function which has a more complex "
24024 "interface."
24025 msgstr ""
24026
24027 #. type: =head2
24028 #: ../fish/guestfish-actions.pod:3484
24029 msgid "readdir"
24030 msgstr ""
24031
24032 #. type: verbatim
24033 #: ../fish/guestfish-actions.pod:3486
24034 #, no-wrap
24035 msgid ""
24036 " readdir dir\n"
24037 "\n"
24038 msgstr ""
24039
24040 #. type: textblock
24041 #: ../fish/guestfish-actions.pod:3538
24042 msgid ""
24043 "This function is primarily intended for use by programs.  To get a simple "
24044 "list of names, use L</ls>.  To get a printable directory for human "
24045 "consumption, use L</ll>."
24046 msgstr ""
24047
24048 #. type: =head2
24049 #: ../fish/guestfish-actions.pod:3542
24050 msgid "readlink"
24051 msgstr ""
24052
24053 #. type: verbatim
24054 #: ../fish/guestfish-actions.pod:3544
24055 #, no-wrap
24056 msgid ""
24057 " readlink path\n"
24058 "\n"
24059 msgstr ""
24060
24061 #. type: =head2
24062 #: ../fish/guestfish-actions.pod:3548
24063 msgid "readlinklist"
24064 msgstr ""
24065
24066 #. type: verbatim
24067 #: ../fish/guestfish-actions.pod:3550
24068 #, no-wrap
24069 msgid ""
24070 " readlinklist path 'names ...'\n"
24071 "\n"
24072 msgstr ""
24073
24074 #. type: =head2
24075 #: ../fish/guestfish-actions.pod:3574
24076 msgid "realpath"
24077 msgstr ""
24078
24079 #. type: verbatim
24080 #: ../fish/guestfish-actions.pod:3576
24081 #, no-wrap
24082 msgid ""
24083 " realpath path\n"
24084 "\n"
24085 msgstr ""
24086
24087 #. type: =head2
24088 #: ../fish/guestfish-actions.pod:3581
24089 msgid "removexattr"
24090 msgstr ""
24091
24092 #. type: verbatim
24093 #: ../fish/guestfish-actions.pod:3583
24094 #, no-wrap
24095 msgid ""
24096 " removexattr xattr path\n"
24097 "\n"
24098 msgstr ""
24099
24100 #. type: textblock
24101 #: ../fish/guestfish-actions.pod:3588
24102 msgid "See also: L</lremovexattr>, L<attr(5)>."
24103 msgstr ""
24104
24105 #. type: =head2
24106 #: ../fish/guestfish-actions.pod:3590
24107 msgid "resize2fs"
24108 msgstr ""
24109
24110 #. type: verbatim
24111 #: ../fish/guestfish-actions.pod:3592
24112 #, no-wrap
24113 msgid ""
24114 " resize2fs device\n"
24115 "\n"
24116 msgstr ""
24117
24118 #. type: textblock
24119 #: ../fish/guestfish-actions.pod:3597
24120 msgid ""
24121 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
24122 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
24123 "gives an error about this and sometimes not.  In any case, it is always safe "
24124 "to call L</e2fsck-f> before calling this function."
24125 msgstr ""
24126
24127 #. type: =head2
24128 #: ../fish/guestfish-actions.pod:3603
24129 msgid "resize2fs-size"
24130 msgstr ""
24131
24132 #. type: verbatim
24133 #: ../fish/guestfish-actions.pod:3605
24134 #, no-wrap
24135 msgid ""
24136 " resize2fs-size device size\n"
24137 "\n"
24138 msgstr ""
24139
24140 #. type: textblock
24141 #: ../fish/guestfish-actions.pod:3607
24142 msgid ""
24143 "This command is the same as L</resize2fs> except that it allows you to "
24144 "specify the new size (in bytes) explicitly."
24145 msgstr ""
24146
24147 #. type: =head2
24148 #: ../fish/guestfish-actions.pod:3610
24149 msgid "rm"
24150 msgstr ""
24151
24152 #. type: verbatim
24153 #: ../fish/guestfish-actions.pod:3612
24154 #, no-wrap
24155 msgid ""
24156 " rm path\n"
24157 "\n"
24158 msgstr ""
24159
24160 #. type: =head2
24161 #: ../fish/guestfish-actions.pod:3616
24162 msgid "rm-rf"
24163 msgstr ""
24164
24165 #. type: verbatim
24166 #: ../fish/guestfish-actions.pod:3618
24167 #, no-wrap
24168 msgid ""
24169 " rm-rf path\n"
24170 "\n"
24171 msgstr ""
24172
24173 #. type: =head2
24174 #: ../fish/guestfish-actions.pod:3624
24175 msgid "rmdir"
24176 msgstr ""
24177
24178 #. type: verbatim
24179 #: ../fish/guestfish-actions.pod:3626
24180 #, no-wrap
24181 msgid ""
24182 " rmdir path\n"
24183 "\n"
24184 msgstr ""
24185
24186 #. type: =head2
24187 #: ../fish/guestfish-actions.pod:3630
24188 msgid "rmmountpoint"
24189 msgstr ""
24190
24191 #. type: verbatim
24192 #: ../fish/guestfish-actions.pod:3632
24193 #, no-wrap
24194 msgid ""
24195 " rmmountpoint exemptpath\n"
24196 "\n"
24197 msgstr ""
24198
24199 #. type: textblock
24200 #: ../fish/guestfish-actions.pod:3634
24201 msgid ""
24202 "This calls removes a mountpoint that was previously created with "
24203 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
24204 msgstr ""
24205
24206 #. type: =head2
24207 #: ../fish/guestfish-actions.pod:3638
24208 msgid "scrub-device"
24209 msgstr ""
24210
24211 #. type: verbatim
24212 #: ../fish/guestfish-actions.pod:3640
24213 #, no-wrap
24214 msgid ""
24215 " scrub-device device\n"
24216 "\n"
24217 msgstr ""
24218
24219 #. type: =head2
24220 #: ../fish/guestfish-actions.pod:3651
24221 msgid "scrub-file"
24222 msgstr ""
24223
24224 #. type: verbatim
24225 #: ../fish/guestfish-actions.pod:3653
24226 #, no-wrap
24227 msgid ""
24228 " scrub-file file\n"
24229 "\n"
24230 msgstr ""
24231
24232 #. type: =head2
24233 #: ../fish/guestfish-actions.pod:3663
24234 msgid "scrub-freespace"
24235 msgstr ""
24236
24237 #. type: verbatim
24238 #: ../fish/guestfish-actions.pod:3665
24239 #, no-wrap
24240 msgid ""
24241 " scrub-freespace dir\n"
24242 "\n"
24243 msgstr ""
24244
24245 #. type: textblock
24246 #: ../fish/guestfish-actions.pod:3667
24247 msgid ""
24248 "This command creates the directory C<dir> and then fills it with files until "
24249 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
24250 "deletes them.  The intention is to scrub any free space on the partition "
24251 "containing C<dir>."
24252 msgstr ""
24253
24254 #. type: =head2
24255 #: ../fish/guestfish-actions.pod:3676
24256 msgid "set-append"
24257 msgstr ""
24258
24259 #. type: =head2
24260 #: ../fish/guestfish-actions.pod:3678
24261 msgid "append"
24262 msgstr ""
24263
24264 #. type: verbatim
24265 #: ../fish/guestfish-actions.pod:3680
24266 #, no-wrap
24267 msgid ""
24268 " set-append append\n"
24269 "\n"
24270 msgstr ""
24271
24272 #. type: =head2
24273 #: ../fish/guestfish-actions.pod:3691
24274 msgid "set-autosync"
24275 msgstr ""
24276
24277 #. type: =head2
24278 #: ../fish/guestfish-actions.pod:3693
24279 msgid "autosync"
24280 msgstr ""
24281
24282 #. type: verbatim
24283 #: ../fish/guestfish-actions.pod:3695
24284 #, no-wrap
24285 msgid ""
24286 " set-autosync true|false\n"
24287 "\n"
24288 msgstr ""
24289
24290 #. type: textblock
24291 #: ../fish/guestfish-actions.pod:3697
24292 msgid ""
24293 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
24294 "effort attempt to run L</umount-all> followed by L</sync> when the handle is "
24295 "closed (also if the program exits without closing handles)."
24296 msgstr ""
24297
24298 #. type: =head2
24299 #: ../fish/guestfish-actions.pod:3705
24300 msgid "set-direct"
24301 msgstr ""
24302
24303 #. type: =head2
24304 #: ../fish/guestfish-actions.pod:3707
24305 msgid "direct"
24306 msgstr ""
24307
24308 #. type: verbatim
24309 #: ../fish/guestfish-actions.pod:3709
24310 #, no-wrap
24311 msgid ""
24312 " set-direct true|false\n"
24313 "\n"
24314 msgstr ""
24315
24316 #. type: textblock
24317 #: ../fish/guestfish-actions.pod:3715
24318 msgid ""
24319 "One consequence of this is that log messages aren't caught by the library "
24320 "and handled by L</set-log-message-callback>, but go straight to stdout."
24321 msgstr ""
24322
24323 #. type: =head2
24324 #: ../fish/guestfish-actions.pod:3724
24325 msgid "set-e2label"
24326 msgstr ""
24327
24328 #. type: verbatim
24329 #: ../fish/guestfish-actions.pod:3726
24330 #, no-wrap
24331 msgid ""
24332 " set-e2label device label\n"
24333 "\n"
24334 msgstr ""
24335
24336 #. type: textblock
24337 #: ../fish/guestfish-actions.pod:3732
24338 msgid ""
24339 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
24340 "label on a filesystem."
24341 msgstr ""
24342
24343 #. type: =head2
24344 #: ../fish/guestfish-actions.pod:3735
24345 msgid "set-e2uuid"
24346 msgstr ""
24347
24348 #. type: verbatim
24349 #: ../fish/guestfish-actions.pod:3737
24350 #, no-wrap
24351 msgid ""
24352 " set-e2uuid device uuid\n"
24353 "\n"
24354 msgstr ""
24355
24356 #. type: textblock
24357 #: ../fish/guestfish-actions.pod:3744
24358 msgid ""
24359 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
24360 "UUID of a filesystem."
24361 msgstr ""
24362
24363 #. type: =head2
24364 #: ../fish/guestfish-actions.pod:3747
24365 msgid "set-memsize"
24366 msgstr ""
24367
24368 #. type: =head2
24369 #: ../fish/guestfish-actions.pod:3749
24370 msgid "memsize"
24371 msgstr ""
24372
24373 #. type: verbatim
24374 #: ../fish/guestfish-actions.pod:3751
24375 #, no-wrap
24376 msgid ""
24377 " set-memsize memsize\n"
24378 "\n"
24379 msgstr ""
24380
24381 #. type: textblock
24382 #: ../fish/guestfish-actions.pod:3753
24383 msgid ""
24384 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
24385 "This only has any effect if called before L</launch>."
24386 msgstr ""
24387
24388 #. type: =head2
24389 #: ../fish/guestfish-actions.pod:3764
24390 msgid "set-network"
24391 msgstr ""
24392
24393 #. type: =head2
24394 #: ../fish/guestfish-actions.pod:3766
24395 msgid "network"
24396 msgstr ""
24397
24398 #. type: verbatim
24399 #: ../fish/guestfish-actions.pod:3768
24400 #, no-wrap
24401 msgid ""
24402 " set-network true|false\n"
24403 "\n"
24404 msgstr ""
24405
24406 #. type: textblock
24407 #: ../fish/guestfish-actions.pod:3776
24408 msgid "You must call this before calling L</launch>, otherwise it has no effect."
24409 msgstr ""
24410
24411 #. type: =head2
24412 #: ../fish/guestfish-actions.pod:3779
24413 msgid "set-path"
24414 msgstr ""
24415
24416 #. type: =head2
24417 #: ../fish/guestfish-actions.pod:3781
24418 msgid "path"
24419 msgstr ""
24420
24421 #. type: verbatim
24422 #: ../fish/guestfish-actions.pod:3783
24423 #, no-wrap
24424 msgid ""
24425 " set-path searchpath\n"
24426 "\n"
24427 msgstr ""
24428
24429 #. type: =head2
24430 #: ../fish/guestfish-actions.pod:3792
24431 msgid "set-qemu"
24432 msgstr ""
24433
24434 #. type: =head2
24435 #: ../fish/guestfish-actions.pod:3794
24436 msgid "qemu"
24437 msgstr ""
24438
24439 #. type: verbatim
24440 #: ../fish/guestfish-actions.pod:3796
24441 #, no-wrap
24442 msgid ""
24443 " set-qemu qemu\n"
24444 "\n"
24445 msgstr ""
24446
24447 #. type: =head2
24448 #: ../fish/guestfish-actions.pod:3816
24449 msgid "set-recovery-proc"
24450 msgstr ""
24451
24452 #. type: =head2
24453 #: ../fish/guestfish-actions.pod:3818
24454 msgid "recovery-proc"
24455 msgstr ""
24456
24457 #. type: verbatim
24458 #: ../fish/guestfish-actions.pod:3820
24459 #, no-wrap
24460 msgid ""
24461 " set-recovery-proc true|false\n"
24462 "\n"
24463 msgstr ""
24464
24465 #. type: textblock
24466 #: ../fish/guestfish-actions.pod:3822
24467 msgid ""
24468 "If this is called with the parameter C<false> then L</launch> does not "
24469 "create a recovery process.  The purpose of the recovery process is to stop "
24470 "runaway qemu processes in the case where the main program aborts abruptly."
24471 msgstr ""
24472
24473 #. type: textblock
24474 #: ../fish/guestfish-actions.pod:3827
24475 msgid ""
24476 "This only has any effect if called before L</launch>, and the default is "
24477 "true."
24478 msgstr ""
24479
24480 #. type: =head2
24481 #: ../fish/guestfish-actions.pod:3836
24482 msgid "set-selinux"
24483 msgstr ""
24484
24485 #. type: =head2
24486 #: ../fish/guestfish-actions.pod:3838
24487 msgid "selinux"
24488 msgstr ""
24489
24490 #. type: verbatim
24491 #: ../fish/guestfish-actions.pod:3840
24492 #, no-wrap
24493 msgid ""
24494 " set-selinux true|false\n"
24495 "\n"
24496 msgstr ""
24497
24498 #. type: =head2
24499 #: ../fish/guestfish-actions.pod:3851
24500 msgid "set-trace"
24501 msgstr ""
24502
24503 #. type: =head2
24504 #: ../fish/guestfish-actions.pod:3853
24505 msgid "trace"
24506 msgstr ""
24507
24508 #. type: verbatim
24509 #: ../fish/guestfish-actions.pod:3855
24510 #, no-wrap
24511 msgid ""
24512 " set-trace true|false\n"
24513 "\n"
24514 msgstr ""
24515
24516 #. type: =head2
24517 #: ../fish/guestfish-actions.pod:3871
24518 msgid "set-verbose"
24519 msgstr ""
24520
24521 #. type: =head2
24522 #: ../fish/guestfish-actions.pod:3873
24523 msgid "verbose"
24524 msgstr ""
24525
24526 #. type: verbatim
24527 #: ../fish/guestfish-actions.pod:3875
24528 #, no-wrap
24529 msgid ""
24530 " set-verbose true|false\n"
24531 "\n"
24532 msgstr ""
24533
24534 #. type: =head2
24535 #: ../fish/guestfish-actions.pod:3882
24536 msgid "setcon"
24537 msgstr ""
24538
24539 #. type: verbatim
24540 #: ../fish/guestfish-actions.pod:3884
24541 #, no-wrap
24542 msgid ""
24543 " setcon context\n"
24544 "\n"
24545 msgstr ""
24546
24547 #. type: =head2
24548 #: ../fish/guestfish-actions.pod:3891
24549 msgid "setxattr"
24550 msgstr ""
24551
24552 #. type: verbatim
24553 #: ../fish/guestfish-actions.pod:3893
24554 #, no-wrap
24555 msgid ""
24556 " setxattr xattr val vallen path\n"
24557 "\n"
24558 msgstr ""
24559
24560 #. type: textblock
24561 #: ../fish/guestfish-actions.pod:3899
24562 msgid "See also: L</lsetxattr>, L<attr(5)>."
24563 msgstr ""
24564
24565 #. type: =head2
24566 #: ../fish/guestfish-actions.pod:3901
24567 msgid "sfdisk"
24568 msgstr ""
24569
24570 #. type: verbatim
24571 #: ../fish/guestfish-actions.pod:3903
24572 #, no-wrap
24573 msgid ""
24574 " sfdisk device cyls heads sectors 'lines ...'\n"
24575 "\n"
24576 msgstr ""
24577
24578 #. type: textblock
24579 #: ../fish/guestfish-actions.pod:3925
24580 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
24581 msgstr ""
24582
24583 #. type: =head2
24584 #: ../fish/guestfish-actions.pod:3931
24585 msgid "sfdiskM"
24586 msgstr ""
24587
24588 #. type: verbatim
24589 #: ../fish/guestfish-actions.pod:3933
24590 #, no-wrap
24591 msgid ""
24592 " sfdiskM device 'lines ...'\n"
24593 "\n"
24594 msgstr ""
24595
24596 #. type: textblock
24597 #: ../fish/guestfish-actions.pod:3935
24598 msgid ""
24599 "This is a simplified interface to the L</sfdisk> command, where partition "
24600 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
24601 "you don't need to specify the cyls, heads and sectors parameters which were "
24602 "rarely if ever used anyway."
24603 msgstr ""
24604
24605 #. type: textblock
24606 #: ../fish/guestfish-actions.pod:3941
24607 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
24608 msgstr ""
24609
24610 #. type: =head2
24611 #: ../fish/guestfish-actions.pod:3947
24612 msgid "sfdisk-N"
24613 msgstr ""
24614
24615 #. type: verbatim
24616 #: ../fish/guestfish-actions.pod:3949
24617 #, no-wrap
24618 msgid ""
24619 " sfdisk-N device partnum cyls heads sectors line\n"
24620 "\n"
24621 msgstr ""
24622
24623 #. type: textblock
24624 #: ../fish/guestfish-actions.pod:3954
24625 msgid ""
24626 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
24627 "cyls/heads/sectors parameters."
24628 msgstr ""
24629
24630 #. type: textblock
24631 #: ../fish/guestfish-actions.pod:3957
24632 msgid "See also: L</part-add>"
24633 msgstr ""
24634
24635 #. type: =head2
24636 #: ../fish/guestfish-actions.pod:3962
24637 msgid "sfdisk-disk-geometry"
24638 msgstr ""
24639
24640 #. type: verbatim
24641 #: ../fish/guestfish-actions.pod:3964
24642 #, no-wrap
24643 msgid ""
24644 " sfdisk-disk-geometry device\n"
24645 "\n"
24646 msgstr ""
24647
24648 #. type: textblock
24649 #: ../fish/guestfish-actions.pod:3966
24650 msgid ""
24651 "This displays the disk geometry of C<device> read from the partition table.  "
24652 "Especially in the case where the underlying block device has been resized, "
24653 "this can be different from the kernel's idea of the geometry (see "
24654 "L</sfdisk-kernel-geometry>)."
24655 msgstr ""
24656
24657 #. type: =head2
24658 #: ../fish/guestfish-actions.pod:3974
24659 msgid "sfdisk-kernel-geometry"
24660 msgstr ""
24661
24662 #. type: verbatim
24663 #: ../fish/guestfish-actions.pod:3976
24664 #, no-wrap
24665 msgid ""
24666 " sfdisk-kernel-geometry device\n"
24667 "\n"
24668 msgstr ""
24669
24670 #. type: =head2
24671 #: ../fish/guestfish-actions.pod:3983
24672 msgid "sfdisk-l"
24673 msgstr ""
24674
24675 #. type: verbatim
24676 #: ../fish/guestfish-actions.pod:3985
24677 #, no-wrap
24678 msgid ""
24679 " sfdisk-l device\n"
24680 "\n"
24681 msgstr ""
24682
24683 #. type: textblock
24684 #: ../fish/guestfish-actions.pod:3991
24685 msgid "See also: L</part-list>"
24686 msgstr ""
24687
24688 #. type: =head2
24689 #: ../fish/guestfish-actions.pod:3993
24690 msgid "sh"
24691 msgstr ""
24692
24693 #. type: verbatim
24694 #: ../fish/guestfish-actions.pod:3995
24695 #, no-wrap
24696 msgid ""
24697 " sh command\n"
24698 "\n"
24699 msgstr ""
24700
24701 #. type: textblock
24702 #: ../fish/guestfish-actions.pod:4000
24703 msgid "This is like L</command>, but passes the command to:"
24704 msgstr ""
24705
24706 #. type: textblock
24707 #: ../fish/guestfish-actions.pod:4008
24708 msgid "All the provisos about L</command> apply to this call."
24709 msgstr ""
24710
24711 #. type: =head2
24712 #: ../fish/guestfish-actions.pod:4010
24713 msgid "sh-lines"
24714 msgstr ""
24715
24716 #. type: verbatim
24717 #: ../fish/guestfish-actions.pod:4012
24718 #, no-wrap
24719 msgid ""
24720 " sh-lines command\n"
24721 "\n"
24722 msgstr ""
24723
24724 #. type: textblock
24725 #: ../fish/guestfish-actions.pod:4014
24726 msgid "This is the same as L</sh>, but splits the result into a list of lines."
24727 msgstr ""
24728
24729 #. type: textblock
24730 #: ../fish/guestfish-actions.pod:4017
24731 msgid "See also: L</command-lines>"
24732 msgstr ""
24733
24734 #. type: =head2
24735 #: ../fish/guestfish-actions.pod:4019
24736 msgid "sleep"
24737 msgstr ""
24738
24739 #. type: verbatim
24740 #: ../fish/guestfish-actions.pod:4021
24741 #, no-wrap
24742 msgid ""
24743 " sleep secs\n"
24744 "\n"
24745 msgstr ""
24746
24747 #. type: =head2
24748 #: ../fish/guestfish-actions.pod:4025
24749 msgid "stat"
24750 msgstr ""
24751
24752 #. type: verbatim
24753 #: ../fish/guestfish-actions.pod:4027
24754 #, no-wrap
24755 msgid ""
24756 " stat path\n"
24757 "\n"
24758 msgstr ""
24759
24760 #. type: =head2
24761 #: ../fish/guestfish-actions.pod:4033
24762 msgid "statvfs"
24763 msgstr ""
24764
24765 #. type: verbatim
24766 #: ../fish/guestfish-actions.pod:4035
24767 #, no-wrap
24768 msgid ""
24769 " statvfs path\n"
24770 "\n"
24771 msgstr ""
24772
24773 #. type: =head2
24774 #: ../fish/guestfish-actions.pod:4043
24775 msgid "strings"
24776 msgstr ""
24777
24778 #. type: verbatim
24779 #: ../fish/guestfish-actions.pod:4045
24780 #, no-wrap
24781 msgid ""
24782 " strings path\n"
24783 "\n"
24784 msgstr ""
24785
24786 #. type: =head2
24787 #: ../fish/guestfish-actions.pod:4053
24788 msgid "strings-e"
24789 msgstr ""
24790
24791 #. type: verbatim
24792 #: ../fish/guestfish-actions.pod:4055
24793 #, no-wrap
24794 msgid ""
24795 " strings-e encoding path\n"
24796 "\n"
24797 msgstr ""
24798
24799 #. type: textblock
24800 #: ../fish/guestfish-actions.pod:4057
24801 msgid ""
24802 "This is like the L</strings> command, but allows you to specify the encoding "
24803 "of strings that are looked for in the source file C<path>."
24804 msgstr ""
24805
24806 #. type: textblock
24807 #: ../fish/guestfish-actions.pod:4067
24808 msgid ""
24809 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
24810 "ISO-8859-X (this is what L</strings> uses)."
24811 msgstr ""
24812
24813 #. type: =head2
24814 #: ../fish/guestfish-actions.pod:4099
24815 msgid "swapoff-device"
24816 msgstr ""
24817
24818 #. type: verbatim
24819 #: ../fish/guestfish-actions.pod:4101
24820 #, no-wrap
24821 msgid ""
24822 " swapoff-device device\n"
24823 "\n"
24824 msgstr ""
24825
24826 #. type: textblock
24827 #: ../fish/guestfish-actions.pod:4103
24828 msgid ""
24829 "This command disables the libguestfs appliance swap device or partition "
24830 "named C<device>.  See L</swapon-device>."
24831 msgstr ""
24832
24833 #. type: =head2
24834 #: ../fish/guestfish-actions.pod:4107
24835 msgid "swapoff-file"
24836 msgstr ""
24837
24838 #. type: verbatim
24839 #: ../fish/guestfish-actions.pod:4109
24840 #, no-wrap
24841 msgid ""
24842 " swapoff-file file\n"
24843 "\n"
24844 msgstr ""
24845
24846 #. type: =head2
24847 #: ../fish/guestfish-actions.pod:4113
24848 msgid "swapoff-label"
24849 msgstr ""
24850
24851 #. type: verbatim
24852 #: ../fish/guestfish-actions.pod:4115
24853 #, no-wrap
24854 msgid ""
24855 " swapoff-label label\n"
24856 "\n"
24857 msgstr ""
24858
24859 #. type: =head2
24860 #: ../fish/guestfish-actions.pod:4120
24861 msgid "swapoff-uuid"
24862 msgstr ""
24863
24864 #. type: verbatim
24865 #: ../fish/guestfish-actions.pod:4122
24866 #, no-wrap
24867 msgid ""
24868 " swapoff-uuid uuid\n"
24869 "\n"
24870 msgstr ""
24871
24872 #. type: =head2
24873 #: ../fish/guestfish-actions.pod:4127
24874 msgid "swapon-device"
24875 msgstr ""
24876
24877 #. type: verbatim
24878 #: ../fish/guestfish-actions.pod:4129
24879 #, no-wrap
24880 msgid ""
24881 " swapon-device device\n"
24882 "\n"
24883 msgstr ""
24884
24885 #. type: textblock
24886 #: ../fish/guestfish-actions.pod:4131
24887 msgid ""
24888 "This command enables the libguestfs appliance to use the swap device or "
24889 "partition named C<device>.  The increased memory is made available for all "
24890 "commands, for example those run using L</command> or L</sh>."
24891 msgstr ""
24892
24893 #. type: =head2
24894 #: ../fish/guestfish-actions.pod:4143
24895 msgid "swapon-file"
24896 msgstr ""
24897
24898 #. type: verbatim
24899 #: ../fish/guestfish-actions.pod:4145
24900 #, no-wrap
24901 msgid ""
24902 " swapon-file file\n"
24903 "\n"
24904 msgstr ""
24905
24906 #. type: textblock
24907 #: ../fish/guestfish-actions.pod:4147
24908 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
24909 msgstr ""
24910
24911 #. type: =head2
24912 #: ../fish/guestfish-actions.pod:4150
24913 msgid "swapon-label"
24914 msgstr ""
24915
24916 #. type: verbatim
24917 #: ../fish/guestfish-actions.pod:4152
24918 #, no-wrap
24919 msgid ""
24920 " swapon-label label\n"
24921 "\n"
24922 msgstr ""
24923
24924 #. type: textblock
24925 #: ../fish/guestfish-actions.pod:4154
24926 msgid ""
24927 "This command enables swap to a labeled swap partition.  See "
24928 "L</swapon-device> for other notes."
24929 msgstr ""
24930
24931 #. type: =head2
24932 #: ../fish/guestfish-actions.pod:4157
24933 msgid "swapon-uuid"
24934 msgstr ""
24935
24936 #. type: verbatim
24937 #: ../fish/guestfish-actions.pod:4159
24938 #, no-wrap
24939 msgid ""
24940 " swapon-uuid uuid\n"
24941 "\n"
24942 msgstr ""
24943
24944 #. type: textblock
24945 #: ../fish/guestfish-actions.pod:4161
24946 msgid ""
24947 "This command enables swap to a swap partition with the given UUID.  See "
24948 "L</swapon-device> for other notes."
24949 msgstr ""
24950
24951 #. type: =head2
24952 #: ../fish/guestfish-actions.pod:4164
24953 msgid "sync"
24954 msgstr ""
24955
24956 #. type: verbatim
24957 #: ../fish/guestfish-actions.pod:4166
24958 #, no-wrap
24959 msgid ""
24960 " sync\n"
24961 "\n"
24962 msgstr ""
24963
24964 #. type: =head2
24965 #: ../fish/guestfish-actions.pod:4174
24966 msgid "tail"
24967 msgstr ""
24968
24969 #. type: verbatim
24970 #: ../fish/guestfish-actions.pod:4176
24971 #, no-wrap
24972 msgid ""
24973 " tail path\n"
24974 "\n"
24975 msgstr ""
24976
24977 #. type: =head2
24978 #: ../fish/guestfish-actions.pod:4184
24979 msgid "tail-n"
24980 msgstr ""
24981
24982 #. type: verbatim
24983 #: ../fish/guestfish-actions.pod:4186
24984 #, no-wrap
24985 msgid ""
24986 " tail-n nrlines path\n"
24987 "\n"
24988 msgstr ""
24989
24990 #. type: =head2
24991 #: ../fish/guestfish-actions.pod:4199
24992 msgid "tar-in"
24993 msgstr ""
24994
24995 #. type: verbatim
24996 #: ../fish/guestfish-actions.pod:4201
24997 #, no-wrap
24998 msgid ""
24999 " tar-in (tarfile|-) directory\n"
25000 "\n"
25001 msgstr ""
25002
25003 #. type: textblock
25004 #: ../fish/guestfish-actions.pod:4206
25005 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
25006 msgstr ""
25007
25008 #. type: =head2
25009 #: ../fish/guestfish-actions.pod:4211
25010 msgid "tar-out"
25011 msgstr ""
25012
25013 #. type: verbatim
25014 #: ../fish/guestfish-actions.pod:4213
25015 #, no-wrap
25016 msgid ""
25017 " tar-out directory (tarfile|-)\n"
25018 "\n"
25019 msgstr ""
25020
25021 #. type: textblock
25022 #: ../fish/guestfish-actions.pod:4218
25023 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
25024 msgstr ""
25025
25026 #. type: =head2
25027 #: ../fish/guestfish-actions.pod:4223
25028 msgid "tgz-in"
25029 msgstr ""
25030
25031 #. type: verbatim
25032 #: ../fish/guestfish-actions.pod:4225
25033 #, no-wrap
25034 msgid ""
25035 " tgz-in (tarball|-) directory\n"
25036 "\n"
25037 msgstr ""
25038
25039 #. type: textblock
25040 #: ../fish/guestfish-actions.pod:4230
25041 msgid "To upload an uncompressed tarball, use L</tar-in>."
25042 msgstr ""
25043
25044 #. type: =head2
25045 #: ../fish/guestfish-actions.pod:4234
25046 msgid "tgz-out"
25047 msgstr ""
25048
25049 #. type: verbatim
25050 #: ../fish/guestfish-actions.pod:4236
25051 #, no-wrap
25052 msgid ""
25053 " tgz-out directory (tarball|-)\n"
25054 "\n"
25055 msgstr ""
25056
25057 #. type: textblock
25058 #: ../fish/guestfish-actions.pod:4241
25059 msgid "To download an uncompressed tarball, use L</tar-out>."
25060 msgstr ""
25061
25062 #. type: =head2
25063 #: ../fish/guestfish-actions.pod:4245
25064 msgid "touch"
25065 msgstr ""
25066
25067 #. type: verbatim
25068 #: ../fish/guestfish-actions.pod:4247
25069 #, no-wrap
25070 msgid ""
25071 " touch path\n"
25072 "\n"
25073 msgstr ""
25074
25075 #. type: =head2
25076 #: ../fish/guestfish-actions.pod:4256
25077 msgid "truncate"
25078 msgstr ""
25079
25080 #. type: verbatim
25081 #: ../fish/guestfish-actions.pod:4258
25082 #, no-wrap
25083 msgid ""
25084 " truncate path\n"
25085 "\n"
25086 msgstr ""
25087
25088 #. type: =head2
25089 #: ../fish/guestfish-actions.pod:4263
25090 msgid "truncate-size"
25091 msgstr ""
25092
25093 #. type: verbatim
25094 #: ../fish/guestfish-actions.pod:4265
25095 #, no-wrap
25096 msgid ""
25097 " truncate-size path size\n"
25098 "\n"
25099 msgstr ""
25100
25101 #. type: textblock
25102 #: ../fish/guestfish-actions.pod:4270
25103 msgid ""
25104 "If the current file size is less than C<size> then the file is extended to "
25105 "the required size with zero bytes.  This creates a sparse file (ie. disk "
25106 "blocks are not allocated for the file until you write to it).  To create a "
25107 "non-sparse file of zeroes, use L</fallocate64> instead."
25108 msgstr ""
25109
25110 #. type: =head2
25111 #: ../fish/guestfish-actions.pod:4276
25112 msgid "tune2fs-l"
25113 msgstr ""
25114
25115 #. type: verbatim
25116 #: ../fish/guestfish-actions.pod:4278
25117 #, no-wrap
25118 msgid ""
25119 " tune2fs-l device\n"
25120 "\n"
25121 msgstr ""
25122
25123 #. type: =head2
25124 #: ../fish/guestfish-actions.pod:4288
25125 msgid "txz-in"
25126 msgstr ""
25127
25128 #. type: verbatim
25129 #: ../fish/guestfish-actions.pod:4290
25130 #, no-wrap
25131 msgid ""
25132 " txz-in (tarball|-) directory\n"
25133 "\n"
25134 msgstr ""
25135
25136 #. type: =head2
25137 #: ../fish/guestfish-actions.pod:4297
25138 msgid "txz-out"
25139 msgstr ""
25140
25141 #. type: verbatim
25142 #: ../fish/guestfish-actions.pod:4299
25143 #, no-wrap
25144 msgid ""
25145 " txz-out directory (tarball|-)\n"
25146 "\n"
25147 msgstr ""
25148
25149 #. type: =head2
25150 #: ../fish/guestfish-actions.pod:4306
25151 msgid "umask"
25152 msgstr ""
25153
25154 #. type: verbatim
25155 #: ../fish/guestfish-actions.pod:4308
25156 #, no-wrap
25157 msgid ""
25158 " umask mask\n"
25159 "\n"
25160 msgstr ""
25161
25162 #. type: textblock
25163 #: ../fish/guestfish-actions.pod:4322
25164 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
25165 msgstr ""
25166
25167 #. type: =head2
25168 #: ../fish/guestfish-actions.pod:4327
25169 msgid "umount"
25170 msgstr ""
25171
25172 #. type: =head2
25173 #: ../fish/guestfish-actions.pod:4329
25174 msgid "unmount"
25175 msgstr ""
25176
25177 #. type: verbatim
25178 #: ../fish/guestfish-actions.pod:4331
25179 #, no-wrap
25180 msgid ""
25181 " umount pathordevice\n"
25182 "\n"
25183 msgstr ""
25184
25185 #. type: =head2
25186 #: ../fish/guestfish-actions.pod:4337
25187 msgid "umount-all"
25188 msgstr ""
25189
25190 #. type: =head2
25191 #: ../fish/guestfish-actions.pod:4339
25192 msgid "unmount-all"
25193 msgstr ""
25194
25195 #. type: verbatim
25196 #: ../fish/guestfish-actions.pod:4341
25197 #, no-wrap
25198 msgid ""
25199 " umount-all\n"
25200 "\n"
25201 msgstr ""
25202
25203 #. type: =head2
25204 #: ../fish/guestfish-actions.pod:4347
25205 msgid "upload"
25206 msgstr ""
25207
25208 #. type: verbatim
25209 #: ../fish/guestfish-actions.pod:4349
25210 #, no-wrap
25211 msgid ""
25212 " upload (filename|-) remotefilename\n"
25213 "\n"
25214 msgstr ""
25215
25216 #. type: textblock
25217 #: ../fish/guestfish-actions.pod:4356
25218 msgid "See also L</download>."
25219 msgstr ""
25220
25221 #. type: =head2
25222 #: ../fish/guestfish-actions.pod:4360
25223 msgid "upload-offset"
25224 msgstr ""
25225
25226 #. type: verbatim
25227 #: ../fish/guestfish-actions.pod:4362
25228 #, no-wrap
25229 msgid ""
25230 " upload-offset (filename|-) remotefilename offset\n"
25231 "\n"
25232 msgstr ""
25233
25234 #. type: textblock
25235 #: ../fish/guestfish-actions.pod:4374
25236 msgid ""
25237 "Note that there is no limit on the amount of data that can be uploaded with "
25238 "this call, unlike with L</pwrite>, and this call always writes the full "
25239 "amount unless an error occurs."
25240 msgstr ""
25241
25242 #. type: textblock
25243 #: ../fish/guestfish-actions.pod:4379
25244 msgid "See also L</upload>, L</pwrite>."
25245 msgstr ""
25246
25247 #. type: =head2
25248 #: ../fish/guestfish-actions.pod:4383
25249 msgid "utimens"
25250 msgstr ""
25251
25252 #. type: verbatim
25253 #: ../fish/guestfish-actions.pod:4385
25254 #, no-wrap
25255 msgid ""
25256 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
25257 "\n"
25258 msgstr ""
25259
25260 #. type: =head2
25261 #: ../fish/guestfish-actions.pod:4404
25262 msgid "version"
25263 msgstr ""
25264
25265 #. type: verbatim
25266 #: ../fish/guestfish-actions.pod:4406
25267 #, no-wrap
25268 msgid ""
25269 " version\n"
25270 "\n"
25271 msgstr ""
25272
25273 #. type: textblock
25274 #: ../fish/guestfish-actions.pod:4433
25275 msgid ""
25276 "I<Note:> Don't use this call to test for availability of features.  In "
25277 "enterprise distributions we backport features from later versions into "
25278 "earlier versions, making this an unreliable way to test for features.  Use "
25279 "L</available> instead."
25280 msgstr ""
25281
25282 #. type: =head2
25283 #: ../fish/guestfish-actions.pod:4439
25284 msgid "vfs-label"
25285 msgstr ""
25286
25287 #. type: verbatim
25288 #: ../fish/guestfish-actions.pod:4441
25289 #, no-wrap
25290 msgid ""
25291 " vfs-label device\n"
25292 "\n"
25293 msgstr ""
25294
25295 #. type: textblock
25296 #: ../fish/guestfish-actions.pod:4448
25297 msgid "To find a filesystem from the label, use L</findfs-label>."
25298 msgstr ""
25299
25300 #. type: =head2
25301 #: ../fish/guestfish-actions.pod:4450
25302 msgid "vfs-type"
25303 msgstr ""
25304
25305 #. type: verbatim
25306 #: ../fish/guestfish-actions.pod:4452
25307 #, no-wrap
25308 msgid ""
25309 " vfs-type device\n"
25310 "\n"
25311 msgstr ""
25312
25313 #. type: =head2
25314 #: ../fish/guestfish-actions.pod:4462
25315 msgid "vfs-uuid"
25316 msgstr ""
25317
25318 #. type: verbatim
25319 #: ../fish/guestfish-actions.pod:4464
25320 #, no-wrap
25321 msgid ""
25322 " vfs-uuid device\n"
25323 "\n"
25324 msgstr ""
25325
25326 #. type: textblock
25327 #: ../fish/guestfish-actions.pod:4471
25328 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
25329 msgstr ""
25330
25331 #. type: =head2
25332 #: ../fish/guestfish-actions.pod:4473
25333 msgid "vg-activate"
25334 msgstr ""
25335
25336 #. type: verbatim
25337 #: ../fish/guestfish-actions.pod:4475
25338 #, no-wrap
25339 msgid ""
25340 " vg-activate true|false 'volgroups ...'\n"
25341 "\n"
25342 msgstr ""
25343
25344 #. type: =head2
25345 #: ../fish/guestfish-actions.pod:4488
25346 msgid "vg-activate-all"
25347 msgstr ""
25348
25349 #. type: verbatim
25350 #: ../fish/guestfish-actions.pod:4490
25351 #, no-wrap
25352 msgid ""
25353 " vg-activate-all true|false\n"
25354 "\n"
25355 msgstr ""
25356
25357 #. type: =head2
25358 #: ../fish/guestfish-actions.pod:4500
25359 msgid "vgcreate"
25360 msgstr ""
25361
25362 #. type: verbatim
25363 #: ../fish/guestfish-actions.pod:4502
25364 #, no-wrap
25365 msgid ""
25366 " vgcreate volgroup 'physvols ...'\n"
25367 "\n"
25368 msgstr ""
25369
25370 #. type: =head2
25371 #: ../fish/guestfish-actions.pod:4507
25372 msgid "vglvuuids"
25373 msgstr ""
25374
25375 #. type: verbatim
25376 #: ../fish/guestfish-actions.pod:4509
25377 #, no-wrap
25378 msgid ""
25379 " vglvuuids vgname\n"
25380 "\n"
25381 msgstr ""
25382
25383 #. type: textblock
25384 #: ../fish/guestfish-actions.pod:4514
25385 msgid ""
25386 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
25387 "logical volumes and volume groups."
25388 msgstr ""
25389
25390 #. type: textblock
25391 #: ../fish/guestfish-actions.pod:4517
25392 msgid "See also L</vgpvuuids>."
25393 msgstr ""
25394
25395 #. type: =head2
25396 #: ../fish/guestfish-actions.pod:4519
25397 msgid "vgpvuuids"
25398 msgstr ""
25399
25400 #. type: verbatim
25401 #: ../fish/guestfish-actions.pod:4521
25402 #, no-wrap
25403 msgid ""
25404 " vgpvuuids vgname\n"
25405 "\n"
25406 msgstr ""
25407
25408 #. type: textblock
25409 #: ../fish/guestfish-actions.pod:4526
25410 msgid ""
25411 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
25412 "physical volumes and volume groups."
25413 msgstr ""
25414
25415 #. type: textblock
25416 #: ../fish/guestfish-actions.pod:4529
25417 msgid "See also L</vglvuuids>."
25418 msgstr ""
25419
25420 #. type: =head2
25421 #: ../fish/guestfish-actions.pod:4531
25422 msgid "vgremove"
25423 msgstr ""
25424
25425 #. type: verbatim
25426 #: ../fish/guestfish-actions.pod:4533
25427 #, no-wrap
25428 msgid ""
25429 " vgremove vgname\n"
25430 "\n"
25431 msgstr ""
25432
25433 #. type: =head2
25434 #: ../fish/guestfish-actions.pod:4540
25435 msgid "vgrename"
25436 msgstr ""
25437
25438 #. type: verbatim
25439 #: ../fish/guestfish-actions.pod:4542
25440 #, no-wrap
25441 msgid ""
25442 " vgrename volgroup newvolgroup\n"
25443 "\n"
25444 msgstr ""
25445
25446 #. type: =head2
25447 #: ../fish/guestfish-actions.pod:4546
25448 msgid "vgs"
25449 msgstr ""
25450
25451 #. type: verbatim
25452 #: ../fish/guestfish-actions.pod:4548
25453 #, no-wrap
25454 msgid ""
25455 " vgs\n"
25456 "\n"
25457 msgstr ""
25458
25459 #. type: textblock
25460 #: ../fish/guestfish-actions.pod:4556
25461 msgid "See also L</vgs-full>."
25462 msgstr ""
25463
25464 #. type: =head2
25465 #: ../fish/guestfish-actions.pod:4558
25466 msgid "vgs-full"
25467 msgstr ""
25468
25469 #. type: verbatim
25470 #: ../fish/guestfish-actions.pod:4560
25471 #, no-wrap
25472 msgid ""
25473 " vgs-full\n"
25474 "\n"
25475 msgstr ""
25476
25477 #. type: =head2
25478 #: ../fish/guestfish-actions.pod:4565
25479 msgid "vgscan"
25480 msgstr ""
25481
25482 #. type: verbatim
25483 #: ../fish/guestfish-actions.pod:4567
25484 #, no-wrap
25485 msgid ""
25486 " vgscan\n"
25487 "\n"
25488 msgstr ""
25489
25490 #. type: =head2
25491 #: ../fish/guestfish-actions.pod:4572
25492 msgid "vguuid"
25493 msgstr ""
25494
25495 #. type: verbatim
25496 #: ../fish/guestfish-actions.pod:4574
25497 #, no-wrap
25498 msgid ""
25499 " vguuid vgname\n"
25500 "\n"
25501 msgstr ""
25502
25503 #. type: =head2
25504 #: ../fish/guestfish-actions.pod:4578
25505 msgid "wc-c"
25506 msgstr ""
25507
25508 #. type: verbatim
25509 #: ../fish/guestfish-actions.pod:4580
25510 #, no-wrap
25511 msgid ""
25512 " wc-c path\n"
25513 "\n"
25514 msgstr ""
25515
25516 #. type: =head2
25517 #: ../fish/guestfish-actions.pod:4585
25518 msgid "wc-l"
25519 msgstr ""
25520
25521 #. type: verbatim
25522 #: ../fish/guestfish-actions.pod:4587
25523 #, no-wrap
25524 msgid ""
25525 " wc-l path\n"
25526 "\n"
25527 msgstr ""
25528
25529 #. type: =head2
25530 #: ../fish/guestfish-actions.pod:4592
25531 msgid "wc-w"
25532 msgstr ""
25533
25534 #. type: verbatim
25535 #: ../fish/guestfish-actions.pod:4594
25536 #, no-wrap
25537 msgid ""
25538 " wc-w path\n"
25539 "\n"
25540 msgstr ""
25541
25542 #. type: =head2
25543 #: ../fish/guestfish-actions.pod:4599
25544 msgid "write"
25545 msgstr ""
25546
25547 #. type: verbatim
25548 #: ../fish/guestfish-actions.pod:4601
25549 #, no-wrap
25550 msgid ""
25551 " write path content\n"
25552 "\n"
25553 msgstr ""
25554
25555 #. type: =head2
25556 #: ../fish/guestfish-actions.pod:4609
25557 msgid "write-file"
25558 msgstr ""
25559
25560 #. type: verbatim
25561 #: ../fish/guestfish-actions.pod:4611
25562 #, no-wrap
25563 msgid ""
25564 " write-file path content size\n"
25565 "\n"
25566 msgstr ""
25567
25568 #. type: =head2
25569 #: ../fish/guestfish-actions.pod:4634
25570 msgid "zegrep"
25571 msgstr ""
25572
25573 #. type: verbatim
25574 #: ../fish/guestfish-actions.pod:4636
25575 #, no-wrap
25576 msgid ""
25577 " zegrep regex path\n"
25578 "\n"
25579 msgstr ""
25580
25581 #. type: =head2
25582 #: ../fish/guestfish-actions.pod:4644
25583 msgid "zegrepi"
25584 msgstr ""
25585
25586 #. type: verbatim
25587 #: ../fish/guestfish-actions.pod:4646
25588 #, no-wrap
25589 msgid ""
25590 " zegrepi regex path\n"
25591 "\n"
25592 msgstr ""
25593
25594 #. type: =head2
25595 #: ../fish/guestfish-actions.pod:4654
25596 msgid "zero"
25597 msgstr ""
25598
25599 #. type: verbatim
25600 #: ../fish/guestfish-actions.pod:4656
25601 #, no-wrap
25602 msgid ""
25603 " zero device\n"
25604 "\n"
25605 msgstr ""
25606
25607 #. type: textblock
25608 #: ../fish/guestfish-actions.pod:4664
25609 msgid "See also: L</zero-device>, L</scrub-device>."
25610 msgstr ""
25611
25612 #. type: =head2
25613 #: ../fish/guestfish-actions.pod:4666
25614 msgid "zero-device"
25615 msgstr ""
25616
25617 #. type: verbatim
25618 #: ../fish/guestfish-actions.pod:4668
25619 #, no-wrap
25620 msgid ""
25621 " zero-device device\n"
25622 "\n"
25623 msgstr ""
25624
25625 #. type: textblock
25626 #: ../fish/guestfish-actions.pod:4670
25627 msgid ""
25628 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
25629 "which just zeroes the first few blocks of a device."
25630 msgstr ""
25631
25632 #. type: =head2
25633 #: ../fish/guestfish-actions.pod:4677
25634 msgid "zerofree"
25635 msgstr ""
25636
25637 #. type: verbatim
25638 #: ../fish/guestfish-actions.pod:4679
25639 #, no-wrap
25640 msgid ""
25641 " zerofree device\n"
25642 "\n"
25643 msgstr ""
25644
25645 #. type: =head2
25646 #: ../fish/guestfish-actions.pod:4692
25647 msgid "zfgrep"
25648 msgstr ""
25649
25650 #. type: verbatim
25651 #: ../fish/guestfish-actions.pod:4694
25652 #, no-wrap
25653 msgid ""
25654 " zfgrep pattern path\n"
25655 "\n"
25656 msgstr ""
25657
25658 #. type: =head2
25659 #: ../fish/guestfish-actions.pod:4702
25660 msgid "zfgrepi"
25661 msgstr ""
25662
25663 #. type: verbatim
25664 #: ../fish/guestfish-actions.pod:4704
25665 #, no-wrap
25666 msgid ""
25667 " zfgrepi pattern path\n"
25668 "\n"
25669 msgstr ""
25670
25671 #. type: =head2
25672 #: ../fish/guestfish-actions.pod:4712
25673 msgid "zfile"
25674 msgstr ""
25675
25676 #. type: verbatim
25677 #: ../fish/guestfish-actions.pod:4714
25678 #, no-wrap
25679 msgid ""
25680 " zfile meth path\n"
25681 "\n"
25682 msgstr ""
25683
25684 #. type: textblock
25685 #: ../fish/guestfish-actions.pod:4721
25686 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
25687 msgstr ""
25688
25689 #. type: =head2
25690 #: ../fish/guestfish-actions.pod:4731
25691 msgid "zgrep"
25692 msgstr ""
25693
25694 #. type: verbatim
25695 #: ../fish/guestfish-actions.pod:4733
25696 #, no-wrap
25697 msgid ""
25698 " zgrep regex path\n"
25699 "\n"
25700 msgstr ""
25701
25702 #. type: =head2
25703 #: ../fish/guestfish-actions.pod:4741
25704 msgid "zgrepi"
25705 msgstr ""
25706
25707 #. type: verbatim
25708 #: ../fish/guestfish-actions.pod:4743
25709 #, no-wrap
25710 msgid ""
25711 " zgrepi regex path\n"
25712 "\n"
25713 msgstr ""
25714
25715 #. type: =head2
25716 #: ../fish/guestfish-commands.pod:1
25717 msgid "alloc"
25718 msgstr ""
25719
25720 #. type: =head2
25721 #: ../fish/guestfish-commands.pod:3
25722 msgid "allocate"
25723 msgstr ""
25724
25725 #. type: verbatim
25726 #: ../fish/guestfish-commands.pod:5
25727 #, no-wrap
25728 msgid ""
25729 " alloc filename size\n"
25730 "\n"
25731 msgstr ""
25732
25733 #. type: textblock
25734 #: ../fish/guestfish-commands.pod:7
25735 msgid ""
25736 "This creates an empty (zeroed) file of the given size, and then adds so it "
25737 "can be further examined."
25738 msgstr ""
25739
25740 #. type: textblock
25741 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
25742 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
25743 msgstr ""
25744
25745 #. type: textblock
25746 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
25747 msgid "Size can be specified using standard suffixes, eg. C<1M>."
25748 msgstr ""
25749
25750 #. type: textblock
25751 #: ../fish/guestfish-commands.pod:14
25752 msgid ""
25753 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
25754 "image, see L</PREPARED DISK IMAGES>."
25755 msgstr ""
25756
25757 #. type: =head2
25758 #: ../fish/guestfish-commands.pod:17
25759 msgid "copy-in"
25760 msgstr ""
25761
25762 #. type: verbatim
25763 #: ../fish/guestfish-commands.pod:19
25764 #, no-wrap
25765 msgid ""
25766 " copy-in local [local ...] /remotedir\n"
25767 "\n"
25768 msgstr ""
25769
25770 #. type: textblock
25771 #: ../fish/guestfish-commands.pod:21
25772 msgid ""
25773 "C<copy-in> copies local files or directories recursively into the disk "
25774 "image, placing them in the directory called C</remotedir> (which must "
25775 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
25776 "other commands as necessary."
25777 msgstr ""
25778
25779 #. type: textblock
25780 #: ../fish/guestfish-commands.pod:26
25781 msgid ""
25782 "Multiple local files and directories can be specified, but the last "
25783 "parameter must always be a remote directory.  Wildcards cannot be used."
25784 msgstr ""
25785
25786 #. type: =head2
25787 #: ../fish/guestfish-commands.pod:30
25788 msgid "copy-out"
25789 msgstr ""
25790
25791 #. type: verbatim
25792 #: ../fish/guestfish-commands.pod:32
25793 #, no-wrap
25794 msgid ""
25795 " copy-out remote [remote ...] localdir\n"
25796 "\n"
25797 msgstr ""
25798
25799 #. type: textblock
25800 #: ../fish/guestfish-commands.pod:34
25801 msgid ""
25802 "C<copy-out> copies remote files or directories recursively out of the disk "
25803 "image, placing them on the host disk in a local directory called C<localdir> "
25804 "(which must exist).  This guestfish meta-command turns into a sequence of "
25805 "L</download>, L</tar-out> and other commands as necessary."
25806 msgstr ""
25807
25808 #. type: textblock
25809 #: ../fish/guestfish-commands.pod:40
25810 msgid ""
25811 "Multiple remote files and directories can be specified, but the last "
25812 "parameter must always be a local directory.  To download to the current "
25813 "directory, use C<.> as in:"
25814 msgstr ""
25815
25816 #. type: verbatim
25817 #: ../fish/guestfish-commands.pod:44
25818 #, no-wrap
25819 msgid ""
25820 " copy-out /home .\n"
25821 "\n"
25822 msgstr ""
25823
25824 #. type: textblock
25825 #: ../fish/guestfish-commands.pod:46
25826 msgid ""
25827 "Wildcards cannot be used in the ordinary command, but you can use them with "
25828 "the help of L</glob> like this:"
25829 msgstr ""
25830
25831 #. type: verbatim
25832 #: ../fish/guestfish-commands.pod:49
25833 #, no-wrap
25834 msgid ""
25835 " glob copy-out /home/* .\n"
25836 "\n"
25837 msgstr ""
25838
25839 #. type: =head2
25840 #: ../fish/guestfish-commands.pod:51
25841 msgid "echo"
25842 msgstr ""
25843
25844 #. type: verbatim
25845 #: ../fish/guestfish-commands.pod:53
25846 #, no-wrap
25847 msgid ""
25848 " echo [params ...]\n"
25849 "\n"
25850 msgstr ""
25851
25852 #. type: textblock
25853 #: ../fish/guestfish-commands.pod:55
25854 msgid "This echos the parameters to the terminal."
25855 msgstr ""
25856
25857 #. type: =head2
25858 #: ../fish/guestfish-commands.pod:57
25859 msgid "edit"
25860 msgstr ""
25861
25862 #. type: =head2
25863 #: ../fish/guestfish-commands.pod:59
25864 msgid "vi"
25865 msgstr ""
25866
25867 #. type: =head2
25868 #: ../fish/guestfish-commands.pod:61
25869 msgid "emacs"
25870 msgstr ""
25871
25872 #. type: verbatim
25873 #: ../fish/guestfish-commands.pod:63
25874 #, no-wrap
25875 msgid ""
25876 " edit filename\n"
25877 "\n"
25878 msgstr ""
25879
25880 #. type: textblock
25881 #: ../fish/guestfish-commands.pod:65
25882 msgid ""
25883 "This is used to edit a file.  It downloads the file, edits it locally using "
25884 "your editor, then uploads the result."
25885 msgstr ""
25886
25887 #. type: textblock
25888 #: ../fish/guestfish-commands.pod:68
25889 msgid ""
25890 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
25891 "or C<emacs> you will get those corresponding editors."
25892 msgstr ""
25893
25894 #. type: =head2
25895 #: ../fish/guestfish-commands.pod:72
25896 msgid "glob"
25897 msgstr ""
25898
25899 #. type: verbatim
25900 #: ../fish/guestfish-commands.pod:74
25901 #, no-wrap
25902 msgid ""
25903 " glob command args...\n"
25904 "\n"
25905 msgstr ""
25906
25907 #. type: textblock
25908 #: ../fish/guestfish-commands.pod:76
25909 msgid ""
25910 "Expand wildcards in any paths in the args list, and run C<command> "
25911 "repeatedly on each matching path."
25912 msgstr ""
25913
25914 #. type: textblock
25915 #: ../fish/guestfish-commands.pod:79
25916 msgid "See L</WILDCARDS AND GLOBBING>."
25917 msgstr ""
25918
25919 #. type: =head2
25920 #: ../fish/guestfish-commands.pod:81
25921 msgid "hexedit"
25922 msgstr ""
25923
25924 #. type: verbatim
25925 #: ../fish/guestfish-commands.pod:83
25926 #, no-wrap
25927 msgid ""
25928 " hexedit <filename|device>\n"
25929 " hexedit <filename|device> <max>\n"
25930 " hexedit <filename|device> <start> <max>\n"
25931 "\n"
25932 msgstr ""
25933
25934 #. type: textblock
25935 #: ../fish/guestfish-commands.pod:87
25936 msgid ""
25937 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
25938 "device."
25939 msgstr ""
25940
25941 #. type: textblock
25942 #: ../fish/guestfish-commands.pod:90
25943 msgid ""
25944 "This command works by downloading potentially the whole file or device, "
25945 "editing it locally, then uploading it.  If the file or device is large, you "
25946 "have to specify which part you wish to edit by using C<max> and/or C<start> "
25947 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
25948 "usual modifiers allowed such as C<1M> (1 megabyte)."
25949 msgstr ""
25950
25951 #. type: textblock
25952 #: ../fish/guestfish-commands.pod:97
25953 msgid "For example to edit the first few sectors of a disk you might do:"
25954 msgstr ""
25955
25956 #. type: verbatim
25957 #: ../fish/guestfish-commands.pod:100
25958 #, no-wrap
25959 msgid ""
25960 " hexedit /dev/sda 1M\n"
25961 "\n"
25962 msgstr ""
25963
25964 #. type: textblock
25965 #: ../fish/guestfish-commands.pod:102
25966 msgid ""
25967 "which would allow you to edit anywhere within the first megabyte of the "
25968 "disk."
25969 msgstr ""
25970
25971 #. type: textblock
25972 #: ../fish/guestfish-commands.pod:105
25973 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
25974 msgstr ""
25975
25976 #. type: verbatim
25977 #: ../fish/guestfish-commands.pod:107
25978 #, no-wrap
25979 msgid ""
25980 " hexedit /dev/sda1 0x400 0x400\n"
25981 "\n"
25982 msgstr ""
25983
25984 #. type: textblock
25985 #: ../fish/guestfish-commands.pod:109
25986 msgid "(assuming the superblock is in the standard location)."
25987 msgstr ""
25988
25989 #. type: textblock
25990 #: ../fish/guestfish-commands.pod:111
25991 msgid ""
25992 "This command requires the external L<hexedit(1)> program.  You can specify "
25993 "another program to use by setting the C<HEXEDITOR> environment variable."
25994 msgstr ""
25995
25996 #. type: textblock
25997 #: ../fish/guestfish-commands.pod:115
25998 msgid "See also L</hexdump>."
25999 msgstr ""
26000
26001 #. type: =head2
26002 #: ../fish/guestfish-commands.pod:117
26003 msgid "lcd"
26004 msgstr ""
26005
26006 #. type: verbatim
26007 #: ../fish/guestfish-commands.pod:119
26008 #, no-wrap
26009 msgid ""
26010 " lcd directory\n"
26011 "\n"
26012 msgstr ""
26013
26014 #. type: textblock
26015 #: ../fish/guestfish-commands.pod:121
26016 msgid "Change the local directory, ie. the current directory of guestfish itself."
26017 msgstr ""
26018
26019 #. type: textblock
26020 #: ../fish/guestfish-commands.pod:124
26021 msgid "Note that C<!cd> won't do what you might expect."
26022 msgstr ""
26023
26024 #. type: =head2
26025 #: ../fish/guestfish-commands.pod:126
26026 msgid "man"
26027 msgstr ""
26028
26029 #. type: =head2
26030 #: ../fish/guestfish-commands.pod:128
26031 msgid "manual"
26032 msgstr ""
26033
26034 #. type: verbatim
26035 #: ../fish/guestfish-commands.pod:130
26036 #, no-wrap
26037 msgid ""
26038 "  man\n"
26039 "\n"
26040 msgstr ""
26041
26042 #. type: textblock
26043 #: ../fish/guestfish-commands.pod:132
26044 msgid "Opens the manual page for guestfish."
26045 msgstr ""
26046
26047 #. type: =head2
26048 #: ../fish/guestfish-commands.pod:134
26049 msgid "more"
26050 msgstr ""
26051
26052 #. type: =head2
26053 #: ../fish/guestfish-commands.pod:136
26054 msgid "less"
26055 msgstr ""
26056
26057 #. type: verbatim
26058 #: ../fish/guestfish-commands.pod:138
26059 #, no-wrap
26060 msgid ""
26061 " more filename\n"
26062 "\n"
26063 msgstr ""
26064
26065 #. type: verbatim
26066 #: ../fish/guestfish-commands.pod:140
26067 #, no-wrap
26068 msgid ""
26069 " less filename\n"
26070 "\n"
26071 msgstr ""
26072
26073 #. type: textblock
26074 #: ../fish/guestfish-commands.pod:142
26075 msgid "This is used to view a file."
26076 msgstr ""
26077
26078 #. type: textblock
26079 #: ../fish/guestfish-commands.pod:144
26080 msgid ""
26081 "The default viewer is C<$PAGER>.  However if you use the alternate command "
26082 "C<less> you will get the C<less> command specifically."
26083 msgstr ""
26084
26085 #. type: =head2
26086 #: ../fish/guestfish-commands.pod:147
26087 msgid "reopen"
26088 msgstr ""
26089
26090 #. type: verbatim
26091 #: ../fish/guestfish-commands.pod:149
26092 #, no-wrap
26093 msgid ""
26094 "  reopen\n"
26095 "\n"
26096 msgstr ""
26097
26098 #. type: textblock
26099 #: ../fish/guestfish-commands.pod:151
26100 msgid ""
26101 "Close and reopen the libguestfs handle.  It is not necessary to use this "
26102 "normally, because the handle is closed properly when guestfish exits.  "
26103 "However this is occasionally useful for testing."
26104 msgstr ""
26105
26106 #. type: =head2
26107 #: ../fish/guestfish-commands.pod:155
26108 msgid "sparse"
26109 msgstr ""
26110
26111 #. type: verbatim
26112 #: ../fish/guestfish-commands.pod:157
26113 #, no-wrap
26114 msgid ""
26115 " sparse filename size\n"
26116 "\n"
26117 msgstr ""
26118
26119 #. type: textblock
26120 #: ../fish/guestfish-commands.pod:159
26121 msgid ""
26122 "This creates an empty sparse file of the given size, and then adds so it can "
26123 "be further examined."
26124 msgstr ""
26125
26126 #. type: textblock
26127 #: ../fish/guestfish-commands.pod:162
26128 msgid ""
26129 "In all respects it works the same as the L</alloc> command, except that the "
26130 "image file is allocated sparsely, which means that disk blocks are not "
26131 "assigned to the file until they are needed.  Sparse disk files only use "
26132 "space when written to, but they are slower and there is a danger you could "
26133 "run out of real disk space during a write operation."
26134 msgstr ""
26135
26136 #. type: =head2
26137 #: ../fish/guestfish-commands.pod:172
26138 msgid "supported"
26139 msgstr ""
26140
26141 #. type: verbatim
26142 #: ../fish/guestfish-commands.pod:174
26143 #, no-wrap
26144 msgid ""
26145 " supported\n"
26146 "\n"
26147 msgstr ""
26148
26149 #. type: textblock
26150 #: ../fish/guestfish-commands.pod:176
26151 msgid ""
26152 "This command returns a list of the optional groups known to the daemon, and "
26153 "indicates which ones are supported by this build of the libguestfs "
26154 "appliance."
26155 msgstr ""
26156
26157 #. type: textblock
26158 #: ../fish/guestfish-commands.pod:180
26159 msgid "See also L<guestfs(3)/AVAILABILITY>."
26160 msgstr ""
26161
26162 #. type: =head2
26163 #: ../fish/guestfish-commands.pod:182
26164 msgid "time"
26165 msgstr ""
26166
26167 #. type: verbatim
26168 #: ../fish/guestfish-commands.pod:184
26169 #, no-wrap
26170 msgid ""
26171 " time command args...\n"
26172 "\n"
26173 msgstr ""
26174
26175 #. type: textblock
26176 #: ../fish/guestfish-commands.pod:186
26177 msgid ""
26178 "Run the command as usual, but print the elapsed time afterwards.  This can "
26179 "be useful for benchmarking operations."
26180 msgstr ""
26181
26182 #. type: textblock
26183 #: ../test-tool/libguestfs-test-tool.pod:5
26184 msgid "libguestfs-test-tool - End user tests for libguestfs"
26185 msgstr ""
26186
26187 #. type: verbatim
26188 #: ../test-tool/libguestfs-test-tool.pod:9
26189 #, no-wrap
26190 msgid ""
26191 " libguestfs-test-tool [--options]\n"
26192 "\n"
26193 msgstr ""
26194
26195 #. type: textblock
26196 #: ../test-tool/libguestfs-test-tool.pod:13
26197 msgid ""
26198 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
26199 "and developers, to allow them to check basic libguestfs functionality is "
26200 "working.  This is needed because libguestfs occasionally breaks for reasons "
26201 "beyond our control: usually because of changes in the underlying qemu or "
26202 "kernel packages, or the host environment."
26203 msgstr ""
26204
26205 #. type: textblock
26206 #: ../test-tool/libguestfs-test-tool.pod:20
26207 msgid "If you suspect a problem in libguestfs, then just run:"
26208 msgstr ""
26209
26210 #. type: verbatim
26211 #: ../test-tool/libguestfs-test-tool.pod:22
26212 #, no-wrap
26213 msgid ""
26214 " libguestfs-test-tool\n"
26215 "\n"
26216 msgstr ""
26217
26218 #. type: textblock
26219 #: ../test-tool/libguestfs-test-tool.pod:24
26220 msgid "It will print lots of diagnostic messages."
26221 msgstr ""
26222
26223 #. type: textblock
26224 #: ../test-tool/libguestfs-test-tool.pod:26
26225 msgid "If it runs to completion successfully, you will see this near the end:"
26226 msgstr ""
26227
26228 #. type: verbatim
26229 #: ../test-tool/libguestfs-test-tool.pod:28
26230 #, no-wrap
26231 msgid ""
26232 " ===== TEST FINISHED OK =====\n"
26233 "\n"
26234 msgstr ""
26235
26236 #. type: textblock
26237 #: ../test-tool/libguestfs-test-tool.pod:30
26238 msgid "and the test tool will exit with code 0."
26239 msgstr ""
26240
26241 #. type: textblock
26242 #: ../test-tool/libguestfs-test-tool.pod:32
26243 msgid ""
26244 "If it fails (and/or exits with non-zero error code), please paste the "
26245 "B<complete, unedited> output of the test tool into a bug report.  More "
26246 "information about reporting bugs can be found on the "
26247 "L<http://libguestfs.org/> website."
26248 msgstr ""
26249
26250 #. type: =item
26251 #: ../test-tool/libguestfs-test-tool.pod:41
26252 msgid "I<--help>"
26253 msgstr ""
26254
26255 #. type: textblock
26256 #: ../test-tool/libguestfs-test-tool.pod:43
26257 msgid "Display short usage information and exit."
26258 msgstr ""
26259
26260 #. type: =item
26261 #: ../test-tool/libguestfs-test-tool.pod:45
26262 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
26263 msgstr ""
26264
26265 #. type: textblock
26266 #: ../test-tool/libguestfs-test-tool.pod:47
26267 msgid ""
26268 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
26269 "normally look in the C<$libexec> directory that was configured when the tool "
26270 "was built."
26271 msgstr ""
26272
26273 #. type: =item
26274 #: ../test-tool/libguestfs-test-tool.pod:51
26275 msgid "I<--qemu qemu_binary>"
26276 msgstr ""
26277
26278 #. type: textblock
26279 #: ../test-tool/libguestfs-test-tool.pod:53
26280 msgid ""
26281 "If you have downloaded another qemu binary, point this option at the full "
26282 "path of the binary to try it."
26283 msgstr ""
26284
26285 #. type: =item
26286 #: ../test-tool/libguestfs-test-tool.pod:56
26287 msgid "I<--qemudir qemu_source_dir>"
26288 msgstr ""
26289
26290 #. type: textblock
26291 #: ../test-tool/libguestfs-test-tool.pod:58
26292 msgid ""
26293 "If you have compiled qemu from source, point this option at the source "
26294 "directory to try it."
26295 msgstr ""
26296
26297 #. type: =item
26298 #: ../test-tool/libguestfs-test-tool.pod:61
26299 msgid "I<--timeout N>"
26300 msgstr ""
26301
26302 #. type: textblock
26303 #: ../test-tool/libguestfs-test-tool.pod:63
26304 msgid ""
26305 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
26306 "does not usually need to be adjusted unless your machine is very slow."
26307 msgstr ""
26308
26309 #. type: =head1
26310 #: ../test-tool/libguestfs-test-tool.pod:69
26311 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
26312 msgstr ""
26313
26314 #. type: textblock
26315 #: ../test-tool/libguestfs-test-tool.pod:71
26316 msgid ""
26317 "If you have compiled another version of qemu from source and would like to "
26318 "try that, then you can use the I<--qemudir> option to point to the qemu "
26319 "source directory."
26320 msgstr ""
26321
26322 #. type: textblock
26323 #: ../test-tool/libguestfs-test-tool.pod:75
26324 msgid ""
26325 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
26326 "option to point to the binary."
26327 msgstr ""
26328
26329 #. type: textblock
26330 #: ../test-tool/libguestfs-test-tool.pod:78
26331 msgid ""
26332 "When using an alternate qemu with libguestfs, usually you would need to "
26333 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
26334 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
26335 "when you use either of the I<--qemudir> or I<--qemu> options."
26336 msgstr ""
26337
26338 #. type: textblock
26339 #: ../test-tool/libguestfs-test-tool.pod:85
26340 msgid ""
26341 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
26342 "I<1> if there was an error."
26343 msgstr ""
26344
26345 #. type: =item
26346 #: ../test-tool/libguestfs-test-tool.pod:92
26347 msgid "/usr/libexec/libguestfs-test-tool-helper"
26348 msgstr ""
26349
26350 #. type: textblock
26351 #: ../test-tool/libguestfs-test-tool.pod:94
26352 msgid ""
26353 "This helper program is run inside the appliance and provides additional "
26354 "tests."
26355 msgstr ""
26356
26357 #. type: =item
26358 #: ../test-tool/libguestfs-test-tool.pod:97
26359 msgid "/usr/bin/mkisofs"
26360 msgstr ""
26361
26362 #. type: textblock
26363 #: ../test-tool/libguestfs-test-tool.pod:99
26364 msgid ""
26365 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
26366 "which is used as part of the tests."
26367 msgstr ""
26368
26369 #. type: textblock
26370 #: ../test-tool/libguestfs-test-tool.pod:106
26371 msgid ""
26372 "For the full list of environment variables which may affect libguestfs, "
26373 "please see the L<guestfs(3)> manual page."
26374 msgstr ""
26375
26376 #. type: textblock
26377 #: ../test-tool/libguestfs-test-tool.pod:111
26378 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
26379 msgstr ""
26380
26381 #. type: textblock
26382 #: ../test-tool/libguestfs-test-tool.pod:121
26383 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
26384 msgstr ""
26385
26386 #. type: textblock
26387 #: ../fuse/guestmount.pod:5
26388 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
26389 msgstr ""
26390
26391 #. type: verbatim
26392 #: ../fuse/guestmount.pod:9
26393 #, no-wrap
26394 msgid ""
26395 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
26396 "\n"
26397 msgstr ""
26398
26399 #. type: verbatim
26400 #: ../fuse/guestmount.pod:11
26401 #, no-wrap
26402 msgid ""
26403 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
26404 "\n"
26405 msgstr ""
26406
26407 #. type: verbatim
26408 #: ../fuse/guestmount.pod:13
26409 #, no-wrap
26410 msgid ""
26411 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
26412 "\n"
26413 msgstr ""
26414
26415 #. type: textblock
26416 #: ../fuse/guestmount.pod:17
26417 msgid ""
26418 "You must I<not> use C<guestmount> in read-write mode on live virtual "
26419 "machines.  If you do this, you risk disk corruption in the VM."
26420 msgstr ""
26421
26422 #. type: textblock
26423 #: ../fuse/guestmount.pod:22
26424 msgid ""
26425 "The guestmount program can be used to mount virtual machine filesystems and "
26426 "other disk images on the host.  It uses libguestfs for access to the guest "
26427 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
26428 "a mountable device."
26429 msgstr ""
26430
26431 #. type: textblock
26432 #: ../fuse/guestmount.pod:27
26433 msgid ""
26434 "Along with other options, you have to give at least one device (I<-a> "
26435 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
26436 "option) or use the I<-i> inspection option.  How this works is better "
26437 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
26438 "below."
26439 msgstr ""
26440
26441 #. type: textblock
26442 #: ../fuse/guestmount.pod:33
26443 msgid ""
26444 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
26445 "by you, and the filesystem will not be visible to any other users unless you "
26446 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
26447 "the filesystem, use the C<fusermount -u> command."
26448 msgstr ""
26449
26450 #. type: textblock
26451 #: ../fuse/guestmount.pod:41
26452 msgid ""
26453 "For a typical Windows guest which has its main filesystem on the first "
26454 "partition:"
26455 msgstr ""
26456
26457 #. type: verbatim
26458 #: ../fuse/guestmount.pod:44
26459 #, no-wrap
26460 msgid ""
26461 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
26462 "\n"
26463 msgstr ""
26464
26465 #. type: textblock
26466 #: ../fuse/guestmount.pod:46
26467 msgid ""
26468 "For a typical Linux guest which has a /boot filesystem on the first "
26469 "partition, and the root filesystem on a logical volume:"
26470 msgstr ""
26471
26472 #. type: verbatim
26473 #: ../fuse/guestmount.pod:49
26474 #, no-wrap
26475 msgid ""
26476 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
26477 "\n"
26478 msgstr ""
26479
26480 #. type: textblock
26481 #: ../fuse/guestmount.pod:51
26482 msgid "To get libguestfs to detect guest mountpoints for you:"
26483 msgstr ""
26484
26485 #. type: verbatim
26486 #: ../fuse/guestmount.pod:53
26487 #, no-wrap
26488 msgid ""
26489 " guestmount -a guest.img -i --ro /mnt\n"
26490 "\n"
26491 msgstr ""
26492
26493 #. type: textblock
26494 #: ../fuse/guestmount.pod:55
26495 msgid "For a libvirt guest called \"Guest\" you could do:"
26496 msgstr ""
26497
26498 #. type: verbatim
26499 #: ../fuse/guestmount.pod:57
26500 #, no-wrap
26501 msgid ""
26502 " guestmount -d Guest -i --ro /mnt\n"
26503 "\n"
26504 msgstr ""
26505
26506 #. type: textblock
26507 #: ../fuse/guestmount.pod:59
26508 msgid ""
26509 "If you don't know what filesystems are contained in a guest or disk image, "
26510 "use L<virt-filesystems(1)> first:"
26511 msgstr ""
26512
26513 #. type: verbatim
26514 #: ../fuse/guestmount.pod:62
26515 #, no-wrap
26516 msgid ""
26517 " virt-filesystems MyGuest\n"
26518 "\n"
26519 msgstr ""
26520
26521 #. type: textblock
26522 #: ../fuse/guestmount.pod:64
26523 msgid ""
26524 "If you want to trace the libguestfs calls but without excessive debugging "
26525 "information, we recommend:"
26526 msgstr ""
26527
26528 #. type: verbatim
26529 #: ../fuse/guestmount.pod:67
26530 #, no-wrap
26531 msgid ""
26532 " guestmount [...] --trace /mnt\n"
26533 "\n"
26534 msgstr ""
26535
26536 #. type: textblock
26537 #: ../fuse/guestmount.pod:69
26538 msgid "If you want to debug the program, we recommend:"
26539 msgstr ""
26540
26541 #. type: verbatim
26542 #: ../fuse/guestmount.pod:71
26543 #, no-wrap
26544 msgid ""
26545 " guestmount [...] --trace --verbose /mnt\n"
26546 "\n"
26547 msgstr ""
26548
26549 #. type: =item
26550 #: ../fuse/guestmount.pod:77
26551 msgid "B<-a image> | B<--add image>"
26552 msgstr ""
26553
26554 #. type: textblock
26555 #: ../fuse/guestmount.pod:79
26556 msgid "Add a block device or virtual machine image."
26557 msgstr ""
26558
26559 #. type: =item
26560 #: ../fuse/guestmount.pod:84
26561 msgid "B<-c URI> | B<--connect URI>"
26562 msgstr ""
26563
26564 #. type: =item
26565 #: ../fuse/guestmount.pod:90
26566 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
26567 msgstr ""
26568
26569 #. type: =item
26570 #: ../fuse/guestmount.pod:96
26571 msgid "B<--dir-cache-timeout N>"
26572 msgstr ""
26573
26574 #. type: textblock
26575 #: ../fuse/guestmount.pod:98
26576 msgid ""
26577 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
26578 "seconds.  The readdir cache [actually, there are several semi-independent "
26579 "caches] is populated after a readdir(2) call with the stat and extended "
26580 "attributes of the files in the directory, in anticipation that they will be "
26581 "requested soon after."
26582 msgstr ""
26583
26584 #. type: textblock
26585 #: ../fuse/guestmount.pod:104
26586 msgid ""
26587 "There is also a different attribute cache implemented by FUSE (see the FUSE "
26588 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
26589 "requests, only cache existing ones."
26590 msgstr ""
26591
26592 #. type: =item
26593 #: ../fuse/guestmount.pod:115
26594 msgid "B<--format=raw|qcow2|..> | B<--format>"
26595 msgstr ""
26596
26597 #. type: textblock
26598 #: ../fuse/guestmount.pod:122
26599 msgid ""
26600 "If you have untrusted raw-format guest disk images, you should use this "
26601 "option to specify the disk format.  This avoids a possible security problem "
26602 "with malicious guests (CVE-2010-3851).  See also "
26603 "L<guestfs(3)/guestfs_add_drive_opts>."
26604 msgstr ""
26605
26606 #. type: =item
26607 #: ../fuse/guestmount.pod:127
26608 msgid "B<--fuse-help>"
26609 msgstr ""
26610
26611 #. type: textblock
26612 #: ../fuse/guestmount.pod:129
26613 msgid "Display help on special FUSE options (see I<-o> below)."
26614 msgstr ""
26615
26616 #. type: textblock
26617 #: ../fuse/guestmount.pod:133
26618 msgid "Display brief help and exit."
26619 msgstr ""
26620
26621 #. type: =item
26622 #: ../fuse/guestmount.pod:135
26623 msgid "B<-i> | B<--inspector>"
26624 msgstr ""
26625
26626 #. type: =item
26627 #: ../fuse/guestmount.pod:146
26628 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
26629 msgstr ""
26630
26631 #. type: textblock
26632 #: ../fuse/guestmount.pod:148
26633 msgid ""
26634 "Mount the named partition or logical volume on the given mountpoint B<in the "
26635 "guest> (this has nothing to do with mountpoints in the host)."
26636 msgstr ""
26637
26638 #. type: textblock
26639 #: ../fuse/guestmount.pod:151
26640 msgid ""
26641 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
26642 "something on C</>."
26643 msgstr ""
26644
26645 #. type: =item
26646 #: ../fuse/guestmount.pod:154
26647 msgid "B<-n> | B<--no-sync>"
26648 msgstr ""
26649
26650 #. type: textblock
26651 #: ../fuse/guestmount.pod:156
26652 msgid ""
26653 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
26654 "unmounted.  If you specify this option, then we don't attempt to sync the "
26655 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
26656 msgstr ""
26657
26658 #. type: =item
26659 #: ../fuse/guestmount.pod:161
26660 msgid "B<-o option> | B<--option option>"
26661 msgstr ""
26662
26663 #. type: textblock
26664 #: ../fuse/guestmount.pod:163
26665 msgid "Pass extra options to FUSE."
26666 msgstr ""
26667
26668 #. type: textblock
26669 #: ../fuse/guestmount.pod:165
26670 msgid ""
26671 "To get a list of all the extra options supported by FUSE, use the command "
26672 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
26673 "of them are a good idea."
26674 msgstr ""
26675
26676 #. type: verbatim
26677 #: ../fuse/guestmount.pod:169
26678 #, no-wrap
26679 msgid ""
26680 " guestmount --fuse-help\n"
26681 "\n"
26682 msgstr ""
26683
26684 #. type: textblock
26685 #: ../fuse/guestmount.pod:171
26686 msgid "Some potentially useful FUSE options:"
26687 msgstr ""
26688
26689 #. type: =item
26690 #: ../fuse/guestmount.pod:175
26691 msgid "B<-o allow_other>"
26692 msgstr ""
26693
26694 #. type: textblock
26695 #: ../fuse/guestmount.pod:177
26696 msgid "Allow other users to see the filesystem."
26697 msgstr ""
26698
26699 #. type: =item
26700 #: ../fuse/guestmount.pod:179
26701 msgid "B<-o attr_timeout=N>"
26702 msgstr ""
26703
26704 #. type: textblock
26705 #: ../fuse/guestmount.pod:181
26706 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
26707 msgstr ""
26708
26709 #. type: =item
26710 #: ../fuse/guestmount.pod:183
26711 msgid "B<-o kernel_cache>"
26712 msgstr ""
26713
26714 #. type: textblock
26715 #: ../fuse/guestmount.pod:185
26716 msgid ""
26717 "Allow the kernel to cache files (reduces the number of reads that have to go "
26718 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
26719 "afford the extra memory usage."
26720 msgstr ""
26721
26722 #. type: =item
26723 #: ../fuse/guestmount.pod:189
26724 msgid "B<-o uid=N> B<-o gid=N>"
26725 msgstr ""
26726
26727 #. type: textblock
26728 #: ../fuse/guestmount.pod:191
26729 msgid ""
26730 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
26731 "the chosen values."
26732 msgstr ""
26733
26734 #. type: =item
26735 #: ../fuse/guestmount.pod:196
26736 msgid "B<-r> | B<--ro>"
26737 msgstr ""
26738
26739 #. type: textblock
26740 #: ../fuse/guestmount.pod:198
26741 msgid ""
26742 "Add devices and mount everything read-only.  Also disallow writes and make "
26743 "the disk appear read-only to FUSE."
26744 msgstr ""
26745
26746 #. type: textblock
26747 #: ../fuse/guestmount.pod:201
26748 msgid ""
26749 "This is highly recommended if you are not going to edit the guest disk.  If "
26750 "the guest is running and this option is I<not> supplied, then there is a "
26751 "strong risk of disk corruption in the guest.  We try to prevent this from "
26752 "happening, but it is not always possible."
26753 msgstr ""
26754
26755 #. type: textblock
26756 #: ../fuse/guestmount.pod:206
26757 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
26758 msgstr ""
26759
26760 #. type: textblock
26761 #: ../fuse/guestmount.pod:210
26762 msgid "Enable SELinux support for the guest."
26763 msgstr ""
26764
26765 #. type: =item
26766 #: ../fuse/guestmount.pod:212
26767 msgid "B<-v> | B<--verbose>"
26768 msgstr ""
26769
26770 #. type: textblock
26771 #: ../fuse/guestmount.pod:214
26772 msgid "Enable verbose messages from underlying libguestfs."
26773 msgstr ""
26774
26775 #. type: =item
26776 #: ../fuse/guestmount.pod:216
26777 msgid "B<-V> | B<--version>"
26778 msgstr ""
26779
26780 #. type: textblock
26781 #: ../fuse/guestmount.pod:218
26782 msgid "Display the program version and exit."
26783 msgstr ""
26784
26785 #. type: =item
26786 #: ../fuse/guestmount.pod:220
26787 msgid "B<-w> | B<--rw>"
26788 msgstr ""
26789
26790 #. type: textblock
26791 #: ../fuse/guestmount.pod:222
26792 msgid ""
26793 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
26794 "FOR READ AND WRITE>."
26795 msgstr ""
26796
26797 #. type: =item
26798 #: ../fuse/guestmount.pod:225
26799 msgid "B<-x> | B<--trace>"
26800 msgstr ""
26801
26802 #. type: textblock
26803 #: ../fuse/guestmount.pod:227
26804 msgid "Trace libguestfs calls and entry into each FUSE function."
26805 msgstr ""
26806
26807 #. type: textblock
26808 #: ../fuse/guestmount.pod:229
26809 msgid "This also stops the daemon from forking into the background."
26810 msgstr ""
26811
26812 #. type: textblock
26813 #: ../fuse/guestmount.pod:235
26814 msgid ""
26815 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
26816 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
26817 "L<http://fuse.sf.net/>."
26818 msgstr ""
26819
26820 #. type: textblock
26821 #: ../tools/virt-edit.pl:34
26822 msgid "virt-edit - Edit a file in a virtual machine"
26823 msgstr ""
26824
26825 #. type: verbatim
26826 #: ../tools/virt-edit.pl:38
26827 #, no-wrap
26828 msgid ""
26829 " virt-edit [--options] domname file\n"
26830 "\n"
26831 msgstr ""
26832
26833 #. type: verbatim
26834 #: ../tools/virt-edit.pl:40
26835 #, no-wrap
26836 msgid ""
26837 " virt-edit [--options] disk.img [disk.img ...] file\n"
26838 "\n"
26839 msgstr ""
26840
26841 #. type: verbatim
26842 #: ../tools/virt-edit.pl:42
26843 #, no-wrap
26844 msgid ""
26845 " virt-edit [domname|disk.img] file -e 'expr'\n"
26846 "\n"
26847 msgstr ""
26848
26849 #. type: textblock
26850 #: ../tools/virt-edit.pl:46
26851 msgid ""
26852 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
26853 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
26854 "doing this, but doesn't catch all cases."
26855 msgstr ""
26856
26857 #. type: textblock
26858 #: ../tools/virt-edit.pl:52
26859 msgid ""
26860 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
26861 "the named virtual machine (or disk image)."
26862 msgstr ""
26863
26864 #. type: textblock
26865 #: ../tools/virt-edit.pl:55
26866 msgid "If you want to just view a file, use L<virt-cat(1)>."
26867 msgstr ""
26868
26869 #. type: textblock
26870 #: ../tools/virt-edit.pl:57
26871 msgid ""
26872 "For more complex cases you should look at the L<guestfish(1)> tool (see "
26873 "L</USING GUESTFISH> below)."
26874 msgstr ""
26875
26876 #. type: textblock
26877 #: ../tools/virt-edit.pl:60
26878 msgid ""
26879 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
26880 "files.  L<guestfish(1)> can do that and much more."
26881 msgstr ""
26882
26883 #. type: textblock
26884 #: ../tools/virt-edit.pl:65
26885 msgid "Edit the named files interactively:"
26886 msgstr ""
26887
26888 #. type: verbatim
26889 #: ../tools/virt-edit.pl:67
26890 #, no-wrap
26891 msgid ""
26892 " virt-edit mydomain /boot/grub/grub.conf\n"
26893 "\n"
26894 msgstr ""
26895
26896 #. type: verbatim
26897 #: ../tools/virt-edit.pl:69
26898 #, no-wrap
26899 msgid ""
26900 " virt-edit mydomain /etc/passwd\n"
26901 "\n"
26902 msgstr ""
26903
26904 #. type: textblock
26905 #: ../tools/virt-edit.pl:71
26906 msgid ""
26907 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
26908 "below).  To change the init default level to 5:"
26909 msgstr ""
26910
26911 #. type: verbatim
26912 #: ../tools/virt-edit.pl:75
26913 #, no-wrap
26914 msgid ""
26915 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
26916 "\n"
26917 msgstr ""
26918
26919 #. type: textblock
26920 #: ../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
26921 msgid "Display brief help."
26922 msgstr ""
26923
26924 #. type: textblock
26925 #: ../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
26926 msgid "Display version number and exit."
26927 msgstr ""
26928
26929 #. type: =item
26930 #: ../tools/virt-edit.pl:101
26931 msgid "B<--backup extension> | B<-b extension>"
26932 msgstr ""
26933
26934 #. type: textblock
26935 #: ../tools/virt-edit.pl:103
26936 msgid ""
26937 "Create a backup of the original file I<in the guest disk image>.  The backup "
26938 "has the original filename with C<extension> added."
26939 msgstr ""
26940
26941 #. type: textblock
26942 #: ../tools/virt-edit.pl:106
26943 msgid ""
26944 "Usually the first character of C<extension> would be a dot C<.> so you would "
26945 "write:"
26946 msgstr ""
26947
26948 #. type: verbatim
26949 #: ../tools/virt-edit.pl:109
26950 #, no-wrap
26951 msgid ""
26952 " virt-edit -b .orig [etc]\n"
26953 "\n"
26954 msgstr ""
26955
26956 #. type: textblock
26957 #: ../tools/virt-edit.pl:111
26958 msgid "By default, no backup file is made."
26959 msgstr ""
26960
26961 #. type: =item
26962 #: ../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
26963 msgid "B<--connect URI> | B<-c URI>"
26964 msgstr ""
26965
26966 #. type: textblock
26967 #: ../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
26968 msgid ""
26969 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
26970 "to the default libvirt hypervisor."
26971 msgstr ""
26972
26973 #. type: textblock
26974 #: ../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
26975 msgid ""
26976 "If you specify guest block devices directly, then libvirt is not used at "
26977 "all."
26978 msgstr ""
26979
26980 #. type: =item
26981 #: ../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
26982 msgid "B<--format> raw"
26983 msgstr ""
26984
26985 #. type: textblock
26986 #: ../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
26987 msgid ""
26988 "Specify the format of disk images given on the command line.  If this is "
26989 "omitted then the format is autodetected from the content of the disk image."
26990 msgstr ""
26991
26992 #. type: textblock
26993 #: ../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
26994 msgid ""
26995 "If disk images are requested from libvirt, then this program asks libvirt "
26996 "for this information.  In this case, the value of the format parameter is "
26997 "ignored."
26998 msgstr ""
26999
27000 #. type: textblock
27001 #: ../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
27002 msgid ""
27003 "If working with untrusted raw-format guest disk images, you should ensure "
27004 "the format is always specified."
27005 msgstr ""
27006
27007 #. type: =item
27008 #: ../tools/virt-edit.pl:146
27009 msgid "B<--expr EXPR> | B<-e EXPR>"
27010 msgstr ""
27011
27012 #. type: textblock
27013 #: ../tools/virt-edit.pl:148
27014 msgid ""
27015 "Instead of launching the external editor, non-interactively apply the Perl "
27016 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
27017 "EDITING> below."
27018 msgstr ""
27019
27020 #. type: textblock
27021 #: ../tools/virt-edit.pl:152
27022 msgid ""
27023 "Be careful to properly quote the expression to prevent it from being altered "
27024 "by the shell."
27025 msgstr ""
27026
27027 #. type: =head1
27028 #: ../tools/virt-edit.pl:272
27029 msgid "NON-INTERACTIVE EDITING"
27030 msgstr ""
27031
27032 #. type: textblock
27033 #: ../tools/virt-edit.pl:274
27034 msgid ""
27035 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
27036 "administrator can interactively edit the file."
27037 msgstr ""
27038
27039 #. type: textblock
27040 #: ../tools/virt-edit.pl:277
27041 msgid ""
27042 "There are two ways also to use C<virt-edit> from scripts in order to make "
27043 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
27044 "like this, it's less error-prone to write scripts directly using the "
27045 "libguestfs API and Augeas for configuration file editing.)"
27046 msgstr ""
27047
27048 #. type: textblock
27049 #: ../tools/virt-edit.pl:283
27050 msgid ""
27051 "The first method is to temporarily set C<$EDITOR> to any script or program "
27052 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
27053 "update C<tmpfile> in place however it likes."
27054 msgstr ""
27055
27056 #. type: textblock
27057 #: ../tools/virt-edit.pl:287
27058 msgid ""
27059 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
27060 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
27061 "instances of C<foo> with C<bar> in a file:"
27062 msgstr ""
27063
27064 #. type: verbatim
27065 #: ../tools/virt-edit.pl:291
27066 #, no-wrap
27067 msgid ""
27068 " virt-edit domname filename -e 's/foo/bar/'\n"
27069 "\n"
27070 msgstr ""
27071
27072 #. type: textblock
27073 #: ../tools/virt-edit.pl:293
27074 msgid ""
27075 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
27076 "For example to delete root's password you could do:"
27077 msgstr ""
27078
27079 #. type: verbatim
27080 #: ../tools/virt-edit.pl:296
27081 #, no-wrap
27082 msgid ""
27083 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
27084 "\n"
27085 msgstr ""
27086
27087 #. type: textblock
27088 #: ../tools/virt-edit.pl:298
27089 msgid ""
27090 "What really happens is that the snippet is evaluated as a Perl expression "
27091 "for each line of the file.  The line, including the final C<\\n>, is passed "
27092 "in C<$_> and the expression should update C<$_> or leave it unchanged."
27093 msgstr ""
27094
27095 #. type: textblock
27096 #: ../tools/virt-edit.pl:303
27097 msgid ""
27098 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
27099 "C<apache> user account from the password file you can do:"
27100 msgstr ""
27101
27102 #. type: verbatim
27103 #: ../tools/virt-edit.pl:306
27104 #, no-wrap
27105 msgid ""
27106 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
27107 "\n"
27108 msgstr ""
27109
27110 #. type: textblock
27111 #: ../tools/virt-edit.pl:308
27112 msgid ""
27113 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
27114 "the end of the file is rather difficult this way since there is no concept "
27115 "of \"last line of the file\" - your expression just doesn't get called "
27116 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
27117 "want to do this."
27118 msgstr ""
27119
27120 #. type: textblock
27121 #: ../tools/virt-edit.pl:314
27122 msgid ""
27123 "The variable C<$lineno> contains the current line number.  As is "
27124 "traditional, the first line in the file is number C<1>."
27125 msgstr ""
27126
27127 #. type: textblock
27128 #: ../tools/virt-edit.pl:317
27129 msgid ""
27130 "The return value from the expression is ignored, but the expression may call "
27131 "C<die> in order to abort the whole program, leaving the original file "
27132 "untouched."
27133 msgstr ""
27134
27135 #. type: textblock
27136 #: ../tools/virt-edit.pl:321
27137 msgid ""
27138 "Remember when matching the end of a line that C<$_> may contain the final "
27139 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
27140 "newline then neither of these.  Thus to match or substitute some text at the "
27141 "end of a line, use this regular expression:"
27142 msgstr ""
27143
27144 #. type: verbatim
27145 #: ../tools/virt-edit.pl:326
27146 #, no-wrap
27147 msgid ""
27148 " /some text(\\r?\\n)?$/\n"
27149 "\n"
27150 msgstr ""
27151
27152 #. type: textblock
27153 #: ../tools/virt-edit.pl:328
27154 msgid ""
27155 "Alternately, use the perl C<chomp> function, being careful not to chomp "
27156 "C<$_> itself (since that would remove all newlines from the file):"
27157 msgstr ""
27158
27159 #. type: verbatim
27160 #: ../tools/virt-edit.pl:332
27161 #, no-wrap
27162 msgid ""
27163 " my $m = $_; chomp $m; $m =~ /some text$/\n"
27164 "\n"
27165 msgstr ""
27166
27167 #. type: =head1
27168 #: ../tools/virt-edit.pl:334
27169 msgid "USING GUESTFISH"
27170 msgstr ""
27171
27172 #. type: textblock
27173 #: ../tools/virt-edit.pl:336
27174 msgid ""
27175 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
27176 "C<virt-edit> doesn't work."
27177 msgstr ""
27178
27179 #. type: textblock
27180 #: ../tools/virt-edit.pl:339
27181 msgid "Using C<virt-edit> is approximately equivalent to doing:"
27182 msgstr ""
27183
27184 #. type: verbatim
27185 #: ../tools/virt-edit.pl:341
27186 #, no-wrap
27187 msgid ""
27188 " guestfish --rw -i -d domname edit /file\n"
27189 "\n"
27190 msgstr ""
27191
27192 #. type: textblock
27193 #: ../tools/virt-edit.pl:343
27194 msgid ""
27195 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
27196 "path to the file."
27197 msgstr ""
27198
27199 #. type: textblock
27200 #: ../tools/virt-edit.pl:346
27201 msgid ""
27202 "The command above uses libguestfs's guest inspection feature and so does not "
27203 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
27204 "disk images that don't contain guests.  To edit a file on a disk image "
27205 "directly, use:"
27206 msgstr ""
27207
27208 #. type: verbatim
27209 #: ../tools/virt-edit.pl:351
27210 #, no-wrap
27211 msgid ""
27212 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
27213 "\n"
27214 msgstr ""
27215
27216 #. type: textblock
27217 #: ../tools/virt-edit.pl:353
27218 msgid ""
27219 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
27220 "the disk image to edit, and C</file> is the full path to the file."
27221 msgstr ""
27222
27223 #. type: textblock
27224 #: ../tools/virt-edit.pl:357
27225 msgid ""
27226 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
27227 "C<write> or C<upload> instead:"
27228 msgstr ""
27229
27230 #. type: verbatim
27231 #: ../tools/virt-edit.pl:360
27232 #, no-wrap
27233 msgid ""
27234 " guestfish --rw -i -d domname touch /newfile\n"
27235 "\n"
27236 msgstr ""
27237
27238 #. type: verbatim
27239 #: ../tools/virt-edit.pl:362
27240 #, no-wrap
27241 msgid ""
27242 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
27243 "\n"
27244 msgstr ""
27245
27246 #. type: verbatim
27247 #: ../tools/virt-edit.pl:364
27248 #, no-wrap
27249 msgid ""
27250 " guestfish --rw -i -d domname upload localfile /newfile\n"
27251 "\n"
27252 msgstr ""
27253
27254 #. type: textblock
27255 #: ../tools/virt-edit.pl:366
27256 msgid "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
27257 msgstr ""
27258
27259 #. type: verbatim
27260 #: ../tools/virt-edit.pl:369
27261 #, no-wrap
27262 msgid ""
27263 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
27264 "\n"
27265 msgstr ""
27266
27267 #. type: =item
27268 #: ../tools/virt-edit.pl:379
27269 msgid "C<EDITOR>"
27270 msgstr ""
27271
27272 #. type: textblock
27273 #: ../tools/virt-edit.pl:381
27274 msgid ""
27275 "If set, this string is used as the editor.  It may contain arguments, "
27276 "eg. C<\"emacs -nw\">"
27277 msgstr ""
27278
27279 #. type: textblock
27280 #: ../tools/virt-edit.pl:384
27281 msgid "If not set, C<vi> is used."
27282 msgstr ""
27283
27284 #. type: =head1
27285 #: ../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
27286 msgid "SHELL QUOTING"
27287 msgstr ""
27288
27289 #. type: textblock
27290 #: ../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
27291 msgid ""
27292 "Libvirt guest names can contain arbitrary characters, some of which have "
27293 "meaning to the shell such as C<#> and space.  You may need to quote or "
27294 "escape these characters on the command line.  See the shell manual page "
27295 "L<sh(1)> for details."
27296 msgstr ""
27297
27298 #. type: textblock
27299 #: ../tools/virt-edit.pl:397
27300 msgid ""
27301 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27302 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>, "
27303 "L<perl(1)>, L<perlre(1)>."
27304 msgstr ""
27305
27306 #. type: =head1
27307 #: ../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
27308 msgid "AUTHOR"
27309 msgstr ""
27310
27311 #. type: textblock
27312 #: ../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
27313 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
27314 msgstr ""
27315
27316 #. type: textblock
27317 #: ../tools/virt-edit.pl:413
27318 msgid "Copyright (C) 2009-2011 Red Hat Inc."
27319 msgstr ""
27320
27321 #. type: textblock
27322 #: ../tools/virt-win-reg.pl:37
27323 msgid ""
27324 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
27325 "guest"
27326 msgstr ""
27327
27328 #. type: verbatim
27329 #: ../tools/virt-win-reg.pl:41
27330 #, no-wrap
27331 msgid ""
27332 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
27333 "\n"
27334 msgstr ""
27335
27336 #. type: verbatim
27337 #: ../tools/virt-win-reg.pl:43
27338 #, no-wrap
27339 msgid ""
27340 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
27341 "\n"
27342 msgstr ""
27343
27344 #. type: verbatim
27345 #: ../tools/virt-win-reg.pl:45
27346 #, no-wrap
27347 msgid ""
27348 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
27349 "\n"
27350 msgstr ""
27351
27352 #. type: verbatim
27353 #: ../tools/virt-win-reg.pl:47
27354 #, no-wrap
27355 msgid ""
27356 " virt-win-reg --merge domname [input.reg ...]\n"
27357 "\n"
27358 msgstr ""
27359
27360 #. type: verbatim
27361 #: ../tools/virt-win-reg.pl:49
27362 #, no-wrap
27363 msgid ""
27364 " virt-win-reg [--options] disk.img ... # instead of domname\n"
27365 "\n"
27366 msgstr ""
27367
27368 #. type: textblock
27369 #: ../tools/virt-win-reg.pl:53
27370 msgid ""
27371 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
27372 "virtual machines.  If you do this, you I<will> get irreversible disk "
27373 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
27374 "but doesn't catch all cases."
27375 msgstr ""
27376
27377 #. type: textblock
27378 #: ../tools/virt-win-reg.pl:58
27379 msgid ""
27380 "Modifying the Windows Registry is an inherently risky operation.  The format "
27381 "is deliberately obscure and undocumented, and Registry changes can leave the "
27382 "system unbootable.  Therefore when using the C<--merge> option, make sure "
27383 "you have a reliable backup first."
27384 msgstr ""
27385
27386 #. type: textblock
27387 #: ../tools/virt-win-reg.pl:65
27388 msgid ""
27389 "This program can export and merge Windows Registry entries from a Windows "
27390 "guest."
27391 msgstr ""
27392
27393 #. type: textblock
27394 #: ../tools/virt-win-reg.pl:68
27395 msgid ""
27396 "The first parameter is the libvirt guest name or the raw disk image of a "
27397 "Windows guest."
27398 msgstr ""
27399
27400 #. type: textblock
27401 #: ../tools/virt-win-reg.pl:71
27402 msgid ""
27403 "If C<--merge> is I<not> specified, then the chosen registry key is "
27404 "displayed/exported (recursively).  For example:"
27405 msgstr ""
27406
27407 #. type: verbatim
27408 #: ../tools/virt-win-reg.pl:74
27409 #, no-wrap
27410 msgid ""
27411 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
27412 "\n"
27413 msgstr ""
27414
27415 #. type: textblock
27416 #: ../tools/virt-win-reg.pl:76
27417 msgid "You can also display single values from within registry keys, for example:"
27418 msgstr ""
27419
27420 #. type: verbatim
27421 #: ../tools/virt-win-reg.pl:79
27422 #, no-wrap
27423 msgid ""
27424 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
27425 " $ virt-win-reg Windows7 $cvkey ProductName\n"
27426 " Windows 7 Enterprise\n"
27427 "\n"
27428 msgstr ""
27429
27430 #. type: textblock
27431 #: ../tools/virt-win-reg.pl:83
27432 msgid ""
27433 "With C<--merge>, you can merge a textual regedit file into the Windows "
27434 "Registry:"
27435 msgstr ""
27436
27437 #. type: verbatim
27438 #: ../tools/virt-win-reg.pl:86
27439 #, no-wrap
27440 msgid ""
27441 " $ virt-win-reg --merge Windows7 changes.reg\n"
27442 "\n"
27443 msgstr ""
27444
27445 #. type: =head2
27446 #: ../tools/virt-win-reg.pl:88
27447 msgid "NOTE"
27448 msgstr ""
27449
27450 #. type: textblock
27451 #: ../tools/virt-win-reg.pl:90
27452 msgid ""
27453 "This program is only meant for simple access to the registry.  If you want "
27454 "to do complicated things with the registry, we suggest you download the "
27455 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
27456 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
27457 "L<hivexregedit(1)>."
27458 msgstr ""
27459
27460 #. type: =item
27461 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
27462 msgid "B<--debug>"
27463 msgstr ""
27464
27465 #. type: textblock
27466 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
27467 msgid "Enable debugging messages."
27468 msgstr ""
27469
27470 #. type: =item
27471 #: ../tools/virt-win-reg.pl:157
27472 msgid "B<--merge>"
27473 msgstr ""
27474
27475 #. type: textblock
27476 #: ../tools/virt-win-reg.pl:159
27477 msgid ""
27478 "In merge mode, this merges a textual regedit file into the Windows Registry "
27479 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
27480 "displays or exports Registry entries instead."
27481 msgstr ""
27482
27483 #. type: textblock
27484 #: ../tools/virt-win-reg.pl:163
27485 msgid ""
27486 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
27487 "result in disk corruption.  However exporting (without this flag)  is always "
27488 "safe."
27489 msgstr ""
27490
27491 #. type: =item
27492 #: ../tools/virt-win-reg.pl:171
27493 msgid "B<--encoding> UTF-16LE|ASCII"
27494 msgstr ""
27495
27496 #. type: textblock
27497 #: ../tools/virt-win-reg.pl:173
27498 msgid ""
27499 "When merging (only), you may need to specify the encoding for strings to be "
27500 "used in the hive file.  This is explained in detail in "
27501 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
27502 msgstr ""
27503
27504 #. type: textblock
27505 #: ../tools/virt-win-reg.pl:177
27506 msgid ""
27507 "The default is to use UTF-16LE, which should work with recent versions of "
27508 "Windows."
27509 msgstr ""
27510
27511 #. type: =head1
27512 #: ../tools/virt-win-reg.pl:402
27513 msgid "SUPPORTED SYSTEMS"
27514 msgstr ""
27515
27516 #. type: textblock
27517 #: ../tools/virt-win-reg.pl:404
27518 msgid ""
27519 "The program currently supports Windows NT-derived guests starting with "
27520 "Windows XP through to at least Windows 7."
27521 msgstr ""
27522
27523 #. type: textblock
27524 #: ../tools/virt-win-reg.pl:407
27525 msgid ""
27526 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
27527 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
27528 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
27529 msgstr ""
27530
27531 #. type: textblock
27532 #: ../tools/virt-win-reg.pl:411
27533 msgid ""
27534 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
27535 "C<HKEY_USERS>."
27536 msgstr ""
27537
27538 #. type: textblock
27539 #: ../tools/virt-win-reg.pl:414
27540 msgid ""
27541 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
27542 "time."
27543 msgstr ""
27544
27545 #. type: =head1
27546 #: ../tools/virt-win-reg.pl:417
27547 msgid "ENCODING"
27548 msgstr ""
27549
27550 #. type: textblock
27551 #: ../tools/virt-win-reg.pl:419
27552 msgid ""
27553 "C<virt-win-reg> expects that regedit files have already been reencoded in "
27554 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
27555 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
27556 "with Windows-style line endings, you may need to reencode the whole file "
27557 "before or after processing."
27558 msgstr ""
27559
27560 #. type: textblock
27561 #: ../tools/virt-win-reg.pl:425
27562 msgid ""
27563 "To reencode a file from Windows format to Linux (before processing it with "
27564 "the C<--merge> option), you would do something like this:"
27565 msgstr ""
27566
27567 #. type: verbatim
27568 #: ../tools/virt-win-reg.pl:428
27569 #, no-wrap
27570 msgid ""
27571 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
27572 "\n"
27573 msgstr ""
27574
27575 #. type: textblock
27576 #: ../tools/virt-win-reg.pl:430
27577 msgid ""
27578 "To go in the opposite direction, after exporting and before sending the file "
27579 "to a Windows user, do something like this:"
27580 msgstr ""
27581
27582 #. type: verbatim
27583 #: ../tools/virt-win-reg.pl:433
27584 #, no-wrap
27585 msgid ""
27586 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
27587 "\n"
27588 msgstr ""
27589
27590 #. type: textblock
27591 #: ../tools/virt-win-reg.pl:435
27592 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
27593 msgstr ""
27594
27595 #. type: textblock
27596 #: ../tools/virt-win-reg.pl:437
27597 msgid ""
27598 "If you are unsure about the current encoding, use the L<file(1)> command.  "
27599 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
27600 "Windows-style (CRLF) line endings, like this:"
27601 msgstr ""
27602
27603 #. type: verbatim
27604 #: ../tools/virt-win-reg.pl:441
27605 #, no-wrap
27606 msgid ""
27607 " $ file software.reg\n"
27608 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
27609 " with CRLF line terminators\n"
27610 "\n"
27611 msgstr ""
27612
27613 #. type: textblock
27614 #: ../tools/virt-win-reg.pl:445
27615 msgid "This file would need conversion before you could C<--merge> it."
27616 msgstr ""
27617
27618 #. type: =head1
27619 #: ../tools/virt-win-reg.pl:447
27620 msgid "CurrentControlSet etc."
27621 msgstr ""
27622
27623 #. type: textblock
27624 #: ../tools/virt-win-reg.pl:449
27625 msgid ""
27626 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
27627 "Registry at the level of the hive file, and therefore you cannot modify "
27628 "these."
27629 msgstr ""
27630
27631 #. type: textblock
27632 #: ../tools/virt-win-reg.pl:453
27633 msgid ""
27634 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
27635 "circumstances it might refer to another control set.  The way to find out is "
27636 "to look at the C<HKLM\\SYSTEM\\Select> key:"
27637 msgstr ""
27638
27639 #. type: verbatim
27640 #: ../tools/virt-win-reg.pl:457
27641 #, no-wrap
27642 msgid ""
27643 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
27644 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
27645 " \"Current\"=dword:00000001\n"
27646 " \"Default\"=dword:00000001\n"
27647 " \"Failed\"=dword:00000000\n"
27648 " \"LastKnownGood\"=dword:00000002\n"
27649 "\n"
27650 msgstr ""
27651
27652 #. type: textblock
27653 #: ../tools/virt-win-reg.pl:464
27654 msgid "\"Current\" is the one which Windows will choose when it boots."
27655 msgstr ""
27656
27657 #. type: textblock
27658 #: ../tools/virt-win-reg.pl:466
27659 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
27660 msgstr ""
27661
27662 #. type: =head1
27663 #: ../tools/virt-win-reg.pl:469
27664 msgid "WINDOWS TIPS"
27665 msgstr ""
27666
27667 #. type: textblock
27668 #: ../tools/virt-win-reg.pl:471
27669 msgid ""
27670 "Note that some of these tips modify the guest disk image.  The guest I<must> "
27671 "be shut off, else you will get disk corruption."
27672 msgstr ""
27673
27674 #. type: =head2
27675 #: ../tools/virt-win-reg.pl:474
27676 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
27677 msgstr ""
27678
27679 #. type: textblock
27680 #: ../tools/virt-win-reg.pl:476
27681 msgid ""
27682 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
27683 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
27684 "is uploaded into C<C:\\>:"
27685 msgstr ""
27686
27687 #. type: verbatim
27688 #: ../tools/virt-win-reg.pl:480
27689 #, no-wrap
27690 msgid ""
27691 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
27692 "\n"
27693 msgstr ""
27694
27695 #. type: textblock
27696 #: ../tools/virt-win-reg.pl:482
27697 msgid "Prepare a regedit file containing the registry change:"
27698 msgstr ""
27699
27700 #. type: verbatim
27701 #: ../tools/virt-win-reg.pl:484
27702 #, no-wrap
27703 msgid ""
27704 " cat > test.reg <<'EOF'\n"
27705 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
27706 " \"Test\"=\"c:\\\\test.bat\"\n"
27707 " EOF\n"
27708 "\n"
27709 msgstr ""
27710
27711 #. type: textblock
27712 #: ../tools/virt-win-reg.pl:489
27713 msgid ""
27714 "In this example we use the key C<RunOnce> which means that the script will "
27715 "run precisely once when the first user logs in.  If you want it to run every "
27716 "time a user logs in, replace C<RunOnce> with C<Run>."
27717 msgstr ""
27718
27719 #. type: textblock
27720 #: ../tools/virt-win-reg.pl:493
27721 msgid "Now update the registry:"
27722 msgstr ""
27723
27724 #. type: verbatim
27725 #: ../tools/virt-win-reg.pl:495
27726 #, no-wrap
27727 msgid ""
27728 " virt-win-reg --merge WindowsGuest test.reg\n"
27729 "\n"
27730 msgstr ""
27731
27732 #. type: =head2
27733 #: ../tools/virt-win-reg.pl:497
27734 msgid "INSTALLING A SERVICE"
27735 msgstr ""
27736
27737 #. type: textblock
27738 #: ../tools/virt-win-reg.pl:499
27739 msgid ""
27740 "This section assumes you are familiar with Windows services, and you either "
27741 "have a program which handles the Windows Service Control Protocol directly "
27742 "or you want to run any program using a service wrapper like SrvAny or the "
27743 "free RHSrvAny."
27744 msgstr ""
27745
27746 #. type: textblock
27747 #: ../tools/virt-win-reg.pl:504
27748 msgid ""
27749 "First upload the program and optionally the service wrapper.  In this case "
27750 "the test program is called C<test.exe> and we are using the RHSrvAny "
27751 "wrapper:"
27752 msgstr ""
27753
27754 #. type: verbatim
27755 #: ../tools/virt-win-reg.pl:508
27756 #, no-wrap
27757 msgid ""
27758 " guestfish -i -d WindowsGuest <<EOF\n"
27759 "   upload rhsrvany.exe /rhsrvany.exe\n"
27760 "   upload test.exe /test.exe\n"
27761 " EOF\n"
27762 "\n"
27763 msgstr ""
27764
27765 #. type: textblock
27766 #: ../tools/virt-win-reg.pl:513
27767 msgid ""
27768 "Prepare a regedit file containing the registry changes.  In this example, "
27769 "the first registry change is needed for the service itself or the service "
27770 "wrapper (if used).  The second registry change is only needed because I am "
27771 "using the RHSrvAny service wrapper."
27772 msgstr ""
27773
27774 #. type: verbatim
27775 #: ../tools/virt-win-reg.pl:518
27776 #, no-wrap
27777 msgid ""
27778 " cat > service.reg <<'EOF'\n"
27779 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
27780 " \"Type\"=dword:00000010\n"
27781 " \"Start\"=dword:00000002\n"
27782 " \"ErrorControl\"=dword:00000001\n"
27783 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
27784 " \"DisplayName\"=\"RHSrvAny\"\n"
27785 " \"ObjectName\"=\"NetworkService\"\n"
27786 " \n"
27787 msgstr ""
27788
27789 #. type: verbatim
27790 #: ../tools/virt-win-reg.pl:527
27791 #, no-wrap
27792 msgid ""
27793 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
27794 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
27795 " \"PWD\"=\"c:\\\\Temp\"\n"
27796 " EOF\n"
27797 "\n"
27798 msgstr ""
27799
27800 #. type: textblock
27801 #: ../tools/virt-win-reg.pl:538
27802 msgid ""
27803 "For use of C<ControlSet001> see the section above in this manual page.  You "
27804 "may need to adjust this according to the control set that is in use by the "
27805 "guest."
27806 msgstr ""
27807
27808 #. type: textblock
27809 #: ../tools/virt-win-reg.pl:544
27810 msgid ""
27811 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
27812 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
27813 "privileged account."
27814 msgstr ""
27815
27816 #. type: textblock
27817 #: ../tools/virt-win-reg.pl:550
27818 msgid ""
27819 "For the meaning of the magic numbers, see this Microsoft KB article: "
27820 "L<http://support.microsoft.com/kb/103000>."
27821 msgstr ""
27822
27823 #. type: textblock
27824 #: ../tools/virt-win-reg.pl:555
27825 msgid "Update the registry:"
27826 msgstr ""
27827
27828 #. type: verbatim
27829 #: ../tools/virt-win-reg.pl:557
27830 #, no-wrap
27831 msgid ""
27832 " virt-win-reg --merge WindowsGuest service.reg\n"
27833 "\n"
27834 msgstr ""
27835
27836 #. type: textblock
27837 #: ../tools/virt-win-reg.pl:561
27838 msgid ""
27839 "Be careful when passing parameters containing C<\\> (backslash) in the "
27840 "shell.  Usually you will have to use 'single quotes' or double backslashes "
27841 "(but not both) to protect them from the shell."
27842 msgstr ""
27843
27844 #. type: textblock
27845 #: ../tools/virt-win-reg.pl:565
27846 msgid "Paths and value names are case-insensitive."
27847 msgstr ""
27848
27849 #. type: textblock
27850 #: ../tools/virt-win-reg.pl:574
27851 msgid ""
27852 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
27853 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
27854 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
27855 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
27856 msgstr ""
27857
27858 #. type: textblock
27859 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
27860 msgid ""
27861 "When reporting bugs, please enable debugging and capture the I<complete> "
27862 "output:"
27863 msgstr ""
27864
27865 #. type: verbatim
27866 #: ../tools/virt-win-reg.pl:592
27867 #, no-wrap
27868 msgid ""
27869 " export LIBGUESTFS_DEBUG=1\n"
27870 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
27871 "\n"
27872 msgstr ""
27873
27874 #. type: textblock
27875 #: ../tools/virt-win-reg.pl:595
27876 msgid ""
27877 "Attach /tmp/virt-win-reg.log to a new bug report at "
27878 "L<https://bugzilla.redhat.com/>"
27879 msgstr ""
27880
27881 #. type: textblock
27882 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510 ../tools/virt-make-fs.pl:570
27883 msgid "Copyright (C) 2010 Red Hat Inc."
27884 msgstr ""
27885
27886 #. type: textblock
27887 #: ../tools/virt-resize.pl:42
27888 msgid "virt-resize - Resize a virtual machine disk"
27889 msgstr ""
27890
27891 #. type: verbatim
27892 #: ../tools/virt-resize.pl:46
27893 #, no-wrap
27894 msgid ""
27895 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
27896 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
27897 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
27898 "\n"
27899 msgstr ""
27900
27901 #. type: textblock
27902 #: ../tools/virt-resize.pl:52
27903 msgid ""
27904 "Virt-resize is a tool which can resize a virtual machine disk, making it "
27905 "larger or smaller overall, and resizing or deleting any partitions contained "
27906 "within."
27907 msgstr ""
27908
27909 #. type: textblock
27910 #: ../tools/virt-resize.pl:56
27911 msgid ""
27912 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
27913 "not> be used on live virtual machines - for consistent results, shut the "
27914 "virtual machine down before resizing it."
27915 msgstr ""
27916
27917 #. type: textblock
27918 #: ../tools/virt-resize.pl:60
27919 msgid ""
27920 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
27921 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
27922 msgstr ""
27923
27924 #. type: textblock
27925 #: ../tools/virt-resize.pl:66
27926 msgid ""
27927 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
27928 "fill the extra 5GB of space."
27929 msgstr ""
27930
27931 #. type: verbatim
27932 #: ../tools/virt-resize.pl:69
27933 #, no-wrap
27934 msgid ""
27935 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
27936 " virt-filesystems --long -h --all -a olddisk\n"
27937 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
27938 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
27939 "\n"
27940 msgstr ""
27941
27942 #. type: textblock
27943 #: ../tools/virt-resize.pl:74
27944 msgid ""
27945 "As above, but make the /boot partition 200MB bigger, while giving the "
27946 "remaining space to /dev/sda2:"
27947 msgstr ""
27948
27949 #. type: verbatim
27950 #: ../tools/virt-resize.pl:77
27951 #, no-wrap
27952 msgid ""
27953 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
27954 "\n"
27955 msgstr ""
27956
27957 #. type: textblock
27958 #: ../tools/virt-resize.pl:79
27959 msgid "As above, but the output format will be uncompressed qcow2:"
27960 msgstr ""
27961
27962 #. type: verbatim
27963 #: ../tools/virt-resize.pl:81
27964 #, no-wrap
27965 msgid ""
27966 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
27967 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
27968 "\n"
27969 msgstr ""
27970
27971 #. type: =head1
27972 #: ../tools/virt-resize.pl:84
27973 msgid "DETAILED USAGE"
27974 msgstr ""
27975
27976 #. type: =head2
27977 #: ../tools/virt-resize.pl:86
27978 msgid "EXPANDING A VIRTUAL MACHINE DISK"
27979 msgstr ""
27980
27981 #. type: =item
27982 #: ../tools/virt-resize.pl:90
27983 msgid "1. Shut down the virtual machine"
27984 msgstr ""
27985
27986 #. type: =item
27987 #: ../tools/virt-resize.pl:92
27988 msgid "2. Locate input disk image"
27989 msgstr ""
27990
27991 #. type: textblock
27992 #: ../tools/virt-resize.pl:94
27993 msgid ""
27994 "Locate the input disk image (ie. the file or device on the host containing "
27995 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
27996 "dumpxml> like this to find the disk image name:"
27997 msgstr ""
27998
27999 #. type: verbatim
28000 #: ../tools/virt-resize.pl:98
28001 #, no-wrap
28002 msgid ""
28003 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
28004 " Found 1 nodes:\n"
28005 " -- NODE --\n"
28006 " <source dev=\"/dev/vg/lv_guest\" />\n"
28007 "\n"
28008 msgstr ""
28009
28010 #. type: =item
28011 #: ../tools/virt-resize.pl:103
28012 msgid "3. Look at current sizing"
28013 msgstr ""
28014
28015 #. type: textblock
28016 #: ../tools/virt-resize.pl:105
28017 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
28018 msgstr ""
28019
28020 #. type: verbatim
28021 #: ../tools/virt-resize.pl:108
28022 #, no-wrap
28023 msgid ""
28024 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
28025 " Name       Type       Size  Parent\n"
28026 " /dev/sda1  partition  101M  /dev/sda\n"
28027 " /dev/sda2  partition  7.9G  /dev/sda\n"
28028 " /dev/sda   device     8.0G  -\n"
28029 "\n"
28030 msgstr ""
28031
28032 #. type: textblock
28033 #: ../tools/virt-resize.pl:114
28034 msgid ""
28035 "(This example is a virtual machine with an 8 GB disk which we would like to "
28036 "expand up to 10 GB)."
28037 msgstr ""
28038
28039 #. type: =item
28040 #: ../tools/virt-resize.pl:117
28041 msgid "4. Create output disk"
28042 msgstr ""
28043
28044 #. type: textblock
28045 #: ../tools/virt-resize.pl:119
28046 msgid ""
28047 "Virt-resize cannot do in-place disk modifications.  You have to have space "
28048 "to store the resized output disk."
28049 msgstr ""
28050
28051 #. type: textblock
28052 #: ../tools/virt-resize.pl:122
28053 msgid "To store the resized disk image in a file, create a file of a suitable size:"
28054 msgstr ""
28055
28056 #. type: verbatim
28057 #: ../tools/virt-resize.pl:125
28058 #, no-wrap
28059 msgid ""
28060 " # rm -f outdisk\n"
28061 " # truncate -s 10G outdisk\n"
28062 "\n"
28063 msgstr ""
28064
28065 #. type: textblock
28066 #: ../tools/virt-resize.pl:128
28067 msgid "Or use L<lvcreate(1)> to create a logical volume:"
28068 msgstr ""
28069
28070 #. type: verbatim
28071 #: ../tools/virt-resize.pl:130
28072 #, no-wrap
28073 msgid ""
28074 " # lvcreate -L 10G -n lv_name vg_name\n"
28075 "\n"
28076 msgstr ""
28077
28078 #. type: textblock
28079 #: ../tools/virt-resize.pl:132
28080 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
28081 msgstr ""
28082
28083 #. type: verbatim
28084 #: ../tools/virt-resize.pl:134
28085 #, no-wrap
28086 msgid ""
28087 " # virsh pool-list\n"
28088 " # virsh vol-create-as poolname newvol 10G\n"
28089 "\n"
28090 msgstr ""
28091
28092 #. type: =item
28093 #: ../tools/virt-resize.pl:137
28094 msgid "5. Resize"
28095 msgstr ""
28096
28097 #. type: textblock
28098 #: ../tools/virt-resize.pl:139
28099 msgid ""
28100 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
28101 "file) and the output disk.  The output disk is the one created in the "
28102 "previous step."
28103 msgstr ""
28104
28105 #. type: verbatim
28106 #: ../tools/virt-resize.pl:143
28107 #, no-wrap
28108 msgid ""
28109 " # virt-resize indisk outdisk\n"
28110 "\n"
28111 msgstr ""
28112
28113 #. type: textblock
28114 #: ../tools/virt-resize.pl:145
28115 msgid ""
28116 "This command just copies disk image C<indisk> to disk image C<outdisk> "
28117 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
28118 "larger, then an extra, empty partition is created at the end of the disk "
28119 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
28120 "error."
28121 msgstr ""
28122
28123 #. type: textblock
28124 #: ../tools/virt-resize.pl:151
28125 msgid ""
28126 "More realistically you'd want to expand existing partitions in the disk "
28127 "image by passing extra options (for the full list see the L</OPTIONS> "
28128 "section below)."
28129 msgstr ""
28130
28131 #. type: textblock
28132 #: ../tools/virt-resize.pl:155
28133 msgid ""
28134 "L</--expand> is the most useful option.  It expands the named partition "
28135 "within the disk to fill any extra space:"
28136 msgstr ""
28137
28138 #. type: verbatim
28139 #: ../tools/virt-resize.pl:158
28140 #, no-wrap
28141 msgid ""
28142 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
28143 "\n"
28144 msgstr ""
28145
28146 #. type: textblock
28147 #: ../tools/virt-resize.pl:160
28148 msgid ""
28149 "(In this case, an extra partition is I<not> created at the end of the disk, "
28150 "because there will be no unused space)."
28151 msgstr ""
28152
28153 #. type: textblock
28154 #: ../tools/virt-resize.pl:163
28155 msgid ""
28156 "L</--resize> is the other commonly used option.  The following would "
28157 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
28158 "rest of the available space:"
28159 msgstr ""
28160
28161 #. type: verbatim
28162 #: ../tools/virt-resize.pl:167
28163 #, no-wrap
28164 msgid ""
28165 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
28166 "     indisk outdisk\n"
28167 "\n"
28168 msgstr ""
28169
28170 #. type: textblock
28171 #: ../tools/virt-resize.pl:170
28172 msgid ""
28173 "If the expanded partition in the image contains a filesystem or LVM PV, then "
28174 "if virt-resize knows how, it will resize the contents, the equivalent of "
28175 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
28176 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
28177 "filesystems, so you would have to online resize them after booting the "
28178 "guest."
28179 msgstr ""
28180
28181 #. type: textblock
28182 #: ../tools/virt-resize.pl:177
28183 msgid "Other options are covered below."
28184 msgstr ""
28185
28186 #. type: =item
28187 #: ../tools/virt-resize.pl:179
28188 msgid "6. Test"
28189 msgstr ""
28190
28191 #. type: textblock
28192 #: ../tools/virt-resize.pl:181
28193 msgid "Thoroughly test the new disk image I<before> discarding the old one."
28194 msgstr ""
28195
28196 #. type: textblock
28197 #: ../tools/virt-resize.pl:183
28198 msgid "If you are using libvirt, edit the XML to point at the new disk:"
28199 msgstr ""
28200
28201 #. type: verbatim
28202 #: ../tools/virt-resize.pl:185
28203 #, no-wrap
28204 msgid ""
28205 " # virsh edit guestname\n"
28206 "\n"
28207 msgstr ""
28208
28209 #. type: textblock
28210 #: ../tools/virt-resize.pl:187
28211 msgid ""
28212 "Change E<lt>source ...E<gt>, see "
28213 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
28214 msgstr ""
28215
28216 #. type: textblock
28217 #: ../tools/virt-resize.pl:190
28218 msgid "Then start up the domain with the new, resized disk:"
28219 msgstr ""
28220
28221 #. type: verbatim
28222 #: ../tools/virt-resize.pl:192
28223 #, no-wrap
28224 msgid ""
28225 " # virsh start guestname\n"
28226 "\n"
28227 msgstr ""
28228
28229 #. type: textblock
28230 #: ../tools/virt-resize.pl:194
28231 msgid ""
28232 "and check that it still works.  See also the L</NOTES> section below for "
28233 "additional information."
28234 msgstr ""
28235
28236 #. type: =item
28237 #: ../tools/virt-resize.pl:197
28238 msgid "7. Resize LVs etc inside the guest"
28239 msgstr ""
28240
28241 #. type: textblock
28242 #: ../tools/virt-resize.pl:199
28243 msgid "(This can also be done offline using L<guestfish(1)>)"
28244 msgstr ""
28245
28246 #. type: textblock
28247 #: ../tools/virt-resize.pl:201
28248 msgid ""
28249 "Once the guest has booted you should see the new space available, at least "
28250 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
28251 "may need to resize LVs inside PVs, and also resize filesystem types that "
28252 "virt-resize does not know how to expand."
28253 msgstr ""
28254
28255 #. type: =head2
28256 #: ../tools/virt-resize.pl:208
28257 msgid "SHRINKING A VIRTUAL MACHINE DISK"
28258 msgstr ""
28259
28260 #. type: textblock
28261 #: ../tools/virt-resize.pl:210
28262 msgid ""
28263 "Shrinking is somewhat more complex than expanding, and only an overview is "
28264 "given here."
28265 msgstr ""
28266
28267 #. type: textblock
28268 #: ../tools/virt-resize.pl:213
28269 msgid ""
28270 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
28271 "filesystems).  The user has to shrink content before passing the disk image "
28272 "to virt-resize, and virt-resize will check that the content has been shrunk "
28273 "properly."
28274 msgstr ""
28275
28276 #. type: textblock
28277 #: ../tools/virt-resize.pl:218
28278 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
28279 msgstr ""
28280
28281 #. type: textblock
28282 #: ../tools/virt-resize.pl:220
28283 msgid ""
28284 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
28285 "steps 3 and 4 above to allocate a new disk image."
28286 msgstr ""
28287
28288 #. type: textblock
28289 #: ../tools/virt-resize.pl:223
28290 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
28291 msgstr ""
28292
28293 #. type: =head2
28294 #: ../tools/virt-resize.pl:226
28295 msgid "IGNORING OR DELETING PARTITIONS"
28296 msgstr ""
28297
28298 #. type: textblock
28299 #: ../tools/virt-resize.pl:228
28300 msgid ""
28301 "virt-resize also gives a convenient way to ignore or delete partitions when "
28302 "copying from the input disk to the output disk.  Ignoring a partition speeds "
28303 "up the copy where you don't care about the existing contents of a "
28304 "partition.  Deleting a partition removes it completely, but note that it "
28305 "also renumbers any partitions after the one which is deleted, which can "
28306 "leave some guests unbootable."
28307 msgstr ""
28308
28309 #. type: =head2
28310 #: ../tools/virt-resize.pl:235
28311 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
28312 msgstr ""
28313
28314 #. type: textblock
28315 #: ../tools/virt-resize.pl:237
28316 msgid ""
28317 "If the input disk is in qcow2 format, then you may prefer that the output is "
28318 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
28319 "the fly.  The output format is simply determined by the format of the empty "
28320 "output container that you provide.  Thus to create qcow2 output, use:"
28321 msgstr ""
28322
28323 #. type: verbatim
28324 #: ../tools/virt-resize.pl:243
28325 #, no-wrap
28326 msgid ""
28327 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
28328 "\n"
28329 msgstr ""
28330
28331 #. type: textblock
28332 #: ../tools/virt-resize.pl:245
28333 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
28334 msgstr ""
28335
28336 #. type: textblock
28337 #: ../tools/virt-resize.pl:247
28338 msgid "Similarly, to get non-sparse raw output use:"
28339 msgstr ""
28340
28341 #. type: verbatim
28342 #: ../tools/virt-resize.pl:249
28343 #, no-wrap
28344 msgid ""
28345 " fallocate -l size outdisk\n"
28346 "\n"
28347 msgstr ""
28348
28349 #. type: textblock
28350 #: ../tools/virt-resize.pl:251
28351 msgid ""
28352 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
28353 "if=/dev/zero of=outdisk bs=1M count=..>)"
28354 msgstr ""
28355
28356 #. type: textblock
28357 #: ../tools/virt-resize.pl:264
28358 msgid "Display help."
28359 msgstr ""
28360
28361 #. type: =item
28362 #: ../tools/virt-resize.pl:278
28363 msgid "B<--resize part=size>"
28364 msgstr ""
28365
28366 #. type: textblock
28367 #: ../tools/virt-resize.pl:280
28368 msgid ""
28369 "Resize the named partition (expanding or shrinking it) so that it has the "
28370 "given size."
28371 msgstr ""
28372
28373 #. type: textblock
28374 #: ../tools/virt-resize.pl:283
28375 msgid ""
28376 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
28377 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
28378 "Exabytes; or as a percentage of the current size; or as a relative number or "
28379 "percentage.  For example:"
28380 msgstr ""
28381
28382 #. type: verbatim
28383 #: ../tools/virt-resize.pl:288
28384 #, no-wrap
28385 msgid ""
28386 " --resize /dev/sda2=10G\n"
28387 "\n"
28388 msgstr ""
28389
28390 #. type: verbatim
28391 #: ../tools/virt-resize.pl:290
28392 #, no-wrap
28393 msgid ""
28394 " --resize /dev/sda4=90%\n"
28395 "\n"
28396 msgstr ""
28397
28398 #. type: verbatim
28399 #: ../tools/virt-resize.pl:292
28400 #, no-wrap
28401 msgid ""
28402 " --resize /dev/sda2=+1G\n"
28403 "\n"
28404 msgstr ""
28405
28406 #. type: verbatim
28407 #: ../tools/virt-resize.pl:294
28408 #, no-wrap
28409 msgid ""
28410 " --resize /dev/sda2=-200M\n"
28411 "\n"
28412 msgstr ""
28413
28414 #. type: verbatim
28415 #: ../tools/virt-resize.pl:296
28416 #, no-wrap
28417 msgid ""
28418 " --resize /dev/sda1=+128K\n"
28419 "\n"
28420 msgstr ""
28421
28422 #. type: verbatim
28423 #: ../tools/virt-resize.pl:298
28424 #, no-wrap
28425 msgid ""
28426 " --resize /dev/sda1=+10%\n"
28427 "\n"
28428 msgstr ""
28429
28430 #. type: verbatim
28431 #: ../tools/virt-resize.pl:300
28432 #, no-wrap
28433 msgid ""
28434 " --resize /dev/sda1=-10%\n"
28435 "\n"
28436 msgstr ""
28437
28438 #. type: textblock
28439 #: ../tools/virt-resize.pl:302
28440 msgid ""
28441 "You can increase the size of any partition.  Virt-resize will expand the "
28442 "direct content of the partition if it knows how (see C<--expand> below)."
28443 msgstr ""
28444
28445 #. type: textblock
28446 #: ../tools/virt-resize.pl:306
28447 msgid ""
28448 "You can only I<decrease> the size of partitions that contain filesystems or "
28449 "PVs which have already been shrunk.  Virt-resize will check this has been "
28450 "done before proceeding, or else will print an error (see also "
28451 "C<--resize-force>)."
28452 msgstr ""
28453
28454 #. type: textblock
28455 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
28456 msgid "You can give this option multiple times."
28457 msgstr ""
28458
28459 #. type: =item
28460 #: ../tools/virt-resize.pl:317
28461 msgid "B<--resize-force part=size>"
28462 msgstr ""
28463
28464 #. type: textblock
28465 #: ../tools/virt-resize.pl:319
28466 msgid ""
28467 "This is the same as C<--resize> except that it will let you decrease the "
28468 "size of any partition.  Generally this means you will lose any data which "
28469 "was at the end of the partition you shrink, but you may not care about that "
28470 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
28471 "as a swap partition)."
28472 msgstr ""
28473
28474 #. type: textblock
28475 #: ../tools/virt-resize.pl:325
28476 msgid "See also the C<--ignore> option."
28477 msgstr ""
28478
28479 #. type: =item
28480 #: ../tools/virt-resize.pl:331
28481 msgid "B<--expand part>"
28482 msgstr ""
28483
28484 #. type: textblock
28485 #: ../tools/virt-resize.pl:333
28486 msgid ""
28487 "Expand the named partition so it uses up all extra space (space left over "
28488 "after any other resize changes that you request have been done)."
28489 msgstr ""
28490
28491 #. type: textblock
28492 #: ../tools/virt-resize.pl:336
28493 msgid ""
28494 "If virt-resize knows how, it will expand the direct content of the "
28495 "partition.  For example, if the partition is an LVM PV, it will expand the "
28496 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
28497 "content it doesn't know about alone."
28498 msgstr ""
28499
28500 #. type: textblock
28501 #: ../tools/virt-resize.pl:341
28502 msgid "Currently virt-resize can resize:"
28503 msgstr ""
28504
28505 #. type: textblock
28506 #: ../tools/virt-resize.pl:347
28507 msgid ""
28508 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
28509 "partition."
28510 msgstr ""
28511
28512 #. type: textblock
28513 #: ../tools/virt-resize.pl:352
28514 msgid ""
28515 "NTFS filesystems contained directly in a partition, if libguestfs was "
28516 "compiled with support for NTFS."
28517 msgstr ""
28518
28519 #. type: textblock
28520 #: ../tools/virt-resize.pl:355
28521 msgid ""
28522 "The filesystem must have been shut down consistently last time it was used.  "
28523 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
28524 "consistency check, so at the first boot after resizing Windows will check "
28525 "the disk."
28526 msgstr ""
28527
28528 #. type: textblock
28529 #: ../tools/virt-resize.pl:362
28530 msgid ""
28531 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
28532 "inside the PV, but see the C<--LV-expand> option.  The user could also "
28533 "resize LVs as desired after boot."
28534 msgstr ""
28535
28536 #. type: textblock
28537 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
28538 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
28539 msgstr ""
28540
28541 #. type: =item
28542 #: ../tools/virt-resize.pl:374
28543 msgid "B<--shrink part>"
28544 msgstr ""
28545
28546 #. type: textblock
28547 #: ../tools/virt-resize.pl:376
28548 msgid ""
28549 "Shrink the named partition until the overall disk image fits in the "
28550 "destination.  The named partition B<must> contain a filesystem or PV which "
28551 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
28552 "online tools).  Virt-resize will check this and give an error if it has not "
28553 "been done."
28554 msgstr ""
28555
28556 #. type: textblock
28557 #: ../tools/virt-resize.pl:382
28558 msgid ""
28559 "The amount by which the overall disk must be shrunk (after carrying out all "
28560 "other operations requested by the user) is called the \"deficit\".  For "
28561 "example, a straight copy (assume no other operations)  from a 5GB disk image "
28562 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
28563 "would give an error unless the user specified a partition to shrink and that "
28564 "partition had more than a gigabyte of free space."
28565 msgstr ""
28566
28567 #. type: =item
28568 #: ../tools/virt-resize.pl:396
28569 msgid "B<--ignore part>"
28570 msgstr ""
28571
28572 #. type: textblock
28573 #: ../tools/virt-resize.pl:398
28574 msgid ""
28575 "Ignore the named partition.  Effectively this means the partition is "
28576 "allocated on the destination disk, but the content is not copied across from "
28577 "the source disk.  The content of the partition will be blank (all zero "
28578 "bytes)."
28579 msgstr ""
28580
28581 #. type: =item
28582 #: ../tools/virt-resize.pl:409
28583 msgid "B<--delete part>"
28584 msgstr ""
28585
28586 #. type: textblock
28587 #: ../tools/virt-resize.pl:411
28588 msgid ""
28589 "Delete the named partition.  It would be more accurate to describe this as "
28590 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
28591 "the original disk image is left intact."
28592 msgstr ""
28593
28594 #. type: textblock
28595 #: ../tools/virt-resize.pl:415
28596 msgid ""
28597 "Note that when you delete a partition, then anything contained in the "
28598 "partition is also deleted.  Furthermore, this causes any partitions that "
28599 "come after to be I<renumbered>, which can easily make your guest unbootable."
28600 msgstr ""
28601
28602 #. type: =item
28603 #: ../tools/virt-resize.pl:426
28604 msgid "B<--LV-expand logvol>"
28605 msgstr ""
28606
28607 #. type: textblock
28608 #: ../tools/virt-resize.pl:428
28609 msgid ""
28610 "This takes the logical volume and, as a final step, expands it to fill all "
28611 "the space available in its volume group.  A typical usage, assuming a Linux "
28612 "guest with a single PV C</dev/sda2> and a root device called "
28613 "C</dev/vg_guest/lv_root> would be:"
28614 msgstr ""
28615
28616 #. type: verbatim
28617 #: ../tools/virt-resize.pl:433
28618 #, no-wrap
28619 msgid ""
28620 " virt-resize indisk outdisk \\\n"
28621 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
28622 "\n"
28623 msgstr ""
28624
28625 #. type: textblock
28626 #: ../tools/virt-resize.pl:436
28627 msgid ""
28628 "This would first expand the partition (and PV), and then expand the root "
28629 "device to fill the extra space in the PV."
28630 msgstr ""
28631
28632 #. type: textblock
28633 #: ../tools/virt-resize.pl:439
28634 msgid ""
28635 "The contents of the LV are also resized if virt-resize knows how to do "
28636 "that.  You can stop virt-resize from trying to expand the content by using "
28637 "the option C<--no-expand-content>."
28638 msgstr ""
28639
28640 #. type: textblock
28641 #: ../tools/virt-resize.pl:443
28642 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
28643 msgstr ""
28644
28645 #. type: textblock
28646 #: ../tools/virt-resize.pl:446
28647 msgid ""
28648 "You can give this option multiple times, I<but> it doesn't make sense to do "
28649 "this unless the logical volumes you specify are all in different volume "
28650 "groups."
28651 msgstr ""
28652
28653 #. type: =item
28654 #: ../tools/virt-resize.pl:454
28655 msgid "B<--no-copy-boot-loader>"
28656 msgstr ""
28657
28658 #. type: textblock
28659 #: ../tools/virt-resize.pl:456
28660 msgid ""
28661 "By default, virt-resize copies over some sectors at the start of the disk "
28662 "(up to the beginning of the first partition).  Commonly these sectors "
28663 "contain the Master Boot Record (MBR) and the boot loader, and are required "
28664 "in order for the guest to boot correctly."
28665 msgstr ""
28666
28667 #. type: textblock
28668 #: ../tools/virt-resize.pl:461
28669 msgid ""
28670 "If you specify this flag, then this initial copy is not done.  You may need "
28671 "to reinstall the boot loader in this case."
28672 msgstr ""
28673
28674 #. type: =item
28675 #: ../tools/virt-resize.pl:469
28676 msgid "B<--no-extra-partition>"
28677 msgstr ""
28678
28679 #. type: textblock
28680 #: ../tools/virt-resize.pl:471
28681 msgid ""
28682 "By default, virt-resize creates an extra partition if there is any extra, "
28683 "unused space after all resizing has happened.  Use this option to prevent "
28684 "the extra partition from being created.  If you do this then the extra space "
28685 "will be inaccessible until you run fdisk, parted, or some other partitioning "
28686 "tool in the guest."
28687 msgstr ""
28688
28689 #. type: textblock
28690 #: ../tools/virt-resize.pl:477
28691 msgid ""
28692 "Note that if the surplus space is smaller than 10 MB, no extra partition "
28693 "will be created."
28694 msgstr ""
28695
28696 #. type: =item
28697 #: ../tools/virt-resize.pl:484
28698 msgid "B<--no-expand-content>"
28699 msgstr ""
28700
28701 #. type: textblock
28702 #: ../tools/virt-resize.pl:486
28703 msgid ""
28704 "By default, virt-resize will try to expand the direct contents of "
28705 "partitions, if it knows how (see C<--expand> option above)."
28706 msgstr ""
28707
28708 #. type: textblock
28709 #: ../tools/virt-resize.pl:489
28710 msgid ""
28711 "If you give the C<--no-expand-content> option then virt-resize will not "
28712 "attempt this."
28713 msgstr ""
28714
28715 #. type: =item
28716 #: ../tools/virt-resize.pl:496
28717 msgid "B<-d> | B<--debug>"
28718 msgstr ""
28719
28720 #. type: =item
28721 #: ../tools/virt-resize.pl:504
28722 msgid "B<-n> | B<--dryrun>"
28723 msgstr ""
28724
28725 #. type: textblock
28726 #: ../tools/virt-resize.pl:506
28727 msgid "Print a summary of what would be done, but don't do anything."
28728 msgstr ""
28729
28730 #. type: =item
28731 #: ../tools/virt-resize.pl:512
28732 msgid "B<-q> | B<--quiet>"
28733 msgstr ""
28734
28735 #. type: textblock
28736 #: ../tools/virt-resize.pl:514
28737 msgid "Don't print the summary."
28738 msgstr ""
28739
28740 #. type: textblock
28741 #: ../tools/virt-resize.pl:522
28742 msgid ""
28743 "Specify the format of the input disk image.  If this flag is not given then "
28744 "it is auto-detected from the image itself."
28745 msgstr ""
28746
28747 #. type: textblock
28748 #: ../tools/virt-resize.pl:528
28749 msgid ""
28750 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
28751 "AND NON-SPARSE RAW FORMATS>."
28752 msgstr ""
28753
28754 #. type: =item
28755 #: ../tools/virt-resize.pl:535
28756 msgid "B<--output-format> raw"
28757 msgstr ""
28758
28759 #. type: textblock
28760 #: ../tools/virt-resize.pl:537
28761 msgid ""
28762 "Specify the format of the output disk image.  If this flag is not given then "
28763 "it is auto-detected from the image itself."
28764 msgstr ""
28765
28766 #. type: textblock
28767 #: ../tools/virt-resize.pl:543
28768 msgid ""
28769 "Note that you still need to create the output disk with the right format.  "
28770 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
28771 msgstr ""
28772
28773 #. type: =head1
28774 #: ../tools/virt-resize.pl:1419
28775 msgid "NOTES"
28776 msgstr ""
28777
28778 #. type: =head2
28779 #: ../tools/virt-resize.pl:1421
28780 msgid "\"Partition 1 does not end on cylinder boundary.\""
28781 msgstr ""
28782
28783 #. type: textblock
28784 #: ../tools/virt-resize.pl:1423
28785 msgid ""
28786 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
28787 "means the partitions will not be aligned to the ancient CHS geometry.  "
28788 "However CHS geometry is meaningless for disks manufactured since the early "
28789 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
28790 "cylinders is not required by any modern operating system."
28791 msgstr ""
28792
28793 #. type: =head2
28794 #: ../tools/virt-resize.pl:1430
28795 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
28796 msgstr ""
28797
28798 #. type: textblock
28799 #: ../tools/virt-resize.pl:1432
28800 msgid ""
28801 "In Windows Vista and later versions, Microsoft switched to using a separate "
28802 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
28803 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
28804 "the boot partition.  Doing so seems to break the guest completely.  However "
28805 "expanding the second partition (ie. C: drive) should work."
28806 msgstr ""
28807
28808 #. type: textblock
28809 #: ../tools/virt-resize.pl:1439
28810 msgid ""
28811 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
28812 "NTFS partitions have been expanded.  This is just a safety check and (unless "
28813 "it find errors) is nothing to worry about."
28814 msgstr ""
28815
28816 #. type: =head2
28817 #: ../tools/virt-resize.pl:1443
28818 msgid "GUEST BOOT STUCK AT \"GRUB\""
28819 msgstr ""
28820
28821 #. type: textblock
28822 #: ../tools/virt-resize.pl:1445
28823 msgid ""
28824 "If a Linux guest does not boot after resizing, and the boot is stuck after "
28825 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
28826 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
28827 "although we think is to do with partition alignment."
28828 msgstr ""
28829
28830 #. type: verbatim
28831 #: ../tools/virt-resize.pl:1450
28832 #, no-wrap
28833 msgid ""
28834 " guestfish -i -a newdisk\n"
28835 " ><fs> cat /boot/grub/device.map\n"
28836 " # check the contents of this file are sensible or\n"
28837 " # edit the file if necessary\n"
28838 " ><fs> grub-install / /dev/vda\n"
28839 " ><fs> exit\n"
28840 "\n"
28841 msgstr ""
28842
28843 #. type: textblock
28844 #: ../tools/virt-resize.pl:1457
28845 msgid ""
28846 "For more flexible guest reconfiguration, including if you need to specify "
28847 "other parameters to grub-install, use L<virt-rescue(1)>."
28848 msgstr ""
28849
28850 #. type: =head1
28851 #: ../tools/virt-resize.pl:1460
28852 msgid "ALTERNATIVE TOOLS"
28853 msgstr ""
28854
28855 #. type: textblock
28856 #: ../tools/virt-resize.pl:1462
28857 msgid ""
28858 "There are several proprietary tools for resizing partitions.  We won't "
28859 "mention any here."
28860 msgstr ""
28861
28862 #. type: textblock
28863 #: ../tools/virt-resize.pl:1465
28864 msgid ""
28865 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
28866 "operations on disk images.  They can resize and move partitions, but I don't "
28867 "think they can do anything with the contents, and they certainly don't "
28868 "understand LVM."
28869 msgstr ""
28870
28871 #. type: textblock
28872 #: ../tools/virt-resize.pl:1470
28873 msgid ""
28874 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
28875 "but at a much lower level.  You will probably end up hand-calculating sector "
28876 "offsets, which is something that virt-resize was designed to avoid.  If you "
28877 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
28878 "C<--debug> flag."
28879 msgstr ""
28880
28881 #. type: textblock
28882 #: ../tools/virt-resize.pl:1485
28883 msgid ""
28884 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
28885 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
28886 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
28887 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
28888 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
28889 msgstr ""
28890
28891 #. type: textblock
28892 #: ../tools/virt-list-filesystems.pl:32
28893 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
28894 msgstr ""
28895
28896 #. type: verbatim
28897 #: ../tools/virt-list-filesystems.pl:36
28898 #, no-wrap
28899 msgid ""
28900 " virt-list-filesystems [--options] domname\n"
28901 "\n"
28902 msgstr ""
28903
28904 #. type: verbatim
28905 #: ../tools/virt-list-filesystems.pl:38
28906 #, no-wrap
28907 msgid ""
28908 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
28909 "\n"
28910 msgstr ""
28911
28912 #. type: textblock
28913 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
28914 msgid ""
28915 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
28916 "replacement."
28917 msgstr ""
28918
28919 #. type: textblock
28920 #: ../tools/virt-list-filesystems.pl:45
28921 msgid ""
28922 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
28923 "are contained in a virtual machine or disk image."
28924 msgstr ""
28925
28926 #. type: textblock
28927 #: ../tools/virt-list-filesystems.pl:49
28928 msgid ""
28929 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
28930 "functionality.  For more complex cases you should look at the "
28931 "L<guestfish(1)> tool."
28932 msgstr ""
28933
28934 #. type: =item
28935 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
28936 msgid "B<-l> | B<--long>"
28937 msgstr ""
28938
28939 #. type: textblock
28940 #: ../tools/virt-list-filesystems.pl:108
28941 msgid ""
28942 "With this option, C<virt-list-filesystems> displays the type of each "
28943 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
28944 msgstr ""
28945
28946 #. type: =item
28947 #: ../tools/virt-list-filesystems.pl:115
28948 msgid "B<-a> | B<--all>"
28949 msgstr ""
28950
28951 #. type: textblock
28952 #: ../tools/virt-list-filesystems.pl:117
28953 msgid ""
28954 "Normally we only show mountable filesystems.  If this option is given then "
28955 "swap devices are shown too."
28956 msgstr ""
28957
28958 #. type: textblock
28959 #: ../tools/virt-list-filesystems.pl:191
28960 msgid ""
28961 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
28962 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
28963 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28964 msgstr ""
28965
28966 #. type: textblock
28967 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:298
28968 msgid "Copyright (C) 2009 Red Hat Inc."
28969 msgstr ""
28970
28971 #. type: textblock
28972 #: ../tools/virt-tar.pl:33
28973 msgid "virt-tar - Extract or upload files to a virtual machine"
28974 msgstr ""
28975
28976 #. type: verbatim
28977 #: ../tools/virt-tar.pl:37
28978 #, no-wrap
28979 msgid ""
28980 " virt-tar [--options] -x domname directory tarball\n"
28981 "\n"
28982 msgstr ""
28983
28984 #. type: verbatim
28985 #: ../tools/virt-tar.pl:39
28986 #, no-wrap
28987 msgid ""
28988 " virt-tar [--options] -u domname tarball directory\n"
28989 "\n"
28990 msgstr ""
28991
28992 #. type: verbatim
28993 #: ../tools/virt-tar.pl:41
28994 #, no-wrap
28995 msgid ""
28996 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
28997 "\n"
28998 msgstr ""
28999
29000 #. type: verbatim
29001 #: ../tools/virt-tar.pl:43
29002 #, no-wrap
29003 msgid ""
29004 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29005 "\n"
29006 msgstr ""
29007
29008 #. type: textblock
29009 #: ../tools/virt-tar.pl:47
29010 msgid "Download C</home> from the VM into a local tarball:"
29011 msgstr ""
29012
29013 #. type: verbatim
29014 #: ../tools/virt-tar.pl:49
29015 #, no-wrap
29016 msgid ""
29017 " virt-tar -x domname /home home.tar\n"
29018 "\n"
29019 msgstr ""
29020
29021 #. type: verbatim
29022 #: ../tools/virt-tar.pl:51
29023 #, no-wrap
29024 msgid ""
29025 " virt-tar -zx domname /home home.tar.gz\n"
29026 "\n"
29027 msgstr ""
29028
29029 #. type: textblock
29030 #: ../tools/virt-tar.pl:53
29031 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29032 msgstr ""
29033
29034 #. type: verbatim
29035 #: ../tools/virt-tar.pl:55
29036 #, no-wrap
29037 msgid ""
29038 " virt-tar -u domname uploadstuff.tar /tmp\n"
29039 "\n"
29040 msgstr ""
29041
29042 #. type: verbatim
29043 #: ../tools/virt-tar.pl:57
29044 #, no-wrap
29045 msgid ""
29046 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29047 "\n"
29048 msgstr ""
29049
29050 #. type: textblock
29051 #: ../tools/virt-tar.pl:61
29052 msgid ""
29053 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
29054 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29055 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29056 msgstr ""
29057
29058 #. type: textblock
29059 #: ../tools/virt-tar.pl:66
29060 msgid ""
29061 "You can use C<-x> (extract) on live virtual machines, but you might get "
29062 "inconsistent results or errors if there is filesystem activity inside the "
29063 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29064 "work, but the only way to guarantee consistent results is if the virtual "
29065 "machine is shut down."
29066 msgstr ""
29067
29068 #. type: textblock
29069 #: ../tools/virt-tar.pl:74
29070 msgid ""
29071 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29072 "parts of a guest filesystem.  There are many possibilities: making backups, "
29073 "uploading data files, snooping on guest activity, fixing or customizing "
29074 "guests, etc."
29075 msgstr ""
29076
29077 #. type: textblock
29078 #: ../tools/virt-tar.pl:79
29079 msgid ""
29080 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
29081 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
29082 "should look at the L<guestfish(1)> tool."
29083 msgstr ""
29084
29085 #. type: textblock
29086 #: ../tools/virt-tar.pl:83
29087 msgid ""
29088 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
29089 "its contents (recursively) from the virtual machine into a local tarball.  "
29090 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
29091 "virtual machine.  You cannot use these two options together."
29092 msgstr ""
29093
29094 #. type: textblock
29095 #: ../tools/virt-tar.pl:89
29096 msgid ""
29097 "In addition, you may need to use the C<-z> (gZip) option to enable "
29098 "compression.  When uploading, you have to specify C<-z> if the upload file "
29099 "is compressed because virt-tar won't detect this on its own."
29100 msgstr ""
29101
29102 #. type: textblock
29103 #: ../tools/virt-tar.pl:93
29104 msgid ""
29105 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
29106 "example it cannot do PKZip files or bzip2 compression.  If you want that "
29107 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
29108 "the L<libguestfs(3)> API)."
29109 msgstr ""
29110
29111 #. type: =item
29112 #: ../tools/virt-tar.pl:151
29113 msgid "B<-x> | B<--extract> | B<--download>"
29114 msgstr ""
29115
29116 #. type: =item
29117 #: ../tools/virt-tar.pl:153
29118 msgid "B<-u> | B<--upload>"
29119 msgstr ""
29120
29121 #. type: textblock
29122 #: ../tools/virt-tar.pl:155
29123 msgid ""
29124 "Use C<-x> to extract (download) a directory from a virtual machine to a "
29125 "local tarball."
29126 msgstr ""
29127
29128 #. type: textblock
29129 #: ../tools/virt-tar.pl:158
29130 msgid ""
29131 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
29132 "Please read the L</WARNING> section above before using this option."
29133 msgstr ""
29134
29135 #. type: textblock
29136 #: ../tools/virt-tar.pl:162
29137 msgid "You must specify exactly one of these options."
29138 msgstr ""
29139
29140 #. type: =item
29141 #: ../tools/virt-tar.pl:168
29142 msgid "B<-z> | B<--gzip>"
29143 msgstr ""
29144
29145 #. type: textblock
29146 #: ../tools/virt-tar.pl:170
29147 msgid "Specify that the input or output tarball is gzip-compressed."
29148 msgstr ""
29149
29150 #. type: textblock
29151 #: ../tools/virt-tar.pl:283
29152 msgid ""
29153 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29154 "L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
29155 "L<http://libguestfs.org/>."
29156 msgstr ""
29157
29158 #. type: textblock
29159 #: ../tools/virt-make-fs.pl:37
29160 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29161 msgstr ""
29162
29163 #. type: verbatim
29164 #: ../tools/virt-make-fs.pl:41
29165 #, no-wrap
29166 msgid ""
29167 " virt-make-fs [--options] input.tar output.img\n"
29168 "\n"
29169 msgstr ""
29170
29171 #. type: verbatim
29172 #: ../tools/virt-make-fs.pl:43
29173 #, no-wrap
29174 msgid ""
29175 " virt-make-fs [--options] input.tar.gz output.img\n"
29176 "\n"
29177 msgstr ""
29178
29179 #. type: verbatim
29180 #: ../tools/virt-make-fs.pl:45
29181 #, no-wrap
29182 msgid ""
29183 " virt-make-fs [--options] directory output.img\n"
29184 "\n"
29185 msgstr ""
29186
29187 #. type: textblock
29188 #: ../tools/virt-make-fs.pl:49
29189 msgid ""
29190 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29191 "archive or some files in a directory.  It is similar to tools like "
29192 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29193 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29194 "useful if you want to attach these filesystems to existing virtual machines "
29195 "(eg. to import large amounts of read-only data to a VM)."
29196 msgstr ""
29197
29198 #. type: textblock
29199 #: ../tools/virt-make-fs.pl:57
29200 msgid "Basic usage is:"
29201 msgstr ""
29202
29203 #. type: verbatim
29204 #: ../tools/virt-make-fs.pl:59
29205 #, no-wrap
29206 msgid ""
29207 " virt-make-fs input output\n"
29208 "\n"
29209 msgstr ""
29210
29211 #. type: textblock
29212 #: ../tools/virt-make-fs.pl:61
29213 msgid ""
29214 "where C<input> is either a directory containing files that you want to add, "
29215 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29216 "C<output> is a disk image.  The input type is detected automatically.  The "
29217 "output disk image defaults to a raw ext2 image unless you specify extra "
29218 "flags (see L</OPTIONS> below)."
29219 msgstr ""
29220
29221 #. type: =head2
29222 #: ../tools/virt-make-fs.pl:67
29223 msgid "EXTRA SPACE"
29224 msgstr ""
29225
29226 #. type: textblock
29227 #: ../tools/virt-make-fs.pl:69
29228 msgid ""
29229 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29230 "the files that it contains, but might have extra space.  Depending on how "
29231 "you are going to use the output, you might think this extra space is wasted "
29232 "and want to minimize it, or you might want to leave space so that more files "
29233 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29234 "but you can use the C<--size> flag to leave space in the filesystem if you "
29235 "want it."
29236 msgstr ""
29237
29238 #. type: textblock
29239 #: ../tools/virt-make-fs.pl:77
29240 msgid ""
29241 "An alternative way to leave extra space but not make the output image any "
29242 "bigger is to use an alternative disk image format (instead of the default "
29243 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
29244 "image format (check your hypervisor supports this before using it).  This "
29245 "allows you to choose a large C<--size> but the extra space won't actually be "
29246 "allocated in the image until you try to store something in it."
29247 msgstr ""
29248
29249 #. type: textblock
29250 #: ../tools/virt-make-fs.pl:85
29251 msgid ""
29252 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29253 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
29254 "to build another image from scratch."
29255 msgstr ""
29256
29257 #. type: =head3
29258 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29259 msgid "EXAMPLE"
29260 msgstr ""
29261
29262 #. type: verbatim
29263 #: ../tools/virt-make-fs.pl:91
29264 #, no-wrap
29265 msgid ""
29266 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29267 "\n"
29268 msgstr ""
29269
29270 #. type: =head2
29271 #: ../tools/virt-make-fs.pl:93
29272 msgid "FILESYSTEM TYPE"
29273 msgstr ""
29274
29275 #. type: textblock
29276 #: ../tools/virt-make-fs.pl:95
29277 msgid ""
29278 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29279 "libguestfs supports can be used (but I<not> read-only formats like "
29280 "ISO9660).  Here are some of the more common choices:"
29281 msgstr ""
29282
29283 #. type: =item
29284 #: ../tools/virt-make-fs.pl:101
29285 msgid "I<ext3>"
29286 msgstr ""
29287
29288 #. type: textblock
29289 #: ../tools/virt-make-fs.pl:103
29290 msgid ""
29291 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29292 "you are not going to use the filesystem in a way that requires the journal, "
29293 "then this is just wasted overhead."
29294 msgstr ""
29295
29296 #. type: =item
29297 #: ../tools/virt-make-fs.pl:107
29298 msgid "I<ntfs> or I<vfat>"
29299 msgstr ""
29300
29301 #. type: textblock
29302 #: ../tools/virt-make-fs.pl:109
29303 msgid "Useful if exporting data to a Windows guest."
29304 msgstr ""
29305
29306 #. type: textblock
29307 #: ../tools/virt-make-fs.pl:111
29308 msgid ""
29309 "I<Note for vfat>: The tar archive or local directory must only contain files "
29310 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29311 "program running within libguestfs is unable to change the ownership of "
29312 "non-root files, since vfat itself does not support this."
29313 msgstr ""
29314
29315 #. type: =item
29316 #: ../tools/virt-make-fs.pl:116
29317 msgid "I<minix>"
29318 msgstr ""
29319
29320 #. type: textblock
29321 #: ../tools/virt-make-fs.pl:118
29322 msgid ""
29323 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29324 "total filesystem size."
29325 msgstr ""
29326
29327 #. type: verbatim
29328 #: ../tools/virt-make-fs.pl:125
29329 #, no-wrap
29330 msgid ""
29331 " virt-make-fs --type=minix input minixfs.img\n"
29332 "\n"
29333 msgstr ""
29334
29335 #. type: =head2
29336 #: ../tools/virt-make-fs.pl:127
29337 msgid "TO PARTITION OR NOT TO PARTITION"
29338 msgstr ""
29339
29340 #. type: textblock
29341 #: ../tools/virt-make-fs.pl:129
29342 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29343 msgstr ""
29344
29345 #. type: textblock
29346 #: ../tools/virt-make-fs.pl:131
29347 msgid ""
29348 "Adding a partition can make the disk image more compatible with certain "
29349 "virtualized operating systems which don't expect to see a filesystem "
29350 "directly located on a block device (Linux doesn't care and will happily "
29351 "handle both types)."
29352 msgstr ""
29353
29354 #. type: textblock
29355 #: ../tools/virt-make-fs.pl:136
29356 msgid ""
29357 "On the other hand, if you have a partition table then the output image is no "
29358 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29359 "directly on a partitioned disk image.  (However libguestfs tools such as "
29360 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29361 msgstr ""
29362
29363 #. type: textblock
29364 #: ../tools/virt-make-fs.pl:144
29365 msgid "Add an MBR partition:"
29366 msgstr ""
29367
29368 #. type: verbatim
29369 #: ../tools/virt-make-fs.pl:146
29370 #, no-wrap
29371 msgid ""
29372 " virt-make-fs --partition -- input disk.img\n"
29373 "\n"
29374 msgstr ""
29375
29376 #. type: textblock
29377 #: ../tools/virt-make-fs.pl:148
29378 msgid ""
29379 "If the output disk image could be terabyte-sized or larger, it's better to "
29380 "use an EFI/GPT-compatible partition table:"
29381 msgstr ""
29382
29383 #. type: verbatim
29384 #: ../tools/virt-make-fs.pl:151
29385 #, no-wrap
29386 msgid ""
29387 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29388 "\n"
29389 msgstr ""
29390
29391 #. type: textblock
29392 #: ../tools/virt-make-fs.pl:179
29393 msgid "Enable debugging information."
29394 msgstr ""
29395
29396 #. type: =item
29397 #: ../tools/virt-make-fs.pl:185
29398 msgid "B<--size=E<lt>NE<gt>>"
29399 msgstr ""
29400
29401 #. type: =item
29402 #: ../tools/virt-make-fs.pl:187
29403 msgid "B<--size=+E<lt>NE<gt>>"
29404 msgstr ""
29405
29406 #. type: =item
29407 #: ../tools/virt-make-fs.pl:189
29408 msgid "B<-s E<lt>NE<gt>>"
29409 msgstr ""
29410
29411 #. type: =item
29412 #: ../tools/virt-make-fs.pl:191
29413 msgid "B<-s +E<lt>NE<gt>>"
29414 msgstr ""
29415
29416 #. type: textblock
29417 #: ../tools/virt-make-fs.pl:193
29418 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
29419 msgstr ""
29420
29421 #. type: textblock
29422 #: ../tools/virt-make-fs.pl:196
29423 msgid ""
29424 "If this option is I<not> given, then the output image will be just large "
29425 "enough to contain all the files, with not much wasted space."
29426 msgstr ""
29427
29428 #. type: textblock
29429 #: ../tools/virt-make-fs.pl:199
29430 msgid ""
29431 "To choose a fixed size output disk, specify an absolute number followed by "
29432 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29433 "Petabytes or Exabytes.  This must be large enough to contain all the input "
29434 "files, else you will get an error."
29435 msgstr ""
29436
29437 #. type: textblock
29438 #: ../tools/virt-make-fs.pl:204
29439 msgid ""
29440 "To leave extra space, specify C<+> (plus sign) and a number followed by "
29441 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29442 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
29443 "the input files, and (approximately) an extra 200 MB free space."
29444 msgstr ""
29445
29446 #. type: textblock
29447 #: ../tools/virt-make-fs.pl:210
29448 msgid ""
29449 "Note that virt-make-fs estimates free space, and therefore will not produce "
29450 "filesystems containing precisely the free space requested.  (It is much more "
29451 "expensive and time-consuming to produce a filesystem which has precisely the "
29452 "desired free space)."
29453 msgstr ""
29454
29455 #. type: =item
29456 #: ../tools/virt-make-fs.pl:219
29457 msgid "B<--format=E<lt>fmtE<gt>>"
29458 msgstr ""
29459
29460 #. type: =item
29461 #: ../tools/virt-make-fs.pl:221
29462 msgid "B<-F E<lt>fmtE<gt>>"
29463 msgstr ""
29464
29465 #. type: textblock
29466 #: ../tools/virt-make-fs.pl:223
29467 msgid "Choose the output disk image format."
29468 msgstr ""
29469
29470 #. type: textblock
29471 #: ../tools/virt-make-fs.pl:225
29472 msgid "The default is C<raw> (raw disk image)."
29473 msgstr ""
29474
29475 #. type: textblock
29476 #: ../tools/virt-make-fs.pl:227
29477 msgid ""
29478 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
29479 "that would really make sense here is C<qcow2>."
29480 msgstr ""
29481
29482 #. type: =item
29483 #: ../tools/virt-make-fs.pl:234
29484 msgid "B<--type=E<lt>fsE<gt>>"
29485 msgstr ""
29486
29487 #. type: =item
29488 #: ../tools/virt-make-fs.pl:236
29489 msgid "B<-t E<lt>fsE<gt>>"
29490 msgstr ""
29491
29492 #. type: textblock
29493 #: ../tools/virt-make-fs.pl:238
29494 msgid "Choose the output filesystem type."
29495 msgstr ""
29496
29497 #. type: textblock
29498 #: ../tools/virt-make-fs.pl:240
29499 msgid "The default is C<ext2>."
29500 msgstr ""
29501
29502 #. type: textblock
29503 #: ../tools/virt-make-fs.pl:242
29504 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
29505 msgstr ""
29506
29507 #. type: =item
29508 #: ../tools/virt-make-fs.pl:249
29509 msgid "B<--partition>"
29510 msgstr ""
29511
29512 #. type: =item
29513 #: ../tools/virt-make-fs.pl:251
29514 msgid "B<--partition=E<lt>parttypeE<gt>>"
29515 msgstr ""
29516
29517 #. type: textblock
29518 #: ../tools/virt-make-fs.pl:253
29519 msgid ""
29520 "If specified, this flag adds an MBR partition table to the output disk "
29521 "image."
29522 msgstr ""
29523
29524 #. type: textblock
29525 #: ../tools/virt-make-fs.pl:256
29526 msgid ""
29527 "You can change the partition table type, eg. C<--partition=gpt> for large "
29528 "disks."
29529 msgstr ""
29530
29531 #. type: textblock
29532 #: ../tools/virt-make-fs.pl:259
29533 msgid ""
29534 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
29535 "might consider the next parameter to be the partition type.  For example:"
29536 msgstr ""
29537
29538 #. type: verbatim
29539 #: ../tools/virt-make-fs.pl:263
29540 #, no-wrap
29541 msgid ""
29542 " virt-make-fs --partition input.tar ...\n"
29543 "\n"
29544 msgstr ""
29545
29546 #. type: textblock
29547 #: ../tools/virt-make-fs.pl:265
29548 msgid ""
29549 "would cause virt-make-fs to think you wanted to use a partition type of "
29550 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
29551 "dash) between options and the input file argument:"
29552 msgstr ""
29553
29554 #. type: verbatim
29555 #: ../tools/virt-make-fs.pl:269
29556 #, no-wrap
29557 msgid ""
29558 " virt-make-fs --partition -- input.tar ...\n"
29559 "\n"
29560 msgstr ""
29561
29562 #. type: textblock
29563 #: ../tools/virt-make-fs.pl:541
29564 msgid ""
29565 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<mkisofs(1)>, "
29566 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
29567 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29568 msgstr ""
29569
29570 #. type: verbatim
29571 #: ../tools/virt-make-fs.pl:558
29572 #, no-wrap
29573 msgid ""
29574 " export LIBGUESTFS_DEBUG=1\n"
29575 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
29576 "\n"
29577 msgstr ""
29578
29579 #. type: textblock
29580 #: ../tools/virt-make-fs.pl:561
29581 msgid ""
29582 "Attach /tmp/virt-make-fs.log to a new bug report at "
29583 "L<https://bugzilla.redhat.com/>"
29584 msgstr ""
29585
29586 #. type: textblock
29587 #: ../tools/virt-list-partitions.pl:32
29588 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
29589 msgstr ""
29590
29591 #. type: verbatim
29592 #: ../tools/virt-list-partitions.pl:36
29593 #, no-wrap
29594 msgid ""
29595 " virt-list-partitions [--options] domname\n"
29596 "\n"
29597 msgstr ""
29598
29599 #. type: verbatim
29600 #: ../tools/virt-list-partitions.pl:38
29601 #, no-wrap
29602 msgid ""
29603 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
29604 "\n"
29605 msgstr ""
29606
29607 #. type: textblock
29608 #: ../tools/virt-list-partitions.pl:45
29609 msgid ""
29610 "C<virt-list-partitions> is a command line tool to list the partitions that "
29611 "are contained in a virtual machine or disk image.  It is mainly useful as a "
29612 "first step to using L<virt-resize(1)>."
29613 msgstr ""
29614
29615 #. type: textblock
29616 #: ../tools/virt-list-partitions.pl:50
29617 msgid ""
29618 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
29619 "functionality.  For more complex cases you should look at the "
29620 "L<guestfish(1)> tool."
29621 msgstr ""
29622
29623 #. type: =item
29624 #: ../tools/virt-list-partitions.pl:107
29625 msgid "B<-h> | B<--human-readable>"
29626 msgstr ""
29627
29628 #. type: textblock
29629 #: ../tools/virt-list-partitions.pl:109
29630 msgid "Show sizes in human-readable form (eg. \"1G\")."
29631 msgstr ""
29632
29633 #. type: textblock
29634 #: ../tools/virt-list-partitions.pl:117
29635 msgid ""
29636 "With this option, C<virt-list-partitions> displays the type and size of each "
29637 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
29638 msgstr ""
29639
29640 #. type: =item
29641 #: ../tools/virt-list-partitions.pl:124
29642 msgid "B<-t> | B<--total>"
29643 msgstr ""
29644
29645 #. type: textblock
29646 #: ../tools/virt-list-partitions.pl:126
29647 msgid "Display the total size of each block device (as a separate row or rows)."
29648 msgstr ""
29649
29650 #. type: textblock
29651 #: ../tools/virt-list-partitions.pl:259
29652 msgid ""
29653 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
29654 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
29655 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29656 msgstr ""
29657
29658 #. type: textblock
29659 #: ../tools/virt-list-partitions.pl:275
29660 msgid "Copyright (C) 2009-2010 Red Hat Inc."
29661 msgstr ""