Version 1.9.9.
[libguestfs.git] / po-docs / libguestfs-docs.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Red Hat Inc.
3 # This file is distributed under the same license as the libguestfs package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: libguestfs 1.9.9\n"
10 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
11 "POT-Creation-Date: 2011-03-04 10:09+0000\n"
12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 "Language-Team: LANGUAGE <LL@li.org>\n"
15 "Language: \n"
16 "MIME-Version: 1.0\n"
17 "Content-Type: text/plain; charset=UTF-8\n"
18 "Content-Transfer-Encoding: 8bit\n"
19
20 #. type: =head1
21 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3 ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3 ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35 ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30 ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
22 msgid "NAME"
23 msgstr ""
24
25 #. type: textblock
26 #: ../src/guestfs.pod:5
27 msgid "guestfs - Library for accessing and modifying virtual machine images"
28 msgstr ""
29
30 #. type: =head1
31 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7 ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7 ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39 ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
32 msgid "SYNOPSIS"
33 msgstr ""
34
35 #. type: verbatim
36 #: ../src/guestfs.pod:9
37 #, no-wrap
38 msgid ""
39 " #include <guestfs.h>\n"
40 " \n"
41 msgstr ""
42
43 #. type: verbatim
44 #: ../src/guestfs.pod:11
45 #, no-wrap
46 msgid ""
47 " guestfs_h *g = guestfs_create ();\n"
48 " guestfs_add_drive (g, \"guest.img\");\n"
49 " guestfs_launch (g);\n"
50 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
51 " guestfs_touch (g, \"/hello\");\n"
52 " guestfs_umount (g, \"/\");\n"
53 " guestfs_close (g);\n"
54 "\n"
55 msgstr ""
56
57 #. type: verbatim
58 #: ../src/guestfs.pod:19
59 #, no-wrap
60 msgid ""
61 " cc prog.c -o prog -lguestfs\n"
62 "or:\n"
63 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
64 "\n"
65 msgstr ""
66
67 #. type: =head1
68 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30 ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20 ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63 ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
69 msgid "DESCRIPTION"
70 msgstr ""
71
72 #. type: textblock
73 #: ../src/guestfs.pod:25
74 msgid ""
75 "Libguestfs is a library for accessing and modifying guest disk images.  "
76 "Amongst the things this is good for: making batch configuration changes to "
77 "guests, getting disk used/free statistics (see also: virt-df), migrating "
78 "between virtualization systems (see also: virt-p2v), performing partial "
79 "backups, performing partial guest clones, cloning guests and changing "
80 "registry/UUID/hostname info, and much else besides."
81 msgstr ""
82
83 #. type: textblock
84 #: ../src/guestfs.pod:33
85 msgid ""
86 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
87 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
88 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
89 "qcow2, vmdk."
90 msgstr ""
91
92 #. type: textblock
93 #: ../src/guestfs.pod:38
94 msgid ""
95 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
96 "what filesystem is in each LV, etc.).  It can also run commands in the "
97 "context of the guest.  Also you can access filesystems over FUSE."
98 msgstr ""
99
100 #. type: textblock
101 #: ../src/guestfs.pod:43
102 msgid ""
103 "Libguestfs is a library that can be linked with C and C++ management "
104 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
105 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
106 "line."
107 msgstr ""
108
109 #. type: textblock
110 #: ../src/guestfs.pod:48
111 msgid ""
112 "You don't need to be root to use libguestfs, although obviously you do need "
113 "enough permissions to access the disk images."
114 msgstr ""
115
116 #. type: textblock
117 #: ../src/guestfs.pod:51
118 msgid ""
119 "Libguestfs is a large API because it can do many things.  For a gentle "
120 "introduction, please read the L</API OVERVIEW> section next."
121 msgstr ""
122
123 #. type: textblock
124 #: ../src/guestfs.pod:54
125 msgid ""
126 "There are also some example programs in the L<guestfs-examples(3)> manual "
127 "page."
128 msgstr ""
129
130 #. type: =head1
131 #: ../src/guestfs.pod:57
132 msgid "API OVERVIEW"
133 msgstr ""
134
135 #. type: textblock
136 #: ../src/guestfs.pod:59
137 msgid ""
138 "This section provides a gentler overview of the libguestfs API.  We also try "
139 "to group API calls together, where that may not be obvious from reading "
140 "about the individual calls in the main section of this manual."
141 msgstr ""
142
143 #. type: =head2
144 #: ../src/guestfs.pod:64
145 msgid "HANDLES"
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:66
150 msgid ""
151 "Before you can use libguestfs calls, you have to create a handle.  Then you "
152 "must add at least one disk image to the handle, followed by launching the "
153 "handle, then performing whatever operations you want, and finally closing "
154 "the handle.  By convention we use the single letter C<g> for the name of the "
155 "handle variable, although of course you can use any name you want."
156 msgstr ""
157
158 #. type: textblock
159 #: ../src/guestfs.pod:73
160 msgid "The general structure of all libguestfs-using programs looks like this:"
161 msgstr ""
162
163 #. type: verbatim
164 #: ../src/guestfs.pod:76
165 #, no-wrap
166 msgid ""
167 " guestfs_h *g = guestfs_create ();\n"
168 " \n"
169 msgstr ""
170
171 #. type: verbatim
172 #: ../src/guestfs.pod:78
173 #, no-wrap
174 msgid ""
175 " /* Call guestfs_add_drive additional times if there are\n"
176 "  * multiple disk images.\n"
177 "  */\n"
178 " guestfs_add_drive (g, \"guest.img\");\n"
179 " \n"
180 msgstr ""
181
182 #. type: verbatim
183 #: ../src/guestfs.pod:83
184 #, no-wrap
185 msgid ""
186 " /* Most manipulation calls won't work until you've launched\n"
187 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
188 "  * and _before_ other commands.\n"
189 "  */\n"
190 " guestfs_launch (g);\n"
191 " \n"
192 msgstr ""
193
194 #. type: verbatim
195 #: ../src/guestfs.pod:89
196 #, no-wrap
197 msgid ""
198 " /* Now you can examine what partitions, LVs etc are available.\n"
199 "  */\n"
200 " char **partitions = guestfs_list_partitions (g);\n"
201 " char **logvols = guestfs_lvs (g);\n"
202 " \n"
203 msgstr ""
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:94
207 #, no-wrap
208 msgid ""
209 " /* To access a filesystem in the image, you must mount it.\n"
210 "  */\n"
211 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
212 " \n"
213 msgstr ""
214
215 #. type: verbatim
216 #: ../src/guestfs.pod:98
217 #, no-wrap
218 msgid ""
219 " /* Now you can perform filesystem actions on the guest\n"
220 "  * disk image.\n"
221 "  */\n"
222 " guestfs_touch (g, \"/hello\");\n"
223 "\n"
224 msgstr ""
225
226 #. type: verbatim
227 #: ../src/guestfs.pod:103
228 #, no-wrap
229 msgid ""
230 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
231 "  * it is done automatically when you close the handle.  See\n"
232 "  * discussion of autosync in this page.\n"
233 "  */\n"
234 " guestfs_sync (g);\n"
235 " \n"
236 msgstr ""
237
238 #. type: verbatim
239 #: ../src/guestfs.pod:109
240 #, no-wrap
241 msgid ""
242 " /* Close the handle 'g'. */\n"
243 " guestfs_close (g);\n"
244 "\n"
245 msgstr ""
246
247 #. type: textblock
248 #: ../src/guestfs.pod:112
249 msgid ""
250 "The code above doesn't include any error checking.  In real code you should "
251 "check return values carefully for errors.  In general all functions that "
252 "return integers return C<-1> on error, and all functions that return "
253 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
254 "how to handle errors, and consult the documentation for each function call "
255 "below to see precisely how they return error indications.  See "
256 "L<guestfs-examples(3)> for fully worked examples."
257 msgstr ""
258
259 #. type: =head2
260 #: ../src/guestfs.pod:121
261 msgid "DISK IMAGES"
262 msgstr ""
263
264 #. type: textblock
265 #: ../src/guestfs.pod:123
266 msgid ""
267 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
268 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
269 "actual block device, or simply an empty file of zeroes that you have created "
270 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
271 "of these."
272 msgstr ""
273
274 #. type: textblock
275 #: ../src/guestfs.pod:129
276 msgid ""
277 "The call you should use in modern code for adding drives is "
278 "L</guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
279 "specifying that the format is raw, do:"
280 msgstr ""
281
282 #. type: verbatim
283 #: ../src/guestfs.pod:133
284 #, no-wrap
285 msgid ""
286 " guestfs_add_drive_opts (g, filename,\n"
287 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
288 "                         -1);\n"
289 "\n"
290 msgstr ""
291
292 #. type: textblock
293 #: ../src/guestfs.pod:137
294 msgid "You can add a disk read-only using:"
295 msgstr ""
296
297 #. type: verbatim
298 #: ../src/guestfs.pod:139
299 #, no-wrap
300 msgid ""
301 " guestfs_add_drive_opts (g, filename,\n"
302 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
303 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
304 "                         -1);\n"
305 "\n"
306 msgstr ""
307
308 #. type: textblock
309 #: ../src/guestfs.pod:144
310 msgid ""
311 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
312 "libguestfs won't modify the file."
313 msgstr ""
314
315 #. type: textblock
316 #: ../src/guestfs.pod:147
317 msgid ""
318 "Be extremely cautious if the disk image is in use, eg. if it is being used "
319 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
320 "corruption, but adding it read-only is safe."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:151
325 msgid ""
326 "You must add at least one disk image, and you may add multiple disk images.  "
327 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
328 "first one you added), C</dev/sdb> (for the second one you added), etc."
329 msgstr ""
330
331 #. type: textblock
332 #: ../src/guestfs.pod:156
333 msgid ""
334 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
335 "can call L</guestfs_list_devices> to get a list of the device names, in the "
336 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
337 msgstr ""
338
339 #. type: =head2
340 #: ../src/guestfs.pod:161
341 msgid "MOUNTING"
342 msgstr ""
343
344 #. type: textblock
345 #: ../src/guestfs.pod:163
346 msgid ""
347 "Before you can read or write files, create directories and so on in a disk "
348 "image that contains filesystems, you have to mount those filesystems using "
349 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
350 "a disk image contains (for example) one partition with a filesystem on that "
351 "partition, then you can mount it directly:"
352 msgstr ""
353
354 #. type: verbatim
355 #: ../src/guestfs.pod:170
356 #, no-wrap
357 msgid ""
358 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
359 "\n"
360 msgstr ""
361
362 #. type: textblock
363 #: ../src/guestfs.pod:172
364 msgid ""
365 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
366 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
367 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
368 "that these are libguestfs virtual devices, and are nothing to do with host "
369 "devices."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:178
374 msgid ""
375 "If you are given a disk image and you don't know what it contains then you "
376 "have to find out.  Libguestfs can do that too: use "
377 "L</guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions "
378 "and LVs, and either try mounting each to see what is mountable, or else "
379 "examine them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
380 "filesystems, use L</guestfs_list_filesystems>."
381 msgstr ""
382
383 #. type: textblock
384 #: ../src/guestfs.pod:186
385 msgid ""
386 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
387 "L</INSPECTION> below).  But you might find it easier to look at higher level "
388 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
389 msgstr ""
390
391 #. type: textblock
392 #: ../src/guestfs.pod:191
393 msgid ""
394 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
395 "several other variations of the C<guestfs_mount_*> call."
396 msgstr ""
397
398 #. type: =head2
399 #: ../src/guestfs.pod:194
400 msgid "FILESYSTEM ACCESS AND MODIFICATION"
401 msgstr ""
402
403 #. type: textblock
404 #: ../src/guestfs.pod:196
405 msgid ""
406 "The majority of the libguestfs API consists of fairly low-level calls for "
407 "accessing and modifying the files, directories, symlinks etc on mounted "
408 "filesystems.  There are over a hundred such calls which you can find listed "
409 "in detail below in this man page, and we don't even pretend to cover them "
410 "all in this overview."
411 msgstr ""
412
413 #. type: textblock
414 #: ../src/guestfs.pod:202
415 msgid ""
416 "Specify filenames as full paths, starting with C<\"/\"> and including the "
417 "mount point."
418 msgstr ""
419
420 #. type: textblock
421 #: ../src/guestfs.pod:205
422 msgid ""
423 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
424 "the file called C<\"etc/passwd\"> then you could do:"
425 msgstr ""
426
427 #. type: verbatim
428 #: ../src/guestfs.pod:208
429 #, no-wrap
430 msgid ""
431 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
432 "\n"
433 msgstr ""
434
435 #. type: textblock
436 #: ../src/guestfs.pod:210
437 msgid ""
438 "This would return C<data> as a newly allocated buffer containing the full "
439 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
440 "or C<NULL> if there was an error."
441 msgstr ""
442
443 #. type: textblock
444 #: ../src/guestfs.pod:214
445 msgid ""
446 "As another example, to create a top-level directory on that filesystem "
447 "called C<\"var\"> you would do:"
448 msgstr ""
449
450 #. type: verbatim
451 #: ../src/guestfs.pod:217
452 #, no-wrap
453 msgid ""
454 " guestfs_mkdir (g, \"/var\");\n"
455 "\n"
456 msgstr ""
457
458 #. type: textblock
459 #: ../src/guestfs.pod:219
460 msgid "To create a symlink you could do:"
461 msgstr ""
462
463 #. type: verbatim
464 #: ../src/guestfs.pod:221
465 #, no-wrap
466 msgid ""
467 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
468 "               \"/etc/rc3.d/S30portmap\");\n"
469 "\n"
470 msgstr ""
471
472 #. type: textblock
473 #: ../src/guestfs.pod:224
474 msgid ""
475 "Libguestfs will reject attempts to use relative paths and there is no "
476 "concept of a current working directory."
477 msgstr ""
478
479 #. type: textblock
480 #: ../src/guestfs.pod:227
481 msgid ""
482 "Libguestfs can return errors in many situations: for example if the "
483 "filesystem isn't writable, or if a file or directory that you requested "
484 "doesn't exist.  If you are using the C API (documented here)  you have to "
485 "check for those error conditions after each call.  (Other language bindings "
486 "turn these errors into exceptions)."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:233
491 msgid ""
492 "File writes are affected by the per-handle umask, set by calling "
493 "L</guestfs_umask> and defaulting to 022.  See L</UMASK>."
494 msgstr ""
495
496 #. type: =head2
497 #: ../src/guestfs.pod:236
498 msgid "PARTITIONING"
499 msgstr ""
500
501 #. type: textblock
502 #: ../src/guestfs.pod:238
503 msgid ""
504 "Libguestfs contains API calls to read, create and modify partition tables on "
505 "disk images."
506 msgstr ""
507
508 #. type: textblock
509 #: ../src/guestfs.pod:241
510 msgid ""
511 "In the common case where you want to create a single partition covering the "
512 "whole disk, you should use the L</guestfs_part_disk> call:"
513 msgstr ""
514
515 #. type: verbatim
516 #: ../src/guestfs.pod:245
517 #, no-wrap
518 msgid ""
519 " const char *parttype = \"mbr\";\n"
520 " if (disk_is_larger_than_2TB)\n"
521 "   parttype = \"gpt\";\n"
522 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
523 "\n"
524 msgstr ""
525
526 #. type: textblock
527 #: ../src/guestfs.pod:250
528 msgid ""
529 "Obviously this effectively wipes anything that was on that disk image "
530 "before."
531 msgstr ""
532
533 #. type: =head2
534 #: ../src/guestfs.pod:253
535 msgid "LVM2"
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:255
540 msgid ""
541 "Libguestfs provides access to a large part of the LVM2 API, such as "
542 "L</guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense "
543 "unless you familiarize yourself with the concepts of physical volumes, "
544 "volume groups and logical volumes."
545 msgstr ""
546
547 #. type: textblock
548 #: ../src/guestfs.pod:260
549 msgid ""
550 "This author strongly recommends reading the LVM HOWTO, online at "
551 "L<http://tldp.org/HOWTO/LVM-HOWTO/>."
552 msgstr ""
553
554 #. type: =head2
555 #: ../src/guestfs.pod:263
556 msgid "DOWNLOADING"
557 msgstr ""
558
559 #. type: textblock
560 #: ../src/guestfs.pod:265
561 msgid ""
562 "Use L</guestfs_cat> to download small, text only files.  This call is "
563 "limited to files which are less than 2 MB and which cannot contain any ASCII "
564 "NUL (C<\\0>) characters.  However the API is very simple to use."
565 msgstr ""
566
567 #. type: textblock
568 #: ../src/guestfs.pod:269
569 msgid ""
570 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
571 "bit data, since it returns a (pointer, size) pair.  However it is still "
572 "limited to \"small\" files, less than 2 MB."
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:273
577 msgid ""
578 "L</guestfs_download> can be used to download any file, with no limits on "
579 "content or size (even files larger than 4 GB)."
580 msgstr ""
581
582 #. type: textblock
583 #: ../src/guestfs.pod:276
584 msgid "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
585 msgstr ""
586
587 #. type: =head2
588 #: ../src/guestfs.pod:279
589 msgid "UPLOADING"
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:281
594 msgid ""
595 "It's often the case that you want to write a file or files to the disk "
596 "image."
597 msgstr ""
598
599 #. type: textblock
600 #: ../src/guestfs.pod:284
601 msgid ""
602 "To write a small file with fixed content, use L</guestfs_write>.  To create "
603 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or "
604 "L</guestfs_fallocate64> (with all disk blocks allocated).  There are a "
605 "variety of other functions for creating test files, for example "
606 "L</guestfs_fill> and L</guestfs_fill_pattern>."
607 msgstr ""
608
609 #. type: textblock
610 #: ../src/guestfs.pod:290
611 msgid ""
612 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
613 "file content or size (even files larger than 4 GB)."
614 msgstr ""
615
616 #. type: textblock
617 #: ../src/guestfs.pod:293
618 msgid "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
619 msgstr ""
620
621 #. type: textblock
622 #: ../src/guestfs.pod:295
623 msgid ""
624 "However the fastest way to upload I<large numbers of arbitrary files> is to "
625 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and "
626 "L<mkisofs(8)>), then attach this using L</guestfs_add_drive_ro>.  If you add "
627 "the drive in a predictable way (eg. adding it last after all other drives) "
628 "then you can get the device name from L</guestfs_list_devices> and mount it "
629 "directly using L</guestfs_mount_ro>.  Note that squashfs images are "
630 "sometimes non-portable between kernel versions, and they don't support "
631 "labels or UUIDs.  If you want to pre-build an image or you need to mount it "
632 "using a label or UUID, use an ISO image instead."
633 msgstr ""
634
635 #. type: =head2
636 #: ../src/guestfs.pod:306
637 msgid "COPYING"
638 msgstr ""
639
640 #. type: textblock
641 #: ../src/guestfs.pod:308
642 msgid ""
643 "There are various different commands for copying between files and devices "
644 "and in and out of the guest filesystem.  These are summarised in the table "
645 "below."
646 msgstr ""
647
648 #. type: =item
649 #: ../src/guestfs.pod:314
650 msgid "B<file> to B<file>"
651 msgstr ""
652
653 #. type: textblock
654 #: ../src/guestfs.pod:316
655 msgid ""
656 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
657 "directories recursively."
658 msgstr ""
659
660 #. type: =item
661 #: ../src/guestfs.pod:319
662 msgid "B<file or device> to B<file or device>"
663 msgstr ""
664
665 #. type: textblock
666 #: ../src/guestfs.pod:321
667 msgid ""
668 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
669 "devices in the guest."
670 msgstr ""
671
672 #. type: textblock
673 #: ../src/guestfs.pod:324
674 msgid "Example: duplicate the contents of an LV:"
675 msgstr ""
676
677 #. type: verbatim
678 #: ../src/guestfs.pod:326
679 #, no-wrap
680 msgid ""
681 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
682 "\n"
683 msgstr ""
684
685 #. type: textblock
686 #: ../src/guestfs.pod:328
687 msgid ""
688 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
689 "(C</dev/VG/Original>).  To copy less than the whole source device, use "
690 "L</guestfs_copy_size>."
691 msgstr ""
692
693 #. type: =item
694 #: ../src/guestfs.pod:332
695 msgid "B<file on the host> to B<file or device>"
696 msgstr ""
697
698 #. type: textblock
699 #: ../src/guestfs.pod:334
700 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
701 msgstr ""
702
703 #. type: =item
704 #: ../src/guestfs.pod:336
705 msgid "B<file or device> to B<file on the host>"
706 msgstr ""
707
708 #. type: textblock
709 #: ../src/guestfs.pod:338
710 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
711 msgstr ""
712
713 #. type: =head2
714 #: ../src/guestfs.pod:342
715 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:344
720 msgid ""
721 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, "
722 "L</guestfs_tar_out> etc appear to only take filenames as arguments, so it "
723 "appears you can only upload and download to files.  However many Un*x-like "
724 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, "
725 "C</dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, "
726 "stderr, and arbitrary file descriptor N."
727 msgstr ""
728
729 #. type: textblock
730 #: ../src/guestfs.pod:352
731 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
732 msgstr ""
733
734 #. type: verbatim
735 #: ../src/guestfs.pod:355
736 #, no-wrap
737 msgid ""
738 " guestfs_download (g, filename, \"/dev/stdout\");\n"
739 "\n"
740 msgstr ""
741
742 #. type: textblock
743 #: ../src/guestfs.pod:357
744 msgid "and you can write tar output to a pipe C<fd> by doing:"
745 msgstr ""
746
747 #. type: verbatim
748 #: ../src/guestfs.pod:359
749 #, no-wrap
750 msgid ""
751 " char devfd[64];\n"
752 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
753 " guestfs_tar_out (g, \"/\", devfd);\n"
754 "\n"
755 msgstr ""
756
757 #. type: =head2
758 #: ../src/guestfs.pod:363
759 msgid "LISTING FILES"
760 msgstr ""
761
762 #. type: textblock
763 #: ../src/guestfs.pod:365
764 msgid ""
765 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
766 "L<guestfish(1)>-equivalent command C<ll>)."
767 msgstr ""
768
769 #. type: textblock
770 #: ../src/guestfs.pod:368
771 msgid ""
772 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
773 "programs, as a flat list of strings."
774 msgstr ""
775
776 #. type: textblock
777 #: ../src/guestfs.pod:371
778 msgid ""
779 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
780 "directory, plus additional information about each one.  It is more "
781 "equivalent to using the L<readdir(3)> call on a local filesystem."
782 msgstr ""
783
784 #. type: textblock
785 #: ../src/guestfs.pod:375
786 msgid ""
787 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list "
788 "files."
789 msgstr ""
790
791 #. type: =head2
792 #: ../src/guestfs.pod:378
793 msgid "RUNNING COMMANDS"
794 msgstr ""
795
796 #. type: textblock
797 #: ../src/guestfs.pod:380
798 msgid ""
799 "Although libguestfs is primarily an API for manipulating files inside guest "
800 "images, we also provide some limited facilities for running commands inside "
801 "guests."
802 msgstr ""
803
804 #. type: textblock
805 #: ../src/guestfs.pod:384
806 msgid "There are many limitations to this:"
807 msgstr ""
808
809 #. type: =item
810 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398 ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411 ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1088 ../src/guestfs.pod:1092 ../src/guestfs.pod:1096 ../src/guestfs.pod:1101 ../src/guestfs.pod:1109 ../src/guestfs.pod:1128 ../src/guestfs.pod:1136 ../src/guestfs.pod:1158 ../src/guestfs.pod:1162 ../src/guestfs.pod:1166 ../src/guestfs.pod:1170 ../src/guestfs.pod:1174 ../src/guestfs.pod:1178 ../src/guestfs.pod:1660 ../src/guestfs.pod:1665 ../src/guestfs.pod:1669 ../src/guestfs.pod:1779 ../src/guestfs.pod:1784 ../src/guestfs.pod:1788 ../src/guestfs.pod:2140 ../src/guestfs.pod:2146 ../src/guestfs.pod:2151 ../src/guestfs.pod:2157 ../src/guestfs.pod:2622 ../src/guestfs.pod:2626 ../src/guestfs.pod:2630 ../src/guestfs.pod:2634 ../src/guestfs-actions.pod:15 ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577 ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592 ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1595 ../src/guestfs-actions.pod:1599 ../src/guestfs-actions.pod:1603 ../src/guestfs-actions.pod:1607 ../src/guestfs-actions.pod:1615 ../src/guestfs-actions.pod:1619 ../src/guestfs-actions.pod:1623 ../src/guestfs-actions.pod:1633 ../src/guestfs-actions.pod:1637 ../src/guestfs-actions.pod:1641 ../src/guestfs-actions.pod:1779 ../src/guestfs-actions.pod:1783 ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793 ../src/guestfs-actions.pod:1854 ../src/guestfs-actions.pod:1858 ../src/guestfs-actions.pod:1863 ../fish/guestfish.pod:432 ../fish/guestfish.pod:436 ../fish/guestfish.pod:440 ../fish/guestfish.pod:444 ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20 ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388 ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402 ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076 ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084 ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096 ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110 ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118 ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212 ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222 ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268 ../fish/guestfish-actions.pod:1273 ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542 ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345 ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
811 msgid "*"
812 msgstr ""
813
814 #. type: textblock
815 #: ../src/guestfs.pod:390
816 msgid ""
817 "The kernel version that the command runs under will be different from what "
818 "it expects."
819 msgstr ""
820
821 #. type: textblock
822 #: ../src/guestfs.pod:395
823 msgid ""
824 "If the command needs to communicate with daemons, then most likely they "
825 "won't be running."
826 msgstr ""
827
828 #. type: textblock
829 #: ../src/guestfs.pod:400
830 msgid "The command will be running in limited memory."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:404
835 msgid ""
836 "The network may not be available unless you enable it (see "
837 "L</guestfs_set_network>)."
838 msgstr ""
839
840 #. type: textblock
841 #: ../src/guestfs.pod:409
842 msgid "Only supports Linux guests (not Windows, BSD, etc)."
843 msgstr ""
844
845 #. type: textblock
846 #: ../src/guestfs.pod:413
847 msgid "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
848 msgstr ""
849
850 #. type: textblock
851 #: ../src/guestfs.pod:418
852 msgid ""
853 "For SELinux guests, you may need to enable SELinux and load policy first.  "
854 "See L</SELINUX> in this manpage."
855 msgstr ""
856
857 #. type: textblock
858 #: ../src/guestfs.pod:423
859 msgid ""
860 "I<Security:> It is not safe to run commands from untrusted, possibly "
861 "malicious guests.  These commands may attempt to exploit your program by "
862 "sending unexpected output.  They could also try to exploit the Linux kernel "
863 "or qemu provided by the libguestfs appliance.  They could use the network "
864 "provided by the libguestfs appliance to bypass ordinary network partitions "
865 "and firewalls.  They could use the elevated privileges or different SELinux "
866 "context of your program to their advantage."
867 msgstr ""
868
869 #. type: textblock
870 #: ../src/guestfs.pod:432
871 msgid ""
872 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
873 "(a script which runs when the guest next boots normally), and to have this "
874 "script run the commands you want in the normal context of the running guest, "
875 "network security and so on.  For information about other security issues, "
876 "see L</SECURITY>."
877 msgstr ""
878
879 #. type: textblock
880 #: ../src/guestfs.pod:440
881 msgid ""
882 "The two main API calls to run commands are L</guestfs_command> and "
883 "L</guestfs_sh> (there are also variations)."
884 msgstr ""
885
886 #. type: textblock
887 #: ../src/guestfs.pod:443
888 msgid ""
889 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
890 "shell globs, redirections, etc will work."
891 msgstr ""
892
893 #. type: =head2
894 #: ../src/guestfs.pod:446
895 msgid "CONFIGURATION FILES"
896 msgstr ""
897
898 #. type: textblock
899 #: ../src/guestfs.pod:448
900 msgid ""
901 "To read and write configuration files in Linux guest filesystems, we "
902 "strongly recommend using Augeas.  For example, Augeas understands how to "
903 "read and write, say, a Linux shadow password file or X.org configuration "
904 "file, and so avoids you having to write that code."
905 msgstr ""
906
907 #. type: textblock
908 #: ../src/guestfs.pod:453
909 msgid ""
910 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
911 "document Augeas itself here because there is excellent documentation on the "
912 "L<http://augeas.net/> website."
913 msgstr ""
914
915 #. type: textblock
916 #: ../src/guestfs.pod:457
917 msgid ""
918 "If you don't want to use Augeas (you fool!) then try calling "
919 "L</guestfs_read_lines> to get the file as a list of lines which you can "
920 "iterate over."
921 msgstr ""
922
923 #. type: =head2
924 #: ../src/guestfs.pod:461
925 msgid "SELINUX"
926 msgstr ""
927
928 #. type: textblock
929 #: ../src/guestfs.pod:463
930 msgid ""
931 "We support SELinux guests.  To ensure that labeling happens correctly in "
932 "SELinux guests, you need to enable SELinux and load the guest's policy:"
933 msgstr ""
934
935 #. type: =item
936 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1281 ../src/guestfs.pod:1412 ../src/guestfs.pod:2185
937 msgid "1."
938 msgstr ""
939
940 #. type: textblock
941 #: ../src/guestfs.pod:471
942 msgid "Before launching, do:"
943 msgstr ""
944
945 #. type: verbatim
946 #: ../src/guestfs.pod:473
947 #, no-wrap
948 msgid ""
949 " guestfs_set_selinux (g, 1);\n"
950 "\n"
951 msgstr ""
952
953 #. type: =item
954 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1285 ../src/guestfs.pod:1416 ../src/guestfs.pod:2210
955 msgid "2."
956 msgstr ""
957
958 #. type: textblock
959 #: ../src/guestfs.pod:477
960 msgid ""
961 "After mounting the guest's filesystem(s), load the policy.  This is best "
962 "done by running the L<load_policy(8)> command in the guest itself:"
963 msgstr ""
964
965 #. type: verbatim
966 #: ../src/guestfs.pod:481
967 #, no-wrap
968 msgid ""
969 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
970 "\n"
971 msgstr ""
972
973 #. type: textblock
974 #: ../src/guestfs.pod:483
975 msgid ""
976 "(Older versions of C<load_policy> require you to specify the name of the "
977 "policy file)."
978 msgstr ""
979
980 #. type: =item
981 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1422
982 msgid "3."
983 msgstr ""
984
985 #. type: textblock
986 #: ../src/guestfs.pod:488
987 msgid ""
988 "Optionally, set the security context for the API.  The correct security "
989 "context to use can only be known by inspecting the guest.  As an example:"
990 msgstr ""
991
992 #. type: verbatim
993 #: ../src/guestfs.pod:492
994 #, no-wrap
995 msgid ""
996 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
997 "\n"
998 msgstr ""
999
1000 #. type: textblock
1001 #: ../src/guestfs.pod:496
1002 msgid "This will work for running commands and editing existing files."
1003 msgstr ""
1004
1005 #. type: textblock
1006 #: ../src/guestfs.pod:498
1007 msgid ""
1008 "When new files are created, you may need to label them explicitly, for "
1009 "example by running the external command C<restorecon pathname>."
1010 msgstr ""
1011
1012 #. type: =head2
1013 #: ../src/guestfs.pod:502
1014 msgid "UMASK"
1015 msgstr ""
1016
1017 #. type: textblock
1018 #: ../src/guestfs.pod:504
1019 msgid ""
1020 "Certain calls are affected by the current file mode creation mask (the "
1021 "\"umask\").  In particular ones which create files or directories, such as "
1022 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1023 "either the default mode that the file is created with or modifies the mode "
1024 "that you supply."
1025 msgstr ""
1026
1027 #. type: textblock
1028 #: ../src/guestfs.pod:510
1029 msgid ""
1030 "The default umask is C<022>, so files are created with modes such as C<0644> "
1031 "and directories with C<0755>."
1032 msgstr ""
1033
1034 #. type: textblock
1035 #: ../src/guestfs.pod:513
1036 msgid ""
1037 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1038 "(call C<guestfs_umask (g, 0)> early after launching).  Or call "
1039 "L</guestfs_chmod> after creating each file or directory."
1040 msgstr ""
1041
1042 #. type: textblock
1043 #: ../src/guestfs.pod:517
1044 msgid "For more information about umask, see L<umask(2)>."
1045 msgstr ""
1046
1047 #. type: =head1
1048 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:751
1049 msgid "ENCRYPTED DISKS"
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:521
1054 msgid ""
1055 "Libguestfs allows you to access Linux guests which have been encrypted using "
1056 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1057 "standard.  This includes nearly all whole disk encryption systems used by "
1058 "modern Linux guests."
1059 msgstr ""
1060
1061 #. type: textblock
1062 #: ../src/guestfs.pod:527
1063 msgid ""
1064 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1065 "returns the string C<crypto_LUKS>)."
1066 msgstr ""
1067
1068 #. type: textblock
1069 #: ../src/guestfs.pod:530
1070 msgid ""
1071 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1072 "will require the passphrase!"
1073 msgstr ""
1074
1075 #. type: textblock
1076 #: ../src/guestfs.pod:533
1077 msgid ""
1078 "Opening a LUKS device creates a new device mapper device called "
1079 "C</dev/mapper/mapname> (where C<mapname> is the string you supply to "
1080 "L</guestfs_luks_open>).  Reads and writes to this mapper device are "
1081 "decrypted from and encrypted to the underlying block device respectively."
1082 msgstr ""
1083
1084 #. type: textblock
1085 #: ../src/guestfs.pod:539
1086 msgid ""
1087 "LVM volume groups on the device can be made visible by calling "
1088 "L</guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical "
1089 "volume(s) can now be mounted in the usual way."
1090 msgstr ""
1091
1092 #. type: textblock
1093 #: ../src/guestfs.pod:543
1094 msgid ""
1095 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1096 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1097 "[\"/dev/VG\"])>.  Then close the mapper device by calling "
1098 "L</guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1099 "underlying encrypted block device)."
1100 msgstr ""
1101
1102 #. type: =head2
1103 #: ../src/guestfs.pod:550
1104 msgid "INSPECTION"
1105 msgstr ""
1106
1107 #. type: textblock
1108 #: ../src/guestfs.pod:552
1109 msgid ""
1110 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1111 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1112 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1113 "version 1.5.3 the most frequently used part of this library has been "
1114 "rewritten in C and moved into the core code)."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:559
1119 msgid ""
1120 "Add all disks belonging to the unknown virtual machine and call "
1121 "L</guestfs_launch> in the usual way."
1122 msgstr ""
1123
1124 #. type: textblock
1125 #: ../src/guestfs.pod:562
1126 msgid ""
1127 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1128 "and certain heuristics, and returns a list of operating systems that were "
1129 "found.  An empty list means none were found.  A single element is the root "
1130 "filesystem of the operating system.  For dual- or multi-boot guests, "
1131 "multiple roots can be returned, each one corresponding to a separate "
1132 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1133 "world of virtualization, but since this scenario can happen, we have built "
1134 "libguestfs to deal with it.)"
1135 msgstr ""
1136
1137 #. type: textblock
1138 #: ../src/guestfs.pod:571
1139 msgid ""
1140 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1141 "to get additional details about that operating system.  For example, call "
1142 "L</guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1143 "Windows and Linux-based operating systems respectively."
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:577
1148 msgid ""
1149 "Un*x-like and Linux-based operating systems usually consist of several "
1150 "filesystems which are mounted at boot time (for example, a separate boot "
1151 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1152 "filesystems correspond to mount points.  Call "
1153 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1154 "hash table like this example:"
1155 msgstr ""
1156
1157 #. type: verbatim
1158 #: ../src/guestfs.pod:584
1159 #, no-wrap
1160 msgid ""
1161 " /boot => /dev/sda1\n"
1162 " /     => /dev/vg_guest/lv_root\n"
1163 " /usr  => /dev/vg_guest/lv_usr\n"
1164 "\n"
1165 msgstr ""
1166
1167 #. type: textblock
1168 #: ../src/guestfs.pod:588
1169 msgid ""
1170 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1171 "filesystems as suggested."
1172 msgstr ""
1173
1174 #. type: textblock
1175 #: ../src/guestfs.pod:591
1176 msgid ""
1177 "Be careful to mount filesystems in the right order (eg. C</> before "
1178 "C</usr>).  Sorting the keys of the hash by length, shortest first, should "
1179 "work."
1180 msgstr ""
1181
1182 #. type: textblock
1183 #: ../src/guestfs.pod:595
1184 msgid ""
1185 "Inspection currently only works for some common operating systems.  "
1186 "Contributors are welcome to send patches for other operating systems that we "
1187 "currently cannot detect."
1188 msgstr ""
1189
1190 #. type: textblock
1191 #: ../src/guestfs.pod:599
1192 msgid ""
1193 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1194 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1195 "encrypted devices."
1196 msgstr ""
1197
1198 #. type: textblock
1199 #: ../src/guestfs.pod:603
1200 msgid ""
1201 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1202 "inspection and caches the results in the guest handle.  Subsequent calls to "
1203 "C<guestfs_inspect_get_*> return this cached information, but I<do not> "
1204 "re-read the disks.  If you change the content of the guest disks, you can "
1205 "redo inspection by calling L</guestfs_inspect_os> again.  "
1206 "(L</guestfs_inspect_list_applications> works a little differently from the "
1207 "other calls and does read the disks.  See documentation for that function "
1208 "for details)."
1209 msgstr ""
1210
1211 #. type: =head3
1212 #: ../src/guestfs.pod:612
1213 msgid "INSPECTING INSTALL DISKS"
1214 msgstr ""
1215
1216 #. type: textblock
1217 #: ../src/guestfs.pod:614
1218 msgid ""
1219 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1220 "CDs and more."
1221 msgstr ""
1222
1223 #. type: textblock
1224 #: ../src/guestfs.pod:617
1225 msgid ""
1226 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1227 "system, which currently can be C<installed> (a regular operating system) or "
1228 "C<installer> (some sort of install disk)."
1229 msgstr ""
1230
1231 #. type: textblock
1232 #: ../src/guestfs.pod:621
1233 msgid ""
1234 "Further information is available about the operating system that can be "
1235 "installed using the regular inspection APIs like "
1236 "L</guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> "
1237 "etc."
1238 msgstr ""
1239
1240 #. type: textblock
1241 #: ../src/guestfs.pod:626
1242 msgid ""
1243 "Some additional information specific to installer disks is also available "
1244 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and "
1245 "L</guestfs_inspect_is_multipart> calls."
1246 msgstr ""
1247
1248 #. type: =head2
1249 #: ../src/guestfs.pod:631
1250 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1251 msgstr ""
1252
1253 #. type: textblock
1254 #: ../src/guestfs.pod:633
1255 msgid ""
1256 "Libguestfs can mount NTFS partitions.  It does this using the "
1257 "L<http://www.ntfs-3g.org/> driver."
1258 msgstr ""
1259
1260 #. type: =head3
1261 #: ../src/guestfs.pod:636
1262 msgid "DRIVE LETTERS AND PATHS"
1263 msgstr ""
1264
1265 #. type: textblock
1266 #: ../src/guestfs.pod:638
1267 msgid ""
1268 "DOS and Windows still use drive letters, and the filesystems are always "
1269 "treated as case insensitive by Windows itself, and therefore you might find "
1270 "a Windows configuration file referring to a path like "
1271 "C<c:\\windows\\system32>.  When the filesystem is mounted in libguestfs, "
1272 "that directory might be referred to as C</WINDOWS/System32>."
1273 msgstr ""
1274
1275 #. type: textblock
1276 #: ../src/guestfs.pod:644
1277 msgid ""
1278 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1279 "libguestfs to read the appropriate Windows Registry and configuration files, "
1280 "to determine yourself how drives are mapped (see also L<hivex(3)> and "
1281 "L<virt-inspector(1)>)."
1282 msgstr ""
1283
1284 #. type: textblock
1285 #: ../src/guestfs.pod:649
1286 msgid ""
1287 "Replacing backslash characters with forward slash characters is also outside "
1288 "the scope of libguestfs, but something that you can easily do."
1289 msgstr ""
1290
1291 #. type: textblock
1292 #: ../src/guestfs.pod:652
1293 msgid ""
1294 "Where we can help is in resolving the case insensitivity of paths.  For "
1295 "this, call L</guestfs_case_sensitive_path>."
1296 msgstr ""
1297
1298 #. type: =head3
1299 #: ../src/guestfs.pod:655
1300 msgid "ACCESSING THE WINDOWS REGISTRY"
1301 msgstr ""
1302
1303 #. type: textblock
1304 #: ../src/guestfs.pod:657
1305 msgid ""
1306 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1307 "files, through the library C<hivex> which is part of the libguestfs project "
1308 "although ships as a separate tarball.  You have to locate and download the "
1309 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1310 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and "
1311 "L<virt-win-reg(1)> for more help on this issue."
1312 msgstr ""
1313
1314 #. type: =head3
1315 #: ../src/guestfs.pod:665
1316 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1317 msgstr ""
1318
1319 #. type: textblock
1320 #: ../src/guestfs.pod:667
1321 msgid ""
1322 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1323 "provide something which looks like a Linux symlink.  The way it tries to do "
1324 "the rewriting is described here:"
1325 msgstr ""
1326
1327 #. type: textblock
1328 #: ../src/guestfs.pod:671
1329 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-symbolic-links/>"
1330 msgstr ""
1331
1332 #. type: textblock
1333 #: ../src/guestfs.pod:673
1334 msgid ""
1335 "The essential problem is that ntfs-3g simply does not have enough "
1336 "information to do a correct job.  NTFS links can contain drive letters and "
1337 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1338 "It is almost certainly the case that libguestfs callers should ignore what "
1339 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1340 msgstr ""
1341
1342 #. type: textblock
1343 #: ../src/guestfs.pod:680
1344 msgid ""
1345 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use "
1346 "L</guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1347 "attribute, and read the raw reparse data from that (you can find the format "
1348 "documented in various places around the web)."
1349 msgstr ""
1350
1351 #. type: =head3
1352 #: ../src/guestfs.pod:685
1353 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1354 msgstr ""
1355
1356 #. type: textblock
1357 #: ../src/guestfs.pod:687
1358 msgid ""
1359 "There are other useful extended attributes that can be read from ntfs-3g "
1360 "filesystems (using L</guestfs_getxattr>).  See:"
1361 msgstr ""
1362
1363 #. type: textblock
1364 #: ../src/guestfs.pod:690
1365 msgid "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1366 msgstr ""
1367
1368 #. type: =head2
1369 #: ../src/guestfs.pod:692
1370 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1371 msgstr ""
1372
1373 #. type: textblock
1374 #: ../src/guestfs.pod:694
1375 msgid ""
1376 "Although we don't want to discourage you from using the C API, we will "
1377 "mention here that the same API is also available in other languages."
1378 msgstr ""
1379
1380 #. type: textblock
1381 #: ../src/guestfs.pod:697
1382 msgid ""
1383 "The API is broadly identical in all supported languages.  This means that "
1384 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1385 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1386 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1387 "each language."
1388 msgstr ""
1389
1390 #. type: textblock
1391 #: ../src/guestfs.pod:703
1392 msgid ""
1393 "Error messages are automatically transformed into exceptions if the language "
1394 "supports it."
1395 msgstr ""
1396
1397 #. type: textblock
1398 #: ../src/guestfs.pod:706
1399 msgid ""
1400 "We don't try to \"object orientify\" parts of the API in OO languages, "
1401 "although contributors are welcome to write higher level APIs above what we "
1402 "provide in their favourite languages if they wish."
1403 msgstr ""
1404
1405 #. type: =item
1406 #: ../src/guestfs.pod:712
1407 msgid "B<C++>"
1408 msgstr ""
1409
1410 #. type: textblock
1411 #: ../src/guestfs.pod:714
1412 msgid ""
1413 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1414 "identical to the C API.  C++ classes and exceptions are not used."
1415 msgstr ""
1416
1417 #. type: =item
1418 #: ../src/guestfs.pod:718
1419 msgid "B<C#>"
1420 msgstr ""
1421
1422 #. type: textblock
1423 #: ../src/guestfs.pod:720
1424 msgid ""
1425 "The C# bindings are highly experimental.  Please read the warnings at the "
1426 "top of C<csharp/Libguestfs.cs>."
1427 msgstr ""
1428
1429 #. type: =item
1430 #: ../src/guestfs.pod:723
1431 msgid "B<Haskell>"
1432 msgstr ""
1433
1434 #. type: textblock
1435 #: ../src/guestfs.pod:725
1436 msgid ""
1437 "This is the only language binding that is working but incomplete.  Only "
1438 "calls which return simple integers have been bound in Haskell, and we are "
1439 "looking for help to complete this binding."
1440 msgstr ""
1441
1442 #. type: =item
1443 #: ../src/guestfs.pod:729
1444 msgid "B<Java>"
1445 msgstr ""
1446
1447 #. type: textblock
1448 #: ../src/guestfs.pod:731
1449 msgid ""
1450 "Full documentation is contained in the Javadoc which is distributed with "
1451 "libguestfs."
1452 msgstr ""
1453
1454 #. type: =item
1455 #: ../src/guestfs.pod:734
1456 msgid "B<OCaml>"
1457 msgstr ""
1458
1459 #. type: textblock
1460 #: ../src/guestfs.pod:736
1461 msgid "See L<guestfs-ocaml(3)>."
1462 msgstr ""
1463
1464 #. type: =item
1465 #: ../src/guestfs.pod:738
1466 msgid "B<Perl>"
1467 msgstr ""
1468
1469 #. type: textblock
1470 #: ../src/guestfs.pod:740
1471 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1472 msgstr ""
1473
1474 #. type: =item
1475 #: ../src/guestfs.pod:742
1476 msgid "B<PHP>"
1477 msgstr ""
1478
1479 #. type: textblock
1480 #: ../src/guestfs.pod:744
1481 msgid ""
1482 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1483 "the php-libguestfs package for your distribution."
1484 msgstr ""
1485
1486 #. type: textblock
1487 #: ../src/guestfs.pod:747
1488 msgid "The PHP binding only works correctly on 64 bit machines."
1489 msgstr ""
1490
1491 #. type: =item
1492 #: ../src/guestfs.pod:749
1493 msgid "B<Python>"
1494 msgstr ""
1495
1496 #. type: textblock
1497 #: ../src/guestfs.pod:751
1498 msgid "See L<guestfs-python(3)>."
1499 msgstr ""
1500
1501 #. type: =item
1502 #: ../src/guestfs.pod:753
1503 msgid "B<Ruby>"
1504 msgstr ""
1505
1506 #. type: textblock
1507 #: ../src/guestfs.pod:755
1508 msgid "See L<guestfs-ruby(3)>."
1509 msgstr ""
1510
1511 #. type: =item
1512 #: ../src/guestfs.pod:757
1513 msgid "B<shell scripts>"
1514 msgstr ""
1515
1516 #. type: textblock
1517 #: ../src/guestfs.pod:759
1518 msgid "See L<guestfish(1)>."
1519 msgstr ""
1520
1521 #. type: =head2
1522 #: ../src/guestfs.pod:763
1523 msgid "LIBGUESTFS GOTCHAS"
1524 msgstr ""
1525
1526 #. type: textblock
1527 #: ../src/guestfs.pod:765
1528 msgid ""
1529 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1530 "system [...] that works in the way it is documented but is counterintuitive "
1531 "and almost invites mistakes.\""
1532 msgstr ""
1533
1534 #. type: textblock
1535 #: ../src/guestfs.pod:769
1536 msgid ""
1537 "Since we developed libguestfs and the associated tools, there are several "
1538 "things we would have designed differently, but are now stuck with for "
1539 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1540 "release, you can expect these to change.  Beware of them."
1541 msgstr ""
1542
1543 #. type: =item
1544 #: ../src/guestfs.pod:777
1545 msgid "Autosync / forgetting to sync."
1546 msgstr ""
1547
1548 #. type: textblock
1549 #: ../src/guestfs.pod:779
1550 msgid ""
1551 "When modifying a filesystem from C or another language, you B<must> unmount "
1552 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1553 "libguestfs handle.  You can also call:"
1554 msgstr ""
1555
1556 #. type: verbatim
1557 #: ../src/guestfs.pod:783
1558 #, no-wrap
1559 msgid ""
1560 " guestfs_set_autosync (g, 1);\n"
1561 "\n"
1562 msgstr ""
1563
1564 #. type: textblock
1565 #: ../src/guestfs.pod:785
1566 msgid ""
1567 "to have the unmount/sync done automatically for you when the handle 'g' is "
1568 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> "
1569 "q.v.)"
1570 msgstr ""
1571
1572 #. type: textblock
1573 #: ../src/guestfs.pod:789
1574 msgid ""
1575 "If you forget to do this, then it is entirely possible that your changes "
1576 "won't be written out, or will be partially written, or (very rarely) that "
1577 "you'll get disk corruption."
1578 msgstr ""
1579
1580 #. type: textblock
1581 #: ../src/guestfs.pod:793
1582 msgid ""
1583 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1584 "guestfish scripts that forget to sync will work just fine, which can make "
1585 "this very puzzling if you are trying to debug a problem."
1586 msgstr ""
1587
1588 #. type: textblock
1589 #: ../src/guestfs.pod:797
1590 msgid ""
1591 "Update: Autosync is enabled by default for all API users starting from "
1592 "libguestfs 1.5.24."
1593 msgstr ""
1594
1595 #. type: =item
1596 #: ../src/guestfs.pod:800
1597 msgid "Mount option C<-o sync> should not be the default."
1598 msgstr ""
1599
1600 #. type: textblock
1601 #: ../src/guestfs.pod:802
1602 msgid ""
1603 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1604 "However C<-o sync> does not add any reliability benefit, but does have a "
1605 "very large performance impact."
1606 msgstr ""
1607
1608 #. type: textblock
1609 #: ../src/guestfs.pod:806
1610 msgid ""
1611 "The work around is to use L</guestfs_mount_options> and set the mount "
1612 "options that you actually want to use."
1613 msgstr ""
1614
1615 #. type: =item
1616 #: ../src/guestfs.pod:809
1617 msgid "Read-only should be the default."
1618 msgstr ""
1619
1620 #. type: textblock
1621 #: ../src/guestfs.pod:811
1622 msgid ""
1623 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1624 "specify I<--rw> if you want to make changes to the image."
1625 msgstr ""
1626
1627 #. type: textblock
1628 #: ../src/guestfs.pod:814
1629 msgid "This would reduce the potential to corrupt live VM images."
1630 msgstr ""
1631
1632 #. type: textblock
1633 #: ../src/guestfs.pod:816
1634 msgid ""
1635 "Note that many filesystems change the disk when you just mount and unmount, "
1636 "even if you didn't perform any writes.  You need to use "
1637 "L</guestfs_add_drive_ro> to guarantee that the disk is not changed."
1638 msgstr ""
1639
1640 #. type: =item
1641 #: ../src/guestfs.pod:820
1642 msgid "guestfish command line is hard to use."
1643 msgstr ""
1644
1645 #. type: textblock
1646 #: ../src/guestfs.pod:822
1647 msgid ""
1648 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1649 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1650 "exist, so it fails.  In earlier versions of guestfish the error message was "
1651 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1652 "we should have used C<guestfish -c command> to run commands."
1653 msgstr ""
1654
1655 #. type: =item
1656 #: ../src/guestfs.pod:829
1657 msgid "guestfish megabyte modifiers don't work right on all commands"
1658 msgstr ""
1659
1660 #. type: textblock
1661 #: ../src/guestfs.pod:831
1662 msgid ""
1663 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1664 "other modifiers).  What guestfish actually does is to multiply the number "
1665 "part by the modifier part and pass the result to the C API.  However this "
1666 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1667 "expecting some other unit (eg. megabytes)."
1668 msgstr ""
1669
1670 #. type: textblock
1671 #: ../src/guestfs.pod:838
1672 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1673 msgstr ""
1674
1675 #. type: verbatim
1676 #: ../src/guestfs.pod:840
1677 #, no-wrap
1678 msgid ""
1679 " lvcreate LV VG 100M\n"
1680 "\n"
1681 msgstr ""
1682
1683 #. type: textblock
1684 #: ../src/guestfs.pod:842
1685 msgid ""
1686 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1687 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1688 "megabytes * megabytes) logical volume.  The error message you get from this "
1689 "is also a little obscure."
1690 msgstr ""
1691
1692 #. type: textblock
1693 #: ../src/guestfs.pod:847
1694 msgid ""
1695 "This could be fixed in the generator by specially marking parameters and "
1696 "return values which take bytes or other units."
1697 msgstr ""
1698
1699 #. type: =item
1700 #: ../src/guestfs.pod:850
1701 msgid "Ambiguity between devices and paths"
1702 msgstr ""
1703
1704 #. type: textblock
1705 #: ../src/guestfs.pod:852
1706 msgid ""
1707 "There is a subtle ambiguity in the API between a device name "
1708 "(eg. C</dev/sdb2>) and a similar pathname.  A file might just happen to be "
1709 "called C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1710 msgstr ""
1711
1712 #. type: textblock
1713 #: ../src/guestfs.pod:857
1714 msgid ""
1715 "In the current API we usually resolve this ambiguity by having two separate "
1716 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1717 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1718 "detecting if the path supplied begins with C</dev/>."
1719 msgstr ""
1720
1721 #. type: textblock
1722 #: ../src/guestfs.pod:863
1723 msgid ""
1724 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1725 "make paths/devices into structured names.  One way to do this would be to "
1726 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1727 "aspect of grub.  Another way would be to use a structured type, equivalent "
1728 "to this OCaml type:"
1729 msgstr ""
1730
1731 #. type: verbatim
1732 #: ../src/guestfs.pod:869
1733 #, no-wrap
1734 msgid ""
1735 " type path = Path of string | Device of int | Partition of int * int\n"
1736 "\n"
1737 msgstr ""
1738
1739 #. type: textblock
1740 #: ../src/guestfs.pod:871
1741 msgid "which would allow you to pass arguments like:"
1742 msgstr ""
1743
1744 #. type: verbatim
1745 #: ../src/guestfs.pod:873
1746 #, no-wrap
1747 msgid ""
1748 " Path \"/foo/bar\"\n"
1749 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1750 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1751 " Path \"/dev/sdb2\"    (* not a device *)\n"
1752 "\n"
1753 msgstr ""
1754
1755 #. type: textblock
1756 #: ../src/guestfs.pod:878
1757 msgid ""
1758 "As you can see there are still problems to resolve even with this "
1759 "representation.  Also consider how it might work in guestfish."
1760 msgstr ""
1761
1762 #. type: =head2
1763 #: ../src/guestfs.pod:883
1764 msgid "PROTOCOL LIMITS"
1765 msgstr ""
1766
1767 #. type: textblock
1768 #: ../src/guestfs.pod:885
1769 msgid ""
1770 "Internally libguestfs uses a message-based protocol to pass API calls and "
1771 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1772 "plenty more detail about this).  The maximum message size used by the "
1773 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1774 "aware of this limit.  The API calls which may be affected are individually "
1775 "documented, with a link back to this section of the documentation."
1776 msgstr ""
1777
1778 #. type: textblock
1779 #: ../src/guestfs.pod:893
1780 msgid ""
1781 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1782 "a simple string.  Because this string is at some point internally encoded as "
1783 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1784 "the requested file is larger than this then you will get an error."
1785 msgstr ""
1786
1787 #. type: textblock
1788 #: ../src/guestfs.pod:899
1789 msgid ""
1790 "In order to transfer large files into and out of the guest filesystem, you "
1791 "need to use particular calls that support this.  The sections L</UPLOADING> "
1792 "and L</DOWNLOADING> document how to do this."
1793 msgstr ""
1794
1795 #. type: textblock
1796 #: ../src/guestfs.pod:903
1797 msgid ""
1798 "You might also consider mounting the disk image using our FUSE filesystem "
1799 "support (L<guestmount(1)>)."
1800 msgstr ""
1801
1802 #. type: =head2
1803 #: ../src/guestfs.pod:906
1804 msgid "KEYS AND PASSPHRASES"
1805 msgstr ""
1806
1807 #. type: textblock
1808 #: ../src/guestfs.pod:908
1809 msgid ""
1810 "Certain libguestfs calls take a parameter that contains sensitive key "
1811 "material, passed in as a C string."
1812 msgstr ""
1813
1814 #. type: textblock
1815 #: ../src/guestfs.pod:911
1816 msgid ""
1817 "In the future we would hope to change the libguestfs implementation so that "
1818 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1819 "swap.  However this is I<not> done at the moment, because of the complexity "
1820 "of such an implementation."
1821 msgstr ""
1822
1823 #. type: textblock
1824 #: ../src/guestfs.pod:916
1825 msgid ""
1826 "Therefore you should be aware that any key parameter you pass to libguestfs "
1827 "might end up being written out to the swap partition.  If this is a concern, "
1828 "scrub the swap partition or don't use libguestfs on encrypted devices."
1829 msgstr ""
1830
1831 #. type: =head2
1832 #: ../src/guestfs.pod:921
1833 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1834 msgstr ""
1835
1836 #. type: textblock
1837 #: ../src/guestfs.pod:923
1838 msgid ""
1839 "All high-level libguestfs actions are synchronous.  If you want to use "
1840 "libguestfs asynchronously then you must create a thread."
1841 msgstr ""
1842
1843 #. type: textblock
1844 #: ../src/guestfs.pod:926
1845 msgid ""
1846 "Only use the handle from a single thread.  Either use the handle exclusively "
1847 "from one thread, or provide your own mutex so that two threads cannot issue "
1848 "calls on the same handle at the same time."
1849 msgstr ""
1850
1851 #. type: textblock
1852 #: ../src/guestfs.pod:930
1853 msgid ""
1854 "See the graphical program guestfs-browser for one possible architecture for "
1855 "multithreaded programs using libvirt and libguestfs."
1856 msgstr ""
1857
1858 #. type: =head2
1859 #: ../src/guestfs.pod:933
1860 msgid "PATH"
1861 msgstr ""
1862
1863 #. type: textblock
1864 #: ../src/guestfs.pod:935
1865 msgid ""
1866 "Libguestfs needs a kernel and initrd.img, which it finds by looking along an "
1867 "internal path."
1868 msgstr ""
1869
1870 #. type: textblock
1871 #: ../src/guestfs.pod:938
1872 msgid ""
1873 "By default it looks for these in the directory C<$libdir/guestfs> "
1874 "(eg. C</usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1875 msgstr ""
1876
1877 #. type: textblock
1878 #: ../src/guestfs.pod:941
1879 msgid ""
1880 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1881 "to change the directories that libguestfs will search in.  The value is a "
1882 "colon-separated list of paths.  The current directory is I<not> searched "
1883 "unless the path contains an empty element or C<.>.  For example "
1884 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1885 "then C</usr/lib/guestfs>."
1886 msgstr ""
1887
1888 #. type: =head2
1889 #: ../src/guestfs.pod:948
1890 msgid "QEMU WRAPPERS"
1891 msgstr ""
1892
1893 #. type: textblock
1894 #: ../src/guestfs.pod:950
1895 msgid ""
1896 "If you want to compile your own qemu, run qemu from a non-standard location, "
1897 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1898 "around qemu."
1899 msgstr ""
1900
1901 #. type: textblock
1902 #: ../src/guestfs.pod:954
1903 msgid ""
1904 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1905 "last command in the shell script (so that qemu replaces the shell and "
1906 "becomes the direct child of the libguestfs-using program).  If you don't do "
1907 "this, then the qemu process won't be cleaned up correctly."
1908 msgstr ""
1909
1910 #. type: textblock
1911 #: ../src/guestfs.pod:959
1912 msgid ""
1913 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1914 "source:"
1915 msgstr ""
1916
1917 #. type: verbatim
1918 #: ../src/guestfs.pod:962
1919 #, no-wrap
1920 msgid ""
1921 " #!/bin/sh -\n"
1922 " qemudir=/home/rjones/d/qemu\n"
1923 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios "
1924 "\"$@\"\n"
1925 "\n"
1926 msgstr ""
1927
1928 #. type: textblock
1929 #: ../src/guestfs.pod:966
1930 msgid ""
1931 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1932 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1933 "example:"
1934 msgstr ""
1935
1936 #. type: verbatim
1937 #: ../src/guestfs.pod:970
1938 #, no-wrap
1939 msgid ""
1940 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1941 "\n"
1942 msgstr ""
1943
1944 #. type: textblock
1945 #: ../src/guestfs.pod:972
1946 msgid ""
1947 "Note that libguestfs also calls qemu with the -help and -version options in "
1948 "order to determine features."
1949 msgstr ""
1950
1951 #. type: =head2
1952 #: ../src/guestfs.pod:975
1953 msgid "ATTACHING TO RUNNING DAEMONS"
1954 msgstr ""
1955
1956 #. type: textblock
1957 #: ../src/guestfs.pod:977
1958 msgid ""
1959 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
1960 "babies.  Use with caution."
1961 msgstr ""
1962
1963 #. type: textblock
1964 #: ../src/guestfs.pod:980
1965 msgid ""
1966 "I<Note (2):> This section explains how to attach to a running daemon from a "
1967 "low level perspective.  For most users, simply using virt tools such as "
1968 "L<guestfish(1)> with the I<--live> option will \"just work\"."
1969 msgstr ""
1970
1971 #. type: =head3
1972 #: ../src/guestfs.pod:984
1973 msgid "Using guestfs_set_attach_method"
1974 msgstr ""
1975
1976 #. type: textblock
1977 #: ../src/guestfs.pod:986
1978 msgid ""
1979 "By calling L</guestfs_set_attach_method> you can change how the library "
1980 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read "
1981 "L</ARCHITECTURE> for some background)."
1982 msgstr ""
1983
1984 #. type: textblock
1985 #: ../src/guestfs.pod:990
1986 msgid ""
1987 "The normal attach method is C<appliance>, where a small appliance is created "
1988 "containing the daemon, and then the library connects to this."
1989 msgstr ""
1990
1991 #. type: textblock
1992 #: ../src/guestfs.pod:993
1993 msgid ""
1994 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
1995 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
1996 "daemon over the Unix domain socket."
1997 msgstr ""
1998
1999 #. type: textblock
2000 #: ../src/guestfs.pod:997
2001 msgid ""
2002 "The normal use for this is to connect to a running virtual machine that "
2003 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2004 "files inside the live virtual machine."
2005 msgstr ""
2006
2007 #. type: =head3
2008 #: ../src/guestfs.pod:1001
2009 msgid "Using guestfs_add_domain with live flag"
2010 msgstr ""
2011
2012 #. type: textblock
2013 #: ../src/guestfs.pod:1003
2014 msgid ""
2015 "L</guestfs_add_domain> provides some help for getting the correct attach "
2016 "method.  If you pass the C<live> option to this function, then (if the "
2017 "virtual machine is running) it will examine the libvirt XML looking for a "
2018 "virtio-serial channel to connect to:"
2019 msgstr ""
2020
2021 #. type: verbatim
2022 #: ../src/guestfs.pod:1009
2023 #, no-wrap
2024 msgid ""
2025 " <domain>\n"
2026 "   ...\n"
2027 "   <devices>\n"
2028 "     ...\n"
2029 "     <channel type='unix'>\n"
2030 "       <source mode='bind' path='/path/to/socket'/>\n"
2031 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2032 "     </channel>\n"
2033 "     ...\n"
2034 "   </devices>\n"
2035 " </domain>\n"
2036 "\n"
2037 msgstr ""
2038
2039 #. type: textblock
2040 #: ../src/guestfs.pod:1021
2041 msgid ""
2042 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2043 "method to C<unix:/path/to/socket>."
2044 msgstr ""
2045
2046 #. type: textblock
2047 #: ../src/guestfs.pod:1024
2048 msgid ""
2049 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2050 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2051 "to attach to and modify live virtual machines."
2052 msgstr ""
2053
2054 #. type: textblock
2055 #: ../src/guestfs.pod:1028
2056 msgid ""
2057 "The virtual machine needs to have been set up beforehand so that it has the "
2058 "virtio-serial channel and so that guestfsd is running inside it."
2059 msgstr ""
2060
2061 #. type: =head2
2062 #: ../src/guestfs.pod:1032
2063 msgid "ABI GUARANTEE"
2064 msgstr ""
2065
2066 #. type: textblock
2067 #: ../src/guestfs.pod:1034
2068 msgid ""
2069 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2070 "actions as outlined in this section.  Although we will deprecate some "
2071 "actions, for example if they get replaced by newer calls, we will keep the "
2072 "old actions forever.  This allows you the developer to program in confidence "
2073 "against the libguestfs API."
2074 msgstr ""
2075
2076 #. type: =head2
2077 #: ../src/guestfs.pod:1040
2078 msgid "BLOCK DEVICE NAMING"
2079 msgstr ""
2080
2081 #. type: textblock
2082 #: ../src/guestfs.pod:1042
2083 msgid ""
2084 "In the kernel there is now quite a profusion of schemata for naming block "
2085 "devices (in this context, by I<block device> I mean a physical or virtual "
2086 "hard drive).  The original Linux IDE driver used names starting with "
2087 "C</dev/hd*>.  SCSI devices have historically used a different naming scheme, "
2088 "C</dev/sd*>.  When the Linux kernel I<libata> driver became a popular "
2089 "replacement for the old IDE driver (particularly for SATA devices) those "
2090 "devices also used the C</dev/sd*> scheme.  Additionally we now have virtual "
2091 "machines with paravirtualized drivers.  This has created several different "
2092 "naming systems, such as C</dev/vd*> for virtio disks and C</dev/xvd*> for "
2093 "Xen PV disks."
2094 msgstr ""
2095
2096 #. type: textblock
2097 #: ../src/guestfs.pod:1054
2098 msgid ""
2099 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2100 "Linux kernel to access block devices.  We can run a variety of appliances "
2101 "based on a variety of Linux kernels."
2102 msgstr ""
2103
2104 #. type: textblock
2105 #: ../src/guestfs.pod:1058
2106 msgid ""
2107 "This causes a problem for libguestfs because many API calls use device or "
2108 "partition names.  Working scripts and the recipe (example) scripts that we "
2109 "make available over the internet could fail if the naming scheme changes."
2110 msgstr ""
2111
2112 #. type: textblock
2113 #: ../src/guestfs.pod:1063
2114 msgid ""
2115 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2116 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2117 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2118 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2119 msgstr ""
2120
2121 #. type: textblock
2122 #: ../src/guestfs.pod:1069
2123 msgid ""
2124 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2125 "L</guestfs_list_partitions> and similar calls return the true names of the "
2126 "devices and partitions as known to the appliance."
2127 msgstr ""
2128
2129 #. type: =head3
2130 #: ../src/guestfs.pod:1074
2131 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2132 msgstr ""
2133
2134 #. type: textblock
2135 #: ../src/guestfs.pod:1076
2136 msgid ""
2137 "Usually this translation is transparent.  However in some (very rare)  cases "
2138 "you may need to know the exact algorithm.  Such cases include where you use "
2139 "L</guestfs_config> to add a mixture of virtio and IDE devices to the "
2140 "qemu-based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> "
2141 "devices."
2142 msgstr ""
2143
2144 #. type: textblock
2145 #: ../src/guestfs.pod:1082
2146 msgid ""
2147 "The algorithm is applied only to I<parameters> which are known to be either "
2148 "device or partition names.  Return values from functions such as "
2149 "L</guestfs_list_devices> are never changed."
2150 msgstr ""
2151
2152 #. type: textblock
2153 #: ../src/guestfs.pod:1090
2154 msgid "Is the string a parameter which is a device or partition name?"
2155 msgstr ""
2156
2157 #. type: textblock
2158 #: ../src/guestfs.pod:1094
2159 msgid "Does the string begin with C</dev/sd>?"
2160 msgstr ""
2161
2162 #. type: textblock
2163 #: ../src/guestfs.pod:1098
2164 msgid ""
2165 "Does the named device exist? If so, we use that device.  However if I<not> "
2166 "then we continue with this algorithm."
2167 msgstr ""
2168
2169 #. type: textblock
2170 #: ../src/guestfs.pod:1103
2171 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2172 msgstr ""
2173
2174 #. type: textblock
2175 #: ../src/guestfs.pod:1105
2176 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2177 msgstr ""
2178
2179 #. type: textblock
2180 #: ../src/guestfs.pod:1107
2181 msgid "If that named device exists, use it.  If not, continue."
2182 msgstr ""
2183
2184 #. type: textblock
2185 #: ../src/guestfs.pod:1111
2186 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2187 msgstr ""
2188
2189 #. type: textblock
2190 #: ../src/guestfs.pod:1113
2191 msgid "If that named device exists, use it.  If not, return an error."
2192 msgstr ""
2193
2194 #. type: =head3
2195 #: ../src/guestfs.pod:1117
2196 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2197 msgstr ""
2198
2199 #. type: textblock
2200 #: ../src/guestfs.pod:1119
2201 msgid ""
2202 "Although the standard naming scheme and automatic translation is useful for "
2203 "simple programs and guestfish scripts, for larger programs it is best not to "
2204 "rely on this mechanism."
2205 msgstr ""
2206
2207 #. type: textblock
2208 #: ../src/guestfs.pod:1123
2209 msgid ""
2210 "Where possible for maximum future portability programs using libguestfs "
2211 "should use these future-proof techniques:"
2212 msgstr ""
2213
2214 #. type: textblock
2215 #: ../src/guestfs.pod:1130
2216 msgid ""
2217 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2218 "device names, and then use those names directly."
2219 msgstr ""
2220
2221 #. type: textblock
2222 #: ../src/guestfs.pod:1133
2223 msgid "Since those device names exist by definition, they will never be translated."
2224 msgstr ""
2225
2226 #. type: textblock
2227 #: ../src/guestfs.pod:1138
2228 msgid ""
2229 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2230 "filesystem labels."
2231 msgstr ""
2232
2233 #. type: =head1
2234 #: ../src/guestfs.pod:1143
2235 msgid "SECURITY"
2236 msgstr ""
2237
2238 #. type: textblock
2239 #: ../src/guestfs.pod:1145
2240 msgid ""
2241 "This section discusses security implications of using libguestfs, "
2242 "particularly with untrusted or malicious guests or disk images."
2243 msgstr ""
2244
2245 #. type: =head2
2246 #: ../src/guestfs.pod:1148
2247 msgid "GENERAL SECURITY CONSIDERATIONS"
2248 msgstr ""
2249
2250 #. type: textblock
2251 #: ../src/guestfs.pod:1150
2252 msgid ""
2253 "Be careful with any files or data that you download from a guest (by "
2254 "\"download\" we mean not just the L</guestfs_download> command but any "
2255 "command that reads files, filenames, directories or anything else from a "
2256 "disk image).  An attacker could manipulate the data to fool your program "
2257 "into doing the wrong thing.  Consider cases such as:"
2258 msgstr ""
2259
2260 #. type: textblock
2261 #: ../src/guestfs.pod:1160
2262 msgid "the data (file etc) not being present"
2263 msgstr ""
2264
2265 #. type: textblock
2266 #: ../src/guestfs.pod:1164
2267 msgid "being present but empty"
2268 msgstr ""
2269
2270 #. type: textblock
2271 #: ../src/guestfs.pod:1168
2272 msgid "being much larger than normal"
2273 msgstr ""
2274
2275 #. type: textblock
2276 #: ../src/guestfs.pod:1172
2277 msgid "containing arbitrary 8 bit data"
2278 msgstr ""
2279
2280 #. type: textblock
2281 #: ../src/guestfs.pod:1176
2282 msgid "being in an unexpected character encoding"
2283 msgstr ""
2284
2285 #. type: textblock
2286 #: ../src/guestfs.pod:1180
2287 msgid "containing homoglyphs."
2288 msgstr ""
2289
2290 #. type: =head2
2291 #: ../src/guestfs.pod:1184
2292 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2293 msgstr ""
2294
2295 #. type: textblock
2296 #: ../src/guestfs.pod:1186
2297 msgid ""
2298 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2299 "(VFS) module can sometimes be escalated into exploits by deliberately "
2300 "creating a malicious, malformed filesystem.  These exploits are very severe "
2301 "for two reasons.  Firstly there are very many filesystem drivers in the "
2302 "kernel, and many of them are infrequently used and not much developer "
2303 "attention has been paid to the code.  Linux userspace helps potential "
2304 "crackers by detecting the filesystem type and automatically choosing the "
2305 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2306 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2307 "exploit (worse in some ways), giving immediate and total access to the "
2308 "system right down to the hardware level."
2309 msgstr ""
2310
2311 #. type: textblock
2312 #: ../src/guestfs.pod:1199
2313 msgid ""
2314 "That explains why you should never mount a filesystem from an untrusted "
2315 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2316 "inside a qemu virtual machine, usually running as a non-root user.  The "
2317 "attacker would need to write a filesystem which first exploited the kernel, "
2318 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2319 "the libguestfs protocol, and finally to be as serious as the host kernel "
2320 "exploit it would need to escalate its privileges to root.  This multi-step "
2321 "escalation, performed by a static piece of data, is thought to be extremely "
2322 "hard to do, although we never say 'never' about security issues."
2323 msgstr ""
2324
2325 #. type: textblock
2326 #: ../src/guestfs.pod:1210
2327 msgid ""
2328 "In any case callers can reduce the attack surface by forcing the filesystem "
2329 "type when mounting (use L</guestfs_mount_vfs>)."
2330 msgstr ""
2331
2332 #. type: =head2
2333 #: ../src/guestfs.pod:1213
2334 msgid "PROTOCOL SECURITY"
2335 msgstr ""
2336
2337 #. type: textblock
2338 #: ../src/guestfs.pod:1215
2339 msgid ""
2340 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2341 "defined upper message size.  However a program that uses libguestfs must "
2342 "also take care - for example you can write a program that downloads a binary "
2343 "from a disk image and executes it locally, and no amount of protocol "
2344 "security will save you from the consequences."
2345 msgstr ""
2346
2347 #. type: =head2
2348 #: ../src/guestfs.pod:1221
2349 msgid "INSPECTION SECURITY"
2350 msgstr ""
2351
2352 #. type: textblock
2353 #: ../src/guestfs.pod:1223
2354 msgid ""
2355 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2356 "directly from the guest, and these could contain any 8 bit data.  Callers "
2357 "should be careful to escape these before printing them to a structured file "
2358 "(for example, use HTML escaping if creating a web page)."
2359 msgstr ""
2360
2361 #. type: textblock
2362 #: ../src/guestfs.pod:1229
2363 msgid ""
2364 "Guest configuration may be altered in unusual ways by the administrator of "
2365 "the virtual machine, and may not reflect reality (particularly for untrusted "
2366 "or actively malicious guests).  For example we parse the hostname from "
2367 "configuration files like C</etc/sysconfig/network> that we find in the "
2368 "guest, but the guest administrator can easily manipulate these files to "
2369 "provide the wrong hostname."
2370 msgstr ""
2371
2372 #. type: textblock
2373 #: ../src/guestfs.pod:1237
2374 msgid ""
2375 "The inspection API parses guest configuration using two external libraries: "
2376 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2377 "designed to be robust in the face of malicious data, although denial of "
2378 "service attacks are still possible, for example with oversized configuration "
2379 "files."
2380 msgstr ""
2381
2382 #. type: =head2
2383 #: ../src/guestfs.pod:1243
2384 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1245
2389 msgid ""
2390 "Be very cautious about running commands from the guest.  By running a "
2391 "command in the guest, you are giving CPU time to a binary that you do not "
2392 "control, under the same user account as the library, albeit wrapped in qemu "
2393 "virtualization.  More information and alternatives can be found in the "
2394 "section L</RUNNING COMMANDS>."
2395 msgstr ""
2396
2397 #. type: =head2
2398 #: ../src/guestfs.pod:1251
2399 msgid "CVE-2010-3851"
2400 msgstr ""
2401
2402 #. type: textblock
2403 #: ../src/guestfs.pod:1253
2404 msgid "https://bugzilla.redhat.com/642934"
2405 msgstr ""
2406
2407 #. type: textblock
2408 #: ../src/guestfs.pod:1255
2409 msgid ""
2410 "This security bug concerns the automatic disk format detection that qemu "
2411 "does on disk images."
2412 msgstr ""
2413
2414 #. type: textblock
2415 #: ../src/guestfs.pod:1258
2416 msgid ""
2417 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2418 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2419 "for one of the known headers, and if none is found then assuming the disk "
2420 "image must be raw."
2421 msgstr ""
2422
2423 #. type: textblock
2424 #: ../src/guestfs.pod:1263
2425 msgid ""
2426 "This allows a guest which has been given a raw disk image to write some "
2427 "other header.  At next boot (or when the disk image is accessed by "
2428 "libguestfs) qemu would do autodetection and think the disk image format was, "
2429 "say, qcow2 based on the header written by the guest."
2430 msgstr ""
2431
2432 #. type: textblock
2433 #: ../src/guestfs.pod:1268
2434 msgid ""
2435 "This in itself would not be a problem, but qcow2 offers many features, one "
2436 "of which is to allow a disk image to refer to another image (called the "
2437 "\"backing disk\").  It does this by placing the path to the backing disk "
2438 "into the qcow2 header.  This path is not validated and could point to any "
2439 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2440 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2441 "control of the attacker."
2442 msgstr ""
2443
2444 #. type: textblock
2445 #: ../src/guestfs.pod:1276
2446 msgid "In libguestfs this is rather hard to exploit except under two circumstances:"
2447 msgstr ""
2448
2449 #. type: textblock
2450 #: ../src/guestfs.pod:1283
2451 msgid "You have enabled the network or have opened the disk in write mode."
2452 msgstr ""
2453
2454 #. type: textblock
2455 #: ../src/guestfs.pod:1287
2456 msgid ""
2457 "You are also running untrusted code from the guest (see L</RUNNING "
2458 "COMMANDS>)."
2459 msgstr ""
2460
2461 #. type: textblock
2462 #: ../src/guestfs.pod:1292
2463 msgid ""
2464 "The way to avoid this is to specify the expected disk format when adding "
2465 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2466 "should always do this if the disk is raw format, and it's a good idea for "
2467 "other cases too."
2468 msgstr ""
2469
2470 #. type: textblock
2471 #: ../src/guestfs.pod:1297
2472 msgid ""
2473 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2474 "format is fetched from libvirt and passed through."
2475 msgstr ""
2476
2477 #. type: textblock
2478 #: ../src/guestfs.pod:1300
2479 msgid ""
2480 "For libguestfs tools, use the I<--format> command line parameter as "
2481 "appropriate."
2482 msgstr ""
2483
2484 #. type: =head1
2485 #: ../src/guestfs.pod:1303
2486 msgid "CONNECTION MANAGEMENT"
2487 msgstr ""
2488
2489 #. type: =head2
2490 #: ../src/guestfs.pod:1305
2491 msgid "guestfs_h *"
2492 msgstr ""
2493
2494 #. type: textblock
2495 #: ../src/guestfs.pod:1307
2496 msgid ""
2497 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2498 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2499 "handle and release all resources used."
2500 msgstr ""
2501
2502 #. type: textblock
2503 #: ../src/guestfs.pod:1311
2504 msgid ""
2505 "For information on using multiple handles and threads, see the section "
2506 "L</MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2507 msgstr ""
2508
2509 #. type: =head2
2510 #: ../src/guestfs.pod:1314
2511 msgid "guestfs_create"
2512 msgstr ""
2513
2514 #. type: verbatim
2515 #: ../src/guestfs.pod:1316
2516 #, no-wrap
2517 msgid ""
2518 " guestfs_h *guestfs_create (void);\n"
2519 "\n"
2520 msgstr ""
2521
2522 #. type: textblock
2523 #: ../src/guestfs.pod:1318
2524 msgid "Create a connection handle."
2525 msgstr ""
2526
2527 #. type: textblock
2528 #: ../src/guestfs.pod:1320
2529 msgid ""
2530 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2531 "on the handle at least once."
2532 msgstr ""
2533
2534 #. type: textblock
2535 #: ../src/guestfs.pod:1323
2536 msgid ""
2537 "This function returns a non-NULL pointer to a handle on success or NULL on "
2538 "error."
2539 msgstr ""
2540
2541 #. type: textblock
2542 #: ../src/guestfs.pod:1326
2543 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2544 msgstr ""
2545
2546 #. type: textblock
2547 #: ../src/guestfs.pod:1328
2548 msgid ""
2549 "You may also want to configure error handling for the handle.  See L</ERROR "
2550 "HANDLING> section below."
2551 msgstr ""
2552
2553 #. type: =head2
2554 #: ../src/guestfs.pod:1331
2555 msgid "guestfs_close"
2556 msgstr ""
2557
2558 #. type: verbatim
2559 #: ../src/guestfs.pod:1333
2560 #, no-wrap
2561 msgid ""
2562 " void guestfs_close (guestfs_h *g);\n"
2563 "\n"
2564 msgstr ""
2565
2566 #. type: textblock
2567 #: ../src/guestfs.pod:1335
2568 msgid "This closes the connection handle and frees up all resources used."
2569 msgstr ""
2570
2571 #. type: =head1
2572 #: ../src/guestfs.pod:1337
2573 msgid "ERROR HANDLING"
2574 msgstr ""
2575
2576 #. type: textblock
2577 #: ../src/guestfs.pod:1339
2578 msgid ""
2579 "API functions can return errors.  For example, almost all functions that "
2580 "return C<int> will return C<-1> to indicate an error."
2581 msgstr ""
2582
2583 #. type: textblock
2584 #: ../src/guestfs.pod:1342
2585 msgid ""
2586 "Additional information is available for errors: an error message string and "
2587 "optionally an error number (errno) if the thing that failed was a system "
2588 "call."
2589 msgstr ""
2590
2591 #. type: textblock
2592 #: ../src/guestfs.pod:1346
2593 msgid ""
2594 "You can get at the additional information about the last error on the handle "
2595 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2596 "up an error handler with L</guestfs_set_error_handler>."
2597 msgstr ""
2598
2599 #. type: textblock
2600 #: ../src/guestfs.pod:1351
2601 msgid ""
2602 "When the handle is created, a default error handler is installed which "
2603 "prints the error message string to C<stderr>.  For small short-running "
2604 "command line programs it is sufficient to do:"
2605 msgstr ""
2606
2607 #. type: verbatim
2608 #: ../src/guestfs.pod:1355
2609 #, no-wrap
2610 msgid ""
2611 " if (guestfs_launch (g) == -1)\n"
2612 "   exit (EXIT_FAILURE);\n"
2613 "\n"
2614 msgstr ""
2615
2616 #. type: textblock
2617 #: ../src/guestfs.pod:1358
2618 msgid ""
2619 "since the default error handler will ensure that an error message has been "
2620 "printed to C<stderr> before the program exits."
2621 msgstr ""
2622
2623 #. type: textblock
2624 #: ../src/guestfs.pod:1361
2625 msgid ""
2626 "For other programs the caller will almost certainly want to install an "
2627 "alternate error handler or do error handling in-line like this:"
2628 msgstr ""
2629
2630 #. type: verbatim
2631 #: ../src/guestfs.pod:1364
2632 #, no-wrap
2633 msgid ""
2634 " g = guestfs_create ();\n"
2635 " \n"
2636 msgstr ""
2637
2638 #. type: verbatim
2639 #: ../src/guestfs.pod:1366
2640 #, no-wrap
2641 msgid ""
2642 " /* This disables the default behaviour of printing errors\n"
2643 "    on stderr. */\n"
2644 " guestfs_set_error_handler (g, NULL, NULL);\n"
2645 " \n"
2646 msgstr ""
2647
2648 #. type: verbatim
2649 #: ../src/guestfs.pod:1370
2650 #, no-wrap
2651 msgid ""
2652 " if (guestfs_launch (g) == -1) {\n"
2653 "   /* Examine the error message and print it etc. */\n"
2654 "   char *msg = guestfs_last_error (g);\n"
2655 "   int errnum = guestfs_last_errno (g);\n"
2656 "   fprintf (stderr, \"%s\\n\", msg);\n"
2657 "   /* ... */\n"
2658 "  }\n"
2659 "\n"
2660 msgstr ""
2661
2662 #. type: textblock
2663 #: ../src/guestfs.pod:1378
2664 msgid ""
2665 "Out of memory errors are handled differently.  The default action is to call "
2666 "L<abort(3)>.  If this is undesirable, then you can set a handler using "
2667 "L</guestfs_set_out_of_memory_handler>."
2668 msgstr ""
2669
2670 #. type: textblock
2671 #: ../src/guestfs.pod:1382
2672 msgid ""
2673 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2674 "because there is no handle if this happens there is no way to get additional "
2675 "error information.  However L</guestfs_create> is supposed to be a "
2676 "lightweight operation which can only fail because of insufficient memory (it "
2677 "returns NULL in this case)."
2678 msgstr ""
2679
2680 #. type: =head2
2681 #: ../src/guestfs.pod:1388
2682 msgid "guestfs_last_error"
2683 msgstr ""
2684
2685 #. type: verbatim
2686 #: ../src/guestfs.pod:1390
2687 #, no-wrap
2688 msgid ""
2689 " const char *guestfs_last_error (guestfs_h *g);\n"
2690 "\n"
2691 msgstr ""
2692
2693 #. type: textblock
2694 #: ../src/guestfs.pod:1392
2695 msgid ""
2696 "This returns the last error message that happened on C<g>.  If there has not "
2697 "been an error since the handle was created, then this returns C<NULL>."
2698 msgstr ""
2699
2700 #. type: textblock
2701 #: ../src/guestfs.pod:1396
2702 msgid ""
2703 "The lifetime of the returned string is until the next error occurs, or "
2704 "L</guestfs_close> is called."
2705 msgstr ""
2706
2707 #. type: =head2
2708 #: ../src/guestfs.pod:1399
2709 msgid "guestfs_last_errno"
2710 msgstr ""
2711
2712 #. type: verbatim
2713 #: ../src/guestfs.pod:1401
2714 #, no-wrap
2715 msgid ""
2716 " int guestfs_last_errno (guestfs_h *g);\n"
2717 "\n"
2718 msgstr ""
2719
2720 #. type: textblock
2721 #: ../src/guestfs.pod:1403
2722 msgid "This returns the last error number (errno) that happened on C<g>."
2723 msgstr ""
2724
2725 #. type: textblock
2726 #: ../src/guestfs.pod:1405
2727 msgid "If successful, an errno integer not equal to zero is returned."
2728 msgstr ""
2729
2730 #. type: textblock
2731 #: ../src/guestfs.pod:1407
2732 msgid "If no error, this returns 0.  This call can return 0 in three situations:"
2733 msgstr ""
2734
2735 #. type: textblock
2736 #: ../src/guestfs.pod:1414
2737 msgid "There has not been any error on the handle."
2738 msgstr ""
2739
2740 #. type: textblock
2741 #: ../src/guestfs.pod:1418
2742 msgid ""
2743 "There has been an error but the errno was meaningless.  This corresponds to "
2744 "the case where the error did not come from a failed system call, but for "
2745 "some other reason."
2746 msgstr ""
2747
2748 #. type: textblock
2749 #: ../src/guestfs.pod:1424
2750 msgid ""
2751 "There was an error from a failed system call, but for some reason the errno "
2752 "was not captured and returned.  This usually indicates a bug in libguestfs."
2753 msgstr ""
2754
2755 #. type: textblock
2756 #: ../src/guestfs.pod:1430
2757 msgid ""
2758 "Libguestfs tries to convert the errno from inside the applicance into a "
2759 "corresponding errno for the caller (not entirely trivial: the appliance "
2760 "might be running a completely different operating system from the library "
2761 "and error numbers are not standardized across Un*xen).  If this could not be "
2762 "done, then the error is translated to C<EINVAL>.  In practice this should "
2763 "only happen in very rare circumstances."
2764 msgstr ""
2765
2766 #. type: =head2
2767 #: ../src/guestfs.pod:1438
2768 msgid "guestfs_set_error_handler"
2769 msgstr ""
2770
2771 #. type: verbatim
2772 #: ../src/guestfs.pod:1440
2773 #, no-wrap
2774 msgid ""
2775 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2776 "                                           void *opaque,\n"
2777 "                                           const char *msg);\n"
2778 " void guestfs_set_error_handler (guestfs_h *g,\n"
2779 "                                 guestfs_error_handler_cb cb,\n"
2780 "                                 void *opaque);\n"
2781 "\n"
2782 msgstr ""
2783
2784 #. type: textblock
2785 #: ../src/guestfs.pod:1447
2786 msgid ""
2787 "The callback C<cb> will be called if there is an error.  The parameters "
2788 "passed to the callback are an opaque data pointer and the error message "
2789 "string."
2790 msgstr ""
2791
2792 #. type: textblock
2793 #: ../src/guestfs.pod:1451
2794 msgid ""
2795 "C<errno> is not passed to the callback.  To get that the callback must call "
2796 "L</guestfs_last_errno>."
2797 msgstr ""
2798
2799 #. type: textblock
2800 #: ../src/guestfs.pod:1454
2801 msgid ""
2802 "Note that the message string C<msg> is freed as soon as the callback "
2803 "function returns, so if you want to stash it somewhere you must make your "
2804 "own copy."
2805 msgstr ""
2806
2807 #. type: textblock
2808 #: ../src/guestfs.pod:1458
2809 msgid "The default handler prints messages on C<stderr>."
2810 msgstr ""
2811
2812 #. type: textblock
2813 #: ../src/guestfs.pod:1460
2814 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2815 msgstr ""
2816
2817 #. type: =head2
2818 #: ../src/guestfs.pod:1462
2819 msgid "guestfs_get_error_handler"
2820 msgstr ""
2821
2822 #. type: verbatim
2823 #: ../src/guestfs.pod:1464
2824 #, no-wrap
2825 msgid ""
2826 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2827 "                                                     void **opaque_rtn);\n"
2828 "\n"
2829 msgstr ""
2830
2831 #. type: textblock
2832 #: ../src/guestfs.pod:1467
2833 msgid "Returns the current error handler callback."
2834 msgstr ""
2835
2836 #. type: =head2
2837 #: ../src/guestfs.pod:1469
2838 msgid "guestfs_set_out_of_memory_handler"
2839 msgstr ""
2840
2841 #. type: verbatim
2842 #: ../src/guestfs.pod:1471
2843 #, no-wrap
2844 msgid ""
2845 " typedef void (*guestfs_abort_cb) (void);\n"
2846 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2847 "                                        guestfs_abort_cb);\n"
2848 "\n"
2849 msgstr ""
2850
2851 #. type: textblock
2852 #: ../src/guestfs.pod:1475
2853 msgid ""
2854 "The callback C<cb> will be called if there is an out of memory situation.  "
2855 "I<Note this callback must not return>."
2856 msgstr ""
2857
2858 #. type: textblock
2859 #: ../src/guestfs.pod:1478
2860 msgid "The default is to call L<abort(3)>."
2861 msgstr ""
2862
2863 #. type: textblock
2864 #: ../src/guestfs.pod:1480
2865 msgid "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2866 msgstr ""
2867
2868 #. type: =head2
2869 #: ../src/guestfs.pod:1483
2870 msgid "guestfs_get_out_of_memory_handler"
2871 msgstr ""
2872
2873 #. type: verbatim
2874 #: ../src/guestfs.pod:1485
2875 #, no-wrap
2876 msgid ""
2877 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2878 "\n"
2879 msgstr ""
2880
2881 #. type: textblock
2882 #: ../src/guestfs.pod:1487
2883 msgid "This returns the current out of memory handler."
2884 msgstr ""
2885
2886 #. type: =head1
2887 #: ../src/guestfs.pod:1489
2888 msgid "API CALLS"
2889 msgstr ""
2890
2891 #. type: textblock
2892 #: ../src/guestfs.pod:1491 ../fish/guestfish.pod:989
2893 msgid "@ACTIONS@"
2894 msgstr ""
2895
2896 #. type: =head1
2897 #: ../src/guestfs.pod:1493
2898 msgid "STRUCTURES"
2899 msgstr ""
2900
2901 #. type: textblock
2902 #: ../src/guestfs.pod:1495
2903 msgid "@STRUCTS@"
2904 msgstr ""
2905
2906 #. type: =head1
2907 #: ../src/guestfs.pod:1497
2908 msgid "AVAILABILITY"
2909 msgstr ""
2910
2911 #. type: =head2
2912 #: ../src/guestfs.pod:1499
2913 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2914 msgstr ""
2915
2916 #. type: textblock
2917 #: ../src/guestfs.pod:1501
2918 msgid ""
2919 "Using L</guestfs_available> you can test availability of the following "
2920 "groups of functions.  This test queries the appliance to see if the "
2921 "appliance you are currently using supports the functionality."
2922 msgstr ""
2923
2924 #. type: textblock
2925 #: ../src/guestfs.pod:1506
2926 msgid "@AVAILABILITY@"
2927 msgstr ""
2928
2929 #. type: =head2
2930 #: ../src/guestfs.pod:1508
2931 msgid "GUESTFISH supported COMMAND"
2932 msgstr ""
2933
2934 #. type: textblock
2935 #: ../src/guestfs.pod:1510
2936 msgid ""
2937 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
2938 "prints out the available groups and whether they are supported by this build "
2939 "of libguestfs.  Note however that you have to do C<run> first."
2940 msgstr ""
2941
2942 #. type: =head2
2943 #: ../src/guestfs.pod:1515
2944 msgid "SINGLE CALLS AT COMPILE TIME"
2945 msgstr ""
2946
2947 #. type: textblock
2948 #: ../src/guestfs.pod:1517
2949 msgid ""
2950 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
2951 "function, such as:"
2952 msgstr ""
2953
2954 #. type: verbatim
2955 #: ../src/guestfs.pod:1520
2956 #, no-wrap
2957 msgid ""
2958 " #define LIBGUESTFS_HAVE_DD 1\n"
2959 "\n"
2960 msgstr ""
2961
2962 #. type: textblock
2963 #: ../src/guestfs.pod:1522
2964 msgid "if L</guestfs_dd> is available."
2965 msgstr ""
2966
2967 #. type: textblock
2968 #: ../src/guestfs.pod:1524
2969 msgid ""
2970 "Before version 1.5.8, if you needed to test whether a single libguestfs "
2971 "function is available at compile time, we recommended using build tools such "
2972 "as autoconf or cmake.  For example in autotools you could use:"
2973 msgstr ""
2974
2975 #. type: verbatim
2976 #: ../src/guestfs.pod:1529
2977 #, no-wrap
2978 msgid ""
2979 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
2980 " AC_CHECK_FUNCS([guestfs_dd])\n"
2981 "\n"
2982 msgstr ""
2983
2984 #. type: textblock
2985 #: ../src/guestfs.pod:1532
2986 msgid ""
2987 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
2988 "in your program."
2989 msgstr ""
2990
2991 #. type: =head2
2992 #: ../src/guestfs.pod:1535
2993 msgid "SINGLE CALLS AT RUN TIME"
2994 msgstr ""
2995
2996 #. type: textblock
2997 #: ../src/guestfs.pod:1537
2998 msgid ""
2999 "Testing at compile time doesn't guarantee that a function really exists in "
3000 "the library.  The reason is that you might be dynamically linked against a "
3001 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3002 "This situation unfortunately results in a segmentation fault, which is a "
3003 "shortcoming of the C dynamic linking system itself."
3004 msgstr ""
3005
3006 #. type: textblock
3007 #: ../src/guestfs.pod:1544
3008 msgid ""
3009 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3010 "in this example program (note that you still need the compile time check as "
3011 "well):"
3012 msgstr ""
3013
3014 #. type: verbatim
3015 #: ../src/guestfs.pod:1548
3016 #, no-wrap
3017 msgid ""
3018 " #include <stdio.h>\n"
3019 " #include <stdlib.h>\n"
3020 " #include <unistd.h>\n"
3021 " #include <dlfcn.h>\n"
3022 " #include <guestfs.h>\n"
3023 " \n"
3024 msgstr ""
3025
3026 #. type: verbatim
3027 #: ../src/guestfs.pod:1554
3028 #, no-wrap
3029 msgid ""
3030 " main ()\n"
3031 " {\n"
3032 " #ifdef LIBGUESTFS_HAVE_DD\n"
3033 "   void *dl;\n"
3034 "   int has_function;\n"
3035 " \n"
3036 msgstr ""
3037
3038 #. type: verbatim
3039 #: ../src/guestfs.pod:1560
3040 #, no-wrap
3041 msgid ""
3042 "   /* Test if the function guestfs_dd is really available. */\n"
3043 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3044 "   if (!dl) {\n"
3045 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3046 "     exit (EXIT_FAILURE);\n"
3047 "   }\n"
3048 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3049 "   dlclose (dl);\n"
3050 " \n"
3051 msgstr ""
3052
3053 #. type: verbatim
3054 #: ../src/guestfs.pod:1569
3055 #, no-wrap
3056 msgid ""
3057 "   if (!has_function)\n"
3058 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3059 "   else {\n"
3060 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3061 "     /* Now it's safe to call\n"
3062 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3063 "     */\n"
3064 "   }\n"
3065 " #else\n"
3066 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3067 " #endif\n"
3068 "  }\n"
3069 "\n"
3070 msgstr ""
3071
3072 #. type: textblock
3073 #: ../src/guestfs.pod:1582
3074 msgid ""
3075 "You may think the above is an awful lot of hassle, and it is.  There are "
3076 "other ways outside of the C linking system to ensure that this kind of "
3077 "incompatibility never arises, such as using package versioning:"
3078 msgstr ""
3079
3080 #. type: verbatim
3081 #: ../src/guestfs.pod:1587
3082 #, no-wrap
3083 msgid ""
3084 " Requires: libguestfs >= 1.0.80\n"
3085 "\n"
3086 msgstr ""
3087
3088 #. type: =head1
3089 #: ../src/guestfs.pod:1589
3090 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3091 msgstr ""
3092
3093 #. type: textblock
3094 #: ../src/guestfs.pod:1591
3095 msgid ""
3096 "A recent feature of the API is the introduction of calls which take optional "
3097 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3098 "takes variable arguments (ie. C<...>), as in this example:"
3099 msgstr ""
3100
3101 #. type: verbatim
3102 #: ../src/guestfs.pod:1596
3103 #, no-wrap
3104 msgid ""
3105 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3106 "\n"
3107 msgstr ""
3108
3109 #. type: textblock
3110 #: ../src/guestfs.pod:1598
3111 msgid ""
3112 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3113 "call with no optional arguments specified:"
3114 msgstr ""
3115
3116 #. type: verbatim
3117 #: ../src/guestfs.pod:1601
3118 #, no-wrap
3119 msgid ""
3120 " guestfs_add_drive_opts (g, filename, -1);\n"
3121 "\n"
3122 msgstr ""
3123
3124 #. type: textblock
3125 #: ../src/guestfs.pod:1603
3126 msgid "With a single optional argument:"
3127 msgstr ""
3128
3129 #. type: verbatim
3130 #: ../src/guestfs.pod:1605
3131 #, no-wrap
3132 msgid ""
3133 " guestfs_add_drive_opts (g, filename,\n"
3134 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3135 "                         -1);\n"
3136 "\n"
3137 msgstr ""
3138
3139 #. type: textblock
3140 #: ../src/guestfs.pod:1609
3141 msgid "With two:"
3142 msgstr ""
3143
3144 #. type: verbatim
3145 #: ../src/guestfs.pod:1611
3146 #, no-wrap
3147 msgid ""
3148 " guestfs_add_drive_opts (g, filename,\n"
3149 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3150 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3151 "                         -1);\n"
3152 "\n"
3153 msgstr ""
3154
3155 #. type: textblock
3156 #: ../src/guestfs.pod:1616
3157 msgid ""
3158 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3159 "happen!"
3160 msgstr ""
3161
3162 #. type: =head2
3163 #: ../src/guestfs.pod:1619
3164 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3165 msgstr ""
3166
3167 #. type: textblock
3168 #: ../src/guestfs.pod:1621
3169 msgid ""
3170 "The second variant has the same name with the suffix C<_va>, which works the "
3171 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3172 "example function, this is declared:"
3173 msgstr ""
3174
3175 #. type: verbatim
3176 #: ../src/guestfs.pod:1625
3177 #, no-wrap
3178 msgid ""
3179 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3180 "                                va_list args);\n"
3181 "\n"
3182 msgstr ""
3183
3184 #. type: =head2
3185 #: ../src/guestfs.pod:1628
3186 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3187 msgstr ""
3188
3189 #. type: textblock
3190 #: ../src/guestfs.pod:1630
3191 msgid ""
3192 "The third variant is useful where you need to construct these calls.  You "
3193 "pass in a structure where you fill in the optional fields.  The structure "
3194 "has a bitmask as the first element which you must set to indicate which "
3195 "fields you have filled in.  For our example function the structure and call "
3196 "are declared:"
3197 msgstr ""
3198
3199 #. type: verbatim
3200 #: ../src/guestfs.pod:1636
3201 #, no-wrap
3202 msgid ""
3203 " struct guestfs_add_drive_opts_argv {\n"
3204 "   uint64_t bitmask;\n"
3205 "   int readonly;\n"
3206 "   const char *format;\n"
3207 "   /* ... */\n"
3208 " };\n"
3209 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3210 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3211 "\n"
3212 msgstr ""
3213
3214 #. type: textblock
3215 #: ../src/guestfs.pod:1645
3216 msgid "You could call it like this:"
3217 msgstr ""
3218
3219 #. type: verbatim
3220 #: ../src/guestfs.pod:1647
3221 #, no-wrap
3222 msgid ""
3223 " struct guestfs_add_drive_opts_argv optargs = {\n"
3224 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3225 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3226 "   .readonly = 1,\n"
3227 "   .format = \"qcow2\"\n"
3228 " };\n"
3229 " \n"
3230 msgstr ""
3231
3232 #. type: verbatim
3233 #: ../src/guestfs.pod:1654
3234 #, no-wrap
3235 msgid ""
3236 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3237 "\n"
3238 msgstr ""
3239
3240 #. type: textblock
3241 #: ../src/guestfs.pod:1656 ../src/guestfs-actions.pod:11 ../src/guestfs-actions.pod:1850 ../fish/guestfish-actions.pod:9 ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532
3242 msgid "Notes:"
3243 msgstr ""
3244
3245 #. type: textblock
3246 #: ../src/guestfs.pod:1662
3247 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3248 msgstr ""
3249
3250 #. type: textblock
3251 #: ../src/guestfs.pod:1667
3252 msgid "You do not need to fill in all fields of the structure."
3253 msgstr ""
3254
3255 #. type: textblock
3256 #: ../src/guestfs.pod:1671
3257 msgid ""
3258 "There must be a one-to-one correspondence between fields of the structure "
3259 "that are filled in, and bits set in the bitmask."
3260 msgstr ""
3261
3262 #. type: =head2
3263 #: ../src/guestfs.pod:1676
3264 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3265 msgstr ""
3266
3267 #. type: textblock
3268 #: ../src/guestfs.pod:1678
3269 msgid ""
3270 "In other languages, optional arguments are expressed in the way that is "
3271 "natural for that language.  We refer you to the language-specific "
3272 "documentation for more details on that."
3273 msgstr ""
3274
3275 #. type: textblock
3276 #: ../src/guestfs.pod:1682
3277 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3278 msgstr ""
3279
3280 #. type: =head2
3281 #: ../src/guestfs.pod:1684
3282 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3283 msgstr ""
3284
3285 #. type: textblock
3286 #: ../src/guestfs.pod:1686
3287 msgid ""
3288 "The child process generates events in some situations.  Current events "
3289 "include: receiving a log message, the child process exits."
3290 msgstr ""
3291
3292 #. type: textblock
3293 #: ../src/guestfs.pod:1689
3294 msgid ""
3295 "Use the C<guestfs_set_*_callback> functions to set a callback for different "
3296 "types of events."
3297 msgstr ""
3298
3299 #. type: textblock
3300 #: ../src/guestfs.pod:1692
3301 msgid ""
3302 "Only I<one callback of each type> can be registered for each handle.  "
3303 "Calling C<guestfs_set_*_callback> again overwrites the previous callback of "
3304 "that type.  Cancel all callbacks of this type by calling this function with "
3305 "C<cb> set to C<NULL>."
3306 msgstr ""
3307
3308 #. type: =head2
3309 #: ../src/guestfs.pod:1697
3310 msgid "guestfs_set_log_message_callback"
3311 msgstr ""
3312
3313 #. type: verbatim
3314 #: ../src/guestfs.pod:1699
3315 #, no-wrap
3316 msgid ""
3317 " typedef void (*guestfs_log_message_cb) (guestfs_h *g, void *opaque,\n"
3318 "                                         char *buf, int len);\n"
3319 " void guestfs_set_log_message_callback (guestfs_h *g,\n"
3320 "                                        guestfs_log_message_cb cb,\n"
3321 "                                        void *opaque);\n"
3322 "\n"
3323 msgstr ""
3324
3325 #. type: textblock
3326 #: ../src/guestfs.pod:1705
3327 msgid ""
3328 "The callback function C<cb> will be called whenever qemu or the guest writes "
3329 "anything to the console."
3330 msgstr ""
3331
3332 #. type: textblock
3333 #: ../src/guestfs.pod:1708
3334 msgid "Use this function to capture kernel messages and similar."
3335 msgstr ""
3336
3337 #. type: textblock
3338 #: ../src/guestfs.pod:1710
3339 msgid ""
3340 "Normally there is no log message handler, and log messages are just "
3341 "discarded."
3342 msgstr ""
3343
3344 #. type: =head2
3345 #: ../src/guestfs.pod:1713
3346 msgid "guestfs_set_subprocess_quit_callback"
3347 msgstr ""
3348
3349 #. type: verbatim
3350 #: ../src/guestfs.pod:1715
3351 #, no-wrap
3352 msgid ""
3353 " typedef void (*guestfs_subprocess_quit_cb) (guestfs_h *g, void *opaque);\n"
3354 " void guestfs_set_subprocess_quit_callback (guestfs_h *g,\n"
3355 "                                            guestfs_subprocess_quit_cb cb,\n"
3356 "                                            void *opaque);\n"
3357 "\n"
3358 msgstr ""
3359
3360 #. type: textblock
3361 #: ../src/guestfs.pod:1720
3362 msgid ""
3363 "The callback function C<cb> will be called when the child process quits, "
3364 "either asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3365 "corresponds to a transition from any state to the CONFIG state)."
3366 msgstr ""
3367
3368 #. type: =head2
3369 #: ../src/guestfs.pod:1725
3370 msgid "guestfs_set_launch_done_callback"
3371 msgstr ""
3372
3373 #. type: verbatim
3374 #: ../src/guestfs.pod:1727
3375 #, no-wrap
3376 msgid ""
3377 " typedef void (*guestfs_launch_done_cb) (guestfs_h *g, void *opaque);\n"
3378 " void guestfs_set_launch_done_callback (guestfs_h *g,\n"
3379 "                                        guestfs_launch_done_cb cb,\n"
3380 "                                        void *opaque);\n"
3381 "\n"
3382 msgstr ""
3383
3384 #. type: textblock
3385 #: ../src/guestfs.pod:1732
3386 msgid ""
3387 "The callback function C<cb> will be called when the child process becomes "
3388 "ready first time after it has been launched.  (This corresponds to a "
3389 "transition from LAUNCHING to the READY state)."
3390 msgstr ""
3391
3392 #. type: =head2
3393 #: ../src/guestfs.pod:1736
3394 msgid "guestfs_set_close_callback"
3395 msgstr ""
3396
3397 #. type: verbatim
3398 #: ../src/guestfs.pod:1738
3399 #, no-wrap
3400 msgid ""
3401 " typedef void (*guestfs_close_cb) (guestfs_h *g, void *opaque);\n"
3402 " void guestfs_set_close_callback (guestfs_h *g,\n"
3403 "                                  guestfs_close_cb cb,\n"
3404 "                                  void *opaque);\n"
3405 "\n"
3406 msgstr ""
3407
3408 #. type: textblock
3409 #: ../src/guestfs.pod:1743
3410 msgid ""
3411 "The callback function C<cb> will be called while the handle is being closed "
3412 "(synchronously from L</guestfs_close>)."
3413 msgstr ""
3414
3415 #. type: textblock
3416 #: ../src/guestfs.pod:1746
3417 msgid ""
3418 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3419 "handles that are open when the program exits.  This means that this callback "
3420 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3421 "problems in higher-level languages (eg. if your HLL interpreter has already "
3422 "been cleaned up by the time this is called, and if your callback then jumps "
3423 "into some HLL function)."
3424 msgstr ""
3425
3426 #. type: =head2
3427 #: ../src/guestfs.pod:1754
3428 msgid "guestfs_set_progress_callback"
3429 msgstr ""
3430
3431 #. type: verbatim
3432 #: ../src/guestfs.pod:1756
3433 #, no-wrap
3434 msgid ""
3435 " typedef void (*guestfs_progress_cb) (guestfs_h *g, void *opaque,\n"
3436 "                                      int proc_nr, int serial,\n"
3437 "                                      uint64_t position, uint64_t total);\n"
3438 " void guestfs_set_progress_callback (guestfs_h *g,\n"
3439 "                                     guestfs_progress_cb cb,\n"
3440 "                                     void *opaque);\n"
3441 "\n"
3442 msgstr ""
3443
3444 #. type: textblock
3445 #: ../src/guestfs.pod:1763
3446 msgid ""
3447 "Some long-running operations can generate progress messages.  If this "
3448 "callback is registered, then it will be called each time a progress message "
3449 "is generated (usually two seconds after the operation started, and three "
3450 "times per second thereafter until it completes, although the frequency may "
3451 "change in future versions)."
3452 msgstr ""
3453
3454 #. type: textblock
3455 #: ../src/guestfs.pod:1769
3456 msgid ""
3457 "The callback receives two numbers: C<position> and C<total>.  The units of "
3458 "C<total> are not defined, although for some operations C<total> may relate "
3459 "in some way to the amount of data to be transferred (eg. in bytes or "
3460 "megabytes), and C<position> may be the portion which has been transferred."
3461 msgstr ""
3462
3463 #. type: textblock
3464 #: ../src/guestfs.pod:1775
3465 msgid "The only defined and stable parts of the API are:"
3466 msgstr ""
3467
3468 #. type: textblock
3469 #: ../src/guestfs.pod:1781
3470 msgid ""
3471 "The callback can display to the user some type of progress bar or indicator "
3472 "which shows the ratio of C<position>:C<total>."
3473 msgstr ""
3474
3475 #. type: textblock
3476 #: ../src/guestfs.pod:1786
3477 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3478 msgstr ""
3479
3480 #. type: textblock
3481 #: ../src/guestfs.pod:1790
3482 msgid ""
3483 "If any progress notification is sent during a call, then a final progress "
3484 "notification is always sent when C<position> = C<total>."
3485 msgstr ""
3486
3487 #. type: textblock
3488 #: ../src/guestfs.pod:1793
3489 msgid ""
3490 "This is to simplify caller code, so callers can easily set the progress "
3491 "indicator to \"100%\" at the end of the operation, without requiring special "
3492 "code to detect this case."
3493 msgstr ""
3494
3495 #. type: textblock
3496 #: ../src/guestfs.pod:1799
3497 msgid ""
3498 "The callback also receives the procedure number and serial number of the "
3499 "call.  These are only useful for debugging protocol issues, and the callback "
3500 "can normally ignore them.  The callback may want to print these numbers in "
3501 "error messages or debugging messages."
3502 msgstr ""
3503
3504 #. type: =head1
3505 #: ../src/guestfs.pod:1804
3506 msgid "PRIVATE DATA AREA"
3507 msgstr ""
3508
3509 #. type: textblock
3510 #: ../src/guestfs.pod:1806
3511 msgid ""
3512 "You can attach named pieces of private data to the libguestfs handle, and "
3513 "fetch them by name for the lifetime of the handle.  This is called the "
3514 "private data area and is only available from the C API."
3515 msgstr ""
3516
3517 #. type: textblock
3518 #: ../src/guestfs.pod:1810
3519 msgid "To attach a named piece of data, use the following call:"
3520 msgstr ""
3521
3522 #. type: verbatim
3523 #: ../src/guestfs.pod:1812
3524 #, no-wrap
3525 msgid ""
3526 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3527 "\n"
3528 msgstr ""
3529
3530 #. type: textblock
3531 #: ../src/guestfs.pod:1814
3532 msgid ""
3533 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3534 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3535 "overwritten."
3536 msgstr ""
3537
3538 #. type: textblock
3539 #: ../src/guestfs.pod:1818
3540 msgid ""
3541 "You can use any C<key> you want, but names beginning with an underscore "
3542 "character are reserved for internal libguestfs purposes (for implementing "
3543 "language bindings).  It is recommended to prefix the name with some unique "
3544 "string to avoid collisions with other users."
3545 msgstr ""
3546
3547 #. type: textblock
3548 #: ../src/guestfs.pod:1823
3549 msgid "To retrieve the pointer, use:"
3550 msgstr ""
3551
3552 #. type: verbatim
3553 #: ../src/guestfs.pod:1825
3554 #, no-wrap
3555 msgid ""
3556 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3557 "\n"
3558 msgstr ""
3559
3560 #. type: textblock
3561 #: ../src/guestfs.pod:1827
3562 msgid ""
3563 "This function returns C<NULL> if either no data is found associated with "
3564 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3565 "C<NULL>."
3566 msgstr ""
3567
3568 #. type: textblock
3569 #: ../src/guestfs.pod:1831
3570 msgid ""
3571 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3572 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3573 "all.  In particular, libguestfs does I<not> try to free the data when the "
3574 "handle is closed.  If the data must be freed, then the caller must either "
3575 "free it before calling L</guestfs_close> or must set up a close callback to "
3576 "do it (see L</guestfs_set_close_callback>, and note that only one callback "
3577 "can be registered for a handle)."
3578 msgstr ""
3579
3580 #. type: textblock
3581 #: ../src/guestfs.pod:1839
3582 msgid ""
3583 "The private data area is implemented using a hash table, and should be "
3584 "reasonably efficient for moderate numbers of keys."
3585 msgstr ""
3586
3587 #. type: =end
3588 #: ../src/guestfs.pod:1842 ../src/guestfs.pod:1847
3589 msgid "html"
3590 msgstr ""
3591
3592 #. type: textblock
3593 #: ../src/guestfs.pod:1844
3594 msgid ""
3595 "<!-- old anchor for the next section --> <a "
3596 "name=\"state_machine_and_low_level_event_api\"/>"
3597 msgstr ""
3598
3599 #. type: =head1
3600 #: ../src/guestfs.pod:1849
3601 msgid "ARCHITECTURE"
3602 msgstr ""
3603
3604 #. type: textblock
3605 #: ../src/guestfs.pod:1851
3606 msgid ""
3607 "Internally, libguestfs is implemented by running an appliance (a special "
3608 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
3609 "process of the main program."
3610 msgstr ""
3611
3612 #. type: verbatim
3613 #: ../src/guestfs.pod:1855
3614 #, no-wrap
3615 msgid ""
3616 "  ___________________\n"
3617 " /                   \\\n"
3618 " | main program      |\n"
3619 " |                   |\n"
3620 " |                   |           child process / appliance\n"
3621 " |                   |           __________________________\n"
3622 " |                   |          / qemu                     \\\n"
3623 " +-------------------+   RPC    |      +-----------------+ |\n"
3624 " | libguestfs     <--------------------> guestfsd        | |\n"
3625 " |                   |          |      +-----------------+ |\n"
3626 " \\___________________/          |      | Linux kernel    | |\n"
3627 "                                |      +--^--------------+ |\n"
3628 "                                \\_________|________________/\n"
3629 "                                          |\n"
3630 "                                   _______v______\n"
3631 "                                  /              \\\n"
3632 "                                  | Device or    |\n"
3633 "                                  | disk image   |\n"
3634 "                                  \\______________/\n"
3635 "\n"
3636 msgstr ""
3637
3638 #. type: textblock
3639 #: ../src/guestfs.pod:1875
3640 msgid ""
3641 "The library, linked to the main program, creates the child process and hence "
3642 "the appliance in the L</guestfs_launch> function."
3643 msgstr ""
3644
3645 #. type: textblock
3646 #: ../src/guestfs.pod:1878
3647 msgid ""
3648 "Inside the appliance is a Linux kernel and a complete stack of userspace "
3649 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
3650 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
3651 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
3652 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
3653 "attached to the qemu process which translates device access by the "
3654 "appliance's Linux kernel into accesses to the image."
3655 msgstr ""
3656
3657 #. type: textblock
3658 #: ../src/guestfs.pod:1887
3659 msgid ""
3660 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
3661 "Although the disk image you are attached to might also be used by some "
3662 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
3663 "care if both libguestfs's qemu process and your virtual machine are trying "
3664 "to update the disk image at the same time, since these usually results in "
3665 "massive disk corruption)."
3666 msgstr ""
3667
3668 #. type: =head1
3669 #: ../src/guestfs.pod:1894
3670 msgid "STATE MACHINE"
3671 msgstr ""
3672
3673 #. type: textblock
3674 #: ../src/guestfs.pod:1896
3675 msgid "libguestfs uses a state machine to model the child process:"
3676 msgstr ""
3677
3678 #. type: verbatim
3679 #: ../src/guestfs.pod:1898
3680 #, no-wrap
3681 msgid ""
3682 "                         |\n"
3683 "                    guestfs_create\n"
3684 "                         |\n"
3685 "                         |\n"
3686 "                     ____V_____\n"
3687 "                    /          \\\n"
3688 "                    |  CONFIG  |\n"
3689 "                    \\__________/\n"
3690 "                     ^ ^   ^  \\\n"
3691 "                    /  |    \\  \\ guestfs_launch\n"
3692 "                   /   |    _\\__V______\n"
3693 "                  /    |   /           \\\n"
3694 "                 /     |   | LAUNCHING |\n"
3695 "                /      |   \\___________/\n"
3696 "               /       |       /\n"
3697 "              /        |  guestfs_launch\n"
3698 "             /         |     /\n"
3699 "    ______  /        __|____V\n"
3700 "   /      \\ ------> /        \\\n"
3701 "   | BUSY |         | READY  |\n"
3702 "   \\______/ <------ \\________/\n"
3703 "\n"
3704 msgstr ""
3705
3706 #. type: textblock
3707 #: ../src/guestfs.pod:1920
3708 msgid ""
3709 "The normal transitions are (1) CONFIG (when the handle is created, but there "
3710 "is no child process), (2) LAUNCHING (when the child process is booting up), "
3711 "(3) alternating between READY and BUSY as commands are issued to, and "
3712 "carried out by, the child process."
3713 msgstr ""
3714
3715 #. type: textblock
3716 #: ../src/guestfs.pod:1925
3717 msgid ""
3718 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
3719 "asynchronously at any time (eg. due to some internal error), and that causes "
3720 "the state to transition back to CONFIG."
3721 msgstr ""
3722
3723 #. type: textblock
3724 #: ../src/guestfs.pod:1929
3725 msgid ""
3726 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
3727 "issued when in the CONFIG state."
3728 msgstr ""
3729
3730 #. type: textblock
3731 #: ../src/guestfs.pod:1932
3732 msgid ""
3733 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
3734 "L</guestfs_launch> blocks until the child process is READY to accept "
3735 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
3736 "moves the state from CONFIG to LAUNCHING while it is running."
3737 msgstr ""
3738
3739 #. type: textblock
3740 #: ../src/guestfs.pod:1938
3741 msgid ""
3742 "API actions such as L</guestfs_mount> can only be issued when in the READY "
3743 "state.  These API calls block waiting for the command to be carried out "
3744 "(ie. the state to transition to BUSY and then back to READY).  There are no "
3745 "non-blocking versions, and no way to issue more than one command per handle "
3746 "at the same time."
3747 msgstr ""
3748
3749 #. type: textblock
3750 #: ../src/guestfs.pod:1944
3751 msgid ""
3752 "Finally, the child process sends asynchronous messages back to the main "
3753 "program, such as kernel log messages.  You can register a callback to "
3754 "receive these messages."
3755 msgstr ""
3756
3757 #. type: =head1
3758 #: ../src/guestfs.pod:1948
3759 msgid "INTERNALS"
3760 msgstr ""
3761
3762 #. type: =head2
3763 #: ../src/guestfs.pod:1950
3764 msgid "COMMUNICATION PROTOCOL"
3765 msgstr ""
3766
3767 #. type: textblock
3768 #: ../src/guestfs.pod:1952
3769 msgid ""
3770 "Don't rely on using this protocol directly.  This section documents how it "
3771 "currently works, but it may change at any time."
3772 msgstr ""
3773
3774 #. type: textblock
3775 #: ../src/guestfs.pod:1955
3776 msgid ""
3777 "The protocol used to talk between the library and the daemon running inside "
3778 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
3779 "1014, RFC 1832, RFC 4506)."
3780 msgstr ""
3781
3782 #. type: textblock
3783 #: ../src/guestfs.pod:1959
3784 msgid ""
3785 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
3786 "this file is automatically generated)."
3787 msgstr ""
3788
3789 #. type: textblock
3790 #: ../src/guestfs.pod:1962
3791 msgid ""
3792 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
3793 "and C<FileOut> parameters, which are handled with very simple request/reply "
3794 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
3795 "parameters, which use the same request and reply messages, but they may also "
3796 "be followed by files sent using a chunked encoding."
3797 msgstr ""
3798
3799 #. type: =head3
3800 #: ../src/guestfs.pod:1969
3801 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
3802 msgstr ""
3803
3804 #. type: textblock
3805 #: ../src/guestfs.pod:1971
3806 msgid "For ordinary functions, the request message is:"
3807 msgstr ""
3808
3809 #. type: verbatim
3810 #: ../src/guestfs.pod:1973
3811 #, no-wrap
3812 msgid ""
3813 " total length (header + arguments,\n"
3814 "      but not including the length word itself)\n"
3815 " struct guestfs_message_header (encoded as XDR)\n"
3816 " struct guestfs_<foo>_args (encoded as XDR)\n"
3817 "\n"
3818 msgstr ""
3819
3820 #. type: textblock
3821 #: ../src/guestfs.pod:1978
3822 msgid ""
3823 "The total length field allows the daemon to allocate a fixed size buffer "
3824 "into which it slurps the rest of the message.  As a result, the total length "
3825 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
3826 "effective size of any request is limited to somewhere under this size."
3827 msgstr ""
3828
3829 #. type: textblock
3830 #: ../src/guestfs.pod:1984
3831 msgid ""
3832 "Note also that many functions don't take any arguments, in which case the "
3833 "C<guestfs_I<foo>_args> is completely omitted."
3834 msgstr ""
3835
3836 #. type: textblock
3837 #: ../src/guestfs.pod:1987
3838 msgid ""
3839 "The header contains the procedure number (C<guestfs_proc>) which is how the "
3840 "receiver knows what type of args structure to expect, or none at all."
3841 msgstr ""
3842
3843 #. type: textblock
3844 #: ../src/guestfs.pod:1991
3845 msgid ""
3846 "For functions that take optional arguments, the optional arguments are "
3847 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
3848 "arguments.  A bitmask in the header indicates which optional arguments are "
3849 "meaningful.  The bitmask is also checked to see if it contains bits set "
3850 "which the daemon does not know about (eg. if more optional arguments were "
3851 "added in a later version of the library), and this causes the call to be "
3852 "rejected."
3853 msgstr ""
3854
3855 #. type: textblock
3856 #: ../src/guestfs.pod:1999
3857 msgid "The reply message for ordinary functions is:"
3858 msgstr ""
3859
3860 #. type: verbatim
3861 #: ../src/guestfs.pod:2001
3862 #, no-wrap
3863 msgid ""
3864 " total length (header + ret,\n"
3865 "      but not including the length word itself)\n"
3866 " struct guestfs_message_header (encoded as XDR)\n"
3867 " struct guestfs_<foo>_ret (encoded as XDR)\n"
3868 "\n"
3869 msgstr ""
3870
3871 #. type: textblock
3872 #: ../src/guestfs.pod:2006
3873 msgid ""
3874 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
3875 "functions that return no formal return values."
3876 msgstr ""
3877
3878 #. type: textblock
3879 #: ../src/guestfs.pod:2009
3880 msgid "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
3881 msgstr ""
3882
3883 #. type: textblock
3884 #: ../src/guestfs.pod:2012
3885 msgid ""
3886 "In the case of an error, a flag is set in the header, and the reply message "
3887 "is slightly changed:"
3888 msgstr ""
3889
3890 #. type: verbatim
3891 #: ../src/guestfs.pod:2015
3892 #, no-wrap
3893 msgid ""
3894 " total length (header + error,\n"
3895 "      but not including the length word itself)\n"
3896 " struct guestfs_message_header (encoded as XDR)\n"
3897 " struct guestfs_message_error (encoded as XDR)\n"
3898 "\n"
3899 msgstr ""
3900
3901 #. type: textblock
3902 #: ../src/guestfs.pod:2020
3903 msgid ""
3904 "The C<guestfs_message_error> structure contains the error message as a "
3905 "string."
3906 msgstr ""
3907
3908 #. type: =head3
3909 #: ../src/guestfs.pod:2023
3910 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
3911 msgstr ""
3912
3913 #. type: textblock
3914 #: ../src/guestfs.pod:2025
3915 msgid ""
3916 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
3917 "The normal request message is sent (see above).  However this is followed by "
3918 "a sequence of file chunks."
3919 msgstr ""
3920
3921 #. type: verbatim
3922 #: ../src/guestfs.pod:2029
3923 #, no-wrap
3924 msgid ""
3925 " total length (header + arguments,\n"
3926 "      but not including the length word itself,\n"
3927 "      and not including the chunks)\n"
3928 " struct guestfs_message_header (encoded as XDR)\n"
3929 " struct guestfs_<foo>_args (encoded as XDR)\n"
3930 " sequence of chunks for FileIn param #0\n"
3931 " sequence of chunks for FileIn param #1 etc.\n"
3932 "\n"
3933 msgstr ""
3934
3935 #. type: textblock
3936 #: ../src/guestfs.pod:2037
3937 msgid "The \"sequence of chunks\" is:"
3938 msgstr ""
3939
3940 #. type: verbatim
3941 #: ../src/guestfs.pod:2039
3942 #, no-wrap
3943 msgid ""
3944 " length of chunk (not including length word itself)\n"
3945 " struct guestfs_chunk (encoded as XDR)\n"
3946 " length of chunk\n"
3947 " struct guestfs_chunk (encoded as XDR)\n"
3948 "   ...\n"
3949 " length of chunk\n"
3950 " struct guestfs_chunk (with data.data_len == 0)\n"
3951 "\n"
3952 msgstr ""
3953
3954 #. type: textblock
3955 #: ../src/guestfs.pod:2047
3956 msgid ""
3957 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
3958 "is set in the final chunk to indicate either successful completion or early "
3959 "cancellation."
3960 msgstr ""
3961
3962 #. type: textblock
3963 #: ../src/guestfs.pod:2051
3964 msgid ""
3965 "At time of writing there are no functions that have more than one FileIn "
3966 "parameter.  However this is (theoretically) supported, by sending the "
3967 "sequence of chunks for each FileIn parameter one after another (from left to "
3968 "right)."
3969 msgstr ""
3970
3971 #. type: textblock
3972 #: ../src/guestfs.pod:2056
3973 msgid ""
3974 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
3975 "transfer.  The library does this by sending a chunk with a special flag set "
3976 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
3977 "RPC, does I<not> send any reply, and goes back to reading the next request."
3978 msgstr ""
3979
3980 #. type: textblock
3981 #: ../src/guestfs.pod:2062
3982 msgid ""
3983 "The daemon may also cancel.  It does this by writing a special word "
3984 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
3985 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
3986 "cancel chunk).  The special word is chosen so that even if cancellation "
3987 "happens right at the end of the transfer (after the library has finished "
3988 "writing and has started listening for the reply), the \"spurious\" cancel "
3989 "flag will not be confused with the reply message."
3990 msgstr ""
3991
3992 #. type: textblock
3993 #: ../src/guestfs.pod:2071
3994 msgid ""
3995 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
3996 "limit), and also files where the size is not known in advance (eg. from "
3997 "pipes or sockets).  However the chunks are rather small "
3998 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
3999 "to keep much in memory."
4000 msgstr ""
4001
4002 #. type: =head3
4003 #: ../src/guestfs.pod:2077
4004 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4005 msgstr ""
4006
4007 #. type: textblock
4008 #: ../src/guestfs.pod:2079
4009 msgid ""
4010 "The protocol for FileOut parameters is exactly the same as for FileIn "
4011 "parameters, but with the roles of daemon and library reversed."
4012 msgstr ""
4013
4014 #. type: verbatim
4015 #: ../src/guestfs.pod:2082
4016 #, no-wrap
4017 msgid ""
4018 " total length (header + ret,\n"
4019 "      but not including the length word itself,\n"
4020 "      and not including the chunks)\n"
4021 " struct guestfs_message_header (encoded as XDR)\n"
4022 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4023 " sequence of chunks for FileOut param #0\n"
4024 " sequence of chunks for FileOut param #1 etc.\n"
4025 "\n"
4026 msgstr ""
4027
4028 #. type: =head3
4029 #: ../src/guestfs.pod:2090
4030 msgid "INITIAL MESSAGE"
4031 msgstr ""
4032
4033 #. type: textblock
4034 #: ../src/guestfs.pod:2092
4035 msgid ""
4036 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4037 "which indicates that the guest and daemon is alive.  This is what "
4038 "L</guestfs_launch> waits for."
4039 msgstr ""
4040
4041 #. type: =head3
4042 #: ../src/guestfs.pod:2096
4043 msgid "PROGRESS NOTIFICATION MESSAGES"
4044 msgstr ""
4045
4046 #. type: textblock
4047 #: ../src/guestfs.pod:2098
4048 msgid ""
4049 "The daemon may send progress notification messages at any time.  These are "
4050 "distinguished by the normal length word being replaced by "
4051 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4052 msgstr ""
4053
4054 #. type: textblock
4055 #: ../src/guestfs.pod:2102
4056 msgid ""
4057 "The library turns them into progress callbacks (see "
4058 "C<guestfs_set_progress_callback>) if there is a callback registered, or "
4059 "discards them if not."
4060 msgstr ""
4061
4062 #. type: textblock
4063 #: ../src/guestfs.pod:2106
4064 msgid ""
4065 "The daemon self-limits the frequency of progress messages it sends (see "
4066 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4067 "messages."
4068 msgstr ""
4069
4070 #. type: =head1
4071 #: ../src/guestfs.pod:2110
4072 msgid "LIBGUESTFS VERSION NUMBERS"
4073 msgstr ""
4074
4075 #. type: textblock
4076 #: ../src/guestfs.pod:2112
4077 msgid ""
4078 "Since April 2010, libguestfs has started to make separate development and "
4079 "stable releases, along with corresponding branches in our git repository.  "
4080 "These separate releases can be identified by version number:"
4081 msgstr ""
4082
4083 #. type: verbatim
4084 #: ../src/guestfs.pod:2117
4085 #, no-wrap
4086 msgid ""
4087 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4088 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4089 "       |\n"
4090 "       v\n"
4091 " 1  .  3  .  5\n"
4092 " ^           ^\n"
4093 " |           |\n"
4094 " |           `-------- sub-version\n"
4095 " |\n"
4096 " `------ always '1' because we don't change the ABI\n"
4097 "\n"
4098 msgstr ""
4099
4100 #. type: textblock
4101 #: ../src/guestfs.pod:2128
4102 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4103 msgstr ""
4104
4105 #. type: textblock
4106 #: ../src/guestfs.pod:2130
4107 msgid ""
4108 "As time passes we cherry pick fixes from the development branch and backport "
4109 "those into the stable branch, the effect being that the stable branch should "
4110 "get more stable and less buggy over time.  So the stable releases are ideal "
4111 "for people who don't need new features but would just like the software to "
4112 "work."
4113 msgstr ""
4114
4115 #. type: textblock
4116 #: ../src/guestfs.pod:2136
4117 msgid "Our criteria for backporting changes are:"
4118 msgstr ""
4119
4120 #. type: textblock
4121 #: ../src/guestfs.pod:2142
4122 msgid ""
4123 "Documentation changes which don't affect any code are backported unless the "
4124 "documentation refers to a future feature which is not in stable."
4125 msgstr ""
4126
4127 #. type: textblock
4128 #: ../src/guestfs.pod:2148
4129 msgid ""
4130 "Bug fixes which are not controversial, fix obvious problems, and have been "
4131 "well tested are backported."
4132 msgstr ""
4133
4134 #. type: textblock
4135 #: ../src/guestfs.pod:2153
4136 msgid ""
4137 "Simple rearrangements of code which shouldn't affect how it works get "
4138 "backported.  This is so that the code in the two branches doesn't get too "
4139 "far out of step, allowing us to backport future fixes more easily."
4140 msgstr ""
4141
4142 #. type: textblock
4143 #: ../src/guestfs.pod:2159
4144 msgid ""
4145 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4146 "exceptional case: the new feature is required in order to implement an "
4147 "important bug fix."
4148 msgstr ""
4149
4150 #. type: textblock
4151 #: ../src/guestfs.pod:2165
4152 msgid ""
4153 "A new stable branch starts when we think the new features in development are "
4154 "substantial and compelling enough over the current stable branch to warrant "
4155 "it.  When that happens we create new stable and development versions 1.N.0 "
4156 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4157 "stable at this point, but by backporting fixes from development, that branch "
4158 "will stabilize over time."
4159 msgstr ""
4160
4161 #. type: =head1
4162 #: ../src/guestfs.pod:2173
4163 msgid "EXTENDING LIBGUESTFS"
4164 msgstr ""
4165
4166 #. type: =head2
4167 #: ../src/guestfs.pod:2175
4168 msgid "ADDING A NEW API ACTION"
4169 msgstr ""
4170
4171 #. type: textblock
4172 #: ../src/guestfs.pod:2177
4173 msgid ""
4174 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4175 "documentation) are generated, and this makes it easy to extend the "
4176 "libguestfs API."
4177 msgstr ""
4178
4179 #. type: textblock
4180 #: ../src/guestfs.pod:2181
4181 msgid "To add a new API action there are two changes:"
4182 msgstr ""
4183
4184 #. type: textblock
4185 #: ../src/guestfs.pod:2187
4186 msgid ""
4187 "You need to add a description of the call (name, parameters, return type, "
4188 "tests, documentation) to C<generator/generator_actions.ml>."
4189 msgstr ""
4190
4191 #. type: textblock
4192 #: ../src/guestfs.pod:2190
4193 msgid ""
4194 "There are two sorts of API action, depending on whether the call goes "
4195 "through to the daemon in the appliance, or is serviced entirely by the "
4196 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4197 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4198 "an example of the latter, since a trace flag is maintained in the handle and "
4199 "all tracing is done on the library side."
4200 msgstr ""
4201
4202 #. type: textblock
4203 #: ../src/guestfs.pod:2198
4204 msgid ""
4205 "Most new actions are of the first type, and get added to the "
4206 "C<daemon_functions> list.  Each function has a unique procedure number used "
4207 "in the RPC protocol which is assigned to that action when we publish "
4208 "libguestfs and cannot be reused.  Take the latest procedure number and "
4209 "increment it."
4210 msgstr ""
4211
4212 #. type: textblock
4213 #: ../src/guestfs.pod:2204
4214 msgid ""
4215 "For library-only actions of the second type, add to the "
4216 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4217 "library and do not travel over the RPC mechanism to the daemon, these "
4218 "functions do not need a procedure number, and so the procedure number is set "
4219 "to C<-1>."
4220 msgstr ""
4221
4222 #. type: textblock
4223 #: ../src/guestfs.pod:2212
4224 msgid "Implement the action (in C):"
4225 msgstr ""
4226
4227 #. type: textblock
4228 #: ../src/guestfs.pod:2214
4229 msgid ""
4230 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4231 "C<daemon/> directory."
4232 msgstr ""
4233
4234 #. type: textblock
4235 #: ../src/guestfs.pod:2217
4236 msgid ""
4237 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4238 "(note: double underscore) in the C<src/> directory."
4239 msgstr ""
4240
4241 #. type: textblock
4242 #: ../src/guestfs.pod:2220
4243 msgid "In either case, use another function as an example of what to do."
4244 msgstr ""
4245
4246 #. type: textblock
4247 #: ../src/guestfs.pod:2224
4248 msgid "After making these changes, use C<make> to compile."
4249 msgstr ""
4250
4251 #. type: textblock
4252 #: ../src/guestfs.pod:2226
4253 msgid ""
4254 "Note that you don't need to implement the RPC, language bindings, manual "
4255 "pages or anything else.  It's all automatically generated from the OCaml "
4256 "description."
4257 msgstr ""
4258
4259 #. type: =head2
4260 #: ../src/guestfs.pod:2230
4261 msgid "ADDING TESTS FOR AN API ACTION"
4262 msgstr ""
4263
4264 #. type: textblock
4265 #: ../src/guestfs.pod:2232
4266 msgid ""
4267 "You can supply zero or as many tests as you want per API call.  The tests "
4268 "can either be added as part of the API description "
4269 "(C<generator/generator_actions.ml>), or in some rarer cases you may want to "
4270 "drop a script into C<regressions/>.  Note that adding a script to "
4271 "C<regressions/> is slower, so if possible use the first method."
4272 msgstr ""
4273
4274 #. type: textblock
4275 #: ../src/guestfs.pod:2238
4276 msgid ""
4277 "The following describes the test environment used when you add an API test "
4278 "in C<generator_actions.ml>."
4279 msgstr ""
4280
4281 #. type: textblock
4282 #: ../src/guestfs.pod:2241
4283 msgid "The test environment has 4 block devices:"
4284 msgstr ""
4285
4286 #. type: =item
4287 #: ../src/guestfs.pod:2245
4288 msgid "C</dev/sda> 500MB"
4289 msgstr ""
4290
4291 #. type: textblock
4292 #: ../src/guestfs.pod:2247
4293 msgid "General block device for testing."
4294 msgstr ""
4295
4296 #. type: =item
4297 #: ../src/guestfs.pod:2249
4298 msgid "C</dev/sdb> 50MB"
4299 msgstr ""
4300
4301 #. type: textblock
4302 #: ../src/guestfs.pod:2251
4303 msgid ""
4304 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4305 "operations."
4306 msgstr ""
4307
4308 #. type: =item
4309 #: ../src/guestfs.pod:2254
4310 msgid "C</dev/sdc> 10MB"
4311 msgstr ""
4312
4313 #. type: textblock
4314 #: ../src/guestfs.pod:2256
4315 msgid "Used in a few tests where two block devices are needed."
4316 msgstr ""
4317
4318 #. type: =item
4319 #: ../src/guestfs.pod:2258
4320 msgid "C</dev/sdd>"
4321 msgstr ""
4322
4323 #. type: textblock
4324 #: ../src/guestfs.pod:2260
4325 msgid "ISO with fixed content (see C<images/test.iso>)."
4326 msgstr ""
4327
4328 #. type: textblock
4329 #: ../src/guestfs.pod:2264
4330 msgid ""
4331 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4332 "appliance and block devices are reused between tests.  So don't try testing "
4333 "L</guestfs_kill_subprocess> :-x"
4334 msgstr ""
4335
4336 #. type: textblock
4337 #: ../src/guestfs.pod:2268
4338 msgid ""
4339 "Each test starts with an initial scenario, selected using one of the "
4340 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4341 "initialize the disks mentioned above in a particular way as documented in "
4342 "C<generator_types.ml>.  You should not assume anything about the previous "
4343 "contents of other disks that are not initialized."
4344 msgstr ""
4345
4346 #. type: textblock
4347 #: ../src/guestfs.pod:2274
4348 msgid ""
4349 "You can add a prerequisite clause to any individual test.  This is a "
4350 "run-time check, which, if it fails, causes the test to be skipped.  Useful "
4351 "if testing a command which might not work on all variations of libguestfs "
4352 "builds.  A test that has prerequisite of C<Always> means to run "
4353 "unconditionally."
4354 msgstr ""
4355
4356 #. type: textblock
4357 #: ../src/guestfs.pod:2280
4358 msgid ""
4359 "In addition, packagers can skip individual tests by setting environment "
4360 "variables before running C<make check>."
4361 msgstr ""
4362
4363 #. type: verbatim
4364 #: ../src/guestfs.pod:2283
4365 #, no-wrap
4366 msgid ""
4367 " SKIP_TEST_<CMD>_<NUM>=1\n"
4368 "\n"
4369 msgstr ""
4370
4371 #. type: textblock
4372 #: ../src/guestfs.pod:2285
4373 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4374 msgstr ""
4375
4376 #. type: textblock
4377 #: ../src/guestfs.pod:2287
4378 msgid "or:"
4379 msgstr ""
4380
4381 #. type: verbatim
4382 #: ../src/guestfs.pod:2289
4383 #, no-wrap
4384 msgid ""
4385 " SKIP_TEST_<CMD>=1\n"
4386 "\n"
4387 msgstr ""
4388
4389 #. type: textblock
4390 #: ../src/guestfs.pod:2291
4391 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4392 msgstr ""
4393
4394 #. type: textblock
4395 #: ../src/guestfs.pod:2293
4396 msgid "Packagers can run only certain tests by setting for example:"
4397 msgstr ""
4398
4399 #. type: verbatim
4400 #: ../src/guestfs.pod:2295
4401 #, no-wrap
4402 msgid ""
4403 " TEST_ONLY=\"vfs_type zerofree\"\n"
4404 "\n"
4405 msgstr ""
4406
4407 #. type: textblock
4408 #: ../src/guestfs.pod:2297
4409 msgid ""
4410 "See C<capitests/tests.c> for more details of how these environment variables "
4411 "work."
4412 msgstr ""
4413
4414 #. type: =head2
4415 #: ../src/guestfs.pod:2300
4416 msgid "DEBUGGING NEW API ACTIONS"
4417 msgstr ""
4418
4419 #. type: textblock
4420 #: ../src/guestfs.pod:2302
4421 msgid "Test new actions work before submitting them."
4422 msgstr ""
4423
4424 #. type: textblock
4425 #: ../src/guestfs.pod:2304
4426 msgid "You can use guestfish to try out new commands."
4427 msgstr ""
4428
4429 #. type: textblock
4430 #: ../src/guestfs.pod:2306
4431 msgid ""
4432 "Debugging the daemon is a problem because it runs inside a minimal "
4433 "environment.  However you can fprintf messages in the daemon to stderr, and "
4434 "they will show up if you use C<guestfish -v>."
4435 msgstr ""
4436
4437 #. type: =head2
4438 #: ../src/guestfs.pod:2310
4439 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4440 msgstr ""
4441
4442 #. type: textblock
4443 #: ../src/guestfs.pod:2312
4444 msgid ""
4445 "Our C source code generally adheres to some basic code-formatting "
4446 "conventions.  The existing code base is not totally consistent on this "
4447 "front, but we do prefer that contributed code be formatted similarly.  In "
4448 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4449 "indentation level, and other than that, follow the K&R style."
4450 msgstr ""
4451
4452 #. type: textblock
4453 #: ../src/guestfs.pod:2318
4454 msgid ""
4455 "If you use Emacs, add the following to one of one of your start-up files "
4456 "(e.g., ~/.emacs), to help ensure that you get indentation right:"
4457 msgstr ""
4458
4459 #. type: verbatim
4460 #: ../src/guestfs.pod:2321
4461 #, no-wrap
4462 msgid ""
4463 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4464 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4465 " (add-hook 'find-file-hook\n"
4466 "     '(lambda () (if (and buffer-file-name\n"
4467 "                          (string-match \"/libguestfs\\\\>\"\n"
4468 "                              (buffer-file-name))\n"
4469 "                          (not (string-equal mode-name \"Change Log\"))\n"
4470 "                          (not (string-equal mode-name \"Makefile\")))\n"
4471 "                     (setq indent-tabs-mode nil))))\n"
4472 " \n"
4473 msgstr ""
4474
4475 #. type: verbatim
4476 #: ../src/guestfs.pod:2331
4477 #, no-wrap
4478 msgid ""
4479 " ;;; When editing C sources in libguestfs, use this style.\n"
4480 " (defun libguestfs-c-mode ()\n"
4481 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4482 "   (interactive)\n"
4483 "   (c-set-style \"K&R\")\n"
4484 "   (setq c-indent-level 2)\n"
4485 "   (setq c-basic-offset 2))\n"
4486 " (add-hook 'c-mode-hook\n"
4487 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4488 "                               (buffer-file-name))\n"
4489 "                           (libguestfs-c-mode))))\n"
4490 "\n"
4491 msgstr ""
4492
4493 #. type: textblock
4494 #: ../src/guestfs.pod:2343
4495 msgid "Enable warnings when compiling (and fix any problems this finds):"
4496 msgstr ""
4497
4498 #. type: verbatim
4499 #: ../src/guestfs.pod:2346
4500 #, no-wrap
4501 msgid ""
4502 " ./configure --enable-gcc-warnings\n"
4503 "\n"
4504 msgstr ""
4505
4506 #. type: textblock
4507 #: ../src/guestfs.pod:2348
4508 msgid "Useful targets are:"
4509 msgstr ""
4510
4511 #. type: verbatim
4512 #: ../src/guestfs.pod:2350
4513 #, no-wrap
4514 msgid ""
4515 " make syntax-check  # checks the syntax of the C code\n"
4516 " make check         # runs the test suite\n"
4517 "\n"
4518 msgstr ""
4519
4520 #. type: =head2
4521 #: ../src/guestfs.pod:2353
4522 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
4523 msgstr ""
4524
4525 #. type: textblock
4526 #: ../src/guestfs.pod:2355
4527 msgid ""
4528 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
4529 "which are used to do shell quoting."
4530 msgstr ""
4531
4532 #. type: =item
4533 #: ../src/guestfs.pod:2360
4534 msgid "%Q"
4535 msgstr ""
4536
4537 #. type: textblock
4538 #: ../src/guestfs.pod:2362
4539 msgid ""
4540 "Simple shell quoted string.  Any spaces or other shell characters are "
4541 "escaped for you."
4542 msgstr ""
4543
4544 #. type: =item
4545 #: ../src/guestfs.pod:2365
4546 msgid "%R"
4547 msgstr ""
4548
4549 #. type: textblock
4550 #: ../src/guestfs.pod:2367
4551 msgid ""
4552 "Same as C<%Q> except the string is treated as a path which is prefixed by "
4553 "the sysroot."
4554 msgstr ""
4555
4556 #. type: textblock
4557 #: ../src/guestfs.pod:2372 ../fish/guestfish.pod:240 ../fish/guestfish.pod:599
4558 msgid "For example:"
4559 msgstr ""
4560
4561 #. type: verbatim
4562 #: ../src/guestfs.pod:2374
4563 #, no-wrap
4564 msgid ""
4565 " asprintf (&cmd, \"cat %R\", path);\n"
4566 "\n"
4567 msgstr ""
4568
4569 #. type: textblock
4570 #: ../src/guestfs.pod:2376
4571 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
4572 msgstr ""
4573
4574 #. type: textblock
4575 #: ../src/guestfs.pod:2378
4576 msgid ""
4577 "I<Note:> Do I<not> use these when you are passing parameters to the "
4578 "C<command{,r,v,rv}()> functions.  These parameters do NOT need to be quoted "
4579 "because they are not passed via the shell (instead, straight to exec).  You "
4580 "probably want to use the C<sysroot_path()> function however."
4581 msgstr ""
4582
4583 #. type: =head2
4584 #: ../src/guestfs.pod:2384
4585 msgid "SUBMITTING YOUR NEW API ACTIONS"
4586 msgstr ""
4587
4588 #. type: textblock
4589 #: ../src/guestfs.pod:2386
4590 msgid ""
4591 "Submit patches to the mailing list: "
4592 "L<http://www.redhat.com/mailman/listinfo/libguestfs> and CC to "
4593 "L<rjones@redhat.com>."
4594 msgstr ""
4595
4596 #. type: =head2
4597 #: ../src/guestfs.pod:2390
4598 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
4599 msgstr ""
4600
4601 #. type: textblock
4602 #: ../src/guestfs.pod:2392
4603 msgid "We support i18n (gettext anyhow) in the library."
4604 msgstr ""
4605
4606 #. type: textblock
4607 #: ../src/guestfs.pod:2394
4608 msgid ""
4609 "However many messages come from the daemon, and we don't translate those at "
4610 "the moment.  One reason is that the appliance generally has all locale files "
4611 "removed from it, because they take up a lot of space.  So we'd have to readd "
4612 "some of those, as well as copying our PO files into the appliance."
4613 msgstr ""
4614
4615 #. type: textblock
4616 #: ../src/guestfs.pod:2400
4617 msgid ""
4618 "Debugging messages are never translated, since they are intended for the "
4619 "programmers."
4620 msgstr ""
4621
4622 #. type: =head2
4623 #: ../src/guestfs.pod:2403
4624 msgid "SOURCE CODE SUBDIRECTORIES"
4625 msgstr ""
4626
4627 #. type: =item
4628 #: ../src/guestfs.pod:2407 ../src/guestfs-actions.pod:5686 ../fish/guestfish-actions.pod:3808
4629 msgid "C<appliance>"
4630 msgstr ""
4631
4632 #. type: textblock
4633 #: ../src/guestfs.pod:2409
4634 msgid "The libguestfs appliance, build scripts and so on."
4635 msgstr ""
4636
4637 #. type: =item
4638 #: ../src/guestfs.pod:2411
4639 msgid "C<capitests>"
4640 msgstr ""
4641
4642 #. type: textblock
4643 #: ../src/guestfs.pod:2413
4644 msgid "Automated tests of the C API."
4645 msgstr ""
4646
4647 #. type: =item
4648 #: ../src/guestfs.pod:2415
4649 msgid "C<cat>"
4650 msgstr ""
4651
4652 #. type: textblock
4653 #: ../src/guestfs.pod:2417
4654 msgid ""
4655 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
4656 "documentation."
4657 msgstr ""
4658
4659 #. type: =item
4660 #: ../src/guestfs.pod:2420
4661 msgid "C<contrib>"
4662 msgstr ""
4663
4664 #. type: textblock
4665 #: ../src/guestfs.pod:2422
4666 msgid "Outside contributions, experimental parts."
4667 msgstr ""
4668
4669 #. type: =item
4670 #: ../src/guestfs.pod:2424
4671 msgid "C<daemon>"
4672 msgstr ""
4673
4674 #. type: textblock
4675 #: ../src/guestfs.pod:2426
4676 msgid ""
4677 "The daemon that runs inside the libguestfs appliance and carries out "
4678 "actions."
4679 msgstr ""
4680
4681 #. type: =item
4682 #: ../src/guestfs.pod:2429
4683 msgid "C<df>"
4684 msgstr ""
4685
4686 #. type: textblock
4687 #: ../src/guestfs.pod:2431
4688 msgid "L<virt-df(1)> command and documentation."
4689 msgstr ""
4690
4691 #. type: =item
4692 #: ../src/guestfs.pod:2433
4693 msgid "C<examples>"
4694 msgstr ""
4695
4696 #. type: textblock
4697 #: ../src/guestfs.pod:2435
4698 msgid "C API example code."
4699 msgstr ""
4700
4701 #. type: =item
4702 #: ../src/guestfs.pod:2437
4703 msgid "C<fish>"
4704 msgstr ""
4705
4706 #. type: textblock
4707 #: ../src/guestfs.pod:2439
4708 msgid ""
4709 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
4710 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
4711 "L<virt-tar-out(1)>."
4712 msgstr ""
4713
4714 #. type: =item
4715 #: ../src/guestfs.pod:2443
4716 msgid "C<fuse>"
4717 msgstr ""
4718
4719 #. type: textblock
4720 #: ../src/guestfs.pod:2445
4721 msgid "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
4722 msgstr ""
4723
4724 #. type: =item
4725 #: ../src/guestfs.pod:2447
4726 msgid "C<generator>"
4727 msgstr ""
4728
4729 #. type: textblock
4730 #: ../src/guestfs.pod:2449
4731 msgid ""
4732 "The crucially important generator, used to automatically generate large "
4733 "amounts of boilerplate C code for things like RPC and bindings."
4734 msgstr ""
4735
4736 #. type: =item
4737 #: ../src/guestfs.pod:2452
4738 msgid "C<images>"
4739 msgstr ""
4740
4741 #. type: textblock
4742 #: ../src/guestfs.pod:2454
4743 msgid "Files used by the test suite."
4744 msgstr ""
4745
4746 #. type: textblock
4747 #: ../src/guestfs.pod:2456
4748 msgid "Some \"phony\" guest images which we test against."
4749 msgstr ""
4750
4751 #. type: =item
4752 #: ../src/guestfs.pod:2458
4753 msgid "C<inspector>"
4754 msgstr ""
4755
4756 #. type: textblock
4757 #: ../src/guestfs.pod:2460
4758 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
4759 msgstr ""
4760
4761 #. type: =item
4762 #: ../src/guestfs.pod:2462
4763 msgid "C<logo>"
4764 msgstr ""
4765
4766 #. type: textblock
4767 #: ../src/guestfs.pod:2464
4768 msgid "Logo used on the website.  The fish is called Arthur by the way."
4769 msgstr ""
4770
4771 #. type: =item
4772 #: ../src/guestfs.pod:2466
4773 msgid "C<m4>"
4774 msgstr ""
4775
4776 #. type: textblock
4777 #: ../src/guestfs.pod:2468
4778 msgid "M4 macros used by autoconf."
4779 msgstr ""
4780
4781 #. type: =item
4782 #: ../src/guestfs.pod:2470
4783 msgid "C<po>"
4784 msgstr ""
4785
4786 #. type: textblock
4787 #: ../src/guestfs.pod:2472
4788 msgid "Translations of simple gettext strings."
4789 msgstr ""
4790
4791 #. type: =item
4792 #: ../src/guestfs.pod:2474
4793 msgid "C<po-docs>"
4794 msgstr ""
4795
4796 #. type: textblock
4797 #: ../src/guestfs.pod:2476
4798 msgid ""
4799 "The build infrastructure and PO files for translations of manpages and POD "
4800 "files.  Eventually this will be combined with the C<po> directory, but that "
4801 "is rather complicated."
4802 msgstr ""
4803
4804 #. type: =item
4805 #: ../src/guestfs.pod:2480
4806 msgid "C<regressions>"
4807 msgstr ""
4808
4809 #. type: textblock
4810 #: ../src/guestfs.pod:2482
4811 msgid "Regression tests."
4812 msgstr ""
4813
4814 #. type: =item
4815 #: ../src/guestfs.pod:2484
4816 msgid "C<rescue>"
4817 msgstr ""
4818
4819 #. type: textblock
4820 #: ../src/guestfs.pod:2486
4821 msgid "L<virt-rescue(1)> command and documentation."
4822 msgstr ""
4823
4824 #. type: =item
4825 #: ../src/guestfs.pod:2488
4826 msgid "C<src>"
4827 msgstr ""
4828
4829 #. type: textblock
4830 #: ../src/guestfs.pod:2490
4831 msgid "Source code to the C library."
4832 msgstr ""
4833
4834 #. type: =item
4835 #: ../src/guestfs.pod:2492
4836 msgid "C<tools>"
4837 msgstr ""
4838
4839 #. type: textblock
4840 #: ../src/guestfs.pod:2494
4841 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
4842 msgstr ""
4843
4844 #. type: =item
4845 #: ../src/guestfs.pod:2496
4846 msgid "C<test-tool>"
4847 msgstr ""
4848
4849 #. type: textblock
4850 #: ../src/guestfs.pod:2498
4851 msgid ""
4852 "Test tool for end users to test if their qemu/kernel combination will work "
4853 "with libguestfs."
4854 msgstr ""
4855
4856 #. type: =item
4857 #: ../src/guestfs.pod:2501
4858 msgid "C<csharp>"
4859 msgstr ""
4860
4861 #. type: =item
4862 #: ../src/guestfs.pod:2503
4863 msgid "C<haskell>"
4864 msgstr ""
4865
4866 #. type: =item
4867 #: ../src/guestfs.pod:2505
4868 msgid "C<java>"
4869 msgstr ""
4870
4871 #. type: =item
4872 #: ../src/guestfs.pod:2507
4873 msgid "C<ocaml>"
4874 msgstr ""
4875
4876 #. type: =item
4877 #: ../src/guestfs.pod:2509
4878 msgid "C<php>"
4879 msgstr ""
4880
4881 #. type: =item
4882 #: ../src/guestfs.pod:2511
4883 msgid "C<perl>"
4884 msgstr ""
4885
4886 #. type: =item
4887 #: ../src/guestfs.pod:2513
4888 msgid "C<python>"
4889 msgstr ""
4890
4891 #. type: =item
4892 #: ../src/guestfs.pod:2515
4893 msgid "C<ruby>"
4894 msgstr ""
4895
4896 #. type: textblock
4897 #: ../src/guestfs.pod:2517
4898 msgid "Language bindings."
4899 msgstr ""
4900
4901 #. type: =head1
4902 #: ../src/guestfs.pod:2521 ../fish/guestfish.pod:996 ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:330
4903 msgid "ENVIRONMENT VARIABLES"
4904 msgstr ""
4905
4906 #. type: =item
4907 #: ../src/guestfs.pod:2525 ../fish/guestfish.pod:1022
4908 msgid "LIBGUESTFS_APPEND"
4909 msgstr ""
4910
4911 #. type: textblock
4912 #: ../src/guestfs.pod:2527 ../fish/guestfish.pod:1024
4913 msgid "Pass additional options to the guest kernel."
4914 msgstr ""
4915
4916 #. type: =item
4917 #: ../src/guestfs.pod:2529 ../fish/guestfish.pod:1026
4918 msgid "LIBGUESTFS_DEBUG"
4919 msgstr ""
4920
4921 #. type: textblock
4922 #: ../src/guestfs.pod:2531
4923 msgid ""
4924 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
4925 "effect as calling C<guestfs_set_verbose (g, 1)>."
4926 msgstr ""
4927
4928 #. type: =item
4929 #: ../src/guestfs.pod:2534 ../fish/guestfish.pod:1031
4930 msgid "LIBGUESTFS_MEMSIZE"
4931 msgstr ""
4932
4933 #. type: textblock
4934 #: ../src/guestfs.pod:2536 ../fish/guestfish.pod:1033
4935 msgid "Set the memory allocated to the qemu process, in megabytes.  For example:"
4936 msgstr ""
4937
4938 #. type: verbatim
4939 #: ../src/guestfs.pod:2539 ../fish/guestfish.pod:1036
4940 #, no-wrap
4941 msgid ""
4942 " LIBGUESTFS_MEMSIZE=700\n"
4943 "\n"
4944 msgstr ""
4945
4946 #. type: =item
4947 #: ../src/guestfs.pod:2541 ../fish/guestfish.pod:1038
4948 msgid "LIBGUESTFS_PATH"
4949 msgstr ""
4950
4951 #. type: textblock
4952 #: ../src/guestfs.pod:2543
4953 msgid ""
4954 "Set the path that libguestfs uses to search for kernel and initrd.img.  See "
4955 "the discussion of paths in section PATH above."
4956 msgstr ""
4957
4958 #. type: =item
4959 #: ../src/guestfs.pod:2546 ../fish/guestfish.pod:1043
4960 msgid "LIBGUESTFS_QEMU"
4961 msgstr ""
4962
4963 #. type: textblock
4964 #: ../src/guestfs.pod:2548 ../fish/guestfish.pod:1045
4965 msgid ""
4966 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
4967 "which was found at compile time by the configure script is used."
4968 msgstr ""
4969
4970 #. type: textblock
4971 #: ../src/guestfs.pod:2552
4972 msgid "See also L</QEMU WRAPPERS> above."
4973 msgstr ""
4974
4975 #. type: =item
4976 #: ../src/guestfs.pod:2554 ../fish/guestfish.pod:1049
4977 msgid "LIBGUESTFS_TRACE"
4978 msgstr ""
4979
4980 #. type: textblock
4981 #: ../src/guestfs.pod:2556
4982 msgid ""
4983 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
4984 "effect as calling C<guestfs_set_trace (g, 1)>."
4985 msgstr ""
4986
4987 #. type: =item
4988 #: ../src/guestfs.pod:2559 ../fish/guestfish.pod:1058
4989 msgid "TMPDIR"
4990 msgstr ""
4991
4992 #. type: textblock
4993 #: ../src/guestfs.pod:2561 ../fish/guestfish.pod:1060
4994 msgid ""
4995 "Location of temporary directory, defaults to C</tmp> except for the cached "
4996 "supermin appliance which defaults to C</var/tmp>."
4997 msgstr ""
4998
4999 #. type: textblock
5000 #: ../src/guestfs.pod:2564 ../fish/guestfish.pod:1063
5001 msgid ""
5002 "If libguestfs was compiled to use the supermin appliance then the real "
5003 "appliance is cached in this directory, shared between all handles belonging "
5004 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5005 "use in case C</var/tmp> is not large enough."
5006 msgstr ""
5007
5008 #. type: =head1
5009 #: ../src/guestfs.pod:2572 ../fish/guestfish.pod:1121 ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:238 ../tools/virt-edit.pl:350 ../tools/virt-win-reg.pl:572 ../tools/virt-resize.pl:1483 ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:257
5010 msgid "SEE ALSO"
5011 msgstr ""
5012
5013 #. type: textblock
5014 #: ../src/guestfs.pod:2574
5015 msgid ""
5016 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, "
5017 "L<guestfs-ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, "
5018 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
5019 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
5020 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
5021 "L<virt-rescue(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, "
5022 "L<virt-win-reg(1)>, L<qemu(1)>, L<febootstrap(1)>, L<hivex(3)>, "
5023 "L<http://libguestfs.org/>."
5024 msgstr ""
5025
5026 #. type: textblock
5027 #: ../src/guestfs.pod:2601
5028 msgid ""
5029 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, "
5030 "L<lvm(8)>, L<disktype(1)>."
5031 msgstr ""
5032
5033 #. type: =head1
5034 #: ../src/guestfs.pod:2608 ../tools/virt-win-reg.pl:587 ../tools/virt-make-fs.pl:548
5035 msgid "BUGS"
5036 msgstr ""
5037
5038 #. type: textblock
5039 #: ../src/guestfs.pod:2610
5040 msgid "To get a list of bugs against libguestfs use this link:"
5041 msgstr ""
5042
5043 #. type: textblock
5044 #: ../src/guestfs.pod:2612
5045 msgid "L<https://bugzilla.redhat.com/buglist.cgi?component=libguestfs&product=Virtualization+Tools>"
5046 msgstr ""
5047
5048 #. type: textblock
5049 #: ../src/guestfs.pod:2614
5050 msgid "To report a new bug against libguestfs use this link:"
5051 msgstr ""
5052
5053 #. type: textblock
5054 #: ../src/guestfs.pod:2616
5055 msgid "L<https://bugzilla.redhat.com/enter_bug.cgi?component=libguestfs&product=Virtualization+Tools>"
5056 msgstr ""
5057
5058 #. type: textblock
5059 #: ../src/guestfs.pod:2618
5060 msgid "When reporting a bug, please check:"
5061 msgstr ""
5062
5063 #. type: textblock
5064 #: ../src/guestfs.pod:2624
5065 msgid "That the bug hasn't been reported already."
5066 msgstr ""
5067
5068 #. type: textblock
5069 #: ../src/guestfs.pod:2628
5070 msgid "That you are testing a recent version."
5071 msgstr ""
5072
5073 #. type: textblock
5074 #: ../src/guestfs.pod:2632
5075 msgid "Describe the bug accurately, and give a way to reproduce it."
5076 msgstr ""
5077
5078 #. type: textblock
5079 #: ../src/guestfs.pod:2636
5080 msgid ""
5081 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5082 "bug report."
5083 msgstr ""
5084
5085 #. type: =head1
5086 #: ../src/guestfs.pod:2641 ../fish/guestfish.pod:1144 ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:249
5087 msgid "AUTHORS"
5088 msgstr ""
5089
5090 #. type: textblock
5091 #: ../src/guestfs.pod:2643 ../fish/guestfish.pod:1146 ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:251
5092 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5093 msgstr ""
5094
5095 #. type: =head1
5096 #: ../src/guestfs.pod:2645 ../fish/guestfish.pod:1148 ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:253 ../tools/virt-edit.pl:368 ../tools/virt-win-reg.pl:602 ../tools/virt-resize.pl:1508 ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:563 ../tools/virt-list-partitions.pl:273
5097 msgid "COPYRIGHT"
5098 msgstr ""
5099
5100 #. type: textblock
5101 #: ../src/guestfs.pod:2647 ../fish/guestfish.pod:1150 ../fuse/guestmount.pod:255
5102 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
5103 msgstr ""
5104
5105 #. type: textblock
5106 #: ../src/guestfs.pod:2650
5107 msgid ""
5108 "This library is free software; you can redistribute it and/or modify it "
5109 "under the terms of the GNU Lesser General Public License as published by the "
5110 "Free Software Foundation; either version 2 of the License, or (at your "
5111 "option) any later version."
5112 msgstr ""
5113
5114 #. type: textblock
5115 #: ../src/guestfs.pod:2655
5116 msgid ""
5117 "This library is distributed in the hope that it will be useful, but WITHOUT "
5118 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5119 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5120 "for more details."
5121 msgstr ""
5122
5123 #. type: textblock
5124 #: ../src/guestfs.pod:2660
5125 msgid ""
5126 "You should have received a copy of the GNU Lesser General Public License "
5127 "along with this library; if not, write to the Free Software Foundation, "
5128 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5129 msgstr ""
5130
5131 #. type: =head2
5132 #: ../src/guestfs-actions.pod:1
5133 msgid "guestfs_add_cdrom"
5134 msgstr ""
5135
5136 #. type: verbatim
5137 #: ../src/guestfs-actions.pod:3
5138 #, no-wrap
5139 msgid ""
5140 " int\n"
5141 " guestfs_add_cdrom (guestfs_h *g,\n"
5142 "                    const char *filename);\n"
5143 "\n"
5144 msgstr ""
5145
5146 #. type: textblock
5147 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5148 msgid "This function adds a virtual CD-ROM disk image to the guest."
5149 msgstr ""
5150
5151 #. type: textblock
5152 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5153 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5154 msgstr ""
5155
5156 #. type: textblock
5157 #: ../src/guestfs-actions.pod:17
5158 msgid ""
5159 "This call checks for the existence of C<filename>.  This stops you from "
5160 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5161 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5162 "instead."
5163 msgstr ""
5164
5165 #. type: textblock
5166 #: ../src/guestfs-actions.pod:24
5167 msgid ""
5168 "If you just want to add an ISO file (often you use this as an efficient way "
5169 "to transfer large files into the guest), then you should probably use "
5170 "C<guestfs_add_drive_ro> instead."
5171 msgstr ""
5172
5173 #. type: textblock
5174 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134 ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232 ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267 ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301 ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436 ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495 ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541 ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641 ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670 ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787 ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815 ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996 ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098 ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135 ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169 ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270 ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1332 ../src/guestfs-actions.pod:1438 ../src/guestfs-actions.pod:1472 ../src/guestfs-actions.pod:1690 ../src/guestfs-actions.pod:1712 ../src/guestfs-actions.pod:1799 ../src/guestfs-actions.pod:2261 ../src/guestfs-actions.pod:2405 ../src/guestfs-actions.pod:2466 ../src/guestfs-actions.pod:2501 ../src/guestfs-actions.pod:3336 ../src/guestfs-actions.pod:3351 ../src/guestfs-actions.pod:3371 ../src/guestfs-actions.pod:3526 ../src/guestfs-actions.pod:3540 ../src/guestfs-actions.pod:3553 ../src/guestfs-actions.pod:3567 ../src/guestfs-actions.pod:3582 ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3690 ../src/guestfs-actions.pod:3710 ../src/guestfs-actions.pod:3727 ../src/guestfs-actions.pod:3750 ../src/guestfs-actions.pod:3773 ../src/guestfs-actions.pod:3805 ../src/guestfs-actions.pod:3824 ../src/guestfs-actions.pod:3843 ../src/guestfs-actions.pod:3878 ../src/guestfs-actions.pod:3890 ../src/guestfs-actions.pod:3926 ../src/guestfs-actions.pod:3942 ../src/guestfs-actions.pod:3955 ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:3987 ../src/guestfs-actions.pod:4080 ../src/guestfs-actions.pod:4100 ../src/guestfs-actions.pod:4113 ../src/guestfs-actions.pod:4164 ../src/guestfs-actions.pod:4182 ../src/guestfs-actions.pod:4200 ../src/guestfs-actions.pod:4216 ../src/guestfs-actions.pod:4230 ../src/guestfs-actions.pod:4244 ../src/guestfs-actions.pod:4261 ../src/guestfs-actions.pod:4276 ../src/guestfs-actions.pod:4296 ../src/guestfs-actions.pod:4354 ../src/guestfs-actions.pod:4427 ../src/guestfs-actions.pod:4458 ../src/guestfs-actions.pod:4477 ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4508 ../src/guestfs-actions.pod:4525 ../src/guestfs-actions.pod:4538 ../src/guestfs-actions.pod:4553 ../src/guestfs-actions.pod:4568 ../src/guestfs-actions.pod:4603 ../src/guestfs-actions.pod:4618 ../src/guestfs-actions.pod:4638 ../src/guestfs-actions.pod:4652 ../src/guestfs-actions.pod:4669 ../src/guestfs-actions.pod:4718 ../src/guestfs-actions.pod:4755 ../src/guestfs-actions.pod:4769 ../src/guestfs-actions.pod:4797 ../src/guestfs-actions.pod:4814 ../src/guestfs-actions.pod:4832 ../src/guestfs-actions.pod:4966 ../src/guestfs-actions.pod:5023 ../src/guestfs-actions.pod:5045 ../src/guestfs-actions.pod:5063 ../src/guestfs-actions.pod:5095 ../src/guestfs-actions.pod:5161 ../src/guestfs-actions.pod:5178 ../src/guestfs-actions.pod:5191 ../src/guestfs-actions.pod:5205 ../src/guestfs-actions.pod:5494 ../src/guestfs-actions.pod:5513 ../src/guestfs-actions.pod:5532 ../src/guestfs-actions.pod:5544 ../src/guestfs-actions.pod:5556 ../src/guestfs-actions.pod:5570 ../src/guestfs-actions.pod:5582 ../src/guestfs-actions.pod:5596 ../src/guestfs-actions.pod:5612 ../src/guestfs-actions.pod:5633 ../src/guestfs-actions.pod:5652 ../src/guestfs-actions.pod:5671 ../src/guestfs-actions.pod:5701 ../src/guestfs-actions.pod:5717 ../src/guestfs-actions.pod:5740 ../src/guestfs-actions.pod:5758 ../src/guestfs-actions.pod:5777 ../src/guestfs-actions.pod:5798 ../src/guestfs-actions.pod:5817 ../src/guestfs-actions.pod:5834 ../src/guestfs-actions.pod:5862 ../src/guestfs-actions.pod:5886 ../src/guestfs-actions.pod:5905 ../src/guestfs-actions.pod:5929 ../src/guestfs-actions.pod:5944 ../src/guestfs-actions.pod:5959 ../src/guestfs-actions.pod:5978 ../src/guestfs-actions.pod:6015 ../src/guestfs-actions.pod:6038 ../src/guestfs-actions.pod:6064 ../src/guestfs-actions.pod:6172 ../src/guestfs-actions.pod:6293 ../src/guestfs-actions.pod:6305 ../src/guestfs-actions.pod:6318 ../src/guestfs-actions.pod:6331 ../src/guestfs-actions.pod:6353 ../src/guestfs-actions.pod:6366 ../src/guestfs-actions.pod:6379 ../src/guestfs-actions.pod:6392 ../src/guestfs-actions.pod:6407 ../src/guestfs-actions.pod:6466 ../src/guestfs-actions.pod:6483 ../src/guestfs-actions.pod:6499 ../src/guestfs-actions.pod:6515 ../src/guestfs-actions.pod:6532 ../src/guestfs-actions.pod:6545 ../src/guestfs-actions.pod:6565 ../src/guestfs-actions.pod:6601 ../src/guestfs-actions.pod:6615 ../src/guestfs-actions.pod:6656 ../src/guestfs-actions.pod:6669 ../src/guestfs-actions.pod:6687 ../src/guestfs-actions.pod:6721 ../src/guestfs-actions.pod:6757 ../src/guestfs-actions.pod:6876 ../src/guestfs-actions.pod:6894 ../src/guestfs-actions.pod:6908 ../src/guestfs-actions.pod:6963 ../src/guestfs-actions.pod:6976 ../src/guestfs-actions.pod:7021 ../src/guestfs-actions.pod:7054 ../src/guestfs-actions.pod:7108 ../src/guestfs-actions.pod:7134 ../src/guestfs-actions.pod:7200 ../src/guestfs-actions.pod:7219 ../src/guestfs-actions.pod:7248
5175 msgid "This function returns 0 on success or -1 on error."
5176 msgstr ""
5177
5178 #. type: textblock
5179 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248 ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28 ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
5180 msgid ""
5181 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5182 "instead."
5183 msgstr ""
5184
5185 #. type: textblock
5186 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251 ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1939 ../src/guestfs-actions.pod:1960 ../src/guestfs-actions.pod:4301 ../src/guestfs-actions.pod:7142 ../src/guestfs-actions.pod:7311 ../fish/guestfish-actions.pod:31 ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175 ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319 ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:2908 ../fish/guestfish-actions.pod:4762 ../fish/guestfish-actions.pod:4859
5187 msgid ""
5188 "Deprecated functions will not be removed from the API, but the fact that "
5189 "they are deprecated indicates that there are problems with correct use of "
5190 "these functions."
5191 msgstr ""
5192
5193 #. type: textblock
5194 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136 ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1911 ../src/guestfs-actions.pod:2009 ../src/guestfs-actions.pod:2112 ../src/guestfs-actions.pod:3338 ../src/guestfs-actions.pod:3353 ../src/guestfs-actions.pod:4605 ../src/guestfs-actions.pod:5719 ../src/guestfs-actions.pod:5836 ../src/guestfs-actions.pod:5946 ../src/guestfs-actions.pod:6409 ../src/guestfs-actions.pod:6534 ../src/guestfs-actions.pod:7056
5195 msgid "(Added in 0.3)"
5196 msgstr ""
5197
5198 #. type: =head2
5199 #: ../src/guestfs-actions.pod:41
5200 msgid "guestfs_add_domain"
5201 msgstr ""
5202
5203 #. type: verbatim
5204 #: ../src/guestfs-actions.pod:43
5205 #, no-wrap
5206 msgid ""
5207 " int\n"
5208 " guestfs_add_domain (guestfs_h *g,\n"
5209 "                     const char *dom,\n"
5210 "                     ...);\n"
5211 "\n"
5212 msgstr ""
5213
5214 #. type: textblock
5215 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145 ../src/guestfs-actions.pod:4315
5216 msgid ""
5217 "You may supply a list of optional arguments to this call.  Use zero or more "
5218 "of the following pairs of parameters, and terminate the list with C<-1> on "
5219 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5220 msgstr ""
5221
5222 #. type: verbatim
5223 #: ../src/guestfs-actions.pod:53
5224 #, no-wrap
5225 msgid ""
5226 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5227 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5228 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5229 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5230 "\n"
5231 msgstr ""
5232
5233 #. type: textblock
5234 #: ../src/guestfs-actions.pod:58
5235 msgid ""
5236 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5237 "It works by connecting to libvirt, requesting the domain and domain XML from "
5238 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5239 "one."
5240 msgstr ""
5241
5242 #. type: textblock
5243 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5244 msgid ""
5245 "The number of disks added is returned.  This operation is atomic: if an "
5246 "error is returned, then no disks are added."
5247 msgstr ""
5248
5249 #. type: textblock
5250 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5251 msgid ""
5252 "This function does some minimal checks to make sure the libvirt domain is "
5253 "not running (unless C<readonly> is true).  In a future version we will try "
5254 "to acquire the libvirt lock on each disk."
5255 msgstr ""
5256
5257 #. type: textblock
5258 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5259 msgid ""
5260 "Disks must be accessible locally.  This often means that adding disks from a "
5261 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5262 "unless those disks are accessible via the same device path locally too."
5263 msgstr ""
5264
5265 #. type: textblock
5266 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5267 msgid ""
5268 "The optional C<libvirturi> parameter sets the libvirt URI (see "
5269 "L<http://libvirt.org/uri.html>).  If this is not set then we connect to the "
5270 "default libvirt URI (or one set through an environment variable, see the "
5271 "libvirt documentation for full details)."
5272 msgstr ""
5273
5274 #. type: textblock
5275 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5276 msgid ""
5277 "The optional C<live> flag controls whether this call will try to connect to "
5278 "a running virtual machine C<guestfsd> process if it sees a suitable "
5279 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5280 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5281 "DAEMONS> for more information."
5282 msgstr ""
5283
5284 #. type: textblock
5285 #: ../src/guestfs-actions.pod:88
5286 msgid ""
5287 "The other optional parameters are passed directly through to "
5288 "C<guestfs_add_drive_opts>."
5289 msgstr ""
5290
5291 #. type: textblock
5292 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344 ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687 ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736 ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315 ../src/guestfs-actions.pod:1669 ../src/guestfs-actions.pod:1872 ../src/guestfs-actions.pod:1981 ../src/guestfs-actions.pod:2021 ../src/guestfs-actions.pod:2076 ../src/guestfs-actions.pod:2099 ../src/guestfs-actions.pod:2392 ../src/guestfs-actions.pod:2719 ../src/guestfs-actions.pod:2740 ../src/guestfs-actions.pod:4741 ../src/guestfs-actions.pod:4869 ../src/guestfs-actions.pod:5275 ../src/guestfs-actions.pod:5301 ../src/guestfs-actions.pod:6642 ../src/guestfs-actions.pod:7067 ../src/guestfs-actions.pod:7080 ../src/guestfs-actions.pod:7093
5293 msgid "On error this function returns -1."
5294 msgstr ""
5295
5296 #. type: textblock
5297 #: ../src/guestfs-actions.pod:93
5298 msgid "(Added in 1.7.4)"
5299 msgstr ""
5300
5301 #. type: =head2
5302 #: ../src/guestfs-actions.pod:95
5303 msgid "guestfs_add_domain_va"
5304 msgstr ""
5305
5306 #. type: verbatim
5307 #: ../src/guestfs-actions.pod:97
5308 #, no-wrap
5309 msgid ""
5310 " int\n"
5311 " guestfs_add_domain_va (guestfs_h *g,\n"
5312 "                        const char *dom,\n"
5313 "                        va_list args);\n"
5314 "\n"
5315 msgstr ""
5316
5317 #. type: textblock
5318 #: ../src/guestfs-actions.pod:102
5319 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5320 msgstr ""
5321
5322 #. type: textblock
5323 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115 ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219 ../src/guestfs-actions.pod:4368 ../src/guestfs-actions.pod:4380
5324 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
5325 msgstr ""
5326
5327 #. type: =head2
5328 #: ../src/guestfs-actions.pod:106
5329 msgid "guestfs_add_domain_argv"
5330 msgstr ""
5331
5332 #. type: verbatim
5333 #: ../src/guestfs-actions.pod:108
5334 #, no-wrap
5335 msgid ""
5336 " int\n"
5337 " guestfs_add_domain_argv (guestfs_h *g,\n"
5338 "                          const char *dom,\n"
5339 "                          const struct guestfs_add_domain_argv *optargs);\n"
5340 "\n"
5341 msgstr ""
5342
5343 #. type: textblock
5344 #: ../src/guestfs-actions.pod:113
5345 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
5346 msgstr ""
5347
5348 #. type: =head2
5349 #: ../src/guestfs-actions.pod:117
5350 msgid "guestfs_add_drive"
5351 msgstr ""
5352
5353 #. type: verbatim
5354 #: ../src/guestfs-actions.pod:119
5355 #, no-wrap
5356 msgid ""
5357 " int\n"
5358 " guestfs_add_drive (guestfs_h *g,\n"
5359 "                    const char *filename);\n"
5360 "\n"
5361 msgstr ""
5362
5363 #. type: textblock
5364 #: ../src/guestfs-actions.pod:123
5365 msgid ""
5366 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
5367 "optional parameters, so the disk is added writable, with the format being "
5368 "detected automatically."
5369 msgstr ""
5370
5371 #. type: textblock
5372 #: ../src/guestfs-actions.pod:127
5373 msgid ""
5374 "Automatic detection of the format opens you up to a potential security hole "
5375 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5376 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
5377 "you should think about replacing calls to this function with calls to "
5378 "C<guestfs_add_drive_opts>, and specifying the format."
5379 msgstr ""
5380
5381 #. type: =head2
5382 #: ../src/guestfs-actions.pod:138
5383 msgid "guestfs_add_drive_opts"
5384 msgstr ""
5385
5386 #. type: verbatim
5387 #: ../src/guestfs-actions.pod:140
5388 #, no-wrap
5389 msgid ""
5390 " int\n"
5391 " guestfs_add_drive_opts (guestfs_h *g,\n"
5392 "                         const char *filename,\n"
5393 "                         ...);\n"
5394 "\n"
5395 msgstr ""
5396
5397 #. type: verbatim
5398 #: ../src/guestfs-actions.pod:150
5399 #, no-wrap
5400 msgid ""
5401 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
5402 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
5403 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
5404 "\n"
5405 msgstr ""
5406
5407 #. type: textblock
5408 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
5409 msgid ""
5410 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
5411 "The first time you call this function, the disk appears as C</dev/sda>, the "
5412 "second time as C</dev/sdb>, and so on."
5413 msgstr ""
5414
5415 #. type: textblock
5416 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
5417 msgid ""
5418 "You don't necessarily need to be root when using libguestfs.  However you "
5419 "obviously do need sufficient permissions to access the filename for whatever "
5420 "operations you want to perform (ie. read access if you just want to read the "
5421 "image or write access if you want to modify the image)."
5422 msgstr ""
5423
5424 #. type: textblock
5425 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
5426 msgid "This call checks that C<filename> exists."
5427 msgstr ""
5428
5429 #. type: textblock
5430 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4326 ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:2919
5431 msgid "The optional arguments are:"
5432 msgstr ""
5433
5434 #. type: =item
5435 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
5436 msgid "C<readonly>"
5437 msgstr ""
5438
5439 #. type: textblock
5440 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
5441 msgid ""
5442 "If true then the image is treated as read-only.  Writes are still allowed, "
5443 "but they are stored in a temporary snapshot overlay which is discarded at "
5444 "the end.  The disk that you add is not modified."
5445 msgstr ""
5446
5447 #. type: =item
5448 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
5449 msgid "C<format>"
5450 msgstr ""
5451
5452 #. type: textblock
5453 #: ../src/guestfs-actions.pod:179
5454 msgid ""
5455 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
5456 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
5457 "Possible formats include C<raw> and C<qcow2>."
5458 msgstr ""
5459
5460 #. type: textblock
5461 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
5462 msgid ""
5463 "Automatic detection of the format opens you up to a potential security hole "
5464 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
5465 "RHBZ#642934.  Specifying the format closes this security hole."
5466 msgstr ""
5467
5468 #. type: =item
5469 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
5470 msgid "C<iface>"
5471 msgstr ""
5472
5473 #. type: textblock
5474 #: ../src/guestfs-actions.pod:190
5475 msgid ""
5476 "This rarely-used option lets you emulate the behaviour of the deprecated "
5477 "C<guestfs_add_drive_with_if> call (q.v.)"
5478 msgstr ""
5479
5480 #. type: textblock
5481 #: ../src/guestfs-actions.pod:197
5482 msgid "(Added in 1.5.23)"
5483 msgstr ""
5484
5485 #. type: =head2
5486 #: ../src/guestfs-actions.pod:199
5487 msgid "guestfs_add_drive_opts_va"
5488 msgstr ""
5489
5490 #. type: verbatim
5491 #: ../src/guestfs-actions.pod:201
5492 #, no-wrap
5493 msgid ""
5494 " int\n"
5495 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
5496 "                            const char *filename,\n"
5497 "                            va_list args);\n"
5498 "\n"
5499 msgstr ""
5500
5501 #. type: textblock
5502 #: ../src/guestfs-actions.pod:206
5503 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
5504 msgstr ""
5505
5506 #. type: =head2
5507 #: ../src/guestfs-actions.pod:210
5508 msgid "guestfs_add_drive_opts_argv"
5509 msgstr ""
5510
5511 #. type: verbatim
5512 #: ../src/guestfs-actions.pod:212
5513 #, no-wrap
5514 msgid ""
5515 " int\n"
5516 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
5517 "                              const char *filename,\n"
5518 "                              const struct guestfs_add_drive_opts_argv "
5519 "*optargs);\n"
5520 "\n"
5521 msgstr ""
5522
5523 #. type: textblock
5524 #: ../src/guestfs-actions.pod:217
5525 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
5526 msgstr ""
5527
5528 #. type: =head2
5529 #: ../src/guestfs-actions.pod:221
5530 msgid "guestfs_add_drive_ro"
5531 msgstr ""
5532
5533 #. type: verbatim
5534 #: ../src/guestfs-actions.pod:223
5535 #, no-wrap
5536 msgid ""
5537 " int\n"
5538 " guestfs_add_drive_ro (guestfs_h *g,\n"
5539 "                       const char *filename);\n"
5540 "\n"
5541 msgstr ""
5542
5543 #. type: textblock
5544 #: ../src/guestfs-actions.pod:227
5545 msgid ""
5546 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
5547 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
5548 "disk is added read-only, with the format being detected automatically."
5549 msgstr ""
5550
5551 #. type: textblock
5552 #: ../src/guestfs-actions.pod:234
5553 msgid "(Added in 1.0.38)"
5554 msgstr ""
5555
5556 #. type: =head2
5557 #: ../src/guestfs-actions.pod:236
5558 msgid "guestfs_add_drive_ro_with_if"
5559 msgstr ""
5560
5561 #. type: verbatim
5562 #: ../src/guestfs-actions.pod:238
5563 #, no-wrap
5564 msgid ""
5565 " int\n"
5566 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
5567 "                               const char *filename,\n"
5568 "                               const char *iface);\n"
5569 "\n"
5570 msgstr ""
5571
5572 #. type: textblock
5573 #: ../src/guestfs-actions.pod:243
5574 msgid ""
5575 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
5576 "QEMU interface emulation to use at run time."
5577 msgstr ""
5578
5579 #. type: textblock
5580 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276 ../src/guestfs-actions.pod:2351
5581 msgid "(Added in 1.0.84)"
5582 msgstr ""
5583
5584 #. type: =head2
5585 #: ../src/guestfs-actions.pod:257
5586 msgid "guestfs_add_drive_with_if"
5587 msgstr ""
5588
5589 #. type: verbatim
5590 #: ../src/guestfs-actions.pod:259
5591 #, no-wrap
5592 msgid ""
5593 " int\n"
5594 " guestfs_add_drive_with_if (guestfs_h *g,\n"
5595 "                            const char *filename,\n"
5596 "                            const char *iface);\n"
5597 "\n"
5598 msgstr ""
5599
5600 #. type: textblock
5601 #: ../src/guestfs-actions.pod:264
5602 msgid ""
5603 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
5604 "QEMU interface emulation to use at run time."
5605 msgstr ""
5606
5607 #. type: =head2
5608 #: ../src/guestfs-actions.pod:278
5609 msgid "guestfs_aug_clear"
5610 msgstr ""
5611
5612 #. type: verbatim
5613 #: ../src/guestfs-actions.pod:280
5614 #, no-wrap
5615 msgid ""
5616 " int\n"
5617 " guestfs_aug_clear (guestfs_h *g,\n"
5618 "                    const char *augpath);\n"
5619 "\n"
5620 msgstr ""
5621
5622 #. type: textblock
5623 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
5624 msgid ""
5625 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
5626 "L<augtool(1)> C<clear> command."
5627 msgstr ""
5628
5629 #. type: textblock
5630 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2101
5631 msgid "(Added in 1.3.4)"
5632 msgstr ""
5633
5634 #. type: =head2
5635 #: ../src/guestfs-actions.pod:291
5636 msgid "guestfs_aug_close"
5637 msgstr ""
5638
5639 #. type: verbatim
5640 #: ../src/guestfs-actions.pod:293
5641 #, no-wrap
5642 msgid ""
5643 " int\n"
5644 " guestfs_aug_close (guestfs_h *g);\n"
5645 "\n"
5646 msgstr ""
5647
5648 #. type: textblock
5649 #: ../src/guestfs-actions.pod:296
5650 msgid ""
5651 "Close the current Augeas handle and free up any resources used by it.  After "
5652 "calling this, you have to call C<guestfs_aug_init> again before you can use "
5653 "any other Augeas functions."
5654 msgstr ""
5655
5656 #. type: textblock
5657 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328 ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360 ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438 ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483 ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511 ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543 ../src/guestfs-actions.pod:5352
5658 msgid "(Added in 0.7)"
5659 msgstr ""
5660
5661 #. type: =head2
5662 #: ../src/guestfs-actions.pod:305
5663 msgid "guestfs_aug_defnode"
5664 msgstr ""
5665
5666 #. type: verbatim
5667 #: ../src/guestfs-actions.pod:307
5668 #, no-wrap
5669 msgid ""
5670 " struct guestfs_int_bool *\n"
5671 " guestfs_aug_defnode (guestfs_h *g,\n"
5672 "                      const char *name,\n"
5673 "                      const char *expr,\n"
5674 "                      const char *val);\n"
5675 "\n"
5676 msgstr ""
5677
5678 #. type: textblock
5679 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
5680 msgid "Defines a variable C<name> whose value is the result of evaluating C<expr>."
5681 msgstr ""
5682
5683 #. type: textblock
5684 #: ../src/guestfs-actions.pod:316
5685 msgid ""
5686 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
5687 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
5688 "containing that single node."
5689 msgstr ""
5690
5691 #. type: textblock
5692 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
5693 msgid ""
5694 "On success this returns a pair containing the number of nodes in the "
5695 "nodeset, and a boolean flag if a node was created."
5696 msgstr ""
5697
5698 #. type: textblock
5699 #: ../src/guestfs-actions.pod:324
5700 msgid ""
5701 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
5702 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
5703 msgstr ""
5704
5705 #. type: =head2
5706 #: ../src/guestfs-actions.pod:330
5707 msgid "guestfs_aug_defvar"
5708 msgstr ""
5709
5710 #. type: verbatim
5711 #: ../src/guestfs-actions.pod:332
5712 #, no-wrap
5713 msgid ""
5714 " int\n"
5715 " guestfs_aug_defvar (guestfs_h *g,\n"
5716 "                     const char *name,\n"
5717 "                     const char *expr);\n"
5718 "\n"
5719 msgstr ""
5720
5721 #. type: textblock
5722 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
5723 msgid ""
5724 "Defines an Augeas variable C<name> whose value is the result of evaluating "
5725 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
5726 msgstr ""
5727
5728 #. type: textblock
5729 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
5730 msgid ""
5731 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
5732 "evaluates to something which is not a nodeset."
5733 msgstr ""
5734
5735 #. type: =head2
5736 #: ../src/guestfs-actions.pod:348
5737 msgid "guestfs_aug_get"
5738 msgstr ""
5739
5740 #. type: verbatim
5741 #: ../src/guestfs-actions.pod:350
5742 #, no-wrap
5743 msgid ""
5744 " char *\n"
5745 " guestfs_aug_get (guestfs_h *g,\n"
5746 "                  const char *augpath);\n"
5747 "\n"
5748 msgstr ""
5749
5750 #. type: textblock
5751 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
5752 msgid ""
5753 "Look up the value associated with C<path>.  If C<path> matches exactly one "
5754 "node, the C<value> is returned."
5755 msgstr ""
5756
5757 #. type: textblock
5758 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857 ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935 ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054 ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201 ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1349 ../src/guestfs-actions.pod:1540 ../src/guestfs-actions.pod:1652 ../src/guestfs-actions.pod:1815 ../src/guestfs-actions.pod:1832 ../src/guestfs-actions.pod:1899 ../src/guestfs-actions.pod:1933 ../src/guestfs-actions.pod:1954 ../src/guestfs-actions.pod:2124 ../src/guestfs-actions.pod:2316 ../src/guestfs-actions.pod:2523 ../src/guestfs-actions.pod:2604 ../src/guestfs-actions.pod:2671 ../src/guestfs-actions.pod:2691 ../src/guestfs-actions.pod:2805 ../src/guestfs-actions.pod:2836 ../src/guestfs-actions.pod:2860 ../src/guestfs-actions.pod:2922 ../src/guestfs-actions.pod:2945 ../src/guestfs-actions.pod:3512 ../src/guestfs-actions.pod:3862 ../src/guestfs-actions.pod:4032 ../src/guestfs-actions.pod:4142 ../src/guestfs-actions.pod:4887 ../src/guestfs-actions.pod:5080 ../src/guestfs-actions.pod:5250 ../src/guestfs-actions.pod:5428 ../src/guestfs-actions.pod:5477 ../src/guestfs-actions.pod:6085 ../src/guestfs-actions.pod:6101 ../src/guestfs-actions.pod:6118 ../src/guestfs-actions.pod:6142 ../src/guestfs-actions.pod:6816 ../src/guestfs-actions.pod:6835 ../src/guestfs-actions.pod:6853 ../src/guestfs-actions.pod:7033 ../src/guestfs-actions.pod:7305
5759 msgid ""
5760 "This function returns a string, or NULL on error.  I<The caller must free "
5761 "the returned string after use>."
5762 msgstr ""
5763
5764 #. type: =head2
5765 #: ../src/guestfs-actions.pod:362
5766 msgid "guestfs_aug_init"
5767 msgstr ""
5768
5769 #. type: verbatim
5770 #: ../src/guestfs-actions.pod:364
5771 #, no-wrap
5772 msgid ""
5773 " int\n"
5774 " guestfs_aug_init (guestfs_h *g,\n"
5775 "                   const char *root,\n"
5776 "                   int flags);\n"
5777 "\n"
5778 msgstr ""
5779
5780 #. type: textblock
5781 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
5782 msgid ""
5783 "Create a new Augeas handle for editing configuration files.  If there was "
5784 "any previous Augeas handle associated with this guestfs session, then it is "
5785 "closed."
5786 msgstr ""
5787
5788 #. type: textblock
5789 #: ../src/guestfs-actions.pod:373
5790 msgid "You must call this before using any other C<guestfs_aug_*> commands."
5791 msgstr ""
5792
5793 #. type: textblock
5794 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
5795 msgid "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
5796 msgstr ""
5797
5798 #. type: textblock
5799 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
5800 msgid ""
5801 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
5802 "logical I<or> of the following integers:"
5803 msgstr ""
5804
5805 #. type: =item
5806 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
5807 msgid "C<AUG_SAVE_BACKUP> = 1"
5808 msgstr ""
5809
5810 #. type: textblock
5811 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
5812 msgid "Keep the original file with a C<.augsave> extension."
5813 msgstr ""
5814
5815 #. type: =item
5816 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
5817 msgid "C<AUG_SAVE_NEWFILE> = 2"
5818 msgstr ""
5819
5820 #. type: textblock
5821 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
5822 msgid ""
5823 "Save changes into a file with extension C<.augnew>, and do not overwrite "
5824 "original.  Overrides C<AUG_SAVE_BACKUP>."
5825 msgstr ""
5826
5827 #. type: =item
5828 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
5829 msgid "C<AUG_TYPE_CHECK> = 4"
5830 msgstr ""
5831
5832 #. type: textblock
5833 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
5834 msgid "Typecheck lenses (can be expensive)."
5835 msgstr ""
5836
5837 #. type: =item
5838 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
5839 msgid "C<AUG_NO_STDINC> = 8"
5840 msgstr ""
5841
5842 #. type: textblock
5843 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
5844 msgid "Do not use standard load path for modules."
5845 msgstr ""
5846
5847 #. type: =item
5848 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
5849 msgid "C<AUG_SAVE_NOOP> = 16"
5850 msgstr ""
5851
5852 #. type: textblock
5853 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
5854 msgid "Make save a no-op, just record what would have been changed."
5855 msgstr ""
5856
5857 #. type: =item
5858 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
5859 msgid "C<AUG_NO_LOAD> = 32"
5860 msgstr ""
5861
5862 #. type: textblock
5863 #: ../src/guestfs-actions.pod:408
5864 msgid "Do not load the tree in C<guestfs_aug_init>."
5865 msgstr ""
5866
5867 #. type: textblock
5868 #: ../src/guestfs-actions.pod:412
5869 msgid "To close the handle, you can call C<guestfs_aug_close>."
5870 msgstr ""
5871
5872 #. type: textblock
5873 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
5874 msgid "To find out more about Augeas, see L<http://augeas.net/>."
5875 msgstr ""
5876
5877 #. type: =head2
5878 #: ../src/guestfs-actions.pod:420
5879 msgid "guestfs_aug_insert"
5880 msgstr ""
5881
5882 #. type: verbatim
5883 #: ../src/guestfs-actions.pod:422
5884 #, no-wrap
5885 msgid ""
5886 " int\n"
5887 " guestfs_aug_insert (guestfs_h *g,\n"
5888 "                     const char *augpath,\n"
5889 "                     const char *label,\n"
5890 "                     int before);\n"
5891 "\n"
5892 msgstr ""
5893
5894 #. type: textblock
5895 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
5896 msgid ""
5897 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
5898 "or after C<path> (depending on the boolean flag C<before>)."
5899 msgstr ""
5900
5901 #. type: textblock
5902 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
5903 msgid ""
5904 "C<path> must match exactly one existing node in the tree, and C<label> must "
5905 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
5906 msgstr ""
5907
5908 #. type: =head2
5909 #: ../src/guestfs-actions.pod:440
5910 msgid "guestfs_aug_load"
5911 msgstr ""
5912
5913 #. type: verbatim
5914 #: ../src/guestfs-actions.pod:442
5915 #, no-wrap
5916 msgid ""
5917 " int\n"
5918 " guestfs_aug_load (guestfs_h *g);\n"
5919 "\n"
5920 msgstr ""
5921
5922 #. type: textblock
5923 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
5924 msgid "Load files into the tree."
5925 msgstr ""
5926
5927 #. type: textblock
5928 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
5929 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
5930 msgstr ""
5931
5932 #. type: =head2
5933 #: ../src/guestfs-actions.pod:454
5934 msgid "guestfs_aug_ls"
5935 msgstr ""
5936
5937 #. type: verbatim
5938 #: ../src/guestfs-actions.pod:456
5939 #, no-wrap
5940 msgid ""
5941 " char **\n"
5942 " guestfs_aug_ls (guestfs_h *g,\n"
5943 "                 const char *augpath);\n"
5944 "\n"
5945 msgstr ""
5946
5947 #. type: textblock
5948 #: ../src/guestfs-actions.pod:460
5949 msgid ""
5950 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
5951 "sorting the resulting nodes into alphabetical order."
5952 msgstr ""
5953
5954 #. type: textblock
5955 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479 ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073 ../src/guestfs-actions.pod:1364 ../src/guestfs-actions.pod:1383 ../src/guestfs-actions.pod:1486 ../src/guestfs-actions.pod:1505 ../src/guestfs-actions.pod:1754 ../src/guestfs-actions.pod:2196 ../src/guestfs-actions.pod:2212 ../src/guestfs-actions.pod:2231 ../src/guestfs-actions.pod:2274 ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:2369 ../src/guestfs-actions.pod:2418 ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2879 ../src/guestfs-actions.pod:3147 ../src/guestfs-actions.pod:3432 ../src/guestfs-actions.pod:3494 ../src/guestfs-actions.pod:3599 ../src/guestfs-actions.pod:4004 ../src/guestfs-actions.pod:4702 ../src/guestfs-actions.pod:5222 ../src/guestfs-actions.pod:5348 ../src/guestfs-actions.pod:5462 ../src/guestfs-actions.pod:6158 ../src/guestfs-actions.pod:6219 ../src/guestfs-actions.pod:6274 ../src/guestfs-actions.pod:6420 ../src/guestfs-actions.pod:6444 ../src/guestfs-actions.pod:6926 ../src/guestfs-actions.pod:6946 ../src/guestfs-actions.pod:6993 ../src/guestfs-actions.pod:7158 ../src/guestfs-actions.pod:7177 ../src/guestfs-actions.pod:7262 ../src/guestfs-actions.pod:7281 ../src/guestfs-actions.pod:7327 ../src/guestfs-actions.pod:7346
5956 msgid ""
5957 "This function returns a NULL-terminated array of strings (like "
5958 "L<environ(3)>), or NULL if there was an error.  I<The caller must free the "
5959 "strings and the array after use>."
5960 msgstr ""
5961
5962 #. type: textblock
5963 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998 ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1421 ../src/guestfs-actions.pod:3225 ../src/guestfs-actions.pod:3256 ../src/guestfs-actions.pod:3845 ../src/guestfs-actions.pod:3895 ../src/guestfs-actions.pod:4082 ../src/guestfs-actions.pod:4115 ../src/guestfs-actions.pod:4278 ../src/guestfs-actions.pod:4706 ../src/guestfs-actions.pod:5163 ../src/guestfs-actions.pod:5558 ../src/guestfs-actions.pod:5572 ../src/guestfs-actions.pod:5584 ../src/guestfs-actions.pod:6020 ../src/guestfs-actions.pod:6658 ../src/guestfs-actions.pod:6671 ../src/guestfs-actions.pod:6910 ../src/guestfs-actions.pod:7146
5964 msgid "(Added in 0.8)"
5965 msgstr ""
5966
5967 #. type: =head2
5968 #: ../src/guestfs-actions.pod:469
5969 msgid "guestfs_aug_match"
5970 msgstr ""
5971
5972 #. type: verbatim
5973 #: ../src/guestfs-actions.pod:471
5974 #, no-wrap
5975 msgid ""
5976 " char **\n"
5977 " guestfs_aug_match (guestfs_h *g,\n"
5978 "                    const char *augpath);\n"
5979 "\n"
5980 msgstr ""
5981
5982 #. type: textblock
5983 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
5984 msgid ""
5985 "Returns a list of paths which match the path expression C<path>.  The "
5986 "returned paths are sufficiently qualified so that they match exactly one "
5987 "node in the current tree."
5988 msgstr ""
5989
5990 #. type: =head2
5991 #: ../src/guestfs-actions.pod:485
5992 msgid "guestfs_aug_mv"
5993 msgstr ""
5994
5995 #. type: verbatim
5996 #: ../src/guestfs-actions.pod:487
5997 #, no-wrap
5998 msgid ""
5999 " int\n"
6000 " guestfs_aug_mv (guestfs_h *g,\n"
6001 "                 const char *src,\n"
6002 "                 const char *dest);\n"
6003 "\n"
6004 msgstr ""
6005
6006 #. type: textblock
6007 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6008 msgid ""
6009 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6010 "C<dest> is overwritten if it exists."
6011 msgstr ""
6012
6013 #. type: =head2
6014 #: ../src/guestfs-actions.pod:499
6015 msgid "guestfs_aug_rm"
6016 msgstr ""
6017
6018 #. type: verbatim
6019 #: ../src/guestfs-actions.pod:501
6020 #, no-wrap
6021 msgid ""
6022 " int\n"
6023 " guestfs_aug_rm (guestfs_h *g,\n"
6024 "                 const char *augpath);\n"
6025 "\n"
6026 msgstr ""
6027
6028 #. type: textblock
6029 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6030 msgid "Remove C<path> and all of its children."
6031 msgstr ""
6032
6033 #. type: textblock
6034 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6035 msgid "On success this returns the number of entries which were removed."
6036 msgstr ""
6037
6038 #. type: =head2
6039 #: ../src/guestfs-actions.pod:513
6040 msgid "guestfs_aug_save"
6041 msgstr ""
6042
6043 #. type: verbatim
6044 #: ../src/guestfs-actions.pod:515
6045 #, no-wrap
6046 msgid ""
6047 " int\n"
6048 " guestfs_aug_save (guestfs_h *g);\n"
6049 "\n"
6050 msgstr ""
6051
6052 #. type: textblock
6053 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6054 msgid "This writes all pending changes to disk."
6055 msgstr ""
6056
6057 #. type: textblock
6058 #: ../src/guestfs-actions.pod:520
6059 msgid ""
6060 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6061 "are saved."
6062 msgstr ""
6063
6064 #. type: =head2
6065 #: ../src/guestfs-actions.pod:527
6066 msgid "guestfs_aug_set"
6067 msgstr ""
6068
6069 #. type: verbatim
6070 #: ../src/guestfs-actions.pod:529
6071 #, no-wrap
6072 msgid ""
6073 " int\n"
6074 " guestfs_aug_set (guestfs_h *g,\n"
6075 "                  const char *augpath,\n"
6076 "                  const char *val);\n"
6077 "\n"
6078 msgstr ""
6079
6080 #. type: textblock
6081 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6082 msgid "Set the value associated with C<path> to C<val>."
6083 msgstr ""
6084
6085 #. type: textblock
6086 #: ../src/guestfs-actions.pod:536
6087 msgid ""
6088 "In the Augeas API, it is possible to clear a node by setting the value to "
6089 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6090 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6091 msgstr ""
6092
6093 #. type: =head2
6094 #: ../src/guestfs-actions.pod:545
6095 msgid "guestfs_available"
6096 msgstr ""
6097
6098 #. type: verbatim
6099 #: ../src/guestfs-actions.pod:547
6100 #, no-wrap
6101 msgid ""
6102 " int\n"
6103 " guestfs_available (guestfs_h *g,\n"
6104 "                    char *const *groups);\n"
6105 "\n"
6106 msgstr ""
6107
6108 #. type: textblock
6109 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6110 msgid ""
6111 "This command is used to check the availability of some groups of "
6112 "functionality in the appliance, which not all builds of the libguestfs "
6113 "appliance will be able to provide."
6114 msgstr ""
6115
6116 #. type: textblock
6117 #: ../src/guestfs-actions.pod:555
6118 msgid ""
6119 "The libguestfs groups, and the functions that those groups correspond to, "
6120 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6121 "runtime by calling C<guestfs_available_all_groups>."
6122 msgstr ""
6123
6124 #. type: textblock
6125 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6126 msgid ""
6127 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", "
6128 "\"augeas\"]> would check for the availability of the Linux inotify functions "
6129 "and Augeas (configuration file editing) functions."
6130 msgstr ""
6131
6132 #. type: textblock
6133 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6134 msgid "The command returns no error if I<all> requested groups are available."
6135 msgstr ""
6136
6137 #. type: textblock
6138 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6139 msgid ""
6140 "It fails with an error if one or more of the requested groups is unavailable "
6141 "in the appliance."
6142 msgstr ""
6143
6144 #. type: textblock
6145 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6146 msgid ""
6147 "If an unknown group name is included in the list of groups then an error is "
6148 "always returned."
6149 msgstr ""
6150
6151 #. type: textblock
6152 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6153 msgid "I<Notes:>"
6154 msgstr ""
6155
6156 #. type: textblock
6157 #: ../src/guestfs-actions.pod:579
6158 msgid "You must call C<guestfs_launch> before calling this function."
6159 msgstr ""
6160
6161 #. type: textblock
6162 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6163 msgid ""
6164 "The reason is because we don't know what groups are supported by the "
6165 "appliance/daemon until it is running and can be queried."
6166 msgstr ""
6167
6168 #. type: textblock
6169 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6170 msgid ""
6171 "If a group of functions is available, this does not necessarily mean that "
6172 "they will work.  You still have to check for errors when calling individual "
6173 "API functions even if they are available."
6174 msgstr ""
6175
6176 #. type: textblock
6177 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6178 msgid ""
6179 "It is usually the job of distro packagers to build complete functionality "
6180 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6181 "with all requirements satisfied, will support everything."
6182 msgstr ""
6183
6184 #. type: textblock
6185 #: ../src/guestfs-actions.pod:601
6186 msgid ""
6187 "This call was added in version C<1.0.80>.  In previous versions of "
6188 "libguestfs all you could do would be to speculatively execute a command to "
6189 "find out if the daemon implemented it.  See also C<guestfs_version>."
6190 msgstr ""
6191
6192 #. type: textblock
6193 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6194 msgid "(Added in 1.0.80)"
6195 msgstr ""
6196
6197 #. type: =head2
6198 #: ../src/guestfs-actions.pod:612
6199 msgid "guestfs_available_all_groups"
6200 msgstr ""
6201
6202 #. type: verbatim
6203 #: ../src/guestfs-actions.pod:614
6204 #, no-wrap
6205 msgid ""
6206 " char **\n"
6207 " guestfs_available_all_groups (guestfs_h *g);\n"
6208 "\n"
6209 msgstr ""
6210
6211 #. type: textblock
6212 #: ../src/guestfs-actions.pod:617
6213 msgid ""
6214 "This command returns a list of all optional groups that this daemon knows "
6215 "about.  Note this returns both supported and unsupported groups.  To find "
6216 "out which ones the daemon can actually support you have to call "
6217 "C<guestfs_available> on each member of the returned list."
6218 msgstr ""
6219
6220 #. type: textblock
6221 #: ../src/guestfs-actions.pod:623
6222 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6223 msgstr ""
6224
6225 #. type: textblock
6226 #: ../src/guestfs-actions.pod:629
6227 msgid "(Added in 1.3.15)"
6228 msgstr ""
6229
6230 #. type: =head2
6231 #: ../src/guestfs-actions.pod:631
6232 msgid "guestfs_base64_in"
6233 msgstr ""
6234
6235 #. type: verbatim
6236 #: ../src/guestfs-actions.pod:633
6237 #, no-wrap
6238 msgid ""
6239 " int\n"
6240 " guestfs_base64_in (guestfs_h *g,\n"
6241 "                    const char *base64file,\n"
6242 "                    const char *filename);\n"
6243 "\n"
6244 msgstr ""
6245
6246 #. type: textblock
6247 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6248 msgid "This command uploads base64-encoded data from C<base64file> to C<filename>."
6249 msgstr ""
6250
6251 #. type: textblock
6252 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6253 msgid "(Added in 1.3.5)"
6254 msgstr ""
6255
6256 #. type: =head2
6257 #: ../src/guestfs-actions.pod:645
6258 msgid "guestfs_base64_out"
6259 msgstr ""
6260
6261 #. type: verbatim
6262 #: ../src/guestfs-actions.pod:647
6263 #, no-wrap
6264 msgid ""
6265 " int\n"
6266 " guestfs_base64_out (guestfs_h *g,\n"
6267 "                     const char *filename,\n"
6268 "                     const char *base64file);\n"
6269 "\n"
6270 msgstr ""
6271
6272 #. type: textblock
6273 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
6274 msgid ""
6275 "This command downloads the contents of C<filename>, writing it out to local "
6276 "file C<base64file> encoded as base64."
6277 msgstr ""
6278
6279 #. type: =head2
6280 #: ../src/guestfs-actions.pod:659
6281 msgid "guestfs_blockdev_flushbufs"
6282 msgstr ""
6283
6284 #. type: verbatim
6285 #: ../src/guestfs-actions.pod:661
6286 #, no-wrap
6287 msgid ""
6288 " int\n"
6289 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
6290 "                             const char *device);\n"
6291 "\n"
6292 msgstr ""
6293
6294 #. type: textblock
6295 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
6296 msgid "This tells the kernel to flush internal buffers associated with C<device>."
6297 msgstr ""
6298
6299 #. type: textblock
6300 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685 ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716 ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753 ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785 ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813 ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459 ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478 ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503 ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522 ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
6301 msgid "This uses the L<blockdev(8)> command."
6302 msgstr ""
6303
6304 #. type: textblock
6305 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689 ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720 ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757 ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789 ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
6306 msgid "(Added in 0.9.3)"
6307 msgstr ""
6308
6309 #. type: =head2
6310 #: ../src/guestfs-actions.pod:674
6311 msgid "guestfs_blockdev_getbsz"
6312 msgstr ""
6313
6314 #. type: verbatim
6315 #: ../src/guestfs-actions.pod:676
6316 #, no-wrap
6317 msgid ""
6318 " int\n"
6319 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
6320 "                          const char *device);\n"
6321 "\n"
6322 msgstr ""
6323
6324 #. type: textblock
6325 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
6326 msgid "This returns the block size of a device."
6327 msgstr ""
6328
6329 #. type: textblock
6330 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782 ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
6331 msgid ""
6332 "(Note this is different from both I<size in blocks> and I<filesystem block "
6333 "size>)."
6334 msgstr ""
6335
6336 #. type: =head2
6337 #: ../src/guestfs-actions.pod:691
6338 msgid "guestfs_blockdev_getro"
6339 msgstr ""
6340
6341 #. type: verbatim
6342 #: ../src/guestfs-actions.pod:693
6343 #, no-wrap
6344 msgid ""
6345 " int\n"
6346 " guestfs_blockdev_getro (guestfs_h *g,\n"
6347 "                         const char *device);\n"
6348 "\n"
6349 msgstr ""
6350
6351 #. type: textblock
6352 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
6353 msgid ""
6354 "Returns a boolean indicating if the block device is read-only (true if "
6355 "read-only, false if not)."
6356 msgstr ""
6357
6358 #. type: textblock
6359 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1404 ../src/guestfs-actions.pod:1419 ../src/guestfs-actions.pod:1909 ../src/guestfs-actions.pod:1920 ../src/guestfs-actions.pod:1992 ../src/guestfs-actions.pod:2047 ../src/guestfs-actions.pod:2062 ../src/guestfs-actions.pod:2087 ../src/guestfs-actions.pod:2110 ../src/guestfs-actions.pod:2965 ../src/guestfs-actions.pod:2982 ../src/guestfs-actions.pod:3001 ../src/guestfs-actions.pod:3164 ../src/guestfs-actions.pod:3178 ../src/guestfs-actions.pod:3193 ../src/guestfs-actions.pod:3207 ../src/guestfs-actions.pod:3223 ../src/guestfs-actions.pod:3238 ../src/guestfs-actions.pod:3254 ../src/guestfs-actions.pod:3268 ../src/guestfs-actions.pod:3281 ../src/guestfs-actions.pod:3295 ../src/guestfs-actions.pod:3310 ../src/guestfs-actions.pod:3325 ../src/guestfs-actions.pod:4851
6360 msgid "This function returns a C truth value on success or -1 on error."
6361 msgstr ""
6362
6363 #. type: =head2
6364 #: ../src/guestfs-actions.pod:706
6365 msgid "guestfs_blockdev_getsize64"
6366 msgstr ""
6367
6368 #. type: verbatim
6369 #: ../src/guestfs-actions.pod:708
6370 #, no-wrap
6371 msgid ""
6372 " int64_t\n"
6373 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
6374 "                             const char *device);\n"
6375 "\n"
6376 msgstr ""
6377
6378 #. type: textblock
6379 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
6380 msgid "This returns the size of the device in bytes."
6381 msgstr ""
6382
6383 #. type: textblock
6384 #: ../src/guestfs-actions.pod:714
6385 msgid "See also C<guestfs_blockdev_getsz>."
6386 msgstr ""
6387
6388 #. type: =head2
6389 #: ../src/guestfs-actions.pod:722
6390 msgid "guestfs_blockdev_getss"
6391 msgstr ""
6392
6393 #. type: verbatim
6394 #: ../src/guestfs-actions.pod:724
6395 #, no-wrap
6396 msgid ""
6397 " int\n"
6398 " guestfs_blockdev_getss (guestfs_h *g,\n"
6399 "                         const char *device);\n"
6400 "\n"
6401 msgstr ""
6402
6403 #. type: textblock
6404 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
6405 msgid ""
6406 "This returns the size of sectors on a block device.  Usually 512, but can be "
6407 "larger for modern devices."
6408 msgstr ""
6409
6410 #. type: textblock
6411 #: ../src/guestfs-actions.pod:731
6412 msgid ""
6413 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
6414 "that)."
6415 msgstr ""
6416
6417 #. type: =head2
6418 #: ../src/guestfs-actions.pod:740
6419 msgid "guestfs_blockdev_getsz"
6420 msgstr ""
6421
6422 #. type: verbatim
6423 #: ../src/guestfs-actions.pod:742
6424 #, no-wrap
6425 msgid ""
6426 " int64_t\n"
6427 " guestfs_blockdev_getsz (guestfs_h *g,\n"
6428 "                         const char *device);\n"
6429 "\n"
6430 msgstr ""
6431
6432 #. type: textblock
6433 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
6434 msgid ""
6435 "This returns the size of the device in units of 512-byte sectors (even if "
6436 "the sectorsize isn't 512 bytes ... weird)."
6437 msgstr ""
6438
6439 #. type: textblock
6440 #: ../src/guestfs-actions.pod:749
6441 msgid ""
6442 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
6443 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
6444 msgstr ""
6445
6446 #. type: =head2
6447 #: ../src/guestfs-actions.pod:759
6448 msgid "guestfs_blockdev_rereadpt"
6449 msgstr ""
6450
6451 #. type: verbatim
6452 #: ../src/guestfs-actions.pod:761
6453 #, no-wrap
6454 msgid ""
6455 " int\n"
6456 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
6457 "                            const char *device);\n"
6458 "\n"
6459 msgstr ""
6460
6461 #. type: textblock
6462 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
6463 msgid "Reread the partition table on C<device>."
6464 msgstr ""
6465
6466 #. type: =head2
6467 #: ../src/guestfs-actions.pod:773
6468 msgid "guestfs_blockdev_setbsz"
6469 msgstr ""
6470
6471 #. type: verbatim
6472 #: ../src/guestfs-actions.pod:775
6473 #, no-wrap
6474 msgid ""
6475 " int\n"
6476 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
6477 "                          const char *device,\n"
6478 "                          int blocksize);\n"
6479 "\n"
6480 msgstr ""
6481
6482 #. type: textblock
6483 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
6484 msgid "This sets the block size of a device."
6485 msgstr ""
6486
6487 #. type: =head2
6488 #: ../src/guestfs-actions.pod:791
6489 msgid "guestfs_blockdev_setro"
6490 msgstr ""
6491
6492 #. type: verbatim
6493 #: ../src/guestfs-actions.pod:793
6494 #, no-wrap
6495 msgid ""
6496 " int\n"
6497 " guestfs_blockdev_setro (guestfs_h *g,\n"
6498 "                         const char *device);\n"
6499 "\n"
6500 msgstr ""
6501
6502 #. type: textblock
6503 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
6504 msgid "Sets the block device named C<device> to read-only."
6505 msgstr ""
6506
6507 #. type: =head2
6508 #: ../src/guestfs-actions.pod:805
6509 msgid "guestfs_blockdev_setrw"
6510 msgstr ""
6511
6512 #. type: verbatim
6513 #: ../src/guestfs-actions.pod:807
6514 #, no-wrap
6515 msgid ""
6516 " int\n"
6517 " guestfs_blockdev_setrw (guestfs_h *g,\n"
6518 "                         const char *device);\n"
6519 "\n"
6520 msgstr ""
6521
6522 #. type: textblock
6523 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
6524 msgid "Sets the block device named C<device> to read-write."
6525 msgstr ""
6526
6527 #. type: =head2
6528 #: ../src/guestfs-actions.pod:819
6529 msgid "guestfs_case_sensitive_path"
6530 msgstr ""
6531
6532 #. type: verbatim
6533 #: ../src/guestfs-actions.pod:821
6534 #, no-wrap
6535 msgid ""
6536 " char *\n"
6537 " guestfs_case_sensitive_path (guestfs_h *g,\n"
6538 "                              const char *path);\n"
6539 "\n"
6540 msgstr ""
6541
6542 #. type: textblock
6543 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
6544 msgid ""
6545 "This can be used to resolve case insensitive paths on a filesystem which is "
6546 "case sensitive.  The use case is to resolve paths which you have read from "
6547 "Windows configuration files or the Windows Registry, to the true path."
6548 msgstr ""
6549
6550 #. type: textblock
6551 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
6552 msgid ""
6553 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
6554 "(and probably others), which is that although the underlying filesystem is "
6555 "case-insensitive, the driver exports the filesystem to Linux as "
6556 "case-sensitive."
6557 msgstr ""
6558
6559 #. type: textblock
6560 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
6561 msgid ""
6562 "One consequence of this is that special directories such as C<c:\\windows> "
6563 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
6564 "precise details of how they were created.  In Windows itself this would not "
6565 "be a problem."
6566 msgstr ""
6567
6568 #. type: textblock
6569 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
6570 msgid ""
6571 "Bug or feature? You decide: "
6572 "L<http://www.tuxera.com/community/ntfs-3g-faq/#posixfilenames1>"
6573 msgstr ""
6574
6575 #. type: textblock
6576 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
6577 msgid ""
6578 "This function resolves the true case of each element in the path and returns "
6579 "the case-sensitive path."
6580 msgstr ""
6581
6582 #. type: textblock
6583 #: ../src/guestfs-actions.pod:847
6584 msgid ""
6585 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return "
6586 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
6587 "how the directories were originally created under Windows)."
6588 msgstr ""
6589
6590 #. type: textblock
6591 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
6592 msgid "I<Note>: This function does not handle drive names, backslashes etc."
6593 msgstr ""
6594
6595 #. type: textblock
6596 #: ../src/guestfs-actions.pod:855
6597 msgid "See also C<guestfs_realpath>."
6598 msgstr ""
6599
6600 #. type: textblock
6601 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6838
6602 msgid "(Added in 1.0.75)"
6603 msgstr ""
6604
6605 #. type: =head2
6606 #: ../src/guestfs-actions.pod:862
6607 msgid "guestfs_cat"
6608 msgstr ""
6609
6610 #. type: verbatim
6611 #: ../src/guestfs-actions.pod:864
6612 #, no-wrap
6613 msgid ""
6614 " char *\n"
6615 " guestfs_cat (guestfs_h *g,\n"
6616 "              const char *path);\n"
6617 "\n"
6618 msgstr ""
6619
6620 #. type: textblock
6621 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5338 ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3567
6622 msgid "Return the contents of the file named C<path>."
6623 msgstr ""
6624
6625 #. type: textblock
6626 #: ../src/guestfs-actions.pod:870
6627 msgid ""
6628 "Note that this function cannot correctly handle binary files (specifically, "
6629 "files containing C<\\0> character which is treated as end of string).  For "
6630 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
6631 "functions which have a more complex interface."
6632 msgstr ""
6633
6634 #. type: textblock
6635 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057 ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1368 ../src/guestfs-actions.pod:1387 ../src/guestfs-actions.pod:1490 ../src/guestfs-actions.pod:1509 ../src/guestfs-actions.pod:1758 ../src/guestfs-actions.pod:2216 ../src/guestfs-actions.pod:2235 ../src/guestfs-actions.pod:2278 ../src/guestfs-actions.pod:2302 ../src/guestfs-actions.pod:2319 ../src/guestfs-actions.pod:2348 ../src/guestfs-actions.pod:5120 ../src/guestfs-actions.pod:5146 ../src/guestfs-actions.pod:5277 ../src/guestfs-actions.pod:5303 ../src/guestfs-actions.pod:5327 ../src/guestfs-actions.pod:6223 ../src/guestfs-actions.pod:6278 ../src/guestfs-actions.pod:6424 ../src/guestfs-actions.pod:6448 ../src/guestfs-actions.pod:7110 ../src/guestfs-actions.pod:7136 ../src/guestfs-actions.pod:7162 ../src/guestfs-actions.pod:7181 ../src/guestfs-actions.pod:7266 ../src/guestfs-actions.pod:7285 ../src/guestfs-actions.pod:7331 ../src/guestfs-actions.pod:7350 ../fish/guestfish-actions.pod:587 ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734 ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920 ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997 ../fish/guestfish-actions.pod:1192 ../fish/guestfish-actions.pod:1493 ../fish/guestfish-actions.pod:1503 ../fish/guestfish-actions.pod:1531 ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:1556 ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:3437 ../fish/guestfish-actions.pod:3452 ../fish/guestfish-actions.pod:3528 ../fish/guestfish-actions.pod:3545 ../fish/guestfish-actions.pod:3560 ../fish/guestfish-actions.pod:4182 ../fish/guestfish-actions.pod:4228 ../fish/guestfish-actions.pod:4313 ../fish/guestfish-actions.pod:4328 ../fish/guestfish-actions.pod:4738 ../fish/guestfish-actions.pod:4756 ../fish/guestfish-actions.pod:4773 ../fish/guestfish-actions.pod:4783 ../fish/guestfish-actions.pod:4831 ../fish/guestfish-actions.pod:4841 ../fish/guestfish-actions.pod:4870 ../fish/guestfish-actions.pod:4880
6636 msgid ""
6637 "Because of the message protocol, there is a transfer limit of somewhere "
6638 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
6639 msgstr ""
6640
6641 #. type: textblock
6642 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3436 ../src/guestfs-actions.pod:3498 ../src/guestfs-actions.pod:3515 ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:4008 ../src/guestfs-actions.pod:4022 ../src/guestfs-actions.pod:5226 ../src/guestfs-actions.pod:5240 ../src/guestfs-actions.pod:6997 ../src/guestfs-actions.pod:7011
6643 msgid "(Added in 0.4)"
6644 msgstr ""
6645
6646 #. type: =head2
6647 #: ../src/guestfs-actions.pod:883
6648 msgid "guestfs_checksum"
6649 msgstr ""
6650
6651 #. type: verbatim
6652 #: ../src/guestfs-actions.pod:885
6653 #, no-wrap
6654 msgid ""
6655 " char *\n"
6656 " guestfs_checksum (guestfs_h *g,\n"
6657 "                   const char *csumtype,\n"
6658 "                   const char *path);\n"
6659 "\n"
6660 msgstr ""
6661
6662 #. type: textblock
6663 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
6664 msgid "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
6665 msgstr ""
6666
6667 #. type: textblock
6668 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
6669 msgid ""
6670 "The type of checksum to compute is given by the C<csumtype> parameter which "
6671 "must have one of the following values:"
6672 msgstr ""
6673
6674 #. type: =item
6675 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
6676 msgid "C<crc>"
6677 msgstr ""
6678
6679 #. type: textblock
6680 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
6681 msgid ""
6682 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
6683 "C<cksum> command."
6684 msgstr ""
6685
6686 #. type: =item
6687 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
6688 msgid "C<md5>"
6689 msgstr ""
6690
6691 #. type: textblock
6692 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
6693 msgid "Compute the MD5 hash (using the C<md5sum> program)."
6694 msgstr ""
6695
6696 #. type: =item
6697 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
6698 msgid "C<sha1>"
6699 msgstr ""
6700
6701 #. type: textblock
6702 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
6703 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
6704 msgstr ""
6705
6706 #. type: =item
6707 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
6708 msgid "C<sha224>"
6709 msgstr ""
6710
6711 #. type: textblock
6712 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
6713 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
6714 msgstr ""
6715
6716 #. type: =item
6717 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
6718 msgid "C<sha256>"
6719 msgstr ""
6720
6721 #. type: textblock
6722 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
6723 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
6724 msgstr ""
6725
6726 #. type: =item
6727 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
6728 msgid "C<sha384>"
6729 msgstr ""
6730
6731 #. type: textblock
6732 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
6733 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
6734 msgstr ""
6735
6736 #. type: =item
6737 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
6738 msgid "C<sha512>"
6739 msgstr ""
6740
6741 #. type: textblock
6742 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
6743 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
6744 msgstr ""
6745
6746 #. type: textblock
6747 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
6748 msgid "The checksum is returned as a printable string."
6749 msgstr ""
6750
6751 #. type: textblock
6752 #: ../src/guestfs-actions.pod:931
6753 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
6754 msgstr ""
6755
6756 #. type: textblock
6757 #: ../src/guestfs-actions.pod:933
6758 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
6759 msgstr ""
6760
6761 #. type: textblock
6762 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246 ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:3180 ../src/guestfs-actions.pod:3209 ../src/guestfs-actions.pod:3270 ../src/guestfs-actions.pod:3297 ../src/guestfs-actions.pod:6694
6763 msgid "(Added in 1.0.2)"
6764 msgstr ""
6765
6766 #. type: =head2
6767 #: ../src/guestfs-actions.pod:940
6768 msgid "guestfs_checksum_device"
6769 msgstr ""
6770
6771 #. type: verbatim
6772 #: ../src/guestfs-actions.pod:942
6773 #, no-wrap
6774 msgid ""
6775 " char *\n"
6776 " guestfs_checksum_device (guestfs_h *g,\n"
6777 "                          const char *csumtype,\n"
6778 "                          const char *device);\n"
6779 "\n"
6780 msgstr ""
6781
6782 #. type: textblock
6783 #: ../src/guestfs-actions.pod:947
6784 msgid ""
6785 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
6786 "device named C<device>.  For the types of checksums supported see the "
6787 "C<guestfs_checksum> command."
6788 msgstr ""
6789
6790 #. type: textblock
6791 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4757 ../src/guestfs-actions.pod:4816 ../src/guestfs-actions.pod:4853 ../src/guestfs-actions.pod:4871 ../src/guestfs-actions.pod:5047 ../src/guestfs-actions.pod:6603 ../src/guestfs-actions.pod:6617 ../src/guestfs-actions.pod:7023
6792 msgid "(Added in 1.3.2)"
6793 msgstr ""
6794
6795 #. type: =head2
6796 #: ../src/guestfs-actions.pod:956
6797 msgid "guestfs_checksums_out"
6798 msgstr ""
6799
6800 #. type: verbatim
6801 #: ../src/guestfs-actions.pod:958
6802 #, no-wrap
6803 msgid ""
6804 " int\n"
6805 " guestfs_checksums_out (guestfs_h *g,\n"
6806 "                        const char *csumtype,\n"
6807 "                        const char *directory,\n"
6808 "                        const char *sumsfile);\n"
6809 "\n"
6810 msgstr ""
6811
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
6814 msgid ""
6815 "This command computes the checksums of all regular files in C<directory> and "
6816 "then emits a list of those checksums to the local output file C<sumsfile>."
6817 msgstr ""
6818
6819 #. type: textblock
6820 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
6821 msgid ""
6822 "This can be used for verifying the integrity of a virtual machine.  However "
6823 "to be properly secure you should pay attention to the output of the checksum "
6824 "command (it uses the ones from GNU coreutils).  In particular when the "
6825 "filename is not printable, coreutils uses a special backslash syntax.  For "
6826 "more information, see the GNU coreutils info file."
6827 msgstr ""
6828
6829 #. type: textblock
6830 #: ../src/guestfs-actions.pod:978
6831 msgid "(Added in 1.3.7)"
6832 msgstr ""
6833
6834 #. type: =head2
6835 #: ../src/guestfs-actions.pod:980
6836 msgid "guestfs_chmod"
6837 msgstr ""
6838
6839 #. type: verbatim
6840 #: ../src/guestfs-actions.pod:982
6841 #, no-wrap
6842 msgid ""
6843 " int\n"
6844 " guestfs_chmod (guestfs_h *g,\n"
6845 "                int mode,\n"
6846 "                const char *path);\n"
6847 "\n"
6848 msgstr ""
6849
6850 #. type: textblock
6851 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
6852 msgid ""
6853 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
6854 "supported."
6855 msgstr ""
6856
6857 #. type: textblock
6858 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
6859 msgid ""
6860 "I<Note>: When using this command from guestfish, C<mode> by default would be "
6861 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
6862 "C<700>."
6863 msgstr ""
6864
6865 #. type: textblock
6866 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4259 ../src/guestfs-actions.pod:4456 ../src/guestfs-actions.pod:4475 ../src/guestfs-actions.pod:4494 ../fish/guestfish-actions.pod:676 ../fish/guestfish-actions.pod:2883 ../fish/guestfish-actions.pod:3012 ../fish/guestfish-actions.pod:3022 ../fish/guestfish-actions.pod:3032
6867 msgid "The mode actually set is affected by the umask."
6868 msgstr ""
6869
6870 #. type: =head2
6871 #: ../src/guestfs-actions.pod:1000
6872 msgid "guestfs_chown"
6873 msgstr ""
6874
6875 #. type: verbatim
6876 #: ../src/guestfs-actions.pod:1002
6877 #, no-wrap
6878 msgid ""
6879 " int\n"
6880 " guestfs_chown (guestfs_h *g,\n"
6881 "                int owner,\n"
6882 "                int group,\n"
6883 "                const char *path);\n"
6884 "\n"
6885 msgstr ""
6886
6887 #. type: textblock
6888 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
6889 msgid "Change the file owner to C<owner> and group to C<group>."
6890 msgstr ""
6891
6892 #. type: textblock
6893 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3367 ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2341
6894 msgid ""
6895 "Only numeric uid and gid are supported.  If you want to use names, you will "
6896 "need to locate and parse the password file yourself (Augeas support makes "
6897 "this relatively easy)."
6898 msgstr ""
6899
6900 #. type: =head2
6901 #: ../src/guestfs-actions.pod:1018
6902 msgid "guestfs_command"
6903 msgstr ""
6904
6905 #. type: verbatim
6906 #: ../src/guestfs-actions.pod:1020
6907 #, no-wrap
6908 msgid ""
6909 " char *\n"
6910 " guestfs_command (guestfs_h *g,\n"
6911 "                  char *const *arguments);\n"
6912 "\n"
6913 msgstr ""
6914
6915 #. type: textblock
6916 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
6917 msgid ""
6918 "This call runs a command from the guest filesystem.  The filesystem must be "
6919 "mounted, and must contain a compatible operating system (ie. something "
6920 "Linux, with the same or compatible processor architecture)."
6921 msgstr ""
6922
6923 #. type: textblock
6924 #: ../src/guestfs-actions.pod:1029
6925 msgid ""
6926 "The single parameter is an argv-style list of arguments.  The first element "
6927 "is the name of the program to run.  Subsequent elements are parameters.  The "
6928 "list must be non-empty (ie. must contain a program name).  Note that the "
6929 "command runs directly, and is I<not> invoked via the shell (see "
6930 "C<guestfs_sh>)."
6931 msgstr ""
6932
6933 #. type: textblock
6934 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
6935 msgid "The return value is anything printed to I<stdout> by the command."
6936 msgstr ""
6937
6938 #. type: textblock
6939 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
6940 msgid ""
6941 "If the command returns a non-zero exit status, then this function returns an "
6942 "error message.  The error message string is the content of I<stderr> from "
6943 "the command."
6944 msgstr ""
6945
6946 #. type: textblock
6947 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
6948 msgid ""
6949 "The C<$PATH> environment variable will contain at least C</usr/bin> and "
6950 "C</bin>.  If you require a program from another location, you should provide "
6951 "the full path in the first parameter."
6952 msgstr ""
6953
6954 #. type: textblock
6955 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
6956 msgid ""
6957 "Shared libraries and data files required by the program must be available on "
6958 "filesystems which are mounted in the correct places.  It is the caller's "
6959 "responsibility to ensure all filesystems that are needed are mounted at the "
6960 "right locations."
6961 msgstr ""
6962
6963 #. type: textblock
6964 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080 ../src/guestfs-actions.pod:1543
6965 msgid "(Added in 0.9.1)"
6966 msgstr ""
6967
6968 #. type: =head2
6969 #: ../src/guestfs-actions.pod:1062
6970 msgid "guestfs_command_lines"
6971 msgstr ""
6972
6973 #. type: verbatim
6974 #: ../src/guestfs-actions.pod:1064
6975 #, no-wrap
6976 msgid ""
6977 " char **\n"
6978 " guestfs_command_lines (guestfs_h *g,\n"
6979 "                        char *const *arguments);\n"
6980 "\n"
6981 msgstr ""
6982
6983 #. type: textblock
6984 #: ../src/guestfs-actions.pod:1068
6985 msgid ""
6986 "This is the same as C<guestfs_command>, but splits the result into a list of "
6987 "lines."
6988 msgstr ""
6989
6990 #. type: textblock
6991 #: ../src/guestfs-actions.pod:1071
6992 msgid "See also: C<guestfs_sh_lines>"
6993 msgstr ""
6994
6995 #. type: =head2
6996 #: ../src/guestfs-actions.pod:1082
6997 msgid "guestfs_config"
6998 msgstr ""
6999
7000 #. type: verbatim
7001 #: ../src/guestfs-actions.pod:1084
7002 #, no-wrap
7003 msgid ""
7004 " int\n"
7005 " guestfs_config (guestfs_h *g,\n"
7006 "                 const char *qemuparam,\n"
7007 "                 const char *qemuvalue);\n"
7008 "\n"
7009 msgstr ""
7010
7011 #. type: textblock
7012 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7013 msgid ""
7014 "This can be used to add arbitrary qemu command line parameters of the form "
7015 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7016 "setting some parameters which would interfere with parameters that we use."
7017 msgstr ""
7018
7019 #. type: textblock
7020 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7021 msgid "The first character of C<param> string must be a C<-> (dash)."
7022 msgstr ""
7023
7024 #. type: textblock
7025 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7026 msgid "C<value> can be NULL."
7027 msgstr ""
7028
7029 #. type: =head2
7030 #: ../src/guestfs-actions.pod:1102
7031 msgid "guestfs_copy_size"
7032 msgstr ""
7033
7034 #. type: verbatim
7035 #: ../src/guestfs-actions.pod:1104
7036 #, no-wrap
7037 msgid ""
7038 " int\n"
7039 " guestfs_copy_size (guestfs_h *g,\n"
7040 "                    const char *src,\n"
7041 "                    const char *dest,\n"
7042 "                    int64_t size);\n"
7043 "\n"
7044 msgstr ""
7045
7046 #. type: textblock
7047 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7048 msgid ""
7049 "This command copies exactly C<size> bytes from one source device or file "
7050 "C<src> to another destination device or file C<dest>."
7051 msgstr ""
7052
7053 #. type: textblock
7054 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7055 msgid ""
7056 "Note this will fail if the source is too short or if the destination is not "
7057 "large enough."
7058 msgstr ""
7059
7060 #. type: textblock
7061 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241 ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1692 ../src/guestfs-actions.pod:1714 ../src/guestfs-actions.pod:6689 ../src/guestfs-actions.pod:6723 ../src/guestfs-actions.pod:7202 ../src/guestfs-actions.pod:7221
7062 msgid ""
7063 "This long-running command can generate progress notification messages so "
7064 "that the caller can display a progress bar or indicator.  To receive these "
7065 "messages, the caller must register a progress callback.  See "
7066 "L<guestfs(3)/guestfs_set_progress_callback>."
7067 msgstr ""
7068
7069 #. type: textblock
7070 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4035 ../src/guestfs-actions.pod:5253 ../src/guestfs-actions.pod:6930 ../src/guestfs-actions.pod:6950 ../src/guestfs-actions.pod:7036
7071 msgid "(Added in 1.0.87)"
7072 msgstr ""
7073
7074 #. type: =head2
7075 #: ../src/guestfs-actions.pod:1125
7076 msgid "guestfs_cp"
7077 msgstr ""
7078
7079 #. type: verbatim
7080 #: ../src/guestfs-actions.pod:1127
7081 #, no-wrap
7082 msgid ""
7083 " int\n"
7084 " guestfs_cp (guestfs_h *g,\n"
7085 "             const char *src,\n"
7086 "             const char *dest);\n"
7087 "\n"
7088 msgstr ""
7089
7090 #. type: textblock
7091 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7092 msgid ""
7093 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7094 "destination filename or destination directory."
7095 msgstr ""
7096
7097 #. type: textblock
7098 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151 ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297 ../src/guestfs-actions.pod:1406 ../src/guestfs-actions.pod:4720 ../src/guestfs-actions.pod:5097
7099 msgid "(Added in 1.0.18)"
7100 msgstr ""
7101
7102 #. type: =head2
7103 #: ../src/guestfs-actions.pod:1139
7104 msgid "guestfs_cp_a"
7105 msgstr ""
7106
7107 #. type: verbatim
7108 #: ../src/guestfs-actions.pod:1141
7109 #, no-wrap
7110 msgid ""
7111 " int\n"
7112 " guestfs_cp_a (guestfs_h *g,\n"
7113 "               const char *src,\n"
7114 "               const char *dest);\n"
7115 "\n"
7116 msgstr ""
7117
7118 #. type: textblock
7119 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7120 msgid ""
7121 "This copies a file or directory from C<src> to C<dest> recursively using the "
7122 "C<cp -a> command."
7123 msgstr ""
7124
7125 #. type: =head2
7126 #: ../src/guestfs-actions.pod:1153
7127 msgid "guestfs_dd"
7128 msgstr ""
7129
7130 #. type: verbatim
7131 #: ../src/guestfs-actions.pod:1155
7132 #, no-wrap
7133 msgid ""
7134 " int\n"
7135 " guestfs_dd (guestfs_h *g,\n"
7136 "             const char *src,\n"
7137 "             const char *dest);\n"
7138 "\n"
7139 msgstr ""
7140
7141 #. type: textblock
7142 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7143 msgid ""
7144 "This command copies from one source device or file C<src> to another "
7145 "destination device or file C<dest>.  Normally you would use this to copy to "
7146 "or from a device or partition, for example to duplicate a filesystem."
7147 msgstr ""
7148
7149 #. type: textblock
7150 #: ../src/guestfs-actions.pod:1165
7151 msgid ""
7152 "If the destination is a device, it must be as large or larger than the "
7153 "source file or device, otherwise the copy will fail.  This command cannot do "
7154 "partial copies (see C<guestfs_copy_size>)."
7155 msgstr ""
7156
7157 #. type: =head2
7158 #: ../src/guestfs-actions.pod:1173
7159 msgid "guestfs_df"
7160 msgstr ""
7161
7162 #. type: verbatim
7163 #: ../src/guestfs-actions.pod:1175
7164 #, no-wrap
7165 msgid ""
7166 " char *\n"
7167 " guestfs_df (guestfs_h *g);\n"
7168 "\n"
7169 msgstr ""
7170
7171 #. type: textblock
7172 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
7173 msgid "This command runs the C<df> command to report disk space used."
7174 msgstr ""
7175
7176 #. type: textblock
7177 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
7178 msgid ""
7179 "This command is mostly useful for interactive sessions.  It is I<not> "
7180 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
7181 "from programs."
7182 msgstr ""
7183
7184 #. type: textblock
7185 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204 ../src/guestfs-actions.pod:1317 ../src/guestfs-actions.pod:2281 ../src/guestfs-actions.pod:2305 ../src/guestfs-actions.pod:2373 ../src/guestfs-actions.pod:4145 ../src/guestfs-actions.pod:4620 ../src/guestfs-actions.pod:6427 ../src/guestfs-actions.pod:6451 ../src/guestfs-actions.pod:7069 ../src/guestfs-actions.pod:7082 ../src/guestfs-actions.pod:7095
7186 msgid "(Added in 1.0.54)"
7187 msgstr ""
7188
7189 #. type: =head2
7190 #: ../src/guestfs-actions.pod:1189
7191 msgid "guestfs_df_h"
7192 msgstr ""
7193
7194 #. type: verbatim
7195 #: ../src/guestfs-actions.pod:1191
7196 #, no-wrap
7197 msgid ""
7198 " char *\n"
7199 " guestfs_df_h (guestfs_h *g);\n"
7200 "\n"
7201 msgstr ""
7202
7203 #. type: textblock
7204 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
7205 msgid ""
7206 "This command runs the C<df -h> command to report disk space used in "
7207 "human-readable format."
7208 msgstr ""
7209
7210 #. type: =head2
7211 #: ../src/guestfs-actions.pod:1206
7212 msgid "guestfs_dmesg"
7213 msgstr ""
7214
7215 #. type: verbatim
7216 #: ../src/guestfs-actions.pod:1208
7217 #, no-wrap
7218 msgid ""
7219 " char *\n"
7220 " guestfs_dmesg (guestfs_h *g);\n"
7221 "\n"
7222 msgstr ""
7223
7224 #. type: textblock
7225 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
7226 msgid ""
7227 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
7228 "This is sometimes useful for extended debugging of problems."
7229 msgstr ""
7230
7231 #. type: textblock
7232 #: ../src/guestfs-actions.pod:1215
7233 msgid ""
7234 "Another way to get the same information is to enable verbose messages with "
7235 "C<guestfs_set_verbose> or by setting the environment variable "
7236 "C<LIBGUESTFS_DEBUG=1> before running the program."
7237 msgstr ""
7238
7239 #. type: =head2
7240 #: ../src/guestfs-actions.pod:1225
7241 msgid "guestfs_download"
7242 msgstr ""
7243
7244 #. type: verbatim
7245 #: ../src/guestfs-actions.pod:1227
7246 #, no-wrap
7247 msgid ""
7248 " int\n"
7249 " guestfs_download (guestfs_h *g,\n"
7250 "                   const char *remotefilename,\n"
7251 "                   const char *filename);\n"
7252 "\n"
7253 msgstr ""
7254
7255 #. type: textblock
7256 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257 ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
7257 msgid ""
7258 "Download file C<remotefilename> and save it as C<filename> on the local "
7259 "machine."
7260 msgstr ""
7261
7262 #. type: textblock
7263 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6683 ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4486
7264 msgid "C<filename> can also be a named pipe."
7265 msgstr ""
7266
7267 #. type: textblock
7268 #: ../src/guestfs-actions.pod:1237
7269 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
7270 msgstr ""
7271
7272 #. type: =head2
7273 #: ../src/guestfs-actions.pod:1248
7274 msgid "guestfs_download_offset"
7275 msgstr ""
7276
7277 #. type: verbatim
7278 #: ../src/guestfs-actions.pod:1250
7279 #, no-wrap
7280 msgid ""
7281 " int\n"
7282 " guestfs_download_offset (guestfs_h *g,\n"
7283 "                          const char *remotefilename,\n"
7284 "                          const char *filename,\n"
7285 "                          int64_t offset,\n"
7286 "                          int64_t size);\n"
7287 "\n"
7288 msgstr ""
7289
7290 #. type: textblock
7291 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
7292 msgid ""
7293 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
7294 "region must be within the file or device)."
7295 msgstr ""
7296
7297 #. type: textblock
7298 #: ../src/guestfs-actions.pod:1263
7299 msgid ""
7300 "Note that there is no limit on the amount of data that can be downloaded "
7301 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
7302 "full amount unless an error occurs."
7303 msgstr ""
7304
7305 #. type: textblock
7306 #: ../src/guestfs-actions.pod:1268
7307 msgid "See also C<guestfs_download>, C<guestfs_pread>."
7308 msgstr ""
7309
7310 #. type: textblock
7311 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6728
7312 msgid "(Added in 1.5.17)"
7313 msgstr ""
7314
7315 #. type: =head2
7316 #: ../src/guestfs-actions.pod:1279
7317 msgid "guestfs_drop_caches"
7318 msgstr ""
7319
7320 #. type: verbatim
7321 #: ../src/guestfs-actions.pod:1281
7322 #, no-wrap
7323 msgid ""
7324 " int\n"
7325 " guestfs_drop_caches (guestfs_h *g,\n"
7326 "                      int whattodrop);\n"
7327 "\n"
7328 msgstr ""
7329
7330 #. type: textblock
7331 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
7332 msgid ""
7333 "This instructs the guest kernel to drop its page cache, and/or dentries and "
7334 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
7335 "to drop, see L<http://linux-mm.org/Drop_Caches>"
7336 msgstr ""
7337
7338 #. type: textblock
7339 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
7340 msgid "Setting C<whattodrop> to 3 should drop everything."
7341 msgstr ""
7342
7343 #. type: textblock
7344 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
7345 msgid ""
7346 "This automatically calls L<sync(2)> before the operation, so that the "
7347 "maximum guest memory is freed."
7348 msgstr ""
7349
7350 #. type: =head2
7351 #: ../src/guestfs-actions.pod:1299
7352 msgid "guestfs_du"
7353 msgstr ""
7354
7355 #. type: verbatim
7356 #: ../src/guestfs-actions.pod:1301
7357 #, no-wrap
7358 msgid ""
7359 " int64_t\n"
7360 " guestfs_du (guestfs_h *g,\n"
7361 "             const char *path);\n"
7362 "\n"
7363 msgstr ""
7364
7365 #. type: textblock
7366 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
7367 msgid ""
7368 "This command runs the C<du -s> command to estimate file space usage for "
7369 "C<path>."
7370 msgstr ""
7371
7372 #. type: textblock
7373 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
7374 msgid ""
7375 "C<path> can be a file or a directory.  If C<path> is a directory then the "
7376 "estimate includes the contents of the directory and all subdirectories "
7377 "(recursively)."
7378 msgstr ""
7379
7380 #. type: textblock
7381 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
7382 msgid "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
7383 msgstr ""
7384
7385 #. type: =head2
7386 #: ../src/guestfs-actions.pod:1319
7387 msgid "guestfs_e2fsck_f"
7388 msgstr ""
7389
7390 #. type: verbatim
7391 #: ../src/guestfs-actions.pod:1321
7392 #, no-wrap
7393 msgid ""
7394 " int\n"
7395 " guestfs_e2fsck_f (guestfs_h *g,\n"
7396 "                   const char *device);\n"
7397 "\n"
7398 msgstr ""
7399
7400 #. type: textblock
7401 #: ../src/guestfs-actions.pod:1325 ../fish/guestfish-actions.pod:885
7402 msgid ""
7403 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
7404 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
7405 "clean (C<-f>)."
7406 msgstr ""
7407
7408 #. type: textblock
7409 #: ../src/guestfs-actions.pod:1329
7410 msgid ""
7411 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
7412 "Normally you should use C<guestfs_fsck>."
7413 msgstr ""
7414
7415 #. type: textblock
7416 #: ../src/guestfs-actions.pod:1334
7417 msgid "(Added in 1.0.29)"
7418 msgstr ""
7419
7420 #. type: =head2
7421 #: ../src/guestfs-actions.pod:1336
7422 msgid "guestfs_echo_daemon"
7423 msgstr ""
7424
7425 #. type: verbatim
7426 #: ../src/guestfs-actions.pod:1338
7427 #, no-wrap
7428 msgid ""
7429 " char *\n"
7430 " guestfs_echo_daemon (guestfs_h *g,\n"
7431 "                      char *const *words);\n"
7432 "\n"
7433 msgstr ""
7434
7435 #. type: textblock
7436 #: ../src/guestfs-actions.pod:1342 ../fish/guestfish-actions.pod:896
7437 msgid ""
7438 "This command concatenates the list of C<words> passed with single spaces "
7439 "between them and returns the resulting string."
7440 msgstr ""
7441
7442 #. type: textblock
7443 #: ../src/guestfs-actions.pod:1345 ../fish/guestfish-actions.pod:899
7444 msgid "You can use this command to test the connection through to the daemon."
7445 msgstr ""
7446
7447 #. type: textblock
7448 #: ../src/guestfs-actions.pod:1347
7449 msgid "See also C<guestfs_ping_daemon>."
7450 msgstr ""
7451
7452 #. type: textblock
7453 #: ../src/guestfs-actions.pod:1352 ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:5931
7454 msgid "(Added in 1.0.69)"
7455 msgstr ""
7456
7457 #. type: =head2
7458 #: ../src/guestfs-actions.pod:1354
7459 msgid "guestfs_egrep"
7460 msgstr ""
7461
7462 #. type: verbatim
7463 #: ../src/guestfs-actions.pod:1356
7464 #, no-wrap
7465 msgid ""
7466 " char **\n"
7467 " guestfs_egrep (guestfs_h *g,\n"
7468 "                const char *regex,\n"
7469 "                const char *path);\n"
7470 "\n"
7471 msgstr ""
7472
7473 #. type: textblock
7474 #: ../src/guestfs-actions.pod:1361 ../fish/guestfish-actions.pod:907
7475 msgid "This calls the external C<egrep> program and returns the matching lines."
7476 msgstr ""
7477
7478 #. type: textblock
7479 #: ../src/guestfs-actions.pod:1371 ../src/guestfs-actions.pod:1390 ../src/guestfs-actions.pod:1447 ../src/guestfs-actions.pod:1493 ../src/guestfs-actions.pod:1512 ../src/guestfs-actions.pod:2219 ../src/guestfs-actions.pod:2238 ../src/guestfs-actions.pod:2394 ../src/guestfs-actions.pod:2407 ../src/guestfs-actions.pod:2422 ../src/guestfs-actions.pod:2468 ../src/guestfs-actions.pod:2490 ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:3528 ../src/guestfs-actions.pod:3542 ../src/guestfs-actions.pod:3555 ../src/guestfs-actions.pod:3569 ../src/guestfs-actions.pod:4555 ../src/guestfs-actions.pod:5431 ../src/guestfs-actions.pod:5480 ../src/guestfs-actions.pod:6295 ../src/guestfs-actions.pod:6307 ../src/guestfs-actions.pod:6320 ../src/guestfs-actions.pod:6333 ../src/guestfs-actions.pod:6355 ../src/guestfs-actions.pod:6368 ../src/guestfs-actions.pod:6381 ../src/guestfs-actions.pod:6394 ../src/guestfs-actions.pod:7165 ../src/guestfs-actions.pod:7184 ../src/guestfs-actions.pod:7269 ../src/guestfs-actions.pod:7288 ../src/guestfs-actions.pod:7334 ../src/guestfs-actions.pod:7353
7480 msgid "(Added in 1.0.66)"
7481 msgstr ""
7482
7483 #. type: =head2
7484 #: ../src/guestfs-actions.pod:1373
7485 msgid "guestfs_egrepi"
7486 msgstr ""
7487
7488 #. type: verbatim
7489 #: ../src/guestfs-actions.pod:1375
7490 #, no-wrap
7491 msgid ""
7492 " char **\n"
7493 " guestfs_egrepi (guestfs_h *g,\n"
7494 "                 const char *regex,\n"
7495 "                 const char *path);\n"
7496 "\n"
7497 msgstr ""
7498
7499 #. type: textblock
7500 #: ../src/guestfs-actions.pod:1380 ../fish/guestfish-actions.pod:917
7501 msgid "This calls the external C<egrep -i> program and returns the matching lines."
7502 msgstr ""
7503
7504 #. type: =head2
7505 #: ../src/guestfs-actions.pod:1392
7506 msgid "guestfs_equal"
7507 msgstr ""
7508
7509 #. type: verbatim
7510 #: ../src/guestfs-actions.pod:1394
7511 #, no-wrap
7512 msgid ""
7513 " int\n"
7514 " guestfs_equal (guestfs_h *g,\n"
7515 "                const char *file1,\n"
7516 "                const char *file2);\n"
7517 "\n"
7518 msgstr ""
7519
7520 #. type: textblock
7521 #: ../src/guestfs-actions.pod:1399 ../fish/guestfish-actions.pod:927
7522 msgid ""
7523 "This compares the two files C<file1> and C<file2> and returns true if their "
7524 "content is exactly equal, or false otherwise."
7525 msgstr ""
7526
7527 #. type: textblock
7528 #: ../src/guestfs-actions.pod:1402 ../fish/guestfish-actions.pod:930
7529 msgid "The external L<cmp(1)> program is used for the comparison."
7530 msgstr ""
7531
7532 #. type: =head2
7533 #: ../src/guestfs-actions.pod:1408
7534 msgid "guestfs_exists"
7535 msgstr ""
7536
7537 #. type: verbatim
7538 #: ../src/guestfs-actions.pod:1410
7539 #, no-wrap
7540 msgid ""
7541 " int\n"
7542 " guestfs_exists (guestfs_h *g,\n"
7543 "                 const char *path);\n"
7544 "\n"
7545 msgstr ""
7546
7547 #. type: textblock
7548 #: ../src/guestfs-actions.pod:1414 ../fish/guestfish-actions.pod:936
7549 msgid ""
7550 "This returns C<true> if and only if there is a file, directory (or anything) "
7551 "with the given C<path> name."
7552 msgstr ""
7553
7554 #. type: textblock
7555 #: ../src/guestfs-actions.pod:1417
7556 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
7557 msgstr ""
7558
7559 #. type: =head2
7560 #: ../src/guestfs-actions.pod:1423
7561 msgid "guestfs_fallocate"
7562 msgstr ""
7563
7564 #. type: verbatim
7565 #: ../src/guestfs-actions.pod:1425
7566 #, no-wrap
7567 msgid ""
7568 " int\n"
7569 " guestfs_fallocate (guestfs_h *g,\n"
7570 "                    const char *path,\n"
7571 "                    int len);\n"
7572 "\n"
7573 msgstr ""
7574
7575 #. type: textblock
7576 #: ../src/guestfs-actions.pod:1430 ../src/guestfs-actions.pod:1456 ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
7577 msgid ""
7578 "This command preallocates a file (containing zero bytes) named C<path> of "
7579 "size C<len> bytes.  If the file exists already, it is overwritten."
7580 msgstr ""
7581
7582 #. type: textblock
7583 #: ../src/guestfs-actions.pod:1434 ../fish/guestfish-actions.pod:949
7584 msgid ""
7585 "Do not confuse this with the guestfish-specific C<alloc> command which "
7586 "allocates a file in the host and attaches it as a device."
7587 msgstr ""
7588
7589 #. type: textblock
7590 #: ../src/guestfs-actions.pod:1440 ../fish/guestfish-actions.pod:953
7591 msgid ""
7592 "This function is deprecated.  In new code, use the C<fallocate64> call "
7593 "instead."
7594 msgstr ""
7595
7596 #. type: =head2
7597 #: ../src/guestfs-actions.pod:1449
7598 msgid "guestfs_fallocate64"
7599 msgstr ""
7600
7601 #. type: verbatim
7602 #: ../src/guestfs-actions.pod:1451
7603 #, no-wrap
7604 msgid ""
7605 " int\n"
7606 " guestfs_fallocate64 (guestfs_h *g,\n"
7607 "                      const char *path,\n"
7608 "                      int64_t len);\n"
7609 "\n"
7610 msgstr ""
7611
7612 #. type: textblock
7613 #: ../src/guestfs-actions.pod:1460
7614 msgid ""
7615 "Note that this call allocates disk blocks for the file.  To create a sparse "
7616 "file use C<guestfs_truncate_size> instead."
7617 msgstr ""
7618
7619 #. type: textblock
7620 #: ../src/guestfs-actions.pod:1463
7621 msgid ""
7622 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
7623 "oversight it only allowed 30 bit lengths to be specified, effectively "
7624 "limiting the maximum size of files created through that call to 1GB."
7625 msgstr ""
7626
7627 #. type: textblock
7628 #: ../src/guestfs-actions.pod:1468 ../fish/guestfish-actions.pod:976
7629 msgid ""
7630 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
7631 "commands which create a file in the host and attach it as a device."
7632 msgstr ""
7633
7634 #. type: textblock
7635 #: ../src/guestfs-actions.pod:1474
7636 msgid "(Added in 1.3.17)"
7637 msgstr ""
7638
7639 #. type: =head2
7640 #: ../src/guestfs-actions.pod:1476
7641 msgid "guestfs_fgrep"
7642 msgstr ""
7643
7644 #. type: verbatim
7645 #: ../src/guestfs-actions.pod:1478
7646 #, no-wrap
7647 msgid ""
7648 " char **\n"
7649 " guestfs_fgrep (guestfs_h *g,\n"
7650 "                const char *pattern,\n"
7651 "                const char *path);\n"
7652 "\n"
7653 msgstr ""
7654
7655 #. type: textblock
7656 #: ../src/guestfs-actions.pod:1483 ../fish/guestfish-actions.pod:984
7657 msgid "This calls the external C<fgrep> program and returns the matching lines."
7658 msgstr ""
7659
7660 #. type: =head2
7661 #: ../src/guestfs-actions.pod:1495
7662 msgid "guestfs_fgrepi"
7663 msgstr ""
7664
7665 #. type: verbatim
7666 #: ../src/guestfs-actions.pod:1497
7667 #, no-wrap
7668 msgid ""
7669 " char **\n"
7670 " guestfs_fgrepi (guestfs_h *g,\n"
7671 "                 const char *pattern,\n"
7672 "                 const char *path);\n"
7673 "\n"
7674 msgstr ""
7675
7676 #. type: textblock
7677 #: ../src/guestfs-actions.pod:1502 ../fish/guestfish-actions.pod:994
7678 msgid "This calls the external C<fgrep -i> program and returns the matching lines."
7679 msgstr ""
7680
7681 #. type: =head2
7682 #: ../src/guestfs-actions.pod:1514
7683 msgid "guestfs_file"
7684 msgstr ""
7685
7686 #. type: verbatim
7687 #: ../src/guestfs-actions.pod:1516
7688 #, no-wrap
7689 msgid ""
7690 " char *\n"
7691 " guestfs_file (guestfs_h *g,\n"
7692 "               const char *path);\n"
7693 "\n"
7694 msgstr ""
7695
7696 #. type: textblock
7697 #: ../src/guestfs-actions.pod:1520 ../fish/guestfish-actions.pod:1004
7698 msgid ""
7699 "This call uses the standard L<file(1)> command to determine the type or "
7700 "contents of the file."
7701 msgstr ""
7702
7703 #. type: textblock
7704 #: ../src/guestfs-actions.pod:1523 ../fish/guestfish-actions.pod:1007
7705 msgid ""
7706 "This call will also transparently look inside various types of compressed "
7707 "file."
7708 msgstr ""
7709
7710 #. type: textblock
7711 #: ../src/guestfs-actions.pod:1526 ../fish/guestfish-actions.pod:1010
7712 msgid ""
7713 "The exact command which runs is C<file -zb path>.  Note in particular that "
7714 "the filename is not prepended to the output (the C<-b> option)."
7715 msgstr ""
7716
7717 #. type: textblock
7718 #: ../src/guestfs-actions.pod:1530
7719 msgid ""
7720 "This command can also be used on C</dev/> devices (and partitions, LV "
7721 "names).  You can for example use this to determine if a device contains a "
7722 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
7723 msgstr ""
7724
7725 #. type: textblock
7726 #: ../src/guestfs-actions.pod:1535 ../fish/guestfish-actions.pod:1019
7727 msgid ""
7728 "If the C<path> does not begin with C</dev/> then this command only works for "
7729 "the content of regular files.  For other file types (directory, symbolic "
7730 "link etc) it will just return the string C<directory> etc."
7731 msgstr ""
7732
7733 #. type: =head2
7734 #: ../src/guestfs-actions.pod:1545
7735 msgid "guestfs_file_architecture"
7736 msgstr ""
7737
7738 #. type: verbatim
7739 #: ../src/guestfs-actions.pod:1547
7740 #, no-wrap
7741 msgid ""
7742 " char *\n"
7743 " guestfs_file_architecture (guestfs_h *g,\n"
7744 "                            const char *filename);\n"
7745 "\n"
7746 msgstr ""
7747
7748 #. type: textblock
7749 #: ../src/guestfs-actions.pod:1551 ../fish/guestfish-actions.pod:1028
7750 msgid ""
7751 "This detects the architecture of the binary C<filename>, and returns it if "
7752 "known."
7753 msgstr ""
7754
7755 #. type: textblock
7756 #: ../src/guestfs-actions.pod:1554 ../fish/guestfish-actions.pod:1031
7757 msgid "Currently defined architectures are:"
7758 msgstr ""
7759
7760 #. type: =item
7761 #: ../src/guestfs-actions.pod:1558 ../fish/guestfish-actions.pod:1035
7762 msgid "\"i386\""
7763 msgstr ""
7764
7765 #. type: textblock
7766 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1037
7767 msgid ""
7768 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
7769 "irrespective of the precise processor requirements of the binary."
7770 msgstr ""
7771
7772 #. type: =item
7773 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1040
7774 msgid "\"x86_64\""
7775 msgstr ""
7776
7777 #. type: textblock
7778 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1042
7779 msgid "64 bit x86-64."
7780 msgstr ""
7781
7782 #. type: =item
7783 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1044
7784 msgid "\"sparc\""
7785 msgstr ""
7786
7787 #. type: textblock
7788 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1046
7789 msgid "32 bit SPARC."
7790 msgstr ""
7791
7792 #. type: =item
7793 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1048
7794 msgid "\"sparc64\""
7795 msgstr ""
7796
7797 #. type: textblock
7798 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1050
7799 msgid "64 bit SPARC V9 and above."
7800 msgstr ""
7801
7802 #. type: =item
7803 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1052
7804 msgid "\"ia64\""
7805 msgstr ""
7806
7807 #. type: textblock
7808 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1054
7809 msgid "Intel Itanium."
7810 msgstr ""
7811
7812 #. type: =item
7813 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1056
7814 msgid "\"ppc\""
7815 msgstr ""
7816
7817 #. type: textblock
7818 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1058
7819 msgid "32 bit Power PC."
7820 msgstr ""
7821
7822 #. type: =item
7823 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1060
7824 msgid "\"ppc64\""
7825 msgstr ""
7826
7827 #. type: textblock
7828 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1062
7829 msgid "64 bit Power PC."
7830 msgstr ""
7831
7832 #. type: textblock
7833 #: ../src/guestfs-actions.pod:1589 ../fish/guestfish-actions.pod:1066
7834 msgid "Libguestfs may return other architecture strings in future."
7835 msgstr ""
7836
7837 #. type: textblock
7838 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1068
7839 msgid "The function works on at least the following types of files:"
7840 msgstr ""
7841
7842 #. type: textblock
7843 #: ../src/guestfs-actions.pod:1597 ../fish/guestfish-actions.pod:1074
7844 msgid "many types of Un*x and Linux binary"
7845 msgstr ""
7846
7847 #. type: textblock
7848 #: ../src/guestfs-actions.pod:1601 ../fish/guestfish-actions.pod:1078
7849 msgid "many types of Un*x and Linux shared library"
7850 msgstr ""
7851
7852 #. type: textblock
7853 #: ../src/guestfs-actions.pod:1605 ../fish/guestfish-actions.pod:1082
7854 msgid "Windows Win32 and Win64 binaries"
7855 msgstr ""
7856
7857 #. type: textblock
7858 #: ../src/guestfs-actions.pod:1609 ../fish/guestfish-actions.pod:1086
7859 msgid "Windows Win32 and Win64 DLLs"
7860 msgstr ""
7861
7862 #. type: textblock
7863 #: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1088
7864 msgid "Win32 binaries and DLLs return C<i386>."
7865 msgstr ""
7866
7867 #. type: textblock
7868 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1090
7869 msgid "Win64 binaries and DLLs return C<x86_64>."
7870 msgstr ""
7871
7872 #. type: textblock
7873 #: ../src/guestfs-actions.pod:1617 ../fish/guestfish-actions.pod:1094
7874 msgid "Linux kernel modules"
7875 msgstr ""
7876
7877 #. type: textblock
7878 #: ../src/guestfs-actions.pod:1621 ../fish/guestfish-actions.pod:1098
7879 msgid "Linux new-style initrd images"
7880 msgstr ""
7881
7882 #. type: textblock
7883 #: ../src/guestfs-actions.pod:1625 ../fish/guestfish-actions.pod:1102
7884 msgid "some non-x86 Linux vmlinuz kernels"
7885 msgstr ""
7886
7887 #. type: textblock
7888 #: ../src/guestfs-actions.pod:1629 ../fish/guestfish-actions.pod:1106
7889 msgid "What it can't do currently:"
7890 msgstr ""
7891
7892 #. type: textblock
7893 #: ../src/guestfs-actions.pod:1635 ../fish/guestfish-actions.pod:1112
7894 msgid "static libraries (libfoo.a)"
7895 msgstr ""
7896
7897 #. type: textblock
7898 #: ../src/guestfs-actions.pod:1639 ../fish/guestfish-actions.pod:1116
7899 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
7900 msgstr ""
7901
7902 #. type: textblock
7903 #: ../src/guestfs-actions.pod:1643 ../fish/guestfish-actions.pod:1120
7904 msgid "x86 Linux vmlinuz kernels"
7905 msgstr ""
7906
7907 #. type: textblock
7908 #: ../src/guestfs-actions.pod:1645 ../fish/guestfish-actions.pod:1122
7909 msgid ""
7910 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
7911 "compressed code, and are horribly hard to unpack.  If you want to find the "
7912 "architecture of a kernel, use the architecture of the associated initrd or "
7913 "kernel module(s) instead."
7914 msgstr ""
7915
7916 #. type: textblock
7917 #: ../src/guestfs-actions.pod:1655 ../src/guestfs-actions.pod:1818 ../src/guestfs-actions.pod:1835 ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2607 ../src/guestfs-actions.pod:2633 ../src/guestfs-actions.pod:2721 ../src/guestfs-actions.pod:2742 ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2863 ../src/guestfs-actions.pod:2925 ../src/guestfs-actions.pod:3151 ../src/guestfs-actions.pod:3283
7918 msgid "(Added in 1.5.3)"
7919 msgstr ""
7920
7921 #. type: =head2
7922 #: ../src/guestfs-actions.pod:1657
7923 msgid "guestfs_filesize"
7924 msgstr ""
7925
7926 #. type: verbatim
7927 #: ../src/guestfs-actions.pod:1659
7928 #, no-wrap
7929 msgid ""
7930 " int64_t\n"
7931 " guestfs_filesize (guestfs_h *g,\n"
7932 "                   const char *file);\n"
7933 "\n"
7934 msgstr ""
7935
7936 #. type: textblock
7937 #: ../src/guestfs-actions.pod:1663 ../fish/guestfish-actions.pod:1133
7938 msgid "This command returns the size of C<file> in bytes."
7939 msgstr ""
7940
7941 #. type: textblock
7942 #: ../src/guestfs-actions.pod:1665
7943 msgid ""
7944 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
7945 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
7946 "devices, use C<guestfs_blockdev_getsize64>."
7947 msgstr ""
7948
7949 #. type: textblock
7950 #: ../src/guestfs-actions.pod:1671
7951 msgid "(Added in 1.0.82)"
7952 msgstr ""
7953
7954 #. type: =head2
7955 #: ../src/guestfs-actions.pod:1673
7956 msgid "guestfs_fill"
7957 msgstr ""
7958
7959 #. type: verbatim
7960 #: ../src/guestfs-actions.pod:1675
7961 #, no-wrap
7962 msgid ""
7963 " int\n"
7964 " guestfs_fill (guestfs_h *g,\n"
7965 "               int c,\n"
7966 "               int len,\n"
7967 "               const char *path);\n"
7968 "\n"
7969 msgstr ""
7970
7971 #. type: textblock
7972 #: ../src/guestfs-actions.pod:1681 ../fish/guestfish-actions.pod:1143
7973 msgid ""
7974 "This command creates a new file called C<path>.  The initial content of the "
7975 "file is C<len> octets of C<c>, where C<c> must be a number in the range "
7976 "C<[0..255]>."
7977 msgstr ""
7978
7979 #. type: textblock
7980 #: ../src/guestfs-actions.pod:1685
7981 msgid ""
7982 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
7983 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
7984 "bytes use C<guestfs_fill_pattern>."
7985 msgstr ""
7986
7987 #. type: textblock
7988 #: ../src/guestfs-actions.pod:1697
7989 msgid "(Added in 1.0.79)"
7990 msgstr ""
7991
7992 #. type: =head2
7993 #: ../src/guestfs-actions.pod:1699
7994 msgid "guestfs_fill_pattern"
7995 msgstr ""
7996
7997 #. type: verbatim
7998 #: ../src/guestfs-actions.pod:1701
7999 #, no-wrap
8000 msgid ""
8001 " int\n"
8002 " guestfs_fill_pattern (guestfs_h *g,\n"
8003 "                       const char *pattern,\n"
8004 "                       int len,\n"
8005 "                       const char *path);\n"
8006 "\n"
8007 msgstr ""
8008
8009 #. type: textblock
8010 #: ../src/guestfs-actions.pod:1707
8011 msgid ""
8012 "This function is like C<guestfs_fill> except that it creates a new file of "
8013 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8014 "pattern is truncated if necessary to ensure the length of the file is "
8015 "exactly C<len> bytes."
8016 msgstr ""
8017
8018 #. type: textblock
8019 #: ../src/guestfs-actions.pod:1719
8020 msgid "(Added in 1.3.12)"
8021 msgstr ""
8022
8023 #. type: =head2
8024 #: ../src/guestfs-actions.pod:1721
8025 msgid "guestfs_find"
8026 msgstr ""
8027
8028 #. type: verbatim
8029 #: ../src/guestfs-actions.pod:1723
8030 #, no-wrap
8031 msgid ""
8032 " char **\n"
8033 " guestfs_find (guestfs_h *g,\n"
8034 "               const char *directory);\n"
8035 "\n"
8036 msgstr ""
8037
8038 #. type: textblock
8039 #: ../src/guestfs-actions.pod:1727 ../fish/guestfish-actions.pod:1165
8040 msgid ""
8041 "This command lists out all files and directories, recursively, starting at "
8042 "C<directory>.  It is essentially equivalent to running the shell command "
8043 "C<find directory -print> but some post-processing happens on the output, "
8044 "described below."
8045 msgstr ""
8046
8047 #. type: textblock
8048 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1170
8049 msgid ""
8050 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8051 "structure was:"
8052 msgstr ""
8053
8054 #. type: verbatim
8055 #: ../src/guestfs-actions.pod:1735 ../fish/guestfish-actions.pod:1173
8056 #, no-wrap
8057 msgid ""
8058 " /tmp/a\n"
8059 " /tmp/b\n"
8060 " /tmp/c/d\n"
8061 "\n"
8062 msgstr ""
8063
8064 #. type: textblock
8065 #: ../src/guestfs-actions.pod:1739
8066 msgid "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8067 msgstr ""
8068
8069 #. type: verbatim
8070 #: ../src/guestfs-actions.pod:1742 ../fish/guestfish-actions.pod:1180
8071 #, no-wrap
8072 msgid ""
8073 " a\n"
8074 " b\n"
8075 " c\n"
8076 " c/d\n"
8077 "\n"
8078 msgstr ""
8079
8080 #. type: textblock
8081 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1185
8082 msgid "If C<directory> is not a directory, then this command returns an error."
8083 msgstr ""
8084
8085 #. type: textblock
8086 #: ../src/guestfs-actions.pod:1750 ../fish/guestfish-actions.pod:1188
8087 msgid "The returned list is sorted."
8088 msgstr ""
8089
8090 #. type: textblock
8091 #: ../src/guestfs-actions.pod:1752
8092 msgid "See also C<guestfs_find0>."
8093 msgstr ""
8094
8095 #. type: textblock
8096 #: ../src/guestfs-actions.pod:1761 ../src/guestfs-actions.pod:3972 ../src/guestfs-actions.pod:5515
8097 msgid "(Added in 1.0.27)"
8098 msgstr ""
8099
8100 #. type: =head2
8101 #: ../src/guestfs-actions.pod:1763
8102 msgid "guestfs_find0"
8103 msgstr ""
8104
8105 #. type: verbatim
8106 #: ../src/guestfs-actions.pod:1765
8107 #, no-wrap
8108 msgid ""
8109 " int\n"
8110 " guestfs_find0 (guestfs_h *g,\n"
8111 "                const char *directory,\n"
8112 "                const char *files);\n"
8113 "\n"
8114 msgstr ""
8115
8116 #. type: textblock
8117 #: ../src/guestfs-actions.pod:1770 ../fish/guestfish-actions.pod:1199
8118 msgid ""
8119 "This command lists out all files and directories, recursively, starting at "
8120 "C<directory>, placing the resulting list in the external file called "
8121 "C<files>."
8122 msgstr ""
8123
8124 #. type: textblock
8125 #: ../src/guestfs-actions.pod:1774
8126 msgid ""
8127 "This command works the same way as C<guestfs_find> with the following "
8128 "exceptions:"
8129 msgstr ""
8130
8131 #. type: textblock
8132 #: ../src/guestfs-actions.pod:1781 ../fish/guestfish-actions.pod:1210
8133 msgid "The resulting list is written to an external file."
8134 msgstr ""
8135
8136 #. type: textblock
8137 #: ../src/guestfs-actions.pod:1785 ../fish/guestfish-actions.pod:1214
8138 msgid ""
8139 "Items (filenames) in the result are separated by C<\\0> characters.  See "
8140 "L<find(1)> option I<-print0>."
8141 msgstr ""
8142
8143 #. type: textblock
8144 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1219
8145 msgid "This command is not limited in the number of names that it can return."
8146 msgstr ""
8147
8148 #. type: textblock
8149 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1224
8150 msgid "The result list is not sorted."
8151 msgstr ""
8152
8153 #. type: textblock
8154 #: ../src/guestfs-actions.pod:1801
8155 msgid "(Added in 1.0.74)"
8156 msgstr ""
8157
8158 #. type: =head2
8159 #: ../src/guestfs-actions.pod:1803
8160 msgid "guestfs_findfs_label"
8161 msgstr ""
8162
8163 #. type: verbatim
8164 #: ../src/guestfs-actions.pod:1805
8165 #, no-wrap
8166 msgid ""
8167 " char *\n"
8168 " guestfs_findfs_label (guestfs_h *g,\n"
8169 "                       const char *label);\n"
8170 "\n"
8171 msgstr ""
8172
8173 #. type: textblock
8174 #: ../src/guestfs-actions.pod:1809 ../fish/guestfish-actions.pod:1234
8175 msgid ""
8176 "This command searches the filesystems and returns the one which has the "
8177 "given label.  An error is returned if no such filesystem can be found."
8178 msgstr ""
8179
8180 #. type: textblock
8181 #: ../src/guestfs-actions.pod:1813
8182 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
8183 msgstr ""
8184
8185 #. type: =head2
8186 #: ../src/guestfs-actions.pod:1820
8187 msgid "guestfs_findfs_uuid"
8188 msgstr ""
8189
8190 #. type: verbatim
8191 #: ../src/guestfs-actions.pod:1822
8192 #, no-wrap
8193 msgid ""
8194 " char *\n"
8195 " guestfs_findfs_uuid (guestfs_h *g,\n"
8196 "                      const char *uuid);\n"
8197 "\n"
8198 msgstr ""
8199
8200 #. type: textblock
8201 #: ../src/guestfs-actions.pod:1826 ../fish/guestfish-actions.pod:1244
8202 msgid ""
8203 "This command searches the filesystems and returns the one which has the "
8204 "given UUID.  An error is returned if no such filesystem can be found."
8205 msgstr ""
8206
8207 #. type: textblock
8208 #: ../src/guestfs-actions.pod:1830
8209 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
8210 msgstr ""
8211
8212 #. type: =head2
8213 #: ../src/guestfs-actions.pod:1837
8214 msgid "guestfs_fsck"
8215 msgstr ""
8216
8217 #. type: verbatim
8218 #: ../src/guestfs-actions.pod:1839
8219 #, no-wrap
8220 msgid ""
8221 " int\n"
8222 " guestfs_fsck (guestfs_h *g,\n"
8223 "               const char *fstype,\n"
8224 "               const char *device);\n"
8225 "\n"
8226 msgstr ""
8227
8228 #. type: textblock
8229 #: ../src/guestfs-actions.pod:1844 ../fish/guestfish-actions.pod:1254
8230 msgid ""
8231 "This runs the filesystem checker (fsck) on C<device> which should have "
8232 "filesystem type C<fstype>."
8233 msgstr ""
8234
8235 #. type: textblock
8236 #: ../src/guestfs-actions.pod:1847 ../fish/guestfish-actions.pod:1257
8237 msgid ""
8238 "The returned integer is the status.  See L<fsck(8)> for the list of status "
8239 "codes from C<fsck>."
8240 msgstr ""
8241
8242 #. type: textblock
8243 #: ../src/guestfs-actions.pod:1856 ../fish/guestfish-actions.pod:1266
8244 msgid "Multiple status codes can be summed together."
8245 msgstr ""
8246
8247 #. type: textblock
8248 #: ../src/guestfs-actions.pod:1860 ../fish/guestfish-actions.pod:1270
8249 msgid ""
8250 "A non-zero return code can mean \"success\", for example if errors have been "
8251 "corrected on the filesystem."
8252 msgstr ""
8253
8254 #. type: textblock
8255 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1275
8256 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
8257 msgstr ""
8258
8259 #. type: textblock
8260 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1280
8261 msgid "This command is entirely equivalent to running C<fsck -a -t fstype device>."
8262 msgstr ""
8263
8264 #. type: textblock
8265 #: ../src/guestfs-actions.pod:1874 ../src/guestfs-actions.pod:7207
8266 msgid "(Added in 1.0.16)"
8267 msgstr ""
8268
8269 #. type: =head2
8270 #: ../src/guestfs-actions.pod:1876
8271 msgid "guestfs_get_append"
8272 msgstr ""
8273
8274 #. type: verbatim
8275 #: ../src/guestfs-actions.pod:1878
8276 #, no-wrap
8277 msgid ""
8278 " const char *\n"
8279 " guestfs_get_append (guestfs_h *g);\n"
8280 "\n"
8281 msgstr ""
8282
8283 #. type: textblock
8284 #: ../src/guestfs-actions.pod:1881 ../fish/guestfish-actions.pod:1286
8285 msgid ""
8286 "Return the additional kernel options which are added to the guest kernel "
8287 "command line."
8288 msgstr ""
8289
8290 #. type: textblock
8291 #: ../src/guestfs-actions.pod:1884 ../fish/guestfish-actions.pod:1289
8292 msgid "If C<NULL> then no options are added."
8293 msgstr ""
8294
8295 #. type: textblock
8296 #: ../src/guestfs-actions.pod:1886
8297 msgid ""
8298 "This function returns a string which may be NULL.  There is no way to return "
8299 "an error from this function.  The string is owned by the guest handle and "
8300 "must I<not> be freed."
8301 msgstr ""
8302
8303 #. type: textblock
8304 #: ../src/guestfs-actions.pod:1890 ../src/guestfs-actions.pod:5193 ../src/guestfs-actions.pod:5673 ../src/guestfs-actions.pod:6069 ../src/guestfs-actions.pod:6088 ../src/guestfs-actions.pod:6104 ../src/guestfs-actions.pod:6121 ../src/guestfs-actions.pod:6878 ../src/guestfs-actions.pod:6896 ../src/guestfs-actions.pod:7250
8305 msgid "(Added in 1.0.26)"
8306 msgstr ""
8307
8308 #. type: =head2
8309 #: ../src/guestfs-actions.pod:1892
8310 msgid "guestfs_get_attach_method"
8311 msgstr ""
8312
8313 #. type: verbatim
8314 #: ../src/guestfs-actions.pod:1894
8315 #, no-wrap
8316 msgid ""
8317 " char *\n"
8318 " guestfs_get_attach_method (guestfs_h *g);\n"
8319 "\n"
8320 msgstr ""
8321
8322 #. type: textblock
8323 #: ../src/guestfs-actions.pod:1897
8324 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
8325 msgstr ""
8326
8327 #. type: =head2
8328 #: ../src/guestfs-actions.pod:1902
8329 msgid "guestfs_get_autosync"
8330 msgstr ""
8331
8332 #. type: verbatim
8333 #: ../src/guestfs-actions.pod:1904
8334 #, no-wrap
8335 msgid ""
8336 " int\n"
8337 " guestfs_get_autosync (guestfs_h *g);\n"
8338 "\n"
8339 msgstr ""
8340
8341 #. type: textblock
8342 #: ../src/guestfs-actions.pod:1907 ../fish/guestfish-actions.pod:1301
8343 msgid "Get the autosync flag."
8344 msgstr ""
8345
8346 #. type: =head2
8347 #: ../src/guestfs-actions.pod:1913
8348 msgid "guestfs_get_direct"
8349 msgstr ""
8350
8351 #. type: verbatim
8352 #: ../src/guestfs-actions.pod:1915
8353 #, no-wrap
8354 msgid ""
8355 " int\n"
8356 " guestfs_get_direct (guestfs_h *g);\n"
8357 "\n"
8358 msgstr ""
8359
8360 #. type: textblock
8361 #: ../src/guestfs-actions.pod:1918 ../fish/guestfish-actions.pod:1307
8362 msgid "Return the direct appliance mode flag."
8363 msgstr ""
8364
8365 #. type: textblock
8366 #: ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:5742
8367 msgid "(Added in 1.0.72)"
8368 msgstr ""
8369
8370 #. type: =head2
8371 #: ../src/guestfs-actions.pod:1924
8372 msgid "guestfs_get_e2label"
8373 msgstr ""
8374
8375 #. type: verbatim
8376 #: ../src/guestfs-actions.pod:1926
8377 #, no-wrap
8378 msgid ""
8379 " char *\n"
8380 " guestfs_get_e2label (guestfs_h *g,\n"
8381 "                      const char *device);\n"
8382 "\n"
8383 msgstr ""
8384
8385 #. type: textblock
8386 #: ../src/guestfs-actions.pod:1930 ../fish/guestfish-actions.pod:1313
8387 msgid "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
8388 msgstr ""
8389
8390 #. type: textblock
8391 #: ../src/guestfs-actions.pod:1936 ../fish/guestfish-actions.pod:1316
8392 msgid ""
8393 "This function is deprecated.  In new code, use the C<vfs_label> call "
8394 "instead."
8395 msgstr ""
8396
8397 #. type: textblock
8398 #: ../src/guestfs-actions.pod:1943 ../src/guestfs-actions.pod:1964 ../src/guestfs-actions.pod:5760 ../src/guestfs-actions.pod:5779
8399 msgid "(Added in 1.0.15)"
8400 msgstr ""
8401
8402 #. type: =head2
8403 #: ../src/guestfs-actions.pod:1945
8404 msgid "guestfs_get_e2uuid"
8405 msgstr ""
8406
8407 #. type: verbatim
8408 #: ../src/guestfs-actions.pod:1947
8409 #, no-wrap
8410 msgid ""
8411 " char *\n"
8412 " guestfs_get_e2uuid (guestfs_h *g,\n"
8413 "                     const char *device);\n"
8414 "\n"
8415 msgstr ""
8416
8417 #. type: textblock
8418 #: ../src/guestfs-actions.pod:1951 ../fish/guestfish-actions.pod:1327
8419 msgid "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
8420 msgstr ""
8421
8422 #. type: textblock
8423 #: ../src/guestfs-actions.pod:1957 ../fish/guestfish-actions.pod:1330
8424 msgid "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
8425 msgstr ""
8426
8427 #. type: =head2
8428 #: ../src/guestfs-actions.pod:1966
8429 msgid "guestfs_get_memsize"
8430 msgstr ""
8431
8432 #. type: verbatim
8433 #: ../src/guestfs-actions.pod:1968
8434 #, no-wrap
8435 msgid ""
8436 " int\n"
8437 " guestfs_get_memsize (guestfs_h *g);\n"
8438 "\n"
8439 msgstr ""
8440
8441 #. type: textblock
8442 #: ../src/guestfs-actions.pod:1971 ../fish/guestfish-actions.pod:1341
8443 msgid "This gets the memory size in megabytes allocated to the qemu subprocess."
8444 msgstr ""
8445
8446 #. type: textblock
8447 #: ../src/guestfs-actions.pod:1974
8448 msgid ""
8449 "If C<guestfs_set_memsize> was not called on this handle, and if "
8450 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
8451 "value for memsize."
8452 msgstr ""
8453
8454 #. type: textblock
8455 #: ../src/guestfs-actions.pod:1978 ../src/guestfs-actions.pod:2059 ../src/guestfs-actions.pod:5795 ../src/guestfs-actions.pod:5902 ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399 ../fish/guestfish-actions.pod:3893 ../fish/guestfish-actions.pod:3980
8456 msgid "For more information on the architecture of libguestfs, see L<guestfs(3)>."
8457 msgstr ""
8458
8459 #. type: textblock
8460 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:4263 ../src/guestfs-actions.pod:4460 ../src/guestfs-actions.pod:4479 ../src/guestfs-actions.pod:4498 ../src/guestfs-actions.pod:4510 ../src/guestfs-actions.pod:4527 ../src/guestfs-actions.pod:4540 ../src/guestfs-actions.pod:5418 ../src/guestfs-actions.pod:5800 ../src/guestfs-actions.pod:6043 ../src/guestfs-actions.pod:6644
8461 msgid "(Added in 1.0.55)"
8462 msgstr ""
8463
8464 #. type: =head2
8465 #: ../src/guestfs-actions.pod:1985
8466 msgid "guestfs_get_network"
8467 msgstr ""
8468
8469 #. type: verbatim
8470 #: ../src/guestfs-actions.pod:1987
8471 #, no-wrap
8472 msgid ""
8473 " int\n"
8474 " guestfs_get_network (guestfs_h *g);\n"
8475 "\n"
8476 msgstr ""
8477
8478 #. type: textblock
8479 #: ../src/guestfs-actions.pod:1990 ../fish/guestfish-actions.pod:1355
8480 msgid "This returns the enable network flag."
8481 msgstr ""
8482
8483 #. type: textblock
8484 #: ../src/guestfs-actions.pod:1994 ../src/guestfs-actions.pod:5819
8485 msgid "(Added in 1.5.4)"
8486 msgstr ""
8487
8488 #. type: =head2
8489 #: ../src/guestfs-actions.pod:1996
8490 msgid "guestfs_get_path"
8491 msgstr ""
8492
8493 #. type: verbatim
8494 #: ../src/guestfs-actions.pod:1998
8495 #, no-wrap
8496 msgid ""
8497 " const char *\n"
8498 " guestfs_get_path (guestfs_h *g);\n"
8499 "\n"
8500 msgstr ""
8501
8502 #. type: textblock
8503 #: ../src/guestfs-actions.pod:2001 ../fish/guestfish-actions.pod:1361
8504 msgid "Return the current search path."
8505 msgstr ""
8506
8507 #. type: textblock
8508 #: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1363
8509 msgid ""
8510 "This is always non-NULL.  If it wasn't set already, then this will return "
8511 "the default path."
8512 msgstr ""
8513
8514 #. type: textblock
8515 #: ../src/guestfs-actions.pod:2006 ../src/guestfs-actions.pod:2035
8516 msgid ""
8517 "This function returns a string, or NULL on error.  The string is owned by "
8518 "the guest handle and must I<not> be freed."
8519 msgstr ""
8520
8521 #. type: =head2
8522 #: ../src/guestfs-actions.pod:2011
8523 msgid "guestfs_get_pid"
8524 msgstr ""
8525
8526 #. type: verbatim
8527 #: ../src/guestfs-actions.pod:2013
8528 #, no-wrap
8529 msgid ""
8530 " int\n"
8531 " guestfs_get_pid (guestfs_h *g);\n"
8532 "\n"
8533 msgstr ""
8534
8535 #. type: textblock
8536 #: ../src/guestfs-actions.pod:2016 ../fish/guestfish-actions.pod:1372
8537 msgid ""
8538 "Return the process ID of the qemu subprocess.  If there is no qemu "
8539 "subprocess, then this will return an error."
8540 msgstr ""
8541
8542 #. type: textblock
8543 #: ../src/guestfs-actions.pod:2019 ../fish/guestfish-actions.pod:1375
8544 msgid "This is an internal call used for debugging and testing."
8545 msgstr ""
8546
8547 #. type: textblock
8548 #: ../src/guestfs-actions.pod:2023
8549 msgid "(Added in 1.0.56)"
8550 msgstr ""
8551
8552 #. type: =head2
8553 #: ../src/guestfs-actions.pod:2025
8554 msgid "guestfs_get_qemu"
8555 msgstr ""
8556
8557 #. type: verbatim
8558 #: ../src/guestfs-actions.pod:2027
8559 #, no-wrap
8560 msgid ""
8561 " const char *\n"
8562 " guestfs_get_qemu (guestfs_h *g);\n"
8563 "\n"
8564 msgstr ""
8565
8566 #. type: textblock
8567 #: ../src/guestfs-actions.pod:2030 ../fish/guestfish-actions.pod:1381
8568 msgid "Return the current qemu binary."
8569 msgstr ""
8570
8571 #. type: textblock
8572 #: ../src/guestfs-actions.pod:2032 ../fish/guestfish-actions.pod:1383
8573 msgid ""
8574 "This is always non-NULL.  If it wasn't set already, then this will return "
8575 "the default qemu binary name."
8576 msgstr ""
8577
8578 #. type: textblock
8579 #: ../src/guestfs-actions.pod:2038 ../src/guestfs-actions.pod:5864
8580 msgid "(Added in 1.0.6)"
8581 msgstr ""
8582
8583 #. type: =head2
8584 #: ../src/guestfs-actions.pod:2040
8585 msgid "guestfs_get_recovery_proc"
8586 msgstr ""
8587
8588 #. type: verbatim
8589 #: ../src/guestfs-actions.pod:2042
8590 #, no-wrap
8591 msgid ""
8592 " int\n"
8593 " guestfs_get_recovery_proc (guestfs_h *g);\n"
8594 "\n"
8595 msgstr ""
8596
8597 #. type: textblock
8598 #: ../src/guestfs-actions.pod:2045 ../fish/guestfish-actions.pod:1390
8599 msgid "Return the recovery process enabled flag."
8600 msgstr ""
8601
8602 #. type: textblock
8603 #: ../src/guestfs-actions.pod:2049 ../src/guestfs-actions.pod:3373 ../src/guestfs-actions.pod:3670 ../src/guestfs-actions.pod:4070 ../src/guestfs-actions.pod:4102 ../src/guestfs-actions.pod:5123 ../src/guestfs-actions.pod:5466 ../src/guestfs-actions.pod:5888 ../src/guestfs-actions.pod:6547 ../src/guestfs-actions.pod:6567 ../src/guestfs-actions.pod:6759
8604 msgid "(Added in 1.0.77)"
8605 msgstr ""
8606
8607 #. type: =head2
8608 #: ../src/guestfs-actions.pod:2051
8609 msgid "guestfs_get_selinux"
8610 msgstr ""
8611
8612 #. type: verbatim
8613 #: ../src/guestfs-actions.pod:2053
8614 #, no-wrap
8615 msgid ""
8616 " int\n"
8617 " guestfs_get_selinux (guestfs_h *g);\n"
8618 "\n"
8619 msgstr ""
8620
8621 #. type: textblock
8622 #: ../src/guestfs-actions.pod:2056
8623 msgid ""
8624 "This returns the current setting of the selinux flag which is passed to the "
8625 "appliance at boot time.  See C<guestfs_set_selinux>."
8626 msgstr ""
8627
8628 #. type: textblock
8629 #: ../src/guestfs-actions.pod:2064 ../src/guestfs-actions.pod:2127 ../src/guestfs-actions.pod:5907 ../src/guestfs-actions.pod:5961
8630 msgid "(Added in 1.0.67)"
8631 msgstr ""
8632
8633 #. type: =head2
8634 #: ../src/guestfs-actions.pod:2066
8635 msgid "guestfs_get_state"
8636 msgstr ""
8637
8638 #. type: verbatim
8639 #: ../src/guestfs-actions.pod:2068
8640 #, no-wrap
8641 msgid ""
8642 " int\n"
8643 " guestfs_get_state (guestfs_h *g);\n"
8644 "\n"
8645 msgstr ""
8646
8647 #. type: textblock
8648 #: ../src/guestfs-actions.pod:2071 ../fish/guestfish-actions.pod:1406
8649 msgid ""
8650 "This returns the current state as an opaque integer.  This is only useful "
8651 "for printing debug and internal error messages."
8652 msgstr ""
8653
8654 #. type: textblock
8655 #: ../src/guestfs-actions.pod:2074 ../src/guestfs-actions.pod:3176 ../src/guestfs-actions.pod:3205 ../src/guestfs-actions.pod:3266 ../src/guestfs-actions.pod:3293 ../fish/guestfish-actions.pod:1409 ../fish/guestfish-actions.pod:2223 ../fish/guestfish-actions.pod:2241 ../fish/guestfish-actions.pod:2279 ../fish/guestfish-actions.pod:2295
8656 msgid "For more information on states, see L<guestfs(3)>."
8657 msgstr ""
8658
8659 #. type: =head2
8660 #: ../src/guestfs-actions.pod:2080
8661 msgid "guestfs_get_trace"
8662 msgstr ""
8663
8664 #. type: verbatim
8665 #: ../src/guestfs-actions.pod:2082
8666 #, no-wrap
8667 msgid ""
8668 " int\n"
8669 " guestfs_get_trace (guestfs_h *g);\n"
8670 "\n"
8671 msgstr ""
8672
8673 #. type: textblock
8674 #: ../src/guestfs-actions.pod:2085 ../fish/guestfish-actions.pod:1415
8675 msgid "Return the command trace flag."
8676 msgstr ""
8677
8678 #. type: =head2
8679 #: ../src/guestfs-actions.pod:2091
8680 msgid "guestfs_get_umask"
8681 msgstr ""
8682
8683 #. type: verbatim
8684 #: ../src/guestfs-actions.pod:2093
8685 #, no-wrap
8686 msgid ""
8687 " int\n"
8688 " guestfs_get_umask (guestfs_h *g);\n"
8689 "\n"
8690 msgstr ""
8691
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:2096
8694 msgid ""
8695 "Return the current umask.  By default the umask is C<022> unless it has been "
8696 "set by calling C<guestfs_umask>."
8697 msgstr ""
8698
8699 #. type: =head2
8700 #: ../src/guestfs-actions.pod:2103
8701 msgid "guestfs_get_verbose"
8702 msgstr ""
8703
8704 #. type: verbatim
8705 #: ../src/guestfs-actions.pod:2105
8706 #, no-wrap
8707 msgid ""
8708 " int\n"
8709 " guestfs_get_verbose (guestfs_h *g);\n"
8710 "\n"
8711 msgstr ""
8712
8713 #. type: textblock
8714 #: ../src/guestfs-actions.pod:2108 ../fish/guestfish-actions.pod:1428
8715 msgid "This returns the verbose messages flag."
8716 msgstr ""
8717
8718 #. type: =head2
8719 #: ../src/guestfs-actions.pod:2114
8720 msgid "guestfs_getcon"
8721 msgstr ""
8722
8723 #. type: verbatim
8724 #: ../src/guestfs-actions.pod:2116
8725 #, no-wrap
8726 msgid ""
8727 " char *\n"
8728 " guestfs_getcon (guestfs_h *g);\n"
8729 "\n"
8730 msgstr ""
8731
8732 #. type: textblock
8733 #: ../src/guestfs-actions.pod:2119 ../fish/guestfish-actions.pod:1434
8734 msgid "This gets the SELinux security context of the daemon."
8735 msgstr ""
8736
8737 #. type: textblock
8738 #: ../src/guestfs-actions.pod:2121
8739 msgid "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
8740 msgstr ""
8741
8742 #. type: =head2
8743 #: ../src/guestfs-actions.pod:2129
8744 msgid "guestfs_getxattr"
8745 msgstr ""
8746
8747 #. type: verbatim
8748 #: ../src/guestfs-actions.pod:2131
8749 #, no-wrap
8750 msgid ""
8751 " char *\n"
8752 " guestfs_getxattr (guestfs_h *g,\n"
8753 "                   const char *path,\n"
8754 "                   const char *name,\n"
8755 "                   size_t *size_r);\n"
8756 "\n"
8757 msgstr ""
8758
8759 #. type: textblock
8760 #: ../src/guestfs-actions.pod:2137
8761 msgid ""
8762 "Get a single extended attribute from file C<path> named C<name>.  This call "
8763 "follows symlinks.  If you want to lookup an extended attribute for the "
8764 "symlink itself, use C<guestfs_lgetxattr>."
8765 msgstr ""
8766
8767 #. type: textblock
8768 #: ../src/guestfs-actions.pod:2141 ../src/guestfs-actions.pod:3387
8769 msgid ""
8770 "Normally it is better to get all extended attributes from a file in one go "
8771 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
8772 "implementations are buggy and do not provide a way to list out attributes.  "
8773 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
8774 "extended attributes you want in advance and call this function."
8775 msgstr ""
8776
8777 #. type: textblock
8778 #: ../src/guestfs-actions.pod:2148 ../src/guestfs-actions.pod:3394 ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2360
8779 msgid ""
8780 "Extended attribute values are blobs of binary data.  If there is no extended "
8781 "attribute named C<name>, this returns an error."
8782 msgstr ""
8783
8784 #. type: textblock
8785 #: ../src/guestfs-actions.pod:2151
8786 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
8787 msgstr ""
8788
8789 #. type: textblock
8790 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:2344 ../src/guestfs-actions.pod:3399 ../src/guestfs-actions.pod:5116 ../src/guestfs-actions.pod:5142 ../src/guestfs-actions.pod:5323
8791 msgid ""
8792 "This function returns a buffer, or NULL on error.  The size of the returned "
8793 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
8794 "after use>."
8795 msgstr ""
8796
8797 #. type: textblock
8798 #: ../src/guestfs-actions.pod:2157 ../src/guestfs-actions.pod:3403
8799 msgid "(Added in 1.7.24)"
8800 msgstr ""
8801
8802 #. type: =head2
8803 #: ../src/guestfs-actions.pod:2159
8804 msgid "guestfs_getxattrs"
8805 msgstr ""
8806
8807 #. type: verbatim
8808 #: ../src/guestfs-actions.pod:2161
8809 #, no-wrap
8810 msgid ""
8811 " struct guestfs_xattr_list *\n"
8812 " guestfs_getxattrs (guestfs_h *g,\n"
8813 "                    const char *path);\n"
8814 "\n"
8815 msgstr ""
8816
8817 #. type: textblock
8818 #: ../src/guestfs-actions.pod:2165 ../fish/guestfish-actions.pod:1463
8819 msgid "This call lists the extended attributes of the file or directory C<path>."
8820 msgstr ""
8821
8822 #. type: textblock
8823 #: ../src/guestfs-actions.pod:2168 ../fish/guestfish-actions.pod:1466
8824 msgid ""
8825 "At the system call level, this is a combination of the L<listxattr(2)> and "
8826 "L<getxattr(2)> calls."
8827 msgstr ""
8828
8829 #. type: textblock
8830 #: ../src/guestfs-actions.pod:2171
8831 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
8832 msgstr ""
8833
8834 #. type: textblock
8835 #: ../src/guestfs-actions.pod:2173 ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:4066
8836 msgid ""
8837 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
8838 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
8839 msgstr ""
8840
8841 #. type: textblock
8842 #: ../src/guestfs-actions.pod:2177 ../src/guestfs-actions.pod:3419 ../src/guestfs-actions.pod:3584 ../src/guestfs-actions.pod:3620 ../src/guestfs-actions.pod:5496 ../src/guestfs-actions.pod:5980 ../src/guestfs-actions.pod:7315
8843 msgid "(Added in 1.0.59)"
8844 msgstr ""
8845
8846 #. type: =head2
8847 #: ../src/guestfs-actions.pod:2179
8848 msgid "guestfs_glob_expand"
8849 msgstr ""
8850
8851 #. type: verbatim
8852 #: ../src/guestfs-actions.pod:2181
8853 #, no-wrap
8854 msgid ""
8855 " char **\n"
8856 " guestfs_glob_expand (guestfs_h *g,\n"
8857 "                      const char *pattern);\n"
8858 "\n"
8859 msgstr ""
8860
8861 #. type: textblock
8862 #: ../src/guestfs-actions.pod:2185 ../fish/guestfish-actions.pod:1475
8863 msgid ""
8864 "This command searches for all the pathnames matching C<pattern> according to "
8865 "the wildcard expansion rules used by the shell."
8866 msgstr ""
8867
8868 #. type: textblock
8869 #: ../src/guestfs-actions.pod:2189 ../fish/guestfish-actions.pod:1479
8870 msgid "If no paths match, then this returns an empty list (note: not an error)."
8871 msgstr ""
8872
8873 #. type: textblock
8874 #: ../src/guestfs-actions.pod:2192 ../fish/guestfish-actions.pod:1482
8875 msgid ""
8876 "It is just a wrapper around the C L<glob(3)> function with flags "
8877 "C<GLOB_MARK|GLOB_BRACE>.  See that manual page for more details."
8878 msgstr ""
8879
8880 #. type: textblock
8881 #: ../src/guestfs-actions.pod:2200 ../src/guestfs-actions.pod:6145 ../src/guestfs-actions.pod:6162
8882 msgid "(Added in 1.0.50)"
8883 msgstr ""
8884
8885 #. type: =head2
8886 #: ../src/guestfs-actions.pod:2202
8887 msgid "guestfs_grep"
8888 msgstr ""
8889
8890 #. type: verbatim
8891 #: ../src/guestfs-actions.pod:2204
8892 #, no-wrap
8893 msgid ""
8894 " char **\n"
8895 " guestfs_grep (guestfs_h *g,\n"
8896 "               const char *regex,\n"
8897 "               const char *path);\n"
8898 "\n"
8899 msgstr ""
8900
8901 #. type: textblock
8902 #: ../src/guestfs-actions.pod:2209 ../fish/guestfish-actions.pod:1490
8903 msgid "This calls the external C<grep> program and returns the matching lines."
8904 msgstr ""
8905
8906 #. type: =head2
8907 #: ../src/guestfs-actions.pod:2221
8908 msgid "guestfs_grepi"
8909 msgstr ""
8910
8911 #. type: verbatim
8912 #: ../src/guestfs-actions.pod:2223
8913 #, no-wrap
8914 msgid ""
8915 " char **\n"
8916 " guestfs_grepi (guestfs_h *g,\n"
8917 "                const char *regex,\n"
8918 "                const char *path);\n"
8919 "\n"
8920 msgstr ""
8921
8922 #. type: textblock
8923 #: ../src/guestfs-actions.pod:2228 ../fish/guestfish-actions.pod:1500
8924 msgid "This calls the external C<grep -i> program and returns the matching lines."
8925 msgstr ""
8926
8927 #. type: =head2
8928 #: ../src/guestfs-actions.pod:2240
8929 msgid "guestfs_grub_install"
8930 msgstr ""
8931
8932 #. type: verbatim
8933 #: ../src/guestfs-actions.pod:2242
8934 #, no-wrap
8935 msgid ""
8936 " int\n"
8937 " guestfs_grub_install (guestfs_h *g,\n"
8938 "                       const char *root,\n"
8939 "                       const char *device);\n"
8940 "\n"
8941 msgstr ""
8942
8943 #. type: textblock
8944 #: ../src/guestfs-actions.pod:2247 ../fish/guestfish-actions.pod:1510
8945 msgid ""
8946 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
8947 "the root directory being C<root>."
8948 msgstr ""
8949
8950 #. type: textblock
8951 #: ../src/guestfs-actions.pod:2250 ../fish/guestfish-actions.pod:1513
8952 msgid ""
8953 "Note: If grub-install reports the error \"No suitable drive was found in the "
8954 "generated device map.\" it may be that you need to create a "
8955 "C</boot/grub/device.map> file first that contains the mapping between grub "
8956 "device names and Linux device names.  It is usually sufficient to create a "
8957 "file containing:"
8958 msgstr ""
8959
8960 #. type: verbatim
8961 #: ../src/guestfs-actions.pod:2257 ../fish/guestfish-actions.pod:1520
8962 #, no-wrap
8963 msgid ""
8964 " (hd0) /dev/vda\n"
8965 "\n"
8966 msgstr ""
8967
8968 #. type: textblock
8969 #: ../src/guestfs-actions.pod:2259 ../fish/guestfish-actions.pod:1522
8970 msgid "replacing C</dev/vda> with the name of the installation device."
8971 msgstr ""
8972
8973 #. type: textblock
8974 #: ../src/guestfs-actions.pod:2263
8975 msgid "(Added in 1.0.17)"
8976 msgstr ""
8977
8978 #. type: =head2
8979 #: ../src/guestfs-actions.pod:2265
8980 msgid "guestfs_head"
8981 msgstr ""
8982
8983 #. type: verbatim
8984 #: ../src/guestfs-actions.pod:2267
8985 #, no-wrap
8986 msgid ""
8987 " char **\n"
8988 " guestfs_head (guestfs_h *g,\n"
8989 "               const char *path);\n"
8990 "\n"
8991 msgstr ""
8992
8993 #. type: textblock
8994 #: ../src/guestfs-actions.pod:2271 ../fish/guestfish-actions.pod:1528
8995 msgid ""
8996 "This command returns up to the first 10 lines of a file as a list of "
8997 "strings."
8998 msgstr ""
8999
9000 #. type: =head2
9001 #: ../src/guestfs-actions.pod:2283
9002 msgid "guestfs_head_n"
9003 msgstr ""
9004
9005 #. type: verbatim
9006 #: ../src/guestfs-actions.pod:2285
9007 #, no-wrap
9008 msgid ""
9009 " char **\n"
9010 " guestfs_head_n (guestfs_h *g,\n"
9011 "                 int nrlines,\n"
9012 "                 const char *path);\n"
9013 "\n"
9014 msgstr ""
9015
9016 #. type: textblock
9017 #: ../src/guestfs-actions.pod:2290 ../fish/guestfish-actions.pod:1538
9018 msgid ""
9019 "If the parameter C<nrlines> is a positive number, this returns the first "
9020 "C<nrlines> lines of the file C<path>."
9021 msgstr ""
9022
9023 #. type: textblock
9024 #: ../src/guestfs-actions.pod:2293 ../fish/guestfish-actions.pod:1541
9025 msgid ""
9026 "If the parameter C<nrlines> is a negative number, this returns lines from "
9027 "the file C<path>, excluding the last C<nrlines> lines."
9028 msgstr ""
9029
9030 #. type: textblock
9031 #: ../src/guestfs-actions.pod:2296 ../src/guestfs-actions.pod:6442 ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4326
9032 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9033 msgstr ""
9034
9035 #. type: =head2
9036 #: ../src/guestfs-actions.pod:2307
9037 msgid "guestfs_hexdump"
9038 msgstr ""
9039
9040 #. type: verbatim
9041 #: ../src/guestfs-actions.pod:2309
9042 #, no-wrap
9043 msgid ""
9044 " char *\n"
9045 " guestfs_hexdump (guestfs_h *g,\n"
9046 "                  const char *path);\n"
9047 "\n"
9048 msgstr ""
9049
9050 #. type: textblock
9051 #: ../src/guestfs-actions.pod:2313 ../fish/guestfish-actions.pod:1553
9052 msgid ""
9053 "This runs C<hexdump -C> on the given C<path>.  The result is the "
9054 "human-readable, canonical hex dump of the file."
9055 msgstr ""
9056
9057 #. type: textblock
9058 #: ../src/guestfs-actions.pod:2322 ../src/guestfs-actions.pod:6226 ../src/guestfs-actions.pod:6281
9059 msgid "(Added in 1.0.22)"
9060 msgstr ""
9061
9062 #. type: =head2
9063 #: ../src/guestfs-actions.pod:2324
9064 msgid "guestfs_initrd_cat"
9065 msgstr ""
9066
9067 #. type: verbatim
9068 #: ../src/guestfs-actions.pod:2326
9069 #, no-wrap
9070 msgid ""
9071 " char *\n"
9072 " guestfs_initrd_cat (guestfs_h *g,\n"
9073 "                     const char *initrdpath,\n"
9074 "                     const char *filename,\n"
9075 "                     size_t *size_r);\n"
9076 "\n"
9077 msgstr ""
9078
9079 #. type: textblock
9080 #: ../src/guestfs-actions.pod:2332 ../fish/guestfish-actions.pod:1563
9081 msgid ""
9082 "This command unpacks the file C<filename> from the initrd file called "
9083 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9084 "character."
9085 msgstr ""
9086
9087 #. type: textblock
9088 #: ../src/guestfs-actions.pod:2336 ../fish/guestfish-actions.pod:1567
9089 msgid ""
9090 "For example, in guestfish you could use the following command to examine the "
9091 "boot script (usually called C</init>)  contained in a Linux initrd or "
9092 "initramfs image:"
9093 msgstr ""
9094
9095 #. type: verbatim
9096 #: ../src/guestfs-actions.pod:2340 ../fish/guestfish-actions.pod:1571
9097 #, no-wrap
9098 msgid ""
9099 " initrd-cat /boot/initrd-<version>.img init\n"
9100 "\n"
9101 msgstr ""
9102
9103 #. type: textblock
9104 #: ../src/guestfs-actions.pod:2342
9105 msgid "See also C<guestfs_initrd_list>."
9106 msgstr ""
9107
9108 #. type: =head2
9109 #: ../src/guestfs-actions.pod:2353
9110 msgid "guestfs_initrd_list"
9111 msgstr ""
9112
9113 #. type: verbatim
9114 #: ../src/guestfs-actions.pod:2355
9115 #, no-wrap
9116 msgid ""
9117 " char **\n"
9118 " guestfs_initrd_list (guestfs_h *g,\n"
9119 "                      const char *path);\n"
9120 "\n"
9121 msgstr ""
9122
9123 #. type: textblock
9124 #: ../src/guestfs-actions.pod:2359 ../fish/guestfish-actions.pod:1582
9125 msgid "This command lists out files contained in an initrd."
9126 msgstr ""
9127
9128 #. type: textblock
9129 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1584
9130 msgid ""
9131 "The files are listed without any initial C</> character.  The files are "
9132 "listed in the order they appear (not necessarily alphabetical).  Directory "
9133 "names are listed as separate items."
9134 msgstr ""
9135
9136 #. type: textblock
9137 #: ../src/guestfs-actions.pod:2365 ../fish/guestfish-actions.pod:1588
9138 msgid ""
9139 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
9140 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
9141 "files)."
9142 msgstr ""
9143
9144 #. type: =head2
9145 #: ../src/guestfs-actions.pod:2375
9146 msgid "guestfs_inotify_add_watch"
9147 msgstr ""
9148
9149 #. type: verbatim
9150 #: ../src/guestfs-actions.pod:2377
9151 #, no-wrap
9152 msgid ""
9153 " int64_t\n"
9154 " guestfs_inotify_add_watch (guestfs_h *g,\n"
9155 "                            const char *path,\n"
9156 "                            int mask);\n"
9157 "\n"
9158 msgstr ""
9159
9160 #. type: textblock
9161 #: ../src/guestfs-actions.pod:2382 ../fish/guestfish-actions.pod:1596
9162 msgid "Watch C<path> for the events listed in C<mask>."
9163 msgstr ""
9164
9165 #. type: textblock
9166 #: ../src/guestfs-actions.pod:2384 ../fish/guestfish-actions.pod:1598
9167 msgid ""
9168 "Note that if C<path> is a directory then events within that directory are "
9169 "watched, but this does I<not> happen recursively (in subdirectories)."
9170 msgstr ""
9171
9172 #. type: textblock
9173 #: ../src/guestfs-actions.pod:2388 ../fish/guestfish-actions.pod:1602
9174 msgid ""
9175 "Note for non-C or non-Linux callers: the inotify events are defined by the "
9176 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
9177 msgstr ""
9178
9179 #. type: =head2
9180 #: ../src/guestfs-actions.pod:2396
9181 msgid "guestfs_inotify_close"
9182 msgstr ""
9183
9184 #. type: verbatim
9185 #: ../src/guestfs-actions.pod:2398
9186 #, no-wrap
9187 msgid ""
9188 " int\n"
9189 " guestfs_inotify_close (guestfs_h *g);\n"
9190 "\n"
9191 msgstr ""
9192
9193 #. type: textblock
9194 #: ../src/guestfs-actions.pod:2401 ../fish/guestfish-actions.pod:1610
9195 msgid ""
9196 "This closes the inotify handle which was previously opened by inotify_init.  "
9197 "It removes all watches, throws away any pending events, and deallocates all "
9198 "resources."
9199 msgstr ""
9200
9201 #. type: =head2
9202 #: ../src/guestfs-actions.pod:2409
9203 msgid "guestfs_inotify_files"
9204 msgstr ""
9205
9206 #. type: verbatim
9207 #: ../src/guestfs-actions.pod:2411
9208 #, no-wrap
9209 msgid ""
9210 " char **\n"
9211 " guestfs_inotify_files (guestfs_h *g);\n"
9212 "\n"
9213 msgstr ""
9214
9215 #. type: textblock
9216 #: ../src/guestfs-actions.pod:2414
9217 msgid ""
9218 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
9219 "returns a list of pathnames of objects that were touched.  The returned "
9220 "pathnames are sorted and deduplicated."
9221 msgstr ""
9222
9223 #. type: =head2
9224 #: ../src/guestfs-actions.pod:2424
9225 msgid "guestfs_inotify_init"
9226 msgstr ""
9227
9228 #. type: verbatim
9229 #: ../src/guestfs-actions.pod:2426
9230 #, no-wrap
9231 msgid ""
9232 " int\n"
9233 " guestfs_inotify_init (guestfs_h *g,\n"
9234 "                       int maxevents);\n"
9235 "\n"
9236 msgstr ""
9237
9238 #. type: textblock
9239 #: ../src/guestfs-actions.pod:2430 ../fish/guestfish-actions.pod:1626
9240 msgid ""
9241 "This command creates a new inotify handle.  The inotify subsystem can be "
9242 "used to notify events which happen to objects in the guest filesystem."
9243 msgstr ""
9244
9245 #. type: textblock
9246 #: ../src/guestfs-actions.pod:2434
9247 msgid ""
9248 "C<maxevents> is the maximum number of events which will be queued up between "
9249 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
9250 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
9251 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
9252 "throws away events, but records the fact that it threw them away by setting "
9253 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
9254 "C<guestfs_inotify_read>)."
9255 msgstr ""
9256
9257 #. type: textblock
9258 #: ../src/guestfs-actions.pod:2444
9259 msgid ""
9260 "Before any events are generated, you have to add some watches to the "
9261 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
9262 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
9263 msgstr ""
9264
9265 #. type: textblock
9266 #: ../src/guestfs-actions.pod:2450
9267 msgid ""
9268 "Queued up events should be read periodically by calling "
9269 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
9270 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
9271 "often enough then you risk the internal queue overflowing."
9272 msgstr ""
9273
9274 #. type: textblock
9275 #: ../src/guestfs-actions.pod:2457
9276 msgid ""
9277 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
9278 "This also removes any watches automatically."
9279 msgstr ""
9280
9281 #. type: textblock
9282 #: ../src/guestfs-actions.pod:2461 ../fish/guestfish-actions.pod:1657
9283 msgid ""
9284 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
9285 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
9286 "that there is one global inotify handle per libguestfs instance."
9287 msgstr ""
9288
9289 #. type: =head2
9290 #: ../src/guestfs-actions.pod:2470
9291 msgid "guestfs_inotify_read"
9292 msgstr ""
9293
9294 #. type: verbatim
9295 #: ../src/guestfs-actions.pod:2472
9296 #, no-wrap
9297 msgid ""
9298 " struct guestfs_inotify_event_list *\n"
9299 " guestfs_inotify_read (guestfs_h *g);\n"
9300 "\n"
9301 msgstr ""
9302
9303 #. type: textblock
9304 #: ../src/guestfs-actions.pod:2475 ../fish/guestfish-actions.pod:1666
9305 msgid ""
9306 "Return the complete queue of events that have happened since the previous "
9307 "read call."
9308 msgstr ""
9309
9310 #. type: textblock
9311 #: ../src/guestfs-actions.pod:2478 ../fish/guestfish-actions.pod:1669
9312 msgid "If no events have happened, this returns an empty list."
9313 msgstr ""
9314
9315 #. type: textblock
9316 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1671
9317 msgid ""
9318 "I<Note>: In order to make sure that all events have been read, you must call "
9319 "this function repeatedly until it returns an empty list.  The reason is that "
9320 "the call will read events up to the maximum appliance-to-host message size "
9321 "and leave remaining events in the queue."
9322 msgstr ""
9323
9324 #. type: textblock
9325 #: ../src/guestfs-actions.pod:2486
9326 msgid ""
9327 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
9328 "there was an error.  I<The caller must call "
9329 "C<guestfs_free_inotify_event_list> after use>."
9330 msgstr ""
9331
9332 #. type: =head2
9333 #: ../src/guestfs-actions.pod:2492
9334 msgid "guestfs_inotify_rm_watch"
9335 msgstr ""
9336
9337 #. type: verbatim
9338 #: ../src/guestfs-actions.pod:2494
9339 #, no-wrap
9340 msgid ""
9341 " int\n"
9342 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
9343 "                           int wd);\n"
9344 "\n"
9345 msgstr ""
9346
9347 #. type: textblock
9348 #: ../src/guestfs-actions.pod:2498
9349 msgid ""
9350 "Remove a previously defined inotify watch.  See "
9351 "C<guestfs_inotify_add_watch>."
9352 msgstr ""
9353
9354 #. type: =head2
9355 #: ../src/guestfs-actions.pod:2505
9356 msgid "guestfs_inspect_get_arch"
9357 msgstr ""
9358
9359 #. type: verbatim
9360 #: ../src/guestfs-actions.pod:2507
9361 #, no-wrap
9362 msgid ""
9363 " char *\n"
9364 " guestfs_inspect_get_arch (guestfs_h *g,\n"
9365 "                           const char *root);\n"
9366 "\n"
9367 msgstr ""
9368
9369 #. type: textblock
9370 #: ../src/guestfs-actions.pod:2511 ../src/guestfs-actions.pod:2534 ../src/guestfs-actions.pod:2615 ../src/guestfs-actions.pod:2641 ../src/guestfs-actions.pod:2680 ../src/guestfs-actions.pod:2702 ../src/guestfs-actions.pod:2729 ../src/guestfs-actions.pod:2750 ../src/guestfs-actions.pod:2787 ../src/guestfs-actions.pod:2816 ../src/guestfs-actions.pod:2847 ../src/guestfs-actions.pod:2891 ../src/guestfs-actions.pod:2933 ../src/guestfs-actions.pod:2956 ../src/guestfs-actions.pod:2973 ../src/guestfs-actions.pod:2990 ../src/guestfs-actions.pod:3009
9371 msgid ""
9372 "This function should only be called with a root device string as returned by "
9373 "C<guestfs_inspect_os>."
9374 msgstr ""
9375
9376 #. type: textblock
9377 #: ../src/guestfs-actions.pod:2514
9378 msgid ""
9379 "This returns the architecture of the inspected operating system.  The "
9380 "possible return values are listed under C<guestfs_file_architecture>."
9381 msgstr ""
9382
9383 #. type: textblock
9384 #: ../src/guestfs-actions.pod:2518 ../fish/guestfish-actions.pod:1695
9385 msgid ""
9386 "If the architecture could not be determined, then the string C<unknown> is "
9387 "returned."
9388 msgstr ""
9389
9390 #. type: textblock
9391 #: ../src/guestfs-actions.pod:2521 ../src/guestfs-actions.pod:2602 ../src/guestfs-actions.pod:2669 ../src/guestfs-actions.pod:2689 ../src/guestfs-actions.pod:2717 ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2834 ../src/guestfs-actions.pod:2858 ../src/guestfs-actions.pod:2877 ../src/guestfs-actions.pod:2920 ../src/guestfs-actions.pod:2943 ../src/guestfs-actions.pod:2963 ../src/guestfs-actions.pod:2980 ../src/guestfs-actions.pod:2999 ../src/guestfs-actions.pod:3102 ../src/guestfs-actions.pod:3143 ../fish/guestfish-actions.pod:1698 ../fish/guestfish-actions.pod:1772 ../fish/guestfish-actions.pod:1824 ../fish/guestfish-actions.pod:1839 ../fish/guestfish-actions.pod:1860 ../fish/guestfish-actions.pod:1924 ../fish/guestfish-actions.pod:1948 ../fish/guestfish-actions.pod:1965 ../fish/guestfish-actions.pod:1978 ../fish/guestfish-actions.pod:2013 ../fish/guestfish-actions.pod:2029 ../fish/guestfish-actions.pod:2042 ../fish/guestfish-actions.pod:2055 ../fish/guestfish-actions.pod:2070 ../fish/guestfish-actions.pod:2169 ../fish/guestfish-actions.pod:2203
9392 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
9393 msgstr ""
9394
9395 #. type: =head2
9396 #: ../src/guestfs-actions.pod:2528
9397 msgid "guestfs_inspect_get_distro"
9398 msgstr ""
9399
9400 #. type: verbatim
9401 #: ../src/guestfs-actions.pod:2530
9402 #, no-wrap
9403 msgid ""
9404 " char *\n"
9405 " guestfs_inspect_get_distro (guestfs_h *g,\n"
9406 "                             const char *root);\n"
9407 "\n"
9408 msgstr ""
9409
9410 #. type: textblock
9411 #: ../src/guestfs-actions.pod:2537 ../fish/guestfish-actions.pod:1707
9412 msgid "This returns the distro (distribution) of the inspected operating system."
9413 msgstr ""
9414
9415 #. type: textblock
9416 #: ../src/guestfs-actions.pod:2540 ../fish/guestfish-actions.pod:1710
9417 msgid "Currently defined distros are:"
9418 msgstr ""
9419
9420 #. type: =item
9421 #: ../src/guestfs-actions.pod:2544 ../fish/guestfish-actions.pod:1714
9422 msgid "\"archlinux\""
9423 msgstr ""
9424
9425 #. type: textblock
9426 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1716
9427 msgid "Arch Linux."
9428 msgstr ""
9429
9430 #. type: =item
9431 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1718
9432 msgid "\"debian\""
9433 msgstr ""
9434
9435 #. type: textblock
9436 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1720
9437 msgid "Debian."
9438 msgstr ""
9439
9440 #. type: =item
9441 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1722
9442 msgid "\"fedora\""
9443 msgstr ""
9444
9445 #. type: textblock
9446 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1724
9447 msgid "Fedora."
9448 msgstr ""
9449
9450 #. type: =item
9451 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1726
9452 msgid "\"gentoo\""
9453 msgstr ""
9454
9455 #. type: textblock
9456 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1728
9457 msgid "Gentoo."
9458 msgstr ""
9459
9460 #. type: =item
9461 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1730
9462 msgid "\"linuxmint\""
9463 msgstr ""
9464
9465 #. type: textblock
9466 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1732
9467 msgid "Linux Mint."
9468 msgstr ""
9469
9470 #. type: =item
9471 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1734
9472 msgid "\"mandriva\""
9473 msgstr ""
9474
9475 #. type: textblock
9476 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1736
9477 msgid "Mandriva."
9478 msgstr ""
9479
9480 #. type: =item
9481 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1738
9482 msgid "\"meego\""
9483 msgstr ""
9484
9485 #. type: textblock
9486 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1740
9487 msgid "MeeGo."
9488 msgstr ""
9489
9490 #. type: =item
9491 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1742
9492 msgid "\"pardus\""
9493 msgstr ""
9494
9495 #. type: textblock
9496 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1744
9497 msgid "Pardus."
9498 msgstr ""
9499
9500 #. type: =item
9501 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1746
9502 msgid "\"redhat-based\""
9503 msgstr ""
9504
9505 #. type: textblock
9506 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1748
9507 msgid "Some Red Hat-derived distro."
9508 msgstr ""
9509
9510 #. type: =item
9511 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1750
9512 msgid "\"rhel\""
9513 msgstr ""
9514
9515 #. type: textblock
9516 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1752
9517 msgid "Red Hat Enterprise Linux and some derivatives."
9518 msgstr ""
9519
9520 #. type: =item
9521 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1754
9522 msgid "\"ubuntu\""
9523 msgstr ""
9524
9525 #. type: textblock
9526 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1756
9527 msgid "Ubuntu."
9528 msgstr ""
9529
9530 #. type: =item
9531 #: ../src/guestfs-actions.pod:2588 ../src/guestfs-actions.pod:2660 ../src/guestfs-actions.pod:2911 ../fish/guestfish-actions.pod:1758 ../fish/guestfish-actions.pod:1815 ../fish/guestfish-actions.pod:2004
9532 msgid "\"unknown\""
9533 msgstr ""
9534
9535 #. type: textblock
9536 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1760
9537 msgid "The distro could not be determined."
9538 msgstr ""
9539
9540 #. type: =item
9541 #: ../src/guestfs-actions.pod:2592 ../src/guestfs-actions.pod:2903 ../fish/guestfish-actions.pod:1762 ../fish/guestfish-actions.pod:1996
9542 msgid "\"windows\""
9543 msgstr ""
9544
9545 #. type: textblock
9546 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1764
9547 msgid ""
9548 "Windows does not have distributions.  This string is returned if the OS type "
9549 "is Windows."
9550 msgstr ""
9551
9552 #. type: textblock
9553 #: ../src/guestfs-actions.pod:2599 ../src/guestfs-actions.pod:2666 ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:1769 ../fish/guestfish-actions.pod:1821 ../fish/guestfish-actions.pod:2010
9554 msgid ""
9555 "Future versions of libguestfs may return other strings here.  The caller "
9556 "should be prepared to handle any string."
9557 msgstr ""
9558
9559 #. type: =head2
9560 #: ../src/guestfs-actions.pod:2609
9561 msgid "guestfs_inspect_get_filesystems"
9562 msgstr ""
9563
9564 #. type: verbatim
9565 #: ../src/guestfs-actions.pod:2611
9566 #, no-wrap
9567 msgid ""
9568 " char **\n"
9569 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
9570 "                                  const char *root);\n"
9571 "\n"
9572 msgstr ""
9573
9574 #. type: textblock
9575 #: ../src/guestfs-actions.pod:2618 ../fish/guestfish-actions.pod:1781
9576 msgid ""
9577 "This returns a list of all the filesystems that we think are associated with "
9578 "this operating system.  This includes the root filesystem, other ordinary "
9579 "filesystems, and non-mounted devices like swap partitions."
9580 msgstr ""
9581
9582 #. type: textblock
9583 #: ../src/guestfs-actions.pod:2623 ../fish/guestfish-actions.pod:1786
9584 msgid ""
9585 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
9586 "to be shared between operating systems."
9587 msgstr ""
9588
9589 #. type: textblock
9590 #: ../src/guestfs-actions.pod:2626
9591 msgid ""
9592 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9593 "C<guestfs_inspect_get_mountpoints>."
9594 msgstr ""
9595
9596 #. type: =head2
9597 #: ../src/guestfs-actions.pod:2635
9598 msgid "guestfs_inspect_get_format"
9599 msgstr ""
9600
9601 #. type: verbatim
9602 #: ../src/guestfs-actions.pod:2637
9603 #, no-wrap
9604 msgid ""
9605 " char *\n"
9606 " guestfs_inspect_get_format (guestfs_h *g,\n"
9607 "                             const char *root);\n"
9608 "\n"
9609 msgstr ""
9610
9611 #. type: textblock
9612 #: ../src/guestfs-actions.pod:2644 ../fish/guestfish-actions.pod:1799
9613 msgid ""
9614 "This returns the format of the inspected operating system.  You can use it "
9615 "to detect install images, live CDs and similar."
9616 msgstr ""
9617
9618 #. type: textblock
9619 #: ../src/guestfs-actions.pod:2647 ../fish/guestfish-actions.pod:1802
9620 msgid "Currently defined formats are:"
9621 msgstr ""
9622
9623 #. type: =item
9624 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1806
9625 msgid "\"installed\""
9626 msgstr ""
9627
9628 #. type: textblock
9629 #: ../src/guestfs-actions.pod:2653 ../fish/guestfish-actions.pod:1808
9630 msgid "This is an installed operating system."
9631 msgstr ""
9632
9633 #. type: =item
9634 #: ../src/guestfs-actions.pod:2655 ../fish/guestfish-actions.pod:1810
9635 msgid "\"installer\""
9636 msgstr ""
9637
9638 #. type: textblock
9639 #: ../src/guestfs-actions.pod:2657 ../fish/guestfish-actions.pod:1812
9640 msgid ""
9641 "The disk image being inspected is not an installed operating system, but a "
9642 "I<bootable> install disk, live CD, or similar."
9643 msgstr ""
9644
9645 #. type: textblock
9646 #: ../src/guestfs-actions.pod:2662 ../fish/guestfish-actions.pod:1817
9647 msgid "The format of this disk image is not known."
9648 msgstr ""
9649
9650 #. type: =head2
9651 #: ../src/guestfs-actions.pod:2674
9652 msgid "guestfs_inspect_get_hostname"
9653 msgstr ""
9654
9655 #. type: verbatim
9656 #: ../src/guestfs-actions.pod:2676
9657 #, no-wrap
9658 msgid ""
9659 " char *\n"
9660 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
9661 "                               const char *root);\n"
9662 "\n"
9663 msgstr ""
9664
9665 #. type: textblock
9666 #: ../src/guestfs-actions.pod:2683 ../fish/guestfish-actions.pod:1833
9667 msgid ""
9668 "This function returns the hostname of the operating system as found by "
9669 "inspection of the guest's configuration files."
9670 msgstr ""
9671
9672 #. type: textblock
9673 #: ../src/guestfs-actions.pod:2686 ../fish/guestfish-actions.pod:1836
9674 msgid ""
9675 "If the hostname could not be determined, then the string C<unknown> is "
9676 "returned."
9677 msgstr ""
9678
9679 #. type: textblock
9680 #: ../src/guestfs-actions.pod:2694
9681 msgid "(Added in 1.7.9)"
9682 msgstr ""
9683
9684 #. type: =head2
9685 #: ../src/guestfs-actions.pod:2696
9686 msgid "guestfs_inspect_get_major_version"
9687 msgstr ""
9688
9689 #. type: verbatim
9690 #: ../src/guestfs-actions.pod:2698
9691 #, no-wrap
9692 msgid ""
9693 " int\n"
9694 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
9695 "                                    const char *root);\n"
9696 "\n"
9697 msgstr ""
9698
9699 #. type: textblock
9700 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1848
9701 msgid "This returns the major version number of the inspected operating system."
9702 msgstr ""
9703
9704 #. type: textblock
9705 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1851
9706 msgid ""
9707 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
9708 "popular public names used by the operating system.  Notably the operating "
9709 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
9710 "1).  You can find out the real versions corresponding to releases of Windows "
9711 "by consulting Wikipedia or MSDN."
9712 msgstr ""
9713
9714 #. type: textblock
9715 #: ../src/guestfs-actions.pod:2715 ../src/guestfs-actions.pod:2735 ../fish/guestfish-actions.pod:1858 ../fish/guestfish-actions.pod:1872
9716 msgid "If the version could not be determined, then C<0> is returned."
9717 msgstr ""
9718
9719 #. type: =head2
9720 #: ../src/guestfs-actions.pod:2723
9721 msgid "guestfs_inspect_get_minor_version"
9722 msgstr ""
9723
9724 #. type: verbatim
9725 #: ../src/guestfs-actions.pod:2725
9726 #, no-wrap
9727 msgid ""
9728 " int\n"
9729 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
9730 "                                    const char *root);\n"
9731 "\n"
9732 msgstr ""
9733
9734 #. type: textblock
9735 #: ../src/guestfs-actions.pod:2732 ../fish/guestfish-actions.pod:1869
9736 msgid "This returns the minor version number of the inspected operating system."
9737 msgstr ""
9738
9739 #. type: textblock
9740 #: ../src/guestfs-actions.pod:2737
9741 msgid ""
9742 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9743 "C<guestfs_inspect_get_major_version>."
9744 msgstr ""
9745
9746 #. type: =head2
9747 #: ../src/guestfs-actions.pod:2744
9748 msgid "guestfs_inspect_get_mountpoints"
9749 msgstr ""
9750
9751 #. type: verbatim
9752 #: ../src/guestfs-actions.pod:2746
9753 #, no-wrap
9754 msgid ""
9755 " char **\n"
9756 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
9757 "                                  const char *root);\n"
9758 "\n"
9759 msgstr ""
9760
9761 #. type: textblock
9762 #: ../src/guestfs-actions.pod:2753 ../fish/guestfish-actions.pod:1884
9763 msgid ""
9764 "This returns a hash of where we think the filesystems associated with this "
9765 "operating system should be mounted.  Callers should note that this is at "
9766 "best an educated guess made by reading configuration files such as "
9767 "C</etc/fstab>.  I<In particular note> that this may return filesystems which "
9768 "are non-existent or not mountable and callers should be prepared to handle "
9769 "or ignore failures if they try to mount them."
9770 msgstr ""
9771
9772 #. type: textblock
9773 #: ../src/guestfs-actions.pod:2762 ../fish/guestfish-actions.pod:1893
9774 msgid ""
9775 "Each element in the returned hashtable has a key which is the path of the "
9776 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
9777 "mounted there (eg. C</dev/sda1>)."
9778 msgstr ""
9779
9780 #. type: textblock
9781 #: ../src/guestfs-actions.pod:2767 ../fish/guestfish-actions.pod:1898
9782 msgid "Non-mounted devices such as swap devices are I<not> returned in this list."
9783 msgstr ""
9784
9785 #. type: textblock
9786 #: ../src/guestfs-actions.pod:2770
9787 msgid ""
9788 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
9789 "C<guestfs_inspect_get_filesystems>."
9790 msgstr ""
9791
9792 #. type: textblock
9793 #: ../src/guestfs-actions.pod:2773 ../src/guestfs-actions.pod:3472 ../src/guestfs-actions.pod:4682 ../src/guestfs-actions.pod:6583
9794 msgid ""
9795 "This function returns a NULL-terminated array of strings, or NULL if there "
9796 "was an error.  The array of strings will always have length C<2n+1>, where "
9797 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
9798 "caller must free the strings and the array after use>."
9799 msgstr ""
9800
9801 #. type: =head2
9802 #: ../src/guestfs-actions.pod:2781
9803 msgid "guestfs_inspect_get_package_format"
9804 msgstr ""
9805
9806 #. type: verbatim
9807 #: ../src/guestfs-actions.pod:2783
9808 #, no-wrap
9809 msgid ""
9810 " char *\n"
9811 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
9812 "                                     const char *root);\n"
9813 "\n"
9814 msgstr ""
9815
9816 #. type: textblock
9817 #: ../src/guestfs-actions.pod:2790
9818 msgid ""
9819 "This function and C<guestfs_inspect_get_package_management> return the "
9820 "package format and package management tool used by the inspected operating "
9821 "system.  For example for Fedora these functions would return C<rpm> (package "
9822 "format) and C<yum> (package management)."
9823 msgstr ""
9824
9825 #. type: textblock
9826 #: ../src/guestfs-actions.pod:2796 ../fish/guestfish-actions.pod:1917
9827 msgid ""
9828 "This returns the string C<unknown> if we could not determine the package "
9829 "format I<or> if the operating system does not have a real packaging system "
9830 "(eg. Windows)."
9831 msgstr ""
9832
9833 #. type: textblock
9834 #: ../src/guestfs-actions.pod:2800 ../fish/guestfish-actions.pod:1921
9835 msgid ""
9836 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
9837 "Future versions of libguestfs may return other strings."
9838 msgstr ""
9839
9840 #. type: textblock
9841 #: ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:2839
9842 msgid "(Added in 1.7.5)"
9843 msgstr ""
9844
9845 #. type: =head2
9846 #: ../src/guestfs-actions.pod:2810
9847 msgid "guestfs_inspect_get_package_management"
9848 msgstr ""
9849
9850 #. type: verbatim
9851 #: ../src/guestfs-actions.pod:2812
9852 #, no-wrap
9853 msgid ""
9854 " char *\n"
9855 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
9856 "                                         const char *root);\n"
9857 "\n"
9858 msgstr ""
9859
9860 #. type: textblock
9861 #: ../src/guestfs-actions.pod:2819
9862 msgid ""
9863 "C<guestfs_inspect_get_package_format> and this function return the package "
9864 "format and package management tool used by the inspected operating system.  "
9865 "For example for Fedora these functions would return C<rpm> (package format) "
9866 "and C<yum> (package management)."
9867 msgstr ""
9868
9869 #. type: textblock
9870 #: ../src/guestfs-actions.pod:2825 ../fish/guestfish-actions.pod:1939
9871 msgid ""
9872 "This returns the string C<unknown> if we could not determine the package "
9873 "management tool I<or> if the operating system does not have a real packaging "
9874 "system (eg. Windows)."
9875 msgstr ""
9876
9877 #. type: textblock
9878 #: ../src/guestfs-actions.pod:2829 ../fish/guestfish-actions.pod:1943
9879 msgid ""
9880 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
9881 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
9882 "libguestfs may return other strings."
9883 msgstr ""
9884
9885 #. type: =head2
9886 #: ../src/guestfs-actions.pod:2841
9887 msgid "guestfs_inspect_get_product_name"
9888 msgstr ""
9889
9890 #. type: verbatim
9891 #: ../src/guestfs-actions.pod:2843
9892 #, no-wrap
9893 msgid ""
9894 " char *\n"
9895 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
9896 "                                   const char *root);\n"
9897 "\n"
9898 msgstr ""
9899
9900 #. type: textblock
9901 #: ../src/guestfs-actions.pod:2850 ../fish/guestfish-actions.pod:1957
9902 msgid ""
9903 "This returns the product name of the inspected operating system.  The "
9904 "product name is generally some freeform string which can be displayed to the "
9905 "user, but should not be parsed by programs."
9906 msgstr ""
9907
9908 #. type: textblock
9909 #: ../src/guestfs-actions.pod:2855 ../fish/guestfish-actions.pod:1962
9910 msgid ""
9911 "If the product name could not be determined, then the string C<unknown> is "
9912 "returned."
9913 msgstr ""
9914
9915 #. type: =head2
9916 #: ../src/guestfs-actions.pod:2865
9917 msgid "guestfs_inspect_get_roots"
9918 msgstr ""
9919
9920 #. type: verbatim
9921 #: ../src/guestfs-actions.pod:2867
9922 #, no-wrap
9923 msgid ""
9924 " char **\n"
9925 " guestfs_inspect_get_roots (guestfs_h *g);\n"
9926 "\n"
9927 msgstr ""
9928
9929 #. type: textblock
9930 #: ../src/guestfs-actions.pod:2870
9931 msgid ""
9932 "This function is a convenient way to get the list of root devices, as "
9933 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
9934 "the whole inspection process."
9935 msgstr ""
9936
9937 #. type: textblock
9938 #: ../src/guestfs-actions.pod:2874
9939 msgid ""
9940 "This returns an empty list if either no root devices were found or the "
9941 "caller has not called C<guestfs_inspect_os>."
9942 msgstr ""
9943
9944 #. type: textblock
9945 #: ../src/guestfs-actions.pod:2883
9946 msgid "(Added in 1.7.3)"
9947 msgstr ""
9948
9949 #. type: =head2
9950 #: ../src/guestfs-actions.pod:2885
9951 msgid "guestfs_inspect_get_type"
9952 msgstr ""
9953
9954 #. type: verbatim
9955 #: ../src/guestfs-actions.pod:2887
9956 #, no-wrap
9957 msgid ""
9958 " char *\n"
9959 " guestfs_inspect_get_type (guestfs_h *g,\n"
9960 "                           const char *root);\n"
9961 "\n"
9962 msgstr ""
9963
9964 #. type: textblock
9965 #: ../src/guestfs-actions.pod:2894 ../fish/guestfish-actions.pod:1987
9966 msgid ""
9967 "This returns the type of the inspected operating system.  Currently defined "
9968 "types are:"
9969 msgstr ""
9970
9971 #. type: =item
9972 #: ../src/guestfs-actions.pod:2899 ../fish/guestfish-actions.pod:1992
9973 msgid "\"linux\""
9974 msgstr ""
9975
9976 #. type: textblock
9977 #: ../src/guestfs-actions.pod:2901 ../fish/guestfish-actions.pod:1994
9978 msgid "Any Linux-based operating system."
9979 msgstr ""
9980
9981 #. type: textblock
9982 #: ../src/guestfs-actions.pod:2905 ../fish/guestfish-actions.pod:1998
9983 msgid "Any Microsoft Windows operating system."
9984 msgstr ""
9985
9986 #. type: =item
9987 #: ../src/guestfs-actions.pod:2907 ../fish/guestfish-actions.pod:2000
9988 msgid "\"freebsd\""
9989 msgstr ""
9990
9991 #. type: textblock
9992 #: ../src/guestfs-actions.pod:2909 ../fish/guestfish-actions.pod:2002
9993 msgid "FreeBSD."
9994 msgstr ""
9995
9996 #. type: textblock
9997 #: ../src/guestfs-actions.pod:2913 ../fish/guestfish-actions.pod:2006
9998 msgid "The operating system type could not be determined."
9999 msgstr ""
10000
10001 #. type: =head2
10002 #: ../src/guestfs-actions.pod:2927
10003 msgid "guestfs_inspect_get_windows_systemroot"
10004 msgstr ""
10005
10006 #. type: verbatim
10007 #: ../src/guestfs-actions.pod:2929
10008 #, no-wrap
10009 msgid ""
10010 " char *\n"
10011 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
10012 "                                         const char *root);\n"
10013 "\n"
10014 msgstr ""
10015
10016 #. type: textblock
10017 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2022
10018 msgid ""
10019 "This returns the Windows systemroot of the inspected guest.  The systemroot "
10020 "is a directory path such as C</WINDOWS>."
10021 msgstr ""
10022
10023 #. type: textblock
10024 #: ../src/guestfs-actions.pod:2939 ../fish/guestfish-actions.pod:2025
10025 msgid ""
10026 "This call assumes that the guest is Windows and that the systemroot could be "
10027 "determined by inspection.  If this is not the case then an error is "
10028 "returned."
10029 msgstr ""
10030
10031 #. type: textblock
10032 #: ../src/guestfs-actions.pod:2948
10033 msgid "(Added in 1.5.25)"
10034 msgstr ""
10035
10036 #. type: =head2
10037 #: ../src/guestfs-actions.pod:2950
10038 msgid "guestfs_inspect_is_live"
10039 msgstr ""
10040
10041 #. type: verbatim
10042 #: ../src/guestfs-actions.pod:2952
10043 #, no-wrap
10044 msgid ""
10045 " int\n"
10046 " guestfs_inspect_is_live (guestfs_h *g,\n"
10047 "                          const char *root);\n"
10048 "\n"
10049 msgstr ""
10050
10051 #. type: textblock
10052 #: ../src/guestfs-actions.pod:2959
10053 msgid ""
10054 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10055 "disk), then this returns true if a live image was detected on the disk."
10056 msgstr ""
10057
10058 #. type: =head2
10059 #: ../src/guestfs-actions.pod:2967
10060 msgid "guestfs_inspect_is_multipart"
10061 msgstr ""
10062
10063 #. type: verbatim
10064 #: ../src/guestfs-actions.pod:2969
10065 #, no-wrap
10066 msgid ""
10067 " int\n"
10068 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
10069 "                               const char *root);\n"
10070 "\n"
10071 msgstr ""
10072
10073 #. type: textblock
10074 #: ../src/guestfs-actions.pod:2976
10075 msgid ""
10076 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10077 "disk), then this returns true if the disk is part of a set."
10078 msgstr ""
10079
10080 #. type: =head2
10081 #: ../src/guestfs-actions.pod:2984
10082 msgid "guestfs_inspect_is_netinst"
10083 msgstr ""
10084
10085 #. type: verbatim
10086 #: ../src/guestfs-actions.pod:2986
10087 #, no-wrap
10088 msgid ""
10089 " int\n"
10090 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
10091 "                             const char *root);\n"
10092 "\n"
10093 msgstr ""
10094
10095 #. type: textblock
10096 #: ../src/guestfs-actions.pod:2993
10097 msgid ""
10098 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
10099 "disk), then this returns true if the disk is a network installer, ie. not a "
10100 "self-contained install CD but one which is likely to require network access "
10101 "to complete the install."
10102 msgstr ""
10103
10104 #. type: =head2
10105 #: ../src/guestfs-actions.pod:3003
10106 msgid "guestfs_inspect_list_applications"
10107 msgstr ""
10108
10109 #. type: verbatim
10110 #: ../src/guestfs-actions.pod:3005
10111 #, no-wrap
10112 msgid ""
10113 " struct guestfs_application_list *\n"
10114 " guestfs_inspect_list_applications (guestfs_h *g,\n"
10115 "                                    const char *root);\n"
10116 "\n"
10117 msgstr ""
10118
10119 #. type: textblock
10120 #: ../src/guestfs-actions.pod:3012 ../fish/guestfish-actions.pod:2079
10121 msgid "Return the list of applications installed in the operating system."
10122 msgstr ""
10123
10124 #. type: textblock
10125 #: ../src/guestfs-actions.pod:3014
10126 msgid ""
10127 "I<Note:> This call works differently from other parts of the inspection "
10128 "API.  You have to call C<guestfs_inspect_os>, then "
10129 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
10130 "this.  Listing applications is a significantly more difficult operation "
10131 "which requires access to the full filesystem.  Also note that unlike the "
10132 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
10133 "the libguestfs handle, this call actually reads parts of the mounted "
10134 "filesystems during the call."
10135 msgstr ""
10136
10137 #. type: textblock
10138 #: ../src/guestfs-actions.pod:3024 ../fish/guestfish-actions.pod:2091
10139 msgid ""
10140 "This returns an empty list if the inspection code was not able to determine "
10141 "the list of applications."
10142 msgstr ""
10143
10144 #. type: textblock
10145 #: ../src/guestfs-actions.pod:3027 ../fish/guestfish-actions.pod:2094
10146 msgid "The application structure contains the following fields:"
10147 msgstr ""
10148
10149 #. type: =item
10150 #: ../src/guestfs-actions.pod:3031 ../fish/guestfish-actions.pod:2098
10151 msgid "C<app_name>"
10152 msgstr ""
10153
10154 #. type: textblock
10155 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2100
10156 msgid ""
10157 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
10158 "guests, this is the package name."
10159 msgstr ""
10160
10161 #. type: =item
10162 #: ../src/guestfs-actions.pod:3036 ../fish/guestfish-actions.pod:2103
10163 msgid "C<app_display_name>"
10164 msgstr ""
10165
10166 #. type: textblock
10167 #: ../src/guestfs-actions.pod:3038 ../fish/guestfish-actions.pod:2105
10168 msgid ""
10169 "The display name of the application, sometimes localized to the install "
10170 "language of the guest operating system."
10171 msgstr ""
10172
10173 #. type: textblock
10174 #: ../src/guestfs-actions.pod:3041 ../fish/guestfish-actions.pod:2108
10175 msgid ""
10176 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
10177 "to display something can use C<app_name> instead."
10178 msgstr ""
10179
10180 #. type: =item
10181 #: ../src/guestfs-actions.pod:3044 ../fish/guestfish-actions.pod:2111
10182 msgid "C<app_epoch>"
10183 msgstr ""
10184
10185 #. type: textblock
10186 #: ../src/guestfs-actions.pod:3046 ../fish/guestfish-actions.pod:2113
10187 msgid ""
10188 "For package managers which use epochs, this contains the epoch of the "
10189 "package (an integer).  If unavailable, this is returned as C<0>."
10190 msgstr ""
10191
10192 #. type: =item
10193 #: ../src/guestfs-actions.pod:3049 ../fish/guestfish-actions.pod:2116
10194 msgid "C<app_version>"
10195 msgstr ""
10196
10197 #. type: textblock
10198 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2118
10199 msgid ""
10200 "The version string of the application or package.  If unavailable this is "
10201 "returned as an empty string C<\"\">."
10202 msgstr ""
10203
10204 #. type: =item
10205 #: ../src/guestfs-actions.pod:3054 ../fish/guestfish-actions.pod:2121
10206 msgid "C<app_release>"
10207 msgstr ""
10208
10209 #. type: textblock
10210 #: ../src/guestfs-actions.pod:3056 ../fish/guestfish-actions.pod:2123
10211 msgid ""
10212 "The release string of the application or package, for package managers that "
10213 "use this.  If unavailable this is returned as an empty string C<\"\">."
10214 msgstr ""
10215
10216 #. type: =item
10217 #: ../src/guestfs-actions.pod:3060 ../fish/guestfish-actions.pod:2127
10218 msgid "C<app_install_path>"
10219 msgstr ""
10220
10221 #. type: textblock
10222 #: ../src/guestfs-actions.pod:3062 ../fish/guestfish-actions.pod:2129
10223 msgid ""
10224 "The installation path of the application (on operating systems such as "
10225 "Windows which use installation paths).  This path is in the format used by "
10226 "the guest operating system, it is not a libguestfs path."
10227 msgstr ""
10228
10229 #. type: textblock
10230 #: ../src/guestfs-actions.pod:3067 ../fish/guestfish-actions.pod:2134
10231 msgid "If unavailable this is returned as an empty string C<\"\">."
10232 msgstr ""
10233
10234 #. type: =item
10235 #: ../src/guestfs-actions.pod:3069 ../fish/guestfish-actions.pod:2136
10236 msgid "C<app_trans_path>"
10237 msgstr ""
10238
10239 #. type: textblock
10240 #: ../src/guestfs-actions.pod:3071 ../fish/guestfish-actions.pod:2138
10241 msgid ""
10242 "The install path translated into a libguestfs path.  If unavailable this is "
10243 "returned as an empty string C<\"\">."
10244 msgstr ""
10245
10246 #. type: =item
10247 #: ../src/guestfs-actions.pod:3074 ../fish/guestfish-actions.pod:2141
10248 msgid "C<app_publisher>"
10249 msgstr ""
10250
10251 #. type: textblock
10252 #: ../src/guestfs-actions.pod:3076 ../fish/guestfish-actions.pod:2143
10253 msgid ""
10254 "The name of the publisher of the application, for package managers that use "
10255 "this.  If unavailable this is returned as an empty string C<\"\">."
10256 msgstr ""
10257
10258 #. type: =item
10259 #: ../src/guestfs-actions.pod:3080 ../fish/guestfish-actions.pod:2147
10260 msgid "C<app_url>"
10261 msgstr ""
10262
10263 #. type: textblock
10264 #: ../src/guestfs-actions.pod:3082 ../fish/guestfish-actions.pod:2149
10265 msgid ""
10266 "The URL (eg. upstream URL) of the application.  If unavailable this is "
10267 "returned as an empty string C<\"\">."
10268 msgstr ""
10269
10270 #. type: =item
10271 #: ../src/guestfs-actions.pod:3085 ../fish/guestfish-actions.pod:2152
10272 msgid "C<app_source_package>"
10273 msgstr ""
10274
10275 #. type: textblock
10276 #: ../src/guestfs-actions.pod:3087 ../fish/guestfish-actions.pod:2154
10277 msgid ""
10278 "For packaging systems which support this, the name of the source package.  "
10279 "If unavailable this is returned as an empty string C<\"\">."
10280 msgstr ""
10281
10282 #. type: =item
10283 #: ../src/guestfs-actions.pod:3090 ../fish/guestfish-actions.pod:2157
10284 msgid "C<app_summary>"
10285 msgstr ""
10286
10287 #. type: textblock
10288 #: ../src/guestfs-actions.pod:3092 ../fish/guestfish-actions.pod:2159
10289 msgid ""
10290 "A short (usually one line) description of the application or package.  If "
10291 "unavailable this is returned as an empty string C<\"\">."
10292 msgstr ""
10293
10294 #. type: =item
10295 #: ../src/guestfs-actions.pod:3095 ../fish/guestfish-actions.pod:2162
10296 msgid "C<app_description>"
10297 msgstr ""
10298
10299 #. type: textblock
10300 #: ../src/guestfs-actions.pod:3097 ../fish/guestfish-actions.pod:2164
10301 msgid ""
10302 "A longer description of the application or package.  If unavailable this is "
10303 "returned as an empty string C<\"\">."
10304 msgstr ""
10305
10306 #. type: textblock
10307 #: ../src/guestfs-actions.pod:3104
10308 msgid ""
10309 "This function returns a C<struct guestfs_application_list *>, or NULL if "
10310 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
10311 "after use>."
10312 msgstr ""
10313
10314 #. type: textblock
10315 #: ../src/guestfs-actions.pod:3108
10316 msgid "(Added in 1.7.8)"
10317 msgstr ""
10318
10319 #. type: =head2
10320 #: ../src/guestfs-actions.pod:3110
10321 msgid "guestfs_inspect_os"
10322 msgstr ""
10323
10324 #. type: verbatim
10325 #: ../src/guestfs-actions.pod:3112
10326 #, no-wrap
10327 msgid ""
10328 " char **\n"
10329 " guestfs_inspect_os (guestfs_h *g);\n"
10330 "\n"
10331 msgstr ""
10332
10333 #. type: textblock
10334 #: ../src/guestfs-actions.pod:3115 ../fish/guestfish-actions.pod:2175
10335 msgid ""
10336 "This function uses other libguestfs functions and certain heuristics to "
10337 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
10338 "for operating systems."
10339 msgstr ""
10340
10341 #. type: textblock
10342 #: ../src/guestfs-actions.pod:3119 ../fish/guestfish-actions.pod:2179
10343 msgid "The list returned is empty if no operating systems were found."
10344 msgstr ""
10345
10346 #. type: textblock
10347 #: ../src/guestfs-actions.pod:3121 ../fish/guestfish-actions.pod:2181
10348 msgid ""
10349 "If one operating system was found, then this returns a list with a single "
10350 "element, which is the name of the root filesystem of this operating system.  "
10351 "It is also possible for this function to return a list containing more than "
10352 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
10353 "element being the root filesystem of one of the operating systems."
10354 msgstr ""
10355
10356 #. type: textblock
10357 #: ../src/guestfs-actions.pod:3128
10358 msgid ""
10359 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
10360 "functions in order to query further information about each operating system, "
10361 "such as the name and version."
10362 msgstr ""
10363
10364 #. type: textblock
10365 #: ../src/guestfs-actions.pod:3133
10366 msgid ""
10367 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
10368 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
10369 "the contents.  This should be called with no disks currently mounted.  The "
10370 "function may also use Augeas, so any existing Augeas handle will be closed."
10371 msgstr ""
10372
10373 #. type: textblock
10374 #: ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:2199
10375 msgid ""
10376 "This function cannot decrypt encrypted disks.  The caller must do that first "
10377 "(supplying the necessary keys) if the disk is encrypted."
10378 msgstr ""
10379
10380 #. type: textblock
10381 #: ../src/guestfs-actions.pod:3145 ../src/guestfs-actions.pod:3430 ../src/guestfs-actions.pod:3492
10382 msgid "See also C<guestfs_list_filesystems>."
10383 msgstr ""
10384
10385 #. type: =head2
10386 #: ../src/guestfs-actions.pod:3153
10387 msgid "guestfs_is_blockdev"
10388 msgstr ""
10389
10390 #. type: verbatim
10391 #: ../src/guestfs-actions.pod:3155
10392 #, no-wrap
10393 msgid ""
10394 " int\n"
10395 " guestfs_is_blockdev (guestfs_h *g,\n"
10396 "                      const char *path);\n"
10397 "\n"
10398 msgstr ""
10399
10400 #. type: textblock
10401 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2211
10402 msgid ""
10403 "This returns C<true> if and only if there is a block device with the given "
10404 "C<path> name."
10405 msgstr ""
10406
10407 #. type: textblock
10408 #: ../src/guestfs-actions.pod:3162 ../src/guestfs-actions.pod:3191 ../src/guestfs-actions.pod:3221 ../src/guestfs-actions.pod:3236 ../src/guestfs-actions.pod:3252 ../src/guestfs-actions.pod:3308 ../src/guestfs-actions.pod:3323
10409 msgid "See also C<guestfs_stat>."
10410 msgstr ""
10411
10412 #. type: textblock
10413 #: ../src/guestfs-actions.pod:3166 ../src/guestfs-actions.pod:3195 ../src/guestfs-actions.pod:3240 ../src/guestfs-actions.pod:3312 ../src/guestfs-actions.pod:3327
10414 msgid "(Added in 1.5.10)"
10415 msgstr ""
10416
10417 #. type: =head2
10418 #: ../src/guestfs-actions.pod:3168
10419 msgid "guestfs_is_busy"
10420 msgstr ""
10421
10422 #. type: verbatim
10423 #: ../src/guestfs-actions.pod:3170
10424 #, no-wrap
10425 msgid ""
10426 " int\n"
10427 " guestfs_is_busy (guestfs_h *g);\n"
10428 "\n"
10429 msgstr ""
10430
10431 #. type: textblock
10432 #: ../src/guestfs-actions.pod:3173 ../fish/guestfish-actions.pod:2220
10433 msgid ""
10434 "This returns true iff this handle is busy processing a command (in the "
10435 "C<BUSY> state)."
10436 msgstr ""
10437
10438 #. type: =head2
10439 #: ../src/guestfs-actions.pod:3182
10440 msgid "guestfs_is_chardev"
10441 msgstr ""
10442
10443 #. type: verbatim
10444 #: ../src/guestfs-actions.pod:3184
10445 #, no-wrap
10446 msgid ""
10447 " int\n"
10448 " guestfs_is_chardev (guestfs_h *g,\n"
10449 "                     const char *path);\n"
10450 "\n"
10451 msgstr ""
10452
10453 #. type: textblock
10454 #: ../src/guestfs-actions.pod:3188 ../fish/guestfish-actions.pod:2229
10455 msgid ""
10456 "This returns C<true> if and only if there is a character device with the "
10457 "given C<path> name."
10458 msgstr ""
10459
10460 #. type: =head2
10461 #: ../src/guestfs-actions.pod:3197
10462 msgid "guestfs_is_config"
10463 msgstr ""
10464
10465 #. type: verbatim
10466 #: ../src/guestfs-actions.pod:3199
10467 #, no-wrap
10468 msgid ""
10469 " int\n"
10470 " guestfs_is_config (guestfs_h *g);\n"
10471 "\n"
10472 msgstr ""
10473
10474 #. type: textblock
10475 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2238
10476 msgid ""
10477 "This returns true iff this handle is being configured (in the C<CONFIG> "
10478 "state)."
10479 msgstr ""
10480
10481 #. type: =head2
10482 #: ../src/guestfs-actions.pod:3211
10483 msgid "guestfs_is_dir"
10484 msgstr ""
10485
10486 #. type: verbatim
10487 #: ../src/guestfs-actions.pod:3213
10488 #, no-wrap
10489 msgid ""
10490 " int\n"
10491 " guestfs_is_dir (guestfs_h *g,\n"
10492 "                 const char *path);\n"
10493 "\n"
10494 msgstr ""
10495
10496 #. type: textblock
10497 #: ../src/guestfs-actions.pod:3217 ../fish/guestfish-actions.pod:2247
10498 msgid ""
10499 "This returns C<true> if and only if there is a directory with the given "
10500 "C<path> name.  Note that it returns false for other objects like files."
10501 msgstr ""
10502
10503 #. type: =head2
10504 #: ../src/guestfs-actions.pod:3227
10505 msgid "guestfs_is_fifo"
10506 msgstr ""
10507
10508 #. type: verbatim
10509 #: ../src/guestfs-actions.pod:3229
10510 #, no-wrap
10511 msgid ""
10512 " int\n"
10513 " guestfs_is_fifo (guestfs_h *g,\n"
10514 "                  const char *path);\n"
10515 "\n"
10516 msgstr ""
10517
10518 #. type: textblock
10519 #: ../src/guestfs-actions.pod:3233 ../fish/guestfish-actions.pod:2257
10520 msgid ""
10521 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
10522 "given C<path> name."
10523 msgstr ""
10524
10525 #. type: =head2
10526 #: ../src/guestfs-actions.pod:3242
10527 msgid "guestfs_is_file"
10528 msgstr ""
10529
10530 #. type: verbatim
10531 #: ../src/guestfs-actions.pod:3244
10532 #, no-wrap
10533 msgid ""
10534 " int\n"
10535 " guestfs_is_file (guestfs_h *g,\n"
10536 "                  const char *path);\n"
10537 "\n"
10538 msgstr ""
10539
10540 #. type: textblock
10541 #: ../src/guestfs-actions.pod:3248 ../fish/guestfish-actions.pod:2266
10542 msgid ""
10543 "This returns C<true> if and only if there is a regular file with the given "
10544 "C<path> name.  Note that it returns false for other objects like "
10545 "directories."
10546 msgstr ""
10547
10548 #. type: =head2
10549 #: ../src/guestfs-actions.pod:3258
10550 msgid "guestfs_is_launching"
10551 msgstr ""
10552
10553 #. type: verbatim
10554 #: ../src/guestfs-actions.pod:3260
10555 #, no-wrap
10556 msgid ""
10557 " int\n"
10558 " guestfs_is_launching (guestfs_h *g);\n"
10559 "\n"
10560 msgstr ""
10561
10562 #. type: textblock
10563 #: ../src/guestfs-actions.pod:3263 ../fish/guestfish-actions.pod:2276
10564 msgid ""
10565 "This returns true iff this handle is launching the subprocess (in the "
10566 "C<LAUNCHING> state)."
10567 msgstr ""
10568
10569 #. type: =head2
10570 #: ../src/guestfs-actions.pod:3272
10571 msgid "guestfs_is_lv"
10572 msgstr ""
10573
10574 #. type: verbatim
10575 #: ../src/guestfs-actions.pod:3274
10576 #, no-wrap
10577 msgid ""
10578 " int\n"
10579 " guestfs_is_lv (guestfs_h *g,\n"
10580 "                const char *device);\n"
10581 "\n"
10582 msgstr ""
10583
10584 #. type: textblock
10585 #: ../src/guestfs-actions.pod:3278 ../fish/guestfish-actions.pod:2285
10586 msgid ""
10587 "This command tests whether C<device> is a logical volume, and returns true "
10588 "iff this is the case."
10589 msgstr ""
10590
10591 #. type: =head2
10592 #: ../src/guestfs-actions.pod:3285
10593 msgid "guestfs_is_ready"
10594 msgstr ""
10595
10596 #. type: verbatim
10597 #: ../src/guestfs-actions.pod:3287
10598 #, no-wrap
10599 msgid ""
10600 " int\n"
10601 " guestfs_is_ready (guestfs_h *g);\n"
10602 "\n"
10603 msgstr ""
10604
10605 #. type: textblock
10606 #: ../src/guestfs-actions.pod:3290 ../fish/guestfish-actions.pod:2292
10607 msgid ""
10608 "This returns true iff this handle is ready to accept commands (in the "
10609 "C<READY> state)."
10610 msgstr ""
10611
10612 #. type: =head2
10613 #: ../src/guestfs-actions.pod:3299
10614 msgid "guestfs_is_socket"
10615 msgstr ""
10616
10617 #. type: verbatim
10618 #: ../src/guestfs-actions.pod:3301
10619 #, no-wrap
10620 msgid ""
10621 " int\n"
10622 " guestfs_is_socket (guestfs_h *g,\n"
10623 "                    const char *path);\n"
10624 "\n"
10625 msgstr ""
10626
10627 #. type: textblock
10628 #: ../src/guestfs-actions.pod:3305 ../fish/guestfish-actions.pod:2301
10629 msgid ""
10630 "This returns C<true> if and only if there is a Unix domain socket with the "
10631 "given C<path> name."
10632 msgstr ""
10633
10634 #. type: =head2
10635 #: ../src/guestfs-actions.pod:3314
10636 msgid "guestfs_is_symlink"
10637 msgstr ""
10638
10639 #. type: verbatim
10640 #: ../src/guestfs-actions.pod:3316
10641 #, no-wrap
10642 msgid ""
10643 " int\n"
10644 " guestfs_is_symlink (guestfs_h *g,\n"
10645 "                     const char *path);\n"
10646 "\n"
10647 msgstr ""
10648
10649 #. type: textblock
10650 #: ../src/guestfs-actions.pod:3320 ../fish/guestfish-actions.pod:2310
10651 msgid ""
10652 "This returns C<true> if and only if there is a symbolic link with the given "
10653 "C<path> name."
10654 msgstr ""
10655
10656 #. type: =head2
10657 #: ../src/guestfs-actions.pod:3329
10658 msgid "guestfs_kill_subprocess"
10659 msgstr ""
10660
10661 #. type: verbatim
10662 #: ../src/guestfs-actions.pod:3331
10663 #, no-wrap
10664 msgid ""
10665 " int\n"
10666 " guestfs_kill_subprocess (guestfs_h *g);\n"
10667 "\n"
10668 msgstr ""
10669
10670 #. type: textblock
10671 #: ../src/guestfs-actions.pod:3334 ../fish/guestfish-actions.pod:2319
10672 msgid "This kills the qemu subprocess.  You should never need to call this."
10673 msgstr ""
10674
10675 #. type: =head2
10676 #: ../src/guestfs-actions.pod:3340
10677 msgid "guestfs_launch"
10678 msgstr ""
10679
10680 #. type: verbatim
10681 #: ../src/guestfs-actions.pod:3342
10682 #, no-wrap
10683 msgid ""
10684 " int\n"
10685 " guestfs_launch (guestfs_h *g);\n"
10686 "\n"
10687 msgstr ""
10688
10689 #. type: textblock
10690 #: ../src/guestfs-actions.pod:3345 ../fish/guestfish-actions.pod:2327
10691 msgid ""
10692 "Internally libguestfs is implemented by running a virtual machine using "
10693 "L<qemu(1)>."
10694 msgstr ""
10695
10696 #. type: textblock
10697 #: ../src/guestfs-actions.pod:3348 ../fish/guestfish-actions.pod:2330
10698 msgid ""
10699 "You should call this after configuring the handle (eg. adding drives) but "
10700 "before performing any actions."
10701 msgstr ""
10702
10703 #. type: =head2
10704 #: ../src/guestfs-actions.pod:3355
10705 msgid "guestfs_lchown"
10706 msgstr ""
10707
10708 #. type: verbatim
10709 #: ../src/guestfs-actions.pod:3357
10710 #, no-wrap
10711 msgid ""
10712 " int\n"
10713 " guestfs_lchown (guestfs_h *g,\n"
10714 "                 int owner,\n"
10715 "                 int group,\n"
10716 "                 const char *path);\n"
10717 "\n"
10718 msgstr ""
10719
10720 #. type: textblock
10721 #: ../src/guestfs-actions.pod:3363
10722 msgid ""
10723 "Change the file owner to C<owner> and group to C<group>.  This is like "
10724 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
10725 "changed, not the target."
10726 msgstr ""
10727
10728 #. type: =head2
10729 #: ../src/guestfs-actions.pod:3375
10730 msgid "guestfs_lgetxattr"
10731 msgstr ""
10732
10733 #. type: verbatim
10734 #: ../src/guestfs-actions.pod:3377
10735 #, no-wrap
10736 msgid ""
10737 " char *\n"
10738 " guestfs_lgetxattr (guestfs_h *g,\n"
10739 "                    const char *path,\n"
10740 "                    const char *name,\n"
10741 "                    size_t *size_r);\n"
10742 "\n"
10743 msgstr ""
10744
10745 #. type: textblock
10746 #: ../src/guestfs-actions.pod:3383 ../fish/guestfish-actions.pod:2349
10747 msgid ""
10748 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
10749 "is a symlink, then this call returns an extended attribute from the symlink."
10750 msgstr ""
10751
10752 #. type: textblock
10753 #: ../src/guestfs-actions.pod:3397
10754 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
10755 msgstr ""
10756
10757 #. type: =head2
10758 #: ../src/guestfs-actions.pod:3405
10759 msgid "guestfs_lgetxattrs"
10760 msgstr ""
10761
10762 #. type: verbatim
10763 #: ../src/guestfs-actions.pod:3407
10764 #, no-wrap
10765 msgid ""
10766 " struct guestfs_xattr_list *\n"
10767 " guestfs_lgetxattrs (guestfs_h *g,\n"
10768 "                     const char *path);\n"
10769 "\n"
10770 msgstr ""
10771
10772 #. type: textblock
10773 #: ../src/guestfs-actions.pod:3411
10774 msgid ""
10775 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
10776 "then it returns the extended attributes of the link itself."
10777 msgstr ""
10778
10779 #. type: =head2
10780 #: ../src/guestfs-actions.pod:3421
10781 msgid "guestfs_list_devices"
10782 msgstr ""
10783
10784 #. type: verbatim
10785 #: ../src/guestfs-actions.pod:3423
10786 #, no-wrap
10787 msgid ""
10788 " char **\n"
10789 " guestfs_list_devices (guestfs_h *g);\n"
10790 "\n"
10791 msgstr ""
10792
10793 #. type: textblock
10794 #: ../src/guestfs-actions.pod:3426 ../fish/guestfish-actions.pod:2377
10795 msgid "List all the block devices."
10796 msgstr ""
10797
10798 #. type: textblock
10799 #: ../src/guestfs-actions.pod:3428 ../fish/guestfish-actions.pod:2379
10800 msgid "The full block device names are returned, eg. C</dev/sda>."
10801 msgstr ""
10802
10803 #. type: =head2
10804 #: ../src/guestfs-actions.pod:3438
10805 msgid "guestfs_list_filesystems"
10806 msgstr ""
10807
10808 #. type: verbatim
10809 #: ../src/guestfs-actions.pod:3440
10810 #, no-wrap
10811 msgid ""
10812 " char **\n"
10813 " guestfs_list_filesystems (guestfs_h *g);\n"
10814 "\n"
10815 msgstr ""
10816
10817 #. type: textblock
10818 #: ../src/guestfs-actions.pod:3443 ../fish/guestfish-actions.pod:2387
10819 msgid ""
10820 "This inspection command looks for filesystems on partitions, block devices "
10821 "and logical volumes, returning a list of devices containing filesystems and "
10822 "their type."
10823 msgstr ""
10824
10825 #. type: textblock
10826 #: ../src/guestfs-actions.pod:3447 ../fish/guestfish-actions.pod:2391
10827 msgid ""
10828 "The return value is a hash, where the keys are the devices containing "
10829 "filesystems, and the values are the filesystem types.  For example:"
10830 msgstr ""
10831
10832 #. type: verbatim
10833 #: ../src/guestfs-actions.pod:3451 ../fish/guestfish-actions.pod:2395
10834 #, no-wrap
10835 msgid ""
10836 " \"/dev/sda1\" => \"ntfs\"\n"
10837 " \"/dev/sda2\" => \"ext2\"\n"
10838 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
10839 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
10840 "\n"
10841 msgstr ""
10842
10843 #. type: textblock
10844 #: ../src/guestfs-actions.pod:3456 ../fish/guestfish-actions.pod:2400
10845 msgid ""
10846 "The value can have the special value \"unknown\", meaning the content of the "
10847 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
10848 msgstr ""
10849
10850 #. type: textblock
10851 #: ../src/guestfs-actions.pod:3460
10852 msgid ""
10853 "This command runs other libguestfs commands, which might include "
10854 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
10855 "soon after launch and only when nothing is mounted."
10856 msgstr ""
10857
10858 #. type: textblock
10859 #: ../src/guestfs-actions.pod:3464
10860 msgid ""
10861 "Not all of the filesystems returned will be mountable.  In particular, swap "
10862 "partitions are returned in the list.  Also this command does not check that "
10863 "each filesystem found is valid and mountable, and some filesystems might be "
10864 "mountable but require special options.  Filesystems may not all belong to a "
10865 "single logical operating system (use C<guestfs_inspect_os> to look for "
10866 "OSes)."
10867 msgstr ""
10868
10869 #. type: textblock
10870 #: ../src/guestfs-actions.pod:3478 ../src/guestfs-actions.pod:5083
10871 msgid "(Added in 1.5.15)"
10872 msgstr ""
10873
10874 #. type: =head2
10875 #: ../src/guestfs-actions.pod:3480
10876 msgid "guestfs_list_partitions"
10877 msgstr ""
10878
10879 #. type: verbatim
10880 #: ../src/guestfs-actions.pod:3482
10881 #, no-wrap
10882 msgid ""
10883 " char **\n"
10884 " guestfs_list_partitions (guestfs_h *g);\n"
10885 "\n"
10886 msgstr ""
10887
10888 #. type: textblock
10889 #: ../src/guestfs-actions.pod:3485 ../fish/guestfish-actions.pod:2420
10890 msgid "List all the partitions detected on all block devices."
10891 msgstr ""
10892
10893 #. type: textblock
10894 #: ../src/guestfs-actions.pod:3487 ../fish/guestfish-actions.pod:2422
10895 msgid "The full partition device names are returned, eg. C</dev/sda1>"
10896 msgstr ""
10897
10898 #. type: textblock
10899 #: ../src/guestfs-actions.pod:3489
10900 msgid ""
10901 "This does not return logical volumes.  For that you will need to call "
10902 "C<guestfs_lvs>."
10903 msgstr ""
10904
10905 #. type: =head2
10906 #: ../src/guestfs-actions.pod:3500
10907 msgid "guestfs_ll"
10908 msgstr ""
10909
10910 #. type: verbatim
10911 #: ../src/guestfs-actions.pod:3502
10912 #, no-wrap
10913 msgid ""
10914 " char *\n"
10915 " guestfs_ll (guestfs_h *g,\n"
10916 "             const char *directory);\n"
10917 "\n"
10918 msgstr ""
10919
10920 #. type: textblock
10921 #: ../src/guestfs-actions.pod:3506 ../fish/guestfish-actions.pod:2433
10922 msgid ""
10923 "List the files in C<directory> (relative to the root directory, there is no "
10924 "cwd) in the format of 'ls -la'."
10925 msgstr ""
10926
10927 #. type: textblock
10928 #: ../src/guestfs-actions.pod:3509 ../fish/guestfish-actions.pod:2436
10929 msgid ""
10930 "This command is mostly useful for interactive sessions.  It is I<not> "
10931 "intended that you try to parse the output string."
10932 msgstr ""
10933
10934 #. type: =head2
10935 #: ../src/guestfs-actions.pod:3517
10936 msgid "guestfs_ln"
10937 msgstr ""
10938
10939 #. type: verbatim
10940 #: ../src/guestfs-actions.pod:3519
10941 #, no-wrap
10942 msgid ""
10943 " int\n"
10944 " guestfs_ln (guestfs_h *g,\n"
10945 "             const char *target,\n"
10946 "             const char *linkname);\n"
10947 "\n"
10948 msgstr ""
10949
10950 #. type: textblock
10951 #: ../src/guestfs-actions.pod:3524 ../fish/guestfish-actions.pod:2443
10952 msgid "This command creates a hard link using the C<ln> command."
10953 msgstr ""
10954
10955 #. type: =head2
10956 #: ../src/guestfs-actions.pod:3530
10957 msgid "guestfs_ln_f"
10958 msgstr ""
10959
10960 #. type: verbatim
10961 #: ../src/guestfs-actions.pod:3532
10962 #, no-wrap
10963 msgid ""
10964 " int\n"
10965 " guestfs_ln_f (guestfs_h *g,\n"
10966 "               const char *target,\n"
10967 "               const char *linkname);\n"
10968 "\n"
10969 msgstr ""
10970
10971 #. type: textblock
10972 #: ../src/guestfs-actions.pod:3537 ../fish/guestfish-actions.pod:2449
10973 msgid ""
10974 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
10975 "option removes the link (C<linkname>) if it exists already."
10976 msgstr ""
10977
10978 #. type: =head2
10979 #: ../src/guestfs-actions.pod:3544
10980 msgid "guestfs_ln_s"
10981 msgstr ""
10982
10983 #. type: verbatim
10984 #: ../src/guestfs-actions.pod:3546
10985 #, no-wrap
10986 msgid ""
10987 " int\n"
10988 " guestfs_ln_s (guestfs_h *g,\n"
10989 "               const char *target,\n"
10990 "               const char *linkname);\n"
10991 "\n"
10992 msgstr ""
10993
10994 #. type: textblock
10995 #: ../src/guestfs-actions.pod:3551 ../fish/guestfish-actions.pod:2456
10996 msgid "This command creates a symbolic link using the C<ln -s> command."
10997 msgstr ""
10998
10999 #. type: =head2
11000 #: ../src/guestfs-actions.pod:3557
11001 msgid "guestfs_ln_sf"
11002 msgstr ""
11003
11004 #. type: verbatim
11005 #: ../src/guestfs-actions.pod:3559
11006 #, no-wrap
11007 msgid ""
11008 " int\n"
11009 " guestfs_ln_sf (guestfs_h *g,\n"
11010 "                const char *target,\n"
11011 "                const char *linkname);\n"
11012 "\n"
11013 msgstr ""
11014
11015 #. type: textblock
11016 #: ../src/guestfs-actions.pod:3564 ../fish/guestfish-actions.pod:2462
11017 msgid ""
11018 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
11019 "option removes the link (C<linkname>) if it exists already."
11020 msgstr ""
11021
11022 #. type: =head2
11023 #: ../src/guestfs-actions.pod:3571
11024 msgid "guestfs_lremovexattr"
11025 msgstr ""
11026
11027 #. type: verbatim
11028 #: ../src/guestfs-actions.pod:3573
11029 #, no-wrap
11030 msgid ""
11031 " int\n"
11032 " guestfs_lremovexattr (guestfs_h *g,\n"
11033 "                       const char *xattr,\n"
11034 "                       const char *path);\n"
11035 "\n"
11036 msgstr ""
11037
11038 #. type: textblock
11039 #: ../src/guestfs-actions.pod:3578
11040 msgid ""
11041 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
11042 "link, then it removes an extended attribute of the link itself."
11043 msgstr ""
11044
11045 #. type: =head2
11046 #: ../src/guestfs-actions.pod:3586
11047 msgid "guestfs_ls"
11048 msgstr ""
11049
11050 #. type: verbatim
11051 #: ../src/guestfs-actions.pod:3588
11052 #, no-wrap
11053 msgid ""
11054 " char **\n"
11055 " guestfs_ls (guestfs_h *g,\n"
11056 "             const char *directory);\n"
11057 "\n"
11058 msgstr ""
11059
11060 #. type: textblock
11061 #: ../src/guestfs-actions.pod:3592 ../fish/guestfish-actions.pod:2477
11062 msgid ""
11063 "List the files in C<directory> (relative to the root directory, there is no "
11064 "cwd).  The '.' and '..' entries are not returned, but hidden files are "
11065 "shown."
11066 msgstr ""
11067
11068 #. type: textblock
11069 #: ../src/guestfs-actions.pod:3596
11070 msgid ""
11071 "This command is mostly useful for interactive sessions.  Programs should "
11072 "probably use C<guestfs_readdir> instead."
11073 msgstr ""
11074
11075 #. type: =head2
11076 #: ../src/guestfs-actions.pod:3605
11077 msgid "guestfs_lsetxattr"
11078 msgstr ""
11079
11080 #. type: verbatim
11081 #: ../src/guestfs-actions.pod:3607
11082 #, no-wrap
11083 msgid ""
11084 " int\n"
11085 " guestfs_lsetxattr (guestfs_h *g,\n"
11086 "                    const char *xattr,\n"
11087 "                    const char *val,\n"
11088 "                    int vallen,\n"
11089 "                    const char *path);\n"
11090 "\n"
11091 msgstr ""
11092
11093 #. type: textblock
11094 #: ../src/guestfs-actions.pod:3614
11095 msgid ""
11096 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
11097 "then it sets an extended attribute of the link itself."
11098 msgstr ""
11099
11100 #. type: =head2
11101 #: ../src/guestfs-actions.pod:3622
11102 msgid "guestfs_lstat"
11103 msgstr ""
11104
11105 #. type: verbatim
11106 #: ../src/guestfs-actions.pod:3624
11107 #, no-wrap
11108 msgid ""
11109 " struct guestfs_stat *\n"
11110 " guestfs_lstat (guestfs_h *g,\n"
11111 "                const char *path);\n"
11112 "\n"
11113 msgstr ""
11114
11115 #. type: textblock
11116 #: ../src/guestfs-actions.pod:3628 ../src/guestfs-actions.pod:6182 ../fish/guestfish-actions.pod:2496 ../fish/guestfish-actions.pod:4161
11117 msgid "Returns file information for the given C<path>."
11118 msgstr ""
11119
11120 #. type: textblock
11121 #: ../src/guestfs-actions.pod:3630
11122 msgid ""
11123 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
11124 "link, then the link is stat-ed, not the file it refers to."
11125 msgstr ""
11126
11127 #. type: textblock
11128 #: ../src/guestfs-actions.pod:3634 ../fish/guestfish-actions.pod:2502
11129 msgid "This is the same as the C<lstat(2)> system call."
11130 msgstr ""
11131
11132 #. type: textblock
11133 #: ../src/guestfs-actions.pod:3636 ../src/guestfs-actions.pod:6186
11134 msgid ""
11135 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
11136 "error.  I<The caller must call C<guestfs_free_stat> after use>."
11137 msgstr ""
11138
11139 #. type: textblock
11140 #: ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:6190 ../src/guestfs-actions.pod:6208 ../src/guestfs-actions.pod:6589
11141 msgid "(Added in 0.9.2)"
11142 msgstr ""
11143
11144 #. type: =head2
11145 #: ../src/guestfs-actions.pod:3642
11146 msgid "guestfs_lstatlist"
11147 msgstr ""
11148
11149 #. type: verbatim
11150 #: ../src/guestfs-actions.pod:3644
11151 #, no-wrap
11152 msgid ""
11153 " struct guestfs_stat_list *\n"
11154 " guestfs_lstatlist (guestfs_h *g,\n"
11155 "                    const char *path,\n"
11156 "                    char *const *names);\n"
11157 "\n"
11158 msgstr ""
11159
11160 #. type: textblock
11161 #: ../src/guestfs-actions.pod:3649
11162 msgid ""
11163 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
11164 "files, where all files are in the directory C<path>.  C<names> is the list "
11165 "of files from this directory."
11166 msgstr ""
11167
11168 #. type: textblock
11169 #: ../src/guestfs-actions.pod:3653 ../fish/guestfish-actions.pod:2512
11170 msgid ""
11171 "On return you get a list of stat structs, with a one-to-one correspondence "
11172 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
11173 "then the C<ino> field of that structure is set to C<-1>."
11174 msgstr ""
11175
11176 #. type: textblock
11177 #: ../src/guestfs-actions.pod:3658
11178 msgid ""
11179 "This call is intended for programs that want to efficiently list a directory "
11180 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
11181 "for a similarly efficient call for getting extended attributes.  Very long "
11182 "directory listings might cause the protocol message size to be exceeded, "
11183 "causing this call to fail.  The caller must split up such requests into "
11184 "smaller groups of names."
11185 msgstr ""
11186
11187 #. type: textblock
11188 #: ../src/guestfs-actions.pod:3666
11189 msgid ""
11190 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
11191 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
11192 msgstr ""
11193
11194 #. type: =head2
11195 #: ../src/guestfs-actions.pod:3672
11196 msgid "guestfs_luks_add_key"
11197 msgstr ""
11198
11199 #. type: verbatim
11200 #: ../src/guestfs-actions.pod:3674
11201 #, no-wrap
11202 msgid ""
11203 " int\n"
11204 " guestfs_luks_add_key (guestfs_h *g,\n"
11205 "                       const char *device,\n"
11206 "                       const char *key,\n"
11207 "                       const char *newkey,\n"
11208 "                       int keyslot);\n"
11209 "\n"
11210 msgstr ""
11211
11212 #. type: textblock
11213 #: ../src/guestfs-actions.pod:3681 ../fish/guestfish-actions.pod:2529
11214 msgid ""
11215 "This command adds a new key on LUKS device C<device>.  C<key> is any "
11216 "existing key, and is used to access the device.  C<newkey> is the new key to "
11217 "add.  C<keyslot> is the key slot that will be replaced."
11218 msgstr ""
11219
11220 #. type: textblock
11221 #: ../src/guestfs-actions.pod:3686
11222 msgid ""
11223 "Note that if C<keyslot> already contains a key, then this command will "
11224 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
11225 msgstr ""
11226
11227 #. type: textblock
11228 #: ../src/guestfs-actions.pod:3692 ../src/guestfs-actions.pod:3732 ../src/guestfs-actions.pod:3755 ../src/guestfs-actions.pod:3775 ../src/guestfs-actions.pod:3807 ../src/guestfs-actions.pod:3826
11229 msgid ""
11230 "This function takes a key or passphrase parameter which could contain "
11231 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
11232 "information."
11233 msgstr ""
11234
11235 #. type: textblock
11236 #: ../src/guestfs-actions.pod:3696 ../src/guestfs-actions.pod:3736 ../src/guestfs-actions.pod:3759 ../src/guestfs-actions.pod:3779
11237 msgid "(Added in 1.5.2)"
11238 msgstr ""
11239
11240 #. type: =head2
11241 #: ../src/guestfs-actions.pod:3698
11242 msgid "guestfs_luks_close"
11243 msgstr ""
11244
11245 #. type: verbatim
11246 #: ../src/guestfs-actions.pod:3700
11247 #, no-wrap
11248 msgid ""
11249 " int\n"
11250 " guestfs_luks_close (guestfs_h *g,\n"
11251 "                     const char *device);\n"
11252 "\n"
11253 msgstr ""
11254
11255 #. type: textblock
11256 #: ../src/guestfs-actions.pod:3704
11257 msgid ""
11258 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
11259 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
11260 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
11261 "underlying block device."
11262 msgstr ""
11263
11264 #. type: textblock
11265 #: ../src/guestfs-actions.pod:3712 ../src/guestfs-actions.pod:3811 ../src/guestfs-actions.pod:3830 ../src/guestfs-actions.pod:3880 ../src/guestfs-actions.pod:3928
11266 msgid "(Added in 1.5.1)"
11267 msgstr ""
11268
11269 #. type: =head2
11270 #: ../src/guestfs-actions.pod:3714
11271 msgid "guestfs_luks_format"
11272 msgstr ""
11273
11274 #. type: verbatim
11275 #: ../src/guestfs-actions.pod:3716
11276 #, no-wrap
11277 msgid ""
11278 " int\n"
11279 " guestfs_luks_format (guestfs_h *g,\n"
11280 "                      const char *device,\n"
11281 "                      const char *key,\n"
11282 "                      int keyslot);\n"
11283 "\n"
11284 msgstr ""
11285
11286 #. type: textblock
11287 #: ../src/guestfs-actions.pod:3722 ../fish/guestfish-actions.pod:2555
11288 msgid ""
11289 "This command erases existing data on C<device> and formats the device as a "
11290 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
11291 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
11292 msgstr ""
11293
11294 #. type: textblock
11295 #: ../src/guestfs-actions.pod:3729 ../src/guestfs-actions.pod:3752 ../src/guestfs-actions.pod:3892 ../src/guestfs-actions.pod:4834 ../src/guestfs-actions.pod:5614 ../src/guestfs-actions.pod:6017 ../src/guestfs-actions.pod:6040 ../src/guestfs-actions.pod:6066 ../src/guestfs-actions.pod:7226 ../fish/guestfish-actions.pod:2563 ../fish/guestfish-actions.pod:2576 ../fish/guestfish-actions.pod:2660 ../fish/guestfish-actions.pod:3234 ../fish/guestfish-actions.pod:3754 ../fish/guestfish-actions.pod:4060 ../fish/guestfish-actions.pod:4076 ../fish/guestfish-actions.pod:4091 ../fish/guestfish-actions.pod:4806
11296 msgid ""
11297 "B<This command is dangerous.  Without careful use you can easily destroy all "
11298 "your data>."
11299 msgstr ""
11300
11301 #. type: =head2
11302 #: ../src/guestfs-actions.pod:3738
11303 msgid "guestfs_luks_format_cipher"
11304 msgstr ""
11305
11306 #. type: verbatim
11307 #: ../src/guestfs-actions.pod:3740
11308 #, no-wrap
11309 msgid ""
11310 " int\n"
11311 " guestfs_luks_format_cipher (guestfs_h *g,\n"
11312 "                             const char *device,\n"
11313 "                             const char *key,\n"
11314 "                             int keyslot,\n"
11315 "                             const char *cipher);\n"
11316 "\n"
11317 msgstr ""
11318
11319 #. type: textblock
11320 #: ../src/guestfs-actions.pod:3747
11321 msgid ""
11322 "This command is the same as C<guestfs_luks_format> but it also allows you to "
11323 "set the C<cipher> used."
11324 msgstr ""
11325
11326 #. type: =head2
11327 #: ../src/guestfs-actions.pod:3761
11328 msgid "guestfs_luks_kill_slot"
11329 msgstr ""
11330
11331 #. type: verbatim
11332 #: ../src/guestfs-actions.pod:3763
11333 #, no-wrap
11334 msgid ""
11335 " int\n"
11336 " guestfs_luks_kill_slot (guestfs_h *g,\n"
11337 "                         const char *device,\n"
11338 "                         const char *key,\n"
11339 "                         int keyslot);\n"
11340 "\n"
11341 msgstr ""
11342
11343 #. type: textblock
11344 #: ../src/guestfs-actions.pod:3769 ../fish/guestfish-actions.pod:2583
11345 msgid ""
11346 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
11347 "device C<device>.  C<key> must be one of the I<other> keys."
11348 msgstr ""
11349
11350 #. type: =head2
11351 #: ../src/guestfs-actions.pod:3781
11352 msgid "guestfs_luks_open"
11353 msgstr ""
11354
11355 #. type: verbatim
11356 #: ../src/guestfs-actions.pod:3783
11357 #, no-wrap
11358 msgid ""
11359 " int\n"
11360 " guestfs_luks_open (guestfs_h *g,\n"
11361 "                    const char *device,\n"
11362 "                    const char *key,\n"
11363 "                    const char *mapname);\n"
11364 "\n"
11365 msgstr ""
11366
11367 #. type: textblock
11368 #: ../src/guestfs-actions.pod:3789 ../fish/guestfish-actions.pod:2594
11369 msgid ""
11370 "This command opens a block device which has been encrypted according to the "
11371 "Linux Unified Key Setup (LUKS) standard."
11372 msgstr ""
11373
11374 #. type: textblock
11375 #: ../src/guestfs-actions.pod:3792 ../fish/guestfish-actions.pod:2597
11376 msgid "C<device> is the encrypted block device or partition."
11377 msgstr ""
11378
11379 #. type: textblock
11380 #: ../src/guestfs-actions.pod:3794 ../fish/guestfish-actions.pod:2599
11381 msgid ""
11382 "The caller must supply one of the keys associated with the LUKS block "
11383 "device, in the C<key> parameter."
11384 msgstr ""
11385
11386 #. type: textblock
11387 #: ../src/guestfs-actions.pod:3797 ../fish/guestfish-actions.pod:2602
11388 msgid ""
11389 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
11390 "writes to this block device are decrypted from and encrypted to the "
11391 "underlying C<device> respectively."
11392 msgstr ""
11393
11394 #. type: textblock
11395 #: ../src/guestfs-actions.pod:3801
11396 msgid ""
11397 "If this block device contains LVM volume groups, then calling "
11398 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
11399 "visible."
11400 msgstr ""
11401
11402 #. type: =head2
11403 #: ../src/guestfs-actions.pod:3813
11404 msgid "guestfs_luks_open_ro"
11405 msgstr ""
11406
11407 #. type: verbatim
11408 #: ../src/guestfs-actions.pod:3815
11409 #, no-wrap
11410 msgid ""
11411 " int\n"
11412 " guestfs_luks_open_ro (guestfs_h *g,\n"
11413 "                       const char *device,\n"
11414 "                       const char *key,\n"
11415 "                       const char *mapname);\n"
11416 "\n"
11417 msgstr ""
11418
11419 #. type: textblock
11420 #: ../src/guestfs-actions.pod:3821
11421 msgid ""
11422 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
11423 "created."
11424 msgstr ""
11425
11426 #. type: =head2
11427 #: ../src/guestfs-actions.pod:3832
11428 msgid "guestfs_lvcreate"
11429 msgstr ""
11430
11431 #. type: verbatim
11432 #: ../src/guestfs-actions.pod:3834
11433 #, no-wrap
11434 msgid ""
11435 " int\n"
11436 " guestfs_lvcreate (guestfs_h *g,\n"
11437 "                   const char *logvol,\n"
11438 "                   const char *volgroup,\n"
11439 "                   int mbytes);\n"
11440 "\n"
11441 msgstr ""
11442
11443 #. type: textblock
11444 #: ../src/guestfs-actions.pod:3840 ../fish/guestfish-actions.pod:2627
11445 msgid ""
11446 "This creates an LVM logical volume called C<logvol> on the volume group "
11447 "C<volgroup>, with C<size> megabytes."
11448 msgstr ""
11449
11450 #. type: =head2
11451 #: ../src/guestfs-actions.pod:3847
11452 msgid "guestfs_lvm_canonical_lv_name"
11453 msgstr ""
11454
11455 #. type: verbatim
11456 #: ../src/guestfs-actions.pod:3849
11457 #, no-wrap
11458 msgid ""
11459 " char *\n"
11460 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
11461 "                                const char *lvname);\n"
11462 "\n"
11463 msgstr ""
11464
11465 #. type: textblock
11466 #: ../src/guestfs-actions.pod:3853 ../fish/guestfish-actions.pod:2634
11467 msgid ""
11468 "This converts alternative naming schemes for LVs that you might find to the "
11469 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to "
11470 "C</dev/VG/LV>."
11471 msgstr ""
11472
11473 #. type: textblock
11474 #: ../src/guestfs-actions.pod:3857 ../fish/guestfish-actions.pod:2638
11475 msgid ""
11476 "This command returns an error if the C<lvname> parameter does not refer to a "
11477 "logical volume."
11478 msgstr ""
11479
11480 #. type: textblock
11481 #: ../src/guestfs-actions.pod:3860
11482 msgid "See also C<guestfs_is_lv>."
11483 msgstr ""
11484
11485 #. type: textblock
11486 #: ../src/guestfs-actions.pod:3865
11487 msgid "(Added in 1.5.24)"
11488 msgstr ""
11489
11490 #. type: =head2
11491 #: ../src/guestfs-actions.pod:3867
11492 msgid "guestfs_lvm_clear_filter"
11493 msgstr ""
11494
11495 #. type: verbatim
11496 #: ../src/guestfs-actions.pod:3869
11497 #, no-wrap
11498 msgid ""
11499 " int\n"
11500 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
11501 "\n"
11502 msgstr ""
11503
11504 #. type: textblock
11505 #: ../src/guestfs-actions.pod:3872
11506 msgid ""
11507 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
11508 "see every block device."
11509 msgstr ""
11510
11511 #. type: textblock
11512 #: ../src/guestfs-actions.pod:3875 ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2650 ../fish/guestfish-actions.pod:2681
11513 msgid "This command also clears the LVM cache and performs a volume group scan."
11514 msgstr ""
11515
11516 #. type: =head2
11517 #: ../src/guestfs-actions.pod:3882
11518 msgid "guestfs_lvm_remove_all"
11519 msgstr ""
11520
11521 #. type: verbatim
11522 #: ../src/guestfs-actions.pod:3884
11523 #, no-wrap
11524 msgid ""
11525 " int\n"
11526 " guestfs_lvm_remove_all (guestfs_h *g);\n"
11527 "\n"
11528 msgstr ""
11529
11530 #. type: textblock
11531 #: ../src/guestfs-actions.pod:3887 ../fish/guestfish-actions.pod:2657
11532 msgid ""
11533 "This command removes all LVM logical volumes, volume groups and physical "
11534 "volumes."
11535 msgstr ""
11536
11537 #. type: =head2
11538 #: ../src/guestfs-actions.pod:3897
11539 msgid "guestfs_lvm_set_filter"
11540 msgstr ""
11541
11542 #. type: verbatim
11543 #: ../src/guestfs-actions.pod:3899
11544 #, no-wrap
11545 msgid ""
11546 " int\n"
11547 " guestfs_lvm_set_filter (guestfs_h *g,\n"
11548 "                         char *const *devices);\n"
11549 "\n"
11550 msgstr ""
11551
11552 #. type: textblock
11553 #: ../src/guestfs-actions.pod:3903 ../fish/guestfish-actions.pod:2667
11554 msgid ""
11555 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
11556 "block devices in the list C<devices>, and will ignore all other attached "
11557 "block devices."
11558 msgstr ""
11559
11560 #. type: textblock
11561 #: ../src/guestfs-actions.pod:3907 ../fish/guestfish-actions.pod:2671
11562 msgid ""
11563 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
11564 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
11565 "there are two types of duplication possible: either cloned PVs/VGs which "
11566 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
11567 "same name.  In normal operation you cannot create this situation, but you "
11568 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
11569 "inside the LVM metadata."
11570 msgstr ""
11571
11572 #. type: textblock
11573 #: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2684
11574 msgid "You can filter whole block devices or individual partitions."
11575 msgstr ""
11576
11577 #. type: textblock
11578 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2686
11579 msgid ""
11580 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
11581 "filesystem), even if you are not filtering out that VG."
11582 msgstr ""
11583
11584 #. type: =head2
11585 #: ../src/guestfs-actions.pod:3930
11586 msgid "guestfs_lvremove"
11587 msgstr ""
11588
11589 #. type: verbatim
11590 #: ../src/guestfs-actions.pod:3932
11591 #, no-wrap
11592 msgid ""
11593 " int\n"
11594 " guestfs_lvremove (guestfs_h *g,\n"
11595 "                   const char *device);\n"
11596 "\n"
11597 msgstr ""
11598
11599 #. type: textblock
11600 #: ../src/guestfs-actions.pod:3936 ../fish/guestfish-actions.pod:2694
11601 msgid ""
11602 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
11603 "LV, such as C</dev/VG/LV>."
11604 msgstr ""
11605
11606 #. type: textblock
11607 #: ../src/guestfs-actions.pod:3939 ../fish/guestfish-actions.pod:2697
11608 msgid ""
11609 "You can also remove all LVs in a volume group by specifying the VG name, "
11610 "C</dev/VG>."
11611 msgstr ""
11612
11613 #. type: textblock
11614 #: ../src/guestfs-actions.pod:3944 ../src/guestfs-actions.pod:5180 ../src/guestfs-actions.pod:6965
11615 msgid "(Added in 1.0.13)"
11616 msgstr ""
11617
11618 #. type: =head2
11619 #: ../src/guestfs-actions.pod:3946
11620 msgid "guestfs_lvrename"
11621 msgstr ""
11622
11623 #. type: verbatim
11624 #: ../src/guestfs-actions.pod:3948
11625 #, no-wrap
11626 msgid ""
11627 " int\n"
11628 " guestfs_lvrename (guestfs_h *g,\n"
11629 "                   const char *logvol,\n"
11630 "                   const char *newlogvol);\n"
11631 "\n"
11632 msgstr ""
11633
11634 #. type: textblock
11635 #: ../src/guestfs-actions.pod:3953 ../fish/guestfish-actions.pod:2704
11636 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
11637 msgstr ""
11638
11639 #. type: textblock
11640 #: ../src/guestfs-actions.pod:3957 ../src/guestfs-actions.pod:6978
11641 msgid "(Added in 1.0.83)"
11642 msgstr ""
11643
11644 #. type: =head2
11645 #: ../src/guestfs-actions.pod:3959
11646 msgid "guestfs_lvresize"
11647 msgstr ""
11648
11649 #. type: verbatim
11650 #: ../src/guestfs-actions.pod:3961
11651 #, no-wrap
11652 msgid ""
11653 " int\n"
11654 " guestfs_lvresize (guestfs_h *g,\n"
11655 "                   const char *device,\n"
11656 "                   int mbytes);\n"
11657 "\n"
11658 msgstr ""
11659
11660 #. type: textblock
11661 #: ../src/guestfs-actions.pod:3966 ../fish/guestfish-actions.pod:2710
11662 msgid ""
11663 "This resizes (expands or shrinks) an existing LVM logical volume to "
11664 "C<mbytes>.  When reducing, data in the reduced part is lost."
11665 msgstr ""
11666
11667 #. type: =head2
11668 #: ../src/guestfs-actions.pod:3974
11669 msgid "guestfs_lvresize_free"
11670 msgstr ""
11671
11672 #. type: verbatim
11673 #: ../src/guestfs-actions.pod:3976
11674 #, no-wrap
11675 msgid ""
11676 " int\n"
11677 " guestfs_lvresize_free (guestfs_h *g,\n"
11678 "                        const char *lv,\n"
11679 "                        int percent);\n"
11680 "\n"
11681 msgstr ""
11682
11683 #. type: textblock
11684 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2718
11685 msgid ""
11686 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
11687 "remaining free space in the volume group.  Commonly you would call this with "
11688 "pc = 100 which expands the logical volume as much as possible, using all "
11689 "remaining free space in the volume group."
11690 msgstr ""
11691
11692 #. type: textblock
11693 #: ../src/guestfs-actions.pod:3989
11694 msgid "(Added in 1.3.3)"
11695 msgstr ""
11696
11697 #. type: =head2
11698 #: ../src/guestfs-actions.pod:3991
11699 msgid "guestfs_lvs"
11700 msgstr ""
11701
11702 #. type: verbatim
11703 #: ../src/guestfs-actions.pod:3993
11704 #, no-wrap
11705 msgid ""
11706 " char **\n"
11707 " guestfs_lvs (guestfs_h *g);\n"
11708 "\n"
11709 msgstr ""
11710
11711 #. type: textblock
11712 #: ../src/guestfs-actions.pod:3996 ../fish/guestfish-actions.pod:2728
11713 msgid ""
11714 "List all the logical volumes detected.  This is the equivalent of the "
11715 "L<lvs(8)> command."
11716 msgstr ""
11717
11718 #. type: textblock
11719 #: ../src/guestfs-actions.pod:3999 ../fish/guestfish-actions.pod:2731
11720 msgid ""
11721 "This returns a list of the logical volume device names "
11722 "(eg. C</dev/VolGroup00/LogVol00>)."
11723 msgstr ""
11724
11725 #. type: textblock
11726 #: ../src/guestfs-actions.pod:4002
11727 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
11728 msgstr ""
11729
11730 #. type: =head2
11731 #: ../src/guestfs-actions.pod:4010
11732 msgid "guestfs_lvs_full"
11733 msgstr ""
11734
11735 #. type: verbatim
11736 #: ../src/guestfs-actions.pod:4012
11737 #, no-wrap
11738 msgid ""
11739 " struct guestfs_lvm_lv_list *\n"
11740 " guestfs_lvs_full (guestfs_h *g);\n"
11741 "\n"
11742 msgstr ""
11743
11744 #. type: textblock
11745 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2740
11746 msgid ""
11747 "List all the logical volumes detected.  This is the equivalent of the "
11748 "L<lvs(8)> command.  The \"full\" version includes all fields."
11749 msgstr ""
11750
11751 #. type: textblock
11752 #: ../src/guestfs-actions.pod:4018
11753 msgid ""
11754 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
11755 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after "
11756 "use>."
11757 msgstr ""
11758
11759 #. type: =head2
11760 #: ../src/guestfs-actions.pod:4024
11761 msgid "guestfs_lvuuid"
11762 msgstr ""
11763
11764 #. type: verbatim
11765 #: ../src/guestfs-actions.pod:4026
11766 #, no-wrap
11767 msgid ""
11768 " char *\n"
11769 " guestfs_lvuuid (guestfs_h *g,\n"
11770 "                 const char *device);\n"
11771 "\n"
11772 msgstr ""
11773
11774 #. type: textblock
11775 #: ../src/guestfs-actions.pod:4030 ../fish/guestfish-actions.pod:2747
11776 msgid "This command returns the UUID of the LVM LV C<device>."
11777 msgstr ""
11778
11779 #. type: =head2
11780 #: ../src/guestfs-actions.pod:4037
11781 msgid "guestfs_lxattrlist"
11782 msgstr ""
11783
11784 #. type: verbatim
11785 #: ../src/guestfs-actions.pod:4039
11786 #, no-wrap
11787 msgid ""
11788 " struct guestfs_xattr_list *\n"
11789 " guestfs_lxattrlist (guestfs_h *g,\n"
11790 "                     const char *path,\n"
11791 "                     char *const *names);\n"
11792 "\n"
11793 msgstr ""
11794
11795 #. type: textblock
11796 #: ../src/guestfs-actions.pod:4044 ../fish/guestfish-actions.pod:2753
11797 msgid ""
11798 "This call allows you to get the extended attributes of multiple files, where "
11799 "all files are in the directory C<path>.  C<names> is the list of files from "
11800 "this directory."
11801 msgstr ""
11802
11803 #. type: textblock
11804 #: ../src/guestfs-actions.pod:4048 ../fish/guestfish-actions.pod:2757
11805 msgid ""
11806 "On return you get a flat list of xattr structs which must be interpreted "
11807 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
11808 "C<attrval> in this struct is zero-length to indicate there was an error "
11809 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
11810 "number (the number of following attributes for this file, which could be "
11811 "C<\"0\">).  Then after the first xattr struct are the zero or more "
11812 "attributes for the first named file.  This repeats for the second and "
11813 "subsequent files."
11814 msgstr ""
11815
11816 #. type: textblock
11817 #: ../src/guestfs-actions.pod:4058
11818 msgid ""
11819 "This call is intended for programs that want to efficiently list a directory "
11820 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
11821 "a similarly efficient call for getting standard stats.  Very long directory "
11822 "listings might cause the protocol message size to be exceeded, causing this "
11823 "call to fail.  The caller must split up such requests into smaller groups of "
11824 "names."
11825 msgstr ""
11826
11827 #. type: =head2
11828 #: ../src/guestfs-actions.pod:4072
11829 msgid "guestfs_mkdir"
11830 msgstr ""
11831
11832 #. type: verbatim
11833 #: ../src/guestfs-actions.pod:4074
11834 #, no-wrap
11835 msgid ""
11836 " int\n"
11837 " guestfs_mkdir (guestfs_h *g,\n"
11838 "                const char *path);\n"
11839 "\n"
11840 msgstr ""
11841
11842 #. type: textblock
11843 #: ../src/guestfs-actions.pod:4078 ../fish/guestfish-actions.pod:2779
11844 msgid "Create a directory named C<path>."
11845 msgstr ""
11846
11847 #. type: =head2
11848 #: ../src/guestfs-actions.pod:4084
11849 msgid "guestfs_mkdir_mode"
11850 msgstr ""
11851
11852 #. type: verbatim
11853 #: ../src/guestfs-actions.pod:4086
11854 #, no-wrap
11855 msgid ""
11856 " int\n"
11857 " guestfs_mkdir_mode (guestfs_h *g,\n"
11858 "                     const char *path,\n"
11859 "                     int mode);\n"
11860 "\n"
11861 msgstr ""
11862
11863 #. type: textblock
11864 #: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:2785
11865 msgid ""
11866 "This command creates a directory, setting the initial permissions of the "
11867 "directory to C<mode>."
11868 msgstr ""
11869
11870 #. type: textblock
11871 #: ../src/guestfs-actions.pod:4094 ../fish/guestfish-actions.pod:2788
11872 msgid ""
11873 "For common Linux filesystems, the actual mode which is set will be C<mode & "
11874 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
11875 "other ways."
11876 msgstr ""
11877
11878 #. type: textblock
11879 #: ../src/guestfs-actions.pod:4098
11880 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
11881 msgstr ""
11882
11883 #. type: =head2
11884 #: ../src/guestfs-actions.pod:4104
11885 msgid "guestfs_mkdir_p"
11886 msgstr ""
11887
11888 #. type: verbatim
11889 #: ../src/guestfs-actions.pod:4106
11890 #, no-wrap
11891 msgid ""
11892 " int\n"
11893 " guestfs_mkdir_p (guestfs_h *g,\n"
11894 "                  const char *path);\n"
11895 "\n"
11896 msgstr ""
11897
11898 #. type: textblock
11899 #: ../src/guestfs-actions.pod:4110 ../fish/guestfish-actions.pod:2798
11900 msgid ""
11901 "Create a directory named C<path>, creating any parent directories as "
11902 "necessary.  This is like the C<mkdir -p> shell command."
11903 msgstr ""
11904
11905 #. type: =head2
11906 #: ../src/guestfs-actions.pod:4117
11907 msgid "guestfs_mkdtemp"
11908 msgstr ""
11909
11910 #. type: verbatim
11911 #: ../src/guestfs-actions.pod:4119
11912 #, no-wrap
11913 msgid ""
11914 " char *\n"
11915 " guestfs_mkdtemp (guestfs_h *g,\n"
11916 "                  const char *template);\n"
11917 "\n"
11918 msgstr ""
11919
11920 #. type: textblock
11921 #: ../src/guestfs-actions.pod:4123 ../fish/guestfish-actions.pod:2805
11922 msgid ""
11923 "This command creates a temporary directory.  The C<template> parameter "
11924 "should be a full pathname for the temporary directory name with the final "
11925 "six characters being \"XXXXXX\"."
11926 msgstr ""
11927
11928 #. type: textblock
11929 #: ../src/guestfs-actions.pod:4128 ../fish/guestfish-actions.pod:2810
11930 msgid ""
11931 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
11932 "being suitable for Windows filesystems."
11933 msgstr ""
11934
11935 #. type: textblock
11936 #: ../src/guestfs-actions.pod:4131 ../fish/guestfish-actions.pod:2813
11937 msgid "The name of the temporary directory that was created is returned."
11938 msgstr ""
11939
11940 #. type: textblock
11941 #: ../src/guestfs-actions.pod:4134 ../fish/guestfish-actions.pod:2816
11942 msgid "The temporary directory is created with mode 0700 and is owned by root."
11943 msgstr ""
11944
11945 #. type: textblock
11946 #: ../src/guestfs-actions.pod:4137 ../fish/guestfish-actions.pod:2819
11947 msgid ""
11948 "The caller is responsible for deleting the temporary directory and its "
11949 "contents after use."
11950 msgstr ""
11951
11952 #. type: textblock
11953 #: ../src/guestfs-actions.pod:4140 ../fish/guestfish-actions.pod:2822
11954 msgid "See also: L<mkdtemp(3)>"
11955 msgstr ""
11956
11957 #. type: =head2
11958 #: ../src/guestfs-actions.pod:4147
11959 msgid "guestfs_mke2fs_J"
11960 msgstr ""
11961
11962 #. type: verbatim
11963 #: ../src/guestfs-actions.pod:4149
11964 #, no-wrap
11965 msgid ""
11966 " int\n"
11967 " guestfs_mke2fs_J (guestfs_h *g,\n"
11968 "                   const char *fstype,\n"
11969 "                   int blocksize,\n"
11970 "                   const char *device,\n"
11971 "                   const char *journal);\n"
11972 "\n"
11973 msgstr ""
11974
11975 #. type: textblock
11976 #: ../src/guestfs-actions.pod:4156 ../fish/guestfish-actions.pod:2828
11977 msgid ""
11978 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
11979 "C<journal>.  It is equivalent to the command:"
11980 msgstr ""
11981
11982 #. type: verbatim
11983 #: ../src/guestfs-actions.pod:4160 ../fish/guestfish-actions.pod:2832
11984 #, no-wrap
11985 msgid ""
11986 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
11987 "\n"
11988 msgstr ""
11989
11990 #. type: textblock
11991 #: ../src/guestfs-actions.pod:4162
11992 msgid "See also C<guestfs_mke2journal>."
11993 msgstr ""
11994
11995 #. type: textblock
11996 #: ../src/guestfs-actions.pod:4166 ../src/guestfs-actions.pod:4184 ../src/guestfs-actions.pod:4202 ../src/guestfs-actions.pod:4218 ../src/guestfs-actions.pod:4232 ../src/guestfs-actions.pod:4246 ../src/guestfs-actions.pod:4305 ../src/guestfs-actions.pod:4570
11997 msgid "(Added in 1.0.68)"
11998 msgstr ""
11999
12000 #. type: =head2
12001 #: ../src/guestfs-actions.pod:4168
12002 msgid "guestfs_mke2fs_JL"
12003 msgstr ""
12004
12005 #. type: verbatim
12006 #: ../src/guestfs-actions.pod:4170
12007 #, no-wrap
12008 msgid ""
12009 " int\n"
12010 " guestfs_mke2fs_JL (guestfs_h *g,\n"
12011 "                    const char *fstype,\n"
12012 "                    int blocksize,\n"
12013 "                    const char *device,\n"
12014 "                    const char *label);\n"
12015 "\n"
12016 msgstr ""
12017
12018 #. type: textblock
12019 #: ../src/guestfs-actions.pod:4177 ../fish/guestfish-actions.pod:2840
12020 msgid ""
12021 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12022 "the journal labeled C<label>."
12023 msgstr ""
12024
12025 #. type: textblock
12026 #: ../src/guestfs-actions.pod:4180
12027 msgid "See also C<guestfs_mke2journal_L>."
12028 msgstr ""
12029
12030 #. type: =head2
12031 #: ../src/guestfs-actions.pod:4186
12032 msgid "guestfs_mke2fs_JU"
12033 msgstr ""
12034
12035 #. type: verbatim
12036 #: ../src/guestfs-actions.pod:4188
12037 #, no-wrap
12038 msgid ""
12039 " int\n"
12040 " guestfs_mke2fs_JU (guestfs_h *g,\n"
12041 "                    const char *fstype,\n"
12042 "                    int blocksize,\n"
12043 "                    const char *device,\n"
12044 "                    const char *uuid);\n"
12045 "\n"
12046 msgstr ""
12047
12048 #. type: textblock
12049 #: ../src/guestfs-actions.pod:4195 ../fish/guestfish-actions.pod:2849
12050 msgid ""
12051 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
12052 "the journal with UUID C<uuid>."
12053 msgstr ""
12054
12055 #. type: textblock
12056 #: ../src/guestfs-actions.pod:4198
12057 msgid "See also C<guestfs_mke2journal_U>."
12058 msgstr ""
12059
12060 #. type: =head2
12061 #: ../src/guestfs-actions.pod:4204
12062 msgid "guestfs_mke2journal"
12063 msgstr ""
12064
12065 #. type: verbatim
12066 #: ../src/guestfs-actions.pod:4206
12067 #, no-wrap
12068 msgid ""
12069 " int\n"
12070 " guestfs_mke2journal (guestfs_h *g,\n"
12071 "                      int blocksize,\n"
12072 "                      const char *device);\n"
12073 "\n"
12074 msgstr ""
12075
12076 #. type: textblock
12077 #: ../src/guestfs-actions.pod:4211 ../fish/guestfish-actions.pod:2858
12078 msgid ""
12079 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
12080 "command:"
12081 msgstr ""
12082
12083 #. type: verbatim
12084 #: ../src/guestfs-actions.pod:4214 ../fish/guestfish-actions.pod:2861
12085 #, no-wrap
12086 msgid ""
12087 " mke2fs -O journal_dev -b blocksize device\n"
12088 "\n"
12089 msgstr ""
12090
12091 #. type: =head2
12092 #: ../src/guestfs-actions.pod:4220
12093 msgid "guestfs_mke2journal_L"
12094 msgstr ""
12095
12096 #. type: verbatim
12097 #: ../src/guestfs-actions.pod:4222
12098 #, no-wrap
12099 msgid ""
12100 " int\n"
12101 " guestfs_mke2journal_L (guestfs_h *g,\n"
12102 "                        int blocksize,\n"
12103 "                        const char *label,\n"
12104 "                        const char *device);\n"
12105 "\n"
12106 msgstr ""
12107
12108 #. type: textblock
12109 #: ../src/guestfs-actions.pod:4228 ../fish/guestfish-actions.pod:2867
12110 msgid "This creates an ext2 external journal on C<device> with label C<label>."
12111 msgstr ""
12112
12113 #. type: =head2
12114 #: ../src/guestfs-actions.pod:4234
12115 msgid "guestfs_mke2journal_U"
12116 msgstr ""
12117
12118 #. type: verbatim
12119 #: ../src/guestfs-actions.pod:4236
12120 #, no-wrap
12121 msgid ""
12122 " int\n"
12123 " guestfs_mke2journal_U (guestfs_h *g,\n"
12124 "                        int blocksize,\n"
12125 "                        const char *uuid,\n"
12126 "                        const char *device);\n"
12127 "\n"
12128 msgstr ""
12129
12130 #. type: textblock
12131 #: ../src/guestfs-actions.pod:4242 ../fish/guestfish-actions.pod:2873
12132 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
12133 msgstr ""
12134
12135 #. type: =head2
12136 #: ../src/guestfs-actions.pod:4248
12137 msgid "guestfs_mkfifo"
12138 msgstr ""
12139
12140 #. type: verbatim
12141 #: ../src/guestfs-actions.pod:4250
12142 #, no-wrap
12143 msgid ""
12144 " int\n"
12145 " guestfs_mkfifo (guestfs_h *g,\n"
12146 "                 int mode,\n"
12147 "                 const char *path);\n"
12148 "\n"
12149 msgstr ""
12150
12151 #. type: textblock
12152 #: ../src/guestfs-actions.pod:4255
12153 msgid ""
12154 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
12155 "is just a convenient wrapper around C<guestfs_mknod>."
12156 msgstr ""
12157
12158 #. type: =head2
12159 #: ../src/guestfs-actions.pod:4265
12160 msgid "guestfs_mkfs"
12161 msgstr ""
12162
12163 #. type: verbatim
12164 #: ../src/guestfs-actions.pod:4267
12165 #, no-wrap
12166 msgid ""
12167 " int\n"
12168 " guestfs_mkfs (guestfs_h *g,\n"
12169 "               const char *fstype,\n"
12170 "               const char *device);\n"
12171 "\n"
12172 msgstr ""
12173
12174 #. type: textblock
12175 #: ../src/guestfs-actions.pod:4272 ../fish/guestfish-actions.pod:2889
12176 msgid ""
12177 "This creates a filesystem on C<device> (usually a partition or LVM logical "
12178 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
12179 msgstr ""
12180
12181 #. type: =head2
12182 #: ../src/guestfs-actions.pod:4280
12183 msgid "guestfs_mkfs_b"
12184 msgstr ""
12185
12186 #. type: verbatim
12187 #: ../src/guestfs-actions.pod:4282
12188 #, no-wrap
12189 msgid ""
12190 " int\n"
12191 " guestfs_mkfs_b (guestfs_h *g,\n"
12192 "                 const char *fstype,\n"
12193 "                 int blocksize,\n"
12194 "                 const char *device);\n"
12195 "\n"
12196 msgstr ""
12197
12198 #. type: textblock
12199 #: ../src/guestfs-actions.pod:4288
12200 msgid ""
12201 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
12202 "block size of the resulting filesystem.  Supported block sizes depend on the "
12203 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
12204 msgstr ""
12205
12206 #. type: textblock
12207 #: ../src/guestfs-actions.pod:4293 ../src/guestfs-actions.pod:4336 ../fish/guestfish-actions.pod:2902 ../fish/guestfish-actions.pod:2929
12208 msgid ""
12209 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
12210 "cluster size."
12211 msgstr ""
12212
12213 #. type: textblock
12214 #: ../src/guestfs-actions.pod:4298 ../fish/guestfish-actions.pod:2905
12215 msgid ""
12216 "This function is deprecated.  In new code, use the C<mkfs_opts> call "
12217 "instead."
12218 msgstr ""
12219
12220 #. type: =head2
12221 #: ../src/guestfs-actions.pod:4307
12222 msgid "guestfs_mkfs_opts"
12223 msgstr ""
12224
12225 #. type: verbatim
12226 #: ../src/guestfs-actions.pod:4309
12227 #, no-wrap
12228 msgid ""
12229 " int\n"
12230 " guestfs_mkfs_opts (guestfs_h *g,\n"
12231 "                    const char *fstype,\n"
12232 "                    const char *device,\n"
12233 "                    ...);\n"
12234 "\n"
12235 msgstr ""
12236
12237 #. type: verbatim
12238 #: ../src/guestfs-actions.pod:4320
12239 #, no-wrap
12240 msgid ""
12241 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
12242 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
12243 "\n"
12244 msgstr ""
12245
12246 #. type: textblock
12247 #: ../src/guestfs-actions.pod:4323 ../fish/guestfish-actions.pod:2916
12248 msgid ""
12249 "This function creates a filesystem on C<device>.  The filesystem type is "
12250 "C<fstype>, for example C<ext3>."
12251 msgstr ""
12252
12253 #. type: =item
12254 #: ../src/guestfs-actions.pod:4330 ../fish/guestfish-actions.pod:2923
12255 msgid "C<blocksize>"
12256 msgstr ""
12257
12258 #. type: textblock
12259 #: ../src/guestfs-actions.pod:4332 ../fish/guestfish-actions.pod:2925
12260 msgid ""
12261 "The filesystem block size.  Supported block sizes depend on the filesystem "
12262 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
12263 "filesystems."
12264 msgstr ""
12265
12266 #. type: textblock
12267 #: ../src/guestfs-actions.pod:4339 ../fish/guestfish-actions.pod:2932
12268 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
12269 msgstr ""
12270
12271 #. type: =item
12272 #: ../src/guestfs-actions.pod:4341 ../fish/guestfish-actions.pod:2934
12273 msgid "C<features>"
12274 msgstr ""
12275
12276 #. type: textblock
12277 #: ../src/guestfs-actions.pod:4343 ../fish/guestfish-actions.pod:2936
12278 msgid "This passes the C<-O> parameter to the external mkfs program."
12279 msgstr ""
12280
12281 #. type: textblock
12282 #: ../src/guestfs-actions.pod:4345 ../fish/guestfish-actions.pod:2938
12283 msgid ""
12284 "For certain filesystem types, this allows extra filesystem features to be "
12285 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
12286 msgstr ""
12287
12288 #. type: textblock
12289 #: ../src/guestfs-actions.pod:4349 ../fish/guestfish-actions.pod:2942
12290 msgid ""
12291 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
12292 "type."
12293 msgstr ""
12294
12295 #. type: textblock
12296 #: ../src/guestfs-actions.pod:4356
12297 msgid "(Added in 1.7.19)"
12298 msgstr ""
12299
12300 #. type: =head2
12301 #: ../src/guestfs-actions.pod:4358
12302 msgid "guestfs_mkfs_opts_va"
12303 msgstr ""
12304
12305 #. type: verbatim
12306 #: ../src/guestfs-actions.pod:4360
12307 #, no-wrap
12308 msgid ""
12309 " int\n"
12310 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
12311 "                       const char *fstype,\n"
12312 "                       const char *device,\n"
12313 "                       va_list args);\n"
12314 "\n"
12315 msgstr ""
12316
12317 #. type: textblock
12318 #: ../src/guestfs-actions.pod:4366
12319 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
12320 msgstr ""
12321
12322 #. type: =head2
12323 #: ../src/guestfs-actions.pod:4370
12324 msgid "guestfs_mkfs_opts_argv"
12325 msgstr ""
12326
12327 #. type: verbatim
12328 #: ../src/guestfs-actions.pod:4372
12329 #, no-wrap
12330 msgid ""
12331 " int\n"
12332 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
12333 "                         const char *fstype,\n"
12334 "                         const char *device,\n"
12335 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
12336 "\n"
12337 msgstr ""
12338
12339 #. type: textblock
12340 #: ../src/guestfs-actions.pod:4378
12341 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
12342 msgstr ""
12343
12344 #. type: =head2
12345 #: ../src/guestfs-actions.pod:4382
12346 msgid "guestfs_mkmountpoint"
12347 msgstr ""
12348
12349 #. type: verbatim
12350 #: ../src/guestfs-actions.pod:4384
12351 #, no-wrap
12352 msgid ""
12353 " int\n"
12354 " guestfs_mkmountpoint (guestfs_h *g,\n"
12355 "                       const char *exemptpath);\n"
12356 "\n"
12357 msgstr ""
12358
12359 #. type: textblock
12360 #: ../src/guestfs-actions.pod:4388
12361 msgid ""
12362 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
12363 "that can be used to create extra mountpoints before mounting the first "
12364 "filesystem."
12365 msgstr ""
12366
12367 #. type: textblock
12368 #: ../src/guestfs-actions.pod:4392 ../fish/guestfish-actions.pod:2957
12369 msgid ""
12370 "These calls are I<only> necessary in some very limited circumstances, mainly "
12371 "the case where you want to mount a mix of unrelated and/or read-only "
12372 "filesystems together."
12373 msgstr ""
12374
12375 #. type: textblock
12376 #: ../src/guestfs-actions.pod:4396 ../fish/guestfish-actions.pod:2961
12377 msgid ""
12378 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
12379 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
12380 "inside that.  You can unpack this as follows in guestfish:"
12381 msgstr ""
12382
12383 #. type: verbatim
12384 #: ../src/guestfs-actions.pod:4401 ../fish/guestfish-actions.pod:2966
12385 #, no-wrap
12386 msgid ""
12387 " add-ro Fedora-11-i686-Live.iso\n"
12388 " run\n"
12389 " mkmountpoint /cd\n"
12390 " mkmountpoint /sqsh\n"
12391 " mkmountpoint /ext3fs\n"
12392 " mount /dev/sda /cd\n"
12393 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
12394 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
12395 "\n"
12396 msgstr ""
12397
12398 #. type: textblock
12399 #: ../src/guestfs-actions.pod:4410 ../fish/guestfish-actions.pod:2975
12400 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
12401 msgstr ""
12402
12403 #. type: textblock
12404 #: ../src/guestfs-actions.pod:4412
12405 msgid ""
12406 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
12407 "may get unexpected errors if you try to mix these calls.  It is safest to "
12408 "manually unmount filesystems and remove mountpoints after use."
12409 msgstr ""
12410
12411 #. type: textblock
12412 #: ../src/guestfs-actions.pod:4416
12413 msgid ""
12414 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
12415 "first, so for this to work for manual mountpoints, you must ensure that the "
12416 "innermost mountpoints have the longest pathnames, as in the example code "
12417 "above."
12418 msgstr ""
12419
12420 #. type: textblock
12421 #: ../src/guestfs-actions.pod:4421 ../fish/guestfish-actions.pod:2986
12422 msgid "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
12423 msgstr ""
12424
12425 #. type: textblock
12426 #: ../src/guestfs-actions.pod:4423
12427 msgid ""
12428 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
12429 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
12430 "can also trigger these issues."
12431 msgstr ""
12432
12433 #. type: textblock
12434 #: ../src/guestfs-actions.pod:4429 ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:5598
12435 msgid "(Added in 1.0.62)"
12436 msgstr ""
12437
12438 #. type: =head2
12439 #: ../src/guestfs-actions.pod:4431
12440 msgid "guestfs_mknod"
12441 msgstr ""
12442
12443 #. type: verbatim
12444 #: ../src/guestfs-actions.pod:4433
12445 #, no-wrap
12446 msgid ""
12447 " int\n"
12448 " guestfs_mknod (guestfs_h *g,\n"
12449 "                int mode,\n"
12450 "                int devmajor,\n"
12451 "                int devminor,\n"
12452 "                const char *path);\n"
12453 "\n"
12454 msgstr ""
12455
12456 #. type: textblock
12457 #: ../src/guestfs-actions.pod:4440 ../fish/guestfish-actions.pod:2996
12458 msgid ""
12459 "This call creates block or character special devices, or named pipes "
12460 "(FIFOs)."
12461 msgstr ""
12462
12463 #. type: textblock
12464 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:2999
12465 msgid ""
12466 "The C<mode> parameter should be the mode, using the standard constants.  "
12467 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
12468 "used when creating block and character special devices."
12469 msgstr ""
12470
12471 #. type: textblock
12472 #: ../src/guestfs-actions.pod:4448
12473 msgid ""
12474 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
12475 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
12476 "regular file).  These constants are available in the standard Linux header "
12477 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
12478 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
12479 "the appropriate constant for you."
12480 msgstr ""
12481
12482 #. type: =head2
12483 #: ../src/guestfs-actions.pod:4462
12484 msgid "guestfs_mknod_b"
12485 msgstr ""
12486
12487 #. type: verbatim
12488 #: ../src/guestfs-actions.pod:4464
12489 #, no-wrap
12490 msgid ""
12491 " int\n"
12492 " guestfs_mknod_b (guestfs_h *g,\n"
12493 "                  int mode,\n"
12494 "                  int devmajor,\n"
12495 "                  int devminor,\n"
12496 "                  const char *path);\n"
12497 "\n"
12498 msgstr ""
12499
12500 #. type: textblock
12501 #: ../src/guestfs-actions.pod:4471
12502 msgid ""
12503 "This call creates a block device node called C<path> with mode C<mode> and "
12504 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12505 "wrapper around C<guestfs_mknod>."
12506 msgstr ""
12507
12508 #. type: =head2
12509 #: ../src/guestfs-actions.pod:4481
12510 msgid "guestfs_mknod_c"
12511 msgstr ""
12512
12513 #. type: verbatim
12514 #: ../src/guestfs-actions.pod:4483
12515 #, no-wrap
12516 msgid ""
12517 " int\n"
12518 " guestfs_mknod_c (guestfs_h *g,\n"
12519 "                  int mode,\n"
12520 "                  int devmajor,\n"
12521 "                  int devminor,\n"
12522 "                  const char *path);\n"
12523 "\n"
12524 msgstr ""
12525
12526 #. type: textblock
12527 #: ../src/guestfs-actions.pod:4490
12528 msgid ""
12529 "This call creates a char device node called C<path> with mode C<mode> and "
12530 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
12531 "wrapper around C<guestfs_mknod>."
12532 msgstr ""
12533
12534 #. type: =head2
12535 #: ../src/guestfs-actions.pod:4500
12536 msgid "guestfs_mkswap"
12537 msgstr ""
12538
12539 #. type: verbatim
12540 #: ../src/guestfs-actions.pod:4502
12541 #, no-wrap
12542 msgid ""
12543 " int\n"
12544 " guestfs_mkswap (guestfs_h *g,\n"
12545 "                 const char *device);\n"
12546 "\n"
12547 msgstr ""
12548
12549 #. type: textblock
12550 #: ../src/guestfs-actions.pod:4506 ../fish/guestfish-actions.pod:3038
12551 msgid "Create a swap partition on C<device>."
12552 msgstr ""
12553
12554 #. type: =head2
12555 #: ../src/guestfs-actions.pod:4512
12556 msgid "guestfs_mkswap_L"
12557 msgstr ""
12558
12559 #. type: verbatim
12560 #: ../src/guestfs-actions.pod:4514
12561 #, no-wrap
12562 msgid ""
12563 " int\n"
12564 " guestfs_mkswap_L (guestfs_h *g,\n"
12565 "                   const char *label,\n"
12566 "                   const char *device);\n"
12567 "\n"
12568 msgstr ""
12569
12570 #. type: textblock
12571 #: ../src/guestfs-actions.pod:4519 ../fish/guestfish-actions.pod:3044
12572 msgid "Create a swap partition on C<device> with label C<label>."
12573 msgstr ""
12574
12575 #. type: textblock
12576 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3046
12577 msgid ""
12578 "Note that you cannot attach a swap label to a block device "
12579 "(eg. C</dev/sda>), just to a partition.  This appears to be a limitation of "
12580 "the kernel or swap tools."
12581 msgstr ""
12582
12583 #. type: =head2
12584 #: ../src/guestfs-actions.pod:4529
12585 msgid "guestfs_mkswap_U"
12586 msgstr ""
12587
12588 #. type: verbatim
12589 #: ../src/guestfs-actions.pod:4531
12590 #, no-wrap
12591 msgid ""
12592 " int\n"
12593 " guestfs_mkswap_U (guestfs_h *g,\n"
12594 "                   const char *uuid,\n"
12595 "                   const char *device);\n"
12596 "\n"
12597 msgstr ""
12598
12599 #. type: textblock
12600 #: ../src/guestfs-actions.pod:4536 ../fish/guestfish-actions.pod:3054
12601 msgid "Create a swap partition on C<device> with UUID C<uuid>."
12602 msgstr ""
12603
12604 #. type: =head2
12605 #: ../src/guestfs-actions.pod:4542
12606 msgid "guestfs_mkswap_file"
12607 msgstr ""
12608
12609 #. type: verbatim
12610 #: ../src/guestfs-actions.pod:4544
12611 #, no-wrap
12612 msgid ""
12613 " int\n"
12614 " guestfs_mkswap_file (guestfs_h *g,\n"
12615 "                      const char *path);\n"
12616 "\n"
12617 msgstr ""
12618
12619 #. type: textblock
12620 #: ../src/guestfs-actions.pod:4548 ../fish/guestfish-actions.pod:3060
12621 msgid "Create a swap file."
12622 msgstr ""
12623
12624 #. type: textblock
12625 #: ../src/guestfs-actions.pod:4550
12626 msgid ""
12627 "This command just writes a swap file signature to an existing file.  To "
12628 "create the file itself, use something like C<guestfs_fallocate>."
12629 msgstr ""
12630
12631 #. type: =head2
12632 #: ../src/guestfs-actions.pod:4557
12633 msgid "guestfs_modprobe"
12634 msgstr ""
12635
12636 #. type: verbatim
12637 #: ../src/guestfs-actions.pod:4559
12638 #, no-wrap
12639 msgid ""
12640 " int\n"
12641 " guestfs_modprobe (guestfs_h *g,\n"
12642 "                   const char *modulename);\n"
12643 "\n"
12644 msgstr ""
12645
12646 #. type: textblock
12647 #: ../src/guestfs-actions.pod:4563 ../fish/guestfish-actions.pod:3069
12648 msgid "This loads a kernel module in the appliance."
12649 msgstr ""
12650
12651 #. type: textblock
12652 #: ../src/guestfs-actions.pod:4565 ../fish/guestfish-actions.pod:3071
12653 msgid ""
12654 "The kernel module must have been whitelisted when libguestfs was built (see "
12655 "C<appliance/kmod.whitelist.in> in the source)."
12656 msgstr ""
12657
12658 #. type: =head2
12659 #: ../src/guestfs-actions.pod:4572
12660 msgid "guestfs_mount"
12661 msgstr ""
12662
12663 #. type: verbatim
12664 #: ../src/guestfs-actions.pod:4574
12665 #, no-wrap
12666 msgid ""
12667 " int\n"
12668 " guestfs_mount (guestfs_h *g,\n"
12669 "                const char *device,\n"
12670 "                const char *mountpoint);\n"
12671 "\n"
12672 msgstr ""
12673
12674 #. type: textblock
12675 #: ../src/guestfs-actions.pod:4579 ../fish/guestfish-actions.pod:3078
12676 msgid ""
12677 "Mount a guest disk at a position in the filesystem.  Block devices are named "
12678 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
12679 "those block devices contain partitions, they will have the usual names "
12680 "(eg. C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
12681 msgstr ""
12682
12683 #. type: textblock
12684 #: ../src/guestfs-actions.pod:4585 ../fish/guestfish-actions.pod:3084
12685 msgid ""
12686 "The rules are the same as for L<mount(2)>: A filesystem must first be "
12687 "mounted on C</> before others can be mounted.  Other filesystems can only be "
12688 "mounted on directories which already exist."
12689 msgstr ""
12690
12691 #. type: textblock
12692 #: ../src/guestfs-actions.pod:4590 ../fish/guestfish-actions.pod:3089
12693 msgid ""
12694 "The mounted filesystem is writable, if we have sufficient permissions on the "
12695 "underlying device."
12696 msgstr ""
12697
12698 #. type: textblock
12699 #: ../src/guestfs-actions.pod:4593
12700 msgid ""
12701 "B<Important note:> When you use this call, the filesystem options C<sync> "
12702 "and C<noatime> are set implicitly.  This was originally done because we "
12703 "thought it would improve reliability, but it turns out that I<-o sync> has a "
12704 "very large negative performance impact and negligible effect on "
12705 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
12706 "in any code that needs performance, and instead use C<guestfs_mount_options> "
12707 "(use an empty string for the first parameter if you don't want any options)."
12708 msgstr ""
12709
12710 #. type: =head2
12711 #: ../src/guestfs-actions.pod:4607
12712 msgid "guestfs_mount_loop"
12713 msgstr ""
12714
12715 #. type: verbatim
12716 #: ../src/guestfs-actions.pod:4609
12717 #, no-wrap
12718 msgid ""
12719 " int\n"
12720 " guestfs_mount_loop (guestfs_h *g,\n"
12721 "                     const char *file,\n"
12722 "                     const char *mountpoint);\n"
12723 "\n"
12724 msgstr ""
12725
12726 #. type: textblock
12727 #: ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:3106
12728 msgid ""
12729 "This command lets you mount C<file> (a filesystem image in a file) on a "
12730 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
12731 "mountpoint>."
12732 msgstr ""
12733
12734 #. type: =head2
12735 #: ../src/guestfs-actions.pod:4622
12736 msgid "guestfs_mount_options"
12737 msgstr ""
12738
12739 #. type: verbatim
12740 #: ../src/guestfs-actions.pod:4624
12741 #, no-wrap
12742 msgid ""
12743 " int\n"
12744 " guestfs_mount_options (guestfs_h *g,\n"
12745 "                        const char *options,\n"
12746 "                        const char *device,\n"
12747 "                        const char *mountpoint);\n"
12748 "\n"
12749 msgstr ""
12750
12751 #. type: textblock
12752 #: ../src/guestfs-actions.pod:4630
12753 msgid ""
12754 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12755 "the mount options as for the L<mount(8)> I<-o> flag."
12756 msgstr ""
12757
12758 #. type: textblock
12759 #: ../src/guestfs-actions.pod:4634 ../fish/guestfish-actions.pod:3118
12760 msgid ""
12761 "If the C<options> parameter is an empty string, then no options are passed "
12762 "(all options default to whatever the filesystem uses)."
12763 msgstr ""
12764
12765 #. type: textblock
12766 #: ../src/guestfs-actions.pod:4640 ../src/guestfs-actions.pod:4654 ../src/guestfs-actions.pod:4671
12767 msgid "(Added in 1.0.10)"
12768 msgstr ""
12769
12770 #. type: =head2
12771 #: ../src/guestfs-actions.pod:4642
12772 msgid "guestfs_mount_ro"
12773 msgstr ""
12774
12775 #. type: verbatim
12776 #: ../src/guestfs-actions.pod:4644
12777 #, no-wrap
12778 msgid ""
12779 " int\n"
12780 " guestfs_mount_ro (guestfs_h *g,\n"
12781 "                   const char *device,\n"
12782 "                   const char *mountpoint);\n"
12783 "\n"
12784 msgstr ""
12785
12786 #. type: textblock
12787 #: ../src/guestfs-actions.pod:4649
12788 msgid ""
12789 "This is the same as the C<guestfs_mount> command, but it mounts the "
12790 "filesystem with the read-only (I<-o ro>) flag."
12791 msgstr ""
12792
12793 #. type: =head2
12794 #: ../src/guestfs-actions.pod:4656
12795 msgid "guestfs_mount_vfs"
12796 msgstr ""
12797
12798 #. type: verbatim
12799 #: ../src/guestfs-actions.pod:4658
12800 #, no-wrap
12801 msgid ""
12802 " int\n"
12803 " guestfs_mount_vfs (guestfs_h *g,\n"
12804 "                    const char *options,\n"
12805 "                    const char *vfstype,\n"
12806 "                    const char *device,\n"
12807 "                    const char *mountpoint);\n"
12808 "\n"
12809 msgstr ""
12810
12811 #. type: textblock
12812 #: ../src/guestfs-actions.pod:4665
12813 msgid ""
12814 "This is the same as the C<guestfs_mount> command, but it allows you to set "
12815 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and "
12816 "I<-t> flags."
12817 msgstr ""
12818
12819 #. type: =head2
12820 #: ../src/guestfs-actions.pod:4673
12821 msgid "guestfs_mountpoints"
12822 msgstr ""
12823
12824 #. type: verbatim
12825 #: ../src/guestfs-actions.pod:4675
12826 #, no-wrap
12827 msgid ""
12828 " char **\n"
12829 " guestfs_mountpoints (guestfs_h *g);\n"
12830 "\n"
12831 msgstr ""
12832
12833 #. type: textblock
12834 #: ../src/guestfs-actions.pod:4678
12835 msgid ""
12836 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
12837 "devices.  This one returns a hash table (map) of device name to directory "
12838 "where the device is mounted."
12839 msgstr ""
12840
12841 #. type: =head2
12842 #: ../src/guestfs-actions.pod:4690
12843 msgid "guestfs_mounts"
12844 msgstr ""
12845
12846 #. type: verbatim
12847 #: ../src/guestfs-actions.pod:4692
12848 #, no-wrap
12849 msgid ""
12850 " char **\n"
12851 " guestfs_mounts (guestfs_h *g);\n"
12852 "\n"
12853 msgstr ""
12854
12855 #. type: textblock
12856 #: ../src/guestfs-actions.pod:4695 ../fish/guestfish-actions.pod:3149
12857 msgid ""
12858 "This returns the list of currently mounted filesystems.  It returns the list "
12859 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
12860 msgstr ""
12861
12862 #. type: textblock
12863 #: ../src/guestfs-actions.pod:4698 ../fish/guestfish-actions.pod:3152
12864 msgid "Some internal mounts are not shown."
12865 msgstr ""
12866
12867 #. type: textblock
12868 #: ../src/guestfs-actions.pod:4700
12869 msgid "See also: C<guestfs_mountpoints>"
12870 msgstr ""
12871
12872 #. type: =head2
12873 #: ../src/guestfs-actions.pod:4708
12874 msgid "guestfs_mv"
12875 msgstr ""
12876
12877 #. type: verbatim
12878 #: ../src/guestfs-actions.pod:4710
12879 #, no-wrap
12880 msgid ""
12881 " int\n"
12882 " guestfs_mv (guestfs_h *g,\n"
12883 "             const char *src,\n"
12884 "             const char *dest);\n"
12885 "\n"
12886 msgstr ""
12887
12888 #. type: textblock
12889 #: ../src/guestfs-actions.pod:4715 ../fish/guestfish-actions.pod:3160
12890 msgid ""
12891 "This moves a file from C<src> to C<dest> where C<dest> is either a "
12892 "destination filename or destination directory."
12893 msgstr ""
12894
12895 #. type: =head2
12896 #: ../src/guestfs-actions.pod:4722
12897 msgid "guestfs_ntfs_3g_probe"
12898 msgstr ""
12899
12900 #. type: verbatim
12901 #: ../src/guestfs-actions.pod:4724
12902 #, no-wrap
12903 msgid ""
12904 " int\n"
12905 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
12906 "                        int rw,\n"
12907 "                        const char *device);\n"
12908 "\n"
12909 msgstr ""
12910
12911 #. type: textblock
12912 #: ../src/guestfs-actions.pod:4729 ../fish/guestfish-actions.pod:3167
12913 msgid ""
12914 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
12915 "C<device> for mountability.  (Not all NTFS volumes can be mounted "
12916 "read-write, and some cannot be mounted at all)."
12917 msgstr ""
12918
12919 #. type: textblock
12920 #: ../src/guestfs-actions.pod:4733 ../fish/guestfish-actions.pod:3171
12921 msgid ""
12922 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
12923 "can be mounted read-write.  Set it to false if you want to test if the "
12924 "volume can be mounted read-only."
12925 msgstr ""
12926
12927 #. type: textblock
12928 #: ../src/guestfs-actions.pod:4737 ../fish/guestfish-actions.pod:3175
12929 msgid ""
12930 "The return value is an integer which C<0> if the operation would succeed, or "
12931 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
12932 msgstr ""
12933
12934 #. type: textblock
12935 #: ../src/guestfs-actions.pod:4743
12936 msgid "(Added in 1.0.43)"
12937 msgstr ""
12938
12939 #. type: =head2
12940 #: ../src/guestfs-actions.pod:4745
12941 msgid "guestfs_ntfsresize"
12942 msgstr ""
12943
12944 #. type: verbatim
12945 #: ../src/guestfs-actions.pod:4747
12946 #, no-wrap
12947 msgid ""
12948 " int\n"
12949 " guestfs_ntfsresize (guestfs_h *g,\n"
12950 "                     const char *device);\n"
12951 "\n"
12952 msgstr ""
12953
12954 #. type: textblock
12955 #: ../src/guestfs-actions.pod:4751 ../fish/guestfish-actions.pod:3183
12956 msgid ""
12957 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
12958 "size of the underlying device.  See also L<ntfsresize(8)>."
12959 msgstr ""
12960
12961 #. type: =head2
12962 #: ../src/guestfs-actions.pod:4759
12963 msgid "guestfs_ntfsresize_size"
12964 msgstr ""
12965
12966 #. type: verbatim
12967 #: ../src/guestfs-actions.pod:4761
12968 #, no-wrap
12969 msgid ""
12970 " int\n"
12971 " guestfs_ntfsresize_size (guestfs_h *g,\n"
12972 "                          const char *device,\n"
12973 "                          int64_t size);\n"
12974 "\n"
12975 msgstr ""
12976
12977 #. type: textblock
12978 #: ../src/guestfs-actions.pod:4766
12979 msgid ""
12980 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
12981 "to specify the new size (in bytes) explicitly."
12982 msgstr ""
12983
12984 #. type: textblock
12985 #: ../src/guestfs-actions.pod:4771 ../src/guestfs-actions.pod:5207 ../src/guestfs-actions.pod:5280 ../src/guestfs-actions.pod:5546 ../src/guestfs-actions.pod:7113
12986 msgid "(Added in 1.3.14)"
12987 msgstr ""
12988
12989 #. type: =head2
12990 #: ../src/guestfs-actions.pod:4773
12991 msgid "guestfs_part_add"
12992 msgstr ""
12993
12994 #. type: verbatim
12995 #: ../src/guestfs-actions.pod:4775
12996 #, no-wrap
12997 msgid ""
12998 " int\n"
12999 " guestfs_part_add (guestfs_h *g,\n"
13000 "                   const char *device,\n"
13001 "                   const char *prlogex,\n"
13002 "                   int64_t startsect,\n"
13003 "                   int64_t endsect);\n"
13004 "\n"
13005 msgstr ""
13006
13007 #. type: textblock
13008 #: ../src/guestfs-actions.pod:4782
13009 msgid ""
13010 "This command adds a partition to C<device>.  If there is no partition table "
13011 "on the device, call C<guestfs_part_init> first."
13012 msgstr ""
13013
13014 #. type: textblock
13015 #: ../src/guestfs-actions.pod:4785 ../fish/guestfish-actions.pod:3201
13016 msgid ""
13017 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
13018 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
13019 "C<logical>) and C<e> (or C<extended>) partition types."
13020 msgstr ""
13021
13022 #. type: textblock
13023 #: ../src/guestfs-actions.pod:4790 ../fish/guestfish-actions.pod:3206
13024 msgid ""
13025 "C<startsect> and C<endsect> are the start and end of the partition in "
13026 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
13027 "from the end of the disk (C<-1> is the last sector)."
13028 msgstr ""
13029
13030 #. type: textblock
13031 #: ../src/guestfs-actions.pod:4794
13032 msgid ""
13033 "Creating a partition which covers the whole disk is not so easy.  Use "
13034 "C<guestfs_part_disk> to do that."
13035 msgstr ""
13036
13037 #. type: textblock
13038 #: ../src/guestfs-actions.pod:4799 ../src/guestfs-actions.pod:4837 ../src/guestfs-actions.pod:4890 ../src/guestfs-actions.pod:4968 ../src/guestfs-actions.pod:5006 ../src/guestfs-actions.pod:5025 ../src/guestfs-actions.pod:5065
13039 msgid "(Added in 1.0.78)"
13040 msgstr ""
13041
13042 #. type: =head2
13043 #: ../src/guestfs-actions.pod:4801
13044 msgid "guestfs_part_del"
13045 msgstr ""
13046
13047 #. type: verbatim
13048 #: ../src/guestfs-actions.pod:4803
13049 #, no-wrap
13050 msgid ""
13051 " int\n"
13052 " guestfs_part_del (guestfs_h *g,\n"
13053 "                   const char *device,\n"
13054 "                   int partnum);\n"
13055 "\n"
13056 msgstr ""
13057
13058 #. type: textblock
13059 #: ../src/guestfs-actions.pod:4808 ../fish/guestfish-actions.pod:3217
13060 msgid "This command deletes the partition numbered C<partnum> on C<device>."
13061 msgstr ""
13062
13063 #. type: textblock
13064 #: ../src/guestfs-actions.pod:4810 ../fish/guestfish-actions.pod:3219
13065 msgid ""
13066 "Note that in the case of MBR partitioning, deleting an extended partition "
13067 "also deletes any logical partitions it contains."
13068 msgstr ""
13069
13070 #. type: =head2
13071 #: ../src/guestfs-actions.pod:4818
13072 msgid "guestfs_part_disk"
13073 msgstr ""
13074
13075 #. type: verbatim
13076 #: ../src/guestfs-actions.pod:4820
13077 #, no-wrap
13078 msgid ""
13079 " int\n"
13080 " guestfs_part_disk (guestfs_h *g,\n"
13081 "                    const char *device,\n"
13082 "                    const char *parttype);\n"
13083 "\n"
13084 msgstr ""
13085
13086 #. type: textblock
13087 #: ../src/guestfs-actions.pod:4825
13088 msgid ""
13089 "This command is simply a combination of C<guestfs_part_init> followed by "
13090 "C<guestfs_part_add> to create a single primary partition covering the whole "
13091 "disk."
13092 msgstr ""
13093
13094 #. type: textblock
13095 #: ../src/guestfs-actions.pod:4829
13096 msgid ""
13097 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
13098 "possible values are described in C<guestfs_part_init>."
13099 msgstr ""
13100
13101 #. type: =head2
13102 #: ../src/guestfs-actions.pod:4839
13103 msgid "guestfs_part_get_bootable"
13104 msgstr ""
13105
13106 #. type: verbatim
13107 #: ../src/guestfs-actions.pod:4841
13108 #, no-wrap
13109 msgid ""
13110 " int\n"
13111 " guestfs_part_get_bootable (guestfs_h *g,\n"
13112 "                            const char *device,\n"
13113 "                            int partnum);\n"
13114 "\n"
13115 msgstr ""
13116
13117 #. type: textblock
13118 #: ../src/guestfs-actions.pod:4846 ../fish/guestfish-actions.pod:3241
13119 msgid ""
13120 "This command returns true if the partition C<partnum> on C<device> has the "
13121 "bootable flag set."
13122 msgstr ""
13123
13124 #. type: textblock
13125 #: ../src/guestfs-actions.pod:4849
13126 msgid "See also C<guestfs_part_set_bootable>."
13127 msgstr ""
13128
13129 #. type: =head2
13130 #: ../src/guestfs-actions.pod:4855
13131 msgid "guestfs_part_get_mbr_id"
13132 msgstr ""
13133
13134 #. type: verbatim
13135 #: ../src/guestfs-actions.pod:4857
13136 #, no-wrap
13137 msgid ""
13138 " int\n"
13139 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
13140 "                          const char *device,\n"
13141 "                          int partnum);\n"
13142 "\n"
13143 msgstr ""
13144
13145 #. type: textblock
13146 #: ../src/guestfs-actions.pod:4862 ../fish/guestfish-actions.pod:3250
13147 msgid ""
13148 "Returns the MBR type byte (also known as the ID byte) from the numbered "
13149 "partition C<partnum>."
13150 msgstr ""
13151
13152 #. type: textblock
13153 #: ../src/guestfs-actions.pod:4865 ../src/guestfs-actions.pod:5041
13154 msgid ""
13155 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
13156 "undefined results for other partition table types (see "
13157 "C<guestfs_part_get_parttype>)."
13158 msgstr ""
13159
13160 #. type: =head2
13161 #: ../src/guestfs-actions.pod:4873
13162 msgid "guestfs_part_get_parttype"
13163 msgstr ""
13164
13165 #. type: verbatim
13166 #: ../src/guestfs-actions.pod:4875
13167 #, no-wrap
13168 msgid ""
13169 " char *\n"
13170 " guestfs_part_get_parttype (guestfs_h *g,\n"
13171 "                            const char *device);\n"
13172 "\n"
13173 msgstr ""
13174
13175 #. type: textblock
13176 #: ../src/guestfs-actions.pod:4879 ../fish/guestfish-actions.pod:3261
13177 msgid ""
13178 "This command examines the partition table on C<device> and returns the "
13179 "partition table type (format) being used."
13180 msgstr ""
13181
13182 #. type: textblock
13183 #: ../src/guestfs-actions.pod:4882
13184 msgid ""
13185 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
13186 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
13187 "possible, although unusual.  See C<guestfs_part_init> for a full list."
13188 msgstr ""
13189
13190 #. type: =head2
13191 #: ../src/guestfs-actions.pod:4892
13192 msgid "guestfs_part_init"
13193 msgstr ""
13194
13195 #. type: verbatim
13196 #: ../src/guestfs-actions.pod:4894
13197 #, no-wrap
13198 msgid ""
13199 " int\n"
13200 " guestfs_part_init (guestfs_h *g,\n"
13201 "                    const char *device,\n"
13202 "                    const char *parttype);\n"
13203 "\n"
13204 msgstr ""
13205
13206 #. type: textblock
13207 #: ../src/guestfs-actions.pod:4899 ../fish/guestfish-actions.pod:3273
13208 msgid ""
13209 "This creates an empty partition table on C<device> of one of the partition "
13210 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
13211 "(for large disks)."
13212 msgstr ""
13213
13214 #. type: textblock
13215 #: ../src/guestfs-actions.pod:4903
13216 msgid ""
13217 "Initially there are no partitions.  Following this, you should call "
13218 "C<guestfs_part_add> for each partition required."
13219 msgstr ""
13220
13221 #. type: textblock
13222 #: ../src/guestfs-actions.pod:4906 ../fish/guestfish-actions.pod:3280
13223 msgid "Possible values for C<parttype> are:"
13224 msgstr ""
13225
13226 #. type: =item
13227 #: ../src/guestfs-actions.pod:4910 ../fish/guestfish-actions.pod:3284
13228 msgid "B<efi> | B<gpt>"
13229 msgstr ""
13230
13231 #. type: textblock
13232 #: ../src/guestfs-actions.pod:4912 ../fish/guestfish-actions.pod:3286
13233 msgid "Intel EFI / GPT partition table."
13234 msgstr ""
13235
13236 #. type: textblock
13237 #: ../src/guestfs-actions.pod:4914 ../fish/guestfish-actions.pod:3288
13238 msgid ""
13239 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
13240 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
13241 "the C<mbr> format."
13242 msgstr ""
13243
13244 #. type: =item
13245 #: ../src/guestfs-actions.pod:4918 ../fish/guestfish-actions.pod:3292
13246 msgid "B<mbr> | B<msdos>"
13247 msgstr ""
13248
13249 #. type: textblock
13250 #: ../src/guestfs-actions.pod:4920 ../fish/guestfish-actions.pod:3294
13251 msgid ""
13252 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
13253 "Windows.  This partition type will B<only> work for device sizes up to 2 "
13254 "TB.  For large disks we recommend using C<gpt>."
13255 msgstr ""
13256
13257 #. type: textblock
13258 #: ../src/guestfs-actions.pod:4927 ../fish/guestfish-actions.pod:3301
13259 msgid "Other partition table types that may work but are not supported include:"
13260 msgstr ""
13261
13262 #. type: =item
13263 #: ../src/guestfs-actions.pod:4932 ../fish/guestfish-actions.pod:3306
13264 msgid "B<aix>"
13265 msgstr ""
13266
13267 #. type: textblock
13268 #: ../src/guestfs-actions.pod:4934 ../fish/guestfish-actions.pod:3308
13269 msgid "AIX disk labels."
13270 msgstr ""
13271
13272 #. type: =item
13273 #: ../src/guestfs-actions.pod:4936 ../fish/guestfish-actions.pod:3310
13274 msgid "B<amiga> | B<rdb>"
13275 msgstr ""
13276
13277 #. type: textblock
13278 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3312
13279 msgid "Amiga \"Rigid Disk Block\" format."
13280 msgstr ""
13281
13282 #. type: =item
13283 #: ../src/guestfs-actions.pod:4940 ../fish/guestfish-actions.pod:3314
13284 msgid "B<bsd>"
13285 msgstr ""
13286
13287 #. type: textblock
13288 #: ../src/guestfs-actions.pod:4942 ../fish/guestfish-actions.pod:3316
13289 msgid "BSD disk labels."
13290 msgstr ""
13291
13292 #. type: =item
13293 #: ../src/guestfs-actions.pod:4944 ../fish/guestfish-actions.pod:3318
13294 msgid "B<dasd>"
13295 msgstr ""
13296
13297 #. type: textblock
13298 #: ../src/guestfs-actions.pod:4946 ../fish/guestfish-actions.pod:3320
13299 msgid "DASD, used on IBM mainframes."
13300 msgstr ""
13301
13302 #. type: =item
13303 #: ../src/guestfs-actions.pod:4948 ../fish/guestfish-actions.pod:3322
13304 msgid "B<dvh>"
13305 msgstr ""
13306
13307 #. type: textblock
13308 #: ../src/guestfs-actions.pod:4950 ../fish/guestfish-actions.pod:3324
13309 msgid "MIPS/SGI volumes."
13310 msgstr ""
13311
13312 #. type: =item
13313 #: ../src/guestfs-actions.pod:4952 ../fish/guestfish-actions.pod:3326
13314 msgid "B<mac>"
13315 msgstr ""
13316
13317 #. type: textblock
13318 #: ../src/guestfs-actions.pod:4954 ../fish/guestfish-actions.pod:3328
13319 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
13320 msgstr ""
13321
13322 #. type: =item
13323 #: ../src/guestfs-actions.pod:4956 ../fish/guestfish-actions.pod:3330
13324 msgid "B<pc98>"
13325 msgstr ""
13326
13327 #. type: textblock
13328 #: ../src/guestfs-actions.pod:4958 ../fish/guestfish-actions.pod:3332
13329 msgid "NEC PC-98 format, common in Japan apparently."
13330 msgstr ""
13331
13332 #. type: =item
13333 #: ../src/guestfs-actions.pod:4960 ../fish/guestfish-actions.pod:3334
13334 msgid "B<sun>"
13335 msgstr ""
13336
13337 #. type: textblock
13338 #: ../src/guestfs-actions.pod:4962 ../fish/guestfish-actions.pod:3336
13339 msgid "Sun disk labels."
13340 msgstr ""
13341
13342 #. type: =head2
13343 #: ../src/guestfs-actions.pod:4970
13344 msgid "guestfs_part_list"
13345 msgstr ""
13346
13347 #. type: verbatim
13348 #: ../src/guestfs-actions.pod:4972
13349 #, no-wrap
13350 msgid ""
13351 " struct guestfs_partition_list *\n"
13352 " guestfs_part_list (guestfs_h *g,\n"
13353 "                    const char *device);\n"
13354 "\n"
13355 msgstr ""
13356
13357 #. type: textblock
13358 #: ../src/guestfs-actions.pod:4976 ../fish/guestfish-actions.pod:3344
13359 msgid ""
13360 "This command parses the partition table on C<device> and returns the list of "
13361 "partitions found."
13362 msgstr ""
13363
13364 #. type: textblock
13365 #: ../src/guestfs-actions.pod:4979 ../fish/guestfish-actions.pod:3347
13366 msgid "The fields in the returned structure are:"
13367 msgstr ""
13368
13369 #. type: =item
13370 #: ../src/guestfs-actions.pod:4983 ../fish/guestfish-actions.pod:3351
13371 msgid "B<part_num>"
13372 msgstr ""
13373
13374 #. type: textblock
13375 #: ../src/guestfs-actions.pod:4985 ../fish/guestfish-actions.pod:3353
13376 msgid "Partition number, counting from 1."
13377 msgstr ""
13378
13379 #. type: =item
13380 #: ../src/guestfs-actions.pod:4987 ../fish/guestfish-actions.pod:3355
13381 msgid "B<part_start>"
13382 msgstr ""
13383
13384 #. type: textblock
13385 #: ../src/guestfs-actions.pod:4989
13386 msgid ""
13387 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
13388 "the device's sector size, see C<guestfs_blockdev_getss>."
13389 msgstr ""
13390
13391 #. type: =item
13392 #: ../src/guestfs-actions.pod:4992 ../fish/guestfish-actions.pod:3360
13393 msgid "B<part_end>"
13394 msgstr ""
13395
13396 #. type: textblock
13397 #: ../src/guestfs-actions.pod:4994 ../fish/guestfish-actions.pod:3362
13398 msgid "End of the partition in bytes."
13399 msgstr ""
13400
13401 #. type: =item
13402 #: ../src/guestfs-actions.pod:4996 ../fish/guestfish-actions.pod:3364
13403 msgid "B<part_size>"
13404 msgstr ""
13405
13406 #. type: textblock
13407 #: ../src/guestfs-actions.pod:4998 ../fish/guestfish-actions.pod:3366
13408 msgid "Size of the partition in bytes."
13409 msgstr ""
13410
13411 #. type: textblock
13412 #: ../src/guestfs-actions.pod:5002
13413 msgid ""
13414 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
13415 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
13416 "use>."
13417 msgstr ""
13418
13419 #. type: =head2
13420 #: ../src/guestfs-actions.pod:5008
13421 msgid "guestfs_part_set_bootable"
13422 msgstr ""
13423
13424 #. type: verbatim
13425 #: ../src/guestfs-actions.pod:5010
13426 #, no-wrap
13427 msgid ""
13428 " int\n"
13429 " guestfs_part_set_bootable (guestfs_h *g,\n"
13430 "                            const char *device,\n"
13431 "                            int partnum,\n"
13432 "                            int bootable);\n"
13433 "\n"
13434 msgstr ""
13435
13436 #. type: textblock
13437 #: ../src/guestfs-actions.pod:5016 ../fish/guestfish-actions.pod:3374
13438 msgid ""
13439 "This sets the bootable flag on partition numbered C<partnum> on device "
13440 "C<device>.  Note that partitions are numbered from 1."
13441 msgstr ""
13442
13443 #. type: textblock
13444 #: ../src/guestfs-actions.pod:5019 ../fish/guestfish-actions.pod:3377
13445 msgid ""
13446 "The bootable flag is used by some operating systems (notably Windows) to "
13447 "determine which partition to boot from.  It is by no means universally "
13448 "recognized."
13449 msgstr ""
13450
13451 #. type: =head2
13452 #: ../src/guestfs-actions.pod:5027
13453 msgid "guestfs_part_set_mbr_id"
13454 msgstr ""
13455
13456 #. type: verbatim
13457 #: ../src/guestfs-actions.pod:5029
13458 #, no-wrap
13459 msgid ""
13460 " int\n"
13461 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
13462 "                          const char *device,\n"
13463 "                          int partnum,\n"
13464 "                          int idbyte);\n"
13465 "\n"
13466 msgstr ""
13467
13468 #. type: textblock
13469 #: ../src/guestfs-actions.pod:5035 ../fish/guestfish-actions.pod:3385
13470 msgid ""
13471 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
13472 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
13473 "documentation are in fact hexadecimal numbers, but usually documented "
13474 "without any leading \"0x\" which might be confusing."
13475 msgstr ""
13476
13477 #. type: =head2
13478 #: ../src/guestfs-actions.pod:5049
13479 msgid "guestfs_part_set_name"
13480 msgstr ""
13481
13482 #. type: verbatim
13483 #: ../src/guestfs-actions.pod:5051
13484 #, no-wrap
13485 msgid ""
13486 " int\n"
13487 " guestfs_part_set_name (guestfs_h *g,\n"
13488 "                        const char *device,\n"
13489 "                        int partnum,\n"
13490 "                        const char *name);\n"
13491 "\n"
13492 msgstr ""
13493
13494 #. type: textblock
13495 #: ../src/guestfs-actions.pod:5057 ../fish/guestfish-actions.pod:3399
13496 msgid ""
13497 "This sets the partition name on partition numbered C<partnum> on device "
13498 "C<device>.  Note that partitions are numbered from 1."
13499 msgstr ""
13500
13501 #. type: textblock
13502 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3402
13503 msgid ""
13504 "The partition name can only be set on certain types of partition table.  "
13505 "This works on C<gpt> but not on C<mbr> partitions."
13506 msgstr ""
13507
13508 #. type: =head2
13509 #: ../src/guestfs-actions.pod:5067
13510 msgid "guestfs_part_to_dev"
13511 msgstr ""
13512
13513 #. type: verbatim
13514 #: ../src/guestfs-actions.pod:5069
13515 #, no-wrap
13516 msgid ""
13517 " char *\n"
13518 " guestfs_part_to_dev (guestfs_h *g,\n"
13519 "                      const char *partition);\n"
13520 "\n"
13521 msgstr ""
13522
13523 #. type: textblock
13524 #: ../src/guestfs-actions.pod:5073 ../fish/guestfish-actions.pod:3409
13525 msgid ""
13526 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
13527 "partition number, returning the device name (eg. \"/dev/sdb\")."
13528 msgstr ""
13529
13530 #. type: textblock
13531 #: ../src/guestfs-actions.pod:5077
13532 msgid ""
13533 "The named partition must exist, for example as a string returned from "
13534 "C<guestfs_list_partitions>."
13535 msgstr ""
13536
13537 #. type: =head2
13538 #: ../src/guestfs-actions.pod:5085
13539 msgid "guestfs_ping_daemon"
13540 msgstr ""
13541
13542 #. type: verbatim
13543 #: ../src/guestfs-actions.pod:5087
13544 #, no-wrap
13545 msgid ""
13546 " int\n"
13547 " guestfs_ping_daemon (guestfs_h *g);\n"
13548 "\n"
13549 msgstr ""
13550
13551 #. type: textblock
13552 #: ../src/guestfs-actions.pod:5090 ../fish/guestfish-actions.pod:3420
13553 msgid ""
13554 "This is a test probe into the guestfs daemon running inside the qemu "
13555 "subprocess.  Calling this function checks that the daemon responds to the "
13556 "ping message, without affecting the daemon or attached block device(s) in "
13557 "any other way."
13558 msgstr ""
13559
13560 #. type: =head2
13561 #: ../src/guestfs-actions.pod:5099
13562 msgid "guestfs_pread"
13563 msgstr ""
13564
13565 #. type: verbatim
13566 #: ../src/guestfs-actions.pod:5101
13567 #, no-wrap
13568 msgid ""
13569 " char *\n"
13570 " guestfs_pread (guestfs_h *g,\n"
13571 "                const char *path,\n"
13572 "                int count,\n"
13573 "                int64_t offset,\n"
13574 "                size_t *size_r);\n"
13575 "\n"
13576 msgstr ""
13577
13578 #. type: textblock
13579 #: ../src/guestfs-actions.pod:5108 ../fish/guestfish-actions.pod:3429
13580 msgid ""
13581 "This command lets you read part of a file.  It reads C<count> bytes of the "
13582 "file, starting at C<offset>, from file C<path>."
13583 msgstr ""
13584
13585 #. type: textblock
13586 #: ../src/guestfs-actions.pod:5111 ../src/guestfs-actions.pod:5137 ../fish/guestfish-actions.pod:3432 ../fish/guestfish-actions.pod:3447
13587 msgid ""
13588 "This may read fewer bytes than requested.  For further details see the "
13589 "L<pread(2)> system call."
13590 msgstr ""
13591
13592 #. type: textblock
13593 #: ../src/guestfs-actions.pod:5114
13594 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
13595 msgstr ""
13596
13597 #. type: =head2
13598 #: ../src/guestfs-actions.pod:5125
13599 msgid "guestfs_pread_device"
13600 msgstr ""
13601
13602 #. type: verbatim
13603 #: ../src/guestfs-actions.pod:5127
13604 #, no-wrap
13605 msgid ""
13606 " char *\n"
13607 " guestfs_pread_device (guestfs_h *g,\n"
13608 "                       const char *device,\n"
13609 "                       int count,\n"
13610 "                       int64_t offset,\n"
13611 "                       size_t *size_r);\n"
13612 "\n"
13613 msgstr ""
13614
13615 #. type: textblock
13616 #: ../src/guestfs-actions.pod:5134 ../fish/guestfish-actions.pod:3444
13617 msgid ""
13618 "This command lets you read part of a file.  It reads C<count> bytes of "
13619 "C<device>, starting at C<offset>."
13620 msgstr ""
13621
13622 #. type: textblock
13623 #: ../src/guestfs-actions.pod:5140
13624 msgid "See also C<guestfs_pread>."
13625 msgstr ""
13626
13627 #. type: textblock
13628 #: ../src/guestfs-actions.pod:5149
13629 msgid "(Added in 1.5.21)"
13630 msgstr ""
13631
13632 #. type: =head2
13633 #: ../src/guestfs-actions.pod:5151
13634 msgid "guestfs_pvcreate"
13635 msgstr ""
13636
13637 #. type: verbatim
13638 #: ../src/guestfs-actions.pod:5153
13639 #, no-wrap
13640 msgid ""
13641 " int\n"
13642 " guestfs_pvcreate (guestfs_h *g,\n"
13643 "                   const char *device);\n"
13644 "\n"
13645 msgstr ""
13646
13647 #. type: textblock
13648 #: ../src/guestfs-actions.pod:5157 ../fish/guestfish-actions.pod:3459
13649 msgid ""
13650 "This creates an LVM physical volume on the named C<device>, where C<device> "
13651 "should usually be a partition name such as C</dev/sda1>."
13652 msgstr ""
13653
13654 #. type: =head2
13655 #: ../src/guestfs-actions.pod:5165
13656 msgid "guestfs_pvremove"
13657 msgstr ""
13658
13659 #. type: verbatim
13660 #: ../src/guestfs-actions.pod:5167
13661 #, no-wrap
13662 msgid ""
13663 " int\n"
13664 " guestfs_pvremove (guestfs_h *g,\n"
13665 "                   const char *device);\n"
13666 "\n"
13667 msgstr ""
13668
13669 #. type: textblock
13670 #: ../src/guestfs-actions.pod:5171 ../fish/guestfish-actions.pod:3467
13671 msgid ""
13672 "This wipes a physical volume C<device> so that LVM will no longer recognise "
13673 "it."
13674 msgstr ""
13675
13676 #. type: textblock
13677 #: ../src/guestfs-actions.pod:5174 ../fish/guestfish-actions.pod:3470
13678 msgid ""
13679 "The implementation uses the C<pvremove> command which refuses to wipe "
13680 "physical volumes that contain any volume groups, so you have to remove those "
13681 "first."
13682 msgstr ""
13683
13684 #. type: =head2
13685 #: ../src/guestfs-actions.pod:5182
13686 msgid "guestfs_pvresize"
13687 msgstr ""
13688
13689 #. type: verbatim
13690 #: ../src/guestfs-actions.pod:5184
13691 #, no-wrap
13692 msgid ""
13693 " int\n"
13694 " guestfs_pvresize (guestfs_h *g,\n"
13695 "                   const char *device);\n"
13696 "\n"
13697 msgstr ""
13698
13699 #. type: textblock
13700 #: ../src/guestfs-actions.pod:5188 ../fish/guestfish-actions.pod:3478
13701 msgid ""
13702 "This resizes (expands or shrinks) an existing LVM physical volume to match "
13703 "the new size of the underlying device."
13704 msgstr ""
13705
13706 #. type: =head2
13707 #: ../src/guestfs-actions.pod:5195
13708 msgid "guestfs_pvresize_size"
13709 msgstr ""
13710
13711 #. type: verbatim
13712 #: ../src/guestfs-actions.pod:5197
13713 #, no-wrap
13714 msgid ""
13715 " int\n"
13716 " guestfs_pvresize_size (guestfs_h *g,\n"
13717 "                        const char *device,\n"
13718 "                        int64_t size);\n"
13719 "\n"
13720 msgstr ""
13721
13722 #. type: textblock
13723 #: ../src/guestfs-actions.pod:5202
13724 msgid ""
13725 "This command is the same as C<guestfs_pvresize> except that it allows you to "
13726 "specify the new size (in bytes) explicitly."
13727 msgstr ""
13728
13729 #. type: =head2
13730 #: ../src/guestfs-actions.pod:5209
13731 msgid "guestfs_pvs"
13732 msgstr ""
13733
13734 #. type: verbatim
13735 #: ../src/guestfs-actions.pod:5211
13736 #, no-wrap
13737 msgid ""
13738 " char **\n"
13739 " guestfs_pvs (guestfs_h *g);\n"
13740 "\n"
13741 msgstr ""
13742
13743 #. type: textblock
13744 #: ../src/guestfs-actions.pod:5214 ../fish/guestfish-actions.pod:3492
13745 msgid ""
13746 "List all the physical volumes detected.  This is the equivalent of the "
13747 "L<pvs(8)> command."
13748 msgstr ""
13749
13750 #. type: textblock
13751 #: ../src/guestfs-actions.pod:5217 ../fish/guestfish-actions.pod:3495
13752 msgid ""
13753 "This returns a list of just the device names that contain PVs "
13754 "(eg. C</dev/sda2>)."
13755 msgstr ""
13756
13757 #. type: textblock
13758 #: ../src/guestfs-actions.pod:5220
13759 msgid "See also C<guestfs_pvs_full>."
13760 msgstr ""
13761
13762 #. type: =head2
13763 #: ../src/guestfs-actions.pod:5228
13764 msgid "guestfs_pvs_full"
13765 msgstr ""
13766
13767 #. type: verbatim
13768 #: ../src/guestfs-actions.pod:5230
13769 #, no-wrap
13770 msgid ""
13771 " struct guestfs_lvm_pv_list *\n"
13772 " guestfs_pvs_full (guestfs_h *g);\n"
13773 "\n"
13774 msgstr ""
13775
13776 #. type: textblock
13777 #: ../src/guestfs-actions.pod:5233 ../fish/guestfish-actions.pod:3504
13778 msgid ""
13779 "List all the physical volumes detected.  This is the equivalent of the "
13780 "L<pvs(8)> command.  The \"full\" version includes all fields."
13781 msgstr ""
13782
13783 #. type: textblock
13784 #: ../src/guestfs-actions.pod:5236
13785 msgid ""
13786 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
13787 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after "
13788 "use>."
13789 msgstr ""
13790
13791 #. type: =head2
13792 #: ../src/guestfs-actions.pod:5242
13793 msgid "guestfs_pvuuid"
13794 msgstr ""
13795
13796 #. type: verbatim
13797 #: ../src/guestfs-actions.pod:5244
13798 #, no-wrap
13799 msgid ""
13800 " char *\n"
13801 " guestfs_pvuuid (guestfs_h *g,\n"
13802 "                 const char *device);\n"
13803 "\n"
13804 msgstr ""
13805
13806 #. type: textblock
13807 #: ../src/guestfs-actions.pod:5248 ../fish/guestfish-actions.pod:3511
13808 msgid "This command returns the UUID of the LVM PV C<device>."
13809 msgstr ""
13810
13811 #. type: =head2
13812 #: ../src/guestfs-actions.pod:5255
13813 msgid "guestfs_pwrite"
13814 msgstr ""
13815
13816 #. type: verbatim
13817 #: ../src/guestfs-actions.pod:5257
13818 #, no-wrap
13819 msgid ""
13820 " int\n"
13821 " guestfs_pwrite (guestfs_h *g,\n"
13822 "                 const char *path,\n"
13823 "                 const char *content,\n"
13824 "                 size_t content_size,\n"
13825 "                 int64_t offset);\n"
13826 "\n"
13827 msgstr ""
13828
13829 #. type: textblock
13830 #: ../src/guestfs-actions.pod:5264 ../fish/guestfish-actions.pod:3517
13831 msgid ""
13832 "This command writes to part of a file.  It writes the data buffer C<content> "
13833 "to the file C<path> starting at offset C<offset>."
13834 msgstr ""
13835
13836 #. type: textblock
13837 #: ../src/guestfs-actions.pod:5267 ../fish/guestfish-actions.pod:3520
13838 msgid ""
13839 "This command implements the L<pwrite(2)> system call, and like that system "
13840 "call it may not write the full data requested.  The return value is the "
13841 "number of bytes that were actually written to the file.  This could even be "
13842 "0, although short writes are unlikely for regular files in ordinary "
13843 "circumstances."
13844 msgstr ""
13845
13846 #. type: textblock
13847 #: ../src/guestfs-actions.pod:5273
13848 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
13849 msgstr ""
13850
13851 #. type: =head2
13852 #: ../src/guestfs-actions.pod:5282
13853 msgid "guestfs_pwrite_device"
13854 msgstr ""
13855
13856 #. type: verbatim
13857 #: ../src/guestfs-actions.pod:5284
13858 #, no-wrap
13859 msgid ""
13860 " int\n"
13861 " guestfs_pwrite_device (guestfs_h *g,\n"
13862 "                        const char *device,\n"
13863 "                        const char *content,\n"
13864 "                        size_t content_size,\n"
13865 "                        int64_t offset);\n"
13866 "\n"
13867 msgstr ""
13868
13869 #. type: textblock
13870 #: ../src/guestfs-actions.pod:5291 ../fish/guestfish-actions.pod:3535
13871 msgid ""
13872 "This command writes to part of a device.  It writes the data buffer "
13873 "C<content> to C<device> starting at offset C<offset>."
13874 msgstr ""
13875
13876 #. type: textblock
13877 #: ../src/guestfs-actions.pod:5294 ../fish/guestfish-actions.pod:3538
13878 msgid ""
13879 "This command implements the L<pwrite(2)> system call, and like that system "
13880 "call it may not write the full data requested (although short writes to disk "
13881 "devices and partitions are probably impossible with standard Linux kernels)."
13882 msgstr ""
13883
13884 #. type: textblock
13885 #: ../src/guestfs-actions.pod:5299
13886 msgid "See also C<guestfs_pwrite>."
13887 msgstr ""
13888
13889 #. type: textblock
13890 #: ../src/guestfs-actions.pod:5306
13891 msgid "(Added in 1.5.20)"
13892 msgstr ""
13893
13894 #. type: =head2
13895 #: ../src/guestfs-actions.pod:5308
13896 msgid "guestfs_read_file"
13897 msgstr ""
13898
13899 #. type: verbatim
13900 #: ../src/guestfs-actions.pod:5310
13901 #, no-wrap
13902 msgid ""
13903 " char *\n"
13904 " guestfs_read_file (guestfs_h *g,\n"
13905 "                    const char *path,\n"
13906 "                    size_t *size_r);\n"
13907 "\n"
13908 msgstr ""
13909
13910 #. type: textblock
13911 #: ../src/guestfs-actions.pod:5315 ../fish/guestfish-actions.pod:3552
13912 msgid "This calls returns the contents of the file C<path> as a buffer."
13913 msgstr ""
13914
13915 #. type: textblock
13916 #: ../src/guestfs-actions.pod:5318
13917 msgid ""
13918 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
13919 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
13920 "function is limited in the total size of file that can be handled."
13921 msgstr ""
13922
13923 #. type: textblock
13924 #: ../src/guestfs-actions.pod:5330
13925 msgid "(Added in 1.0.63)"
13926 msgstr ""
13927
13928 #. type: =head2
13929 #: ../src/guestfs-actions.pod:5332
13930 msgid "guestfs_read_lines"
13931 msgstr ""
13932
13933 #. type: verbatim
13934 #: ../src/guestfs-actions.pod:5334
13935 #, no-wrap
13936 msgid ""
13937 " char **\n"
13938 " guestfs_read_lines (guestfs_h *g,\n"
13939 "                     const char *path);\n"
13940 "\n"
13941 msgstr ""
13942
13943 #. type: textblock
13944 #: ../src/guestfs-actions.pod:5340 ../fish/guestfish-actions.pod:3569
13945 msgid ""
13946 "The file contents are returned as a list of lines.  Trailing C<LF> and "
13947 "C<CRLF> character sequences are I<not> returned."
13948 msgstr ""
13949
13950 #. type: textblock
13951 #: ../src/guestfs-actions.pod:5343
13952 msgid ""
13953 "Note that this function cannot correctly handle binary files (specifically, "
13954 "files containing C<\\0> character which is treated as end of line).  For "
13955 "those you need to use the C<guestfs_read_file> function which has a more "
13956 "complex interface."
13957 msgstr ""
13958
13959 #. type: =head2
13960 #: ../src/guestfs-actions.pod:5354
13961 msgid "guestfs_readdir"
13962 msgstr ""
13963
13964 #. type: verbatim
13965 #: ../src/guestfs-actions.pod:5356
13966 #, no-wrap
13967 msgid ""
13968 " struct guestfs_dirent_list *\n"
13969 " guestfs_readdir (guestfs_h *g,\n"
13970 "                  const char *dir);\n"
13971 "\n"
13972 msgstr ""
13973
13974 #. type: textblock
13975 #: ../src/guestfs-actions.pod:5360 ../fish/guestfish-actions.pod:3581
13976 msgid "This returns the list of directory entries in directory C<dir>."
13977 msgstr ""
13978
13979 #. type: textblock
13980 #: ../src/guestfs-actions.pod:5362 ../fish/guestfish-actions.pod:3583
13981 msgid ""
13982 "All entries in the directory are returned, including C<.> and C<..>.  The "
13983 "entries are I<not> sorted, but returned in the same order as the underlying "
13984 "filesystem."
13985 msgstr ""
13986
13987 #. type: textblock
13988 #: ../src/guestfs-actions.pod:5366 ../fish/guestfish-actions.pod:3587
13989 msgid ""
13990 "Also this call returns basic file type information about each file.  The "
13991 "C<ftyp> field will contain one of the following characters:"
13992 msgstr ""
13993
13994 #. type: =item
13995 #: ../src/guestfs-actions.pod:5371 ../fish/guestfish-actions.pod:3592
13996 msgid "'b'"
13997 msgstr ""
13998
13999 #. type: textblock
14000 #: ../src/guestfs-actions.pod:5373 ../fish/guestfish-actions.pod:3594
14001 msgid "Block special"
14002 msgstr ""
14003
14004 #. type: =item
14005 #: ../src/guestfs-actions.pod:5375 ../fish/guestfish-actions.pod:3596
14006 msgid "'c'"
14007 msgstr ""
14008
14009 #. type: textblock
14010 #: ../src/guestfs-actions.pod:5377 ../fish/guestfish-actions.pod:3598
14011 msgid "Char special"
14012 msgstr ""
14013
14014 #. type: =item
14015 #: ../src/guestfs-actions.pod:5379 ../fish/guestfish-actions.pod:3600
14016 msgid "'d'"
14017 msgstr ""
14018
14019 #. type: textblock
14020 #: ../src/guestfs-actions.pod:5381 ../fish/guestfish-actions.pod:3602
14021 msgid "Directory"
14022 msgstr ""
14023
14024 #. type: =item
14025 #: ../src/guestfs-actions.pod:5383 ../fish/guestfish-actions.pod:3604
14026 msgid "'f'"
14027 msgstr ""
14028
14029 #. type: textblock
14030 #: ../src/guestfs-actions.pod:5385 ../fish/guestfish-actions.pod:3606
14031 msgid "FIFO (named pipe)"
14032 msgstr ""
14033
14034 #. type: =item
14035 #: ../src/guestfs-actions.pod:5387 ../fish/guestfish-actions.pod:3608
14036 msgid "'l'"
14037 msgstr ""
14038
14039 #. type: textblock
14040 #: ../src/guestfs-actions.pod:5389 ../fish/guestfish-actions.pod:3610
14041 msgid "Symbolic link"
14042 msgstr ""
14043
14044 #. type: =item
14045 #: ../src/guestfs-actions.pod:5391 ../fish/guestfish-actions.pod:3612
14046 msgid "'r'"
14047 msgstr ""
14048
14049 #. type: textblock
14050 #: ../src/guestfs-actions.pod:5393 ../fish/guestfish-actions.pod:3614
14051 msgid "Regular file"
14052 msgstr ""
14053
14054 #. type: =item
14055 #: ../src/guestfs-actions.pod:5395 ../fish/guestfish-actions.pod:3616
14056 msgid "'s'"
14057 msgstr ""
14058
14059 #. type: textblock
14060 #: ../src/guestfs-actions.pod:5397 ../fish/guestfish-actions.pod:3618
14061 msgid "Socket"
14062 msgstr ""
14063
14064 #. type: =item
14065 #: ../src/guestfs-actions.pod:5399 ../fish/guestfish-actions.pod:3620
14066 msgid "'u'"
14067 msgstr ""
14068
14069 #. type: textblock
14070 #: ../src/guestfs-actions.pod:5401 ../fish/guestfish-actions.pod:3622
14071 msgid "Unknown file type"
14072 msgstr ""
14073
14074 #. type: =item
14075 #: ../src/guestfs-actions.pod:5403 ../fish/guestfish-actions.pod:3624
14076 msgid "'?'"
14077 msgstr ""
14078
14079 #. type: textblock
14080 #: ../src/guestfs-actions.pod:5405 ../fish/guestfish-actions.pod:3626
14081 msgid "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
14082 msgstr ""
14083
14084 #. type: textblock
14085 #: ../src/guestfs-actions.pod:5410
14086 msgid ""
14087 "This function is primarily intended for use by programs.  To get a simple "
14088 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
14089 "consumption, use C<guestfs_ll>."
14090 msgstr ""
14091
14092 #. type: textblock
14093 #: ../src/guestfs-actions.pod:5414
14094 msgid ""
14095 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
14096 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after "
14097 "use>."
14098 msgstr ""
14099
14100 #. type: =head2
14101 #: ../src/guestfs-actions.pod:5420
14102 msgid "guestfs_readlink"
14103 msgstr ""
14104
14105 #. type: verbatim
14106 #: ../src/guestfs-actions.pod:5422
14107 #, no-wrap
14108 msgid ""
14109 " char *\n"
14110 " guestfs_readlink (guestfs_h *g,\n"
14111 "                   const char *path);\n"
14112 "\n"
14113 msgstr ""
14114
14115 #. type: textblock
14116 #: ../src/guestfs-actions.pod:5426 ../fish/guestfish-actions.pod:3639
14117 msgid "This command reads the target of a symbolic link."
14118 msgstr ""
14119
14120 #. type: =head2
14121 #: ../src/guestfs-actions.pod:5433
14122 msgid "guestfs_readlinklist"
14123 msgstr ""
14124
14125 #. type: verbatim
14126 #: ../src/guestfs-actions.pod:5435
14127 #, no-wrap
14128 msgid ""
14129 " char **\n"
14130 " guestfs_readlinklist (guestfs_h *g,\n"
14131 "                       const char *path,\n"
14132 "                       char *const *names);\n"
14133 "\n"
14134 msgstr ""
14135
14136 #. type: textblock
14137 #: ../src/guestfs-actions.pod:5440 ../fish/guestfish-actions.pod:3645
14138 msgid ""
14139 "This call allows you to do a C<readlink> operation on multiple files, where "
14140 "all files are in the directory C<path>.  C<names> is the list of files from "
14141 "this directory."
14142 msgstr ""
14143
14144 #. type: textblock
14145 #: ../src/guestfs-actions.pod:5444 ../fish/guestfish-actions.pod:3649
14146 msgid ""
14147 "On return you get a list of strings, with a one-to-one correspondence to the "
14148 "C<names> list.  Each string is the value of the symbolic link."
14149 msgstr ""
14150
14151 #. type: textblock
14152 #: ../src/guestfs-actions.pod:5448 ../fish/guestfish-actions.pod:3653
14153 msgid ""
14154 "If the C<readlink(2)> operation fails on any name, then the corresponding "
14155 "result string is the empty string C<\"\">.  However the whole operation is "
14156 "completed even if there were C<readlink(2)> errors, and so you can call this "
14157 "function with names where you don't know if they are symbolic links already "
14158 "(albeit slightly less efficient)."
14159 msgstr ""
14160
14161 #. type: textblock
14162 #: ../src/guestfs-actions.pod:5455 ../fish/guestfish-actions.pod:3660
14163 msgid ""
14164 "This call is intended for programs that want to efficiently list a directory "
14165 "contents without making many round-trips.  Very long directory listings "
14166 "might cause the protocol message size to be exceeded, causing this call to "
14167 "fail.  The caller must split up such requests into smaller groups of names."
14168 msgstr ""
14169
14170 #. type: =head2
14171 #: ../src/guestfs-actions.pod:5468
14172 msgid "guestfs_realpath"
14173 msgstr ""
14174
14175 #. type: verbatim
14176 #: ../src/guestfs-actions.pod:5470
14177 #, no-wrap
14178 msgid ""
14179 " char *\n"
14180 " guestfs_realpath (guestfs_h *g,\n"
14181 "                   const char *path);\n"
14182 "\n"
14183 msgstr ""
14184
14185 #. type: textblock
14186 #: ../src/guestfs-actions.pod:5474 ../fish/guestfish-actions.pod:3671
14187 msgid ""
14188 "Return the canonicalized absolute pathname of C<path>.  The returned path "
14189 "has no C<.>, C<..> or symbolic link path elements."
14190 msgstr ""
14191
14192 #. type: =head2
14193 #: ../src/guestfs-actions.pod:5482
14194 msgid "guestfs_removexattr"
14195 msgstr ""
14196
14197 #. type: verbatim
14198 #: ../src/guestfs-actions.pod:5484
14199 #, no-wrap
14200 msgid ""
14201 " int\n"
14202 " guestfs_removexattr (guestfs_h *g,\n"
14203 "                      const char *xattr,\n"
14204 "                      const char *path);\n"
14205 "\n"
14206 msgstr ""
14207
14208 #. type: textblock
14209 #: ../src/guestfs-actions.pod:5489 ../fish/guestfish-actions.pod:3678
14210 msgid "This call removes the extended attribute named C<xattr> of the file C<path>."
14211 msgstr ""
14212
14213 #. type: textblock
14214 #: ../src/guestfs-actions.pod:5492
14215 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
14216 msgstr ""
14217
14218 #. type: =head2
14219 #: ../src/guestfs-actions.pod:5498
14220 msgid "guestfs_resize2fs"
14221 msgstr ""
14222
14223 #. type: verbatim
14224 #: ../src/guestfs-actions.pod:5500
14225 #, no-wrap
14226 msgid ""
14227 " int\n"
14228 " guestfs_resize2fs (guestfs_h *g,\n"
14229 "                    const char *device);\n"
14230 "\n"
14231 msgstr ""
14232
14233 #. type: textblock
14234 #: ../src/guestfs-actions.pod:5504 ../fish/guestfish-actions.pod:3687
14235 msgid ""
14236 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
14237 "underlying device."
14238 msgstr ""
14239
14240 #. type: textblock
14241 #: ../src/guestfs-actions.pod:5507
14242 msgid ""
14243 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
14244 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
14245 "sometimes gives an error about this and sometimes not.  In any case, it is "
14246 "always safe to call C<guestfs_e2fsck_f> before calling this function."
14247 msgstr ""
14248
14249 #. type: =head2
14250 #: ../src/guestfs-actions.pod:5517
14251 msgid "guestfs_resize2fs_M"
14252 msgstr ""
14253
14254 #. type: verbatim
14255 #: ../src/guestfs-actions.pod:5519
14256 #, no-wrap
14257 msgid ""
14258 " int\n"
14259 " guestfs_resize2fs_M (guestfs_h *g,\n"
14260 "                      const char *device);\n"
14261 "\n"
14262 msgstr ""
14263
14264 #. type: textblock
14265 #: ../src/guestfs-actions.pod:5523
14266 msgid ""
14267 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
14268 "resized to its minimum size.  This works like the C<-M> option to the "
14269 "C<resize2fs> command."
14270 msgstr ""
14271
14272 #. type: textblock
14273 #: ../src/guestfs-actions.pod:5527
14274 msgid ""
14275 "To get the resulting size of the filesystem you should call "
14276 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
14277 "These two numbers, multiplied together, give the resulting size of the "
14278 "minimal filesystem in bytes."
14279 msgstr ""
14280
14281 #. type: =head2
14282 #: ../src/guestfs-actions.pod:5534
14283 msgid "guestfs_resize2fs_size"
14284 msgstr ""
14285
14286 #. type: verbatim
14287 #: ../src/guestfs-actions.pod:5536
14288 #, no-wrap
14289 msgid ""
14290 " int\n"
14291 " guestfs_resize2fs_size (guestfs_h *g,\n"
14292 "                         const char *device,\n"
14293 "                         int64_t size);\n"
14294 "\n"
14295 msgstr ""
14296
14297 #. type: textblock
14298 #: ../src/guestfs-actions.pod:5541
14299 msgid ""
14300 "This command is the same as C<guestfs_resize2fs> except that it allows you "
14301 "to specify the new size (in bytes) explicitly."
14302 msgstr ""
14303
14304 #. type: =head2
14305 #: ../src/guestfs-actions.pod:5548
14306 msgid "guestfs_rm"
14307 msgstr ""
14308
14309 #. type: verbatim
14310 #: ../src/guestfs-actions.pod:5550
14311 #, no-wrap
14312 msgid ""
14313 " int\n"
14314 " guestfs_rm (guestfs_h *g,\n"
14315 "             const char *path);\n"
14316 "\n"
14317 msgstr ""
14318
14319 #. type: textblock
14320 #: ../src/guestfs-actions.pod:5554 ../fish/guestfish-actions.pod:3720
14321 msgid "Remove the single file C<path>."
14322 msgstr ""
14323
14324 #. type: =head2
14325 #: ../src/guestfs-actions.pod:5560
14326 msgid "guestfs_rm_rf"
14327 msgstr ""
14328
14329 #. type: verbatim
14330 #: ../src/guestfs-actions.pod:5562
14331 #, no-wrap
14332 msgid ""
14333 " int\n"
14334 " guestfs_rm_rf (guestfs_h *g,\n"
14335 "                const char *path);\n"
14336 "\n"
14337 msgstr ""
14338
14339 #. type: textblock
14340 #: ../src/guestfs-actions.pod:5566 ../fish/guestfish-actions.pod:3726
14341 msgid ""
14342 "Remove the file or directory C<path>, recursively removing the contents if "
14343 "its a directory.  This is like the C<rm -rf> shell command."
14344 msgstr ""
14345
14346 #. type: =head2
14347 #: ../src/guestfs-actions.pod:5574
14348 msgid "guestfs_rmdir"
14349 msgstr ""
14350
14351 #. type: verbatim
14352 #: ../src/guestfs-actions.pod:5576
14353 #, no-wrap
14354 msgid ""
14355 " int\n"
14356 " guestfs_rmdir (guestfs_h *g,\n"
14357 "                const char *path);\n"
14358 "\n"
14359 msgstr ""
14360
14361 #. type: textblock
14362 #: ../src/guestfs-actions.pod:5580 ../fish/guestfish-actions.pod:3734
14363 msgid "Remove the single directory C<path>."
14364 msgstr ""
14365
14366 #. type: =head2
14367 #: ../src/guestfs-actions.pod:5586
14368 msgid "guestfs_rmmountpoint"
14369 msgstr ""
14370
14371 #. type: verbatim
14372 #: ../src/guestfs-actions.pod:5588
14373 #, no-wrap
14374 msgid ""
14375 " int\n"
14376 " guestfs_rmmountpoint (guestfs_h *g,\n"
14377 "                       const char *exemptpath);\n"
14378 "\n"
14379 msgstr ""
14380
14381 #. type: textblock
14382 #: ../src/guestfs-actions.pod:5592
14383 msgid ""
14384 "This calls removes a mountpoint that was previously created with "
14385 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
14386 msgstr ""
14387
14388 #. type: =head2
14389 #: ../src/guestfs-actions.pod:5600
14390 msgid "guestfs_scrub_device"
14391 msgstr ""
14392
14393 #. type: verbatim
14394 #: ../src/guestfs-actions.pod:5602
14395 #, no-wrap
14396 msgid ""
14397 " int\n"
14398 " guestfs_scrub_device (guestfs_h *g,\n"
14399 "                       const char *device);\n"
14400 "\n"
14401 msgstr ""
14402
14403 #. type: textblock
14404 #: ../src/guestfs-actions.pod:5606 ../fish/guestfish-actions.pod:3748
14405 msgid ""
14406 "This command writes patterns over C<device> to make data retrieval more "
14407 "difficult."
14408 msgstr ""
14409
14410 #. type: textblock
14411 #: ../src/guestfs-actions.pod:5609 ../src/guestfs-actions.pod:5630 ../src/guestfs-actions.pod:5649 ../fish/guestfish-actions.pod:3751 ../fish/guestfish-actions.pod:3766 ../fish/guestfish-actions.pod:3779
14412 msgid ""
14413 "It is an interface to the L<scrub(1)> program.  See that manual page for "
14414 "more details."
14415 msgstr ""
14416
14417 #. type: textblock
14418 #: ../src/guestfs-actions.pod:5617 ../src/guestfs-actions.pod:5635 ../src/guestfs-actions.pod:5654
14419 msgid "(Added in 1.0.52)"
14420 msgstr ""
14421
14422 #. type: =head2
14423 #: ../src/guestfs-actions.pod:5619
14424 msgid "guestfs_scrub_file"
14425 msgstr ""
14426
14427 #. type: verbatim
14428 #: ../src/guestfs-actions.pod:5621
14429 #, no-wrap
14430 msgid ""
14431 " int\n"
14432 " guestfs_scrub_file (guestfs_h *g,\n"
14433 "                     const char *file);\n"
14434 "\n"
14435 msgstr ""
14436
14437 #. type: textblock
14438 #: ../src/guestfs-actions.pod:5625 ../fish/guestfish-actions.pod:3761
14439 msgid ""
14440 "This command writes patterns over a file to make data retrieval more "
14441 "difficult."
14442 msgstr ""
14443
14444 #. type: textblock
14445 #: ../src/guestfs-actions.pod:5628 ../fish/guestfish-actions.pod:3764
14446 msgid "The file is I<removed> after scrubbing."
14447 msgstr ""
14448
14449 #. type: =head2
14450 #: ../src/guestfs-actions.pod:5637
14451 msgid "guestfs_scrub_freespace"
14452 msgstr ""
14453
14454 #. type: verbatim
14455 #: ../src/guestfs-actions.pod:5639
14456 #, no-wrap
14457 msgid ""
14458 " int\n"
14459 " guestfs_scrub_freespace (guestfs_h *g,\n"
14460 "                          const char *dir);\n"
14461 "\n"
14462 msgstr ""
14463
14464 #. type: textblock
14465 #: ../src/guestfs-actions.pod:5643
14466 msgid ""
14467 "This command creates the directory C<dir> and then fills it with files until "
14468 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
14469 "and deletes them.  The intention is to scrub any free space on the partition "
14470 "containing C<dir>."
14471 msgstr ""
14472
14473 #. type: =head2
14474 #: ../src/guestfs-actions.pod:5656
14475 msgid "guestfs_set_append"
14476 msgstr ""
14477
14478 #. type: verbatim
14479 #: ../src/guestfs-actions.pod:5658
14480 #, no-wrap
14481 msgid ""
14482 " int\n"
14483 " guestfs_set_append (guestfs_h *g,\n"
14484 "                     const char *append);\n"
14485 "\n"
14486 msgstr ""
14487
14488 #. type: textblock
14489 #: ../src/guestfs-actions.pod:5662 ../fish/guestfish-actions.pod:3788
14490 msgid ""
14491 "This function is used to add additional options to the guest kernel command "
14492 "line."
14493 msgstr ""
14494
14495 #. type: textblock
14496 #: ../src/guestfs-actions.pod:5665 ../fish/guestfish-actions.pod:3791
14497 msgid ""
14498 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
14499 "environment variable."
14500 msgstr ""
14501
14502 #. type: textblock
14503 #: ../src/guestfs-actions.pod:5668 ../fish/guestfish-actions.pod:3794
14504 msgid ""
14505 "Setting C<append> to C<NULL> means I<no> additional options are passed "
14506 "(libguestfs always adds a few of its own)."
14507 msgstr ""
14508
14509 #. type: =head2
14510 #: ../src/guestfs-actions.pod:5675
14511 msgid "guestfs_set_attach_method"
14512 msgstr ""
14513
14514 #. type: verbatim
14515 #: ../src/guestfs-actions.pod:5677
14516 #, no-wrap
14517 msgid ""
14518 " int\n"
14519 " guestfs_set_attach_method (guestfs_h *g,\n"
14520 "                            const char *attachmethod);\n"
14521 "\n"
14522 msgstr ""
14523
14524 #. type: textblock
14525 #: ../src/guestfs-actions.pod:5681 ../fish/guestfish-actions.pod:3803
14526 msgid ""
14527 "Set the method that libguestfs uses to connect to the back end guestfsd "
14528 "daemon.  Possible methods are:"
14529 msgstr ""
14530
14531 #. type: textblock
14532 #: ../src/guestfs-actions.pod:5688 ../fish/guestfish-actions.pod:3810
14533 msgid ""
14534 "Launch an appliance and connect to it.  This is the ordinary method and the "
14535 "default."
14536 msgstr ""
14537
14538 #. type: =item
14539 #: ../src/guestfs-actions.pod:5691 ../fish/guestfish-actions.pod:3813
14540 msgid "C<unix:I<path>>"
14541 msgstr ""
14542
14543 #. type: textblock
14544 #: ../src/guestfs-actions.pod:5693 ../fish/guestfish-actions.pod:3815
14545 msgid "Connect to the Unix domain socket I<path>."
14546 msgstr ""
14547
14548 #. type: textblock
14549 #: ../src/guestfs-actions.pod:5695 ../fish/guestfish-actions.pod:3817
14550 msgid ""
14551 "This method lets you connect to an existing daemon or (using virtio-serial) "
14552 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
14553 "RUNNING DAEMONS>."
14554 msgstr ""
14555
14556 #. type: =head2
14557 #: ../src/guestfs-actions.pod:5703
14558 msgid "guestfs_set_autosync"
14559 msgstr ""
14560
14561 #. type: verbatim
14562 #: ../src/guestfs-actions.pod:5705
14563 #, no-wrap
14564 msgid ""
14565 " int\n"
14566 " guestfs_set_autosync (guestfs_h *g,\n"
14567 "                       int autosync);\n"
14568 "\n"
14569 msgstr ""
14570
14571 #. type: textblock
14572 #: ../src/guestfs-actions.pod:5709 ../fish/guestfish-actions.pod:3829
14573 msgid ""
14574 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
14575 "effort attempt to make filesystems consistent and synchronized when the "
14576 "handle is closed (also if the program exits without closing handles)."
14577 msgstr ""
14578
14579 #. type: textblock
14580 #: ../src/guestfs-actions.pod:5714 ../fish/guestfish-actions.pod:3834
14581 msgid ""
14582 "This is enabled by default (since libguestfs 1.5.24, previously it was "
14583 "disabled by default)."
14584 msgstr ""
14585
14586 #. type: =head2
14587 #: ../src/guestfs-actions.pod:5721
14588 msgid "guestfs_set_direct"
14589 msgstr ""
14590
14591 #. type: verbatim
14592 #: ../src/guestfs-actions.pod:5723
14593 #, no-wrap
14594 msgid ""
14595 " int\n"
14596 " guestfs_set_direct (guestfs_h *g,\n"
14597 "                     int direct);\n"
14598 "\n"
14599 msgstr ""
14600
14601 #. type: textblock
14602 #: ../src/guestfs-actions.pod:5727 ../fish/guestfish-actions.pod:3843
14603 msgid ""
14604 "If the direct appliance mode flag is enabled, then stdin and stdout are "
14605 "passed directly through to the appliance once it is launched."
14606 msgstr ""
14607
14608 #. type: textblock
14609 #: ../src/guestfs-actions.pod:5731
14610 msgid ""
14611 "One consequence of this is that log messages aren't caught by the library "
14612 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
14613 "stdout."
14614 msgstr ""
14615
14616 #. type: textblock
14617 #: ../src/guestfs-actions.pod:5735 ../fish/guestfish-actions.pod:3851
14618 msgid "You probably don't want to use this unless you know what you are doing."
14619 msgstr ""
14620
14621 #. type: textblock
14622 #: ../src/guestfs-actions.pod:5738 ../fish/guestfish-actions.pod:3854
14623 msgid "The default is disabled."
14624 msgstr ""
14625
14626 #. type: =head2
14627 #: ../src/guestfs-actions.pod:5744
14628 msgid "guestfs_set_e2label"
14629 msgstr ""
14630
14631 #. type: verbatim
14632 #: ../src/guestfs-actions.pod:5746
14633 #, no-wrap
14634 msgid ""
14635 " int\n"
14636 " guestfs_set_e2label (guestfs_h *g,\n"
14637 "                      const char *device,\n"
14638 "                      const char *label);\n"
14639 "\n"
14640 msgstr ""
14641
14642 #. type: textblock
14643 #: ../src/guestfs-actions.pod:5751 ../fish/guestfish-actions.pod:3860
14644 msgid ""
14645 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
14646 "C<label>.  Filesystem labels are limited to 16 characters."
14647 msgstr ""
14648
14649 #. type: textblock
14650 #: ../src/guestfs-actions.pod:5755
14651 msgid ""
14652 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
14653 "the existing label on a filesystem."
14654 msgstr ""
14655
14656 #. type: =head2
14657 #: ../src/guestfs-actions.pod:5762
14658 msgid "guestfs_set_e2uuid"
14659 msgstr ""
14660
14661 #. type: verbatim
14662 #: ../src/guestfs-actions.pod:5764
14663 #, no-wrap
14664 msgid ""
14665 " int\n"
14666 " guestfs_set_e2uuid (guestfs_h *g,\n"
14667 "                     const char *device,\n"
14668 "                     const char *uuid);\n"
14669 "\n"
14670 msgstr ""
14671
14672 #. type: textblock
14673 #: ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3871
14674 msgid ""
14675 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
14676 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
14677 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
14678 msgstr ""
14679
14680 #. type: textblock
14681 #: ../src/guestfs-actions.pod:5774
14682 msgid ""
14683 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
14684 "the existing UUID of a filesystem."
14685 msgstr ""
14686
14687 #. type: =head2
14688 #: ../src/guestfs-actions.pod:5781
14689 msgid "guestfs_set_memsize"
14690 msgstr ""
14691
14692 #. type: verbatim
14693 #: ../src/guestfs-actions.pod:5783
14694 #, no-wrap
14695 msgid ""
14696 " int\n"
14697 " guestfs_set_memsize (guestfs_h *g,\n"
14698 "                      int memsize);\n"
14699 "\n"
14700 msgstr ""
14701
14702 #. type: textblock
14703 #: ../src/guestfs-actions.pod:5787
14704 msgid ""
14705 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
14706 "This only has any effect if called before C<guestfs_launch>."
14707 msgstr ""
14708
14709 #. type: textblock
14710 #: ../src/guestfs-actions.pod:5791 ../fish/guestfish-actions.pod:3889
14711 msgid ""
14712 "You can also change this by setting the environment variable "
14713 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
14714 msgstr ""
14715
14716 #. type: =head2
14717 #: ../src/guestfs-actions.pod:5802
14718 msgid "guestfs_set_network"
14719 msgstr ""
14720
14721 #. type: verbatim
14722 #: ../src/guestfs-actions.pod:5804
14723 #, no-wrap
14724 msgid ""
14725 " int\n"
14726 " guestfs_set_network (guestfs_h *g,\n"
14727 "                      int network);\n"
14728 "\n"
14729 msgstr ""
14730
14731 #. type: textblock
14732 #: ../src/guestfs-actions.pod:5808 ../fish/guestfish-actions.pod:3902
14733 msgid ""
14734 "If C<network> is true, then the network is enabled in the libguestfs "
14735 "appliance.  The default is false."
14736 msgstr ""
14737
14738 #. type: textblock
14739 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3905
14740 msgid ""
14741 "This affects whether commands are able to access the network (see "
14742 "L<guestfs(3)/RUNNING COMMANDS>)."
14743 msgstr ""
14744
14745 #. type: textblock
14746 #: ../src/guestfs-actions.pod:5814
14747 msgid ""
14748 "You must call this before calling C<guestfs_launch>, otherwise it has no "
14749 "effect."
14750 msgstr ""
14751
14752 #. type: =head2
14753 #: ../src/guestfs-actions.pod:5821
14754 msgid "guestfs_set_path"
14755 msgstr ""
14756
14757 #. type: verbatim
14758 #: ../src/guestfs-actions.pod:5823
14759 #, no-wrap
14760 msgid ""
14761 " int\n"
14762 " guestfs_set_path (guestfs_h *g,\n"
14763 "                   const char *searchpath);\n"
14764 "\n"
14765 msgstr ""
14766
14767 #. type: textblock
14768 #: ../src/guestfs-actions.pod:5827 ../fish/guestfish-actions.pod:3917
14769 msgid "Set the path that libguestfs searches for kernel and initrd.img."
14770 msgstr ""
14771
14772 #. type: textblock
14773 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3919
14774 msgid ""
14775 "The default is C<$libdir/guestfs> unless overridden by setting "
14776 "C<LIBGUESTFS_PATH> environment variable."
14777 msgstr ""
14778
14779 #. type: textblock
14780 #: ../src/guestfs-actions.pod:5832 ../fish/guestfish-actions.pod:3922
14781 msgid "Setting C<path> to C<NULL> restores the default path."
14782 msgstr ""
14783
14784 #. type: =head2
14785 #: ../src/guestfs-actions.pod:5838
14786 msgid "guestfs_set_qemu"
14787 msgstr ""
14788
14789 #. type: verbatim
14790 #: ../src/guestfs-actions.pod:5840
14791 #, no-wrap
14792 msgid ""
14793 " int\n"
14794 " guestfs_set_qemu (guestfs_h *g,\n"
14795 "                   const char *qemu);\n"
14796 "\n"
14797 msgstr ""
14798
14799 #. type: textblock
14800 #: ../src/guestfs-actions.pod:5844 ../fish/guestfish-actions.pod:3930
14801 msgid "Set the qemu binary that we will use."
14802 msgstr ""
14803
14804 #. type: textblock
14805 #: ../src/guestfs-actions.pod:5846 ../fish/guestfish-actions.pod:3932
14806 msgid "The default is chosen when the library was compiled by the configure script."
14807 msgstr ""
14808
14809 #. type: textblock
14810 #: ../src/guestfs-actions.pod:5849 ../fish/guestfish-actions.pod:3935
14811 msgid ""
14812 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
14813 "variable."
14814 msgstr ""
14815
14816 #. type: textblock
14817 #: ../src/guestfs-actions.pod:5852 ../fish/guestfish-actions.pod:3938
14818 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
14819 msgstr ""
14820
14821 #. type: textblock
14822 #: ../src/guestfs-actions.pod:5854 ../fish/guestfish-actions.pod:3940
14823 msgid ""
14824 "Note that you should call this function as early as possible after creating "
14825 "the handle.  This is because some pre-launch operations depend on testing "
14826 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
14827 "don't retest features, and so you might see inconsistent results.  Using the "
14828 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
14829 "the qemu binary at the same time as the handle is created."
14830 msgstr ""
14831
14832 #. type: =head2
14833 #: ../src/guestfs-actions.pod:5866
14834 msgid "guestfs_set_recovery_proc"
14835 msgstr ""
14836
14837 #. type: verbatim
14838 #: ../src/guestfs-actions.pod:5868
14839 #, no-wrap
14840 msgid ""
14841 " int\n"
14842 " guestfs_set_recovery_proc (guestfs_h *g,\n"
14843 "                            int recoveryproc);\n"
14844 "\n"
14845 msgstr ""
14846
14847 #. type: textblock
14848 #: ../src/guestfs-actions.pod:5872
14849 msgid ""
14850 "If this is called with the parameter C<false> then C<guestfs_launch> does "
14851 "not create a recovery process.  The purpose of the recovery process is to "
14852 "stop runaway qemu processes in the case where the main program aborts "
14853 "abruptly."
14854 msgstr ""
14855
14856 #. type: textblock
14857 #: ../src/guestfs-actions.pod:5877
14858 msgid ""
14859 "This only has any effect if called before C<guestfs_launch>, and the default "
14860 "is true."
14861 msgstr ""
14862
14863 #. type: textblock
14864 #: ../src/guestfs-actions.pod:5880 ../fish/guestfish-actions.pod:3962
14865 msgid ""
14866 "About the only time when you would want to disable this is if the main "
14867 "process will fork itself into the background (\"daemonize\" itself).  In "
14868 "this case the recovery process thinks that the main program has disappeared "
14869 "and so kills qemu, which is not very helpful."
14870 msgstr ""
14871
14872 #. type: =head2
14873 #: ../src/guestfs-actions.pod:5890
14874 msgid "guestfs_set_selinux"
14875 msgstr ""
14876
14877 #. type: verbatim
14878 #: ../src/guestfs-actions.pod:5892
14879 #, no-wrap
14880 msgid ""
14881 " int\n"
14882 " guestfs_set_selinux (guestfs_h *g,\n"
14883 "                      int selinux);\n"
14884 "\n"
14885 msgstr ""
14886
14887 #. type: textblock
14888 #: ../src/guestfs-actions.pod:5896 ../fish/guestfish-actions.pod:3974
14889 msgid ""
14890 "This sets the selinux flag that is passed to the appliance at boot time.  "
14891 "The default is C<selinux=0> (disabled)."
14892 msgstr ""
14893
14894 #. type: textblock
14895 #: ../src/guestfs-actions.pod:5899 ../fish/guestfish-actions.pod:3977
14896 msgid ""
14897 "Note that if SELinux is enabled, it is always in Permissive mode "
14898 "(C<enforcing=0>)."
14899 msgstr ""
14900
14901 #. type: =head2
14902 #: ../src/guestfs-actions.pod:5909
14903 msgid "guestfs_set_trace"
14904 msgstr ""
14905
14906 #. type: verbatim
14907 #: ../src/guestfs-actions.pod:5911
14908 #, no-wrap
14909 msgid ""
14910 " int\n"
14911 " guestfs_set_trace (guestfs_h *g,\n"
14912 "                    int trace);\n"
14913 "\n"
14914 msgstr ""
14915
14916 #. type: textblock
14917 #: ../src/guestfs-actions.pod:5915 ../fish/guestfish-actions.pod:3989
14918 msgid ""
14919 "If the command trace flag is set to 1, then commands are printed on stderr "
14920 "before they are executed in a format which is very similar to the one used "
14921 "by guestfish.  In other words, you can run a program with this enabled, and "
14922 "you will get out a script which you can feed to guestfish to perform the "
14923 "same set of actions."
14924 msgstr ""
14925
14926 #. type: textblock
14927 #: ../src/guestfs-actions.pod:5922 ../fish/guestfish-actions.pod:3996
14928 msgid ""
14929 "If you want to trace C API calls into libguestfs (and other libraries) then "
14930 "possibly a better way is to use the external ltrace(1) command."
14931 msgstr ""
14932
14933 #. type: textblock
14934 #: ../src/guestfs-actions.pod:5926 ../fish/guestfish-actions.pod:4000
14935 msgid ""
14936 "Command traces are disabled unless the environment variable "
14937 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
14938 msgstr ""
14939
14940 #. type: =head2
14941 #: ../src/guestfs-actions.pod:5933
14942 msgid "guestfs_set_verbose"
14943 msgstr ""
14944
14945 #. type: verbatim
14946 #: ../src/guestfs-actions.pod:5935
14947 #, no-wrap
14948 msgid ""
14949 " int\n"
14950 " guestfs_set_verbose (guestfs_h *g,\n"
14951 "                      int verbose);\n"
14952 "\n"
14953 msgstr ""
14954
14955 #. type: textblock
14956 #: ../src/guestfs-actions.pod:5939 ../fish/guestfish-actions.pod:4009
14957 msgid "If C<verbose> is true, this turns on verbose messages (to C<stderr>)."
14958 msgstr ""
14959
14960 #. type: textblock
14961 #: ../src/guestfs-actions.pod:5941 ../fish/guestfish-actions.pod:4011
14962 msgid ""
14963 "Verbose messages are disabled unless the environment variable "
14964 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
14965 msgstr ""
14966
14967 #. type: =head2
14968 #: ../src/guestfs-actions.pod:5948
14969 msgid "guestfs_setcon"
14970 msgstr ""
14971
14972 #. type: verbatim
14973 #: ../src/guestfs-actions.pod:5950
14974 #, no-wrap
14975 msgid ""
14976 " int\n"
14977 " guestfs_setcon (guestfs_h *g,\n"
14978 "                 const char *context);\n"
14979 "\n"
14980 msgstr ""
14981
14982 #. type: textblock
14983 #: ../src/guestfs-actions.pod:5954 ../fish/guestfish-actions.pod:4018
14984 msgid ""
14985 "This sets the SELinux security context of the daemon to the string "
14986 "C<context>."
14987 msgstr ""
14988
14989 #. type: textblock
14990 #: ../src/guestfs-actions.pod:5957 ../fish/guestfish-actions.pod:4021
14991 msgid "See the documentation about SELINUX in L<guestfs(3)>."
14992 msgstr ""
14993
14994 #. type: =head2
14995 #: ../src/guestfs-actions.pod:5963
14996 msgid "guestfs_setxattr"
14997 msgstr ""
14998
14999 #. type: verbatim
15000 #: ../src/guestfs-actions.pod:5965
15001 #, no-wrap
15002 msgid ""
15003 " int\n"
15004 " guestfs_setxattr (guestfs_h *g,\n"
15005 "                   const char *xattr,\n"
15006 "                   const char *val,\n"
15007 "                   int vallen,\n"
15008 "                   const char *path);\n"
15009 "\n"
15010 msgstr ""
15011
15012 #. type: textblock
15013 #: ../src/guestfs-actions.pod:5972 ../fish/guestfish-actions.pod:4027
15014 msgid ""
15015 "This call sets the extended attribute named C<xattr> of the file C<path> to "
15016 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
15017 msgstr ""
15018
15019 #. type: textblock
15020 #: ../src/guestfs-actions.pod:5976
15021 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
15022 msgstr ""
15023
15024 #. type: =head2
15025 #: ../src/guestfs-actions.pod:5982
15026 msgid "guestfs_sfdisk"
15027 msgstr ""
15028
15029 #. type: verbatim
15030 #: ../src/guestfs-actions.pod:5984
15031 #, no-wrap
15032 msgid ""
15033 " int\n"
15034 " guestfs_sfdisk (guestfs_h *g,\n"
15035 "                 const char *device,\n"
15036 "                 int cyls,\n"
15037 "                 int heads,\n"
15038 "                 int sectors,\n"
15039 "                 char *const *lines);\n"
15040 "\n"
15041 msgstr ""
15042
15043 #. type: textblock
15044 #: ../src/guestfs-actions.pod:5992 ../fish/guestfish-actions.pod:4037
15045 msgid ""
15046 "This is a direct interface to the L<sfdisk(8)> program for creating "
15047 "partitions on block devices."
15048 msgstr ""
15049
15050 #. type: textblock
15051 #: ../src/guestfs-actions.pod:5995 ../fish/guestfish-actions.pod:4040
15052 msgid "C<device> should be a block device, for example C</dev/sda>."
15053 msgstr ""
15054
15055 #. type: textblock
15056 #: ../src/guestfs-actions.pod:5997 ../fish/guestfish-actions.pod:4042
15057 msgid ""
15058 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
15059 "sectors on the device, which are passed directly to sfdisk as the I<-C>, "
15060 "I<-H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
15061 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
15062 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
15063 "the kernel) cannot work out the right geometry and you will need to tell it."
15064 msgstr ""
15065
15066 #. type: textblock
15067 #: ../src/guestfs-actions.pod:6005 ../fish/guestfish-actions.pod:4050
15068 msgid ""
15069 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
15070 "refer to the L<sfdisk(8)> manpage."
15071 msgstr ""
15072
15073 #. type: textblock
15074 #: ../src/guestfs-actions.pod:6008 ../fish/guestfish-actions.pod:4053
15075 msgid ""
15076 "To create a single partition occupying the whole disk, you would pass "
15077 "C<lines> as a single element list, when the single element being the string "
15078 "C<,> (comma)."
15079 msgstr ""
15080
15081 #. type: textblock
15082 #: ../src/guestfs-actions.pod:6012
15083 msgid "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
15084 msgstr ""
15085
15086 #. type: =head2
15087 #: ../src/guestfs-actions.pod:6022
15088 msgid "guestfs_sfdiskM"
15089 msgstr ""
15090
15091 #. type: verbatim
15092 #: ../src/guestfs-actions.pod:6024
15093 #, no-wrap
15094 msgid ""
15095 " int\n"
15096 " guestfs_sfdiskM (guestfs_h *g,\n"
15097 "                  const char *device,\n"
15098 "                  char *const *lines);\n"
15099 "\n"
15100 msgstr ""
15101
15102 #. type: textblock
15103 #: ../src/guestfs-actions.pod:6029
15104 msgid ""
15105 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
15106 "partition sizes are specified in megabytes only (rounded to the nearest "
15107 "cylinder) and you don't need to specify the cyls, heads and sectors "
15108 "parameters which were rarely if ever used anyway."
15109 msgstr ""
15110
15111 #. type: textblock
15112 #: ../src/guestfs-actions.pod:6035
15113 msgid ""
15114 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
15115 "C<guestfs_part_disk>"
15116 msgstr ""
15117
15118 #. type: =head2
15119 #: ../src/guestfs-actions.pod:6045
15120 msgid "guestfs_sfdisk_N"
15121 msgstr ""
15122
15123 #. type: verbatim
15124 #: ../src/guestfs-actions.pod:6047
15125 #, no-wrap
15126 msgid ""
15127 " int\n"
15128 " guestfs_sfdisk_N (guestfs_h *g,\n"
15129 "                   const char *device,\n"
15130 "                   int partnum,\n"
15131 "                   int cyls,\n"
15132 "                   int heads,\n"
15133 "                   int sectors,\n"
15134 "                   const char *line);\n"
15135 "\n"
15136 msgstr ""
15137
15138 #. type: textblock
15139 #: ../src/guestfs-actions.pod:6056 ../fish/guestfish-actions.pod:4083
15140 msgid ""
15141 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
15142 "(note: C<n> counts from 1)."
15143 msgstr ""
15144
15145 #. type: textblock
15146 #: ../src/guestfs-actions.pod:6059
15147 msgid ""
15148 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
15149 "for the cyls/heads/sectors parameters."
15150 msgstr ""
15151
15152 #. type: textblock
15153 #: ../src/guestfs-actions.pod:6062
15154 msgid "See also: C<guestfs_part_add>"
15155 msgstr ""
15156
15157 #. type: =head2
15158 #: ../src/guestfs-actions.pod:6071
15159 msgid "guestfs_sfdisk_disk_geometry"
15160 msgstr ""
15161
15162 #. type: verbatim
15163 #: ../src/guestfs-actions.pod:6073
15164 #, no-wrap
15165 msgid ""
15166 " char *\n"
15167 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
15168 "                               const char *device);\n"
15169 "\n"
15170 msgstr ""
15171
15172 #. type: textblock
15173 #: ../src/guestfs-actions.pod:6077
15174 msgid ""
15175 "This displays the disk geometry of C<device> read from the partition table.  "
15176 "Especially in the case where the underlying block device has been resized, "
15177 "this can be different from the kernel's idea of the geometry (see "
15178 "C<guestfs_sfdisk_kernel_geometry>)."
15179 msgstr ""
15180
15181 #. type: textblock
15182 #: ../src/guestfs-actions.pod:6082 ../src/guestfs-actions.pod:6098 ../fish/guestfish-actions.pod:4103 ../fish/guestfish-actions.pod:4112
15183 msgid "The result is in human-readable format, and not designed to be parsed."
15184 msgstr ""
15185
15186 #. type: =head2
15187 #: ../src/guestfs-actions.pod:6090
15188 msgid "guestfs_sfdisk_kernel_geometry"
15189 msgstr ""
15190
15191 #. type: verbatim
15192 #: ../src/guestfs-actions.pod:6092
15193 #, no-wrap
15194 msgid ""
15195 " char *\n"
15196 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
15197 "                                 const char *device);\n"
15198 "\n"
15199 msgstr ""
15200
15201 #. type: textblock
15202 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4110
15203 msgid "This displays the kernel's idea of the geometry of C<device>."
15204 msgstr ""
15205
15206 #. type: =head2
15207 #: ../src/guestfs-actions.pod:6106
15208 msgid "guestfs_sfdisk_l"
15209 msgstr ""
15210
15211 #. type: verbatim
15212 #: ../src/guestfs-actions.pod:6108
15213 #, no-wrap
15214 msgid ""
15215 " char *\n"
15216 " guestfs_sfdisk_l (guestfs_h *g,\n"
15217 "                   const char *device);\n"
15218 "\n"
15219 msgstr ""
15220
15221 #. type: textblock
15222 #: ../src/guestfs-actions.pod:6112 ../fish/guestfish-actions.pod:4119
15223 msgid ""
15224 "This displays the partition table on C<device>, in the human-readable output "
15225 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
15226 msgstr ""
15227
15228 #. type: textblock
15229 #: ../src/guestfs-actions.pod:6116
15230 msgid "See also: C<guestfs_part_list>"
15231 msgstr ""
15232
15233 #. type: =head2
15234 #: ../src/guestfs-actions.pod:6123
15235 msgid "guestfs_sh"
15236 msgstr ""
15237
15238 #. type: verbatim
15239 #: ../src/guestfs-actions.pod:6125
15240 #, no-wrap
15241 msgid ""
15242 " char *\n"
15243 " guestfs_sh (guestfs_h *g,\n"
15244 "             const char *command);\n"
15245 "\n"
15246 msgstr ""
15247
15248 #. type: textblock
15249 #: ../src/guestfs-actions.pod:6129 ../fish/guestfish-actions.pod:4129
15250 msgid ""
15251 "This call runs a command from the guest filesystem via the guest's "
15252 "C</bin/sh>."
15253 msgstr ""
15254
15255 #. type: textblock
15256 #: ../src/guestfs-actions.pod:6132
15257 msgid "This is like C<guestfs_command>, but passes the command to:"
15258 msgstr ""
15259
15260 #. type: verbatim
15261 #: ../src/guestfs-actions.pod:6134 ../fish/guestfish-actions.pod:4134
15262 #, no-wrap
15263 msgid ""
15264 " /bin/sh -c \"command\"\n"
15265 "\n"
15266 msgstr ""
15267
15268 #. type: textblock
15269 #: ../src/guestfs-actions.pod:6136 ../fish/guestfish-actions.pod:4136
15270 msgid ""
15271 "Depending on the guest's shell, this usually results in wildcards being "
15272 "expanded, shell expressions being interpolated and so on."
15273 msgstr ""
15274
15275 #. type: textblock
15276 #: ../src/guestfs-actions.pod:6140
15277 msgid "All the provisos about C<guestfs_command> apply to this call."
15278 msgstr ""
15279
15280 #. type: =head2
15281 #: ../src/guestfs-actions.pod:6147
15282 msgid "guestfs_sh_lines"
15283 msgstr ""
15284
15285 #. type: verbatim
15286 #: ../src/guestfs-actions.pod:6149
15287 #, no-wrap
15288 msgid ""
15289 " char **\n"
15290 " guestfs_sh_lines (guestfs_h *g,\n"
15291 "                   const char *command);\n"
15292 "\n"
15293 msgstr ""
15294
15295 #. type: textblock
15296 #: ../src/guestfs-actions.pod:6153
15297 msgid ""
15298 "This is the same as C<guestfs_sh>, but splits the result into a list of "
15299 "lines."
15300 msgstr ""
15301
15302 #. type: textblock
15303 #: ../src/guestfs-actions.pod:6156
15304 msgid "See also: C<guestfs_command_lines>"
15305 msgstr ""
15306
15307 #. type: =head2
15308 #: ../src/guestfs-actions.pod:6164
15309 msgid "guestfs_sleep"
15310 msgstr ""
15311
15312 #. type: verbatim
15313 #: ../src/guestfs-actions.pod:6166
15314 #, no-wrap
15315 msgid ""
15316 " int\n"
15317 " guestfs_sleep (guestfs_h *g,\n"
15318 "                int secs);\n"
15319 "\n"
15320 msgstr ""
15321
15322 #. type: textblock
15323 #: ../src/guestfs-actions.pod:6170 ../fish/guestfish-actions.pod:4155
15324 msgid "Sleep for C<secs> seconds."
15325 msgstr ""
15326
15327 #. type: textblock
15328 #: ../src/guestfs-actions.pod:6174
15329 msgid "(Added in 1.0.41)"
15330 msgstr ""
15331
15332 #. type: =head2
15333 #: ../src/guestfs-actions.pod:6176 ../src/guestfs-structs.pod:109
15334 msgid "guestfs_stat"
15335 msgstr ""
15336
15337 #. type: verbatim
15338 #: ../src/guestfs-actions.pod:6178
15339 #, no-wrap
15340 msgid ""
15341 " struct guestfs_stat *\n"
15342 " guestfs_stat (guestfs_h *g,\n"
15343 "               const char *path);\n"
15344 "\n"
15345 msgstr ""
15346
15347 #. type: textblock
15348 #: ../src/guestfs-actions.pod:6184 ../fish/guestfish-actions.pod:4163
15349 msgid "This is the same as the C<stat(2)> system call."
15350 msgstr ""
15351
15352 #. type: =head2
15353 #: ../src/guestfs-actions.pod:6192 ../src/guestfs-structs.pod:135
15354 msgid "guestfs_statvfs"
15355 msgstr ""
15356
15357 #. type: verbatim
15358 #: ../src/guestfs-actions.pod:6194
15359 #, no-wrap
15360 msgid ""
15361 " struct guestfs_statvfs *\n"
15362 " guestfs_statvfs (guestfs_h *g,\n"
15363 "                  const char *path);\n"
15364 "\n"
15365 msgstr ""
15366
15367 #. type: textblock
15368 #: ../src/guestfs-actions.pod:6198 ../fish/guestfish-actions.pod:4169
15369 msgid ""
15370 "Returns file system statistics for any mounted file system.  C<path> should "
15371 "be a file or directory in the mounted file system (typically it is the mount "
15372 "point itself, but it doesn't need to be)."
15373 msgstr ""
15374
15375 #. type: textblock
15376 #: ../src/guestfs-actions.pod:6202 ../fish/guestfish-actions.pod:4173
15377 msgid "This is the same as the C<statvfs(2)> system call."
15378 msgstr ""
15379
15380 #. type: textblock
15381 #: ../src/guestfs-actions.pod:6204
15382 msgid ""
15383 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
15384 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
15385 msgstr ""
15386
15387 #. type: =head2
15388 #: ../src/guestfs-actions.pod:6210
15389 msgid "guestfs_strings"
15390 msgstr ""
15391
15392 #. type: verbatim
15393 #: ../src/guestfs-actions.pod:6212
15394 #, no-wrap
15395 msgid ""
15396 " char **\n"
15397 " guestfs_strings (guestfs_h *g,\n"
15398 "                  const char *path);\n"
15399 "\n"
15400 msgstr ""
15401
15402 #. type: textblock
15403 #: ../src/guestfs-actions.pod:6216 ../fish/guestfish-actions.pod:4179
15404 msgid ""
15405 "This runs the L<strings(1)> command on a file and returns the list of "
15406 "printable strings found."
15407 msgstr ""
15408
15409 #. type: =head2
15410 #: ../src/guestfs-actions.pod:6228
15411 msgid "guestfs_strings_e"
15412 msgstr ""
15413
15414 #. type: verbatim
15415 #: ../src/guestfs-actions.pod:6230
15416 #, no-wrap
15417 msgid ""
15418 " char **\n"
15419 " guestfs_strings_e (guestfs_h *g,\n"
15420 "                    const char *encoding,\n"
15421 "                    const char *path);\n"
15422 "\n"
15423 msgstr ""
15424
15425 #. type: textblock
15426 #: ../src/guestfs-actions.pod:6235
15427 msgid ""
15428 "This is like the C<guestfs_strings> command, but allows you to specify the "
15429 "encoding of strings that are looked for in the source file C<path>."
15430 msgstr ""
15431
15432 #. type: textblock
15433 #: ../src/guestfs-actions.pod:6239 ../fish/guestfish-actions.pod:4193
15434 msgid "Allowed encodings are:"
15435 msgstr ""
15436
15437 #. type: =item
15438 #: ../src/guestfs-actions.pod:6243 ../fish/guestfish-actions.pod:4197
15439 msgid "s"
15440 msgstr ""
15441
15442 #. type: textblock
15443 #: ../src/guestfs-actions.pod:6245
15444 msgid ""
15445 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
15446 "ISO-8859-X (this is what C<guestfs_strings> uses)."
15447 msgstr ""
15448
15449 #. type: =item
15450 #: ../src/guestfs-actions.pod:6248 ../fish/guestfish-actions.pod:4202
15451 msgid "S"
15452 msgstr ""
15453
15454 #. type: textblock
15455 #: ../src/guestfs-actions.pod:6250 ../fish/guestfish-actions.pod:4204
15456 msgid "Single 8-bit-byte characters."
15457 msgstr ""
15458
15459 #. type: =item
15460 #: ../src/guestfs-actions.pod:6252 ../fish/guestfish-actions.pod:4206
15461 msgid "b"
15462 msgstr ""
15463
15464 #. type: textblock
15465 #: ../src/guestfs-actions.pod:6254 ../fish/guestfish-actions.pod:4208
15466 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
15467 msgstr ""
15468
15469 #. type: =item
15470 #: ../src/guestfs-actions.pod:6257 ../fish/guestfish-actions.pod:4211
15471 msgid "l (lower case letter L)"
15472 msgstr ""
15473
15474 #. type: textblock
15475 #: ../src/guestfs-actions.pod:6259 ../fish/guestfish-actions.pod:4213
15476 msgid ""
15477 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
15478 "examining binaries in Windows guests."
15479 msgstr ""
15480
15481 #. type: =item
15482 #: ../src/guestfs-actions.pod:6262 ../fish/guestfish-actions.pod:4216
15483 msgid "B"
15484 msgstr ""
15485
15486 #. type: textblock
15487 #: ../src/guestfs-actions.pod:6264 ../fish/guestfish-actions.pod:4218
15488 msgid "32-bit big endian such as UCS-4BE."
15489 msgstr ""
15490
15491 #. type: =item
15492 #: ../src/guestfs-actions.pod:6266 ../fish/guestfish-actions.pod:4220
15493 msgid "L"
15494 msgstr ""
15495
15496 #. type: textblock
15497 #: ../src/guestfs-actions.pod:6268 ../fish/guestfish-actions.pod:4222
15498 msgid "32-bit little endian such as UCS-4LE."
15499 msgstr ""
15500
15501 #. type: textblock
15502 #: ../src/guestfs-actions.pod:6272 ../fish/guestfish-actions.pod:4226
15503 msgid "The returned strings are transcoded to UTF-8."
15504 msgstr ""
15505
15506 #. type: =head2
15507 #: ../src/guestfs-actions.pod:6283
15508 msgid "guestfs_swapoff_device"
15509 msgstr ""
15510
15511 #. type: verbatim
15512 #: ../src/guestfs-actions.pod:6285
15513 #, no-wrap
15514 msgid ""
15515 " int\n"
15516 " guestfs_swapoff_device (guestfs_h *g,\n"
15517 "                         const char *device);\n"
15518 "\n"
15519 msgstr ""
15520
15521 #. type: textblock
15522 #: ../src/guestfs-actions.pod:6289
15523 msgid ""
15524 "This command disables the libguestfs appliance swap device or partition "
15525 "named C<device>.  See C<guestfs_swapon_device>."
15526 msgstr ""
15527
15528 #. type: =head2
15529 #: ../src/guestfs-actions.pod:6297
15530 msgid "guestfs_swapoff_file"
15531 msgstr ""
15532
15533 #. type: verbatim
15534 #: ../src/guestfs-actions.pod:6299
15535 #, no-wrap
15536 msgid ""
15537 " int\n"
15538 " guestfs_swapoff_file (guestfs_h *g,\n"
15539 "                       const char *file);\n"
15540 "\n"
15541 msgstr ""
15542
15543 #. type: textblock
15544 #: ../src/guestfs-actions.pod:6303 ../fish/guestfish-actions.pod:4243
15545 msgid "This command disables the libguestfs appliance swap on file."
15546 msgstr ""
15547
15548 #. type: =head2
15549 #: ../src/guestfs-actions.pod:6309
15550 msgid "guestfs_swapoff_label"
15551 msgstr ""
15552
15553 #. type: verbatim
15554 #: ../src/guestfs-actions.pod:6311
15555 #, no-wrap
15556 msgid ""
15557 " int\n"
15558 " guestfs_swapoff_label (guestfs_h *g,\n"
15559 "                        const char *label);\n"
15560 "\n"
15561 msgstr ""
15562
15563 #. type: textblock
15564 #: ../src/guestfs-actions.pod:6315 ../fish/guestfish-actions.pod:4249
15565 msgid ""
15566 "This command disables the libguestfs appliance swap on labeled swap "
15567 "partition."
15568 msgstr ""
15569
15570 #. type: =head2
15571 #: ../src/guestfs-actions.pod:6322
15572 msgid "guestfs_swapoff_uuid"
15573 msgstr ""
15574
15575 #. type: verbatim
15576 #: ../src/guestfs-actions.pod:6324
15577 #, no-wrap
15578 msgid ""
15579 " int\n"
15580 " guestfs_swapoff_uuid (guestfs_h *g,\n"
15581 "                       const char *uuid);\n"
15582 "\n"
15583 msgstr ""
15584
15585 #. type: textblock
15586 #: ../src/guestfs-actions.pod:6328 ../fish/guestfish-actions.pod:4256
15587 msgid ""
15588 "This command disables the libguestfs appliance swap partition with the given "
15589 "UUID."
15590 msgstr ""
15591
15592 #. type: =head2
15593 #: ../src/guestfs-actions.pod:6335
15594 msgid "guestfs_swapon_device"
15595 msgstr ""
15596
15597 #. type: verbatim
15598 #: ../src/guestfs-actions.pod:6337
15599 #, no-wrap
15600 msgid ""
15601 " int\n"
15602 " guestfs_swapon_device (guestfs_h *g,\n"
15603 "                        const char *device);\n"
15604 "\n"
15605 msgstr ""
15606
15607 #. type: textblock
15608 #: ../src/guestfs-actions.pod:6341
15609 msgid ""
15610 "This command enables the libguestfs appliance to use the swap device or "
15611 "partition named C<device>.  The increased memory is made available for all "
15612 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
15613 msgstr ""
15614
15615 #. type: textblock
15616 #: ../src/guestfs-actions.pod:6346 ../fish/guestfish-actions.pod:4268
15617 msgid ""
15618 "Note that you should not swap to existing guest swap partitions unless you "
15619 "know what you are doing.  They may contain hibernation information, or other "
15620 "information that the guest doesn't want you to trash.  You also risk leaking "
15621 "information about the host to the guest this way.  Instead, attach a new "
15622 "host device to the guest and swap on that."
15623 msgstr ""
15624
15625 #. type: =head2
15626 #: ../src/guestfs-actions.pod:6357
15627 msgid "guestfs_swapon_file"
15628 msgstr ""
15629
15630 #. type: verbatim
15631 #: ../src/guestfs-actions.pod:6359
15632 #, no-wrap
15633 msgid ""
15634 " int\n"
15635 " guestfs_swapon_file (guestfs_h *g,\n"
15636 "                      const char *file);\n"
15637 "\n"
15638 msgstr ""
15639
15640 #. type: textblock
15641 #: ../src/guestfs-actions.pod:6363
15642 msgid ""
15643 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
15644 "notes."
15645 msgstr ""
15646
15647 #. type: =head2
15648 #: ../src/guestfs-actions.pod:6370
15649 msgid "guestfs_swapon_label"
15650 msgstr ""
15651
15652 #. type: verbatim
15653 #: ../src/guestfs-actions.pod:6372
15654 #, no-wrap
15655 msgid ""
15656 " int\n"
15657 " guestfs_swapon_label (guestfs_h *g,\n"
15658 "                       const char *label);\n"
15659 "\n"
15660 msgstr ""
15661
15662 #. type: textblock
15663 #: ../src/guestfs-actions.pod:6376
15664 msgid ""
15665 "This command enables swap to a labeled swap partition.  See "
15666 "C<guestfs_swapon_device> for other notes."
15667 msgstr ""
15668
15669 #. type: =head2
15670 #: ../src/guestfs-actions.pod:6383
15671 msgid "guestfs_swapon_uuid"
15672 msgstr ""
15673
15674 #. type: verbatim
15675 #: ../src/guestfs-actions.pod:6385
15676 #, no-wrap
15677 msgid ""
15678 " int\n"
15679 " guestfs_swapon_uuid (guestfs_h *g,\n"
15680 "                      const char *uuid);\n"
15681 "\n"
15682 msgstr ""
15683
15684 #. type: textblock
15685 #: ../src/guestfs-actions.pod:6389
15686 msgid ""
15687 "This command enables swap to a swap partition with the given UUID.  See "
15688 "C<guestfs_swapon_device> for other notes."
15689 msgstr ""
15690
15691 #. type: =head2
15692 #: ../src/guestfs-actions.pod:6396
15693 msgid "guestfs_sync"
15694 msgstr ""
15695
15696 #. type: verbatim
15697 #: ../src/guestfs-actions.pod:6398
15698 #, no-wrap
15699 msgid ""
15700 " int\n"
15701 " guestfs_sync (guestfs_h *g);\n"
15702 "\n"
15703 msgstr ""
15704
15705 #. type: textblock
15706 #: ../src/guestfs-actions.pod:6401 ../fish/guestfish-actions.pod:4300
15707 msgid ""
15708 "This syncs the disk, so that any writes are flushed through to the "
15709 "underlying disk image."
15710 msgstr ""
15711
15712 #. type: textblock
15713 #: ../src/guestfs-actions.pod:6404 ../fish/guestfish-actions.pod:4303
15714 msgid ""
15715 "You should always call this if you have modified a disk image, before "
15716 "closing the handle."
15717 msgstr ""
15718
15719 #. type: =head2
15720 #: ../src/guestfs-actions.pod:6411
15721 msgid "guestfs_tail"
15722 msgstr ""
15723
15724 #. type: verbatim
15725 #: ../src/guestfs-actions.pod:6413
15726 #, no-wrap
15727 msgid ""
15728 " char **\n"
15729 " guestfs_tail (guestfs_h *g,\n"
15730 "               const char *path);\n"
15731 "\n"
15732 msgstr ""
15733
15734 #. type: textblock
15735 #: ../src/guestfs-actions.pod:6417 ../fish/guestfish-actions.pod:4310
15736 msgid "This command returns up to the last 10 lines of a file as a list of strings."
15737 msgstr ""
15738
15739 #. type: =head2
15740 #: ../src/guestfs-actions.pod:6429
15741 msgid "guestfs_tail_n"
15742 msgstr ""
15743
15744 #. type: verbatim
15745 #: ../src/guestfs-actions.pod:6431
15746 #, no-wrap
15747 msgid ""
15748 " char **\n"
15749 " guestfs_tail_n (guestfs_h *g,\n"
15750 "                 int nrlines,\n"
15751 "                 const char *path);\n"
15752 "\n"
15753 msgstr ""
15754
15755 #. type: textblock
15756 #: ../src/guestfs-actions.pod:6436 ../fish/guestfish-actions.pod:4320
15757 msgid ""
15758 "If the parameter C<nrlines> is a positive number, this returns the last "
15759 "C<nrlines> lines of the file C<path>."
15760 msgstr ""
15761
15762 #. type: textblock
15763 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4323
15764 msgid ""
15765 "If the parameter C<nrlines> is a negative number, this returns lines from "
15766 "the file C<path>, starting with the C<-nrlines>th line."
15767 msgstr ""
15768
15769 #. type: =head2
15770 #: ../src/guestfs-actions.pod:6453
15771 msgid "guestfs_tar_in"
15772 msgstr ""
15773
15774 #. type: verbatim
15775 #: ../src/guestfs-actions.pod:6455
15776 #, no-wrap
15777 msgid ""
15778 " int\n"
15779 " guestfs_tar_in (guestfs_h *g,\n"
15780 "                 const char *tarfile,\n"
15781 "                 const char *directory);\n"
15782 "\n"
15783 msgstr ""
15784
15785 #. type: textblock
15786 #: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4335
15787 msgid ""
15788 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
15789 "tar file) into C<directory>."
15790 msgstr ""
15791
15792 #. type: textblock
15793 #: ../src/guestfs-actions.pod:6463
15794 msgid "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
15795 msgstr ""
15796
15797 #. type: textblock
15798 #: ../src/guestfs-actions.pod:6468 ../src/guestfs-actions.pod:6485 ../src/guestfs-actions.pod:6501 ../src/guestfs-actions.pod:6517
15799 msgid "(Added in 1.0.3)"
15800 msgstr ""
15801
15802 #. type: =head2
15803 #: ../src/guestfs-actions.pod:6470
15804 msgid "guestfs_tar_out"
15805 msgstr ""
15806
15807 #. type: verbatim
15808 #: ../src/guestfs-actions.pod:6472
15809 #, no-wrap
15810 msgid ""
15811 " int\n"
15812 " guestfs_tar_out (guestfs_h *g,\n"
15813 "                  const char *directory,\n"
15814 "                  const char *tarfile);\n"
15815 "\n"
15816 msgstr ""
15817
15818 #. type: textblock
15819 #: ../src/guestfs-actions.pod:6477 ../fish/guestfish-actions.pod:4347
15820 msgid ""
15821 "This command packs the contents of C<directory> and downloads it to local "
15822 "file C<tarfile>."
15823 msgstr ""
15824
15825 #. type: textblock
15826 #: ../src/guestfs-actions.pod:6480
15827 msgid ""
15828 "To download a compressed tarball, use C<guestfs_tgz_out> or "
15829 "C<guestfs_txz_out>."
15830 msgstr ""
15831
15832 #. type: =head2
15833 #: ../src/guestfs-actions.pod:6487
15834 msgid "guestfs_tgz_in"
15835 msgstr ""
15836
15837 #. type: verbatim
15838 #: ../src/guestfs-actions.pod:6489
15839 #, no-wrap
15840 msgid ""
15841 " int\n"
15842 " guestfs_tgz_in (guestfs_h *g,\n"
15843 "                 const char *tarball,\n"
15844 "                 const char *directory);\n"
15845 "\n"
15846 msgstr ""
15847
15848 #. type: textblock
15849 #: ../src/guestfs-actions.pod:6494 ../fish/guestfish-actions.pod:4359
15850 msgid ""
15851 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
15852 "tar file) into C<directory>."
15853 msgstr ""
15854
15855 #. type: textblock
15856 #: ../src/guestfs-actions.pod:6497
15857 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
15858 msgstr ""
15859
15860 #. type: =head2
15861 #: ../src/guestfs-actions.pod:6503
15862 msgid "guestfs_tgz_out"
15863 msgstr ""
15864
15865 #. type: verbatim
15866 #: ../src/guestfs-actions.pod:6505
15867 #, no-wrap
15868 msgid ""
15869 " int\n"
15870 " guestfs_tgz_out (guestfs_h *g,\n"
15871 "                  const char *directory,\n"
15872 "                  const char *tarball);\n"
15873 "\n"
15874 msgstr ""
15875
15876 #. type: textblock
15877 #: ../src/guestfs-actions.pod:6510 ../fish/guestfish-actions.pod:4370
15878 msgid ""
15879 "This command packs the contents of C<directory> and downloads it to local "
15880 "file C<tarball>."
15881 msgstr ""
15882
15883 #. type: textblock
15884 #: ../src/guestfs-actions.pod:6513
15885 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
15886 msgstr ""
15887
15888 #. type: =head2
15889 #: ../src/guestfs-actions.pod:6519
15890 msgid "guestfs_touch"
15891 msgstr ""
15892
15893 #. type: verbatim
15894 #: ../src/guestfs-actions.pod:6521
15895 #, no-wrap
15896 msgid ""
15897 " int\n"
15898 " guestfs_touch (guestfs_h *g,\n"
15899 "                const char *path);\n"
15900 "\n"
15901 msgstr ""
15902
15903 #. type: textblock
15904 #: ../src/guestfs-actions.pod:6525 ../fish/guestfish-actions.pod:4381
15905 msgid ""
15906 "Touch acts like the L<touch(1)> command.  It can be used to update the "
15907 "timestamps on a file, or, if the file does not exist, to create a new "
15908 "zero-length file."
15909 msgstr ""
15910
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:6529 ../fish/guestfish-actions.pod:4385
15913 msgid ""
15914 "This command only works on regular files, and will fail on other file types "
15915 "such as directories, symbolic links, block special etc."
15916 msgstr ""
15917
15918 #. type: =head2
15919 #: ../src/guestfs-actions.pod:6536
15920 msgid "guestfs_truncate"
15921 msgstr ""
15922
15923 #. type: verbatim
15924 #: ../src/guestfs-actions.pod:6538
15925 #, no-wrap
15926 msgid ""
15927 " int\n"
15928 " guestfs_truncate (guestfs_h *g,\n"
15929 "                   const char *path);\n"
15930 "\n"
15931 msgstr ""
15932
15933 #. type: textblock
15934 #: ../src/guestfs-actions.pod:6542 ../fish/guestfish-actions.pod:4392
15935 msgid ""
15936 "This command truncates C<path> to a zero-length file.  The file must exist "
15937 "already."
15938 msgstr ""
15939
15940 #. type: =head2
15941 #: ../src/guestfs-actions.pod:6549
15942 msgid "guestfs_truncate_size"
15943 msgstr ""
15944
15945 #. type: verbatim
15946 #: ../src/guestfs-actions.pod:6551
15947 #, no-wrap
15948 msgid ""
15949 " int\n"
15950 " guestfs_truncate_size (guestfs_h *g,\n"
15951 "                        const char *path,\n"
15952 "                        int64_t size);\n"
15953 "\n"
15954 msgstr ""
15955
15956 #. type: textblock
15957 #: ../src/guestfs-actions.pod:6556 ../fish/guestfish-actions.pod:4399
15958 msgid ""
15959 "This command truncates C<path> to size C<size> bytes.  The file must exist "
15960 "already."
15961 msgstr ""
15962
15963 #. type: textblock
15964 #: ../src/guestfs-actions.pod:6559
15965 msgid ""
15966 "If the current file size is less than C<size> then the file is extended to "
15967 "the required size with zero bytes.  This creates a sparse file (ie. disk "
15968 "blocks are not allocated for the file until you write to it).  To create a "
15969 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
15970 msgstr ""
15971
15972 #. type: =head2
15973 #: ../src/guestfs-actions.pod:6569
15974 msgid "guestfs_tune2fs_l"
15975 msgstr ""
15976
15977 #. type: verbatim
15978 #: ../src/guestfs-actions.pod:6571
15979 #, no-wrap
15980 msgid ""
15981 " char **\n"
15982 " guestfs_tune2fs_l (guestfs_h *g,\n"
15983 "                    const char *device);\n"
15984 "\n"
15985 msgstr ""
15986
15987 #. type: textblock
15988 #: ../src/guestfs-actions.pod:6575 ../fish/guestfish-actions.pod:4412
15989 msgid ""
15990 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
15991 "C<device>."
15992 msgstr ""
15993
15994 #. type: textblock
15995 #: ../src/guestfs-actions.pod:6578 ../fish/guestfish-actions.pod:4415
15996 msgid ""
15997 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
15998 "for more details.  The list of fields returned isn't clearly defined, and "
15999 "depends on both the version of C<tune2fs> that libguestfs was built against, "
16000 "and the filesystem itself."
16001 msgstr ""
16002
16003 #. type: =head2
16004 #: ../src/guestfs-actions.pod:6591
16005 msgid "guestfs_txz_in"
16006 msgstr ""
16007
16008 #. type: verbatim
16009 #: ../src/guestfs-actions.pod:6593
16010 #, no-wrap
16011 msgid ""
16012 " int\n"
16013 " guestfs_txz_in (guestfs_h *g,\n"
16014 "                 const char *tarball,\n"
16015 "                 const char *directory);\n"
16016 "\n"
16017 msgstr ""
16018
16019 #. type: textblock
16020 #: ../src/guestfs-actions.pod:6598 ../fish/guestfish-actions.pod:4424
16021 msgid ""
16022 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
16023 "tar file) into C<directory>."
16024 msgstr ""
16025
16026 #. type: =head2
16027 #: ../src/guestfs-actions.pod:6605
16028 msgid "guestfs_txz_out"
16029 msgstr ""
16030
16031 #. type: verbatim
16032 #: ../src/guestfs-actions.pod:6607
16033 #, no-wrap
16034 msgid ""
16035 " int\n"
16036 " guestfs_txz_out (guestfs_h *g,\n"
16037 "                  const char *directory,\n"
16038 "                  const char *tarball);\n"
16039 "\n"
16040 msgstr ""
16041
16042 #. type: textblock
16043 #: ../src/guestfs-actions.pod:6612 ../fish/guestfish-actions.pod:4433
16044 msgid ""
16045 "This command packs the contents of C<directory> and downloads it to local "
16046 "file C<tarball> (as an xz compressed tar archive)."
16047 msgstr ""
16048
16049 #. type: =head2
16050 #: ../src/guestfs-actions.pod:6619
16051 msgid "guestfs_umask"
16052 msgstr ""
16053
16054 #. type: verbatim
16055 #: ../src/guestfs-actions.pod:6621
16056 #, no-wrap
16057 msgid ""
16058 " int\n"
16059 " guestfs_umask (guestfs_h *g,\n"
16060 "                int mask);\n"
16061 "\n"
16062 msgstr ""
16063
16064 #. type: textblock
16065 #: ../src/guestfs-actions.pod:6625 ../fish/guestfish-actions.pod:4442
16066 msgid ""
16067 "This function sets the mask used for creating new files and device nodes to "
16068 "C<mask & 0777>."
16069 msgstr ""
16070
16071 #. type: textblock
16072 #: ../src/guestfs-actions.pod:6628 ../fish/guestfish-actions.pod:4445
16073 msgid ""
16074 "Typical umask values would be C<022> which creates new files with "
16075 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
16076 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
16077 msgstr ""
16078
16079 #. type: textblock
16080 #: ../src/guestfs-actions.pod:6633 ../fish/guestfish-actions.pod:4450
16081 msgid ""
16082 "The default umask is C<022>.  This is important because it means that "
16083 "directories and device nodes will be created with C<0644> or C<0755> mode "
16084 "even if you specify C<0777>."
16085 msgstr ""
16086
16087 #. type: textblock
16088 #: ../src/guestfs-actions.pod:6637
16089 msgid ""
16090 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
16091 "C<guestfs_mkdir>."
16092 msgstr ""
16093
16094 #. type: textblock
16095 #: ../src/guestfs-actions.pod:6640 ../fish/guestfish-actions.pod:4457
16096 msgid "This call returns the previous umask."
16097 msgstr ""
16098
16099 #. type: =head2
16100 #: ../src/guestfs-actions.pod:6646
16101 msgid "guestfs_umount"
16102 msgstr ""
16103
16104 #. type: verbatim
16105 #: ../src/guestfs-actions.pod:6648
16106 #, no-wrap
16107 msgid ""
16108 " int\n"
16109 " guestfs_umount (guestfs_h *g,\n"
16110 "                 const char *pathordevice);\n"
16111 "\n"
16112 msgstr ""
16113
16114 #. type: textblock
16115 #: ../src/guestfs-actions.pod:6652 ../fish/guestfish-actions.pod:4465
16116 msgid ""
16117 "This unmounts the given filesystem.  The filesystem may be specified either "
16118 "by its mountpoint (path) or the device which contains the filesystem."
16119 msgstr ""
16120
16121 #. type: =head2
16122 #: ../src/guestfs-actions.pod:6660
16123 msgid "guestfs_umount_all"
16124 msgstr ""
16125
16126 #. type: verbatim
16127 #: ../src/guestfs-actions.pod:6662
16128 #, no-wrap
16129 msgid ""
16130 " int\n"
16131 " guestfs_umount_all (guestfs_h *g);\n"
16132 "\n"
16133 msgstr ""
16134
16135 #. type: textblock
16136 #: ../src/guestfs-actions.pod:6665 ../fish/guestfish-actions.pod:4475
16137 msgid "This unmounts all mounted filesystems."
16138 msgstr ""
16139
16140 #. type: textblock
16141 #: ../src/guestfs-actions.pod:6667 ../fish/guestfish-actions.pod:4477
16142 msgid "Some internal mounts are not unmounted by this call."
16143 msgstr ""
16144
16145 #. type: =head2
16146 #: ../src/guestfs-actions.pod:6673
16147 msgid "guestfs_upload"
16148 msgstr ""
16149
16150 #. type: verbatim
16151 #: ../src/guestfs-actions.pod:6675
16152 #, no-wrap
16153 msgid ""
16154 " int\n"
16155 " guestfs_upload (guestfs_h *g,\n"
16156 "                 const char *filename,\n"
16157 "                 const char *remotefilename);\n"
16158 "\n"
16159 msgstr ""
16160
16161 #. type: textblock
16162 #: ../src/guestfs-actions.pod:6680 ../src/guestfs-actions.pod:6704 ../fish/guestfish-actions.pod:4483 ../fish/guestfish-actions.pod:4496
16163 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
16164 msgstr ""
16165
16166 #. type: textblock
16167 #: ../src/guestfs-actions.pod:6685
16168 msgid "See also C<guestfs_download>."
16169 msgstr ""
16170
16171 #. type: =head2
16172 #: ../src/guestfs-actions.pod:6696
16173 msgid "guestfs_upload_offset"
16174 msgstr ""
16175
16176 #. type: verbatim
16177 #: ../src/guestfs-actions.pod:6698
16178 #, no-wrap
16179 msgid ""
16180 " int\n"
16181 " guestfs_upload_offset (guestfs_h *g,\n"
16182 "                        const char *filename,\n"
16183 "                        const char *remotefilename,\n"
16184 "                        int64_t offset);\n"
16185 "\n"
16186 msgstr ""
16187
16188 #. type: textblock
16189 #: ../src/guestfs-actions.pod:6707 ../fish/guestfish-actions.pod:4499
16190 msgid ""
16191 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
16192 "The intention is to overwrite parts of existing files or devices, although "
16193 "if a non-existant file is specified then it is created with a \"hole\" "
16194 "before C<offset>.  The size of the data written is implicit in the size of "
16195 "the source C<filename>."
16196 msgstr ""
16197
16198 #. type: textblock
16199 #: ../src/guestfs-actions.pod:6714
16200 msgid ""
16201 "Note that there is no limit on the amount of data that can be uploaded with "
16202 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
16203 "full amount unless an error occurs."
16204 msgstr ""
16205
16206 #. type: textblock
16207 #: ../src/guestfs-actions.pod:6719
16208 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
16209 msgstr ""
16210
16211 #. type: =head2
16212 #: ../src/guestfs-actions.pod:6730
16213 msgid "guestfs_utimens"
16214 msgstr ""
16215
16216 #. type: verbatim
16217 #: ../src/guestfs-actions.pod:6732
16218 #, no-wrap
16219 msgid ""
16220 " int\n"
16221 " guestfs_utimens (guestfs_h *g,\n"
16222 "                  const char *path,\n"
16223 "                  int64_t atsecs,\n"
16224 "                  int64_t atnsecs,\n"
16225 "                  int64_t mtsecs,\n"
16226 "                  int64_t mtnsecs);\n"
16227 "\n"
16228 msgstr ""
16229
16230 #. type: textblock
16231 #: ../src/guestfs-actions.pod:6740 ../fish/guestfish-actions.pod:4519
16232 msgid "This command sets the timestamps of a file with nanosecond precision."
16233 msgstr ""
16234
16235 #. type: textblock
16236 #: ../src/guestfs-actions.pod:6743 ../fish/guestfish-actions.pod:4522
16237 msgid ""
16238 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
16239 "from the epoch."
16240 msgstr ""
16241
16242 #. type: textblock
16243 #: ../src/guestfs-actions.pod:6746 ../fish/guestfish-actions.pod:4525
16244 msgid ""
16245 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
16246 "nanoseconds from the epoch."
16247 msgstr ""
16248
16249 #. type: textblock
16250 #: ../src/guestfs-actions.pod:6749 ../fish/guestfish-actions.pod:4528
16251 msgid ""
16252 "If the C<*nsecs> field contains the special value C<-1> then the "
16253 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
16254 "ignored in this case)."
16255 msgstr ""
16256
16257 #. type: textblock
16258 #: ../src/guestfs-actions.pod:6753 ../fish/guestfish-actions.pod:4532
16259 msgid ""
16260 "If the C<*nsecs> field contains the special value C<-2> then the "
16261 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
16262 "in this case)."
16263 msgstr ""
16264
16265 #. type: =head2
16266 #: ../src/guestfs-actions.pod:6761 ../src/guestfs-structs.pod:175
16267 msgid "guestfs_version"
16268 msgstr ""
16269
16270 #. type: verbatim
16271 #: ../src/guestfs-actions.pod:6763
16272 #, no-wrap
16273 msgid ""
16274 " struct guestfs_version *\n"
16275 " guestfs_version (guestfs_h *g);\n"
16276 "\n"
16277 msgstr ""
16278
16279 #. type: textblock
16280 #: ../src/guestfs-actions.pod:6766 ../fish/guestfish-actions.pod:4540
16281 msgid "Return the libguestfs version number that the program is linked against."
16282 msgstr ""
16283
16284 #. type: textblock
16285 #: ../src/guestfs-actions.pod:6769 ../fish/guestfish-actions.pod:4543
16286 msgid ""
16287 "Note that because of dynamic linking this is not necessarily the version of "
16288 "libguestfs that you compiled against.  You can compile the program, and then "
16289 "at runtime dynamically link against a completely different C<libguestfs.so> "
16290 "library."
16291 msgstr ""
16292
16293 #. type: textblock
16294 #: ../src/guestfs-actions.pod:6774 ../fish/guestfish-actions.pod:4548
16295 msgid ""
16296 "This call was added in version C<1.0.58>.  In previous versions of "
16297 "libguestfs there was no way to get the version number.  From C code you can "
16298 "use dynamic linker functions to find out if this symbol exists (if it "
16299 "doesn't, then it's an earlier version)."
16300 msgstr ""
16301
16302 #. type: textblock
16303 #: ../src/guestfs-actions.pod:6780 ../fish/guestfish-actions.pod:4554
16304 msgid ""
16305 "The call returns a structure with four elements.  The first three (C<major>, "
16306 "C<minor> and C<release>) are numbers and correspond to the usual version "
16307 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
16308 "but may be used for distro-specific information."
16309 msgstr ""
16310
16311 #. type: textblock
16312 #: ../src/guestfs-actions.pod:6786 ../fish/guestfish-actions.pod:4560
16313 msgid "To construct the original version string: C<$major.$minor.$release$extra>"
16314 msgstr ""
16315
16316 #. type: textblock
16317 #: ../src/guestfs-actions.pod:6789 ../fish/guestfish-actions.pod:4563
16318 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
16319 msgstr ""
16320
16321 #. type: textblock
16322 #: ../src/guestfs-actions.pod:6791
16323 msgid ""
16324 "I<Note:> Don't use this call to test for availability of features.  In "
16325 "enterprise distributions we backport features from later versions into "
16326 "earlier versions, making this an unreliable way to test for features.  Use "
16327 "C<guestfs_available> instead."
16328 msgstr ""
16329
16330 #. type: textblock
16331 #: ../src/guestfs-actions.pod:6797
16332 msgid ""
16333 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
16334 "error.  I<The caller must call C<guestfs_free_version> after use>."
16335 msgstr ""
16336
16337 #. type: textblock
16338 #: ../src/guestfs-actions.pod:6801
16339 msgid "(Added in 1.0.58)"
16340 msgstr ""
16341
16342 #. type: =head2
16343 #: ../src/guestfs-actions.pod:6803
16344 msgid "guestfs_vfs_label"
16345 msgstr ""
16346
16347 #. type: verbatim
16348 #: ../src/guestfs-actions.pod:6805
16349 #, no-wrap
16350 msgid ""
16351 " char *\n"
16352 " guestfs_vfs_label (guestfs_h *g,\n"
16353 "                    const char *device);\n"
16354 "\n"
16355 msgstr ""
16356
16357 #. type: textblock
16358 #: ../src/guestfs-actions.pod:6809 ../fish/guestfish-actions.pod:4575
16359 msgid "This returns the filesystem label of the filesystem on C<device>."
16360 msgstr ""
16361
16362 #. type: textblock
16363 #: ../src/guestfs-actions.pod:6812 ../fish/guestfish-actions.pod:4578
16364 msgid "If the filesystem is unlabeled, this returns the empty string."
16365 msgstr ""
16366
16367 #. type: textblock
16368 #: ../src/guestfs-actions.pod:6814
16369 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
16370 msgstr ""
16371
16372 #. type: textblock
16373 #: ../src/guestfs-actions.pod:6819 ../src/guestfs-actions.pod:6856
16374 msgid "(Added in 1.3.18)"
16375 msgstr ""
16376
16377 #. type: =head2
16378 #: ../src/guestfs-actions.pod:6821
16379 msgid "guestfs_vfs_type"
16380 msgstr ""
16381
16382 #. type: verbatim
16383 #: ../src/guestfs-actions.pod:6823
16384 #, no-wrap
16385 msgid ""
16386 " char *\n"
16387 " guestfs_vfs_type (guestfs_h *g,\n"
16388 "                   const char *device);\n"
16389 "\n"
16390 msgstr ""
16391
16392 #. type: textblock
16393 #: ../src/guestfs-actions.pod:6827 ../fish/guestfish-actions.pod:4586
16394 msgid ""
16395 "This command gets the filesystem type corresponding to the filesystem on "
16396 "C<device>."
16397 msgstr ""
16398
16399 #. type: textblock
16400 #: ../src/guestfs-actions.pod:6830 ../fish/guestfish-actions.pod:4589
16401 msgid ""
16402 "For most filesystems, the result is the name of the Linux VFS module which "
16403 "would be used to mount this filesystem if you mounted it without specifying "
16404 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
16405 msgstr ""
16406
16407 #. type: =head2
16408 #: ../src/guestfs-actions.pod:6840
16409 msgid "guestfs_vfs_uuid"
16410 msgstr ""
16411
16412 #. type: verbatim
16413 #: ../src/guestfs-actions.pod:6842
16414 #, no-wrap
16415 msgid ""
16416 " char *\n"
16417 " guestfs_vfs_uuid (guestfs_h *g,\n"
16418 "                   const char *device);\n"
16419 "\n"
16420 msgstr ""
16421
16422 #. type: textblock
16423 #: ../src/guestfs-actions.pod:6846 ../fish/guestfish-actions.pod:4598
16424 msgid "This returns the filesystem UUID of the filesystem on C<device>."
16425 msgstr ""
16426
16427 #. type: textblock
16428 #: ../src/guestfs-actions.pod:6849 ../fish/guestfish-actions.pod:4601
16429 msgid "If the filesystem does not have a UUID, this returns the empty string."
16430 msgstr ""
16431
16432 #. type: textblock
16433 #: ../src/guestfs-actions.pod:6851
16434 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
16435 msgstr ""
16436
16437 #. type: =head2
16438 #: ../src/guestfs-actions.pod:6858
16439 msgid "guestfs_vg_activate"
16440 msgstr ""
16441
16442 #. type: verbatim
16443 #: ../src/guestfs-actions.pod:6860
16444 #, no-wrap
16445 msgid ""
16446 " int\n"
16447 " guestfs_vg_activate (guestfs_h *g,\n"
16448 "                      int activate,\n"
16449 "                      char *const *volgroups);\n"
16450 "\n"
16451 msgstr ""
16452
16453 #. type: textblock
16454 #: ../src/guestfs-actions.pod:6865 ../fish/guestfish-actions.pod:4609
16455 msgid ""
16456 "This command activates or (if C<activate> is false) deactivates all logical "
16457 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
16458 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
16459 "deactivated, then those devices disappear."
16460 msgstr ""
16461
16462 #. type: textblock
16463 #: ../src/guestfs-actions.pod:6871 ../fish/guestfish-actions.pod:4615
16464 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
16465 msgstr ""
16466
16467 #. type: textblock
16468 #: ../src/guestfs-actions.pod:6873 ../fish/guestfish-actions.pod:4617
16469 msgid ""
16470 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
16471 "activated or deactivated."
16472 msgstr ""
16473
16474 #. type: =head2
16475 #: ../src/guestfs-actions.pod:6880
16476 msgid "guestfs_vg_activate_all"
16477 msgstr ""
16478
16479 #. type: verbatim
16480 #: ../src/guestfs-actions.pod:6882
16481 #, no-wrap
16482 msgid ""
16483 " int\n"
16484 " guestfs_vg_activate_all (guestfs_h *g,\n"
16485 "                          int activate);\n"
16486 "\n"
16487 msgstr ""
16488
16489 #. type: textblock
16490 #: ../src/guestfs-actions.pod:6886 ../fish/guestfish-actions.pod:4624
16491 msgid ""
16492 "This command activates or (if C<activate> is false) deactivates all logical "
16493 "volumes in all volume groups.  If activated, then they are made known to the "
16494 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
16495 "those devices disappear."
16496 msgstr ""
16497
16498 #. type: textblock
16499 #: ../src/guestfs-actions.pod:6892 ../fish/guestfish-actions.pod:4630
16500 msgid "This command is the same as running C<vgchange -a y|n>"
16501 msgstr ""
16502
16503 #. type: =head2
16504 #: ../src/guestfs-actions.pod:6898
16505 msgid "guestfs_vgcreate"
16506 msgstr ""
16507
16508 #. type: verbatim
16509 #: ../src/guestfs-actions.pod:6900
16510 #, no-wrap
16511 msgid ""
16512 " int\n"
16513 " guestfs_vgcreate (guestfs_h *g,\n"
16514 "                   const char *volgroup,\n"
16515 "                   char *const *physvols);\n"
16516 "\n"
16517 msgstr ""
16518
16519 #. type: textblock
16520 #: ../src/guestfs-actions.pod:6905 ../fish/guestfish-actions.pod:4636
16521 msgid ""
16522 "This creates an LVM volume group called C<volgroup> from the non-empty list "
16523 "of physical volumes C<physvols>."
16524 msgstr ""
16525
16526 #. type: =head2
16527 #: ../src/guestfs-actions.pod:6912
16528 msgid "guestfs_vglvuuids"
16529 msgstr ""
16530
16531 #. type: verbatim
16532 #: ../src/guestfs-actions.pod:6914
16533 #, no-wrap
16534 msgid ""
16535 " char **\n"
16536 " guestfs_vglvuuids (guestfs_h *g,\n"
16537 "                    const char *vgname);\n"
16538 "\n"
16539 msgstr ""
16540
16541 #. type: textblock
16542 #: ../src/guestfs-actions.pod:6918 ../fish/guestfish-actions.pod:4643
16543 msgid ""
16544 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
16545 "volumes created in this volume group."
16546 msgstr ""
16547
16548 #. type: textblock
16549 #: ../src/guestfs-actions.pod:6921
16550 msgid ""
16551 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
16552 "associate logical volumes and volume groups."
16553 msgstr ""
16554
16555 #. type: textblock
16556 #: ../src/guestfs-actions.pod:6924
16557 msgid "See also C<guestfs_vgpvuuids>."
16558 msgstr ""
16559
16560 #. type: =head2
16561 #: ../src/guestfs-actions.pod:6932
16562 msgid "guestfs_vgpvuuids"
16563 msgstr ""
16564
16565 #. type: verbatim
16566 #: ../src/guestfs-actions.pod:6934
16567 #, no-wrap
16568 msgid ""
16569 " char **\n"
16570 " guestfs_vgpvuuids (guestfs_h *g,\n"
16571 "                    const char *vgname);\n"
16572 "\n"
16573 msgstr ""
16574
16575 #. type: textblock
16576 #: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4655
16577 msgid ""
16578 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
16579 "volumes that this volume group resides on."
16580 msgstr ""
16581
16582 #. type: textblock
16583 #: ../src/guestfs-actions.pod:6941
16584 msgid ""
16585 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
16586 "associate physical volumes and volume groups."
16587 msgstr ""
16588
16589 #. type: textblock
16590 #: ../src/guestfs-actions.pod:6944
16591 msgid "See also C<guestfs_vglvuuids>."
16592 msgstr ""
16593
16594 #. type: =head2
16595 #: ../src/guestfs-actions.pod:6952
16596 msgid "guestfs_vgremove"
16597 msgstr ""
16598
16599 #. type: verbatim
16600 #: ../src/guestfs-actions.pod:6954
16601 #, no-wrap
16602 msgid ""
16603 " int\n"
16604 " guestfs_vgremove (guestfs_h *g,\n"
16605 "                   const char *vgname);\n"
16606 "\n"
16607 msgstr ""
16608
16609 #. type: textblock
16610 #: ../src/guestfs-actions.pod:6958 ../fish/guestfish-actions.pod:4667
16611 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
16612 msgstr ""
16613
16614 #. type: textblock
16615 #: ../src/guestfs-actions.pod:6960 ../fish/guestfish-actions.pod:4669
16616 msgid "This also forcibly removes all logical volumes in the volume group (if any)."
16617 msgstr ""
16618
16619 #. type: =head2
16620 #: ../src/guestfs-actions.pod:6967
16621 msgid "guestfs_vgrename"
16622 msgstr ""
16623
16624 #. type: verbatim
16625 #: ../src/guestfs-actions.pod:6969
16626 #, no-wrap
16627 msgid ""
16628 " int\n"
16629 " guestfs_vgrename (guestfs_h *g,\n"
16630 "                   const char *volgroup,\n"
16631 "                   const char *newvolgroup);\n"
16632 "\n"
16633 msgstr ""
16634
16635 #. type: textblock
16636 #: ../src/guestfs-actions.pod:6974 ../fish/guestfish-actions.pod:4676
16637 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
16638 msgstr ""
16639
16640 #. type: =head2
16641 #: ../src/guestfs-actions.pod:6980
16642 msgid "guestfs_vgs"
16643 msgstr ""
16644
16645 #. type: verbatim
16646 #: ../src/guestfs-actions.pod:6982
16647 #, no-wrap
16648 msgid ""
16649 " char **\n"
16650 " guestfs_vgs (guestfs_h *g);\n"
16651 "\n"
16652 msgstr ""
16653
16654 #. type: textblock
16655 #: ../src/guestfs-actions.pod:6985 ../fish/guestfish-actions.pod:4682
16656 msgid ""
16657 "List all the volumes groups detected.  This is the equivalent of the "
16658 "L<vgs(8)> command."
16659 msgstr ""
16660
16661 #. type: textblock
16662 #: ../src/guestfs-actions.pod:6988 ../fish/guestfish-actions.pod:4685
16663 msgid ""
16664 "This returns a list of just the volume group names that were detected "
16665 "(eg. C<VolGroup00>)."
16666 msgstr ""
16667
16668 #. type: textblock
16669 #: ../src/guestfs-actions.pod:6991
16670 msgid "See also C<guestfs_vgs_full>."
16671 msgstr ""
16672
16673 #. type: =head2
16674 #: ../src/guestfs-actions.pod:6999
16675 msgid "guestfs_vgs_full"
16676 msgstr ""
16677
16678 #. type: verbatim
16679 #: ../src/guestfs-actions.pod:7001
16680 #, no-wrap
16681 msgid ""
16682 " struct guestfs_lvm_vg_list *\n"
16683 " guestfs_vgs_full (guestfs_h *g);\n"
16684 "\n"
16685 msgstr ""
16686
16687 #. type: textblock
16688 #: ../src/guestfs-actions.pod:7004 ../fish/guestfish-actions.pod:4694
16689 msgid ""
16690 "List all the volumes groups detected.  This is the equivalent of the "
16691 "L<vgs(8)> command.  The \"full\" version includes all fields."
16692 msgstr ""
16693
16694 #. type: textblock
16695 #: ../src/guestfs-actions.pod:7007
16696 msgid ""
16697 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
16698 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after "
16699 "use>."
16700 msgstr ""
16701
16702 #. type: =head2
16703 #: ../src/guestfs-actions.pod:7013
16704 msgid "guestfs_vgscan"
16705 msgstr ""
16706
16707 #. type: verbatim
16708 #: ../src/guestfs-actions.pod:7015
16709 #, no-wrap
16710 msgid ""
16711 " int\n"
16712 " guestfs_vgscan (guestfs_h *g);\n"
16713 "\n"
16714 msgstr ""
16715
16716 #. type: textblock
16717 #: ../src/guestfs-actions.pod:7018 ../fish/guestfish-actions.pod:4701
16718 msgid ""
16719 "This rescans all block devices and rebuilds the list of LVM physical "
16720 "volumes, volume groups and logical volumes."
16721 msgstr ""
16722
16723 #. type: =head2
16724 #: ../src/guestfs-actions.pod:7025
16725 msgid "guestfs_vguuid"
16726 msgstr ""
16727
16728 #. type: verbatim
16729 #: ../src/guestfs-actions.pod:7027
16730 #, no-wrap
16731 msgid ""
16732 " char *\n"
16733 " guestfs_vguuid (guestfs_h *g,\n"
16734 "                 const char *vgname);\n"
16735 "\n"
16736 msgstr ""
16737
16738 #. type: textblock
16739 #: ../src/guestfs-actions.pod:7031 ../fish/guestfish-actions.pod:4708
16740 msgid "This command returns the UUID of the LVM VG named C<vgname>."
16741 msgstr ""
16742
16743 #. type: =head2
16744 #: ../src/guestfs-actions.pod:7038
16745 msgid "guestfs_wait_ready"
16746 msgstr ""
16747
16748 #. type: verbatim
16749 #: ../src/guestfs-actions.pod:7040
16750 #, no-wrap
16751 msgid ""
16752 " int\n"
16753 " guestfs_wait_ready (guestfs_h *g);\n"
16754 "\n"
16755 msgstr ""
16756
16757 #. type: textblock
16758 #: ../src/guestfs-actions.pod:7043
16759 msgid "This function is a no op."
16760 msgstr ""
16761
16762 #. type: textblock
16763 #: ../src/guestfs-actions.pod:7045
16764 msgid ""
16765 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
16766 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
16767 "is no longer necessary because C<guestfs_launch> now does the waiting."
16768 msgstr ""
16769
16770 #. type: textblock
16771 #: ../src/guestfs-actions.pod:7050
16772 msgid ""
16773 "If you see any calls to this function in code then you can just remove them, "
16774 "unless you want to retain compatibility with older versions of the API."
16775 msgstr ""
16776
16777 #. type: =head2
16778 #: ../src/guestfs-actions.pod:7058
16779 msgid "guestfs_wc_c"
16780 msgstr ""
16781
16782 #. type: verbatim
16783 #: ../src/guestfs-actions.pod:7060
16784 #, no-wrap
16785 msgid ""
16786 " int\n"
16787 " guestfs_wc_c (guestfs_h *g,\n"
16788 "               const char *path);\n"
16789 "\n"
16790 msgstr ""
16791
16792 #. type: textblock
16793 #: ../src/guestfs-actions.pod:7064 ../fish/guestfish-actions.pod:4714
16794 msgid ""
16795 "This command counts the characters in a file, using the C<wc -c> external "
16796 "command."
16797 msgstr ""
16798
16799 #. type: =head2
16800 #: ../src/guestfs-actions.pod:7071
16801 msgid "guestfs_wc_l"
16802 msgstr ""
16803
16804 #. type: verbatim
16805 #: ../src/guestfs-actions.pod:7073
16806 #, no-wrap
16807 msgid ""
16808 " int\n"
16809 " guestfs_wc_l (guestfs_h *g,\n"
16810 "               const char *path);\n"
16811 "\n"
16812 msgstr ""
16813
16814 #. type: textblock
16815 #: ../src/guestfs-actions.pod:7077 ../fish/guestfish-actions.pod:4721
16816 msgid ""
16817 "This command counts the lines in a file, using the C<wc -l> external "
16818 "command."
16819 msgstr ""
16820
16821 #. type: =head2
16822 #: ../src/guestfs-actions.pod:7084
16823 msgid "guestfs_wc_w"
16824 msgstr ""
16825
16826 #. type: verbatim
16827 #: ../src/guestfs-actions.pod:7086
16828 #, no-wrap
16829 msgid ""
16830 " int\n"
16831 " guestfs_wc_w (guestfs_h *g,\n"
16832 "               const char *path);\n"
16833 "\n"
16834 msgstr ""
16835
16836 #. type: textblock
16837 #: ../src/guestfs-actions.pod:7090 ../fish/guestfish-actions.pod:4728
16838 msgid ""
16839 "This command counts the words in a file, using the C<wc -w> external "
16840 "command."
16841 msgstr ""
16842
16843 #. type: =head2
16844 #: ../src/guestfs-actions.pod:7097
16845 msgid "guestfs_write"
16846 msgstr ""
16847
16848 #. type: verbatim
16849 #: ../src/guestfs-actions.pod:7099
16850 #, no-wrap
16851 msgid ""
16852 " int\n"
16853 " guestfs_write (guestfs_h *g,\n"
16854 "                const char *path,\n"
16855 "                const char *content,\n"
16856 "                size_t content_size);\n"
16857 "\n"
16858 msgstr ""
16859
16860 #. type: textblock
16861 #: ../src/guestfs-actions.pod:7105 ../fish/guestfish-actions.pod:4735
16862 msgid ""
16863 "This call creates a file called C<path>.  The content of the file is the "
16864 "string C<content> (which can contain any 8 bit data)."
16865 msgstr ""
16866
16867 #. type: =head2
16868 #: ../src/guestfs-actions.pod:7115
16869 msgid "guestfs_write_file"
16870 msgstr ""
16871
16872 #. type: verbatim
16873 #: ../src/guestfs-actions.pod:7117
16874 #, no-wrap
16875 msgid ""
16876 " int\n"
16877 " guestfs_write_file (guestfs_h *g,\n"
16878 "                     const char *path,\n"
16879 "                     const char *content,\n"
16880 "                     int size);\n"
16881 "\n"
16882 msgstr ""
16883
16884 #. type: textblock
16885 #: ../src/guestfs-actions.pod:7123 ../fish/guestfish-actions.pod:4745
16886 msgid ""
16887 "This call creates a file called C<path>.  The contents of the file is the "
16888 "string C<content> (which can contain any 8 bit data), with length C<size>."
16889 msgstr ""
16890
16891 #. type: textblock
16892 #: ../src/guestfs-actions.pod:7127 ../fish/guestfish-actions.pod:4749
16893 msgid ""
16894 "As a special case, if C<size> is C<0> then the length is calculated using "
16895 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
16896 msgstr ""
16897
16898 #. type: textblock
16899 #: ../src/guestfs-actions.pod:7131 ../fish/guestfish-actions.pod:4753
16900 msgid ""
16901 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
16902 "I<not> work, even if the length is specified."
16903 msgstr ""
16904
16905 #. type: textblock
16906 #: ../src/guestfs-actions.pod:7139 ../fish/guestfish-actions.pod:4759
16907 msgid "This function is deprecated.  In new code, use the C<write> call instead."
16908 msgstr ""
16909
16910 #. type: =head2
16911 #: ../src/guestfs-actions.pod:7148
16912 msgid "guestfs_zegrep"
16913 msgstr ""
16914
16915 #. type: verbatim
16916 #: ../src/guestfs-actions.pod:7150
16917 #, no-wrap
16918 msgid ""
16919 " char **\n"
16920 " guestfs_zegrep (guestfs_h *g,\n"
16921 "                 const char *regex,\n"
16922 "                 const char *path);\n"
16923 "\n"
16924 msgstr ""
16925
16926 #. type: textblock
16927 #: ../src/guestfs-actions.pod:7155 ../fish/guestfish-actions.pod:4770
16928 msgid "This calls the external C<zegrep> program and returns the matching lines."
16929 msgstr ""
16930
16931 #. type: =head2
16932 #: ../src/guestfs-actions.pod:7167
16933 msgid "guestfs_zegrepi"
16934 msgstr ""
16935
16936 #. type: verbatim
16937 #: ../src/guestfs-actions.pod:7169
16938 #, no-wrap
16939 msgid ""
16940 " char **\n"
16941 " guestfs_zegrepi (guestfs_h *g,\n"
16942 "                  const char *regex,\n"
16943 "                  const char *path);\n"
16944 "\n"
16945 msgstr ""
16946
16947 #. type: textblock
16948 #: ../src/guestfs-actions.pod:7174 ../fish/guestfish-actions.pod:4780
16949 msgid "This calls the external C<zegrep -i> program and returns the matching lines."
16950 msgstr ""
16951
16952 #. type: =head2
16953 #: ../src/guestfs-actions.pod:7186
16954 msgid "guestfs_zero"
16955 msgstr ""
16956
16957 #. type: verbatim
16958 #: ../src/guestfs-actions.pod:7188
16959 #, no-wrap
16960 msgid ""
16961 " int\n"
16962 " guestfs_zero (guestfs_h *g,\n"
16963 "               const char *device);\n"
16964 "\n"
16965 msgstr ""
16966
16967 #. type: textblock
16968 #: ../src/guestfs-actions.pod:7192 ../fish/guestfish-actions.pod:4790
16969 msgid "This command writes zeroes over the first few blocks of C<device>."
16970 msgstr ""
16971
16972 #. type: textblock
16973 #: ../src/guestfs-actions.pod:7194 ../fish/guestfish-actions.pod:4792
16974 msgid ""
16975 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
16976 "securely wipe the device).  It should be sufficient to remove any partition "
16977 "tables, filesystem superblocks and so on."
16978 msgstr ""
16979
16980 #. type: textblock
16981 #: ../src/guestfs-actions.pod:7198
16982 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
16983 msgstr ""
16984
16985 #. type: =head2
16986 #: ../src/guestfs-actions.pod:7209
16987 msgid "guestfs_zero_device"
16988 msgstr ""
16989
16990 #. type: verbatim
16991 #: ../src/guestfs-actions.pod:7211
16992 #, no-wrap
16993 msgid ""
16994 " int\n"
16995 " guestfs_zero_device (guestfs_h *g,\n"
16996 "                      const char *device);\n"
16997 "\n"
16998 msgstr ""
16999
17000 #. type: textblock
17001 #: ../src/guestfs-actions.pod:7215
17002 msgid ""
17003 "This command writes zeroes over the entire C<device>.  Compare with "
17004 "C<guestfs_zero> which just zeroes the first few blocks of a device."
17005 msgstr ""
17006
17007 #. type: textblock
17008 #: ../src/guestfs-actions.pod:7229
17009 msgid "(Added in 1.3.1)"
17010 msgstr ""
17011
17012 #. type: =head2
17013 #: ../src/guestfs-actions.pod:7231
17014 msgid "guestfs_zerofree"
17015 msgstr ""
17016
17017 #. type: verbatim
17018 #: ../src/guestfs-actions.pod:7233
17019 #, no-wrap
17020 msgid ""
17021 " int\n"
17022 " guestfs_zerofree (guestfs_h *g,\n"
17023 "                   const char *device);\n"
17024 "\n"
17025 msgstr ""
17026
17027 #. type: textblock
17028 #: ../src/guestfs-actions.pod:7237 ../fish/guestfish-actions.pod:4813
17029 msgid ""
17030 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
17031 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
17032 "possible to compress the filesystem more effectively."
17033 msgstr ""
17034
17035 #. type: textblock
17036 #: ../src/guestfs-actions.pod:7242 ../fish/guestfish-actions.pod:4818
17037 msgid "You should B<not> run this program if the filesystem is mounted."
17038 msgstr ""
17039
17040 #. type: textblock
17041 #: ../src/guestfs-actions.pod:7245 ../fish/guestfish-actions.pod:4821
17042 msgid ""
17043 "It is possible that using this program can damage the filesystem or data on "
17044 "the filesystem."
17045 msgstr ""
17046
17047 #. type: =head2
17048 #: ../src/guestfs-actions.pod:7252
17049 msgid "guestfs_zfgrep"
17050 msgstr ""
17051
17052 #. type: verbatim
17053 #: ../src/guestfs-actions.pod:7254
17054 #, no-wrap
17055 msgid ""
17056 " char **\n"
17057 " guestfs_zfgrep (guestfs_h *g,\n"
17058 "                 const char *pattern,\n"
17059 "                 const char *path);\n"
17060 "\n"
17061 msgstr ""
17062
17063 #. type: textblock
17064 #: ../src/guestfs-actions.pod:7259 ../fish/guestfish-actions.pod:4828
17065 msgid "This calls the external C<zfgrep> program and returns the matching lines."
17066 msgstr ""
17067
17068 #. type: =head2
17069 #: ../src/guestfs-actions.pod:7271
17070 msgid "guestfs_zfgrepi"
17071 msgstr ""
17072
17073 #. type: verbatim
17074 #: ../src/guestfs-actions.pod:7273
17075 #, no-wrap
17076 msgid ""
17077 " char **\n"
17078 " guestfs_zfgrepi (guestfs_h *g,\n"
17079 "                  const char *pattern,\n"
17080 "                  const char *path);\n"
17081 "\n"
17082 msgstr ""
17083
17084 #. type: textblock
17085 #: ../src/guestfs-actions.pod:7278 ../fish/guestfish-actions.pod:4838
17086 msgid "This calls the external C<zfgrep -i> program and returns the matching lines."
17087 msgstr ""
17088
17089 #. type: =head2
17090 #: ../src/guestfs-actions.pod:7290
17091 msgid "guestfs_zfile"
17092 msgstr ""
17093
17094 #. type: verbatim
17095 #: ../src/guestfs-actions.pod:7292
17096 #, no-wrap
17097 msgid ""
17098 " char *\n"
17099 " guestfs_zfile (guestfs_h *g,\n"
17100 "                const char *meth,\n"
17101 "                const char *path);\n"
17102 "\n"
17103 msgstr ""
17104
17105 #. type: textblock
17106 #: ../src/guestfs-actions.pod:7297 ../fish/guestfish-actions.pod:4848
17107 msgid "This command runs C<file> after first decompressing C<path> using C<method>."
17108 msgstr ""
17109
17110 #. type: textblock
17111 #: ../src/guestfs-actions.pod:7300 ../fish/guestfish-actions.pod:4851
17112 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
17113 msgstr ""
17114
17115 #. type: textblock
17116 #: ../src/guestfs-actions.pod:7302
17117 msgid ""
17118 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
17119 "files."
17120 msgstr ""
17121
17122 #. type: textblock
17123 #: ../src/guestfs-actions.pod:7308 ../fish/guestfish-actions.pod:4856
17124 msgid "This function is deprecated.  In new code, use the C<file> call instead."
17125 msgstr ""
17126
17127 #. type: =head2
17128 #: ../src/guestfs-actions.pod:7317
17129 msgid "guestfs_zgrep"
17130 msgstr ""
17131
17132 #. type: verbatim
17133 #: ../src/guestfs-actions.pod:7319
17134 #, no-wrap
17135 msgid ""
17136 " char **\n"
17137 " guestfs_zgrep (guestfs_h *g,\n"
17138 "                const char *regex,\n"
17139 "                const char *path);\n"
17140 "\n"
17141 msgstr ""
17142
17143 #. type: textblock
17144 #: ../src/guestfs-actions.pod:7324 ../fish/guestfish-actions.pod:4867
17145 msgid "This calls the external C<zgrep> program and returns the matching lines."
17146 msgstr ""
17147
17148 #. type: =head2
17149 #: ../src/guestfs-actions.pod:7336
17150 msgid "guestfs_zgrepi"
17151 msgstr ""
17152
17153 #. type: verbatim
17154 #: ../src/guestfs-actions.pod:7338
17155 #, no-wrap
17156 msgid ""
17157 " char **\n"
17158 " guestfs_zgrepi (guestfs_h *g,\n"
17159 "                 const char *regex,\n"
17160 "                 const char *path);\n"
17161 "\n"
17162 msgstr ""
17163
17164 #. type: textblock
17165 #: ../src/guestfs-actions.pod:7343 ../fish/guestfish-actions.pod:4877
17166 msgid "This calls the external C<zgrep -i> program and returns the matching lines."
17167 msgstr ""
17168
17169 #. type: =item
17170 #: ../src/guestfs-availability.pod:3
17171 msgid "B<augeas>"
17172 msgstr ""
17173
17174 #. type: textblock
17175 #: ../src/guestfs-availability.pod:5
17176 msgid ""
17177 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> "
17178 "L</guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> "
17179 "L</guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> "
17180 "L</guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> "
17181 "L</guestfs_aug_rm> L</guestfs_aug_save> L</guestfs_aug_set>"
17182 msgstr ""
17183
17184 #. type: =item
17185 #: ../src/guestfs-availability.pod:21
17186 msgid "B<inotify>"
17187 msgstr ""
17188
17189 #. type: textblock
17190 #: ../src/guestfs-availability.pod:23
17191 msgid ""
17192 "The following functions: L</guestfs_inotify_add_watch> "
17193 "L</guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> "
17194 "L</guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
17195 msgstr ""
17196
17197 #. type: =item
17198 #: ../src/guestfs-availability.pod:31
17199 msgid "B<linuxfsuuid>"
17200 msgstr ""
17201
17202 #. type: textblock
17203 #: ../src/guestfs-availability.pod:33
17204 msgid ""
17205 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> "
17206 "L</guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
17207 msgstr ""
17208
17209 #. type: =item
17210 #: ../src/guestfs-availability.pod:40
17211 msgid "B<linuxmodules>"
17212 msgstr ""
17213
17214 #. type: textblock
17215 #: ../src/guestfs-availability.pod:42
17216 msgid "The following functions: L</guestfs_modprobe>"
17217 msgstr ""
17218
17219 #. type: =item
17220 #: ../src/guestfs-availability.pod:45
17221 msgid "B<linuxxattrs>"
17222 msgstr ""
17223
17224 #. type: textblock
17225 #: ../src/guestfs-availability.pod:47
17226 msgid ""
17227 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> "
17228 "L</guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> "
17229 "L</guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> "
17230 "L</guestfs_setxattr>"
17231 msgstr ""
17232
17233 #. type: =item
17234 #: ../src/guestfs-availability.pod:58
17235 msgid "B<luks>"
17236 msgstr ""
17237
17238 #. type: textblock
17239 #: ../src/guestfs-availability.pod:60
17240 msgid ""
17241 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> "
17242 "L</guestfs_luks_format> L</guestfs_luks_format_cipher> "
17243 "L</guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
17244 msgstr ""
17245
17246 #. type: =item
17247 #: ../src/guestfs-availability.pod:69
17248 msgid "B<lvm2>"
17249 msgstr ""
17250
17251 #. type: textblock
17252 #: ../src/guestfs-availability.pod:71
17253 msgid ""
17254 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> "
17255 "L</guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> "
17256 "L</guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> "
17257 "L</guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> "
17258 "L</guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> "
17259 "L</guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> "
17260 "L</guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> "
17261 "L</guestfs_vgs_full>"
17262 msgstr ""
17263
17264 #. type: =item
17265 #: ../src/guestfs-availability.pod:94
17266 msgid "B<mknod>"
17267 msgstr ""
17268
17269 #. type: textblock
17270 #: ../src/guestfs-availability.pod:96
17271 msgid ""
17272 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> "
17273 "L</guestfs_mknod_b> L</guestfs_mknod_c>"
17274 msgstr ""
17275
17276 #. type: =item
17277 #: ../src/guestfs-availability.pod:102
17278 msgid "B<ntfs3g>"
17279 msgstr ""
17280
17281 #. type: textblock
17282 #: ../src/guestfs-availability.pod:104
17283 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
17284 msgstr ""
17285
17286 #. type: =item
17287 #: ../src/guestfs-availability.pod:107
17288 msgid "B<ntfsprogs>"
17289 msgstr ""
17290
17291 #. type: textblock
17292 #: ../src/guestfs-availability.pod:109
17293 msgid "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
17294 msgstr ""
17295
17296 #. type: =item
17297 #: ../src/guestfs-availability.pod:113
17298 msgid "B<realpath>"
17299 msgstr ""
17300
17301 #. type: textblock
17302 #: ../src/guestfs-availability.pod:115
17303 msgid "The following functions: L</guestfs_realpath>"
17304 msgstr ""
17305
17306 #. type: =item
17307 #: ../src/guestfs-availability.pod:118
17308 msgid "B<scrub>"
17309 msgstr ""
17310
17311 #. type: textblock
17312 #: ../src/guestfs-availability.pod:120
17313 msgid ""
17314 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> "
17315 "L</guestfs_scrub_freespace>"
17316 msgstr ""
17317
17318 #. type: =item
17319 #: ../src/guestfs-availability.pod:125
17320 msgid "B<selinux>"
17321 msgstr ""
17322
17323 #. type: textblock
17324 #: ../src/guestfs-availability.pod:127
17325 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
17326 msgstr ""
17327
17328 #. type: =item
17329 #: ../src/guestfs-availability.pod:131
17330 msgid "B<xz>"
17331 msgstr ""
17332
17333 #. type: textblock
17334 #: ../src/guestfs-availability.pod:133
17335 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
17336 msgstr ""
17337
17338 #. type: =item
17339 #: ../src/guestfs-availability.pod:137
17340 msgid "B<zerofree>"
17341 msgstr ""
17342
17343 #. type: textblock
17344 #: ../src/guestfs-availability.pod:139
17345 msgid "The following functions: L</guestfs_zerofree>"
17346 msgstr ""
17347
17348 #. type: =head2
17349 #: ../src/guestfs-structs.pod:1
17350 msgid "guestfs_int_bool"
17351 msgstr ""
17352
17353 #. type: verbatim
17354 #: ../src/guestfs-structs.pod:3
17355 #, no-wrap
17356 msgid ""
17357 " struct guestfs_int_bool {\n"
17358 "   int32_t i;\n"
17359 "   int32_t b;\n"
17360 " };\n"
17361 " \n"
17362 msgstr ""
17363
17364 #. type: verbatim
17365 #: ../src/guestfs-structs.pod:8
17366 #, no-wrap
17367 msgid ""
17368 " struct guestfs_int_bool_list {\n"
17369 "   uint32_t len; /* Number of elements in list. */\n"
17370 "   struct guestfs_int_bool *val; /* Elements. */\n"
17371 " };\n"
17372 " \n"
17373 msgstr ""
17374
17375 #. type: verbatim
17376 #: ../src/guestfs-structs.pod:13
17377 #, no-wrap
17378 msgid ""
17379 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
17380 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
17381 "\n"
17382 msgstr ""
17383
17384 #. type: =head2
17385 #: ../src/guestfs-structs.pod:16
17386 msgid "guestfs_lvm_pv"
17387 msgstr ""
17388
17389 #. type: verbatim
17390 #: ../src/guestfs-structs.pod:18
17391 #, no-wrap
17392 msgid ""
17393 " struct guestfs_lvm_pv {\n"
17394 "   char *pv_name;\n"
17395 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17396 "*/\n"
17397 "   char pv_uuid[32];\n"
17398 "   char *pv_fmt;\n"
17399 "   uint64_t pv_size;\n"
17400 "   uint64_t dev_size;\n"
17401 "   uint64_t pv_free;\n"
17402 "   uint64_t pv_used;\n"
17403 "   char *pv_attr;\n"
17404 "   int64_t pv_pe_count;\n"
17405 "   int64_t pv_pe_alloc_count;\n"
17406 "   char *pv_tags;\n"
17407 "   uint64_t pe_start;\n"
17408 "   int64_t pv_mda_count;\n"
17409 "   uint64_t pv_mda_free;\n"
17410 " };\n"
17411 " \n"
17412 msgstr ""
17413
17414 #. type: verbatim
17415 #: ../src/guestfs-structs.pod:36
17416 #, no-wrap
17417 msgid ""
17418 " struct guestfs_lvm_pv_list {\n"
17419 "   uint32_t len; /* Number of elements in list. */\n"
17420 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
17421 " };\n"
17422 " \n"
17423 msgstr ""
17424
17425 #. type: verbatim
17426 #: ../src/guestfs-structs.pod:41
17427 #, no-wrap
17428 msgid ""
17429 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
17430 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
17431 "\n"
17432 msgstr ""
17433
17434 #. type: =head2
17435 #: ../src/guestfs-structs.pod:44
17436 msgid "guestfs_lvm_vg"
17437 msgstr ""
17438
17439 #. type: verbatim
17440 #: ../src/guestfs-structs.pod:46
17441 #, no-wrap
17442 msgid ""
17443 " struct guestfs_lvm_vg {\n"
17444 "   char *vg_name;\n"
17445 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17446 "*/\n"
17447 "   char vg_uuid[32];\n"
17448 "   char *vg_fmt;\n"
17449 "   char *vg_attr;\n"
17450 "   uint64_t vg_size;\n"
17451 "   uint64_t vg_free;\n"
17452 "   char *vg_sysid;\n"
17453 "   uint64_t vg_extent_size;\n"
17454 "   int64_t vg_extent_count;\n"
17455 "   int64_t vg_free_count;\n"
17456 "   int64_t max_lv;\n"
17457 "   int64_t max_pv;\n"
17458 "   int64_t pv_count;\n"
17459 "   int64_t lv_count;\n"
17460 "   int64_t snap_count;\n"
17461 "   int64_t vg_seqno;\n"
17462 "   char *vg_tags;\n"
17463 "   int64_t vg_mda_count;\n"
17464 "   uint64_t vg_mda_free;\n"
17465 " };\n"
17466 " \n"
17467 msgstr ""
17468
17469 #. type: verbatim
17470 #: ../src/guestfs-structs.pod:69
17471 #, no-wrap
17472 msgid ""
17473 " struct guestfs_lvm_vg_list {\n"
17474 "   uint32_t len; /* Number of elements in list. */\n"
17475 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
17476 " };\n"
17477 " \n"
17478 msgstr ""
17479
17480 #. type: verbatim
17481 #: ../src/guestfs-structs.pod:74
17482 #, no-wrap
17483 msgid ""
17484 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
17485 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
17486 "\n"
17487 msgstr ""
17488
17489 #. type: =head2
17490 #: ../src/guestfs-structs.pod:77
17491 msgid "guestfs_lvm_lv"
17492 msgstr ""
17493
17494 #. type: verbatim
17495 #: ../src/guestfs-structs.pod:79
17496 #, no-wrap
17497 msgid ""
17498 " struct guestfs_lvm_lv {\n"
17499 "   char *lv_name;\n"
17500 "   /* The next field is NOT nul-terminated, be careful when printing it: "
17501 "*/\n"
17502 "   char lv_uuid[32];\n"
17503 "   char *lv_attr;\n"
17504 "   int64_t lv_major;\n"
17505 "   int64_t lv_minor;\n"
17506 "   int64_t lv_kernel_major;\n"
17507 "   int64_t lv_kernel_minor;\n"
17508 "   uint64_t lv_size;\n"
17509 "   int64_t seg_count;\n"
17510 "   char *origin;\n"
17511 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17512 "   float snap_percent;\n"
17513 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
17514 "   float copy_percent;\n"
17515 "   char *move_pv;\n"
17516 "   char *lv_tags;\n"
17517 "   char *mirror_log;\n"
17518 "   char *modules;\n"
17519 " };\n"
17520 " \n"
17521 msgstr ""
17522
17523 #. type: verbatim
17524 #: ../src/guestfs-structs.pod:101
17525 #, no-wrap
17526 msgid ""
17527 " struct guestfs_lvm_lv_list {\n"
17528 "   uint32_t len; /* Number of elements in list. */\n"
17529 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
17530 " };\n"
17531 " \n"
17532 msgstr ""
17533
17534 #. type: verbatim
17535 #: ../src/guestfs-structs.pod:106
17536 #, no-wrap
17537 msgid ""
17538 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
17539 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
17540 "\n"
17541 msgstr ""
17542
17543 #. type: verbatim
17544 #: ../src/guestfs-structs.pod:111
17545 #, no-wrap
17546 msgid ""
17547 " struct guestfs_stat {\n"
17548 "   int64_t dev;\n"
17549 "   int64_t ino;\n"
17550 "   int64_t mode;\n"
17551 "   int64_t nlink;\n"
17552 "   int64_t uid;\n"
17553 "   int64_t gid;\n"
17554 "   int64_t rdev;\n"
17555 "   int64_t size;\n"
17556 "   int64_t blksize;\n"
17557 "   int64_t blocks;\n"
17558 "   int64_t atime;\n"
17559 "   int64_t mtime;\n"
17560 "   int64_t ctime;\n"
17561 " };\n"
17562 " \n"
17563 msgstr ""
17564
17565 #. type: verbatim
17566 #: ../src/guestfs-structs.pod:127
17567 #, no-wrap
17568 msgid ""
17569 " struct guestfs_stat_list {\n"
17570 "   uint32_t len; /* Number of elements in list. */\n"
17571 "   struct guestfs_stat *val; /* Elements. */\n"
17572 " };\n"
17573 " \n"
17574 msgstr ""
17575
17576 #. type: verbatim
17577 #: ../src/guestfs-structs.pod:132
17578 #, no-wrap
17579 msgid ""
17580 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
17581 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
17582 "\n"
17583 msgstr ""
17584
17585 #. type: verbatim
17586 #: ../src/guestfs-structs.pod:137
17587 #, no-wrap
17588 msgid ""
17589 " struct guestfs_statvfs {\n"
17590 "   int64_t bsize;\n"
17591 "   int64_t frsize;\n"
17592 "   int64_t blocks;\n"
17593 "   int64_t bfree;\n"
17594 "   int64_t bavail;\n"
17595 "   int64_t files;\n"
17596 "   int64_t ffree;\n"
17597 "   int64_t favail;\n"
17598 "   int64_t fsid;\n"
17599 "   int64_t flag;\n"
17600 "   int64_t namemax;\n"
17601 " };\n"
17602 " \n"
17603 msgstr ""
17604
17605 #. type: verbatim
17606 #: ../src/guestfs-structs.pod:151
17607 #, no-wrap
17608 msgid ""
17609 " struct guestfs_statvfs_list {\n"
17610 "   uint32_t len; /* Number of elements in list. */\n"
17611 "   struct guestfs_statvfs *val; /* Elements. */\n"
17612 " };\n"
17613 " \n"
17614 msgstr ""
17615
17616 #. type: verbatim
17617 #: ../src/guestfs-structs.pod:156
17618 #, no-wrap
17619 msgid ""
17620 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
17621 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
17622 "\n"
17623 msgstr ""
17624
17625 #. type: =head2
17626 #: ../src/guestfs-structs.pod:159
17627 msgid "guestfs_dirent"
17628 msgstr ""
17629
17630 #. type: verbatim
17631 #: ../src/guestfs-structs.pod:161
17632 #, no-wrap
17633 msgid ""
17634 " struct guestfs_dirent {\n"
17635 "   int64_t ino;\n"
17636 "   char ftyp;\n"
17637 "   char *name;\n"
17638 " };\n"
17639 " \n"
17640 msgstr ""
17641
17642 #. type: verbatim
17643 #: ../src/guestfs-structs.pod:167
17644 #, no-wrap
17645 msgid ""
17646 " struct guestfs_dirent_list {\n"
17647 "   uint32_t len; /* Number of elements in list. */\n"
17648 "   struct guestfs_dirent *val; /* Elements. */\n"
17649 " };\n"
17650 " \n"
17651 msgstr ""
17652
17653 #. type: verbatim
17654 #: ../src/guestfs-structs.pod:172
17655 #, no-wrap
17656 msgid ""
17657 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
17658 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
17659 "\n"
17660 msgstr ""
17661
17662 #. type: verbatim
17663 #: ../src/guestfs-structs.pod:177
17664 #, no-wrap
17665 msgid ""
17666 " struct guestfs_version {\n"
17667 "   int64_t major;\n"
17668 "   int64_t minor;\n"
17669 "   int64_t release;\n"
17670 "   char *extra;\n"
17671 " };\n"
17672 " \n"
17673 msgstr ""
17674
17675 #. type: verbatim
17676 #: ../src/guestfs-structs.pod:184
17677 #, no-wrap
17678 msgid ""
17679 " struct guestfs_version_list {\n"
17680 "   uint32_t len; /* Number of elements in list. */\n"
17681 "   struct guestfs_version *val; /* Elements. */\n"
17682 " };\n"
17683 " \n"
17684 msgstr ""
17685
17686 #. type: verbatim
17687 #: ../src/guestfs-structs.pod:189
17688 #, no-wrap
17689 msgid ""
17690 " void guestfs_free_version (struct guestfs_free_version *);\n"
17691 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
17692 "\n"
17693 msgstr ""
17694
17695 #. type: =head2
17696 #: ../src/guestfs-structs.pod:192
17697 msgid "guestfs_xattr"
17698 msgstr ""
17699
17700 #. type: verbatim
17701 #: ../src/guestfs-structs.pod:194
17702 #, no-wrap
17703 msgid ""
17704 " struct guestfs_xattr {\n"
17705 "   char *attrname;\n"
17706 "   /* The next two fields describe a byte array. */\n"
17707 "   uint32_t attrval_len;\n"
17708 "   char *attrval;\n"
17709 " };\n"
17710 " \n"
17711 msgstr ""
17712
17713 #. type: verbatim
17714 #: ../src/guestfs-structs.pod:201
17715 #, no-wrap
17716 msgid ""
17717 " struct guestfs_xattr_list {\n"
17718 "   uint32_t len; /* Number of elements in list. */\n"
17719 "   struct guestfs_xattr *val; /* Elements. */\n"
17720 " };\n"
17721 " \n"
17722 msgstr ""
17723
17724 #. type: verbatim
17725 #: ../src/guestfs-structs.pod:206
17726 #, no-wrap
17727 msgid ""
17728 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
17729 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
17730 "\n"
17731 msgstr ""
17732
17733 #. type: =head2
17734 #: ../src/guestfs-structs.pod:209
17735 msgid "guestfs_inotify_event"
17736 msgstr ""
17737
17738 #. type: verbatim
17739 #: ../src/guestfs-structs.pod:211
17740 #, no-wrap
17741 msgid ""
17742 " struct guestfs_inotify_event {\n"
17743 "   int64_t in_wd;\n"
17744 "   uint32_t in_mask;\n"
17745 "   uint32_t in_cookie;\n"
17746 "   char *in_name;\n"
17747 " };\n"
17748 " \n"
17749 msgstr ""
17750
17751 #. type: verbatim
17752 #: ../src/guestfs-structs.pod:218
17753 #, no-wrap
17754 msgid ""
17755 " struct guestfs_inotify_event_list {\n"
17756 "   uint32_t len; /* Number of elements in list. */\n"
17757 "   struct guestfs_inotify_event *val; /* Elements. */\n"
17758 " };\n"
17759 " \n"
17760 msgstr ""
17761
17762 #. type: verbatim
17763 #: ../src/guestfs-structs.pod:223
17764 #, no-wrap
17765 msgid ""
17766 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
17767 " void guestfs_free_inotify_event_list (struct "
17768 "guestfs_free_inotify_event_list *);\n"
17769 "\n"
17770 msgstr ""
17771
17772 #. type: =head2
17773 #: ../src/guestfs-structs.pod:226
17774 msgid "guestfs_partition"
17775 msgstr ""
17776
17777 #. type: verbatim
17778 #: ../src/guestfs-structs.pod:228
17779 #, no-wrap
17780 msgid ""
17781 " struct guestfs_partition {\n"
17782 "   int32_t part_num;\n"
17783 "   uint64_t part_start;\n"
17784 "   uint64_t part_end;\n"
17785 "   uint64_t part_size;\n"
17786 " };\n"
17787 " \n"
17788 msgstr ""
17789
17790 #. type: verbatim
17791 #: ../src/guestfs-structs.pod:235
17792 #, no-wrap
17793 msgid ""
17794 " struct guestfs_partition_list {\n"
17795 "   uint32_t len; /* Number of elements in list. */\n"
17796 "   struct guestfs_partition *val; /* Elements. */\n"
17797 " };\n"
17798 " \n"
17799 msgstr ""
17800
17801 #. type: verbatim
17802 #: ../src/guestfs-structs.pod:240
17803 #, no-wrap
17804 msgid ""
17805 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
17806 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
17807 "\n"
17808 msgstr ""
17809
17810 #. type: =head2
17811 #: ../src/guestfs-structs.pod:243
17812 msgid "guestfs_application"
17813 msgstr ""
17814
17815 #. type: verbatim
17816 #: ../src/guestfs-structs.pod:245
17817 #, no-wrap
17818 msgid ""
17819 " struct guestfs_application {\n"
17820 "   char *app_name;\n"
17821 "   char *app_display_name;\n"
17822 "   int32_t app_epoch;\n"
17823 "   char *app_version;\n"
17824 "   char *app_release;\n"
17825 "   char *app_install_path;\n"
17826 "   char *app_trans_path;\n"
17827 "   char *app_publisher;\n"
17828 "   char *app_url;\n"
17829 "   char *app_source_package;\n"
17830 "   char *app_summary;\n"
17831 "   char *app_description;\n"
17832 " };\n"
17833 " \n"
17834 msgstr ""
17835
17836 #. type: verbatim
17837 #: ../src/guestfs-structs.pod:260
17838 #, no-wrap
17839 msgid ""
17840 " struct guestfs_application_list {\n"
17841 "   uint32_t len; /* Number of elements in list. */\n"
17842 "   struct guestfs_application *val; /* Elements. */\n"
17843 " };\n"
17844 " \n"
17845 msgstr ""
17846
17847 #. type: verbatim
17848 #: ../src/guestfs-structs.pod:265
17849 #, no-wrap
17850 msgid ""
17851 " void guestfs_free_application (struct guestfs_free_application *);\n"
17852 " void guestfs_free_application_list (struct guestfs_free_application_list "
17853 "*);\n"
17854 "\n"
17855 msgstr ""
17856
17857 #. type: textblock
17858 #: ../fish/guestfish.pod:5
17859 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
17860 msgstr ""
17861
17862 #. type: verbatim
17863 #: ../fish/guestfish.pod:9
17864 #, no-wrap
17865 msgid ""
17866 " guestfish [--options] [commands]\n"
17867 "\n"
17868 msgstr ""
17869
17870 #. type: verbatim
17871 #: ../fish/guestfish.pod:11
17872 #, no-wrap
17873 msgid ""
17874 " guestfish\n"
17875 "\n"
17876 msgstr ""
17877
17878 #. type: verbatim
17879 #: ../fish/guestfish.pod:13
17880 #, no-wrap
17881 msgid ""
17882 " guestfish [--ro|--rw] -a disk.img\n"
17883 "\n"
17884 msgstr ""
17885
17886 #. type: verbatim
17887 #: ../fish/guestfish.pod:15
17888 #, no-wrap
17889 msgid ""
17890 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
17891 "\n"
17892 msgstr ""
17893
17894 #. type: verbatim
17895 #: ../fish/guestfish.pod:17
17896 #, no-wrap
17897 msgid ""
17898 " guestfish -d libvirt-domain\n"
17899 "\n"
17900 msgstr ""
17901
17902 #. type: verbatim
17903 #: ../fish/guestfish.pod:19
17904 #, no-wrap
17905 msgid ""
17906 " guestfish [--ro|--rw] -a disk.img -i\n"
17907 "\n"
17908 msgstr ""
17909
17910 #. type: verbatim
17911 #: ../fish/guestfish.pod:21
17912 #, no-wrap
17913 msgid ""
17914 " guestfish -d libvirt-domain -i\n"
17915 "\n"
17916 msgstr ""
17917
17918 #. type: =head1
17919 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44 ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
17920 msgid "WARNING"
17921 msgstr ""
17922
17923 #. type: textblock
17924 #: ../fish/guestfish.pod:25
17925 msgid ""
17926 "Using guestfish in read/write mode on live virtual machines can be "
17927 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
17928 "option to use guestfish safely if the disk image or virtual machine might be "
17929 "live."
17930 msgstr ""
17931
17932 #. type: textblock
17933 #: ../fish/guestfish.pod:32
17934 msgid ""
17935 "Guestfish is a shell and command-line tool for examining and modifying "
17936 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
17937 "functionality of the guestfs API, see L<guestfs(3)>."
17938 msgstr ""
17939
17940 #. type: textblock
17941 #: ../fish/guestfish.pod:36
17942 msgid ""
17943 "Guestfish gives you structured access to the libguestfs API, from shell "
17944 "scripts or the command line or interactively.  If you want to rescue a "
17945 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
17946 "command."
17947 msgstr ""
17948
17949 #. type: =head1
17950 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:928 ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:58 ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:50
17951 msgid "EXAMPLES"
17952 msgstr ""
17953
17954 #. type: =head2
17955 #: ../fish/guestfish.pod:43
17956 msgid "As an interactive shell"
17957 msgstr ""
17958
17959 #. type: verbatim
17960 #: ../fish/guestfish.pod:45
17961 #, no-wrap
17962 msgid ""
17963 " $ guestfish\n"
17964 " \n"
17965 msgstr ""
17966
17967 #. type: verbatim
17968 #: ../fish/guestfish.pod:47
17969 #, no-wrap
17970 msgid ""
17971 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
17972 " editing virtual machine filesystems.\n"
17973 " \n"
17974 msgstr ""
17975
17976 #. type: verbatim
17977 #: ../fish/guestfish.pod:50
17978 #, no-wrap
17979 msgid ""
17980 " Type: 'help' for a list of commands\n"
17981 "       'man' to read the manual\n"
17982 "       'quit' to quit the shell\n"
17983 " \n"
17984 msgstr ""
17985
17986 #. type: verbatim
17987 #: ../fish/guestfish.pod:54
17988 #, no-wrap
17989 msgid ""
17990 " ><fs> add-ro disk.img\n"
17991 " ><fs> run\n"
17992 " ><fs> list-filesystems\n"
17993 " /dev/sda1: ext4\n"
17994 " /dev/vg_guest/lv_root: ext4\n"
17995 " /dev/vg_guest/lv_swap: swap\n"
17996 " ><fs> mount /dev/vg_guest/lv_root /\n"
17997 " ><fs> cat /etc/fstab\n"
17998 " # /etc/fstab\n"
17999 " # Created by anaconda\n"
18000 " [...]\n"
18001 " ><fs> exit\n"
18002 "\n"
18003 msgstr ""
18004
18005 #. type: =head2
18006 #: ../fish/guestfish.pod:67
18007 msgid "From shell scripts"
18008 msgstr ""
18009
18010 #. type: textblock
18011 #: ../fish/guestfish.pod:69
18012 msgid "Create a new C</etc/motd> file in a guest or disk image:"
18013 msgstr ""
18014
18015 #. type: verbatim
18016 #: ../fish/guestfish.pod:71
18017 #, no-wrap
18018 msgid ""
18019 " guestfish <<_EOF_\n"
18020 " add disk.img\n"
18021 " run\n"
18022 " mount /dev/vg_guest/lv_root /\n"
18023 " write /etc/motd \"Welcome, new users\"\n"
18024 " _EOF_\n"
18025 "\n"
18026 msgstr ""
18027
18028 #. type: textblock
18029 #: ../fish/guestfish.pod:78
18030 msgid "List the LVM logical volumes in a disk image:"
18031 msgstr ""
18032
18033 #. type: verbatim
18034 #: ../fish/guestfish.pod:80
18035 #, no-wrap
18036 msgid ""
18037 " guestfish -a disk.img --ro <<_EOF_\n"
18038 " run\n"
18039 " lvs\n"
18040 " _EOF_\n"
18041 "\n"
18042 msgstr ""
18043
18044 #. type: textblock
18045 #: ../fish/guestfish.pod:85
18046 msgid "List all the filesystems in a disk image:"
18047 msgstr ""
18048
18049 #. type: verbatim
18050 #: ../fish/guestfish.pod:87
18051 #, no-wrap
18052 msgid ""
18053 " guestfish -a disk.img --ro <<_EOF_\n"
18054 " run\n"
18055 " list-filesystems\n"
18056 " _EOF_\n"
18057 "\n"
18058 msgstr ""
18059
18060 #. type: =head2
18061 #: ../fish/guestfish.pod:92
18062 msgid "On one command line"
18063 msgstr ""
18064
18065 #. type: textblock
18066 #: ../fish/guestfish.pod:94
18067 msgid "Update C</etc/resolv.conf> in a guest:"
18068 msgstr ""
18069
18070 #. type: verbatim
18071 #: ../fish/guestfish.pod:96
18072 #, no-wrap
18073 msgid ""
18074 " guestfish \\\n"
18075 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
18076 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
18077 "\n"
18078 msgstr ""
18079
18080 #. type: textblock
18081 #: ../fish/guestfish.pod:100
18082 msgid "Edit C</boot/grub/grub.conf> interactively:"
18083 msgstr ""
18084
18085 #. type: verbatim
18086 #: ../fish/guestfish.pod:102
18087 #, no-wrap
18088 msgid ""
18089 " guestfish --rw --add disk.img \\\n"
18090 "   --mount /dev/vg_guest/lv_root \\\n"
18091 "   --mount /dev/sda1:/boot \\\n"
18092 "   edit /boot/grub/grub.conf\n"
18093 "\n"
18094 msgstr ""
18095
18096 #. type: =head2
18097 #: ../fish/guestfish.pod:107
18098 msgid "Mount disks automatically"
18099 msgstr ""
18100
18101 #. type: textblock
18102 #: ../fish/guestfish.pod:109
18103 msgid ""
18104 "Use the I<-i> option to automatically mount the disks from a virtual "
18105 "machine:"
18106 msgstr ""
18107
18108 #. type: verbatim
18109 #: ../fish/guestfish.pod:112
18110 #, no-wrap
18111 msgid ""
18112 " guestfish --ro -a disk.img -i cat /etc/group\n"
18113 "\n"
18114 msgstr ""
18115
18116 #. type: verbatim
18117 #: ../fish/guestfish.pod:114
18118 #, no-wrap
18119 msgid ""
18120 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
18121 "\n"
18122 msgstr ""
18123
18124 #. type: textblock
18125 #: ../fish/guestfish.pod:116
18126 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
18127 msgstr ""
18128
18129 #. type: verbatim
18130 #: ../fish/guestfish.pod:118
18131 #, no-wrap
18132 msgid ""
18133 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
18134 "\n"
18135 msgstr ""
18136
18137 #. type: =head2
18138 #: ../fish/guestfish.pod:120
18139 msgid "As a script interpreter"
18140 msgstr ""
18141
18142 #. type: textblock
18143 #: ../fish/guestfish.pod:122
18144 msgid "Create a 100MB disk containing an ext2-formatted partition:"
18145 msgstr ""
18146
18147 #. type: verbatim
18148 #: ../fish/guestfish.pod:124
18149 #, no-wrap
18150 msgid ""
18151 " #!/usr/bin/guestfish -f\n"
18152 " sparse test1.img 100M\n"
18153 " run\n"
18154 " part-disk /dev/sda mbr\n"
18155 " mkfs ext2 /dev/sda1\n"
18156 "\n"
18157 msgstr ""
18158
18159 #. type: =head2
18160 #: ../fish/guestfish.pod:130
18161 msgid "Start with a prepared disk"
18162 msgstr ""
18163
18164 #. type: textblock
18165 #: ../fish/guestfish.pod:132
18166 msgid ""
18167 "An alternate way to create a 100MB disk called C<test1.img> containing a "
18168 "single ext2-formatted partition:"
18169 msgstr ""
18170
18171 #. type: verbatim
18172 #: ../fish/guestfish.pod:135
18173 #, no-wrap
18174 msgid ""
18175 " guestfish -N fs\n"
18176 "\n"
18177 msgstr ""
18178
18179 #. type: textblock
18180 #: ../fish/guestfish.pod:137
18181 msgid "To list what is available do:"
18182 msgstr ""
18183
18184 #. type: verbatim
18185 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:919
18186 #, no-wrap
18187 msgid ""
18188 " guestfish -N help | less\n"
18189 "\n"
18190 msgstr ""
18191
18192 #. type: =head2
18193 #: ../fish/guestfish.pod:141
18194 msgid "Remote control"
18195 msgstr ""
18196
18197 #. type: verbatim
18198 #: ../fish/guestfish.pod:143
18199 #, no-wrap
18200 msgid ""
18201 " eval \"`guestfish --listen`\"\n"
18202 " guestfish --remote add-ro disk.img\n"
18203 " guestfish --remote run\n"
18204 " guestfish --remote lvs\n"
18205 "\n"
18206 msgstr ""
18207
18208 #. type: =head1
18209 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37 ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:72 ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254 ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
18210 msgid "OPTIONS"
18211 msgstr ""
18212
18213 #. type: =item
18214 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131 ../tools/virt-edit.pl:80 ../tools/virt-win-reg.pl:104 ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
18215 msgid "B<--help>"
18216 msgstr ""
18217
18218 #. type: textblock
18219 #: ../fish/guestfish.pod:154
18220 msgid "Displays general help on options."
18221 msgstr ""
18222
18223 #. type: =item
18224 #: ../fish/guestfish.pod:156
18225 msgid "B<-h>"
18226 msgstr ""
18227
18228 #. type: =item
18229 #: ../fish/guestfish.pod:158
18230 msgid "B<--cmd-help>"
18231 msgstr ""
18232
18233 #. type: textblock
18234 #: ../fish/guestfish.pod:160
18235 msgid "Lists all available guestfish commands."
18236 msgstr ""
18237
18238 #. type: =item
18239 #: ../fish/guestfish.pod:162
18240 msgid "B<-h cmd>"
18241 msgstr ""
18242
18243 #. type: =item
18244 #: ../fish/guestfish.pod:164
18245 msgid "B<--cmd-help cmd>"
18246 msgstr ""
18247
18248 #. type: textblock
18249 #: ../fish/guestfish.pod:166
18250 msgid "Displays detailed help on a single command C<cmd>."
18251 msgstr ""
18252
18253 #. type: =item
18254 #: ../fish/guestfish.pod:168
18255 msgid "B<-a image>"
18256 msgstr ""
18257
18258 #. type: =item
18259 #: ../fish/guestfish.pod:170
18260 msgid "B<--add image>"
18261 msgstr ""
18262
18263 #. type: textblock
18264 #: ../fish/guestfish.pod:172
18265 msgid "Add a block device or virtual machine image to the shell."
18266 msgstr ""
18267
18268 #. type: textblock
18269 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
18270 msgid ""
18271 "The format of the disk image is auto-detected.  To override this and force a "
18272 "particular format use the I<--format=..> option."
18273 msgstr ""
18274
18275 #. type: textblock
18276 #: ../fish/guestfish.pod:177
18277 msgid ""
18278 "Using this flag is mostly equivalent to using the C<add> command, with "
18279 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
18280 "the I<--format:...> flag was given."
18281 msgstr ""
18282
18283 #. type: =item
18284 #: ../fish/guestfish.pod:181
18285 msgid "B<-c URI>"
18286 msgstr ""
18287
18288 #. type: =item
18289 #: ../fish/guestfish.pod:183
18290 msgid "B<--connect URI>"
18291 msgstr ""
18292
18293 #. type: textblock
18294 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
18295 msgid ""
18296 "When used in conjunction with the I<-d> option, this specifies the libvirt "
18297 "URI to use.  The default is to use the default libvirt connection."
18298 msgstr ""
18299
18300 #. type: =item
18301 #: ../fish/guestfish.pod:189
18302 msgid "B<--csh>"
18303 msgstr ""
18304
18305 #. type: textblock
18306 #: ../fish/guestfish.pod:191
18307 msgid ""
18308 "If using the I<--listen> option and a csh-like shell, use this option.  See "
18309 "section L</REMOTE CONTROL AND CSH> below."
18310 msgstr ""
18311
18312 #. type: =item
18313 #: ../fish/guestfish.pod:194
18314 msgid "B<-d libvirt-domain>"
18315 msgstr ""
18316
18317 #. type: =item
18318 #: ../fish/guestfish.pod:196
18319 msgid "B<--domain libvirt-domain>"
18320 msgstr ""
18321
18322 #. type: textblock
18323 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
18324 msgid ""
18325 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
18326 "used, then any libvirt domain can be used.  However in write mode, only "
18327 "libvirt domains which are shut down can be named here."
18328 msgstr ""
18329
18330 #. type: textblock
18331 #: ../fish/guestfish.pod:202
18332 msgid ""
18333 "Using this flag is mostly equivalent to using the C<add-domain> command, "
18334 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
18335 "if the I<--format:...> flag was given."
18336 msgstr ""
18337
18338 #. type: =item
18339 #: ../fish/guestfish.pod:206
18340 msgid "B<-D>"
18341 msgstr ""
18342
18343 #. type: =item
18344 #: ../fish/guestfish.pod:208
18345 msgid "B<--no-dest-paths>"
18346 msgstr ""
18347
18348 #. type: textblock
18349 #: ../fish/guestfish.pod:210
18350 msgid ""
18351 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
18352 "to hit the tab key to complete paths on the guest filesystem, but this "
18353 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
18354 "allow this feature to be disabled."
18355 msgstr ""
18356
18357 #. type: =item
18358 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
18359 msgid "B<--echo-keys>"
18360 msgstr ""
18361
18362 #. type: textblock
18363 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
18364 msgid ""
18365 "When prompting for keys and passphrases, guestfish normally turns echoing "
18366 "off so you cannot see what you are typing.  If you are not worried about "
18367 "Tempest attacks and there is no one else in the room you can specify this "
18368 "flag to see what you are typing."
18369 msgstr ""
18370
18371 #. type: =item
18372 #: ../fish/guestfish.pod:222
18373 msgid "B<-f file>"
18374 msgstr ""
18375
18376 #. type: =item
18377 #: ../fish/guestfish.pod:224
18378 msgid "B<--file file>"
18379 msgstr ""
18380
18381 #. type: textblock
18382 #: ../fish/guestfish.pod:226
18383 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
18384 msgstr ""
18385
18386 #. type: verbatim
18387 #: ../fish/guestfish.pod:229
18388 #, no-wrap
18389 msgid ""
18390 " #!/usr/bin/guestfish -f\n"
18391 "\n"
18392 msgstr ""
18393
18394 #. type: =item
18395 #: ../fish/guestfish.pod:231
18396 msgid "B<--format=raw|qcow2|..>"
18397 msgstr ""
18398
18399 #. type: =item
18400 #: ../fish/guestfish.pod:233
18401 msgid "B<--format>"
18402 msgstr ""
18403
18404 #. type: textblock
18405 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
18406 msgid ""
18407 "The default for the I<-a> option is to auto-detect the format of the disk "
18408 "image.  Using this forces the disk format for I<-a> options which follow on "
18409 "the command line.  Using I<--format> with no argument switches back to "
18410 "auto-detection for subsequent I<-a> options."
18411 msgstr ""
18412
18413 #. type: verbatim
18414 #: ../fish/guestfish.pod:242
18415 #, no-wrap
18416 msgid ""
18417 " guestfish --format=raw -a disk.img\n"
18418 "\n"
18419 msgstr ""
18420
18421 #. type: textblock
18422 #: ../fish/guestfish.pod:244
18423 msgid "forces raw format (no auto-detection) for C<disk.img>."
18424 msgstr ""
18425
18426 #. type: verbatim
18427 #: ../fish/guestfish.pod:246
18428 #, no-wrap
18429 msgid ""
18430 " guestfish --format=raw -a disk.img --format -a another.img\n"
18431 "\n"
18432 msgstr ""
18433
18434 #. type: textblock
18435 #: ../fish/guestfish.pod:248
18436 msgid ""
18437 "forces raw format (no auto-detection) for C<disk.img> and reverts to "
18438 "auto-detection for C<another.img>."
18439 msgstr ""
18440
18441 #. type: textblock
18442 #: ../fish/guestfish.pod:251
18443 msgid ""
18444 "If you have untrusted raw-format guest disk images, you should use this "
18445 "option to specify the disk format.  This avoids a possible security problem "
18446 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
18447 msgstr ""
18448
18449 #. type: =item
18450 #: ../fish/guestfish.pod:256
18451 msgid "B<-i>"
18452 msgstr ""
18453
18454 #. type: =item
18455 #: ../fish/guestfish.pod:258
18456 msgid "B<--inspector>"
18457 msgstr ""
18458
18459 #. type: textblock
18460 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
18461 msgid ""
18462 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
18463 "system and mount filesystems as they would be mounted on the real virtual "
18464 "machine."
18465 msgstr ""
18466
18467 #. type: textblock
18468 #: ../fish/guestfish.pod:264
18469 msgid "Typical usage is either:"
18470 msgstr ""
18471
18472 #. type: verbatim
18473 #: ../fish/guestfish.pod:266
18474 #, no-wrap
18475 msgid ""
18476 " guestfish -d myguest -i\n"
18477 "\n"
18478 msgstr ""
18479
18480 #. type: textblock
18481 #: ../fish/guestfish.pod:268
18482 msgid "(for an inactive libvirt domain called I<myguest>), or:"
18483 msgstr ""
18484
18485 #. type: verbatim
18486 #: ../fish/guestfish.pod:270
18487 #, no-wrap
18488 msgid ""
18489 " guestfish --ro -d myguest -i\n"
18490 "\n"
18491 msgstr ""
18492
18493 #. type: textblock
18494 #: ../fish/guestfish.pod:272
18495 msgid "(for active domains, readonly), or specify the block device directly:"
18496 msgstr ""
18497
18498 #. type: verbatim
18499 #: ../fish/guestfish.pod:274
18500 #, no-wrap
18501 msgid ""
18502 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
18503 "\n"
18504 msgstr ""
18505
18506 #. type: textblock
18507 #: ../fish/guestfish.pod:276
18508 msgid ""
18509 "Note that the command line syntax changed slightly over older versions of "
18510 "guestfish.  You can still use the old syntax:"
18511 msgstr ""
18512
18513 #. type: verbatim
18514 #: ../fish/guestfish.pod:279
18515 #, no-wrap
18516 msgid ""
18517 " guestfish [--ro] -i disk.img\n"
18518 "\n"
18519 msgstr ""
18520
18521 #. type: verbatim
18522 #: ../fish/guestfish.pod:281
18523 #, no-wrap
18524 msgid ""
18525 " guestfish [--ro] -i libvirt-domain\n"
18526 "\n"
18527 msgstr ""
18528
18529 #. type: textblock
18530 #: ../fish/guestfish.pod:283
18531 msgid ""
18532 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
18533 "then using other commands to mount the filesystems that were found."
18534 msgstr ""
18535
18536 #. type: =item
18537 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
18538 msgid "B<--keys-from-stdin>"
18539 msgstr ""
18540
18541 #. type: textblock
18542 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
18543 msgid ""
18544 "Read key or passphrase parameters from stdin.  The default is to try to read "
18545 "passphrases from the user by opening C</dev/tty>."
18546 msgstr ""
18547
18548 #. type: =item
18549 #: ../fish/guestfish.pod:292
18550 msgid "B<--listen>"
18551 msgstr ""
18552
18553 #. type: textblock
18554 #: ../fish/guestfish.pod:294
18555 msgid ""
18556 "Fork into the background and listen for remote commands.  See section "
18557 "L</REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
18558 msgstr ""
18559
18560 #. type: =item
18561 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
18562 msgid "B<--live>"
18563 msgstr ""
18564
18565 #. type: textblock
18566 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
18567 msgid ""
18568 "Connect to a live virtual machine.  (Experimental, see "
18569 "L<guestfs(3)/ATTACHING TO RUNNING DAEMONS>)."
18570 msgstr ""
18571
18572 #. type: =item
18573 #: ../fish/guestfish.pod:302
18574 msgid "B<-m dev[:mountpoint]>"
18575 msgstr ""
18576
18577 #. type: =item
18578 #: ../fish/guestfish.pod:304
18579 msgid "B<--mount dev[:mountpoint]>"
18580 msgstr ""
18581
18582 #. type: textblock
18583 #: ../fish/guestfish.pod:306
18584 msgid "Mount the named partition or logical volume on the given mountpoint."
18585 msgstr ""
18586
18587 #. type: textblock
18588 #: ../fish/guestfish.pod:308
18589 msgid "If the mountpoint is omitted, it defaults to C</>."
18590 msgstr ""
18591
18592 #. type: textblock
18593 #: ../fish/guestfish.pod:310
18594 msgid "You have to mount something on C</> before most commands will work."
18595 msgstr ""
18596
18597 #. type: textblock
18598 #: ../fish/guestfish.pod:312
18599 msgid ""
18600 "If any I<-m> or I<--mount> options are given, the guest is automatically "
18601 "launched."
18602 msgstr ""
18603
18604 #. type: textblock
18605 #: ../fish/guestfish.pod:315
18606 msgid ""
18607 "If you don't know what filesystems a disk image contains, you can either run "
18608 "guestfish without this option, then list the partitions, filesystems and LVs "
18609 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
18610 "commands), or you can use the L<virt-filesystems(1)> program."
18611 msgstr ""
18612
18613 #. type: textblock
18614 #: ../fish/guestfish.pod:321
18615 msgid ""
18616 "Using this flag is mostly equivalent to using the C<mount-options> command "
18617 "or the C<mount-ro> command if the I<--ro> flag was given."
18618 msgstr ""
18619
18620 #. type: =item
18621 #: ../fish/guestfish.pod:324
18622 msgid "B<-n>"
18623 msgstr ""
18624
18625 #. type: =item
18626 #: ../fish/guestfish.pod:326
18627 msgid "B<--no-sync>"
18628 msgstr ""
18629
18630 #. type: textblock
18631 #: ../fish/guestfish.pod:328
18632 msgid ""
18633 "Disable autosync.  This is enabled by default.  See the discussion of "
18634 "autosync in the L<guestfs(3)> manpage."
18635 msgstr ""
18636
18637 #. type: =item
18638 #: ../fish/guestfish.pod:331
18639 msgid "B<-N type>"
18640 msgstr ""
18641
18642 #. type: =item
18643 #: ../fish/guestfish.pod:333
18644 msgid "B<--new type>"
18645 msgstr ""
18646
18647 #. type: =item
18648 #: ../fish/guestfish.pod:335
18649 msgid "B<-N help>"
18650 msgstr ""
18651
18652 #. type: textblock
18653 #: ../fish/guestfish.pod:337
18654 msgid ""
18655 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
18656 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
18657 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
18658 "IMAGES> below."
18659 msgstr ""
18660
18661 #. type: =item
18662 #: ../fish/guestfish.pod:342
18663 msgid "B<--progress-bars>"
18664 msgstr ""
18665
18666 #. type: textblock
18667 #: ../fish/guestfish.pod:344
18668 msgid "Enable progress bars, even when guestfish is used non-interactively."
18669 msgstr ""
18670
18671 #. type: textblock
18672 #: ../fish/guestfish.pod:346
18673 msgid ""
18674 "Progress bars are enabled by default when guestfish is used as an "
18675 "interactive shell."
18676 msgstr ""
18677
18678 #. type: =item
18679 #: ../fish/guestfish.pod:349
18680 msgid "B<--no-progress-bars>"
18681 msgstr ""
18682
18683 #. type: textblock
18684 #: ../fish/guestfish.pod:351
18685 msgid "Disable progress bars."
18686 msgstr ""
18687
18688 #. type: =item
18689 #: ../fish/guestfish.pod:353
18690 msgid "B<--remote[=pid]>"
18691 msgstr ""
18692
18693 #. type: textblock
18694 #: ../fish/guestfish.pod:355
18695 msgid ""
18696 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
18697 "CONTROL GUESTFISH OVER A SOCKET> below."
18698 msgstr ""
18699
18700 #. type: =item
18701 #: ../fish/guestfish.pod:358
18702 msgid "B<-r>"
18703 msgstr ""
18704
18705 #. type: =item
18706 #: ../fish/guestfish.pod:360
18707 msgid "B<--ro>"
18708 msgstr ""
18709
18710 #. type: textblock
18711 #: ../fish/guestfish.pod:362
18712 msgid ""
18713 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
18714 "mounts are done read-only."
18715 msgstr ""
18716
18717 #. type: textblock
18718 #: ../fish/guestfish.pod:365
18719 msgid ""
18720 "The option must always be used if the disk image or virtual machine might be "
18721 "running, and is generally recommended in cases where you don't need write "
18722 "access to the disk."
18723 msgstr ""
18724
18725 #. type: textblock
18726 #: ../fish/guestfish.pod:369
18727 msgid ""
18728 "Note that prepared disk images created with I<-N> are not affected by this "
18729 "option.  Also commands like C<add> are not affected - you have to specify "
18730 "the C<readonly:true> option explicitly if you need it."
18731 msgstr ""
18732
18733 #. type: textblock
18734 #: ../fish/guestfish.pod:373
18735 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
18736 msgstr ""
18737
18738 #. type: =item
18739 #: ../fish/guestfish.pod:375 ../fuse/guestmount.pod:213
18740 msgid "B<--selinux>"
18741 msgstr ""
18742
18743 #. type: textblock
18744 #: ../fish/guestfish.pod:377
18745 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
18746 msgstr ""
18747
18748 #. type: =item
18749 #: ../fish/guestfish.pod:379
18750 msgid "B<-v>"
18751 msgstr ""
18752
18753 #. type: =item
18754 #: ../fish/guestfish.pod:381
18755 msgid "B<--verbose>"
18756 msgstr ""
18757
18758 #. type: textblock
18759 #: ../fish/guestfish.pod:383
18760 msgid ""
18761 "Enable very verbose messages.  This is particularly useful if you find a "
18762 "bug."
18763 msgstr ""
18764
18765 #. type: =item
18766 #: ../fish/guestfish.pod:386
18767 msgid "B<-V>"
18768 msgstr ""
18769
18770 #. type: =item
18771 #: ../fish/guestfish.pod:388 ../tools/virt-edit.pl:88 ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270 ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
18772 msgid "B<--version>"
18773 msgstr ""
18774
18775 #. type: textblock
18776 #: ../fish/guestfish.pod:390
18777 msgid "Display the guestfish / libguestfs version number and exit."
18778 msgstr ""
18779
18780 #. type: =item
18781 #: ../fish/guestfish.pod:392
18782 msgid "B<-w>"
18783 msgstr ""
18784
18785 #. type: =item
18786 #: ../fish/guestfish.pod:394
18787 msgid "B<--rw>"
18788 msgstr ""
18789
18790 #. type: textblock
18791 #: ../fish/guestfish.pod:396
18792 msgid ""
18793 "This option does nothing at the moment.  See L</OPENING DISKS FOR READ AND "
18794 "WRITE> below."
18795 msgstr ""
18796
18797 #. type: =item
18798 #: ../fish/guestfish.pod:399
18799 msgid "B<-x>"
18800 msgstr ""
18801
18802 #. type: textblock
18803 #: ../fish/guestfish.pod:401
18804 msgid "Echo each command before executing it."
18805 msgstr ""
18806
18807 #. type: =head1
18808 #: ../fish/guestfish.pod:405
18809 msgid "COMMANDS ON COMMAND LINE"
18810 msgstr ""
18811
18812 #. type: textblock
18813 #: ../fish/guestfish.pod:407
18814 msgid "Any additional (non-option) arguments are treated as commands to execute."
18815 msgstr ""
18816
18817 #. type: textblock
18818 #: ../fish/guestfish.pod:410
18819 msgid ""
18820 "Commands to execute should be separated by a colon (C<:>), where the colon "
18821 "is a separate parameter.  Thus:"
18822 msgstr ""
18823
18824 #. type: verbatim
18825 #: ../fish/guestfish.pod:413
18826 #, no-wrap
18827 msgid ""
18828 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
18829 "\n"
18830 msgstr ""
18831
18832 #. type: textblock
18833 #: ../fish/guestfish.pod:415
18834 msgid ""
18835 "If there are no additional arguments, then we enter a shell, either an "
18836 "interactive shell with a prompt (if the input is a terminal) or a "
18837 "non-interactive shell."
18838 msgstr ""
18839
18840 #. type: textblock
18841 #: ../fish/guestfish.pod:419
18842 msgid ""
18843 "In either command line mode or non-interactive shell, the first command that "
18844 "gives an error causes the whole shell to exit.  In interactive mode (with a "
18845 "prompt) if a command fails, you can continue to enter commands."
18846 msgstr ""
18847
18848 #. type: =head1
18849 #: ../fish/guestfish.pod:424
18850 msgid "USING launch (OR run)"
18851 msgstr ""
18852
18853 #. type: textblock
18854 #: ../fish/guestfish.pod:426
18855 msgid ""
18856 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
18857 "then launch it, then mount any disks you need, and finally issue "
18858 "actions/commands.  So the general order of the day is:"
18859 msgstr ""
18860
18861 #. type: textblock
18862 #: ../fish/guestfish.pod:434
18863 msgid "add or -a/--add"
18864 msgstr ""
18865
18866 #. type: textblock
18867 #: ../fish/guestfish.pod:438
18868 msgid "launch (aka run)"
18869 msgstr ""
18870
18871 #. type: textblock
18872 #: ../fish/guestfish.pod:442
18873 msgid "mount or -m/--mount"
18874 msgstr ""
18875
18876 #. type: textblock
18877 #: ../fish/guestfish.pod:446
18878 msgid "any other commands"
18879 msgstr ""
18880
18881 #. type: textblock
18882 #: ../fish/guestfish.pod:450
18883 msgid ""
18884 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
18885 "guest before mounting or performing any other commands."
18886 msgstr ""
18887
18888 #. type: textblock
18889 #: ../fish/guestfish.pod:453
18890 msgid ""
18891 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
18892 "I<--new> options were given then C<run> is done automatically, simply "
18893 "because guestfish can't perform the action you asked for without doing this."
18894 msgstr ""
18895
18896 #. type: =head1
18897 #: ../fish/guestfish.pod:458
18898 msgid "OPENING DISKS FOR READ AND WRITE"
18899 msgstr ""
18900
18901 #. type: textblock
18902 #: ../fish/guestfish.pod:460
18903 msgid ""
18904 "The guestfish (and L<guestmount(1)>) options I<--ro> and I<--rw> affect "
18905 "whether the other command line options I<-a>, I<-c>, I<-d>, I<-i> and I<-m> "
18906 "open disk images read-only or for writing."
18907 msgstr ""
18908
18909 #. type: textblock
18910 #: ../fish/guestfish.pod:464
18911 msgid ""
18912 "In libguestfs E<lt> 1.6.2, guestfish and guestmount defaulted to opening "
18913 "disk images supplied on the command line for write.  To open a disk image "
18914 "read-only you have to do I<-a image --ro>."
18915 msgstr ""
18916
18917 #. type: textblock
18918 #: ../fish/guestfish.pod:468
18919 msgid ""
18920 "This matters: If you accidentally open a live VM disk image writable then "
18921 "you will cause irreversible disk corruption."
18922 msgstr ""
18923
18924 #. type: textblock
18925 #: ../fish/guestfish.pod:471
18926 msgid ""
18927 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
18928 "images will be opened read-only.  You will have to either specify "
18929 "I<guestfish --rw> or change a configuration file in order to get write "
18930 "access for disk images specified by those other command line options."
18931 msgstr ""
18932
18933 #. type: textblock
18934 #: ../fish/guestfish.pod:476
18935 msgid ""
18936 "This version of guestfish has a I<--rw> option which does nothing (it is "
18937 "already the default).  However it is highly recommended that you use this "
18938 "option to indicate that guestfish needs write access, and to prepare your "
18939 "scripts for the day when this option will be required for write access."
18940 msgstr ""
18941
18942 #. type: textblock
18943 #: ../fish/guestfish.pod:482
18944 msgid ""
18945 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
18946 "other libguestfs program apart from guestfish and guestmount."
18947 msgstr ""
18948
18949 #. type: =head1
18950 #: ../fish/guestfish.pod:485
18951 msgid "QUOTING"
18952 msgstr ""
18953
18954 #. type: textblock
18955 #: ../fish/guestfish.pod:487
18956 msgid ""
18957 "You can quote ordinary parameters using either single or double quotes.  For "
18958 "example:"
18959 msgstr ""
18960
18961 #. type: verbatim
18962 #: ../fish/guestfish.pod:490
18963 #, no-wrap
18964 msgid ""
18965 " add \"file with a space.img\"\n"
18966 "\n"
18967 msgstr ""
18968
18969 #. type: verbatim
18970 #: ../fish/guestfish.pod:492
18971 #, no-wrap
18972 msgid ""
18973 " rm '/file name'\n"
18974 "\n"
18975 msgstr ""
18976
18977 #. type: verbatim
18978 #: ../fish/guestfish.pod:494
18979 #, no-wrap
18980 msgid ""
18981 " rm '/\"'\n"
18982 "\n"
18983 msgstr ""
18984
18985 #. type: textblock
18986 #: ../fish/guestfish.pod:496
18987 msgid ""
18988 "A few commands require a list of strings to be passed.  For these, use a "
18989 "whitespace-separated list, enclosed in quotes.  Strings containing "
18990 "whitespace to be passed through must be enclosed in single quotes.  A "
18991 "literal single quote must be escaped with a backslash."
18992 msgstr ""
18993
18994 #. type: verbatim
18995 #: ../fish/guestfish.pod:501
18996 #, no-wrap
18997 msgid ""
18998 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
18999 " command \"/bin/echo 'foo      bar'\"\n"
19000 " command \"/bin/echo \\'foo\\'\"\n"
19001 "\n"
19002 msgstr ""
19003
19004 #. type: =head1
19005 #: ../fish/guestfish.pod:505
19006 msgid "OPTIONAL ARGUMENTS"
19007 msgstr ""
19008
19009 #. type: textblock
19010 #: ../fish/guestfish.pod:507
19011 msgid ""
19012 "Some commands take optional arguments.  These arguments appear in this "
19013 "documentation as C<[argname:..]>.  You can use them as in these examples:"
19014 msgstr ""
19015
19016 #. type: verbatim
19017 #: ../fish/guestfish.pod:511
19018 #, no-wrap
19019 msgid ""
19020 " add-drive-opts filename\n"
19021 "\n"
19022 msgstr ""
19023
19024 #. type: verbatim
19025 #: ../fish/guestfish.pod:513
19026 #, no-wrap
19027 msgid ""
19028 " add-drive-opts filename readonly:true\n"
19029 "\n"
19030 msgstr ""
19031
19032 #. type: verbatim
19033 #: ../fish/guestfish.pod:515
19034 #, no-wrap
19035 msgid ""
19036 " add-drive-opts filename format:qcow2 readonly:false\n"
19037 "\n"
19038 msgstr ""
19039
19040 #. type: textblock
19041 #: ../fish/guestfish.pod:517
19042 msgid ""
19043 "Each optional argument can appear at most once.  All optional arguments must "
19044 "appear after the required ones."
19045 msgstr ""
19046
19047 #. type: =head1
19048 #: ../fish/guestfish.pod:520
19049 msgid "NUMBERS"
19050 msgstr ""
19051
19052 #. type: textblock
19053 #: ../fish/guestfish.pod:522
19054 msgid "This section applies to all commands which can take integers as parameters."
19055 msgstr ""
19056
19057 #. type: =head2
19058 #: ../fish/guestfish.pod:525
19059 msgid "SIZE SUFFIX"
19060 msgstr ""
19061
19062 #. type: textblock
19063 #: ../fish/guestfish.pod:527
19064 msgid ""
19065 "When the command takes a parameter measured in bytes, you can use one of the "
19066 "following suffixes to specify kilobytes, megabytes and larger sizes:"
19067 msgstr ""
19068
19069 #. type: =item
19070 #: ../fish/guestfish.pod:533
19071 msgid "B<k> or B<K> or B<KiB>"
19072 msgstr ""
19073
19074 #. type: textblock
19075 #: ../fish/guestfish.pod:535
19076 msgid "The size in kilobytes (multiplied by 1024)."
19077 msgstr ""
19078
19079 #. type: =item
19080 #: ../fish/guestfish.pod:537
19081 msgid "B<KB>"
19082 msgstr ""
19083
19084 #. type: textblock
19085 #: ../fish/guestfish.pod:539
19086 msgid "The size in SI 1000 byte units."
19087 msgstr ""
19088
19089 #. type: =item
19090 #: ../fish/guestfish.pod:541
19091 msgid "B<M> or B<MiB>"
19092 msgstr ""
19093
19094 #. type: textblock
19095 #: ../fish/guestfish.pod:543
19096 msgid "The size in megabytes (multiplied by 1048576)."
19097 msgstr ""
19098
19099 #. type: =item
19100 #: ../fish/guestfish.pod:545
19101 msgid "B<MB>"
19102 msgstr ""
19103
19104 #. type: textblock
19105 #: ../fish/guestfish.pod:547
19106 msgid "The size in SI 1000000 byte units."
19107 msgstr ""
19108
19109 #. type: =item
19110 #: ../fish/guestfish.pod:549
19111 msgid "B<G> or B<GiB>"
19112 msgstr ""
19113
19114 #. type: textblock
19115 #: ../fish/guestfish.pod:551
19116 msgid "The size in gigabytes (multiplied by 2**30)."
19117 msgstr ""
19118
19119 #. type: =item
19120 #: ../fish/guestfish.pod:553
19121 msgid "B<GB>"
19122 msgstr ""
19123
19124 #. type: textblock
19125 #: ../fish/guestfish.pod:555
19126 msgid "The size in SI 10**9 byte units."
19127 msgstr ""
19128
19129 #. type: =item
19130 #: ../fish/guestfish.pod:557
19131 msgid "B<T> or B<TiB>"
19132 msgstr ""
19133
19134 #. type: textblock
19135 #: ../fish/guestfish.pod:559
19136 msgid "The size in terabytes (multiplied by 2**40)."
19137 msgstr ""
19138
19139 #. type: =item
19140 #: ../fish/guestfish.pod:561
19141 msgid "B<TB>"
19142 msgstr ""
19143
19144 #. type: textblock
19145 #: ../fish/guestfish.pod:563
19146 msgid "The size in SI 10**12 byte units."
19147 msgstr ""
19148
19149 #. type: =item
19150 #: ../fish/guestfish.pod:565
19151 msgid "B<P> or B<PiB>"
19152 msgstr ""
19153
19154 #. type: textblock
19155 #: ../fish/guestfish.pod:567
19156 msgid "The size in petabytes (multiplied by 2**50)."
19157 msgstr ""
19158
19159 #. type: =item
19160 #: ../fish/guestfish.pod:569
19161 msgid "B<PB>"
19162 msgstr ""
19163
19164 #. type: textblock
19165 #: ../fish/guestfish.pod:571
19166 msgid "The size in SI 10**15 byte units."
19167 msgstr ""
19168
19169 #. type: =item
19170 #: ../fish/guestfish.pod:573
19171 msgid "B<E> or B<EiB>"
19172 msgstr ""
19173
19174 #. type: textblock
19175 #: ../fish/guestfish.pod:575
19176 msgid "The size in exabytes (multiplied by 2**60)."
19177 msgstr ""
19178
19179 #. type: =item
19180 #: ../fish/guestfish.pod:577
19181 msgid "B<EB>"
19182 msgstr ""
19183
19184 #. type: textblock
19185 #: ../fish/guestfish.pod:579
19186 msgid "The size in SI 10**18 byte units."
19187 msgstr ""
19188
19189 #. type: =item
19190 #: ../fish/guestfish.pod:581
19191 msgid "B<Z> or B<ZiB>"
19192 msgstr ""
19193
19194 #. type: textblock
19195 #: ../fish/guestfish.pod:583
19196 msgid "The size in zettabytes (multiplied by 2**70)."
19197 msgstr ""
19198
19199 #. type: =item
19200 #: ../fish/guestfish.pod:585
19201 msgid "B<ZB>"
19202 msgstr ""
19203
19204 #. type: textblock
19205 #: ../fish/guestfish.pod:587
19206 msgid "The size in SI 10**21 byte units."
19207 msgstr ""
19208
19209 #. type: =item
19210 #: ../fish/guestfish.pod:589
19211 msgid "B<Y> or B<YiB>"
19212 msgstr ""
19213
19214 #. type: textblock
19215 #: ../fish/guestfish.pod:591
19216 msgid "The size in yottabytes (multiplied by 2**80)."
19217 msgstr ""
19218
19219 #. type: =item
19220 #: ../fish/guestfish.pod:593
19221 msgid "B<YB>"
19222 msgstr ""
19223
19224 #. type: textblock
19225 #: ../fish/guestfish.pod:595
19226 msgid "The size in SI 10**24 byte units."
19227 msgstr ""
19228
19229 #. type: verbatim
19230 #: ../fish/guestfish.pod:601
19231 #, no-wrap
19232 msgid ""
19233 " truncate-size /file 1G\n"
19234 "\n"
19235 msgstr ""
19236
19237 #. type: textblock
19238 #: ../fish/guestfish.pod:603
19239 msgid "would truncate the file to 1 gigabyte."
19240 msgstr ""
19241
19242 #. type: textblock
19243 #: ../fish/guestfish.pod:605
19244 msgid ""
19245 "Be careful because a few commands take sizes in kilobytes or megabytes "
19246 "(eg. the parameter to L</memsize> is specified in megabytes already).  "
19247 "Adding a suffix will probably not do what you expect."
19248 msgstr ""
19249
19250 #. type: =head2
19251 #: ../fish/guestfish.pod:609
19252 msgid "OCTAL AND HEXADECIMAL NUMBERS"
19253 msgstr ""
19254
19255 #. type: textblock
19256 #: ../fish/guestfish.pod:611
19257 msgid ""
19258 "For specifying the radix (base) use the C convention: C<0> to prefix an "
19259 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
19260 msgstr ""
19261
19262 #. type: verbatim
19263 #: ../fish/guestfish.pod:614
19264 #, no-wrap
19265 msgid ""
19266 " 1234      decimal number 1234\n"
19267 " 02322     octal number, equivalent to decimal 1234\n"
19268 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
19269 "\n"
19270 msgstr ""
19271
19272 #. type: textblock
19273 #: ../fish/guestfish.pod:618
19274 msgid ""
19275 "When using the C<chmod> command, you almost always want to specify an octal "
19276 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
19277 "L<chmod(1)> program):"
19278 msgstr ""
19279
19280 #. type: verbatim
19281 #: ../fish/guestfish.pod:622
19282 #, no-wrap
19283 msgid ""
19284 " chmod 0777 /public  # OK\n"
19285 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
19286 "\n"
19287 msgstr ""
19288
19289 #. type: textblock
19290 #: ../fish/guestfish.pod:625
19291 msgid ""
19292 "Commands that return numbers usually print them in decimal, but some "
19293 "commands print numbers in other radices (eg. C<umask> prints the mode in "
19294 "octal, preceeded by C<0>)."
19295 msgstr ""
19296
19297 #. type: =head1
19298 #: ../fish/guestfish.pod:629
19299 msgid "WILDCARDS AND GLOBBING"
19300 msgstr ""
19301
19302 #. type: textblock
19303 #: ../fish/guestfish.pod:631
19304 msgid ""
19305 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
19306 "(globbing) by default.  So for example the following will not do what you "
19307 "expect:"
19308 msgstr ""
19309
19310 #. type: verbatim
19311 #: ../fish/guestfish.pod:635
19312 #, no-wrap
19313 msgid ""
19314 " rm-rf /home/*\n"
19315 "\n"
19316 msgstr ""
19317
19318 #. type: textblock
19319 #: ../fish/guestfish.pod:637
19320 msgid ""
19321 "Assuming you don't have a directory called literally C</home/*> then the "
19322 "above command will return an error."
19323 msgstr ""
19324
19325 #. type: textblock
19326 #: ../fish/guestfish.pod:640
19327 msgid "To perform wildcard expansion, use the C<glob> command."
19328 msgstr ""
19329
19330 #. type: verbatim
19331 #: ../fish/guestfish.pod:642
19332 #, no-wrap
19333 msgid ""
19334 " glob rm-rf /home/*\n"
19335 "\n"
19336 msgstr ""
19337
19338 #. type: textblock
19339 #: ../fish/guestfish.pod:644
19340 msgid ""
19341 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
19342 "many times), equivalent to:"
19343 msgstr ""
19344
19345 #. type: verbatim
19346 #: ../fish/guestfish.pod:647
19347 #, no-wrap
19348 msgid ""
19349 " rm-rf /home/jim\n"
19350 " rm-rf /home/joe\n"
19351 " rm-rf /home/mary\n"
19352 "\n"
19353 msgstr ""
19354
19355 #. type: textblock
19356 #: ../fish/guestfish.pod:651
19357 msgid "C<glob> only works on simple guest paths and not on device names."
19358 msgstr ""
19359
19360 #. type: textblock
19361 #: ../fish/guestfish.pod:653
19362 msgid ""
19363 "If you have several parameters, each containing a wildcard, then glob will "
19364 "perform a Cartesian product."
19365 msgstr ""
19366
19367 #. type: =head1
19368 #: ../fish/guestfish.pod:656
19369 msgid "COMMENTS"
19370 msgstr ""
19371
19372 #. type: textblock
19373 #: ../fish/guestfish.pod:658
19374 msgid ""
19375 "Any line which starts with a I<#> character is treated as a comment and "
19376 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
19377 "a command.  For example:"
19378 msgstr ""
19379
19380 #. type: verbatim
19381 #: ../fish/guestfish.pod:662
19382 #, no-wrap
19383 msgid ""
19384 " # this is a comment\n"
19385 "         # this is a comment\n"
19386 " foo # NOT a comment\n"
19387 "\n"
19388 msgstr ""
19389
19390 #. type: textblock
19391 #: ../fish/guestfish.pod:666
19392 msgid "Blank lines are also ignored."
19393 msgstr ""
19394
19395 #. type: =head1
19396 #: ../fish/guestfish.pod:668
19397 msgid "RUNNING COMMANDS LOCALLY"
19398 msgstr ""
19399
19400 #. type: textblock
19401 #: ../fish/guestfish.pod:670
19402 msgid ""
19403 "Any line which starts with a I<!> character is treated as a command sent to "
19404 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
19405 msgstr ""
19406
19407 #. type: verbatim
19408 #: ../fish/guestfish.pod:674
19409 #, no-wrap
19410 msgid ""
19411 " !mkdir local\n"
19412 " tgz-out /remote local/remote-data.tar.gz\n"
19413 "\n"
19414 msgstr ""
19415
19416 #. type: textblock
19417 #: ../fish/guestfish.pod:677
19418 msgid ""
19419 "will create a directory C<local> on the host, and then export the contents "
19420 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
19421 "(See C<tgz-out>)."
19422 msgstr ""
19423
19424 #. type: textblock
19425 #: ../fish/guestfish.pod:681
19426 msgid ""
19427 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
19428 "effect, due to the way that subprocesses work in Unix."
19429 msgstr ""
19430
19431 #. type: =head2
19432 #: ../fish/guestfish.pod:684
19433 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
19434 msgstr ""
19435
19436 #. type: textblock
19437 #: ../fish/guestfish.pod:686
19438 msgid ""
19439 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
19440 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
19441 "and executed as guestfish commands."
19442 msgstr ""
19443
19444 #. type: textblock
19445 #: ../fish/guestfish.pod:690
19446 msgid ""
19447 "Thus you can use shell script to construct arbitrary guestfish commands "
19448 "which are then parsed by guestfish."
19449 msgstr ""
19450
19451 #. type: textblock
19452 #: ../fish/guestfish.pod:693
19453 msgid ""
19454 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
19455 "through C</foo.100>) using guestfish commands alone.  However this is simple "
19456 "if we use a shell script to create the guestfish commands for us:"
19457 msgstr ""
19458
19459 #. type: verbatim
19460 #: ../fish/guestfish.pod:698
19461 #, no-wrap
19462 msgid ""
19463 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
19464 "\n"
19465 msgstr ""
19466
19467 #. type: textblock
19468 #: ../fish/guestfish.pod:700
19469 msgid "or with names like C</foo.001>:"
19470 msgstr ""
19471
19472 #. type: verbatim
19473 #: ../fish/guestfish.pod:702
19474 #, no-wrap
19475 msgid ""
19476 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
19477 "\n"
19478 msgstr ""
19479
19480 #. type: textblock
19481 #: ../fish/guestfish.pod:704
19482 msgid ""
19483 "When using guestfish interactively it can be helpful to just run the shell "
19484 "script first (ie. remove the initial C<E<lt>> character so it is just an "
19485 "ordinary I<!> local command), see what guestfish commands it would run, and "
19486 "when you are happy with those prepend the C<E<lt>> character to run the "
19487 "guestfish commands for real."
19488 msgstr ""
19489
19490 #. type: =head1
19491 #: ../fish/guestfish.pod:710
19492 msgid "PIPES"
19493 msgstr ""
19494
19495 #. type: textblock
19496 #: ../fish/guestfish.pod:712
19497 msgid ""
19498 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
19499 "command (a guestfish command) to the second command (any host command).  For "
19500 "example:"
19501 msgstr ""
19502
19503 #. type: verbatim
19504 #: ../fish/guestfish.pod:716
19505 #, no-wrap
19506 msgid ""
19507 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
19508 "\n"
19509 msgstr ""
19510
19511 #. type: textblock
19512 #: ../fish/guestfish.pod:718
19513 msgid ""
19514 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
19515 "program).  The above command would list all accounts in the guest filesystem "
19516 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
19517 msgstr ""
19518
19519 #. type: verbatim
19520 #: ../fish/guestfish.pod:723
19521 #, no-wrap
19522 msgid ""
19523 " hexdump /bin/ls | head\n"
19524 " list-devices | tail -1\n"
19525 " tgz-out / - | tar ztf -\n"
19526 "\n"
19527 msgstr ""
19528
19529 #. type: textblock
19530 #: ../fish/guestfish.pod:727
19531 msgid ""
19532 "The space before the pipe symbol is required, any space after the pipe "
19533 "symbol is optional.  Everything after the pipe symbol is just passed "
19534 "straight to the host shell, so it can contain redirections, globs and "
19535 "anything else that makes sense on the host side."
19536 msgstr ""
19537
19538 #. type: textblock
19539 #: ../fish/guestfish.pod:732
19540 msgid ""
19541 "To use a literal argument which begins with a pipe symbol, you have to quote "
19542 "it, eg:"
19543 msgstr ""
19544
19545 #. type: verbatim
19546 #: ../fish/guestfish.pod:735
19547 #, no-wrap
19548 msgid ""
19549 " echo \"|\"\n"
19550 "\n"
19551 msgstr ""
19552
19553 #. type: =head1
19554 #: ../fish/guestfish.pod:737
19555 msgid "HOME DIRECTORIES"
19556 msgstr ""
19557
19558 #. type: textblock
19559 #: ../fish/guestfish.pod:739
19560 msgid ""
19561 "If a parameter starts with the character C<~> then the tilde may be expanded "
19562 "as a home directory path (either C<~> for the current user's home directory, "
19563 "or C<~user> for another user)."
19564 msgstr ""
19565
19566 #. type: textblock
19567 #: ../fish/guestfish.pod:743
19568 msgid ""
19569 "Note that home directory expansion happens for users known I<on the host>, "
19570 "not in the guest filesystem."
19571 msgstr ""
19572
19573 #. type: textblock
19574 #: ../fish/guestfish.pod:746
19575 msgid ""
19576 "To use a literal argument which begins with a tilde, you have to quote it, "
19577 "eg:"
19578 msgstr ""
19579
19580 #. type: verbatim
19581 #: ../fish/guestfish.pod:749
19582 #, no-wrap
19583 msgid ""
19584 " echo \"~\"\n"
19585 "\n"
19586 msgstr ""
19587
19588 #. type: textblock
19589 #: ../fish/guestfish.pod:753
19590 msgid ""
19591 "Libguestfs has some support for Linux guests encrypted according to the "
19592 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
19593 "disk encryption systems used by modern Linux guests.  Currently only "
19594 "LVM-on-LUKS is supported."
19595 msgstr ""
19596
19597 #. type: textblock
19598 #: ../fish/guestfish.pod:758
19599 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
19600 msgstr ""
19601
19602 #. type: verbatim
19603 #: ../fish/guestfish.pod:760
19604 #, no-wrap
19605 msgid ""
19606 " ><fs> vfs-type /dev/sda2\n"
19607 " crypto_LUKS\n"
19608 "\n"
19609 msgstr ""
19610
19611 #. type: textblock
19612 #: ../fish/guestfish.pod:763
19613 msgid ""
19614 "Then open those devices using L</luks-open>.  This creates a device-mapper "
19615 "device called C</dev/mapper/luksdev>."
19616 msgstr ""
19617
19618 #. type: verbatim
19619 #: ../fish/guestfish.pod:766
19620 #, no-wrap
19621 msgid ""
19622 " ><fs> luks-open /dev/sda2 luksdev\n"
19623 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
19624 "\n"
19625 msgstr ""
19626
19627 #. type: textblock
19628 #: ../fish/guestfish.pod:769
19629 msgid ""
19630 "Finally you have to tell LVM to scan for volume groups on the newly created "
19631 "mapper device:"
19632 msgstr ""
19633
19634 #. type: verbatim
19635 #: ../fish/guestfish.pod:772
19636 #, no-wrap
19637 msgid ""
19638 " vgscan\n"
19639 " vg-activate-all true\n"
19640 "\n"
19641 msgstr ""
19642
19643 #. type: textblock
19644 #: ../fish/guestfish.pod:775
19645 msgid "The logical volume(s) can now be mounted in the usual way."
19646 msgstr ""
19647
19648 #. type: textblock
19649 #: ../fish/guestfish.pod:777
19650 msgid ""
19651 "Before closing a LUKS device you must unmount any logical volumes on it and "
19652 "deactivate the volume groups by calling C<vg-activate false VG> on each "
19653 "one.  Then you can close the mapper device:"
19654 msgstr ""
19655
19656 #. type: verbatim
19657 #: ../fish/guestfish.pod:781
19658 #, no-wrap
19659 msgid ""
19660 " vg-activate false /dev/VG\n"
19661 " luks-close /dev/mapper/luksdev\n"
19662 "\n"
19663 msgstr ""
19664
19665 #. type: =head1
19666 #: ../fish/guestfish.pod:784
19667 msgid "WINDOWS PATHS"
19668 msgstr ""
19669
19670 #. type: textblock
19671 #: ../fish/guestfish.pod:786
19672 msgid ""
19673 "If a path is prefixed with C<win:> then you can use Windows-style paths "
19674 "(with some limitations).  The following commands are equivalent:"
19675 msgstr ""
19676
19677 #. type: verbatim
19678 #: ../fish/guestfish.pod:789
19679 #, no-wrap
19680 msgid ""
19681 " file /WINDOWS/system32/config/system.LOG\n"
19682 "\n"
19683 msgstr ""
19684
19685 #. type: verbatim
19686 #: ../fish/guestfish.pod:791
19687 #, no-wrap
19688 msgid ""
19689 " file win:/windows/system32/config/system.log\n"
19690 "\n"
19691 msgstr ""
19692
19693 #. type: verbatim
19694 #: ../fish/guestfish.pod:793
19695 #, no-wrap
19696 msgid ""
19697 " file win:\\windows\\system32\\config\\system.log\n"
19698 "\n"
19699 msgstr ""
19700
19701 #. type: verbatim
19702 #: ../fish/guestfish.pod:795
19703 #, no-wrap
19704 msgid ""
19705 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
19706 "\n"
19707 msgstr ""
19708
19709 #. type: textblock
19710 #: ../fish/guestfish.pod:797
19711 msgid ""
19712 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
19713 "handles case insensitivity like Windows would.  This only works in argument "
19714 "positions that expect a path."
19715 msgstr ""
19716
19717 #. type: =head1
19718 #: ../fish/guestfish.pod:801
19719 msgid "UPLOADING AND DOWNLOADING FILES"
19720 msgstr ""
19721
19722 #. type: textblock
19723 #: ../fish/guestfish.pod:803
19724 msgid ""
19725 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
19726 "others which upload from or download to a local file, you can use the "
19727 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
19728 msgstr ""
19729
19730 #. type: verbatim
19731 #: ../fish/guestfish.pod:807
19732 #, no-wrap
19733 msgid ""
19734 " upload - /foo\n"
19735 "\n"
19736 msgstr ""
19737
19738 #. type: textblock
19739 #: ../fish/guestfish.pod:809
19740 msgid "reads stdin and creates from that a file C</foo> in the disk image, and:"
19741 msgstr ""
19742
19743 #. type: verbatim
19744 #: ../fish/guestfish.pod:812
19745 #, no-wrap
19746 msgid ""
19747 " tar-out /etc - | tar tf -\n"
19748 "\n"
19749 msgstr ""
19750
19751 #. type: textblock
19752 #: ../fish/guestfish.pod:814
19753 msgid ""
19754 "writes the tarball to stdout and then pipes that into the external \"tar\" "
19755 "command (see L</PIPES>)."
19756 msgstr ""
19757
19758 #. type: textblock
19759 #: ../fish/guestfish.pod:817
19760 msgid ""
19761 "When using C<-> to read from stdin, the input is read up to the end of "
19762 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
19763 "some arbitrary end marker:"
19764 msgstr ""
19765
19766 #. type: verbatim
19767 #: ../fish/guestfish.pod:821
19768 #, no-wrap
19769 msgid ""
19770 " upload -<<END /foo\n"
19771 " input line 1\n"
19772 " input line 2\n"
19773 " input line 3\n"
19774 " END\n"
19775 "\n"
19776 msgstr ""
19777
19778 #. type: textblock
19779 #: ../fish/guestfish.pod:827
19780 msgid ""
19781 "Any string of characters can be used instead of C<END>.  The end marker must "
19782 "appear on a line of its own, without any preceeding or following characters "
19783 "(not even spaces)."
19784 msgstr ""
19785
19786 #. type: textblock
19787 #: ../fish/guestfish.pod:831
19788 msgid ""
19789 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
19790 "upload local files (so-called \"FileIn\" parameters in the generator)."
19791 msgstr ""
19792
19793 #. type: =head1
19794 #: ../fish/guestfish.pod:834
19795 msgid "EXIT ON ERROR BEHAVIOUR"
19796 msgstr ""
19797
19798 #. type: textblock
19799 #: ../fish/guestfish.pod:836
19800 msgid ""
19801 "By default, guestfish will ignore any errors when in interactive mode "
19802 "(ie. taking commands from a human over a tty), and will exit on the first "
19803 "error in non-interactive mode (scripts, commands given on the command line)."
19804 msgstr ""
19805
19806 #. type: textblock
19807 #: ../fish/guestfish.pod:841
19808 msgid ""
19809 "If you prefix a command with a I<-> character, then that command will not "
19810 "cause guestfish to exit, even if that (one) command returns an error."
19811 msgstr ""
19812
19813 #. type: =head1
19814 #: ../fish/guestfish.pod:845
19815 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
19816 msgstr ""
19817
19818 #. type: textblock
19819 #: ../fish/guestfish.pod:847
19820 msgid ""
19821 "Guestfish can be remote-controlled over a socket.  This is useful "
19822 "particularly in shell scripts where you want to make several different "
19823 "changes to a filesystem, but you don't want the overhead of starting up a "
19824 "guestfish process each time."
19825 msgstr ""
19826
19827 #. type: textblock
19828 #: ../fish/guestfish.pod:852
19829 msgid "Start a guestfish server process using:"
19830 msgstr ""
19831
19832 #. type: verbatim
19833 #: ../fish/guestfish.pod:854
19834 #, no-wrap
19835 msgid ""
19836 " eval \"`guestfish --listen`\"\n"
19837 "\n"
19838 msgstr ""
19839
19840 #. type: textblock
19841 #: ../fish/guestfish.pod:856
19842 msgid "and then send it commands by doing:"
19843 msgstr ""
19844
19845 #. type: verbatim
19846 #: ../fish/guestfish.pod:858
19847 #, no-wrap
19848 msgid ""
19849 " guestfish --remote cmd [...]\n"
19850 "\n"
19851 msgstr ""
19852
19853 #. type: textblock
19854 #: ../fish/guestfish.pod:860
19855 msgid "To cause the server to exit, send it the exit command:"
19856 msgstr ""
19857
19858 #. type: verbatim
19859 #: ../fish/guestfish.pod:862
19860 #, no-wrap
19861 msgid ""
19862 " guestfish --remote exit\n"
19863 "\n"
19864 msgstr ""
19865
19866 #. type: textblock
19867 #: ../fish/guestfish.pod:864
19868 msgid ""
19869 "Note that the server will normally exit if there is an error in a command.  "
19870 "You can change this in the usual way.  See section L</EXIT ON ERROR "
19871 "BEHAVIOUR>."
19872 msgstr ""
19873
19874 #. type: =head2
19875 #: ../fish/guestfish.pod:868
19876 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
19877 msgstr ""
19878
19879 #. type: textblock
19880 #: ../fish/guestfish.pod:870
19881 msgid ""
19882 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
19883 "is how the I<--remote> option knows where to send the commands.  You can "
19884 "have several guestfish listener processes running using:"
19885 msgstr ""
19886
19887 #. type: verbatim
19888 #: ../fish/guestfish.pod:874
19889 #, no-wrap
19890 msgid ""
19891 " eval \"`guestfish --listen`\"\n"
19892 " pid1=$GUESTFISH_PID\n"
19893 " eval \"`guestfish --listen`\"\n"
19894 " pid2=$GUESTFISH_PID\n"
19895 " ...\n"
19896 " guestfish --remote=$pid1 cmd\n"
19897 " guestfish --remote=$pid2 cmd\n"
19898 "\n"
19899 msgstr ""
19900
19901 #. type: =head2
19902 #: ../fish/guestfish.pod:882
19903 msgid "REMOTE CONTROL AND CSH"
19904 msgstr ""
19905
19906 #. type: textblock
19907 #: ../fish/guestfish.pod:884
19908 msgid ""
19909 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
19910 "option:"
19911 msgstr ""
19912
19913 #. type: verbatim
19914 #: ../fish/guestfish.pod:887
19915 #, no-wrap
19916 msgid ""
19917 " eval \"`guestfish --listen --csh`\"\n"
19918 "\n"
19919 msgstr ""
19920
19921 #. type: =head2
19922 #: ../fish/guestfish.pod:889
19923 msgid "REMOTE CONTROL DETAILS"
19924 msgstr ""
19925
19926 #. type: textblock
19927 #: ../fish/guestfish.pod:891
19928 msgid ""
19929 "Remote control happens over a Unix domain socket called "
19930 "C</tmp/.guestfish-$UID/socket-$PID>, where C<$UID> is the effective user ID "
19931 "of the process, and C<$PID> is the process ID of the server."
19932 msgstr ""
19933
19934 #. type: textblock
19935 #: ../fish/guestfish.pod:895
19936 msgid "Guestfish client and server versions must match exactly."
19937 msgstr ""
19938
19939 #. type: =head1
19940 #: ../fish/guestfish.pod:897
19941 msgid "PREPARED DISK IMAGES"
19942 msgstr ""
19943
19944 #. type: textblock
19945 #: ../fish/guestfish.pod:899
19946 msgid ""
19947 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
19948 "preformatted disk images that guestfish can make for you to save typing.  "
19949 "This is particularly useful for testing purposes.  This option is used "
19950 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
19951 "can be mixed with I<-a>)."
19952 msgstr ""
19953
19954 #. type: textblock
19955 #: ../fish/guestfish.pod:905
19956 msgid ""
19957 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
19958 "the second and so on.  Existing files in the current directory are "
19959 "I<overwritten>."
19960 msgstr ""
19961
19962 #. type: textblock
19963 #: ../fish/guestfish.pod:909
19964 msgid ""
19965 "The type briefly describes how the disk should be sized, partitioned, how "
19966 "filesystem(s) should be created, and how content should be added.  "
19967 "Optionally the type can be followed by extra parameters, separated by C<:> "
19968 "(colon) characters.  For example, I<-N fs> creates a default 100MB, "
19969 "sparsely-allocated disk, containing a single partition, with the partition "
19970 "formatted as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem "
19971 "on a 1GB disk instead."
19972 msgstr ""
19973
19974 #. type: textblock
19975 #: ../fish/guestfish.pod:917
19976 msgid "To list the available types and any extra parameters they take, run:"
19977 msgstr ""
19978
19979 #. type: textblock
19980 #: ../fish/guestfish.pod:921
19981 msgid ""
19982 "Note that the prepared filesystem is not mounted.  You would usually have to "
19983 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
19984 msgstr ""
19985
19986 #. type: textblock
19987 #: ../fish/guestfish.pod:925
19988 msgid ""
19989 "If any I<-N> or I<--new> options are given, the guest is automatically "
19990 "launched."
19991 msgstr ""
19992
19993 #. type: textblock
19994 #: ../fish/guestfish.pod:930
19995 msgid "Create a 100MB disk with an ext4-formatted partition:"
19996 msgstr ""
19997
19998 #. type: verbatim
19999 #: ../fish/guestfish.pod:932
20000 #, no-wrap
20001 msgid ""
20002 " guestfish -N fs:ext4\n"
20003 "\n"
20004 msgstr ""
20005
20006 #. type: textblock
20007 #: ../fish/guestfish.pod:934
20008 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
20009 msgstr ""
20010
20011 #. type: verbatim
20012 #: ../fish/guestfish.pod:936
20013 #, no-wrap
20014 msgid ""
20015 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
20016 "\n"
20017 msgstr ""
20018
20019 #. type: textblock
20020 #: ../fish/guestfish.pod:938
20021 msgid "Create a blank 200MB disk:"
20022 msgstr ""
20023
20024 #. type: verbatim
20025 #: ../fish/guestfish.pod:940
20026 #, no-wrap
20027 msgid ""
20028 " guestfish -N disk:200M\n"
20029 "\n"
20030 msgstr ""
20031
20032 #. type: =head1
20033 #: ../fish/guestfish.pod:942
20034 msgid "PROGRESS BARS"
20035 msgstr ""
20036
20037 #. type: textblock
20038 #: ../fish/guestfish.pod:944
20039 msgid ""
20040 "Some (not all) long-running commands send progress notification messages as "
20041 "they are running.  Guestfish turns these messages into progress bars."
20042 msgstr ""
20043
20044 #. type: textblock
20045 #: ../fish/guestfish.pod:948
20046 msgid ""
20047 "When a command that supports progress bars takes longer than two seconds to "
20048 "run, and if progress bars are enabled, then you will see one appearing below "
20049 "the command:"
20050 msgstr ""
20051
20052 #. type: verbatim
20053 #: ../fish/guestfish.pod:952
20054 #, no-wrap
20055 msgid ""
20056 " ><fs> copy-size /large-file /another-file 2048M\n"
20057 " / 10% [#####-----------------------------------------] 00:30\n"
20058 "\n"
20059 msgstr ""
20060
20061 #. type: textblock
20062 #: ../fish/guestfish.pod:955
20063 msgid ""
20064 "The spinner on the left hand side moves round once for every progress "
20065 "notification received from the backend.  This is a (reasonably) golden "
20066 "assurance that the command is \"doing something\" even if the progress bar "
20067 "is not moving, because the command is able to send the progress "
20068 "notifications.  When the bar reaches 100% and the command finishes, the "
20069 "spinner disappears."
20070 msgstr ""
20071
20072 #. type: textblock
20073 #: ../fish/guestfish.pod:962
20074 msgid ""
20075 "Progress bars are enabled by default when guestfish is used interactively.  "
20076 "You can enable them even for non-interactive modes using I<--progress-bars>, "
20077 "and you can disable them completely using I<--no-progress-bars>."
20078 msgstr ""
20079
20080 #. type: =head1
20081 #: ../fish/guestfish.pod:967
20082 msgid "GUESTFISH COMMANDS"
20083 msgstr ""
20084
20085 #. type: textblock
20086 #: ../fish/guestfish.pod:969
20087 msgid ""
20088 "The commands in this section are guestfish convenience commands, in other "
20089 "words, they are not part of the L<guestfs(3)> API."
20090 msgstr ""
20091
20092 #. type: =head2
20093 #: ../fish/guestfish.pod:972
20094 msgid "help"
20095 msgstr ""
20096
20097 #. type: verbatim
20098 #: ../fish/guestfish.pod:974
20099 #, no-wrap
20100 msgid ""
20101 " help\n"
20102 " help cmd\n"
20103 "\n"
20104 msgstr ""
20105
20106 #. type: textblock
20107 #: ../fish/guestfish.pod:977
20108 msgid "Without any parameter, this provides general help."
20109 msgstr ""
20110
20111 #. type: textblock
20112 #: ../fish/guestfish.pod:979
20113 msgid "With a C<cmd> parameter, this displays detailed help for that command."
20114 msgstr ""
20115
20116 #. type: =head2
20117 #: ../fish/guestfish.pod:981
20118 msgid "quit | exit"
20119 msgstr ""
20120
20121 #. type: textblock
20122 #: ../fish/guestfish.pod:983
20123 msgid "This exits guestfish.  You can also use C<^D> key."
20124 msgstr ""
20125
20126 #. type: textblock
20127 #: ../fish/guestfish.pod:985
20128 msgid "@FISH_COMMANDS@"
20129 msgstr ""
20130
20131 #. type: =head1
20132 #: ../fish/guestfish.pod:987
20133 msgid "COMMANDS"
20134 msgstr ""
20135
20136 #. type: =head1
20137 #: ../fish/guestfish.pod:991 ../test-tool/libguestfs-test-tool.pod:83
20138 msgid "EXIT CODE"
20139 msgstr ""
20140
20141 #. type: textblock
20142 #: ../fish/guestfish.pod:993
20143 msgid ""
20144 "guestfish returns 0 if the commands completed without error, or 1 if there "
20145 "was an error."
20146 msgstr ""
20147
20148 #. type: =item
20149 #: ../fish/guestfish.pod:1000
20150 msgid "EDITOR"
20151 msgstr ""
20152
20153 #. type: textblock
20154 #: ../fish/guestfish.pod:1002
20155 msgid ""
20156 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
20157 "C<vi>."
20158 msgstr ""
20159
20160 #. type: =item
20161 #: ../fish/guestfish.pod:1005
20162 msgid "GUESTFISH_PID"
20163 msgstr ""
20164
20165 #. type: textblock
20166 #: ../fish/guestfish.pod:1007
20167 msgid ""
20168 "Used with the I<--remote> option to specify the remote guestfish process to "
20169 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
20170 msgstr ""
20171
20172 #. type: =item
20173 #: ../fish/guestfish.pod:1011
20174 msgid "HEXEDITOR"
20175 msgstr ""
20176
20177 #. type: textblock
20178 #: ../fish/guestfish.pod:1013
20179 msgid ""
20180 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
20181 "not specified, the external L<hexedit(1)> program is used."
20182 msgstr ""
20183
20184 #. type: =item
20185 #: ../fish/guestfish.pod:1017
20186 msgid "HOME"
20187 msgstr ""
20188
20189 #. type: textblock
20190 #: ../fish/guestfish.pod:1019
20191 msgid ""
20192 "If compiled with GNU readline support, various files in the home directory "
20193 "can be used.  See L</FILES>."
20194 msgstr ""
20195
20196 #. type: textblock
20197 #: ../fish/guestfish.pod:1028
20198 msgid ""
20199 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
20200 "effect as using the B<-v> option."
20201 msgstr ""
20202
20203 #. type: textblock
20204 #: ../fish/guestfish.pod:1040
20205 msgid ""
20206 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
20207 "the discussion of paths in L<guestfs(3)>."
20208 msgstr ""
20209
20210 #. type: textblock
20211 #: ../fish/guestfish.pod:1051
20212 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
20213 msgstr ""
20214
20215 #. type: =item
20216 #: ../fish/guestfish.pod:1053
20217 msgid "PAGER"
20218 msgstr ""
20219
20220 #. type: textblock
20221 #: ../fish/guestfish.pod:1055
20222 msgid ""
20223 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
20224 "C<more>."
20225 msgstr ""
20226
20227 #. type: =head1
20228 #: ../fish/guestfish.pod:1071 ../test-tool/libguestfs-test-tool.pod:88
20229 msgid "FILES"
20230 msgstr ""
20231
20232 #. type: =item
20233 #: ../fish/guestfish.pod:1075
20234 msgid "$HOME/.guestfish"
20235 msgstr ""
20236
20237 #. type: textblock
20238 #: ../fish/guestfish.pod:1077
20239 msgid ""
20240 "If compiled with GNU readline support, then the command history is saved in "
20241 "this file."
20242 msgstr ""
20243
20244 #. type: =item
20245 #: ../fish/guestfish.pod:1080
20246 msgid "$HOME/.inputrc"
20247 msgstr ""
20248
20249 #. type: =item
20250 #: ../fish/guestfish.pod:1082
20251 msgid "/etc/inputrc"
20252 msgstr ""
20253
20254 #. type: textblock
20255 #: ../fish/guestfish.pod:1084
20256 msgid ""
20257 "If compiled with GNU readline support, then these files can be used to "
20258 "configure readline.  For further information, please see "
20259 "L<readline(3)/INITIALIZATION FILE>."
20260 msgstr ""
20261
20262 #. type: textblock
20263 #: ../fish/guestfish.pod:1088
20264 msgid "To write rules which only apply to guestfish, use:"
20265 msgstr ""
20266
20267 #. type: verbatim
20268 #: ../fish/guestfish.pod:1090
20269 #, no-wrap
20270 msgid ""
20271 " $if guestfish\n"
20272 " ...\n"
20273 " $endif\n"
20274 "\n"
20275 msgstr ""
20276
20277 #. type: textblock
20278 #: ../fish/guestfish.pod:1094
20279 msgid ""
20280 "Variables that you can set in inputrc that change the behaviour of guestfish "
20281 "in useful ways include:"
20282 msgstr ""
20283
20284 #. type: =item
20285 #: ../fish/guestfish.pod:1099
20286 msgid "completion-ignore-case (default: on)"
20287 msgstr ""
20288
20289 #. type: textblock
20290 #: ../fish/guestfish.pod:1101
20291 msgid ""
20292 "By default, guestfish will ignore case when tab-completing paths on the "
20293 "disk.  Use:"
20294 msgstr ""
20295
20296 #. type: verbatim
20297 #: ../fish/guestfish.pod:1104
20298 #, no-wrap
20299 msgid ""
20300 " set completion-ignore-case off\n"
20301 "\n"
20302 msgstr ""
20303
20304 #. type: textblock
20305 #: ../fish/guestfish.pod:1106
20306 msgid "to make guestfish case sensitive."
20307 msgstr ""
20308
20309 #. type: =item
20310 #: ../fish/guestfish.pod:1110
20311 msgid "test1.img"
20312 msgstr ""
20313
20314 #. type: =item
20315 #: ../fish/guestfish.pod:1112
20316 msgid "test2.img (etc)"
20317 msgstr ""
20318
20319 #. type: textblock
20320 #: ../fish/guestfish.pod:1114
20321 msgid ""
20322 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
20323 "will be created in the file C<test1.img> in the current directory.  The "
20324 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
20325 "the same name will be overwritten."
20326 msgstr ""
20327
20328 #. type: textblock
20329 #: ../fish/guestfish.pod:1123
20330 msgid ""
20331 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, "
20332 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, "
20333 "L<virt-filesystems(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, "
20334 "L<virt-list-partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, "
20335 "L<virt-rescue(1)>, L<virt-resize(1)>, L<virt-tar(1)>, L<virt-tar-in(1)>, "
20336 "L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<hexedit(1)>."
20337 msgstr ""
20338
20339 #. type: textblock
20340 #: ../fish/guestfish.pod:1153 ../test-tool/libguestfs-test-tool.pod:124 ../fuse/guestmount.pod:258 ../tools/virt-edit.pl:372 ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:567 ../tools/virt-list-partitions.pl:277
20341 msgid ""
20342 "This program is free software; you can redistribute it and/or modify it "
20343 "under the terms of the GNU General Public License as published by the Free "
20344 "Software Foundation; either version 2 of the License, or (at your option) "
20345 "any later version."
20346 msgstr ""
20347
20348 #. type: textblock
20349 #: ../fish/guestfish.pod:1158 ../test-tool/libguestfs-test-tool.pod:129 ../fuse/guestmount.pod:263 ../tools/virt-edit.pl:377 ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1517 ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:282
20350 msgid ""
20351 "This program is distributed in the hope that it will be useful, but WITHOUT "
20352 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
20353 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
20354 "more details."
20355 msgstr ""
20356
20357 #. type: textblock
20358 #: ../fish/guestfish.pod:1163 ../test-tool/libguestfs-test-tool.pod:134 ../fuse/guestmount.pod:268 ../tools/virt-edit.pl:382 ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1522 ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:287
20359 msgid ""
20360 "You should have received a copy of the GNU General Public License along with "
20361 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
20362 "Ave, Cambridge, MA 02139, USA."
20363 msgstr ""
20364
20365 #. type: =head2
20366 #: ../fish/guestfish-actions.pod:1
20367 msgid "add-cdrom"
20368 msgstr ""
20369
20370 #. type: verbatim
20371 #: ../fish/guestfish-actions.pod:3
20372 #, no-wrap
20373 msgid ""
20374 " add-cdrom filename\n"
20375 "\n"
20376 msgstr ""
20377
20378 #. type: textblock
20379 #: ../fish/guestfish-actions.pod:15
20380 msgid ""
20381 "This call checks for the existence of C<filename>.  This stops you from "
20382 "specifying other types of drive which are supported by qemu such as C<nbd:> "
20383 "and C<http:> URLs.  To specify those, use the general L</config> call "
20384 "instead."
20385 msgstr ""
20386
20387 #. type: textblock
20388 #: ../fish/guestfish-actions.pod:22
20389 msgid ""
20390 "If you just want to add an ISO file (often you use this as an efficient way "
20391 "to transfer large files into the guest), then you should probably use "
20392 "L</add-drive-ro> instead."
20393 msgstr ""
20394
20395 #. type: =head2
20396 #: ../fish/guestfish-actions.pod:35
20397 msgid "add-domain"
20398 msgstr ""
20399
20400 #. type: =head2
20401 #: ../fish/guestfish-actions.pod:37
20402 msgid "domain"
20403 msgstr ""
20404
20405 #. type: verbatim
20406 #: ../fish/guestfish-actions.pod:39
20407 #, no-wrap
20408 msgid ""
20409 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
20410 "\n"
20411 msgstr ""
20412
20413 #. type: textblock
20414 #: ../fish/guestfish-actions.pod:41
20415 msgid ""
20416 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
20417 "It works by connecting to libvirt, requesting the domain and domain XML from "
20418 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
20419 msgstr ""
20420
20421 #. type: textblock
20422 #: ../fish/guestfish-actions.pod:71
20423 msgid ""
20424 "The other optional parameters are passed directly through to "
20425 "L</add-drive-opts>."
20426 msgstr ""
20427
20428 #. type: textblock
20429 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138 ../fish/guestfish-actions.pod:2947
20430 msgid ""
20431 "This command has one or more optional arguments.  See L</OPTIONAL "
20432 "ARGUMENTS>."
20433 msgstr ""
20434
20435 #. type: =head2
20436 #: ../fish/guestfish-actions.pod:76
20437 msgid "add-drive"
20438 msgstr ""
20439
20440 #. type: verbatim
20441 #: ../fish/guestfish-actions.pod:78
20442 #, no-wrap
20443 msgid ""
20444 " add-drive filename\n"
20445 "\n"
20446 msgstr ""
20447
20448 #. type: textblock
20449 #: ../fish/guestfish-actions.pod:80
20450 msgid ""
20451 "This function is the equivalent of calling L</add-drive-opts> with no "
20452 "optional parameters, so the disk is added writable, with the format being "
20453 "detected automatically."
20454 msgstr ""
20455
20456 #. type: textblock
20457 #: ../fish/guestfish-actions.pod:84
20458 msgid ""
20459 "Automatic detection of the format opens you up to a potential security hole "
20460 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
20461 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
20462 "you should think about replacing calls to this function with calls to "
20463 "L</add-drive-opts>, and specifying the format."
20464 msgstr ""
20465
20466 #. type: =head2
20467 #: ../fish/guestfish-actions.pod:91
20468 msgid "add-drive-opts"
20469 msgstr ""
20470
20471 #. type: =head2
20472 #: ../fish/guestfish-actions.pod:93
20473 msgid "add"
20474 msgstr ""
20475
20476 #. type: verbatim
20477 #: ../fish/guestfish-actions.pod:95
20478 #, no-wrap
20479 msgid ""
20480 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
20481 "\n"
20482 msgstr ""
20483
20484 #. type: textblock
20485 #: ../fish/guestfish-actions.pod:122
20486 msgid ""
20487 "This forces the image format.  If you omit this (or use L</add-drive> or "
20488 "L</add-drive-ro>) then the format is automatically detected.  Possible "
20489 "formats include C<raw> and C<qcow2>."
20490 msgstr ""
20491
20492 #. type: textblock
20493 #: ../fish/guestfish-actions.pod:133
20494 msgid ""
20495 "This rarely-used option lets you emulate the behaviour of the deprecated "
20496 "L</add-drive-with-if> call (q.v.)"
20497 msgstr ""
20498
20499 #. type: =head2
20500 #: ../fish/guestfish-actions.pod:140
20501 msgid "add-drive-ro"
20502 msgstr ""
20503
20504 #. type: =head2
20505 #: ../fish/guestfish-actions.pod:142
20506 msgid "add-ro"
20507 msgstr ""
20508
20509 #. type: verbatim
20510 #: ../fish/guestfish-actions.pod:144
20511 #, no-wrap
20512 msgid ""
20513 " add-drive-ro filename\n"
20514 "\n"
20515 msgstr ""
20516
20517 #. type: textblock
20518 #: ../fish/guestfish-actions.pod:146
20519 msgid ""
20520 "This function is the equivalent of calling L</add-drive-opts> with the "
20521 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
20522 "is added read-only, with the format being detected automatically."
20523 msgstr ""
20524
20525 #. type: =head2
20526 #: ../fish/guestfish-actions.pod:151
20527 msgid "add-drive-ro-with-if"
20528 msgstr ""
20529
20530 #. type: verbatim
20531 #: ../fish/guestfish-actions.pod:153
20532 #, no-wrap
20533 msgid ""
20534 " add-drive-ro-with-if filename iface\n"
20535 "\n"
20536 msgstr ""
20537
20538 #. type: textblock
20539 #: ../fish/guestfish-actions.pod:155
20540 msgid ""
20541 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
20542 "interface emulation to use at run time."
20543 msgstr ""
20544
20545 #. type: =head2
20546 #: ../fish/guestfish-actions.pod:165
20547 msgid "add-drive-with-if"
20548 msgstr ""
20549
20550 #. type: verbatim
20551 #: ../fish/guestfish-actions.pod:167
20552 #, no-wrap
20553 msgid ""
20554 " add-drive-with-if filename iface\n"
20555 "\n"
20556 msgstr ""
20557
20558 #. type: textblock
20559 #: ../fish/guestfish-actions.pod:169
20560 msgid ""
20561 "This is the same as L</add-drive> but it allows you to specify the QEMU "
20562 "interface emulation to use at run time."
20563 msgstr ""
20564
20565 #. type: =head2
20566 #: ../fish/guestfish-actions.pod:179
20567 msgid "aug-clear"
20568 msgstr ""
20569
20570 #. type: verbatim
20571 #: ../fish/guestfish-actions.pod:181
20572 #, no-wrap
20573 msgid ""
20574 " aug-clear augpath\n"
20575 "\n"
20576 msgstr ""
20577
20578 #. type: =head2
20579 #: ../fish/guestfish-actions.pod:186
20580 msgid "aug-close"
20581 msgstr ""
20582
20583 #. type: verbatim
20584 #: ../fish/guestfish-actions.pod:188
20585 #, no-wrap
20586 msgid ""
20587 " aug-close\n"
20588 "\n"
20589 msgstr ""
20590
20591 #. type: textblock
20592 #: ../fish/guestfish-actions.pod:190
20593 msgid ""
20594 "Close the current Augeas handle and free up any resources used by it.  After "
20595 "calling this, you have to call L</aug-init> again before you can use any "
20596 "other Augeas functions."
20597 msgstr ""
20598
20599 #. type: =head2
20600 #: ../fish/guestfish-actions.pod:195
20601 msgid "aug-defnode"
20602 msgstr ""
20603
20604 #. type: verbatim
20605 #: ../fish/guestfish-actions.pod:197
20606 #, no-wrap
20607 msgid ""
20608 " aug-defnode name expr val\n"
20609 "\n"
20610 msgstr ""
20611
20612 #. type: textblock
20613 #: ../fish/guestfish-actions.pod:202
20614 msgid ""
20615 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
20616 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
20617 "containing that single node."
20618 msgstr ""
20619
20620 #. type: =head2
20621 #: ../fish/guestfish-actions.pod:210
20622 msgid "aug-defvar"
20623 msgstr ""
20624
20625 #. type: verbatim
20626 #: ../fish/guestfish-actions.pod:212
20627 #, no-wrap
20628 msgid ""
20629 " aug-defvar name expr\n"
20630 "\n"
20631 msgstr ""
20632
20633 #. type: =head2
20634 #: ../fish/guestfish-actions.pod:221
20635 msgid "aug-get"
20636 msgstr ""
20637
20638 #. type: verbatim
20639 #: ../fish/guestfish-actions.pod:223
20640 #, no-wrap
20641 msgid ""
20642 " aug-get augpath\n"
20643 "\n"
20644 msgstr ""
20645
20646 #. type: =head2
20647 #: ../fish/guestfish-actions.pod:228
20648 msgid "aug-init"
20649 msgstr ""
20650
20651 #. type: verbatim
20652 #: ../fish/guestfish-actions.pod:230
20653 #, no-wrap
20654 msgid ""
20655 " aug-init root flags\n"
20656 "\n"
20657 msgstr ""
20658
20659 #. type: textblock
20660 #: ../fish/guestfish-actions.pod:236
20661 msgid "You must call this before using any other L</aug-*> commands."
20662 msgstr ""
20663
20664 #. type: textblock
20665 #: ../fish/guestfish-actions.pod:271
20666 msgid "Do not load the tree in L</aug-init>."
20667 msgstr ""
20668
20669 #. type: textblock
20670 #: ../fish/guestfish-actions.pod:275
20671 msgid "To close the handle, you can call L</aug-close>."
20672 msgstr ""
20673
20674 #. type: =head2
20675 #: ../fish/guestfish-actions.pod:279
20676 msgid "aug-insert"
20677 msgstr ""
20678
20679 #. type: verbatim
20680 #: ../fish/guestfish-actions.pod:281
20681 #, no-wrap
20682 msgid ""
20683 " aug-insert augpath label true|false\n"
20684 "\n"
20685 msgstr ""
20686
20687 #. type: =head2
20688 #: ../fish/guestfish-actions.pod:291
20689 msgid "aug-load"
20690 msgstr ""
20691
20692 #. type: verbatim
20693 #: ../fish/guestfish-actions.pod:293
20694 #, no-wrap
20695 msgid ""
20696 " aug-load\n"
20697 "\n"
20698 msgstr ""
20699
20700 #. type: =head2
20701 #: ../fish/guestfish-actions.pod:300
20702 msgid "aug-ls"
20703 msgstr ""
20704
20705 #. type: verbatim
20706 #: ../fish/guestfish-actions.pod:302
20707 #, no-wrap
20708 msgid ""
20709 " aug-ls augpath\n"
20710 "\n"
20711 msgstr ""
20712
20713 #. type: textblock
20714 #: ../fish/guestfish-actions.pod:304
20715 msgid ""
20716 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
20717 "resulting nodes into alphabetical order."
20718 msgstr ""
20719
20720 #. type: =head2
20721 #: ../fish/guestfish-actions.pod:307
20722 msgid "aug-match"
20723 msgstr ""
20724
20725 #. type: verbatim
20726 #: ../fish/guestfish-actions.pod:309
20727 #, no-wrap
20728 msgid ""
20729 " aug-match augpath\n"
20730 "\n"
20731 msgstr ""
20732
20733 #. type: =head2
20734 #: ../fish/guestfish-actions.pod:315
20735 msgid "aug-mv"
20736 msgstr ""
20737
20738 #. type: verbatim
20739 #: ../fish/guestfish-actions.pod:317
20740 #, no-wrap
20741 msgid ""
20742 " aug-mv src dest\n"
20743 "\n"
20744 msgstr ""
20745
20746 #. type: =head2
20747 #: ../fish/guestfish-actions.pod:322
20748 msgid "aug-rm"
20749 msgstr ""
20750
20751 #. type: verbatim
20752 #: ../fish/guestfish-actions.pod:324
20753 #, no-wrap
20754 msgid ""
20755 " aug-rm augpath\n"
20756 "\n"
20757 msgstr ""
20758
20759 #. type: =head2
20760 #: ../fish/guestfish-actions.pod:330
20761 msgid "aug-save"
20762 msgstr ""
20763
20764 #. type: verbatim
20765 #: ../fish/guestfish-actions.pod:332
20766 #, no-wrap
20767 msgid ""
20768 " aug-save\n"
20769 "\n"
20770 msgstr ""
20771
20772 #. type: textblock
20773 #: ../fish/guestfish-actions.pod:336
20774 msgid ""
20775 "The flags which were passed to L</aug-init> affect exactly how files are "
20776 "saved."
20777 msgstr ""
20778
20779 #. type: =head2
20780 #: ../fish/guestfish-actions.pod:339
20781 msgid "aug-set"
20782 msgstr ""
20783
20784 #. type: verbatim
20785 #: ../fish/guestfish-actions.pod:341
20786 #, no-wrap
20787 msgid ""
20788 " aug-set augpath val\n"
20789 "\n"
20790 msgstr ""
20791
20792 #. type: textblock
20793 #: ../fish/guestfish-actions.pod:345
20794 msgid ""
20795 "In the Augeas API, it is possible to clear a node by setting the value to "
20796 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
20797 "this call.  Instead you must use the L</aug-clear> call."
20798 msgstr ""
20799
20800 #. type: =head2
20801 #: ../fish/guestfish-actions.pod:350
20802 msgid "available"
20803 msgstr ""
20804
20805 #. type: verbatim
20806 #: ../fish/guestfish-actions.pod:352
20807 #, no-wrap
20808 msgid ""
20809 " available 'groups ...'\n"
20810 "\n"
20811 msgstr ""
20812
20813 #. type: textblock
20814 #: ../fish/guestfish-actions.pod:358
20815 msgid ""
20816 "The libguestfs groups, and the functions that those groups correspond to, "
20817 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
20818 "runtime by calling L</available-all-groups>."
20819 msgstr ""
20820
20821 #. type: textblock
20822 #: ../fish/guestfish-actions.pod:382
20823 msgid "You must call L</launch> before calling this function."
20824 msgstr ""
20825
20826 #. type: textblock
20827 #: ../fish/guestfish-actions.pod:404
20828 msgid ""
20829 "This call was added in version C<1.0.80>.  In previous versions of "
20830 "libguestfs all you could do would be to speculatively execute a command to "
20831 "find out if the daemon implemented it.  See also L</version>."
20832 msgstr ""
20833
20834 #. type: =head2
20835 #: ../fish/guestfish-actions.pod:411
20836 msgid "available-all-groups"
20837 msgstr ""
20838
20839 #. type: verbatim
20840 #: ../fish/guestfish-actions.pod:413
20841 #, no-wrap
20842 msgid ""
20843 " available-all-groups\n"
20844 "\n"
20845 msgstr ""
20846
20847 #. type: textblock
20848 #: ../fish/guestfish-actions.pod:415
20849 msgid ""
20850 "This command returns a list of all optional groups that this daemon knows "
20851 "about.  Note this returns both supported and unsupported groups.  To find "
20852 "out which ones the daemon can actually support you have to call "
20853 "L</available> on each member of the returned list."
20854 msgstr ""
20855
20856 #. type: textblock
20857 #: ../fish/guestfish-actions.pod:421
20858 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
20859 msgstr ""
20860
20861 #. type: =head2
20862 #: ../fish/guestfish-actions.pod:423
20863 msgid "base64-in"
20864 msgstr ""
20865
20866 #. type: verbatim
20867 #: ../fish/guestfish-actions.pod:425
20868 #, no-wrap
20869 msgid ""
20870 " base64-in (base64file|-) filename\n"
20871 "\n"
20872 msgstr ""
20873
20874 #. type: textblock
20875 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439 ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832 ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1228 ../fish/guestfish-actions.pod:4341 ../fish/guestfish-actions.pod:4353 ../fish/guestfish-actions.pod:4364 ../fish/guestfish-actions.pod:4375 ../fish/guestfish-actions.pod:4427 ../fish/guestfish-actions.pod:4436 ../fish/guestfish-actions.pod:4490 ../fish/guestfish-actions.pod:4513
20876 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
20877 msgstr ""
20878
20879 #. type: =head2
20880 #: ../fish/guestfish-actions.pod:432
20881 msgid "base64-out"
20882 msgstr ""
20883
20884 #. type: verbatim
20885 #: ../fish/guestfish-actions.pod:434
20886 #, no-wrap
20887 msgid ""
20888 " base64-out filename (base64file|-)\n"
20889 "\n"
20890 msgstr ""
20891
20892 #. type: =head2
20893 #: ../fish/guestfish-actions.pod:441
20894 msgid "blockdev-flushbufs"
20895 msgstr ""
20896
20897 #. type: verbatim
20898 #: ../fish/guestfish-actions.pod:443
20899 #, no-wrap
20900 msgid ""
20901 " blockdev-flushbufs device\n"
20902 "\n"
20903 msgstr ""
20904
20905 #. type: =head2
20906 #: ../fish/guestfish-actions.pod:450
20907 msgid "blockdev-getbsz"
20908 msgstr ""
20909
20910 #. type: verbatim
20911 #: ../fish/guestfish-actions.pod:452
20912 #, no-wrap
20913 msgid ""
20914 " blockdev-getbsz device\n"
20915 "\n"
20916 msgstr ""
20917
20918 #. type: =head2
20919 #: ../fish/guestfish-actions.pod:461
20920 msgid "blockdev-getro"
20921 msgstr ""
20922
20923 #. type: verbatim
20924 #: ../fish/guestfish-actions.pod:463
20925 #, no-wrap
20926 msgid ""
20927 " blockdev-getro device\n"
20928 "\n"
20929 msgstr ""
20930
20931 #. type: =head2
20932 #: ../fish/guestfish-actions.pod:470
20933 msgid "blockdev-getsize64"
20934 msgstr ""
20935
20936 #. type: verbatim
20937 #: ../fish/guestfish-actions.pod:472
20938 #, no-wrap
20939 msgid ""
20940 " blockdev-getsize64 device\n"
20941 "\n"
20942 msgstr ""
20943
20944 #. type: textblock
20945 #: ../fish/guestfish-actions.pod:476
20946 msgid "See also L</blockdev-getsz>."
20947 msgstr ""
20948
20949 #. type: =head2
20950 #: ../fish/guestfish-actions.pod:480
20951 msgid "blockdev-getss"
20952 msgstr ""
20953
20954 #. type: verbatim
20955 #: ../fish/guestfish-actions.pod:482
20956 #, no-wrap
20957 msgid ""
20958 " blockdev-getss device\n"
20959 "\n"
20960 msgstr ""
20961
20962 #. type: textblock
20963 #: ../fish/guestfish-actions.pod:487
20964 msgid "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
20965 msgstr ""
20966
20967 #. type: =head2
20968 #: ../fish/guestfish-actions.pod:492
20969 msgid "blockdev-getsz"
20970 msgstr ""
20971
20972 #. type: verbatim
20973 #: ../fish/guestfish-actions.pod:494
20974 #, no-wrap
20975 msgid ""
20976 " blockdev-getsz device\n"
20977 "\n"
20978 msgstr ""
20979
20980 #. type: textblock
20981 #: ../fish/guestfish-actions.pod:499
20982 msgid ""
20983 "See also L</blockdev-getss> for the real sector size of the device, and "
20984 "L</blockdev-getsize64> for the more useful I<size in bytes>."
20985 msgstr ""
20986
20987 #. type: =head2
20988 #: ../fish/guestfish-actions.pod:505
20989 msgid "blockdev-rereadpt"
20990 msgstr ""
20991
20992 #. type: verbatim
20993 #: ../fish/guestfish-actions.pod:507
20994 #, no-wrap
20995 msgid ""
20996 " blockdev-rereadpt device\n"
20997 "\n"
20998 msgstr ""
20999
21000 #. type: =head2
21001 #: ../fish/guestfish-actions.pod:513
21002 msgid "blockdev-setbsz"
21003 msgstr ""
21004
21005 #. type: verbatim
21006 #: ../fish/guestfish-actions.pod:515
21007 #, no-wrap
21008 msgid ""
21009 " blockdev-setbsz device blocksize\n"
21010 "\n"
21011 msgstr ""
21012
21013 #. type: =head2
21014 #: ../fish/guestfish-actions.pod:524
21015 msgid "blockdev-setro"
21016 msgstr ""
21017
21018 #. type: verbatim
21019 #: ../fish/guestfish-actions.pod:526
21020 #, no-wrap
21021 msgid ""
21022 " blockdev-setro device\n"
21023 "\n"
21024 msgstr ""
21025
21026 #. type: =head2
21027 #: ../fish/guestfish-actions.pod:532
21028 msgid "blockdev-setrw"
21029 msgstr ""
21030
21031 #. type: verbatim
21032 #: ../fish/guestfish-actions.pod:534
21033 #, no-wrap
21034 msgid ""
21035 " blockdev-setrw device\n"
21036 "\n"
21037 msgstr ""
21038
21039 #. type: =head2
21040 #: ../fish/guestfish-actions.pod:540
21041 msgid "case-sensitive-path"
21042 msgstr ""
21043
21044 #. type: verbatim
21045 #: ../fish/guestfish-actions.pod:542
21046 #, no-wrap
21047 msgid ""
21048 " case-sensitive-path path\n"
21049 "\n"
21050 msgstr ""
21051
21052 #. type: textblock
21053 #: ../fish/guestfish-actions.pod:566
21054 msgid ""
21055 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return "
21056 "C<\"/WINDOWS/system32\"> (the exact return value would depend on details of "
21057 "how the directories were originally created under Windows)."
21058 msgstr ""
21059
21060 #. type: textblock
21061 #: ../fish/guestfish-actions.pod:574
21062 msgid "See also L</realpath>."
21063 msgstr ""
21064
21065 #. type: =head2
21066 #: ../fish/guestfish-actions.pod:576
21067 msgid "cat"
21068 msgstr ""
21069
21070 #. type: verbatim
21071 #: ../fish/guestfish-actions.pod:578
21072 #, no-wrap
21073 msgid ""
21074 " cat path\n"
21075 "\n"
21076 msgstr ""
21077
21078 #. type: textblock
21079 #: ../fish/guestfish-actions.pod:582
21080 msgid ""
21081 "Note that this function cannot correctly handle binary files (specifically, "
21082 "files containing C<\\0> character which is treated as end of string).  For "
21083 "those you need to use the L</read-file> or L</download> functions which have "
21084 "a more complex interface."
21085 msgstr ""
21086
21087 #. type: =head2
21088 #: ../fish/guestfish-actions.pod:590
21089 msgid "checksum"
21090 msgstr ""
21091
21092 #. type: verbatim
21093 #: ../fish/guestfish-actions.pod:592
21094 #, no-wrap
21095 msgid ""
21096 " checksum csumtype path\n"
21097 "\n"
21098 msgstr ""
21099
21100 #. type: textblock
21101 #: ../fish/guestfish-actions.pod:635
21102 msgid "To get the checksum for a device, use L</checksum-device>."
21103 msgstr ""
21104
21105 #. type: textblock
21106 #: ../fish/guestfish-actions.pod:637
21107 msgid "To get the checksums for many files, use L</checksums-out>."
21108 msgstr ""
21109
21110 #. type: =head2
21111 #: ../fish/guestfish-actions.pod:639
21112 msgid "checksum-device"
21113 msgstr ""
21114
21115 #. type: verbatim
21116 #: ../fish/guestfish-actions.pod:641
21117 #, no-wrap
21118 msgid ""
21119 " checksum-device csumtype device\n"
21120 "\n"
21121 msgstr ""
21122
21123 #. type: textblock
21124 #: ../fish/guestfish-actions.pod:643
21125 msgid ""
21126 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
21127 "device named C<device>.  For the types of checksums supported see the "
21128 "L</checksum> command."
21129 msgstr ""
21130
21131 #. type: =head2
21132 #: ../fish/guestfish-actions.pod:647
21133 msgid "checksums-out"
21134 msgstr ""
21135
21136 #. type: verbatim
21137 #: ../fish/guestfish-actions.pod:649
21138 #, no-wrap
21139 msgid ""
21140 " checksums-out csumtype directory (sumsfile|-)\n"
21141 "\n"
21142 msgstr ""
21143
21144 #. type: =head2
21145 #: ../fish/guestfish-actions.pod:665
21146 msgid "chmod"
21147 msgstr ""
21148
21149 #. type: verbatim
21150 #: ../fish/guestfish-actions.pod:667
21151 #, no-wrap
21152 msgid ""
21153 " chmod mode path\n"
21154 "\n"
21155 msgstr ""
21156
21157 #. type: =head2
21158 #: ../fish/guestfish-actions.pod:678
21159 msgid "chown"
21160 msgstr ""
21161
21162 #. type: verbatim
21163 #: ../fish/guestfish-actions.pod:680
21164 #, no-wrap
21165 msgid ""
21166 " chown owner group path\n"
21167 "\n"
21168 msgstr ""
21169
21170 #. type: =head2
21171 #: ../fish/guestfish-actions.pod:688
21172 msgid "command"
21173 msgstr ""
21174
21175 #. type: verbatim
21176 #: ../fish/guestfish-actions.pod:690
21177 #, no-wrap
21178 msgid ""
21179 " command 'arguments ...'\n"
21180 "\n"
21181 msgstr ""
21182
21183 #. type: textblock
21184 #: ../fish/guestfish-actions.pod:697
21185 msgid ""
21186 "The single parameter is an argv-style list of arguments.  The first element "
21187 "is the name of the program to run.  Subsequent elements are parameters.  The "
21188 "list must be non-empty (ie. must contain a program name).  Note that the "
21189 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
21190 msgstr ""
21191
21192 #. type: =head2
21193 #: ../fish/guestfish-actions.pod:725
21194 msgid "command-lines"
21195 msgstr ""
21196
21197 #. type: verbatim
21198 #: ../fish/guestfish-actions.pod:727
21199 #, no-wrap
21200 msgid ""
21201 " command-lines 'arguments ...'\n"
21202 "\n"
21203 msgstr ""
21204
21205 #. type: textblock
21206 #: ../fish/guestfish-actions.pod:729
21207 msgid "This is the same as L</command>, but splits the result into a list of lines."
21208 msgstr ""
21209
21210 #. type: textblock
21211 #: ../fish/guestfish-actions.pod:732
21212 msgid "See also: L</sh-lines>"
21213 msgstr ""
21214
21215 #. type: =head2
21216 #: ../fish/guestfish-actions.pod:737
21217 msgid "config"
21218 msgstr ""
21219
21220 #. type: verbatim
21221 #: ../fish/guestfish-actions.pod:739
21222 #, no-wrap
21223 msgid ""
21224 " config qemuparam qemuvalue\n"
21225 "\n"
21226 msgstr ""
21227
21228 #. type: =head2
21229 #: ../fish/guestfish-actions.pod:750
21230 msgid "copy-size"
21231 msgstr ""
21232
21233 #. type: verbatim
21234 #: ../fish/guestfish-actions.pod:752
21235 #, no-wrap
21236 msgid ""
21237 " copy-size src dest size\n"
21238 "\n"
21239 msgstr ""
21240
21241 #. type: =head2
21242 #: ../fish/guestfish-actions.pod:760
21243 msgid "cp"
21244 msgstr ""
21245
21246 #. type: verbatim
21247 #: ../fish/guestfish-actions.pod:762
21248 #, no-wrap
21249 msgid ""
21250 " cp src dest\n"
21251 "\n"
21252 msgstr ""
21253
21254 #. type: =head2
21255 #: ../fish/guestfish-actions.pod:767
21256 msgid "cp-a"
21257 msgstr ""
21258
21259 #. type: verbatim
21260 #: ../fish/guestfish-actions.pod:769
21261 #, no-wrap
21262 msgid ""
21263 " cp-a src dest\n"
21264 "\n"
21265 msgstr ""
21266
21267 #. type: =head2
21268 #: ../fish/guestfish-actions.pod:774
21269 msgid "dd"
21270 msgstr ""
21271
21272 #. type: verbatim
21273 #: ../fish/guestfish-actions.pod:776
21274 #, no-wrap
21275 msgid ""
21276 " dd src dest\n"
21277 "\n"
21278 msgstr ""
21279
21280 #. type: textblock
21281 #: ../fish/guestfish-actions.pod:783
21282 msgid ""
21283 "If the destination is a device, it must be as large or larger than the "
21284 "source file or device, otherwise the copy will fail.  This command cannot do "
21285 "partial copies (see L</copy-size>)."
21286 msgstr ""
21287
21288 #. type: =head2
21289 #: ../fish/guestfish-actions.pod:787
21290 msgid "df"
21291 msgstr ""
21292
21293 #. type: verbatim
21294 #: ../fish/guestfish-actions.pod:789
21295 #, no-wrap
21296 msgid ""
21297 " df\n"
21298 "\n"
21299 msgstr ""
21300
21301 #. type: textblock
21302 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
21303 msgid ""
21304 "This command is mostly useful for interactive sessions.  It is I<not> "
21305 "intended that you try to parse the output string.  Use L</statvfs> from "
21306 "programs."
21307 msgstr ""
21308
21309 #. type: =head2
21310 #: ../fish/guestfish-actions.pod:797
21311 msgid "df-h"
21312 msgstr ""
21313
21314 #. type: verbatim
21315 #: ../fish/guestfish-actions.pod:799
21316 #, no-wrap
21317 msgid ""
21318 " df-h\n"
21319 "\n"
21320 msgstr ""
21321
21322 #. type: =head2
21323 #: ../fish/guestfish-actions.pod:808
21324 msgid "dmesg"
21325 msgstr ""
21326
21327 #. type: verbatim
21328 #: ../fish/guestfish-actions.pod:810
21329 #, no-wrap
21330 msgid ""
21331 " dmesg\n"
21332 "\n"
21333 msgstr ""
21334
21335 #. type: textblock
21336 #: ../fish/guestfish-actions.pod:816
21337 msgid ""
21338 "Another way to get the same information is to enable verbose messages with "
21339 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
21340 "before running the program."
21341 msgstr ""
21342
21343 #. type: =head2
21344 #: ../fish/guestfish-actions.pod:821
21345 msgid "download"
21346 msgstr ""
21347
21348 #. type: verbatim
21349 #: ../fish/guestfish-actions.pod:823
21350 #, no-wrap
21351 msgid ""
21352 " download remotefilename (filename|-)\n"
21353 "\n"
21354 msgstr ""
21355
21356 #. type: textblock
21357 #: ../fish/guestfish-actions.pod:830
21358 msgid "See also L</upload>, L</cat>."
21359 msgstr ""
21360
21361 #. type: =head2
21362 #: ../fish/guestfish-actions.pod:834
21363 msgid "download-offset"
21364 msgstr ""
21365
21366 #. type: verbatim
21367 #: ../fish/guestfish-actions.pod:836
21368 #, no-wrap
21369 msgid ""
21370 " download-offset remotefilename (filename|-) offset size\n"
21371 "\n"
21372 msgstr ""
21373
21374 #. type: textblock
21375 #: ../fish/guestfish-actions.pod:844
21376 msgid ""
21377 "Note that there is no limit on the amount of data that can be downloaded "
21378 "with this call, unlike with L</pread>, and this call always reads the full "
21379 "amount unless an error occurs."
21380 msgstr ""
21381
21382 #. type: textblock
21383 #: ../fish/guestfish-actions.pod:849
21384 msgid "See also L</download>, L</pread>."
21385 msgstr ""
21386
21387 #. type: =head2
21388 #: ../fish/guestfish-actions.pod:853
21389 msgid "drop-caches"
21390 msgstr ""
21391
21392 #. type: verbatim
21393 #: ../fish/guestfish-actions.pod:855
21394 #, no-wrap
21395 msgid ""
21396 " drop-caches whattodrop\n"
21397 "\n"
21398 msgstr ""
21399
21400 #. type: =head2
21401 #: ../fish/guestfish-actions.pod:867
21402 msgid "du"
21403 msgstr ""
21404
21405 #. type: verbatim
21406 #: ../fish/guestfish-actions.pod:869
21407 #, no-wrap
21408 msgid ""
21409 " du path\n"
21410 "\n"
21411 msgstr ""
21412
21413 #. type: =head2
21414 #: ../fish/guestfish-actions.pod:881
21415 msgid "e2fsck-f"
21416 msgstr ""
21417
21418 #. type: verbatim
21419 #: ../fish/guestfish-actions.pod:883
21420 #, no-wrap
21421 msgid ""
21422 " e2fsck-f device\n"
21423 "\n"
21424 msgstr ""
21425
21426 #. type: textblock
21427 #: ../fish/guestfish-actions.pod:889
21428 msgid ""
21429 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
21430 "should use L</fsck>."
21431 msgstr ""
21432
21433 #. type: =head2
21434 #: ../fish/guestfish-actions.pod:892
21435 msgid "echo-daemon"
21436 msgstr ""
21437
21438 #. type: verbatim
21439 #: ../fish/guestfish-actions.pod:894
21440 #, no-wrap
21441 msgid ""
21442 " echo-daemon 'words ...'\n"
21443 "\n"
21444 msgstr ""
21445
21446 #. type: textblock
21447 #: ../fish/guestfish-actions.pod:901
21448 msgid "See also L</ping-daemon>."
21449 msgstr ""
21450
21451 #. type: =head2
21452 #: ../fish/guestfish-actions.pod:903
21453 msgid "egrep"
21454 msgstr ""
21455
21456 #. type: verbatim
21457 #: ../fish/guestfish-actions.pod:905
21458 #, no-wrap
21459 msgid ""
21460 " egrep regex path\n"
21461 "\n"
21462 msgstr ""
21463
21464 #. type: =head2
21465 #: ../fish/guestfish-actions.pod:913
21466 msgid "egrepi"
21467 msgstr ""
21468
21469 #. type: verbatim
21470 #: ../fish/guestfish-actions.pod:915
21471 #, no-wrap
21472 msgid ""
21473 " egrepi regex path\n"
21474 "\n"
21475 msgstr ""
21476
21477 #. type: =head2
21478 #: ../fish/guestfish-actions.pod:923
21479 msgid "equal"
21480 msgstr ""
21481
21482 #. type: verbatim
21483 #: ../fish/guestfish-actions.pod:925
21484 #, no-wrap
21485 msgid ""
21486 " equal file1 file2\n"
21487 "\n"
21488 msgstr ""
21489
21490 #. type: =head2
21491 #: ../fish/guestfish-actions.pod:932
21492 msgid "exists"
21493 msgstr ""
21494
21495 #. type: verbatim
21496 #: ../fish/guestfish-actions.pod:934
21497 #, no-wrap
21498 msgid ""
21499 " exists path\n"
21500 "\n"
21501 msgstr ""
21502
21503 #. type: textblock
21504 #: ../fish/guestfish-actions.pod:939
21505 msgid "See also L</is-file>, L</is-dir>, L</stat>."
21506 msgstr ""
21507
21508 #. type: =head2
21509 #: ../fish/guestfish-actions.pod:941
21510 msgid "fallocate"
21511 msgstr ""
21512
21513 #. type: verbatim
21514 #: ../fish/guestfish-actions.pod:943
21515 #, no-wrap
21516 msgid ""
21517 " fallocate path len\n"
21518 "\n"
21519 msgstr ""
21520
21521 #. type: =head2
21522 #: ../fish/guestfish-actions.pod:960
21523 msgid "fallocate64"
21524 msgstr ""
21525
21526 #. type: verbatim
21527 #: ../fish/guestfish-actions.pod:962
21528 #, no-wrap
21529 msgid ""
21530 " fallocate64 path len\n"
21531 "\n"
21532 msgstr ""
21533
21534 #. type: textblock
21535 #: ../fish/guestfish-actions.pod:968
21536 msgid ""
21537 "Note that this call allocates disk blocks for the file.  To create a sparse "
21538 "file use L</truncate-size> instead."
21539 msgstr ""
21540
21541 #. type: textblock
21542 #: ../fish/guestfish-actions.pod:971
21543 msgid ""
21544 "The deprecated call L</fallocate> does the same, but owing to an oversight "
21545 "it only allowed 30 bit lengths to be specified, effectively limiting the "
21546 "maximum size of files created through that call to 1GB."
21547 msgstr ""
21548
21549 #. type: =head2
21550 #: ../fish/guestfish-actions.pod:980
21551 msgid "fgrep"
21552 msgstr ""
21553
21554 #. type: verbatim
21555 #: ../fish/guestfish-actions.pod:982
21556 #, no-wrap
21557 msgid ""
21558 " fgrep pattern path\n"
21559 "\n"
21560 msgstr ""
21561
21562 #. type: =head2
21563 #: ../fish/guestfish-actions.pod:990
21564 msgid "fgrepi"
21565 msgstr ""
21566
21567 #. type: verbatim
21568 #: ../fish/guestfish-actions.pod:992
21569 #, no-wrap
21570 msgid ""
21571 " fgrepi pattern path\n"
21572 "\n"
21573 msgstr ""
21574
21575 #. type: =head2
21576 #: ../fish/guestfish-actions.pod:1000
21577 msgid "file"
21578 msgstr ""
21579
21580 #. type: verbatim
21581 #: ../fish/guestfish-actions.pod:1002
21582 #, no-wrap
21583 msgid ""
21584 " file path\n"
21585 "\n"
21586 msgstr ""
21587
21588 #. type: textblock
21589 #: ../fish/guestfish-actions.pod:1014
21590 msgid ""
21591 "This command can also be used on C</dev/> devices (and partitions, LV "
21592 "names).  You can for example use this to determine if a device contains a "
21593 "filesystem, although it's usually better to use L</vfs-type>."
21594 msgstr ""
21595
21596 #. type: =head2
21597 #: ../fish/guestfish-actions.pod:1024
21598 msgid "file-architecture"
21599 msgstr ""
21600
21601 #. type: verbatim
21602 #: ../fish/guestfish-actions.pod:1026
21603 #, no-wrap
21604 msgid ""
21605 " file-architecture filename\n"
21606 "\n"
21607 msgstr ""
21608
21609 #. type: =head2
21610 #: ../fish/guestfish-actions.pod:1129
21611 msgid "filesize"
21612 msgstr ""
21613
21614 #. type: verbatim
21615 #: ../fish/guestfish-actions.pod:1131
21616 #, no-wrap
21617 msgid ""
21618 " filesize file\n"
21619 "\n"
21620 msgstr ""
21621
21622 #. type: textblock
21623 #: ../fish/guestfish-actions.pod:1135
21624 msgid ""
21625 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, "
21626 "L</is-file> etc.  To get the size of block devices, use "
21627 "L</blockdev-getsize64>."
21628 msgstr ""
21629
21630 #. type: =head2
21631 #: ../fish/guestfish-actions.pod:1139
21632 msgid "fill"
21633 msgstr ""
21634
21635 #. type: verbatim
21636 #: ../fish/guestfish-actions.pod:1141
21637 #, no-wrap
21638 msgid ""
21639 " fill c len path\n"
21640 "\n"
21641 msgstr ""
21642
21643 #. type: textblock
21644 #: ../fish/guestfish-actions.pod:1147
21645 msgid ""
21646 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
21647 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
21648 "L</fill-pattern>."
21649 msgstr ""
21650
21651 #. type: =head2
21652 #: ../fish/guestfish-actions.pod:1152
21653 msgid "fill-pattern"
21654 msgstr ""
21655
21656 #. type: verbatim
21657 #: ../fish/guestfish-actions.pod:1154
21658 #, no-wrap
21659 msgid ""
21660 " fill-pattern pattern len path\n"
21661 "\n"
21662 msgstr ""
21663
21664 #. type: textblock
21665 #: ../fish/guestfish-actions.pod:1156
21666 msgid ""
21667 "This function is like L</fill> except that it creates a new file of length "
21668 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
21669 "is truncated if necessary to ensure the length of the file is exactly C<len> "
21670 "bytes."
21671 msgstr ""
21672
21673 #. type: =head2
21674 #: ../fish/guestfish-actions.pod:1161
21675 msgid "find"
21676 msgstr ""
21677
21678 #. type: verbatim
21679 #: ../fish/guestfish-actions.pod:1163
21680 #, no-wrap
21681 msgid ""
21682 " find directory\n"
21683 "\n"
21684 msgstr ""
21685
21686 #. type: textblock
21687 #: ../fish/guestfish-actions.pod:1177
21688 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
21689 msgstr ""
21690
21691 #. type: textblock
21692 #: ../fish/guestfish-actions.pod:1190
21693 msgid "See also L</find0>."
21694 msgstr ""
21695
21696 #. type: =head2
21697 #: ../fish/guestfish-actions.pod:1195
21698 msgid "find0"
21699 msgstr ""
21700
21701 #. type: verbatim
21702 #: ../fish/guestfish-actions.pod:1197
21703 #, no-wrap
21704 msgid ""
21705 " find0 directory (files|-)\n"
21706 "\n"
21707 msgstr ""
21708
21709 #. type: textblock
21710 #: ../fish/guestfish-actions.pod:1203
21711 msgid "This command works the same way as L</find> with the following exceptions:"
21712 msgstr ""
21713
21714 #. type: =head2
21715 #: ../fish/guestfish-actions.pod:1230
21716 msgid "findfs-label"
21717 msgstr ""
21718
21719 #. type: verbatim
21720 #: ../fish/guestfish-actions.pod:1232
21721 #, no-wrap
21722 msgid ""
21723 " findfs-label label\n"
21724 "\n"
21725 msgstr ""
21726
21727 #. type: textblock
21728 #: ../fish/guestfish-actions.pod:1238
21729 msgid "To find the label of a filesystem, use L</vfs-label>."
21730 msgstr ""
21731
21732 #. type: =head2
21733 #: ../fish/guestfish-actions.pod:1240
21734 msgid "findfs-uuid"
21735 msgstr ""
21736
21737 #. type: verbatim
21738 #: ../fish/guestfish-actions.pod:1242
21739 #, no-wrap
21740 msgid ""
21741 " findfs-uuid uuid\n"
21742 "\n"
21743 msgstr ""
21744
21745 #. type: textblock
21746 #: ../fish/guestfish-actions.pod:1248
21747 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
21748 msgstr ""
21749
21750 #. type: =head2
21751 #: ../fish/guestfish-actions.pod:1250
21752 msgid "fsck"
21753 msgstr ""
21754
21755 #. type: verbatim
21756 #: ../fish/guestfish-actions.pod:1252
21757 #, no-wrap
21758 msgid ""
21759 " fsck fstype device\n"
21760 "\n"
21761 msgstr ""
21762
21763 #. type: =head2
21764 #: ../fish/guestfish-actions.pod:1282
21765 msgid "get-append"
21766 msgstr ""
21767
21768 #. type: verbatim
21769 #: ../fish/guestfish-actions.pod:1284
21770 #, no-wrap
21771 msgid ""
21772 " get-append\n"
21773 "\n"
21774 msgstr ""
21775
21776 #. type: =head2
21777 #: ../fish/guestfish-actions.pod:1291
21778 msgid "get-attach-method"
21779 msgstr ""
21780
21781 #. type: verbatim
21782 #: ../fish/guestfish-actions.pod:1293
21783 #, no-wrap
21784 msgid ""
21785 " get-attach-method\n"
21786 "\n"
21787 msgstr ""
21788
21789 #. type: textblock
21790 #: ../fish/guestfish-actions.pod:1295
21791 msgid "Return the current attach method.  See L</set-attach-method>."
21792 msgstr ""
21793
21794 #. type: =head2
21795 #: ../fish/guestfish-actions.pod:1297
21796 msgid "get-autosync"
21797 msgstr ""
21798
21799 #. type: verbatim
21800 #: ../fish/guestfish-actions.pod:1299
21801 #, no-wrap
21802 msgid ""
21803 " get-autosync\n"
21804 "\n"
21805 msgstr ""
21806
21807 #. type: =head2
21808 #: ../fish/guestfish-actions.pod:1303
21809 msgid "get-direct"
21810 msgstr ""
21811
21812 #. type: verbatim
21813 #: ../fish/guestfish-actions.pod:1305
21814 #, no-wrap
21815 msgid ""
21816 " get-direct\n"
21817 "\n"
21818 msgstr ""
21819
21820 #. type: =head2
21821 #: ../fish/guestfish-actions.pod:1309
21822 msgid "get-e2label"
21823 msgstr ""
21824
21825 #. type: verbatim
21826 #: ../fish/guestfish-actions.pod:1311
21827 #, no-wrap
21828 msgid ""
21829 " get-e2label device\n"
21830 "\n"
21831 msgstr ""
21832
21833 #. type: =head2
21834 #: ../fish/guestfish-actions.pod:1323
21835 msgid "get-e2uuid"
21836 msgstr ""
21837
21838 #. type: verbatim
21839 #: ../fish/guestfish-actions.pod:1325
21840 #, no-wrap
21841 msgid ""
21842 " get-e2uuid device\n"
21843 "\n"
21844 msgstr ""
21845
21846 #. type: =head2
21847 #: ../fish/guestfish-actions.pod:1337
21848 msgid "get-memsize"
21849 msgstr ""
21850
21851 #. type: verbatim
21852 #: ../fish/guestfish-actions.pod:1339
21853 #, no-wrap
21854 msgid ""
21855 " get-memsize\n"
21856 "\n"
21857 msgstr ""
21858
21859 #. type: textblock
21860 #: ../fish/guestfish-actions.pod:1344
21861 msgid ""
21862 "If L</set-memsize> was not called on this handle, and if "
21863 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
21864 "value for memsize."
21865 msgstr ""
21866
21867 #. type: =head2
21868 #: ../fish/guestfish-actions.pod:1351
21869 msgid "get-network"
21870 msgstr ""
21871
21872 #. type: verbatim
21873 #: ../fish/guestfish-actions.pod:1353
21874 #, no-wrap
21875 msgid ""
21876 " get-network\n"
21877 "\n"
21878 msgstr ""
21879
21880 #. type: =head2
21881 #: ../fish/guestfish-actions.pod:1357
21882 msgid "get-path"
21883 msgstr ""
21884
21885 #. type: verbatim
21886 #: ../fish/guestfish-actions.pod:1359
21887 #, no-wrap
21888 msgid ""
21889 " get-path\n"
21890 "\n"
21891 msgstr ""
21892
21893 #. type: =head2
21894 #: ../fish/guestfish-actions.pod:1366
21895 msgid "get-pid"
21896 msgstr ""
21897
21898 #. type: =head2
21899 #: ../fish/guestfish-actions.pod:1368
21900 msgid "pid"
21901 msgstr ""
21902
21903 #. type: verbatim
21904 #: ../fish/guestfish-actions.pod:1370
21905 #, no-wrap
21906 msgid ""
21907 " get-pid\n"
21908 "\n"
21909 msgstr ""
21910
21911 #. type: =head2
21912 #: ../fish/guestfish-actions.pod:1377
21913 msgid "get-qemu"
21914 msgstr ""
21915
21916 #. type: verbatim
21917 #: ../fish/guestfish-actions.pod:1379
21918 #, no-wrap
21919 msgid ""
21920 " get-qemu\n"
21921 "\n"
21922 msgstr ""
21923
21924 #. type: =head2
21925 #: ../fish/guestfish-actions.pod:1386
21926 msgid "get-recovery-proc"
21927 msgstr ""
21928
21929 #. type: verbatim
21930 #: ../fish/guestfish-actions.pod:1388
21931 #, no-wrap
21932 msgid ""
21933 " get-recovery-proc\n"
21934 "\n"
21935 msgstr ""
21936
21937 #. type: =head2
21938 #: ../fish/guestfish-actions.pod:1392
21939 msgid "get-selinux"
21940 msgstr ""
21941
21942 #. type: verbatim
21943 #: ../fish/guestfish-actions.pod:1394
21944 #, no-wrap
21945 msgid ""
21946 " get-selinux\n"
21947 "\n"
21948 msgstr ""
21949
21950 #. type: textblock
21951 #: ../fish/guestfish-actions.pod:1396
21952 msgid ""
21953 "This returns the current setting of the selinux flag which is passed to the "
21954 "appliance at boot time.  See L</set-selinux>."
21955 msgstr ""
21956
21957 #. type: =head2
21958 #: ../fish/guestfish-actions.pod:1402
21959 msgid "get-state"
21960 msgstr ""
21961
21962 #. type: verbatim
21963 #: ../fish/guestfish-actions.pod:1404
21964 #, no-wrap
21965 msgid ""
21966 " get-state\n"
21967 "\n"
21968 msgstr ""
21969
21970 #. type: =head2
21971 #: ../fish/guestfish-actions.pod:1411
21972 msgid "get-trace"
21973 msgstr ""
21974
21975 #. type: verbatim
21976 #: ../fish/guestfish-actions.pod:1413
21977 #, no-wrap
21978 msgid ""
21979 " get-trace\n"
21980 "\n"
21981 msgstr ""
21982
21983 #. type: =head2
21984 #: ../fish/guestfish-actions.pod:1417
21985 msgid "get-umask"
21986 msgstr ""
21987
21988 #. type: verbatim
21989 #: ../fish/guestfish-actions.pod:1419
21990 #, no-wrap
21991 msgid ""
21992 " get-umask\n"
21993 "\n"
21994 msgstr ""
21995
21996 #. type: textblock
21997 #: ../fish/guestfish-actions.pod:1421
21998 msgid ""
21999 "Return the current umask.  By default the umask is C<022> unless it has been "
22000 "set by calling L</umask>."
22001 msgstr ""
22002
22003 #. type: =head2
22004 #: ../fish/guestfish-actions.pod:1424
22005 msgid "get-verbose"
22006 msgstr ""
22007
22008 #. type: verbatim
22009 #: ../fish/guestfish-actions.pod:1426
22010 #, no-wrap
22011 msgid ""
22012 " get-verbose\n"
22013 "\n"
22014 msgstr ""
22015
22016 #. type: =head2
22017 #: ../fish/guestfish-actions.pod:1430
22018 msgid "getcon"
22019 msgstr ""
22020
22021 #. type: verbatim
22022 #: ../fish/guestfish-actions.pod:1432
22023 #, no-wrap
22024 msgid ""
22025 " getcon\n"
22026 "\n"
22027 msgstr ""
22028
22029 #. type: textblock
22030 #: ../fish/guestfish-actions.pod:1436
22031 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
22032 msgstr ""
22033
22034 #. type: =head2
22035 #: ../fish/guestfish-actions.pod:1439
22036 msgid "getxattr"
22037 msgstr ""
22038
22039 #. type: verbatim
22040 #: ../fish/guestfish-actions.pod:1441
22041 #, no-wrap
22042 msgid ""
22043 " getxattr path name\n"
22044 "\n"
22045 msgstr ""
22046
22047 #. type: textblock
22048 #: ../fish/guestfish-actions.pod:1443
22049 msgid ""
22050 "Get a single extended attribute from file C<path> named C<name>.  This call "
22051 "follows symlinks.  If you want to lookup an extended attribute for the "
22052 "symlink itself, use L</lgetxattr>."
22053 msgstr ""
22054
22055 #. type: textblock
22056 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2353
22057 msgid ""
22058 "Normally it is better to get all extended attributes from a file in one go "
22059 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
22060 "buggy and do not provide a way to list out attributes.  For these "
22061 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
22062 "attributes you want in advance and call this function."
22063 msgstr ""
22064
22065 #. type: textblock
22066 #: ../fish/guestfish-actions.pod:1457
22067 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
22068 msgstr ""
22069
22070 #. type: =head2
22071 #: ../fish/guestfish-actions.pod:1459
22072 msgid "getxattrs"
22073 msgstr ""
22074
22075 #. type: verbatim
22076 #: ../fish/guestfish-actions.pod:1461
22077 #, no-wrap
22078 msgid ""
22079 " getxattrs path\n"
22080 "\n"
22081 msgstr ""
22082
22083 #. type: textblock
22084 #: ../fish/guestfish-actions.pod:1469
22085 msgid "See also: L</lgetxattrs>, L<attr(5)>."
22086 msgstr ""
22087
22088 #. type: =head2
22089 #: ../fish/guestfish-actions.pod:1471
22090 msgid "glob-expand"
22091 msgstr ""
22092
22093 #. type: verbatim
22094 #: ../fish/guestfish-actions.pod:1473
22095 #, no-wrap
22096 msgid ""
22097 " glob-expand pattern\n"
22098 "\n"
22099 msgstr ""
22100
22101 #. type: =head2
22102 #: ../fish/guestfish-actions.pod:1486
22103 msgid "grep"
22104 msgstr ""
22105
22106 #. type: verbatim
22107 #: ../fish/guestfish-actions.pod:1488
22108 #, no-wrap
22109 msgid ""
22110 " grep regex path\n"
22111 "\n"
22112 msgstr ""
22113
22114 #. type: =head2
22115 #: ../fish/guestfish-actions.pod:1496
22116 msgid "grepi"
22117 msgstr ""
22118
22119 #. type: verbatim
22120 #: ../fish/guestfish-actions.pod:1498
22121 #, no-wrap
22122 msgid ""
22123 " grepi regex path\n"
22124 "\n"
22125 msgstr ""
22126
22127 #. type: =head2
22128 #: ../fish/guestfish-actions.pod:1506
22129 msgid "grub-install"
22130 msgstr ""
22131
22132 #. type: verbatim
22133 #: ../fish/guestfish-actions.pod:1508
22134 #, no-wrap
22135 msgid ""
22136 " grub-install root device\n"
22137 "\n"
22138 msgstr ""
22139
22140 #. type: =head2
22141 #: ../fish/guestfish-actions.pod:1524
22142 msgid "head"
22143 msgstr ""
22144
22145 #. type: verbatim
22146 #: ../fish/guestfish-actions.pod:1526
22147 #, no-wrap
22148 msgid ""
22149 " head path\n"
22150 "\n"
22151 msgstr ""
22152
22153 #. type: =head2
22154 #: ../fish/guestfish-actions.pod:1534
22155 msgid "head-n"
22156 msgstr ""
22157
22158 #. type: verbatim
22159 #: ../fish/guestfish-actions.pod:1536
22160 #, no-wrap
22161 msgid ""
22162 " head-n nrlines path\n"
22163 "\n"
22164 msgstr ""
22165
22166 #. type: =head2
22167 #: ../fish/guestfish-actions.pod:1549
22168 msgid "hexdump"
22169 msgstr ""
22170
22171 #. type: verbatim
22172 #: ../fish/guestfish-actions.pod:1551
22173 #, no-wrap
22174 msgid ""
22175 " hexdump path\n"
22176 "\n"
22177 msgstr ""
22178
22179 #. type: =head2
22180 #: ../fish/guestfish-actions.pod:1559
22181 msgid "initrd-cat"
22182 msgstr ""
22183
22184 #. type: verbatim
22185 #: ../fish/guestfish-actions.pod:1561
22186 #, no-wrap
22187 msgid ""
22188 " initrd-cat initrdpath filename\n"
22189 "\n"
22190 msgstr ""
22191
22192 #. type: textblock
22193 #: ../fish/guestfish-actions.pod:1573
22194 msgid "See also L</initrd-list>."
22195 msgstr ""
22196
22197 #. type: =head2
22198 #: ../fish/guestfish-actions.pod:1578
22199 msgid "initrd-list"
22200 msgstr ""
22201
22202 #. type: verbatim
22203 #: ../fish/guestfish-actions.pod:1580
22204 #, no-wrap
22205 msgid ""
22206 " initrd-list path\n"
22207 "\n"
22208 msgstr ""
22209
22210 #. type: =head2
22211 #: ../fish/guestfish-actions.pod:1592
22212 msgid "inotify-add-watch"
22213 msgstr ""
22214
22215 #. type: verbatim
22216 #: ../fish/guestfish-actions.pod:1594
22217 #, no-wrap
22218 msgid ""
22219 " inotify-add-watch path mask\n"
22220 "\n"
22221 msgstr ""
22222
22223 #. type: =head2
22224 #: ../fish/guestfish-actions.pod:1606
22225 msgid "inotify-close"
22226 msgstr ""
22227
22228 #. type: verbatim
22229 #: ../fish/guestfish-actions.pod:1608
22230 #, no-wrap
22231 msgid ""
22232 " inotify-close\n"
22233 "\n"
22234 msgstr ""
22235
22236 #. type: =head2
22237 #: ../fish/guestfish-actions.pod:1614
22238 msgid "inotify-files"
22239 msgstr ""
22240
22241 #. type: verbatim
22242 #: ../fish/guestfish-actions.pod:1616
22243 #, no-wrap
22244 msgid ""
22245 " inotify-files\n"
22246 "\n"
22247 msgstr ""
22248
22249 #. type: textblock
22250 #: ../fish/guestfish-actions.pod:1618
22251 msgid ""
22252 "This function is a helpful wrapper around L</inotify-read> which just "
22253 "returns a list of pathnames of objects that were touched.  The returned "
22254 "pathnames are sorted and deduplicated."
22255 msgstr ""
22256
22257 #. type: =head2
22258 #: ../fish/guestfish-actions.pod:1622
22259 msgid "inotify-init"
22260 msgstr ""
22261
22262 #. type: verbatim
22263 #: ../fish/guestfish-actions.pod:1624
22264 #, no-wrap
22265 msgid ""
22266 " inotify-init maxevents\n"
22267 "\n"
22268 msgstr ""
22269
22270 #. type: textblock
22271 #: ../fish/guestfish-actions.pod:1630
22272 msgid ""
22273 "C<maxevents> is the maximum number of events which will be queued up between "
22274 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
22275 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
22276 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
22277 "but records the fact that it threw them away by setting a flag "
22278 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
22279 msgstr ""
22280
22281 #. type: textblock
22282 #: ../fish/guestfish-actions.pod:1640
22283 msgid ""
22284 "Before any events are generated, you have to add some watches to the "
22285 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
22286 "L</inotify-watch-all>."
22287 msgstr ""
22288
22289 #. type: textblock
22290 #: ../fish/guestfish-actions.pod:1646
22291 msgid ""
22292 "Queued up events should be read periodically by calling L</inotify-read> (or "
22293 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
22294 "If you don't read the events out often enough then you risk the internal "
22295 "queue overflowing."
22296 msgstr ""
22297
22298 #. type: textblock
22299 #: ../fish/guestfish-actions.pod:1653
22300 msgid ""
22301 "The handle should be closed after use by calling L</inotify-close>.  This "
22302 "also removes any watches automatically."
22303 msgstr ""
22304
22305 #. type: =head2
22306 #: ../fish/guestfish-actions.pod:1662
22307 msgid "inotify-read"
22308 msgstr ""
22309
22310 #. type: verbatim
22311 #: ../fish/guestfish-actions.pod:1664
22312 #, no-wrap
22313 msgid ""
22314 " inotify-read\n"
22315 "\n"
22316 msgstr ""
22317
22318 #. type: =head2
22319 #: ../fish/guestfish-actions.pod:1677
22320 msgid "inotify-rm-watch"
22321 msgstr ""
22322
22323 #. type: verbatim
22324 #: ../fish/guestfish-actions.pod:1679
22325 #, no-wrap
22326 msgid ""
22327 " inotify-rm-watch wd\n"
22328 "\n"
22329 msgstr ""
22330
22331 #. type: textblock
22332 #: ../fish/guestfish-actions.pod:1681
22333 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
22334 msgstr ""
22335
22336 #. type: =head2
22337 #: ../fish/guestfish-actions.pod:1684
22338 msgid "inspect-get-arch"
22339 msgstr ""
22340
22341 #. type: verbatim
22342 #: ../fish/guestfish-actions.pod:1686
22343 #, no-wrap
22344 msgid ""
22345 " inspect-get-arch root\n"
22346 "\n"
22347 msgstr ""
22348
22349 #. type: textblock
22350 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704 ../fish/guestfish-actions.pod:1778 ../fish/guestfish-actions.pod:1796 ../fish/guestfish-actions.pod:1830 ../fish/guestfish-actions.pod:1845 ../fish/guestfish-actions.pod:1866 ../fish/guestfish-actions.pod:1881 ../fish/guestfish-actions.pod:1908 ../fish/guestfish-actions.pod:1930 ../fish/guestfish-actions.pod:1954 ../fish/guestfish-actions.pod:1984 ../fish/guestfish-actions.pod:2019 ../fish/guestfish-actions.pod:2035 ../fish/guestfish-actions.pod:2048 ../fish/guestfish-actions.pod:2061 ../fish/guestfish-actions.pod:2076
22351 msgid ""
22352 "This function should only be called with a root device string as returned by "
22353 "L</inspect-os>."
22354 msgstr ""
22355
22356 #. type: textblock
22357 #: ../fish/guestfish-actions.pod:1691
22358 msgid ""
22359 "This returns the architecture of the inspected operating system.  The "
22360 "possible return values are listed under L</file-architecture>."
22361 msgstr ""
22362
22363 #. type: =head2
22364 #: ../fish/guestfish-actions.pod:1700
22365 msgid "inspect-get-distro"
22366 msgstr ""
22367
22368 #. type: verbatim
22369 #: ../fish/guestfish-actions.pod:1702
22370 #, no-wrap
22371 msgid ""
22372 " inspect-get-distro root\n"
22373 "\n"
22374 msgstr ""
22375
22376 #. type: =head2
22377 #: ../fish/guestfish-actions.pod:1774
22378 msgid "inspect-get-filesystems"
22379 msgstr ""
22380
22381 #. type: verbatim
22382 #: ../fish/guestfish-actions.pod:1776
22383 #, no-wrap
22384 msgid ""
22385 " inspect-get-filesystems root\n"
22386 "\n"
22387 msgstr ""
22388
22389 #. type: textblock
22390 #: ../fish/guestfish-actions.pod:1789
22391 msgid ""
22392 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22393 "L</inspect-get-mountpoints>."
22394 msgstr ""
22395
22396 #. type: =head2
22397 #: ../fish/guestfish-actions.pod:1792
22398 msgid "inspect-get-format"
22399 msgstr ""
22400
22401 #. type: verbatim
22402 #: ../fish/guestfish-actions.pod:1794
22403 #, no-wrap
22404 msgid ""
22405 " inspect-get-format root\n"
22406 "\n"
22407 msgstr ""
22408
22409 #. type: =head2
22410 #: ../fish/guestfish-actions.pod:1826
22411 msgid "inspect-get-hostname"
22412 msgstr ""
22413
22414 #. type: verbatim
22415 #: ../fish/guestfish-actions.pod:1828
22416 #, no-wrap
22417 msgid ""
22418 " inspect-get-hostname root\n"
22419 "\n"
22420 msgstr ""
22421
22422 #. type: =head2
22423 #: ../fish/guestfish-actions.pod:1841
22424 msgid "inspect-get-major-version"
22425 msgstr ""
22426
22427 #. type: verbatim
22428 #: ../fish/guestfish-actions.pod:1843
22429 #, no-wrap
22430 msgid ""
22431 " inspect-get-major-version root\n"
22432 "\n"
22433 msgstr ""
22434
22435 #. type: =head2
22436 #: ../fish/guestfish-actions.pod:1862
22437 msgid "inspect-get-minor-version"
22438 msgstr ""
22439
22440 #. type: verbatim
22441 #: ../fish/guestfish-actions.pod:1864
22442 #, no-wrap
22443 msgid ""
22444 " inspect-get-minor-version root\n"
22445 "\n"
22446 msgstr ""
22447
22448 #. type: textblock
22449 #: ../fish/guestfish-actions.pod:1874
22450 msgid ""
22451 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22452 "L</inspect-get-major-version>."
22453 msgstr ""
22454
22455 #. type: =head2
22456 #: ../fish/guestfish-actions.pod:1877
22457 msgid "inspect-get-mountpoints"
22458 msgstr ""
22459
22460 #. type: verbatim
22461 #: ../fish/guestfish-actions.pod:1879
22462 #, no-wrap
22463 msgid ""
22464 " inspect-get-mountpoints root\n"
22465 "\n"
22466 msgstr ""
22467
22468 #. type: textblock
22469 #: ../fish/guestfish-actions.pod:1901
22470 msgid ""
22471 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
22472 "L</inspect-get-filesystems>."
22473 msgstr ""
22474
22475 #. type: =head2
22476 #: ../fish/guestfish-actions.pod:1904
22477 msgid "inspect-get-package-format"
22478 msgstr ""
22479
22480 #. type: verbatim
22481 #: ../fish/guestfish-actions.pod:1906
22482 #, no-wrap
22483 msgid ""
22484 " inspect-get-package-format root\n"
22485 "\n"
22486 msgstr ""
22487
22488 #. type: textblock
22489 #: ../fish/guestfish-actions.pod:1911
22490 msgid ""
22491 "This function and L</inspect-get-package-management> return the package "
22492 "format and package management tool used by the inspected operating system.  "
22493 "For example for Fedora these functions would return C<rpm> (package format) "
22494 "and C<yum> (package management)."
22495 msgstr ""
22496
22497 #. type: =head2
22498 #: ../fish/guestfish-actions.pod:1926
22499 msgid "inspect-get-package-management"
22500 msgstr ""
22501
22502 #. type: verbatim
22503 #: ../fish/guestfish-actions.pod:1928
22504 #, no-wrap
22505 msgid ""
22506 " inspect-get-package-management root\n"
22507 "\n"
22508 msgstr ""
22509
22510 #. type: textblock
22511 #: ../fish/guestfish-actions.pod:1933
22512 msgid ""
22513 "L</inspect-get-package-format> and this function return the package format "
22514 "and package management tool used by the inspected operating system.  For "
22515 "example for Fedora these functions would return C<rpm> (package format) and "
22516 "C<yum> (package management)."
22517 msgstr ""
22518
22519 #. type: =head2
22520 #: ../fish/guestfish-actions.pod:1950
22521 msgid "inspect-get-product-name"
22522 msgstr ""
22523
22524 #. type: verbatim
22525 #: ../fish/guestfish-actions.pod:1952
22526 #, no-wrap
22527 msgid ""
22528 " inspect-get-product-name root\n"
22529 "\n"
22530 msgstr ""
22531
22532 #. type: =head2
22533 #: ../fish/guestfish-actions.pod:1967
22534 msgid "inspect-get-roots"
22535 msgstr ""
22536
22537 #. type: verbatim
22538 #: ../fish/guestfish-actions.pod:1969
22539 #, no-wrap
22540 msgid ""
22541 " inspect-get-roots\n"
22542 "\n"
22543 msgstr ""
22544
22545 #. type: textblock
22546 #: ../fish/guestfish-actions.pod:1971
22547 msgid ""
22548 "This function is a convenient way to get the list of root devices, as "
22549 "returned from a previous call to L</inspect-os>, but without redoing the "
22550 "whole inspection process."
22551 msgstr ""
22552
22553 #. type: textblock
22554 #: ../fish/guestfish-actions.pod:1975
22555 msgid ""
22556 "This returns an empty list if either no root devices were found or the "
22557 "caller has not called L</inspect-os>."
22558 msgstr ""
22559
22560 #. type: =head2
22561 #: ../fish/guestfish-actions.pod:1980
22562 msgid "inspect-get-type"
22563 msgstr ""
22564
22565 #. type: verbatim
22566 #: ../fish/guestfish-actions.pod:1982
22567 #, no-wrap
22568 msgid ""
22569 " inspect-get-type root\n"
22570 "\n"
22571 msgstr ""
22572
22573 #. type: =head2
22574 #: ../fish/guestfish-actions.pod:2015
22575 msgid "inspect-get-windows-systemroot"
22576 msgstr ""
22577
22578 #. type: verbatim
22579 #: ../fish/guestfish-actions.pod:2017
22580 #, no-wrap
22581 msgid ""
22582 " inspect-get-windows-systemroot root\n"
22583 "\n"
22584 msgstr ""
22585
22586 #. type: =head2
22587 #: ../fish/guestfish-actions.pod:2031
22588 msgid "inspect-is-live"
22589 msgstr ""
22590
22591 #. type: verbatim
22592 #: ../fish/guestfish-actions.pod:2033
22593 #, no-wrap
22594 msgid ""
22595 " inspect-is-live root\n"
22596 "\n"
22597 msgstr ""
22598
22599 #. type: textblock
22600 #: ../fish/guestfish-actions.pod:2038
22601 msgid ""
22602 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
22603 "then this returns true if a live image was detected on the disk."
22604 msgstr ""
22605
22606 #. type: =head2
22607 #: ../fish/guestfish-actions.pod:2044
22608 msgid "inspect-is-multipart"
22609 msgstr ""
22610
22611 #. type: verbatim
22612 #: ../fish/guestfish-actions.pod:2046
22613 #, no-wrap
22614 msgid ""
22615 " inspect-is-multipart root\n"
22616 "\n"
22617 msgstr ""
22618
22619 #. type: textblock
22620 #: ../fish/guestfish-actions.pod:2051
22621 msgid ""
22622 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
22623 "then this returns true if the disk is part of a set."
22624 msgstr ""
22625
22626 #. type: =head2
22627 #: ../fish/guestfish-actions.pod:2057
22628 msgid "inspect-is-netinst"
22629 msgstr ""
22630
22631 #. type: verbatim
22632 #: ../fish/guestfish-actions.pod:2059
22633 #, no-wrap
22634 msgid ""
22635 " inspect-is-netinst root\n"
22636 "\n"
22637 msgstr ""
22638
22639 #. type: textblock
22640 #: ../fish/guestfish-actions.pod:2064
22641 msgid ""
22642 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
22643 "then this returns true if the disk is a network installer, ie. not a "
22644 "self-contained install CD but one which is likely to require network access "
22645 "to complete the install."
22646 msgstr ""
22647
22648 #. type: =head2
22649 #: ../fish/guestfish-actions.pod:2072
22650 msgid "inspect-list-applications"
22651 msgstr ""
22652
22653 #. type: verbatim
22654 #: ../fish/guestfish-actions.pod:2074
22655 #, no-wrap
22656 msgid ""
22657 " inspect-list-applications root\n"
22658 "\n"
22659 msgstr ""
22660
22661 #. type: textblock
22662 #: ../fish/guestfish-actions.pod:2081
22663 msgid ""
22664 "I<Note:> This call works differently from other parts of the inspection "
22665 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
22666 "then mount up the disks, before calling this.  Listing applications is a "
22667 "significantly more difficult operation which requires access to the full "
22668 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
22669 "are just returning data cached in the libguestfs handle, this call actually "
22670 "reads parts of the mounted filesystems during the call."
22671 msgstr ""
22672
22673 #. type: =head2
22674 #: ../fish/guestfish-actions.pod:2171
22675 msgid "inspect-os"
22676 msgstr ""
22677
22678 #. type: verbatim
22679 #: ../fish/guestfish-actions.pod:2173
22680 #, no-wrap
22681 msgid ""
22682 " inspect-os\n"
22683 "\n"
22684 msgstr ""
22685
22686 #. type: textblock
22687 #: ../fish/guestfish-actions.pod:2188
22688 msgid ""
22689 "You can pass the root string(s) returned to other L</inspect-get-*> "
22690 "functions in order to query further information about each operating system, "
22691 "such as the name and version."
22692 msgstr ""
22693
22694 #. type: textblock
22695 #: ../fish/guestfish-actions.pod:2193
22696 msgid ""
22697 "This function uses other libguestfs features such as L</mount-ro> and "
22698 "L</umount-all> in order to mount and unmount filesystems and look at the "
22699 "contents.  This should be called with no disks currently mounted.  The "
22700 "function may also use Augeas, so any existing Augeas handle will be closed."
22701 msgstr ""
22702
22703 #. type: textblock
22704 #: ../fish/guestfish-actions.pod:2205 ../fish/guestfish-actions.pod:2381 ../fish/guestfish-actions.pod:2427
22705 msgid "See also L</list-filesystems>."
22706 msgstr ""
22707
22708 #. type: =head2
22709 #: ../fish/guestfish-actions.pod:2207
22710 msgid "is-blockdev"
22711 msgstr ""
22712
22713 #. type: verbatim
22714 #: ../fish/guestfish-actions.pod:2209
22715 #, no-wrap
22716 msgid ""
22717 " is-blockdev path\n"
22718 "\n"
22719 msgstr ""
22720
22721 #. type: textblock
22722 #: ../fish/guestfish-actions.pod:2214 ../fish/guestfish-actions.pod:2232 ../fish/guestfish-actions.pod:2251 ../fish/guestfish-actions.pod:2260 ../fish/guestfish-actions.pod:2270 ../fish/guestfish-actions.pod:2304 ../fish/guestfish-actions.pod:2313
22723 msgid "See also L</stat>."
22724 msgstr ""
22725
22726 #. type: =head2
22727 #: ../fish/guestfish-actions.pod:2216
22728 msgid "is-busy"
22729 msgstr ""
22730
22731 #. type: verbatim
22732 #: ../fish/guestfish-actions.pod:2218
22733 #, no-wrap
22734 msgid ""
22735 " is-busy\n"
22736 "\n"
22737 msgstr ""
22738
22739 #. type: =head2
22740 #: ../fish/guestfish-actions.pod:2225
22741 msgid "is-chardev"
22742 msgstr ""
22743
22744 #. type: verbatim
22745 #: ../fish/guestfish-actions.pod:2227
22746 #, no-wrap
22747 msgid ""
22748 " is-chardev path\n"
22749 "\n"
22750 msgstr ""
22751
22752 #. type: =head2
22753 #: ../fish/guestfish-actions.pod:2234
22754 msgid "is-config"
22755 msgstr ""
22756
22757 #. type: verbatim
22758 #: ../fish/guestfish-actions.pod:2236
22759 #, no-wrap
22760 msgid ""
22761 " is-config\n"
22762 "\n"
22763 msgstr ""
22764
22765 #. type: =head2
22766 #: ../fish/guestfish-actions.pod:2243
22767 msgid "is-dir"
22768 msgstr ""
22769
22770 #. type: verbatim
22771 #: ../fish/guestfish-actions.pod:2245
22772 #, no-wrap
22773 msgid ""
22774 " is-dir path\n"
22775 "\n"
22776 msgstr ""
22777
22778 #. type: =head2
22779 #: ../fish/guestfish-actions.pod:2253
22780 msgid "is-fifo"
22781 msgstr ""
22782
22783 #. type: verbatim
22784 #: ../fish/guestfish-actions.pod:2255
22785 #, no-wrap
22786 msgid ""
22787 " is-fifo path\n"
22788 "\n"
22789 msgstr ""
22790
22791 #. type: =head2
22792 #: ../fish/guestfish-actions.pod:2262
22793 msgid "is-file"
22794 msgstr ""
22795
22796 #. type: verbatim
22797 #: ../fish/guestfish-actions.pod:2264
22798 #, no-wrap
22799 msgid ""
22800 " is-file path\n"
22801 "\n"
22802 msgstr ""
22803
22804 #. type: =head2
22805 #: ../fish/guestfish-actions.pod:2272
22806 msgid "is-launching"
22807 msgstr ""
22808
22809 #. type: verbatim
22810 #: ../fish/guestfish-actions.pod:2274
22811 #, no-wrap
22812 msgid ""
22813 " is-launching\n"
22814 "\n"
22815 msgstr ""
22816
22817 #. type: =head2
22818 #: ../fish/guestfish-actions.pod:2281
22819 msgid "is-lv"
22820 msgstr ""
22821
22822 #. type: verbatim
22823 #: ../fish/guestfish-actions.pod:2283
22824 #, no-wrap
22825 msgid ""
22826 " is-lv device\n"
22827 "\n"
22828 msgstr ""
22829
22830 #. type: =head2
22831 #: ../fish/guestfish-actions.pod:2288
22832 msgid "is-ready"
22833 msgstr ""
22834
22835 #. type: verbatim
22836 #: ../fish/guestfish-actions.pod:2290
22837 #, no-wrap
22838 msgid ""
22839 " is-ready\n"
22840 "\n"
22841 msgstr ""
22842
22843 #. type: =head2
22844 #: ../fish/guestfish-actions.pod:2297
22845 msgid "is-socket"
22846 msgstr ""
22847
22848 #. type: verbatim
22849 #: ../fish/guestfish-actions.pod:2299
22850 #, no-wrap
22851 msgid ""
22852 " is-socket path\n"
22853 "\n"
22854 msgstr ""
22855
22856 #. type: =head2
22857 #: ../fish/guestfish-actions.pod:2306
22858 msgid "is-symlink"
22859 msgstr ""
22860
22861 #. type: verbatim
22862 #: ../fish/guestfish-actions.pod:2308
22863 #, no-wrap
22864 msgid ""
22865 " is-symlink path\n"
22866 "\n"
22867 msgstr ""
22868
22869 #. type: =head2
22870 #: ../fish/guestfish-actions.pod:2315
22871 msgid "kill-subprocess"
22872 msgstr ""
22873
22874 #. type: verbatim
22875 #: ../fish/guestfish-actions.pod:2317
22876 #, no-wrap
22877 msgid ""
22878 " kill-subprocess\n"
22879 "\n"
22880 msgstr ""
22881
22882 #. type: =head2
22883 #: ../fish/guestfish-actions.pod:2321
22884 msgid "launch"
22885 msgstr ""
22886
22887 #. type: =head2
22888 #: ../fish/guestfish-actions.pod:2323
22889 msgid "run"
22890 msgstr ""
22891
22892 #. type: verbatim
22893 #: ../fish/guestfish-actions.pod:2325
22894 #, no-wrap
22895 msgid ""
22896 " launch\n"
22897 "\n"
22898 msgstr ""
22899
22900 #. type: =head2
22901 #: ../fish/guestfish-actions.pod:2333
22902 msgid "lchown"
22903 msgstr ""
22904
22905 #. type: verbatim
22906 #: ../fish/guestfish-actions.pod:2335
22907 #, no-wrap
22908 msgid ""
22909 " lchown owner group path\n"
22910 "\n"
22911 msgstr ""
22912
22913 #. type: textblock
22914 #: ../fish/guestfish-actions.pod:2337
22915 msgid ""
22916 "Change the file owner to C<owner> and group to C<group>.  This is like "
22917 "L</chown> but if C<path> is a symlink then the link itself is changed, not "
22918 "the target."
22919 msgstr ""
22920
22921 #. type: =head2
22922 #: ../fish/guestfish-actions.pod:2345
22923 msgid "lgetxattr"
22924 msgstr ""
22925
22926 #. type: verbatim
22927 #: ../fish/guestfish-actions.pod:2347
22928 #, no-wrap
22929 msgid ""
22930 " lgetxattr path name\n"
22931 "\n"
22932 msgstr ""
22933
22934 #. type: textblock
22935 #: ../fish/guestfish-actions.pod:2363
22936 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
22937 msgstr ""
22938
22939 #. type: =head2
22940 #: ../fish/guestfish-actions.pod:2365
22941 msgid "lgetxattrs"
22942 msgstr ""
22943
22944 #. type: verbatim
22945 #: ../fish/guestfish-actions.pod:2367
22946 #, no-wrap
22947 msgid ""
22948 " lgetxattrs path\n"
22949 "\n"
22950 msgstr ""
22951
22952 #. type: textblock
22953 #: ../fish/guestfish-actions.pod:2369
22954 msgid ""
22955 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
22956 "it returns the extended attributes of the link itself."
22957 msgstr ""
22958
22959 #. type: =head2
22960 #: ../fish/guestfish-actions.pod:2373
22961 msgid "list-devices"
22962 msgstr ""
22963
22964 #. type: verbatim
22965 #: ../fish/guestfish-actions.pod:2375
22966 #, no-wrap
22967 msgid ""
22968 " list-devices\n"
22969 "\n"
22970 msgstr ""
22971
22972 #. type: =head2
22973 #: ../fish/guestfish-actions.pod:2383
22974 msgid "list-filesystems"
22975 msgstr ""
22976
22977 #. type: verbatim
22978 #: ../fish/guestfish-actions.pod:2385
22979 #, no-wrap
22980 msgid ""
22981 " list-filesystems\n"
22982 "\n"
22983 msgstr ""
22984
22985 #. type: textblock
22986 #: ../fish/guestfish-actions.pod:2404
22987 msgid ""
22988 "This command runs other libguestfs commands, which might include L</mount> "
22989 "and L</umount>, and therefore you should use this soon after launch and only "
22990 "when nothing is mounted."
22991 msgstr ""
22992
22993 #. type: textblock
22994 #: ../fish/guestfish-actions.pod:2408
22995 msgid ""
22996 "Not all of the filesystems returned will be mountable.  In particular, swap "
22997 "partitions are returned in the list.  Also this command does not check that "
22998 "each filesystem found is valid and mountable, and some filesystems might be "
22999 "mountable but require special options.  Filesystems may not all belong to a "
23000 "single logical operating system (use L</inspect-os> to look for OSes)."
23001 msgstr ""
23002
23003 #. type: =head2
23004 #: ../fish/guestfish-actions.pod:2416
23005 msgid "list-partitions"
23006 msgstr ""
23007
23008 #. type: verbatim
23009 #: ../fish/guestfish-actions.pod:2418
23010 #, no-wrap
23011 msgid ""
23012 " list-partitions\n"
23013 "\n"
23014 msgstr ""
23015
23016 #. type: textblock
23017 #: ../fish/guestfish-actions.pod:2424
23018 msgid ""
23019 "This does not return logical volumes.  For that you will need to call "
23020 "L</lvs>."
23021 msgstr ""
23022
23023 #. type: =head2
23024 #: ../fish/guestfish-actions.pod:2429
23025 msgid "ll"
23026 msgstr ""
23027
23028 #. type: verbatim
23029 #: ../fish/guestfish-actions.pod:2431
23030 #, no-wrap
23031 msgid ""
23032 " ll directory\n"
23033 "\n"
23034 msgstr ""
23035
23036 #. type: =head2
23037 #: ../fish/guestfish-actions.pod:2439
23038 msgid "ln"
23039 msgstr ""
23040
23041 #. type: verbatim
23042 #: ../fish/guestfish-actions.pod:2441
23043 #, no-wrap
23044 msgid ""
23045 " ln target linkname\n"
23046 "\n"
23047 msgstr ""
23048
23049 #. type: =head2
23050 #: ../fish/guestfish-actions.pod:2445
23051 msgid "ln-f"
23052 msgstr ""
23053
23054 #. type: verbatim
23055 #: ../fish/guestfish-actions.pod:2447
23056 #, no-wrap
23057 msgid ""
23058 " ln-f target linkname\n"
23059 "\n"
23060 msgstr ""
23061
23062 #. type: =head2
23063 #: ../fish/guestfish-actions.pod:2452
23064 msgid "ln-s"
23065 msgstr ""
23066
23067 #. type: verbatim
23068 #: ../fish/guestfish-actions.pod:2454
23069 #, no-wrap
23070 msgid ""
23071 " ln-s target linkname\n"
23072 "\n"
23073 msgstr ""
23074
23075 #. type: =head2
23076 #: ../fish/guestfish-actions.pod:2458
23077 msgid "ln-sf"
23078 msgstr ""
23079
23080 #. type: verbatim
23081 #: ../fish/guestfish-actions.pod:2460
23082 #, no-wrap
23083 msgid ""
23084 " ln-sf target linkname\n"
23085 "\n"
23086 msgstr ""
23087
23088 #. type: =head2
23089 #: ../fish/guestfish-actions.pod:2465
23090 msgid "lremovexattr"
23091 msgstr ""
23092
23093 #. type: verbatim
23094 #: ../fish/guestfish-actions.pod:2467
23095 #, no-wrap
23096 msgid ""
23097 " lremovexattr xattr path\n"
23098 "\n"
23099 msgstr ""
23100
23101 #. type: textblock
23102 #: ../fish/guestfish-actions.pod:2469
23103 msgid ""
23104 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
23105 "it removes an extended attribute of the link itself."
23106 msgstr ""
23107
23108 #. type: =head2
23109 #: ../fish/guestfish-actions.pod:2473
23110 msgid "ls"
23111 msgstr ""
23112
23113 #. type: verbatim
23114 #: ../fish/guestfish-actions.pod:2475
23115 #, no-wrap
23116 msgid ""
23117 " ls directory\n"
23118 "\n"
23119 msgstr ""
23120
23121 #. type: textblock
23122 #: ../fish/guestfish-actions.pod:2481
23123 msgid ""
23124 "This command is mostly useful for interactive sessions.  Programs should "
23125 "probably use L</readdir> instead."
23126 msgstr ""
23127
23128 #. type: =head2
23129 #: ../fish/guestfish-actions.pod:2484
23130 msgid "lsetxattr"
23131 msgstr ""
23132
23133 #. type: verbatim
23134 #: ../fish/guestfish-actions.pod:2486
23135 #, no-wrap
23136 msgid ""
23137 " lsetxattr xattr val vallen path\n"
23138 "\n"
23139 msgstr ""
23140
23141 #. type: textblock
23142 #: ../fish/guestfish-actions.pod:2488
23143 msgid ""
23144 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
23145 "sets an extended attribute of the link itself."
23146 msgstr ""
23147
23148 #. type: =head2
23149 #: ../fish/guestfish-actions.pod:2492
23150 msgid "lstat"
23151 msgstr ""
23152
23153 #. type: verbatim
23154 #: ../fish/guestfish-actions.pod:2494
23155 #, no-wrap
23156 msgid ""
23157 " lstat path\n"
23158 "\n"
23159 msgstr ""
23160
23161 #. type: textblock
23162 #: ../fish/guestfish-actions.pod:2498
23163 msgid ""
23164 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
23165 "the link is stat-ed, not the file it refers to."
23166 msgstr ""
23167
23168 #. type: =head2
23169 #: ../fish/guestfish-actions.pod:2504
23170 msgid "lstatlist"
23171 msgstr ""
23172
23173 #. type: verbatim
23174 #: ../fish/guestfish-actions.pod:2506
23175 #, no-wrap
23176 msgid ""
23177 " lstatlist path 'names ...'\n"
23178 "\n"
23179 msgstr ""
23180
23181 #. type: textblock
23182 #: ../fish/guestfish-actions.pod:2508
23183 msgid ""
23184 "This call allows you to perform the L</lstat> operation on multiple files, "
23185 "where all files are in the directory C<path>.  C<names> is the list of files "
23186 "from this directory."
23187 msgstr ""
23188
23189 #. type: textblock
23190 #: ../fish/guestfish-actions.pod:2517
23191 msgid ""
23192 "This call is intended for programs that want to efficiently list a directory "
23193 "contents without making many round-trips.  See also L</lxattrlist> for a "
23194 "similarly efficient call for getting extended attributes.  Very long "
23195 "directory listings might cause the protocol message size to be exceeded, "
23196 "causing this call to fail.  The caller must split up such requests into "
23197 "smaller groups of names."
23198 msgstr ""
23199
23200 #. type: =head2
23201 #: ../fish/guestfish-actions.pod:2525
23202 msgid "luks-add-key"
23203 msgstr ""
23204
23205 #. type: verbatim
23206 #: ../fish/guestfish-actions.pod:2527
23207 #, no-wrap
23208 msgid ""
23209 " luks-add-key device keyslot\n"
23210 "\n"
23211 msgstr ""
23212
23213 #. type: textblock
23214 #: ../fish/guestfish-actions.pod:2534
23215 msgid ""
23216 "Note that if C<keyslot> already contains a key, then this command will "
23217 "fail.  You have to use L</luks-kill-slot> first to remove that key."
23218 msgstr ""
23219
23220 #. type: textblock
23221 #: ../fish/guestfish-actions.pod:2538 ../fish/guestfish-actions.pod:2560 ../fish/guestfish-actions.pod:2573 ../fish/guestfish-actions.pod:2587 ../fish/guestfish-actions.pod:2610 ../fish/guestfish-actions.pod:2620
23222 msgid ""
23223 "This command has one or more key or passphrase parameters.  Guestfish will "
23224 "prompt for these separately."
23225 msgstr ""
23226
23227 #. type: =head2
23228 #: ../fish/guestfish-actions.pod:2541
23229 msgid "luks-close"
23230 msgstr ""
23231
23232 #. type: verbatim
23233 #: ../fish/guestfish-actions.pod:2543
23234 #, no-wrap
23235 msgid ""
23236 " luks-close device\n"
23237 "\n"
23238 msgstr ""
23239
23240 #. type: textblock
23241 #: ../fish/guestfish-actions.pod:2545
23242 msgid ""
23243 "This closes a LUKS device that was created earlier by L</luks-open> or "
23244 "L</luks-open-ro>.  The C<device> parameter must be the name of the LUKS "
23245 "mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
23246 "underlying block device."
23247 msgstr ""
23248
23249 #. type: =head2
23250 #: ../fish/guestfish-actions.pod:2551
23251 msgid "luks-format"
23252 msgstr ""
23253
23254 #. type: verbatim
23255 #: ../fish/guestfish-actions.pod:2553
23256 #, no-wrap
23257 msgid ""
23258 " luks-format device keyslot\n"
23259 "\n"
23260 msgstr ""
23261
23262 #. type: =head2
23263 #: ../fish/guestfish-actions.pod:2566
23264 msgid "luks-format-cipher"
23265 msgstr ""
23266
23267 #. type: verbatim
23268 #: ../fish/guestfish-actions.pod:2568
23269 #, no-wrap
23270 msgid ""
23271 " luks-format-cipher device keyslot cipher\n"
23272 "\n"
23273 msgstr ""
23274
23275 #. type: textblock
23276 #: ../fish/guestfish-actions.pod:2570
23277 msgid ""
23278 "This command is the same as L</luks-format> but it also allows you to set "
23279 "the C<cipher> used."
23280 msgstr ""
23281
23282 #. type: =head2
23283 #: ../fish/guestfish-actions.pod:2579
23284 msgid "luks-kill-slot"
23285 msgstr ""
23286
23287 #. type: verbatim
23288 #: ../fish/guestfish-actions.pod:2581
23289 #, no-wrap
23290 msgid ""
23291 " luks-kill-slot device keyslot\n"
23292 "\n"
23293 msgstr ""
23294
23295 #. type: =head2
23296 #: ../fish/guestfish-actions.pod:2590
23297 msgid "luks-open"
23298 msgstr ""
23299
23300 #. type: verbatim
23301 #: ../fish/guestfish-actions.pod:2592
23302 #, no-wrap
23303 msgid ""
23304 " luks-open device mapname\n"
23305 "\n"
23306 msgstr ""
23307
23308 #. type: textblock
23309 #: ../fish/guestfish-actions.pod:2606
23310 msgid ""
23311 "If this block device contains LVM volume groups, then calling L</vgscan> "
23312 "followed by L</vg-activate-all> will make them visible."
23313 msgstr ""
23314
23315 #. type: =head2
23316 #: ../fish/guestfish-actions.pod:2613
23317 msgid "luks-open-ro"
23318 msgstr ""
23319
23320 #. type: verbatim
23321 #: ../fish/guestfish-actions.pod:2615
23322 #, no-wrap
23323 msgid ""
23324 " luks-open-ro device mapname\n"
23325 "\n"
23326 msgstr ""
23327
23328 #. type: textblock
23329 #: ../fish/guestfish-actions.pod:2617
23330 msgid ""
23331 "This is the same as L</luks-open> except that a read-only mapping is "
23332 "created."
23333 msgstr ""
23334
23335 #. type: =head2
23336 #: ../fish/guestfish-actions.pod:2623
23337 msgid "lvcreate"
23338 msgstr ""
23339
23340 #. type: verbatim
23341 #: ../fish/guestfish-actions.pod:2625
23342 #, no-wrap
23343 msgid ""
23344 " lvcreate logvol volgroup mbytes\n"
23345 "\n"
23346 msgstr ""
23347
23348 #. type: =head2
23349 #: ../fish/guestfish-actions.pod:2630
23350 msgid "lvm-canonical-lv-name"
23351 msgstr ""
23352
23353 #. type: verbatim
23354 #: ../fish/guestfish-actions.pod:2632
23355 #, no-wrap
23356 msgid ""
23357 " lvm-canonical-lv-name lvname\n"
23358 "\n"
23359 msgstr ""
23360
23361 #. type: textblock
23362 #: ../fish/guestfish-actions.pod:2641
23363 msgid "See also L</is-lv>."
23364 msgstr ""
23365
23366 #. type: =head2
23367 #: ../fish/guestfish-actions.pod:2643
23368 msgid "lvm-clear-filter"
23369 msgstr ""
23370
23371 #. type: verbatim
23372 #: ../fish/guestfish-actions.pod:2645
23373 #, no-wrap
23374 msgid ""
23375 " lvm-clear-filter\n"
23376 "\n"
23377 msgstr ""
23378
23379 #. type: textblock
23380 #: ../fish/guestfish-actions.pod:2647
23381 msgid ""
23382 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
23383 "block device."
23384 msgstr ""
23385
23386 #. type: =head2
23387 #: ../fish/guestfish-actions.pod:2653
23388 msgid "lvm-remove-all"
23389 msgstr ""
23390
23391 #. type: verbatim
23392 #: ../fish/guestfish-actions.pod:2655
23393 #, no-wrap
23394 msgid ""
23395 " lvm-remove-all\n"
23396 "\n"
23397 msgstr ""
23398
23399 #. type: =head2
23400 #: ../fish/guestfish-actions.pod:2663
23401 msgid "lvm-set-filter"
23402 msgstr ""
23403
23404 #. type: verbatim
23405 #: ../fish/guestfish-actions.pod:2665
23406 #, no-wrap
23407 msgid ""
23408 " lvm-set-filter 'devices ...'\n"
23409 "\n"
23410 msgstr ""
23411
23412 #. type: =head2
23413 #: ../fish/guestfish-actions.pod:2690
23414 msgid "lvremove"
23415 msgstr ""
23416
23417 #. type: verbatim
23418 #: ../fish/guestfish-actions.pod:2692
23419 #, no-wrap
23420 msgid ""
23421 " lvremove device\n"
23422 "\n"
23423 msgstr ""
23424
23425 #. type: =head2
23426 #: ../fish/guestfish-actions.pod:2700
23427 msgid "lvrename"
23428 msgstr ""
23429
23430 #. type: verbatim
23431 #: ../fish/guestfish-actions.pod:2702
23432 #, no-wrap
23433 msgid ""
23434 " lvrename logvol newlogvol\n"
23435 "\n"
23436 msgstr ""
23437
23438 #. type: =head2
23439 #: ../fish/guestfish-actions.pod:2706
23440 msgid "lvresize"
23441 msgstr ""
23442
23443 #. type: verbatim
23444 #: ../fish/guestfish-actions.pod:2708
23445 #, no-wrap
23446 msgid ""
23447 " lvresize device mbytes\n"
23448 "\n"
23449 msgstr ""
23450
23451 #. type: =head2
23452 #: ../fish/guestfish-actions.pod:2714
23453 msgid "lvresize-free"
23454 msgstr ""
23455
23456 #. type: verbatim
23457 #: ../fish/guestfish-actions.pod:2716
23458 #, no-wrap
23459 msgid ""
23460 " lvresize-free lv percent\n"
23461 "\n"
23462 msgstr ""
23463
23464 #. type: =head2
23465 #: ../fish/guestfish-actions.pod:2724
23466 msgid "lvs"
23467 msgstr ""
23468
23469 #. type: verbatim
23470 #: ../fish/guestfish-actions.pod:2726
23471 #, no-wrap
23472 msgid ""
23473 " lvs\n"
23474 "\n"
23475 msgstr ""
23476
23477 #. type: textblock
23478 #: ../fish/guestfish-actions.pod:2734
23479 msgid "See also L</lvs-full>, L</list-filesystems>."
23480 msgstr ""
23481
23482 #. type: =head2
23483 #: ../fish/guestfish-actions.pod:2736
23484 msgid "lvs-full"
23485 msgstr ""
23486
23487 #. type: verbatim
23488 #: ../fish/guestfish-actions.pod:2738
23489 #, no-wrap
23490 msgid ""
23491 " lvs-full\n"
23492 "\n"
23493 msgstr ""
23494
23495 #. type: =head2
23496 #: ../fish/guestfish-actions.pod:2743
23497 msgid "lvuuid"
23498 msgstr ""
23499
23500 #. type: verbatim
23501 #: ../fish/guestfish-actions.pod:2745
23502 #, no-wrap
23503 msgid ""
23504 " lvuuid device\n"
23505 "\n"
23506 msgstr ""
23507
23508 #. type: =head2
23509 #: ../fish/guestfish-actions.pod:2749
23510 msgid "lxattrlist"
23511 msgstr ""
23512
23513 #. type: verbatim
23514 #: ../fish/guestfish-actions.pod:2751
23515 #, no-wrap
23516 msgid ""
23517 " lxattrlist path 'names ...'\n"
23518 "\n"
23519 msgstr ""
23520
23521 #. type: textblock
23522 #: ../fish/guestfish-actions.pod:2767
23523 msgid ""
23524 "This call is intended for programs that want to efficiently list a directory "
23525 "contents without making many round-trips.  See also L</lstatlist> for a "
23526 "similarly efficient call for getting standard stats.  Very long directory "
23527 "listings might cause the protocol message size to be exceeded, causing this "
23528 "call to fail.  The caller must split up such requests into smaller groups of "
23529 "names."
23530 msgstr ""
23531
23532 #. type: =head2
23533 #: ../fish/guestfish-actions.pod:2775
23534 msgid "mkdir"
23535 msgstr ""
23536
23537 #. type: verbatim
23538 #: ../fish/guestfish-actions.pod:2777
23539 #, no-wrap
23540 msgid ""
23541 " mkdir path\n"
23542 "\n"
23543 msgstr ""
23544
23545 #. type: =head2
23546 #: ../fish/guestfish-actions.pod:2781
23547 msgid "mkdir-mode"
23548 msgstr ""
23549
23550 #. type: verbatim
23551 #: ../fish/guestfish-actions.pod:2783
23552 #, no-wrap
23553 msgid ""
23554 " mkdir-mode path mode\n"
23555 "\n"
23556 msgstr ""
23557
23558 #. type: textblock
23559 #: ../fish/guestfish-actions.pod:2792
23560 msgid "See also L</mkdir>, L</umask>"
23561 msgstr ""
23562
23563 #. type: =head2
23564 #: ../fish/guestfish-actions.pod:2794
23565 msgid "mkdir-p"
23566 msgstr ""
23567
23568 #. type: verbatim
23569 #: ../fish/guestfish-actions.pod:2796
23570 #, no-wrap
23571 msgid ""
23572 " mkdir-p path\n"
23573 "\n"
23574 msgstr ""
23575
23576 #. type: =head2
23577 #: ../fish/guestfish-actions.pod:2801
23578 msgid "mkdtemp"
23579 msgstr ""
23580
23581 #. type: verbatim
23582 #: ../fish/guestfish-actions.pod:2803
23583 #, no-wrap
23584 msgid ""
23585 " mkdtemp template\n"
23586 "\n"
23587 msgstr ""
23588
23589 #. type: =head2
23590 #: ../fish/guestfish-actions.pod:2824
23591 msgid "mke2fs-J"
23592 msgstr ""
23593
23594 #. type: verbatim
23595 #: ../fish/guestfish-actions.pod:2826
23596 #, no-wrap
23597 msgid ""
23598 " mke2fs-J fstype blocksize device journal\n"
23599 "\n"
23600 msgstr ""
23601
23602 #. type: textblock
23603 #: ../fish/guestfish-actions.pod:2834
23604 msgid "See also L</mke2journal>."
23605 msgstr ""
23606
23607 #. type: =head2
23608 #: ../fish/guestfish-actions.pod:2836
23609 msgid "mke2fs-JL"
23610 msgstr ""
23611
23612 #. type: verbatim
23613 #: ../fish/guestfish-actions.pod:2838
23614 #, no-wrap
23615 msgid ""
23616 " mke2fs-JL fstype blocksize device label\n"
23617 "\n"
23618 msgstr ""
23619
23620 #. type: textblock
23621 #: ../fish/guestfish-actions.pod:2843
23622 msgid "See also L</mke2journal-L>."
23623 msgstr ""
23624
23625 #. type: =head2
23626 #: ../fish/guestfish-actions.pod:2845
23627 msgid "mke2fs-JU"
23628 msgstr ""
23629
23630 #. type: verbatim
23631 #: ../fish/guestfish-actions.pod:2847
23632 #, no-wrap
23633 msgid ""
23634 " mke2fs-JU fstype blocksize device uuid\n"
23635 "\n"
23636 msgstr ""
23637
23638 #. type: textblock
23639 #: ../fish/guestfish-actions.pod:2852
23640 msgid "See also L</mke2journal-U>."
23641 msgstr ""
23642
23643 #. type: =head2
23644 #: ../fish/guestfish-actions.pod:2854
23645 msgid "mke2journal"
23646 msgstr ""
23647
23648 #. type: verbatim
23649 #: ../fish/guestfish-actions.pod:2856
23650 #, no-wrap
23651 msgid ""
23652 " mke2journal blocksize device\n"
23653 "\n"
23654 msgstr ""
23655
23656 #. type: =head2
23657 #: ../fish/guestfish-actions.pod:2863
23658 msgid "mke2journal-L"
23659 msgstr ""
23660
23661 #. type: verbatim
23662 #: ../fish/guestfish-actions.pod:2865
23663 #, no-wrap
23664 msgid ""
23665 " mke2journal-L blocksize label device\n"
23666 "\n"
23667 msgstr ""
23668
23669 #. type: =head2
23670 #: ../fish/guestfish-actions.pod:2869
23671 msgid "mke2journal-U"
23672 msgstr ""
23673
23674 #. type: verbatim
23675 #: ../fish/guestfish-actions.pod:2871
23676 #, no-wrap
23677 msgid ""
23678 " mke2journal-U blocksize uuid device\n"
23679 "\n"
23680 msgstr ""
23681
23682 #. type: =head2
23683 #: ../fish/guestfish-actions.pod:2875
23684 msgid "mkfifo"
23685 msgstr ""
23686
23687 #. type: verbatim
23688 #: ../fish/guestfish-actions.pod:2877
23689 #, no-wrap
23690 msgid ""
23691 " mkfifo mode path\n"
23692 "\n"
23693 msgstr ""
23694
23695 #. type: textblock
23696 #: ../fish/guestfish-actions.pod:2879
23697 msgid ""
23698 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
23699 "is just a convenient wrapper around L</mknod>."
23700 msgstr ""
23701
23702 #. type: =head2
23703 #: ../fish/guestfish-actions.pod:2885
23704 msgid "mkfs"
23705 msgstr ""
23706
23707 #. type: verbatim
23708 #: ../fish/guestfish-actions.pod:2887
23709 #, no-wrap
23710 msgid ""
23711 " mkfs fstype device\n"
23712 "\n"
23713 msgstr ""
23714
23715 #. type: =head2
23716 #: ../fish/guestfish-actions.pod:2893
23717 msgid "mkfs-b"
23718 msgstr ""
23719
23720 #. type: verbatim
23721 #: ../fish/guestfish-actions.pod:2895
23722 #, no-wrap
23723 msgid ""
23724 " mkfs-b fstype blocksize device\n"
23725 "\n"
23726 msgstr ""
23727
23728 #. type: textblock
23729 #: ../fish/guestfish-actions.pod:2897
23730 msgid ""
23731 "This call is similar to L</mkfs>, but it allows you to control the block "
23732 "size of the resulting filesystem.  Supported block sizes depend on the "
23733 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
23734 msgstr ""
23735
23736 #. type: =head2
23737 #: ../fish/guestfish-actions.pod:2912
23738 msgid "mkfs-opts"
23739 msgstr ""
23740
23741 #. type: verbatim
23742 #: ../fish/guestfish-actions.pod:2914
23743 #, no-wrap
23744 msgid ""
23745 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
23746 "\n"
23747 msgstr ""
23748
23749 #. type: =head2
23750 #: ../fish/guestfish-actions.pod:2949
23751 msgid "mkmountpoint"
23752 msgstr ""
23753
23754 #. type: verbatim
23755 #: ../fish/guestfish-actions.pod:2951
23756 #, no-wrap
23757 msgid ""
23758 " mkmountpoint exemptpath\n"
23759 "\n"
23760 msgstr ""
23761
23762 #. type: textblock
23763 #: ../fish/guestfish-actions.pod:2953
23764 msgid ""
23765 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
23766 "to create extra mountpoints before mounting the first filesystem."
23767 msgstr ""
23768
23769 #. type: textblock
23770 #: ../fish/guestfish-actions.pod:2977
23771 msgid ""
23772 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
23773 "unexpected errors if you try to mix these calls.  It is safest to manually "
23774 "unmount filesystems and remove mountpoints after use."
23775 msgstr ""
23776
23777 #. type: textblock
23778 #: ../fish/guestfish-actions.pod:2981
23779 msgid ""
23780 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
23781 "for this to work for manual mountpoints, you must ensure that the innermost "
23782 "mountpoints have the longest pathnames, as in the example code above."
23783 msgstr ""
23784
23785 #. type: textblock
23786 #: ../fish/guestfish-actions.pod:2988
23787 msgid ""
23788 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
23789 "L</umount-all> to be called when the handle is closed which can also trigger "
23790 "these issues."
23791 msgstr ""
23792
23793 #. type: =head2
23794 #: ../fish/guestfish-actions.pod:2992
23795 msgid "mknod"
23796 msgstr ""
23797
23798 #. type: verbatim
23799 #: ../fish/guestfish-actions.pod:2994
23800 #, no-wrap
23801 msgid ""
23802 " mknod mode devmajor devminor path\n"
23803 "\n"
23804 msgstr ""
23805
23806 #. type: textblock
23807 #: ../fish/guestfish-actions.pod:3004
23808 msgid ""
23809 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
23810 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
23811 "regular file).  These constants are available in the standard Linux header "
23812 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
23813 "wrappers around this command which bitwise OR in the appropriate constant "
23814 "for you."
23815 msgstr ""
23816
23817 #. type: =head2
23818 #: ../fish/guestfish-actions.pod:3014
23819 msgid "mknod-b"
23820 msgstr ""
23821
23822 #. type: verbatim
23823 #: ../fish/guestfish-actions.pod:3016
23824 #, no-wrap
23825 msgid ""
23826 " mknod-b mode devmajor devminor path\n"
23827 "\n"
23828 msgstr ""
23829
23830 #. type: textblock
23831 #: ../fish/guestfish-actions.pod:3018
23832 msgid ""
23833 "This call creates a block device node called C<path> with mode C<mode> and "
23834 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23835 "wrapper around L</mknod>."
23836 msgstr ""
23837
23838 #. type: =head2
23839 #: ../fish/guestfish-actions.pod:3024
23840 msgid "mknod-c"
23841 msgstr ""
23842
23843 #. type: verbatim
23844 #: ../fish/guestfish-actions.pod:3026
23845 #, no-wrap
23846 msgid ""
23847 " mknod-c mode devmajor devminor path\n"
23848 "\n"
23849 msgstr ""
23850
23851 #. type: textblock
23852 #: ../fish/guestfish-actions.pod:3028
23853 msgid ""
23854 "This call creates a char device node called C<path> with mode C<mode> and "
23855 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
23856 "wrapper around L</mknod>."
23857 msgstr ""
23858
23859 #. type: =head2
23860 #: ../fish/guestfish-actions.pod:3034
23861 msgid "mkswap"
23862 msgstr ""
23863
23864 #. type: verbatim
23865 #: ../fish/guestfish-actions.pod:3036
23866 #, no-wrap
23867 msgid ""
23868 " mkswap device\n"
23869 "\n"
23870 msgstr ""
23871
23872 #. type: =head2
23873 #: ../fish/guestfish-actions.pod:3040
23874 msgid "mkswap-L"
23875 msgstr ""
23876
23877 #. type: verbatim
23878 #: ../fish/guestfish-actions.pod:3042
23879 #, no-wrap
23880 msgid ""
23881 " mkswap-L label device\n"
23882 "\n"
23883 msgstr ""
23884
23885 #. type: =head2
23886 #: ../fish/guestfish-actions.pod:3050
23887 msgid "mkswap-U"
23888 msgstr ""
23889
23890 #. type: verbatim
23891 #: ../fish/guestfish-actions.pod:3052
23892 #, no-wrap
23893 msgid ""
23894 " mkswap-U uuid device\n"
23895 "\n"
23896 msgstr ""
23897
23898 #. type: =head2
23899 #: ../fish/guestfish-actions.pod:3056
23900 msgid "mkswap-file"
23901 msgstr ""
23902
23903 #. type: verbatim
23904 #: ../fish/guestfish-actions.pod:3058
23905 #, no-wrap
23906 msgid ""
23907 " mkswap-file path\n"
23908 "\n"
23909 msgstr ""
23910
23911 #. type: textblock
23912 #: ../fish/guestfish-actions.pod:3062
23913 msgid ""
23914 "This command just writes a swap file signature to an existing file.  To "
23915 "create the file itself, use something like L</fallocate>."
23916 msgstr ""
23917
23918 #. type: =head2
23919 #: ../fish/guestfish-actions.pod:3065
23920 msgid "modprobe"
23921 msgstr ""
23922
23923 #. type: verbatim
23924 #: ../fish/guestfish-actions.pod:3067
23925 #, no-wrap
23926 msgid ""
23927 " modprobe modulename\n"
23928 "\n"
23929 msgstr ""
23930
23931 #. type: =head2
23932 #: ../fish/guestfish-actions.pod:3074
23933 msgid "mount"
23934 msgstr ""
23935
23936 #. type: verbatim
23937 #: ../fish/guestfish-actions.pod:3076
23938 #, no-wrap
23939 msgid ""
23940 " mount device mountpoint\n"
23941 "\n"
23942 msgstr ""
23943
23944 #. type: textblock
23945 #: ../fish/guestfish-actions.pod:3092
23946 msgid ""
23947 "B<Important note:> When you use this call, the filesystem options C<sync> "
23948 "and C<noatime> are set implicitly.  This was originally done because we "
23949 "thought it would improve reliability, but it turns out that I<-o sync> has a "
23950 "very large negative performance impact and negligible effect on "
23951 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
23952 "code that needs performance, and instead use L</mount-options> (use an empty "
23953 "string for the first parameter if you don't want any options)."
23954 msgstr ""
23955
23956 #. type: =head2
23957 #: ../fish/guestfish-actions.pod:3102
23958 msgid "mount-loop"
23959 msgstr ""
23960
23961 #. type: verbatim
23962 #: ../fish/guestfish-actions.pod:3104
23963 #, no-wrap
23964 msgid ""
23965 " mount-loop file mountpoint\n"
23966 "\n"
23967 msgstr ""
23968
23969 #. type: =head2
23970 #: ../fish/guestfish-actions.pod:3110
23971 msgid "mount-options"
23972 msgstr ""
23973
23974 #. type: verbatim
23975 #: ../fish/guestfish-actions.pod:3112
23976 #, no-wrap
23977 msgid ""
23978 " mount-options options device mountpoint\n"
23979 "\n"
23980 msgstr ""
23981
23982 #. type: textblock
23983 #: ../fish/guestfish-actions.pod:3114
23984 msgid ""
23985 "This is the same as the L</mount> command, but it allows you to set the "
23986 "mount options as for the L<mount(8)> I<-o> flag."
23987 msgstr ""
23988
23989 #. type: =head2
23990 #: ../fish/guestfish-actions.pod:3122
23991 msgid "mount-ro"
23992 msgstr ""
23993
23994 #. type: verbatim
23995 #: ../fish/guestfish-actions.pod:3124
23996 #, no-wrap
23997 msgid ""
23998 " mount-ro device mountpoint\n"
23999 "\n"
24000 msgstr ""
24001
24002 #. type: textblock
24003 #: ../fish/guestfish-actions.pod:3126
24004 msgid ""
24005 "This is the same as the L</mount> command, but it mounts the filesystem with "
24006 "the read-only (I<-o ro>) flag."
24007 msgstr ""
24008
24009 #. type: =head2
24010 #: ../fish/guestfish-actions.pod:3129
24011 msgid "mount-vfs"
24012 msgstr ""
24013
24014 #. type: verbatim
24015 #: ../fish/guestfish-actions.pod:3131
24016 #, no-wrap
24017 msgid ""
24018 " mount-vfs options vfstype device mountpoint\n"
24019 "\n"
24020 msgstr ""
24021
24022 #. type: textblock
24023 #: ../fish/guestfish-actions.pod:3133
24024 msgid ""
24025 "This is the same as the L</mount> command, but it allows you to set both the "
24026 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
24027 msgstr ""
24028
24029 #. type: =head2
24030 #: ../fish/guestfish-actions.pod:3137
24031 msgid "mountpoints"
24032 msgstr ""
24033
24034 #. type: verbatim
24035 #: ../fish/guestfish-actions.pod:3139
24036 #, no-wrap
24037 msgid ""
24038 " mountpoints\n"
24039 "\n"
24040 msgstr ""
24041
24042 #. type: textblock
24043 #: ../fish/guestfish-actions.pod:3141
24044 msgid ""
24045 "This call is similar to L</mounts>.  That call returns a list of devices.  "
24046 "This one returns a hash table (map) of device name to directory where the "
24047 "device is mounted."
24048 msgstr ""
24049
24050 #. type: =head2
24051 #: ../fish/guestfish-actions.pod:3145
24052 msgid "mounts"
24053 msgstr ""
24054
24055 #. type: verbatim
24056 #: ../fish/guestfish-actions.pod:3147
24057 #, no-wrap
24058 msgid ""
24059 " mounts\n"
24060 "\n"
24061 msgstr ""
24062
24063 #. type: textblock
24064 #: ../fish/guestfish-actions.pod:3154
24065 msgid "See also: L</mountpoints>"
24066 msgstr ""
24067
24068 #. type: =head2
24069 #: ../fish/guestfish-actions.pod:3156
24070 msgid "mv"
24071 msgstr ""
24072
24073 #. type: verbatim
24074 #: ../fish/guestfish-actions.pod:3158
24075 #, no-wrap
24076 msgid ""
24077 " mv src dest\n"
24078 "\n"
24079 msgstr ""
24080
24081 #. type: =head2
24082 #: ../fish/guestfish-actions.pod:3163
24083 msgid "ntfs-3g-probe"
24084 msgstr ""
24085
24086 #. type: verbatim
24087 #: ../fish/guestfish-actions.pod:3165
24088 #, no-wrap
24089 msgid ""
24090 " ntfs-3g-probe true|false device\n"
24091 "\n"
24092 msgstr ""
24093
24094 #. type: =head2
24095 #: ../fish/guestfish-actions.pod:3179
24096 msgid "ntfsresize"
24097 msgstr ""
24098
24099 #. type: verbatim
24100 #: ../fish/guestfish-actions.pod:3181
24101 #, no-wrap
24102 msgid ""
24103 " ntfsresize device\n"
24104 "\n"
24105 msgstr ""
24106
24107 #. type: =head2
24108 #: ../fish/guestfish-actions.pod:3187
24109 msgid "ntfsresize-size"
24110 msgstr ""
24111
24112 #. type: verbatim
24113 #: ../fish/guestfish-actions.pod:3189
24114 #, no-wrap
24115 msgid ""
24116 " ntfsresize-size device size\n"
24117 "\n"
24118 msgstr ""
24119
24120 #. type: textblock
24121 #: ../fish/guestfish-actions.pod:3191
24122 msgid ""
24123 "This command is the same as L</ntfsresize> except that it allows you to "
24124 "specify the new size (in bytes) explicitly."
24125 msgstr ""
24126
24127 #. type: =head2
24128 #: ../fish/guestfish-actions.pod:3194
24129 msgid "part-add"
24130 msgstr ""
24131
24132 #. type: verbatim
24133 #: ../fish/guestfish-actions.pod:3196
24134 #, no-wrap
24135 msgid ""
24136 " part-add device prlogex startsect endsect\n"
24137 "\n"
24138 msgstr ""
24139
24140 #. type: textblock
24141 #: ../fish/guestfish-actions.pod:3198
24142 msgid ""
24143 "This command adds a partition to C<device>.  If there is no partition table "
24144 "on the device, call L</part-init> first."
24145 msgstr ""
24146
24147 #. type: textblock
24148 #: ../fish/guestfish-actions.pod:3210
24149 msgid ""
24150 "Creating a partition which covers the whole disk is not so easy.  Use "
24151 "L</part-disk> to do that."
24152 msgstr ""
24153
24154 #. type: =head2
24155 #: ../fish/guestfish-actions.pod:3213
24156 msgid "part-del"
24157 msgstr ""
24158
24159 #. type: verbatim
24160 #: ../fish/guestfish-actions.pod:3215
24161 #, no-wrap
24162 msgid ""
24163 " part-del device partnum\n"
24164 "\n"
24165 msgstr ""
24166
24167 #. type: =head2
24168 #: ../fish/guestfish-actions.pod:3223
24169 msgid "part-disk"
24170 msgstr ""
24171
24172 #. type: verbatim
24173 #: ../fish/guestfish-actions.pod:3225
24174 #, no-wrap
24175 msgid ""
24176 " part-disk device parttype\n"
24177 "\n"
24178 msgstr ""
24179
24180 #. type: textblock
24181 #: ../fish/guestfish-actions.pod:3227
24182 msgid ""
24183 "This command is simply a combination of L</part-init> followed by "
24184 "L</part-add> to create a single primary partition covering the whole disk."
24185 msgstr ""
24186
24187 #. type: textblock
24188 #: ../fish/guestfish-actions.pod:3231
24189 msgid ""
24190 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
24191 "possible values are described in L</part-init>."
24192 msgstr ""
24193
24194 #. type: =head2
24195 #: ../fish/guestfish-actions.pod:3237
24196 msgid "part-get-bootable"
24197 msgstr ""
24198
24199 #. type: verbatim
24200 #: ../fish/guestfish-actions.pod:3239
24201 #, no-wrap
24202 msgid ""
24203 " part-get-bootable device partnum\n"
24204 "\n"
24205 msgstr ""
24206
24207 #. type: textblock
24208 #: ../fish/guestfish-actions.pod:3244
24209 msgid "See also L</part-set-bootable>."
24210 msgstr ""
24211
24212 #. type: =head2
24213 #: ../fish/guestfish-actions.pod:3246
24214 msgid "part-get-mbr-id"
24215 msgstr ""
24216
24217 #. type: verbatim
24218 #: ../fish/guestfish-actions.pod:3248
24219 #, no-wrap
24220 msgid ""
24221 " part-get-mbr-id device partnum\n"
24222 "\n"
24223 msgstr ""
24224
24225 #. type: textblock
24226 #: ../fish/guestfish-actions.pod:3253 ../fish/guestfish-actions.pod:3391
24227 msgid ""
24228 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
24229 "undefined results for other partition table types (see "
24230 "L</part-get-parttype>)."
24231 msgstr ""
24232
24233 #. type: =head2
24234 #: ../fish/guestfish-actions.pod:3257
24235 msgid "part-get-parttype"
24236 msgstr ""
24237
24238 #. type: verbatim
24239 #: ../fish/guestfish-actions.pod:3259
24240 #, no-wrap
24241 msgid ""
24242 " part-get-parttype device\n"
24243 "\n"
24244 msgstr ""
24245
24246 #. type: textblock
24247 #: ../fish/guestfish-actions.pod:3264
24248 msgid ""
24249 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
24250 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
24251 "possible, although unusual.  See L</part-init> for a full list."
24252 msgstr ""
24253
24254 #. type: =head2
24255 #: ../fish/guestfish-actions.pod:3269
24256 msgid "part-init"
24257 msgstr ""
24258
24259 #. type: verbatim
24260 #: ../fish/guestfish-actions.pod:3271
24261 #, no-wrap
24262 msgid ""
24263 " part-init device parttype\n"
24264 "\n"
24265 msgstr ""
24266
24267 #. type: textblock
24268 #: ../fish/guestfish-actions.pod:3277
24269 msgid ""
24270 "Initially there are no partitions.  Following this, you should call "
24271 "L</part-add> for each partition required."
24272 msgstr ""
24273
24274 #. type: =head2
24275 #: ../fish/guestfish-actions.pod:3340
24276 msgid "part-list"
24277 msgstr ""
24278
24279 #. type: verbatim
24280 #: ../fish/guestfish-actions.pod:3342
24281 #, no-wrap
24282 msgid ""
24283 " part-list device\n"
24284 "\n"
24285 msgstr ""
24286
24287 #. type: textblock
24288 #: ../fish/guestfish-actions.pod:3357
24289 msgid ""
24290 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
24291 "the device's sector size, see L</blockdev-getss>."
24292 msgstr ""
24293
24294 #. type: =head2
24295 #: ../fish/guestfish-actions.pod:3370
24296 msgid "part-set-bootable"
24297 msgstr ""
24298
24299 #. type: verbatim
24300 #: ../fish/guestfish-actions.pod:3372
24301 #, no-wrap
24302 msgid ""
24303 " part-set-bootable device partnum true|false\n"
24304 "\n"
24305 msgstr ""
24306
24307 #. type: =head2
24308 #: ../fish/guestfish-actions.pod:3381
24309 msgid "part-set-mbr-id"
24310 msgstr ""
24311
24312 #. type: verbatim
24313 #: ../fish/guestfish-actions.pod:3383
24314 #, no-wrap
24315 msgid ""
24316 " part-set-mbr-id device partnum idbyte\n"
24317 "\n"
24318 msgstr ""
24319
24320 #. type: =head2
24321 #: ../fish/guestfish-actions.pod:3395
24322 msgid "part-set-name"
24323 msgstr ""
24324
24325 #. type: verbatim
24326 #: ../fish/guestfish-actions.pod:3397
24327 #, no-wrap
24328 msgid ""
24329 " part-set-name device partnum name\n"
24330 "\n"
24331 msgstr ""
24332
24333 #. type: =head2
24334 #: ../fish/guestfish-actions.pod:3405
24335 msgid "part-to-dev"
24336 msgstr ""
24337
24338 #. type: verbatim
24339 #: ../fish/guestfish-actions.pod:3407
24340 #, no-wrap
24341 msgid ""
24342 " part-to-dev partition\n"
24343 "\n"
24344 msgstr ""
24345
24346 #. type: textblock
24347 #: ../fish/guestfish-actions.pod:3413
24348 msgid ""
24349 "The named partition must exist, for example as a string returned from "
24350 "L</list-partitions>."
24351 msgstr ""
24352
24353 #. type: =head2
24354 #: ../fish/guestfish-actions.pod:3416
24355 msgid "ping-daemon"
24356 msgstr ""
24357
24358 #. type: verbatim
24359 #: ../fish/guestfish-actions.pod:3418
24360 #, no-wrap
24361 msgid ""
24362 " ping-daemon\n"
24363 "\n"
24364 msgstr ""
24365
24366 #. type: =head2
24367 #: ../fish/guestfish-actions.pod:3425
24368 msgid "pread"
24369 msgstr ""
24370
24371 #. type: verbatim
24372 #: ../fish/guestfish-actions.pod:3427
24373 #, no-wrap
24374 msgid ""
24375 " pread path count offset\n"
24376 "\n"
24377 msgstr ""
24378
24379 #. type: textblock
24380 #: ../fish/guestfish-actions.pod:3435
24381 msgid "See also L</pwrite>, L</pread-device>."
24382 msgstr ""
24383
24384 #. type: =head2
24385 #: ../fish/guestfish-actions.pod:3440
24386 msgid "pread-device"
24387 msgstr ""
24388
24389 #. type: verbatim
24390 #: ../fish/guestfish-actions.pod:3442
24391 #, no-wrap
24392 msgid ""
24393 " pread-device device count offset\n"
24394 "\n"
24395 msgstr ""
24396
24397 #. type: textblock
24398 #: ../fish/guestfish-actions.pod:3450
24399 msgid "See also L</pread>."
24400 msgstr ""
24401
24402 #. type: =head2
24403 #: ../fish/guestfish-actions.pod:3455
24404 msgid "pvcreate"
24405 msgstr ""
24406
24407 #. type: verbatim
24408 #: ../fish/guestfish-actions.pod:3457
24409 #, no-wrap
24410 msgid ""
24411 " pvcreate device\n"
24412 "\n"
24413 msgstr ""
24414
24415 #. type: =head2
24416 #: ../fish/guestfish-actions.pod:3463
24417 msgid "pvremove"
24418 msgstr ""
24419
24420 #. type: verbatim
24421 #: ../fish/guestfish-actions.pod:3465
24422 #, no-wrap
24423 msgid ""
24424 " pvremove device\n"
24425 "\n"
24426 msgstr ""
24427
24428 #. type: =head2
24429 #: ../fish/guestfish-actions.pod:3474
24430 msgid "pvresize"
24431 msgstr ""
24432
24433 #. type: verbatim
24434 #: ../fish/guestfish-actions.pod:3476
24435 #, no-wrap
24436 msgid ""
24437 " pvresize device\n"
24438 "\n"
24439 msgstr ""
24440
24441 #. type: =head2
24442 #: ../fish/guestfish-actions.pod:3481
24443 msgid "pvresize-size"
24444 msgstr ""
24445
24446 #. type: verbatim
24447 #: ../fish/guestfish-actions.pod:3483
24448 #, no-wrap
24449 msgid ""
24450 " pvresize-size device size\n"
24451 "\n"
24452 msgstr ""
24453
24454 #. type: textblock
24455 #: ../fish/guestfish-actions.pod:3485
24456 msgid ""
24457 "This command is the same as L</pvresize> except that it allows you to "
24458 "specify the new size (in bytes) explicitly."
24459 msgstr ""
24460
24461 #. type: =head2
24462 #: ../fish/guestfish-actions.pod:3488
24463 msgid "pvs"
24464 msgstr ""
24465
24466 #. type: verbatim
24467 #: ../fish/guestfish-actions.pod:3490
24468 #, no-wrap
24469 msgid ""
24470 " pvs\n"
24471 "\n"
24472 msgstr ""
24473
24474 #. type: textblock
24475 #: ../fish/guestfish-actions.pod:3498
24476 msgid "See also L</pvs-full>."
24477 msgstr ""
24478
24479 #. type: =head2
24480 #: ../fish/guestfish-actions.pod:3500
24481 msgid "pvs-full"
24482 msgstr ""
24483
24484 #. type: verbatim
24485 #: ../fish/guestfish-actions.pod:3502
24486 #, no-wrap
24487 msgid ""
24488 " pvs-full\n"
24489 "\n"
24490 msgstr ""
24491
24492 #. type: =head2
24493 #: ../fish/guestfish-actions.pod:3507
24494 msgid "pvuuid"
24495 msgstr ""
24496
24497 #. type: verbatim
24498 #: ../fish/guestfish-actions.pod:3509
24499 #, no-wrap
24500 msgid ""
24501 " pvuuid device\n"
24502 "\n"
24503 msgstr ""
24504
24505 #. type: =head2
24506 #: ../fish/guestfish-actions.pod:3513
24507 msgid "pwrite"
24508 msgstr ""
24509
24510 #. type: verbatim
24511 #: ../fish/guestfish-actions.pod:3515
24512 #, no-wrap
24513 msgid ""
24514 " pwrite path content offset\n"
24515 "\n"
24516 msgstr ""
24517
24518 #. type: textblock
24519 #: ../fish/guestfish-actions.pod:3526
24520 msgid "See also L</pread>, L</pwrite-device>."
24521 msgstr ""
24522
24523 #. type: =head2
24524 #: ../fish/guestfish-actions.pod:3531
24525 msgid "pwrite-device"
24526 msgstr ""
24527
24528 #. type: verbatim
24529 #: ../fish/guestfish-actions.pod:3533
24530 #, no-wrap
24531 msgid ""
24532 " pwrite-device device content offset\n"
24533 "\n"
24534 msgstr ""
24535
24536 #. type: textblock
24537 #: ../fish/guestfish-actions.pod:3543
24538 msgid "See also L</pwrite>."
24539 msgstr ""
24540
24541 #. type: =head2
24542 #: ../fish/guestfish-actions.pod:3548
24543 msgid "read-file"
24544 msgstr ""
24545
24546 #. type: verbatim
24547 #: ../fish/guestfish-actions.pod:3550
24548 #, no-wrap
24549 msgid ""
24550 " read-file path\n"
24551 "\n"
24552 msgstr ""
24553
24554 #. type: textblock
24555 #: ../fish/guestfish-actions.pod:3555
24556 msgid ""
24557 "Unlike L</cat>, this function can correctly handle files that contain "
24558 "embedded ASCII NUL characters.  However unlike L</download>, this function "
24559 "is limited in the total size of file that can be handled."
24560 msgstr ""
24561
24562 #. type: =head2
24563 #: ../fish/guestfish-actions.pod:3563
24564 msgid "read-lines"
24565 msgstr ""
24566
24567 #. type: verbatim
24568 #: ../fish/guestfish-actions.pod:3565
24569 #, no-wrap
24570 msgid ""
24571 " read-lines path\n"
24572 "\n"
24573 msgstr ""
24574
24575 #. type: textblock
24576 #: ../fish/guestfish-actions.pod:3572
24577 msgid ""
24578 "Note that this function cannot correctly handle binary files (specifically, "
24579 "files containing C<\\0> character which is treated as end of line).  For "
24580 "those you need to use the L</read-file> function which has a more complex "
24581 "interface."
24582 msgstr ""
24583
24584 #. type: =head2
24585 #: ../fish/guestfish-actions.pod:3577
24586 msgid "readdir"
24587 msgstr ""
24588
24589 #. type: verbatim
24590 #: ../fish/guestfish-actions.pod:3579
24591 #, no-wrap
24592 msgid ""
24593 " readdir dir\n"
24594 "\n"
24595 msgstr ""
24596
24597 #. type: textblock
24598 #: ../fish/guestfish-actions.pod:3631
24599 msgid ""
24600 "This function is primarily intended for use by programs.  To get a simple "
24601 "list of names, use L</ls>.  To get a printable directory for human "
24602 "consumption, use L</ll>."
24603 msgstr ""
24604
24605 #. type: =head2
24606 #: ../fish/guestfish-actions.pod:3635
24607 msgid "readlink"
24608 msgstr ""
24609
24610 #. type: verbatim
24611 #: ../fish/guestfish-actions.pod:3637
24612 #, no-wrap
24613 msgid ""
24614 " readlink path\n"
24615 "\n"
24616 msgstr ""
24617
24618 #. type: =head2
24619 #: ../fish/guestfish-actions.pod:3641
24620 msgid "readlinklist"
24621 msgstr ""
24622
24623 #. type: verbatim
24624 #: ../fish/guestfish-actions.pod:3643
24625 #, no-wrap
24626 msgid ""
24627 " readlinklist path 'names ...'\n"
24628 "\n"
24629 msgstr ""
24630
24631 #. type: =head2
24632 #: ../fish/guestfish-actions.pod:3667
24633 msgid "realpath"
24634 msgstr ""
24635
24636 #. type: verbatim
24637 #: ../fish/guestfish-actions.pod:3669
24638 #, no-wrap
24639 msgid ""
24640 " realpath path\n"
24641 "\n"
24642 msgstr ""
24643
24644 #. type: =head2
24645 #: ../fish/guestfish-actions.pod:3674
24646 msgid "removexattr"
24647 msgstr ""
24648
24649 #. type: verbatim
24650 #: ../fish/guestfish-actions.pod:3676
24651 #, no-wrap
24652 msgid ""
24653 " removexattr xattr path\n"
24654 "\n"
24655 msgstr ""
24656
24657 #. type: textblock
24658 #: ../fish/guestfish-actions.pod:3681
24659 msgid "See also: L</lremovexattr>, L<attr(5)>."
24660 msgstr ""
24661
24662 #. type: =head2
24663 #: ../fish/guestfish-actions.pod:3683
24664 msgid "resize2fs"
24665 msgstr ""
24666
24667 #. type: verbatim
24668 #: ../fish/guestfish-actions.pod:3685
24669 #, no-wrap
24670 msgid ""
24671 " resize2fs device\n"
24672 "\n"
24673 msgstr ""
24674
24675 #. type: textblock
24676 #: ../fish/guestfish-actions.pod:3690
24677 msgid ""
24678 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
24679 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
24680 "gives an error about this and sometimes not.  In any case, it is always safe "
24681 "to call L</e2fsck-f> before calling this function."
24682 msgstr ""
24683
24684 #. type: =head2
24685 #: ../fish/guestfish-actions.pod:3696
24686 msgid "resize2fs-M"
24687 msgstr ""
24688
24689 #. type: verbatim
24690 #: ../fish/guestfish-actions.pod:3698
24691 #, no-wrap
24692 msgid ""
24693 " resize2fs-M device\n"
24694 "\n"
24695 msgstr ""
24696
24697 #. type: textblock
24698 #: ../fish/guestfish-actions.pod:3700
24699 msgid ""
24700 "This command is the same as L</resize2fs>, but the filesystem is resized to "
24701 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
24702 "command."
24703 msgstr ""
24704
24705 #. type: textblock
24706 #: ../fish/guestfish-actions.pod:3704
24707 msgid ""
24708 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
24709 "and read the C<Block size> and C<Block count> values.  These two numbers, "
24710 "multiplied together, give the resulting size of the minimal filesystem in "
24711 "bytes."
24712 msgstr ""
24713
24714 #. type: =head2
24715 #: ../fish/guestfish-actions.pod:3709
24716 msgid "resize2fs-size"
24717 msgstr ""
24718
24719 #. type: verbatim
24720 #: ../fish/guestfish-actions.pod:3711
24721 #, no-wrap
24722 msgid ""
24723 " resize2fs-size device size\n"
24724 "\n"
24725 msgstr ""
24726
24727 #. type: textblock
24728 #: ../fish/guestfish-actions.pod:3713
24729 msgid ""
24730 "This command is the same as L</resize2fs> except that it allows you to "
24731 "specify the new size (in bytes) explicitly."
24732 msgstr ""
24733
24734 #. type: =head2
24735 #: ../fish/guestfish-actions.pod:3716
24736 msgid "rm"
24737 msgstr ""
24738
24739 #. type: verbatim
24740 #: ../fish/guestfish-actions.pod:3718
24741 #, no-wrap
24742 msgid ""
24743 " rm path\n"
24744 "\n"
24745 msgstr ""
24746
24747 #. type: =head2
24748 #: ../fish/guestfish-actions.pod:3722
24749 msgid "rm-rf"
24750 msgstr ""
24751
24752 #. type: verbatim
24753 #: ../fish/guestfish-actions.pod:3724
24754 #, no-wrap
24755 msgid ""
24756 " rm-rf path\n"
24757 "\n"
24758 msgstr ""
24759
24760 #. type: =head2
24761 #: ../fish/guestfish-actions.pod:3730
24762 msgid "rmdir"
24763 msgstr ""
24764
24765 #. type: verbatim
24766 #: ../fish/guestfish-actions.pod:3732
24767 #, no-wrap
24768 msgid ""
24769 " rmdir path\n"
24770 "\n"
24771 msgstr ""
24772
24773 #. type: =head2
24774 #: ../fish/guestfish-actions.pod:3736
24775 msgid "rmmountpoint"
24776 msgstr ""
24777
24778 #. type: verbatim
24779 #: ../fish/guestfish-actions.pod:3738
24780 #, no-wrap
24781 msgid ""
24782 " rmmountpoint exemptpath\n"
24783 "\n"
24784 msgstr ""
24785
24786 #. type: textblock
24787 #: ../fish/guestfish-actions.pod:3740
24788 msgid ""
24789 "This calls removes a mountpoint that was previously created with "
24790 "L</mkmountpoint>.  See L</mkmountpoint> for full details."
24791 msgstr ""
24792
24793 #. type: =head2
24794 #: ../fish/guestfish-actions.pod:3744
24795 msgid "scrub-device"
24796 msgstr ""
24797
24798 #. type: verbatim
24799 #: ../fish/guestfish-actions.pod:3746
24800 #, no-wrap
24801 msgid ""
24802 " scrub-device device\n"
24803 "\n"
24804 msgstr ""
24805
24806 #. type: =head2
24807 #: ../fish/guestfish-actions.pod:3757
24808 msgid "scrub-file"
24809 msgstr ""
24810
24811 #. type: verbatim
24812 #: ../fish/guestfish-actions.pod:3759
24813 #, no-wrap
24814 msgid ""
24815 " scrub-file file\n"
24816 "\n"
24817 msgstr ""
24818
24819 #. type: =head2
24820 #: ../fish/guestfish-actions.pod:3769
24821 msgid "scrub-freespace"
24822 msgstr ""
24823
24824 #. type: verbatim
24825 #: ../fish/guestfish-actions.pod:3771
24826 #, no-wrap
24827 msgid ""
24828 " scrub-freespace dir\n"
24829 "\n"
24830 msgstr ""
24831
24832 #. type: textblock
24833 #: ../fish/guestfish-actions.pod:3773
24834 msgid ""
24835 "This command creates the directory C<dir> and then fills it with files until "
24836 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
24837 "deletes them.  The intention is to scrub any free space on the partition "
24838 "containing C<dir>."
24839 msgstr ""
24840
24841 #. type: =head2
24842 #: ../fish/guestfish-actions.pod:3782
24843 msgid "set-append"
24844 msgstr ""
24845
24846 #. type: =head2
24847 #: ../fish/guestfish-actions.pod:3784
24848 msgid "append"
24849 msgstr ""
24850
24851 #. type: verbatim
24852 #: ../fish/guestfish-actions.pod:3786
24853 #, no-wrap
24854 msgid ""
24855 " set-append append\n"
24856 "\n"
24857 msgstr ""
24858
24859 #. type: =head2
24860 #: ../fish/guestfish-actions.pod:3797
24861 msgid "set-attach-method"
24862 msgstr ""
24863
24864 #. type: =head2
24865 #: ../fish/guestfish-actions.pod:3799
24866 msgid "attach-method"
24867 msgstr ""
24868
24869 #. type: verbatim
24870 #: ../fish/guestfish-actions.pod:3801
24871 #, no-wrap
24872 msgid ""
24873 " set-attach-method attachmethod\n"
24874 "\n"
24875 msgstr ""
24876
24877 #. type: =head2
24878 #: ../fish/guestfish-actions.pod:3823
24879 msgid "set-autosync"
24880 msgstr ""
24881
24882 #. type: =head2
24883 #: ../fish/guestfish-actions.pod:3825
24884 msgid "autosync"
24885 msgstr ""
24886
24887 #. type: verbatim
24888 #: ../fish/guestfish-actions.pod:3827
24889 #, no-wrap
24890 msgid ""
24891 " set-autosync true|false\n"
24892 "\n"
24893 msgstr ""
24894
24895 #. type: =head2
24896 #: ../fish/guestfish-actions.pod:3837
24897 msgid "set-direct"
24898 msgstr ""
24899
24900 #. type: =head2
24901 #: ../fish/guestfish-actions.pod:3839
24902 msgid "direct"
24903 msgstr ""
24904
24905 #. type: verbatim
24906 #: ../fish/guestfish-actions.pod:3841
24907 #, no-wrap
24908 msgid ""
24909 " set-direct true|false\n"
24910 "\n"
24911 msgstr ""
24912
24913 #. type: textblock
24914 #: ../fish/guestfish-actions.pod:3847
24915 msgid ""
24916 "One consequence of this is that log messages aren't caught by the library "
24917 "and handled by L</set-log-message-callback>, but go straight to stdout."
24918 msgstr ""
24919
24920 #. type: =head2
24921 #: ../fish/guestfish-actions.pod:3856
24922 msgid "set-e2label"
24923 msgstr ""
24924
24925 #. type: verbatim
24926 #: ../fish/guestfish-actions.pod:3858
24927 #, no-wrap
24928 msgid ""
24929 " set-e2label device label\n"
24930 "\n"
24931 msgstr ""
24932
24933 #. type: textblock
24934 #: ../fish/guestfish-actions.pod:3864
24935 msgid ""
24936 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
24937 "label on a filesystem."
24938 msgstr ""
24939
24940 #. type: =head2
24941 #: ../fish/guestfish-actions.pod:3867
24942 msgid "set-e2uuid"
24943 msgstr ""
24944
24945 #. type: verbatim
24946 #: ../fish/guestfish-actions.pod:3869
24947 #, no-wrap
24948 msgid ""
24949 " set-e2uuid device uuid\n"
24950 "\n"
24951 msgstr ""
24952
24953 #. type: textblock
24954 #: ../fish/guestfish-actions.pod:3876
24955 msgid ""
24956 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
24957 "UUID of a filesystem."
24958 msgstr ""
24959
24960 #. type: =head2
24961 #: ../fish/guestfish-actions.pod:3879
24962 msgid "set-memsize"
24963 msgstr ""
24964
24965 #. type: =head2
24966 #: ../fish/guestfish-actions.pod:3881
24967 msgid "memsize"
24968 msgstr ""
24969
24970 #. type: verbatim
24971 #: ../fish/guestfish-actions.pod:3883
24972 #, no-wrap
24973 msgid ""
24974 " set-memsize memsize\n"
24975 "\n"
24976 msgstr ""
24977
24978 #. type: textblock
24979 #: ../fish/guestfish-actions.pod:3885
24980 msgid ""
24981 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
24982 "This only has any effect if called before L</launch>."
24983 msgstr ""
24984
24985 #. type: =head2
24986 #: ../fish/guestfish-actions.pod:3896
24987 msgid "set-network"
24988 msgstr ""
24989
24990 #. type: =head2
24991 #: ../fish/guestfish-actions.pod:3898
24992 msgid "network"
24993 msgstr ""
24994
24995 #. type: verbatim
24996 #: ../fish/guestfish-actions.pod:3900
24997 #, no-wrap
24998 msgid ""
24999 " set-network true|false\n"
25000 "\n"
25001 msgstr ""
25002
25003 #. type: textblock
25004 #: ../fish/guestfish-actions.pod:3908
25005 msgid "You must call this before calling L</launch>, otherwise it has no effect."
25006 msgstr ""
25007
25008 #. type: =head2
25009 #: ../fish/guestfish-actions.pod:3911
25010 msgid "set-path"
25011 msgstr ""
25012
25013 #. type: =head2
25014 #: ../fish/guestfish-actions.pod:3913
25015 msgid "path"
25016 msgstr ""
25017
25018 #. type: verbatim
25019 #: ../fish/guestfish-actions.pod:3915
25020 #, no-wrap
25021 msgid ""
25022 " set-path searchpath\n"
25023 "\n"
25024 msgstr ""
25025
25026 #. type: =head2
25027 #: ../fish/guestfish-actions.pod:3924
25028 msgid "set-qemu"
25029 msgstr ""
25030
25031 #. type: =head2
25032 #: ../fish/guestfish-actions.pod:3926
25033 msgid "qemu"
25034 msgstr ""
25035
25036 #. type: verbatim
25037 #: ../fish/guestfish-actions.pod:3928
25038 #, no-wrap
25039 msgid ""
25040 " set-qemu qemu\n"
25041 "\n"
25042 msgstr ""
25043
25044 #. type: =head2
25045 #: ../fish/guestfish-actions.pod:3948
25046 msgid "set-recovery-proc"
25047 msgstr ""
25048
25049 #. type: =head2
25050 #: ../fish/guestfish-actions.pod:3950
25051 msgid "recovery-proc"
25052 msgstr ""
25053
25054 #. type: verbatim
25055 #: ../fish/guestfish-actions.pod:3952
25056 #, no-wrap
25057 msgid ""
25058 " set-recovery-proc true|false\n"
25059 "\n"
25060 msgstr ""
25061
25062 #. type: textblock
25063 #: ../fish/guestfish-actions.pod:3954
25064 msgid ""
25065 "If this is called with the parameter C<false> then L</launch> does not "
25066 "create a recovery process.  The purpose of the recovery process is to stop "
25067 "runaway qemu processes in the case where the main program aborts abruptly."
25068 msgstr ""
25069
25070 #. type: textblock
25071 #: ../fish/guestfish-actions.pod:3959
25072 msgid ""
25073 "This only has any effect if called before L</launch>, and the default is "
25074 "true."
25075 msgstr ""
25076
25077 #. type: =head2
25078 #: ../fish/guestfish-actions.pod:3968
25079 msgid "set-selinux"
25080 msgstr ""
25081
25082 #. type: =head2
25083 #: ../fish/guestfish-actions.pod:3970
25084 msgid "selinux"
25085 msgstr ""
25086
25087 #. type: verbatim
25088 #: ../fish/guestfish-actions.pod:3972
25089 #, no-wrap
25090 msgid ""
25091 " set-selinux true|false\n"
25092 "\n"
25093 msgstr ""
25094
25095 #. type: =head2
25096 #: ../fish/guestfish-actions.pod:3983
25097 msgid "set-trace"
25098 msgstr ""
25099
25100 #. type: =head2
25101 #: ../fish/guestfish-actions.pod:3985
25102 msgid "trace"
25103 msgstr ""
25104
25105 #. type: verbatim
25106 #: ../fish/guestfish-actions.pod:3987
25107 #, no-wrap
25108 msgid ""
25109 " set-trace true|false\n"
25110 "\n"
25111 msgstr ""
25112
25113 #. type: =head2
25114 #: ../fish/guestfish-actions.pod:4003
25115 msgid "set-verbose"
25116 msgstr ""
25117
25118 #. type: =head2
25119 #: ../fish/guestfish-actions.pod:4005
25120 msgid "verbose"
25121 msgstr ""
25122
25123 #. type: verbatim
25124 #: ../fish/guestfish-actions.pod:4007
25125 #, no-wrap
25126 msgid ""
25127 " set-verbose true|false\n"
25128 "\n"
25129 msgstr ""
25130
25131 #. type: =head2
25132 #: ../fish/guestfish-actions.pod:4014
25133 msgid "setcon"
25134 msgstr ""
25135
25136 #. type: verbatim
25137 #: ../fish/guestfish-actions.pod:4016
25138 #, no-wrap
25139 msgid ""
25140 " setcon context\n"
25141 "\n"
25142 msgstr ""
25143
25144 #. type: =head2
25145 #: ../fish/guestfish-actions.pod:4023
25146 msgid "setxattr"
25147 msgstr ""
25148
25149 #. type: verbatim
25150 #: ../fish/guestfish-actions.pod:4025
25151 #, no-wrap
25152 msgid ""
25153 " setxattr xattr val vallen path\n"
25154 "\n"
25155 msgstr ""
25156
25157 #. type: textblock
25158 #: ../fish/guestfish-actions.pod:4031
25159 msgid "See also: L</lsetxattr>, L<attr(5)>."
25160 msgstr ""
25161
25162 #. type: =head2
25163 #: ../fish/guestfish-actions.pod:4033
25164 msgid "sfdisk"
25165 msgstr ""
25166
25167 #. type: verbatim
25168 #: ../fish/guestfish-actions.pod:4035
25169 #, no-wrap
25170 msgid ""
25171 " sfdisk device cyls heads sectors 'lines ...'\n"
25172 "\n"
25173 msgstr ""
25174
25175 #. type: textblock
25176 #: ../fish/guestfish-actions.pod:4057
25177 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
25178 msgstr ""
25179
25180 #. type: =head2
25181 #: ../fish/guestfish-actions.pod:4063
25182 msgid "sfdiskM"
25183 msgstr ""
25184
25185 #. type: verbatim
25186 #: ../fish/guestfish-actions.pod:4065
25187 #, no-wrap
25188 msgid ""
25189 " sfdiskM device 'lines ...'\n"
25190 "\n"
25191 msgstr ""
25192
25193 #. type: textblock
25194 #: ../fish/guestfish-actions.pod:4067
25195 msgid ""
25196 "This is a simplified interface to the L</sfdisk> command, where partition "
25197 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
25198 "you don't need to specify the cyls, heads and sectors parameters which were "
25199 "rarely if ever used anyway."
25200 msgstr ""
25201
25202 #. type: textblock
25203 #: ../fish/guestfish-actions.pod:4073
25204 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
25205 msgstr ""
25206
25207 #. type: =head2
25208 #: ../fish/guestfish-actions.pod:4079
25209 msgid "sfdisk-N"
25210 msgstr ""
25211
25212 #. type: verbatim
25213 #: ../fish/guestfish-actions.pod:4081
25214 #, no-wrap
25215 msgid ""
25216 " sfdisk-N device partnum cyls heads sectors line\n"
25217 "\n"
25218 msgstr ""
25219
25220 #. type: textblock
25221 #: ../fish/guestfish-actions.pod:4086
25222 msgid ""
25223 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
25224 "cyls/heads/sectors parameters."
25225 msgstr ""
25226
25227 #. type: textblock
25228 #: ../fish/guestfish-actions.pod:4089
25229 msgid "See also: L</part-add>"
25230 msgstr ""
25231
25232 #. type: =head2
25233 #: ../fish/guestfish-actions.pod:4094
25234 msgid "sfdisk-disk-geometry"
25235 msgstr ""
25236
25237 #. type: verbatim
25238 #: ../fish/guestfish-actions.pod:4096
25239 #, no-wrap
25240 msgid ""
25241 " sfdisk-disk-geometry device\n"
25242 "\n"
25243 msgstr ""
25244
25245 #. type: textblock
25246 #: ../fish/guestfish-actions.pod:4098
25247 msgid ""
25248 "This displays the disk geometry of C<device> read from the partition table.  "
25249 "Especially in the case where the underlying block device has been resized, "
25250 "this can be different from the kernel's idea of the geometry (see "
25251 "L</sfdisk-kernel-geometry>)."
25252 msgstr ""
25253
25254 #. type: =head2
25255 #: ../fish/guestfish-actions.pod:4106
25256 msgid "sfdisk-kernel-geometry"
25257 msgstr ""
25258
25259 #. type: verbatim
25260 #: ../fish/guestfish-actions.pod:4108
25261 #, no-wrap
25262 msgid ""
25263 " sfdisk-kernel-geometry device\n"
25264 "\n"
25265 msgstr ""
25266
25267 #. type: =head2
25268 #: ../fish/guestfish-actions.pod:4115
25269 msgid "sfdisk-l"
25270 msgstr ""
25271
25272 #. type: verbatim
25273 #: ../fish/guestfish-actions.pod:4117
25274 #, no-wrap
25275 msgid ""
25276 " sfdisk-l device\n"
25277 "\n"
25278 msgstr ""
25279
25280 #. type: textblock
25281 #: ../fish/guestfish-actions.pod:4123
25282 msgid "See also: L</part-list>"
25283 msgstr ""
25284
25285 #. type: =head2
25286 #: ../fish/guestfish-actions.pod:4125
25287 msgid "sh"
25288 msgstr ""
25289
25290 #. type: verbatim
25291 #: ../fish/guestfish-actions.pod:4127
25292 #, no-wrap
25293 msgid ""
25294 " sh command\n"
25295 "\n"
25296 msgstr ""
25297
25298 #. type: textblock
25299 #: ../fish/guestfish-actions.pod:4132
25300 msgid "This is like L</command>, but passes the command to:"
25301 msgstr ""
25302
25303 #. type: textblock
25304 #: ../fish/guestfish-actions.pod:4140
25305 msgid "All the provisos about L</command> apply to this call."
25306 msgstr ""
25307
25308 #. type: =head2
25309 #: ../fish/guestfish-actions.pod:4142
25310 msgid "sh-lines"
25311 msgstr ""
25312
25313 #. type: verbatim
25314 #: ../fish/guestfish-actions.pod:4144
25315 #, no-wrap
25316 msgid ""
25317 " sh-lines command\n"
25318 "\n"
25319 msgstr ""
25320
25321 #. type: textblock
25322 #: ../fish/guestfish-actions.pod:4146
25323 msgid "This is the same as L</sh>, but splits the result into a list of lines."
25324 msgstr ""
25325
25326 #. type: textblock
25327 #: ../fish/guestfish-actions.pod:4149
25328 msgid "See also: L</command-lines>"
25329 msgstr ""
25330
25331 #. type: =head2
25332 #: ../fish/guestfish-actions.pod:4151
25333 msgid "sleep"
25334 msgstr ""
25335
25336 #. type: verbatim
25337 #: ../fish/guestfish-actions.pod:4153
25338 #, no-wrap
25339 msgid ""
25340 " sleep secs\n"
25341 "\n"
25342 msgstr ""
25343
25344 #. type: =head2
25345 #: ../fish/guestfish-actions.pod:4157
25346 msgid "stat"
25347 msgstr ""
25348
25349 #. type: verbatim
25350 #: ../fish/guestfish-actions.pod:4159
25351 #, no-wrap
25352 msgid ""
25353 " stat path\n"
25354 "\n"
25355 msgstr ""
25356
25357 #. type: =head2
25358 #: ../fish/guestfish-actions.pod:4165
25359 msgid "statvfs"
25360 msgstr ""
25361
25362 #. type: verbatim
25363 #: ../fish/guestfish-actions.pod:4167
25364 #, no-wrap
25365 msgid ""
25366 " statvfs path\n"
25367 "\n"
25368 msgstr ""
25369
25370 #. type: =head2
25371 #: ../fish/guestfish-actions.pod:4175
25372 msgid "strings"
25373 msgstr ""
25374
25375 #. type: verbatim
25376 #: ../fish/guestfish-actions.pod:4177
25377 #, no-wrap
25378 msgid ""
25379 " strings path\n"
25380 "\n"
25381 msgstr ""
25382
25383 #. type: =head2
25384 #: ../fish/guestfish-actions.pod:4185
25385 msgid "strings-e"
25386 msgstr ""
25387
25388 #. type: verbatim
25389 #: ../fish/guestfish-actions.pod:4187
25390 #, no-wrap
25391 msgid ""
25392 " strings-e encoding path\n"
25393 "\n"
25394 msgstr ""
25395
25396 #. type: textblock
25397 #: ../fish/guestfish-actions.pod:4189
25398 msgid ""
25399 "This is like the L</strings> command, but allows you to specify the encoding "
25400 "of strings that are looked for in the source file C<path>."
25401 msgstr ""
25402
25403 #. type: textblock
25404 #: ../fish/guestfish-actions.pod:4199
25405 msgid ""
25406 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
25407 "ISO-8859-X (this is what L</strings> uses)."
25408 msgstr ""
25409
25410 #. type: =head2
25411 #: ../fish/guestfish-actions.pod:4231
25412 msgid "swapoff-device"
25413 msgstr ""
25414
25415 #. type: verbatim
25416 #: ../fish/guestfish-actions.pod:4233
25417 #, no-wrap
25418 msgid ""
25419 " swapoff-device device\n"
25420 "\n"
25421 msgstr ""
25422
25423 #. type: textblock
25424 #: ../fish/guestfish-actions.pod:4235
25425 msgid ""
25426 "This command disables the libguestfs appliance swap device or partition "
25427 "named C<device>.  See L</swapon-device>."
25428 msgstr ""
25429
25430 #. type: =head2
25431 #: ../fish/guestfish-actions.pod:4239
25432 msgid "swapoff-file"
25433 msgstr ""
25434
25435 #. type: verbatim
25436 #: ../fish/guestfish-actions.pod:4241
25437 #, no-wrap
25438 msgid ""
25439 " swapoff-file file\n"
25440 "\n"
25441 msgstr ""
25442
25443 #. type: =head2
25444 #: ../fish/guestfish-actions.pod:4245
25445 msgid "swapoff-label"
25446 msgstr ""
25447
25448 #. type: verbatim
25449 #: ../fish/guestfish-actions.pod:4247
25450 #, no-wrap
25451 msgid ""
25452 " swapoff-label label\n"
25453 "\n"
25454 msgstr ""
25455
25456 #. type: =head2
25457 #: ../fish/guestfish-actions.pod:4252
25458 msgid "swapoff-uuid"
25459 msgstr ""
25460
25461 #. type: verbatim
25462 #: ../fish/guestfish-actions.pod:4254
25463 #, no-wrap
25464 msgid ""
25465 " swapoff-uuid uuid\n"
25466 "\n"
25467 msgstr ""
25468
25469 #. type: =head2
25470 #: ../fish/guestfish-actions.pod:4259
25471 msgid "swapon-device"
25472 msgstr ""
25473
25474 #. type: verbatim
25475 #: ../fish/guestfish-actions.pod:4261
25476 #, no-wrap
25477 msgid ""
25478 " swapon-device device\n"
25479 "\n"
25480 msgstr ""
25481
25482 #. type: textblock
25483 #: ../fish/guestfish-actions.pod:4263
25484 msgid ""
25485 "This command enables the libguestfs appliance to use the swap device or "
25486 "partition named C<device>.  The increased memory is made available for all "
25487 "commands, for example those run using L</command> or L</sh>."
25488 msgstr ""
25489
25490 #. type: =head2
25491 #: ../fish/guestfish-actions.pod:4275
25492 msgid "swapon-file"
25493 msgstr ""
25494
25495 #. type: verbatim
25496 #: ../fish/guestfish-actions.pod:4277
25497 #, no-wrap
25498 msgid ""
25499 " swapon-file file\n"
25500 "\n"
25501 msgstr ""
25502
25503 #. type: textblock
25504 #: ../fish/guestfish-actions.pod:4279
25505 msgid "This command enables swap to a file.  See L</swapon-device> for other notes."
25506 msgstr ""
25507
25508 #. type: =head2
25509 #: ../fish/guestfish-actions.pod:4282
25510 msgid "swapon-label"
25511 msgstr ""
25512
25513 #. type: verbatim
25514 #: ../fish/guestfish-actions.pod:4284
25515 #, no-wrap
25516 msgid ""
25517 " swapon-label label\n"
25518 "\n"
25519 msgstr ""
25520
25521 #. type: textblock
25522 #: ../fish/guestfish-actions.pod:4286
25523 msgid ""
25524 "This command enables swap to a labeled swap partition.  See "
25525 "L</swapon-device> for other notes."
25526 msgstr ""
25527
25528 #. type: =head2
25529 #: ../fish/guestfish-actions.pod:4289
25530 msgid "swapon-uuid"
25531 msgstr ""
25532
25533 #. type: verbatim
25534 #: ../fish/guestfish-actions.pod:4291
25535 #, no-wrap
25536 msgid ""
25537 " swapon-uuid uuid\n"
25538 "\n"
25539 msgstr ""
25540
25541 #. type: textblock
25542 #: ../fish/guestfish-actions.pod:4293
25543 msgid ""
25544 "This command enables swap to a swap partition with the given UUID.  See "
25545 "L</swapon-device> for other notes."
25546 msgstr ""
25547
25548 #. type: =head2
25549 #: ../fish/guestfish-actions.pod:4296
25550 msgid "sync"
25551 msgstr ""
25552
25553 #. type: verbatim
25554 #: ../fish/guestfish-actions.pod:4298
25555 #, no-wrap
25556 msgid ""
25557 " sync\n"
25558 "\n"
25559 msgstr ""
25560
25561 #. type: =head2
25562 #: ../fish/guestfish-actions.pod:4306
25563 msgid "tail"
25564 msgstr ""
25565
25566 #. type: verbatim
25567 #: ../fish/guestfish-actions.pod:4308
25568 #, no-wrap
25569 msgid ""
25570 " tail path\n"
25571 "\n"
25572 msgstr ""
25573
25574 #. type: =head2
25575 #: ../fish/guestfish-actions.pod:4316
25576 msgid "tail-n"
25577 msgstr ""
25578
25579 #. type: verbatim
25580 #: ../fish/guestfish-actions.pod:4318
25581 #, no-wrap
25582 msgid ""
25583 " tail-n nrlines path\n"
25584 "\n"
25585 msgstr ""
25586
25587 #. type: =head2
25588 #: ../fish/guestfish-actions.pod:4331
25589 msgid "tar-in"
25590 msgstr ""
25591
25592 #. type: verbatim
25593 #: ../fish/guestfish-actions.pod:4333
25594 #, no-wrap
25595 msgid ""
25596 " tar-in (tarfile|-) directory\n"
25597 "\n"
25598 msgstr ""
25599
25600 #. type: textblock
25601 #: ../fish/guestfish-actions.pod:4338
25602 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
25603 msgstr ""
25604
25605 #. type: =head2
25606 #: ../fish/guestfish-actions.pod:4343
25607 msgid "tar-out"
25608 msgstr ""
25609
25610 #. type: verbatim
25611 #: ../fish/guestfish-actions.pod:4345
25612 #, no-wrap
25613 msgid ""
25614 " tar-out directory (tarfile|-)\n"
25615 "\n"
25616 msgstr ""
25617
25618 #. type: textblock
25619 #: ../fish/guestfish-actions.pod:4350
25620 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
25621 msgstr ""
25622
25623 #. type: =head2
25624 #: ../fish/guestfish-actions.pod:4355
25625 msgid "tgz-in"
25626 msgstr ""
25627
25628 #. type: verbatim
25629 #: ../fish/guestfish-actions.pod:4357
25630 #, no-wrap
25631 msgid ""
25632 " tgz-in (tarball|-) directory\n"
25633 "\n"
25634 msgstr ""
25635
25636 #. type: textblock
25637 #: ../fish/guestfish-actions.pod:4362
25638 msgid "To upload an uncompressed tarball, use L</tar-in>."
25639 msgstr ""
25640
25641 #. type: =head2
25642 #: ../fish/guestfish-actions.pod:4366
25643 msgid "tgz-out"
25644 msgstr ""
25645
25646 #. type: verbatim
25647 #: ../fish/guestfish-actions.pod:4368
25648 #, no-wrap
25649 msgid ""
25650 " tgz-out directory (tarball|-)\n"
25651 "\n"
25652 msgstr ""
25653
25654 #. type: textblock
25655 #: ../fish/guestfish-actions.pod:4373
25656 msgid "To download an uncompressed tarball, use L</tar-out>."
25657 msgstr ""
25658
25659 #. type: =head2
25660 #: ../fish/guestfish-actions.pod:4377
25661 msgid "touch"
25662 msgstr ""
25663
25664 #. type: verbatim
25665 #: ../fish/guestfish-actions.pod:4379
25666 #, no-wrap
25667 msgid ""
25668 " touch path\n"
25669 "\n"
25670 msgstr ""
25671
25672 #. type: =head2
25673 #: ../fish/guestfish-actions.pod:4388
25674 msgid "truncate"
25675 msgstr ""
25676
25677 #. type: verbatim
25678 #: ../fish/guestfish-actions.pod:4390
25679 #, no-wrap
25680 msgid ""
25681 " truncate path\n"
25682 "\n"
25683 msgstr ""
25684
25685 #. type: =head2
25686 #: ../fish/guestfish-actions.pod:4395
25687 msgid "truncate-size"
25688 msgstr ""
25689
25690 #. type: verbatim
25691 #: ../fish/guestfish-actions.pod:4397
25692 #, no-wrap
25693 msgid ""
25694 " truncate-size path size\n"
25695 "\n"
25696 msgstr ""
25697
25698 #. type: textblock
25699 #: ../fish/guestfish-actions.pod:4402
25700 msgid ""
25701 "If the current file size is less than C<size> then the file is extended to "
25702 "the required size with zero bytes.  This creates a sparse file (ie. disk "
25703 "blocks are not allocated for the file until you write to it).  To create a "
25704 "non-sparse file of zeroes, use L</fallocate64> instead."
25705 msgstr ""
25706
25707 #. type: =head2
25708 #: ../fish/guestfish-actions.pod:4408
25709 msgid "tune2fs-l"
25710 msgstr ""
25711
25712 #. type: verbatim
25713 #: ../fish/guestfish-actions.pod:4410
25714 #, no-wrap
25715 msgid ""
25716 " tune2fs-l device\n"
25717 "\n"
25718 msgstr ""
25719
25720 #. type: =head2
25721 #: ../fish/guestfish-actions.pod:4420
25722 msgid "txz-in"
25723 msgstr ""
25724
25725 #. type: verbatim
25726 #: ../fish/guestfish-actions.pod:4422
25727 #, no-wrap
25728 msgid ""
25729 " txz-in (tarball|-) directory\n"
25730 "\n"
25731 msgstr ""
25732
25733 #. type: =head2
25734 #: ../fish/guestfish-actions.pod:4429
25735 msgid "txz-out"
25736 msgstr ""
25737
25738 #. type: verbatim
25739 #: ../fish/guestfish-actions.pod:4431
25740 #, no-wrap
25741 msgid ""
25742 " txz-out directory (tarball|-)\n"
25743 "\n"
25744 msgstr ""
25745
25746 #. type: =head2
25747 #: ../fish/guestfish-actions.pod:4438
25748 msgid "umask"
25749 msgstr ""
25750
25751 #. type: verbatim
25752 #: ../fish/guestfish-actions.pod:4440
25753 #, no-wrap
25754 msgid ""
25755 " umask mask\n"
25756 "\n"
25757 msgstr ""
25758
25759 #. type: textblock
25760 #: ../fish/guestfish-actions.pod:4454
25761 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
25762 msgstr ""
25763
25764 #. type: =head2
25765 #: ../fish/guestfish-actions.pod:4459
25766 msgid "umount"
25767 msgstr ""
25768
25769 #. type: =head2
25770 #: ../fish/guestfish-actions.pod:4461
25771 msgid "unmount"
25772 msgstr ""
25773
25774 #. type: verbatim
25775 #: ../fish/guestfish-actions.pod:4463
25776 #, no-wrap
25777 msgid ""
25778 " umount pathordevice\n"
25779 "\n"
25780 msgstr ""
25781
25782 #. type: =head2
25783 #: ../fish/guestfish-actions.pod:4469
25784 msgid "umount-all"
25785 msgstr ""
25786
25787 #. type: =head2
25788 #: ../fish/guestfish-actions.pod:4471
25789 msgid "unmount-all"
25790 msgstr ""
25791
25792 #. type: verbatim
25793 #: ../fish/guestfish-actions.pod:4473
25794 #, no-wrap
25795 msgid ""
25796 " umount-all\n"
25797 "\n"
25798 msgstr ""
25799
25800 #. type: =head2
25801 #: ../fish/guestfish-actions.pod:4479
25802 msgid "upload"
25803 msgstr ""
25804
25805 #. type: verbatim
25806 #: ../fish/guestfish-actions.pod:4481
25807 #, no-wrap
25808 msgid ""
25809 " upload (filename|-) remotefilename\n"
25810 "\n"
25811 msgstr ""
25812
25813 #. type: textblock
25814 #: ../fish/guestfish-actions.pod:4488
25815 msgid "See also L</download>."
25816 msgstr ""
25817
25818 #. type: =head2
25819 #: ../fish/guestfish-actions.pod:4492
25820 msgid "upload-offset"
25821 msgstr ""
25822
25823 #. type: verbatim
25824 #: ../fish/guestfish-actions.pod:4494
25825 #, no-wrap
25826 msgid ""
25827 " upload-offset (filename|-) remotefilename offset\n"
25828 "\n"
25829 msgstr ""
25830
25831 #. type: textblock
25832 #: ../fish/guestfish-actions.pod:4506
25833 msgid ""
25834 "Note that there is no limit on the amount of data that can be uploaded with "
25835 "this call, unlike with L</pwrite>, and this call always writes the full "
25836 "amount unless an error occurs."
25837 msgstr ""
25838
25839 #. type: textblock
25840 #: ../fish/guestfish-actions.pod:4511
25841 msgid "See also L</upload>, L</pwrite>."
25842 msgstr ""
25843
25844 #. type: =head2
25845 #: ../fish/guestfish-actions.pod:4515
25846 msgid "utimens"
25847 msgstr ""
25848
25849 #. type: verbatim
25850 #: ../fish/guestfish-actions.pod:4517
25851 #, no-wrap
25852 msgid ""
25853 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
25854 "\n"
25855 msgstr ""
25856
25857 #. type: =head2
25858 #: ../fish/guestfish-actions.pod:4536
25859 msgid "version"
25860 msgstr ""
25861
25862 #. type: verbatim
25863 #: ../fish/guestfish-actions.pod:4538
25864 #, no-wrap
25865 msgid ""
25866 " version\n"
25867 "\n"
25868 msgstr ""
25869
25870 #. type: textblock
25871 #: ../fish/guestfish-actions.pod:4565
25872 msgid ""
25873 "I<Note:> Don't use this call to test for availability of features.  In "
25874 "enterprise distributions we backport features from later versions into "
25875 "earlier versions, making this an unreliable way to test for features.  Use "
25876 "L</available> instead."
25877 msgstr ""
25878
25879 #. type: =head2
25880 #: ../fish/guestfish-actions.pod:4571
25881 msgid "vfs-label"
25882 msgstr ""
25883
25884 #. type: verbatim
25885 #: ../fish/guestfish-actions.pod:4573
25886 #, no-wrap
25887 msgid ""
25888 " vfs-label device\n"
25889 "\n"
25890 msgstr ""
25891
25892 #. type: textblock
25893 #: ../fish/guestfish-actions.pod:4580
25894 msgid "To find a filesystem from the label, use L</findfs-label>."
25895 msgstr ""
25896
25897 #. type: =head2
25898 #: ../fish/guestfish-actions.pod:4582
25899 msgid "vfs-type"
25900 msgstr ""
25901
25902 #. type: verbatim
25903 #: ../fish/guestfish-actions.pod:4584
25904 #, no-wrap
25905 msgid ""
25906 " vfs-type device\n"
25907 "\n"
25908 msgstr ""
25909
25910 #. type: =head2
25911 #: ../fish/guestfish-actions.pod:4594
25912 msgid "vfs-uuid"
25913 msgstr ""
25914
25915 #. type: verbatim
25916 #: ../fish/guestfish-actions.pod:4596
25917 #, no-wrap
25918 msgid ""
25919 " vfs-uuid device\n"
25920 "\n"
25921 msgstr ""
25922
25923 #. type: textblock
25924 #: ../fish/guestfish-actions.pod:4603
25925 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
25926 msgstr ""
25927
25928 #. type: =head2
25929 #: ../fish/guestfish-actions.pod:4605
25930 msgid "vg-activate"
25931 msgstr ""
25932
25933 #. type: verbatim
25934 #: ../fish/guestfish-actions.pod:4607
25935 #, no-wrap
25936 msgid ""
25937 " vg-activate true|false 'volgroups ...'\n"
25938 "\n"
25939 msgstr ""
25940
25941 #. type: =head2
25942 #: ../fish/guestfish-actions.pod:4620
25943 msgid "vg-activate-all"
25944 msgstr ""
25945
25946 #. type: verbatim
25947 #: ../fish/guestfish-actions.pod:4622
25948 #, no-wrap
25949 msgid ""
25950 " vg-activate-all true|false\n"
25951 "\n"
25952 msgstr ""
25953
25954 #. type: =head2
25955 #: ../fish/guestfish-actions.pod:4632
25956 msgid "vgcreate"
25957 msgstr ""
25958
25959 #. type: verbatim
25960 #: ../fish/guestfish-actions.pod:4634
25961 #, no-wrap
25962 msgid ""
25963 " vgcreate volgroup 'physvols ...'\n"
25964 "\n"
25965 msgstr ""
25966
25967 #. type: =head2
25968 #: ../fish/guestfish-actions.pod:4639
25969 msgid "vglvuuids"
25970 msgstr ""
25971
25972 #. type: verbatim
25973 #: ../fish/guestfish-actions.pod:4641
25974 #, no-wrap
25975 msgid ""
25976 " vglvuuids vgname\n"
25977 "\n"
25978 msgstr ""
25979
25980 #. type: textblock
25981 #: ../fish/guestfish-actions.pod:4646
25982 msgid ""
25983 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
25984 "logical volumes and volume groups."
25985 msgstr ""
25986
25987 #. type: textblock
25988 #: ../fish/guestfish-actions.pod:4649
25989 msgid "See also L</vgpvuuids>."
25990 msgstr ""
25991
25992 #. type: =head2
25993 #: ../fish/guestfish-actions.pod:4651
25994 msgid "vgpvuuids"
25995 msgstr ""
25996
25997 #. type: verbatim
25998 #: ../fish/guestfish-actions.pod:4653
25999 #, no-wrap
26000 msgid ""
26001 " vgpvuuids vgname\n"
26002 "\n"
26003 msgstr ""
26004
26005 #. type: textblock
26006 #: ../fish/guestfish-actions.pod:4658
26007 msgid ""
26008 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
26009 "physical volumes and volume groups."
26010 msgstr ""
26011
26012 #. type: textblock
26013 #: ../fish/guestfish-actions.pod:4661
26014 msgid "See also L</vglvuuids>."
26015 msgstr ""
26016
26017 #. type: =head2
26018 #: ../fish/guestfish-actions.pod:4663
26019 msgid "vgremove"
26020 msgstr ""
26021
26022 #. type: verbatim
26023 #: ../fish/guestfish-actions.pod:4665
26024 #, no-wrap
26025 msgid ""
26026 " vgremove vgname\n"
26027 "\n"
26028 msgstr ""
26029
26030 #. type: =head2
26031 #: ../fish/guestfish-actions.pod:4672
26032 msgid "vgrename"
26033 msgstr ""
26034
26035 #. type: verbatim
26036 #: ../fish/guestfish-actions.pod:4674
26037 #, no-wrap
26038 msgid ""
26039 " vgrename volgroup newvolgroup\n"
26040 "\n"
26041 msgstr ""
26042
26043 #. type: =head2
26044 #: ../fish/guestfish-actions.pod:4678
26045 msgid "vgs"
26046 msgstr ""
26047
26048 #. type: verbatim
26049 #: ../fish/guestfish-actions.pod:4680
26050 #, no-wrap
26051 msgid ""
26052 " vgs\n"
26053 "\n"
26054 msgstr ""
26055
26056 #. type: textblock
26057 #: ../fish/guestfish-actions.pod:4688
26058 msgid "See also L</vgs-full>."
26059 msgstr ""
26060
26061 #. type: =head2
26062 #: ../fish/guestfish-actions.pod:4690
26063 msgid "vgs-full"
26064 msgstr ""
26065
26066 #. type: verbatim
26067 #: ../fish/guestfish-actions.pod:4692
26068 #, no-wrap
26069 msgid ""
26070 " vgs-full\n"
26071 "\n"
26072 msgstr ""
26073
26074 #. type: =head2
26075 #: ../fish/guestfish-actions.pod:4697
26076 msgid "vgscan"
26077 msgstr ""
26078
26079 #. type: verbatim
26080 #: ../fish/guestfish-actions.pod:4699
26081 #, no-wrap
26082 msgid ""
26083 " vgscan\n"
26084 "\n"
26085 msgstr ""
26086
26087 #. type: =head2
26088 #: ../fish/guestfish-actions.pod:4704
26089 msgid "vguuid"
26090 msgstr ""
26091
26092 #. type: verbatim
26093 #: ../fish/guestfish-actions.pod:4706
26094 #, no-wrap
26095 msgid ""
26096 " vguuid vgname\n"
26097 "\n"
26098 msgstr ""
26099
26100 #. type: =head2
26101 #: ../fish/guestfish-actions.pod:4710
26102 msgid "wc-c"
26103 msgstr ""
26104
26105 #. type: verbatim
26106 #: ../fish/guestfish-actions.pod:4712
26107 #, no-wrap
26108 msgid ""
26109 " wc-c path\n"
26110 "\n"
26111 msgstr ""
26112
26113 #. type: =head2
26114 #: ../fish/guestfish-actions.pod:4717
26115 msgid "wc-l"
26116 msgstr ""
26117
26118 #. type: verbatim
26119 #: ../fish/guestfish-actions.pod:4719
26120 #, no-wrap
26121 msgid ""
26122 " wc-l path\n"
26123 "\n"
26124 msgstr ""
26125
26126 #. type: =head2
26127 #: ../fish/guestfish-actions.pod:4724
26128 msgid "wc-w"
26129 msgstr ""
26130
26131 #. type: verbatim
26132 #: ../fish/guestfish-actions.pod:4726
26133 #, no-wrap
26134 msgid ""
26135 " wc-w path\n"
26136 "\n"
26137 msgstr ""
26138
26139 #. type: =head2
26140 #: ../fish/guestfish-actions.pod:4731
26141 msgid "write"
26142 msgstr ""
26143
26144 #. type: verbatim
26145 #: ../fish/guestfish-actions.pod:4733
26146 #, no-wrap
26147 msgid ""
26148 " write path content\n"
26149 "\n"
26150 msgstr ""
26151
26152 #. type: =head2
26153 #: ../fish/guestfish-actions.pod:4741
26154 msgid "write-file"
26155 msgstr ""
26156
26157 #. type: verbatim
26158 #: ../fish/guestfish-actions.pod:4743
26159 #, no-wrap
26160 msgid ""
26161 " write-file path content size\n"
26162 "\n"
26163 msgstr ""
26164
26165 #. type: =head2
26166 #: ../fish/guestfish-actions.pod:4766
26167 msgid "zegrep"
26168 msgstr ""
26169
26170 #. type: verbatim
26171 #: ../fish/guestfish-actions.pod:4768
26172 #, no-wrap
26173 msgid ""
26174 " zegrep regex path\n"
26175 "\n"
26176 msgstr ""
26177
26178 #. type: =head2
26179 #: ../fish/guestfish-actions.pod:4776
26180 msgid "zegrepi"
26181 msgstr ""
26182
26183 #. type: verbatim
26184 #: ../fish/guestfish-actions.pod:4778
26185 #, no-wrap
26186 msgid ""
26187 " zegrepi regex path\n"
26188 "\n"
26189 msgstr ""
26190
26191 #. type: =head2
26192 #: ../fish/guestfish-actions.pod:4786
26193 msgid "zero"
26194 msgstr ""
26195
26196 #. type: verbatim
26197 #: ../fish/guestfish-actions.pod:4788
26198 #, no-wrap
26199 msgid ""
26200 " zero device\n"
26201 "\n"
26202 msgstr ""
26203
26204 #. type: textblock
26205 #: ../fish/guestfish-actions.pod:4796
26206 msgid "See also: L</zero-device>, L</scrub-device>."
26207 msgstr ""
26208
26209 #. type: =head2
26210 #: ../fish/guestfish-actions.pod:4798
26211 msgid "zero-device"
26212 msgstr ""
26213
26214 #. type: verbatim
26215 #: ../fish/guestfish-actions.pod:4800
26216 #, no-wrap
26217 msgid ""
26218 " zero-device device\n"
26219 "\n"
26220 msgstr ""
26221
26222 #. type: textblock
26223 #: ../fish/guestfish-actions.pod:4802
26224 msgid ""
26225 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
26226 "which just zeroes the first few blocks of a device."
26227 msgstr ""
26228
26229 #. type: =head2
26230 #: ../fish/guestfish-actions.pod:4809
26231 msgid "zerofree"
26232 msgstr ""
26233
26234 #. type: verbatim
26235 #: ../fish/guestfish-actions.pod:4811
26236 #, no-wrap
26237 msgid ""
26238 " zerofree device\n"
26239 "\n"
26240 msgstr ""
26241
26242 #. type: =head2
26243 #: ../fish/guestfish-actions.pod:4824
26244 msgid "zfgrep"
26245 msgstr ""
26246
26247 #. type: verbatim
26248 #: ../fish/guestfish-actions.pod:4826
26249 #, no-wrap
26250 msgid ""
26251 " zfgrep pattern path\n"
26252 "\n"
26253 msgstr ""
26254
26255 #. type: =head2
26256 #: ../fish/guestfish-actions.pod:4834
26257 msgid "zfgrepi"
26258 msgstr ""
26259
26260 #. type: verbatim
26261 #: ../fish/guestfish-actions.pod:4836
26262 #, no-wrap
26263 msgid ""
26264 " zfgrepi pattern path\n"
26265 "\n"
26266 msgstr ""
26267
26268 #. type: =head2
26269 #: ../fish/guestfish-actions.pod:4844
26270 msgid "zfile"
26271 msgstr ""
26272
26273 #. type: verbatim
26274 #: ../fish/guestfish-actions.pod:4846
26275 #, no-wrap
26276 msgid ""
26277 " zfile meth path\n"
26278 "\n"
26279 msgstr ""
26280
26281 #. type: textblock
26282 #: ../fish/guestfish-actions.pod:4853
26283 msgid "Since 1.0.63, use L</file> instead which can now process compressed files."
26284 msgstr ""
26285
26286 #. type: =head2
26287 #: ../fish/guestfish-actions.pod:4863
26288 msgid "zgrep"
26289 msgstr ""
26290
26291 #. type: verbatim
26292 #: ../fish/guestfish-actions.pod:4865
26293 #, no-wrap
26294 msgid ""
26295 " zgrep regex path\n"
26296 "\n"
26297 msgstr ""
26298
26299 #. type: =head2
26300 #: ../fish/guestfish-actions.pod:4873
26301 msgid "zgrepi"
26302 msgstr ""
26303
26304 #. type: verbatim
26305 #: ../fish/guestfish-actions.pod:4875
26306 #, no-wrap
26307 msgid ""
26308 " zgrepi regex path\n"
26309 "\n"
26310 msgstr ""
26311
26312 #. type: =head2
26313 #: ../fish/guestfish-commands.pod:1
26314 msgid "alloc"
26315 msgstr ""
26316
26317 #. type: =head2
26318 #: ../fish/guestfish-commands.pod:3
26319 msgid "allocate"
26320 msgstr ""
26321
26322 #. type: verbatim
26323 #: ../fish/guestfish-commands.pod:5
26324 #, no-wrap
26325 msgid ""
26326 " alloc filename size\n"
26327 "\n"
26328 msgstr ""
26329
26330 #. type: textblock
26331 #: ../fish/guestfish-commands.pod:7
26332 msgid ""
26333 "This creates an empty (zeroed) file of the given size, and then adds so it "
26334 "can be further examined."
26335 msgstr ""
26336
26337 #. type: textblock
26338 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
26339 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
26340 msgstr ""
26341
26342 #. type: textblock
26343 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
26344 msgid "Size can be specified using standard suffixes, eg. C<1M>."
26345 msgstr ""
26346
26347 #. type: textblock
26348 #: ../fish/guestfish-commands.pod:14
26349 msgid ""
26350 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
26351 "image, see L</PREPARED DISK IMAGES>."
26352 msgstr ""
26353
26354 #. type: =head2
26355 #: ../fish/guestfish-commands.pod:17
26356 msgid "copy-in"
26357 msgstr ""
26358
26359 #. type: verbatim
26360 #: ../fish/guestfish-commands.pod:19
26361 #, no-wrap
26362 msgid ""
26363 " copy-in local [local ...] /remotedir\n"
26364 "\n"
26365 msgstr ""
26366
26367 #. type: textblock
26368 #: ../fish/guestfish-commands.pod:21
26369 msgid ""
26370 "C<copy-in> copies local files or directories recursively into the disk "
26371 "image, placing them in the directory called C</remotedir> (which must "
26372 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
26373 "other commands as necessary."
26374 msgstr ""
26375
26376 #. type: textblock
26377 #: ../fish/guestfish-commands.pod:26
26378 msgid ""
26379 "Multiple local files and directories can be specified, but the last "
26380 "parameter must always be a remote directory.  Wildcards cannot be used."
26381 msgstr ""
26382
26383 #. type: =head2
26384 #: ../fish/guestfish-commands.pod:30
26385 msgid "copy-out"
26386 msgstr ""
26387
26388 #. type: verbatim
26389 #: ../fish/guestfish-commands.pod:32
26390 #, no-wrap
26391 msgid ""
26392 " copy-out remote [remote ...] localdir\n"
26393 "\n"
26394 msgstr ""
26395
26396 #. type: textblock
26397 #: ../fish/guestfish-commands.pod:34
26398 msgid ""
26399 "C<copy-out> copies remote files or directories recursively out of the disk "
26400 "image, placing them on the host disk in a local directory called C<localdir> "
26401 "(which must exist).  This guestfish meta-command turns into a sequence of "
26402 "L</download>, L</tar-out> and other commands as necessary."
26403 msgstr ""
26404
26405 #. type: textblock
26406 #: ../fish/guestfish-commands.pod:40
26407 msgid ""
26408 "Multiple remote files and directories can be specified, but the last "
26409 "parameter must always be a local directory.  To download to the current "
26410 "directory, use C<.> as in:"
26411 msgstr ""
26412
26413 #. type: verbatim
26414 #: ../fish/guestfish-commands.pod:44
26415 #, no-wrap
26416 msgid ""
26417 " copy-out /home .\n"
26418 "\n"
26419 msgstr ""
26420
26421 #. type: textblock
26422 #: ../fish/guestfish-commands.pod:46
26423 msgid ""
26424 "Wildcards cannot be used in the ordinary command, but you can use them with "
26425 "the help of L</glob> like this:"
26426 msgstr ""
26427
26428 #. type: verbatim
26429 #: ../fish/guestfish-commands.pod:49
26430 #, no-wrap
26431 msgid ""
26432 " glob copy-out /home/* .\n"
26433 "\n"
26434 msgstr ""
26435
26436 #. type: =head2
26437 #: ../fish/guestfish-commands.pod:51
26438 msgid "echo"
26439 msgstr ""
26440
26441 #. type: verbatim
26442 #: ../fish/guestfish-commands.pod:53
26443 #, no-wrap
26444 msgid ""
26445 " echo [params ...]\n"
26446 "\n"
26447 msgstr ""
26448
26449 #. type: textblock
26450 #: ../fish/guestfish-commands.pod:55
26451 msgid "This echos the parameters to the terminal."
26452 msgstr ""
26453
26454 #. type: =head2
26455 #: ../fish/guestfish-commands.pod:57
26456 msgid "edit"
26457 msgstr ""
26458
26459 #. type: =head2
26460 #: ../fish/guestfish-commands.pod:59
26461 msgid "vi"
26462 msgstr ""
26463
26464 #. type: =head2
26465 #: ../fish/guestfish-commands.pod:61
26466 msgid "emacs"
26467 msgstr ""
26468
26469 #. type: verbatim
26470 #: ../fish/guestfish-commands.pod:63
26471 #, no-wrap
26472 msgid ""
26473 " edit filename\n"
26474 "\n"
26475 msgstr ""
26476
26477 #. type: textblock
26478 #: ../fish/guestfish-commands.pod:65
26479 msgid ""
26480 "This is used to edit a file.  It downloads the file, edits it locally using "
26481 "your editor, then uploads the result."
26482 msgstr ""
26483
26484 #. type: textblock
26485 #: ../fish/guestfish-commands.pod:68
26486 msgid ""
26487 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
26488 "or C<emacs> you will get those corresponding editors."
26489 msgstr ""
26490
26491 #. type: =head2
26492 #: ../fish/guestfish-commands.pod:72
26493 msgid "glob"
26494 msgstr ""
26495
26496 #. type: verbatim
26497 #: ../fish/guestfish-commands.pod:74
26498 #, no-wrap
26499 msgid ""
26500 " glob command args...\n"
26501 "\n"
26502 msgstr ""
26503
26504 #. type: textblock
26505 #: ../fish/guestfish-commands.pod:76
26506 msgid ""
26507 "Expand wildcards in any paths in the args list, and run C<command> "
26508 "repeatedly on each matching path."
26509 msgstr ""
26510
26511 #. type: textblock
26512 #: ../fish/guestfish-commands.pod:79
26513 msgid "See L</WILDCARDS AND GLOBBING>."
26514 msgstr ""
26515
26516 #. type: =head2
26517 #: ../fish/guestfish-commands.pod:81
26518 msgid "hexedit"
26519 msgstr ""
26520
26521 #. type: verbatim
26522 #: ../fish/guestfish-commands.pod:83
26523 #, no-wrap
26524 msgid ""
26525 " hexedit <filename|device>\n"
26526 " hexedit <filename|device> <max>\n"
26527 " hexedit <filename|device> <start> <max>\n"
26528 "\n"
26529 msgstr ""
26530
26531 #. type: textblock
26532 #: ../fish/guestfish-commands.pod:87
26533 msgid ""
26534 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
26535 "device."
26536 msgstr ""
26537
26538 #. type: textblock
26539 #: ../fish/guestfish-commands.pod:90
26540 msgid ""
26541 "This command works by downloading potentially the whole file or device, "
26542 "editing it locally, then uploading it.  If the file or device is large, you "
26543 "have to specify which part you wish to edit by using C<max> and/or C<start> "
26544 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
26545 "usual modifiers allowed such as C<1M> (1 megabyte)."
26546 msgstr ""
26547
26548 #. type: textblock
26549 #: ../fish/guestfish-commands.pod:97
26550 msgid "For example to edit the first few sectors of a disk you might do:"
26551 msgstr ""
26552
26553 #. type: verbatim
26554 #: ../fish/guestfish-commands.pod:100
26555 #, no-wrap
26556 msgid ""
26557 " hexedit /dev/sda 1M\n"
26558 "\n"
26559 msgstr ""
26560
26561 #. type: textblock
26562 #: ../fish/guestfish-commands.pod:102
26563 msgid ""
26564 "which would allow you to edit anywhere within the first megabyte of the "
26565 "disk."
26566 msgstr ""
26567
26568 #. type: textblock
26569 #: ../fish/guestfish-commands.pod:105
26570 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
26571 msgstr ""
26572
26573 #. type: verbatim
26574 #: ../fish/guestfish-commands.pod:107
26575 #, no-wrap
26576 msgid ""
26577 " hexedit /dev/sda1 0x400 0x400\n"
26578 "\n"
26579 msgstr ""
26580
26581 #. type: textblock
26582 #: ../fish/guestfish-commands.pod:109
26583 msgid "(assuming the superblock is in the standard location)."
26584 msgstr ""
26585
26586 #. type: textblock
26587 #: ../fish/guestfish-commands.pod:111
26588 msgid ""
26589 "This command requires the external L<hexedit(1)> program.  You can specify "
26590 "another program to use by setting the C<HEXEDITOR> environment variable."
26591 msgstr ""
26592
26593 #. type: textblock
26594 #: ../fish/guestfish-commands.pod:115
26595 msgid "See also L</hexdump>."
26596 msgstr ""
26597
26598 #. type: =head2
26599 #: ../fish/guestfish-commands.pod:117
26600 msgid "lcd"
26601 msgstr ""
26602
26603 #. type: verbatim
26604 #: ../fish/guestfish-commands.pod:119
26605 #, no-wrap
26606 msgid ""
26607 " lcd directory\n"
26608 "\n"
26609 msgstr ""
26610
26611 #. type: textblock
26612 #: ../fish/guestfish-commands.pod:121
26613 msgid "Change the local directory, ie. the current directory of guestfish itself."
26614 msgstr ""
26615
26616 #. type: textblock
26617 #: ../fish/guestfish-commands.pod:124
26618 msgid "Note that C<!cd> won't do what you might expect."
26619 msgstr ""
26620
26621 #. type: =head2
26622 #: ../fish/guestfish-commands.pod:126
26623 msgid "man"
26624 msgstr ""
26625
26626 #. type: =head2
26627 #: ../fish/guestfish-commands.pod:128
26628 msgid "manual"
26629 msgstr ""
26630
26631 #. type: verbatim
26632 #: ../fish/guestfish-commands.pod:130
26633 #, no-wrap
26634 msgid ""
26635 "  man\n"
26636 "\n"
26637 msgstr ""
26638
26639 #. type: textblock
26640 #: ../fish/guestfish-commands.pod:132
26641 msgid "Opens the manual page for guestfish."
26642 msgstr ""
26643
26644 #. type: =head2
26645 #: ../fish/guestfish-commands.pod:134
26646 msgid "more"
26647 msgstr ""
26648
26649 #. type: =head2
26650 #: ../fish/guestfish-commands.pod:136
26651 msgid "less"
26652 msgstr ""
26653
26654 #. type: verbatim
26655 #: ../fish/guestfish-commands.pod:138
26656 #, no-wrap
26657 msgid ""
26658 " more filename\n"
26659 "\n"
26660 msgstr ""
26661
26662 #. type: verbatim
26663 #: ../fish/guestfish-commands.pod:140
26664 #, no-wrap
26665 msgid ""
26666 " less filename\n"
26667 "\n"
26668 msgstr ""
26669
26670 #. type: textblock
26671 #: ../fish/guestfish-commands.pod:142
26672 msgid "This is used to view a file."
26673 msgstr ""
26674
26675 #. type: textblock
26676 #: ../fish/guestfish-commands.pod:144
26677 msgid ""
26678 "The default viewer is C<$PAGER>.  However if you use the alternate command "
26679 "C<less> you will get the C<less> command specifically."
26680 msgstr ""
26681
26682 #. type: =head2
26683 #: ../fish/guestfish-commands.pod:147
26684 msgid "reopen"
26685 msgstr ""
26686
26687 #. type: verbatim
26688 #: ../fish/guestfish-commands.pod:149
26689 #, no-wrap
26690 msgid ""
26691 "  reopen\n"
26692 "\n"
26693 msgstr ""
26694
26695 #. type: textblock
26696 #: ../fish/guestfish-commands.pod:151
26697 msgid ""
26698 "Close and reopen the libguestfs handle.  It is not necessary to use this "
26699 "normally, because the handle is closed properly when guestfish exits.  "
26700 "However this is occasionally useful for testing."
26701 msgstr ""
26702
26703 #. type: =head2
26704 #: ../fish/guestfish-commands.pod:155
26705 msgid "sparse"
26706 msgstr ""
26707
26708 #. type: verbatim
26709 #: ../fish/guestfish-commands.pod:157
26710 #, no-wrap
26711 msgid ""
26712 " sparse filename size\n"
26713 "\n"
26714 msgstr ""
26715
26716 #. type: textblock
26717 #: ../fish/guestfish-commands.pod:159
26718 msgid ""
26719 "This creates an empty sparse file of the given size, and then adds so it can "
26720 "be further examined."
26721 msgstr ""
26722
26723 #. type: textblock
26724 #: ../fish/guestfish-commands.pod:162
26725 msgid ""
26726 "In all respects it works the same as the L</alloc> command, except that the "
26727 "image file is allocated sparsely, which means that disk blocks are not "
26728 "assigned to the file until they are needed.  Sparse disk files only use "
26729 "space when written to, but they are slower and there is a danger you could "
26730 "run out of real disk space during a write operation."
26731 msgstr ""
26732
26733 #. type: =head2
26734 #: ../fish/guestfish-commands.pod:172
26735 msgid "supported"
26736 msgstr ""
26737
26738 #. type: verbatim
26739 #: ../fish/guestfish-commands.pod:174
26740 #, no-wrap
26741 msgid ""
26742 " supported\n"
26743 "\n"
26744 msgstr ""
26745
26746 #. type: textblock
26747 #: ../fish/guestfish-commands.pod:176
26748 msgid ""
26749 "This command returns a list of the optional groups known to the daemon, and "
26750 "indicates which ones are supported by this build of the libguestfs "
26751 "appliance."
26752 msgstr ""
26753
26754 #. type: textblock
26755 #: ../fish/guestfish-commands.pod:180
26756 msgid "See also L<guestfs(3)/AVAILABILITY>."
26757 msgstr ""
26758
26759 #. type: =head2
26760 #: ../fish/guestfish-commands.pod:182
26761 msgid "time"
26762 msgstr ""
26763
26764 #. type: verbatim
26765 #: ../fish/guestfish-commands.pod:184
26766 #, no-wrap
26767 msgid ""
26768 " time command args...\n"
26769 "\n"
26770 msgstr ""
26771
26772 #. type: textblock
26773 #: ../fish/guestfish-commands.pod:186
26774 msgid ""
26775 "Run the command as usual, but print the elapsed time afterwards.  This can "
26776 "be useful for benchmarking operations."
26777 msgstr ""
26778
26779 #. type: textblock
26780 #: ../test-tool/libguestfs-test-tool.pod:5
26781 msgid "libguestfs-test-tool - End user tests for libguestfs"
26782 msgstr ""
26783
26784 #. type: verbatim
26785 #: ../test-tool/libguestfs-test-tool.pod:9
26786 #, no-wrap
26787 msgid ""
26788 " libguestfs-test-tool [--options]\n"
26789 "\n"
26790 msgstr ""
26791
26792 #. type: textblock
26793 #: ../test-tool/libguestfs-test-tool.pod:13
26794 msgid ""
26795 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
26796 "and developers, to allow them to check basic libguestfs functionality is "
26797 "working.  This is needed because libguestfs occasionally breaks for reasons "
26798 "beyond our control: usually because of changes in the underlying qemu or "
26799 "kernel packages, or the host environment."
26800 msgstr ""
26801
26802 #. type: textblock
26803 #: ../test-tool/libguestfs-test-tool.pod:20
26804 msgid "If you suspect a problem in libguestfs, then just run:"
26805 msgstr ""
26806
26807 #. type: verbatim
26808 #: ../test-tool/libguestfs-test-tool.pod:22
26809 #, no-wrap
26810 msgid ""
26811 " libguestfs-test-tool\n"
26812 "\n"
26813 msgstr ""
26814
26815 #. type: textblock
26816 #: ../test-tool/libguestfs-test-tool.pod:24
26817 msgid "It will print lots of diagnostic messages."
26818 msgstr ""
26819
26820 #. type: textblock
26821 #: ../test-tool/libguestfs-test-tool.pod:26
26822 msgid "If it runs to completion successfully, you will see this near the end:"
26823 msgstr ""
26824
26825 #. type: verbatim
26826 #: ../test-tool/libguestfs-test-tool.pod:28
26827 #, no-wrap
26828 msgid ""
26829 " ===== TEST FINISHED OK =====\n"
26830 "\n"
26831 msgstr ""
26832
26833 #. type: textblock
26834 #: ../test-tool/libguestfs-test-tool.pod:30
26835 msgid "and the test tool will exit with code 0."
26836 msgstr ""
26837
26838 #. type: textblock
26839 #: ../test-tool/libguestfs-test-tool.pod:32
26840 msgid ""
26841 "If it fails (and/or exits with non-zero error code), please paste the "
26842 "B<complete, unedited> output of the test tool into a bug report.  More "
26843 "information about reporting bugs can be found on the "
26844 "L<http://libguestfs.org/> website."
26845 msgstr ""
26846
26847 #. type: =item
26848 #: ../test-tool/libguestfs-test-tool.pod:41
26849 msgid "I<--help>"
26850 msgstr ""
26851
26852 #. type: textblock
26853 #: ../test-tool/libguestfs-test-tool.pod:43
26854 msgid "Display short usage information and exit."
26855 msgstr ""
26856
26857 #. type: =item
26858 #: ../test-tool/libguestfs-test-tool.pod:45
26859 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
26860 msgstr ""
26861
26862 #. type: textblock
26863 #: ../test-tool/libguestfs-test-tool.pod:47
26864 msgid ""
26865 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
26866 "normally look in the C<$libexec> directory that was configured when the tool "
26867 "was built."
26868 msgstr ""
26869
26870 #. type: =item
26871 #: ../test-tool/libguestfs-test-tool.pod:51
26872 msgid "I<--qemu qemu_binary>"
26873 msgstr ""
26874
26875 #. type: textblock
26876 #: ../test-tool/libguestfs-test-tool.pod:53
26877 msgid ""
26878 "If you have downloaded another qemu binary, point this option at the full "
26879 "path of the binary to try it."
26880 msgstr ""
26881
26882 #. type: =item
26883 #: ../test-tool/libguestfs-test-tool.pod:56
26884 msgid "I<--qemudir qemu_source_dir>"
26885 msgstr ""
26886
26887 #. type: textblock
26888 #: ../test-tool/libguestfs-test-tool.pod:58
26889 msgid ""
26890 "If you have compiled qemu from source, point this option at the source "
26891 "directory to try it."
26892 msgstr ""
26893
26894 #. type: =item
26895 #: ../test-tool/libguestfs-test-tool.pod:61
26896 msgid "I<--timeout N>"
26897 msgstr ""
26898
26899 #. type: textblock
26900 #: ../test-tool/libguestfs-test-tool.pod:63
26901 msgid ""
26902 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
26903 "does not usually need to be adjusted unless your machine is very slow."
26904 msgstr ""
26905
26906 #. type: =head1
26907 #: ../test-tool/libguestfs-test-tool.pod:69
26908 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
26909 msgstr ""
26910
26911 #. type: textblock
26912 #: ../test-tool/libguestfs-test-tool.pod:71
26913 msgid ""
26914 "If you have compiled another version of qemu from source and would like to "
26915 "try that, then you can use the I<--qemudir> option to point to the qemu "
26916 "source directory."
26917 msgstr ""
26918
26919 #. type: textblock
26920 #: ../test-tool/libguestfs-test-tool.pod:75
26921 msgid ""
26922 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
26923 "option to point to the binary."
26924 msgstr ""
26925
26926 #. type: textblock
26927 #: ../test-tool/libguestfs-test-tool.pod:78
26928 msgid ""
26929 "When using an alternate qemu with libguestfs, usually you would need to "
26930 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in "
26931 "L<guestfs(3)>).  libguestfs-test-tool writes a temporary qemu wrapper script "
26932 "when you use either of the I<--qemudir> or I<--qemu> options."
26933 msgstr ""
26934
26935 #. type: textblock
26936 #: ../test-tool/libguestfs-test-tool.pod:85
26937 msgid ""
26938 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
26939 "I<1> if there was an error."
26940 msgstr ""
26941
26942 #. type: =item
26943 #: ../test-tool/libguestfs-test-tool.pod:92
26944 msgid "/usr/libexec/libguestfs-test-tool-helper"
26945 msgstr ""
26946
26947 #. type: textblock
26948 #: ../test-tool/libguestfs-test-tool.pod:94
26949 msgid ""
26950 "This helper program is run inside the appliance and provides additional "
26951 "tests."
26952 msgstr ""
26953
26954 #. type: =item
26955 #: ../test-tool/libguestfs-test-tool.pod:97
26956 msgid "/usr/bin/mkisofs"
26957 msgstr ""
26958
26959 #. type: textblock
26960 #: ../test-tool/libguestfs-test-tool.pod:99
26961 msgid ""
26962 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
26963 "which is used as part of the tests."
26964 msgstr ""
26965
26966 #. type: textblock
26967 #: ../test-tool/libguestfs-test-tool.pod:106
26968 msgid ""
26969 "For the full list of environment variables which may affect libguestfs, "
26970 "please see the L<guestfs(3)> manual page."
26971 msgstr ""
26972
26973 #. type: textblock
26974 #: ../test-tool/libguestfs-test-tool.pod:111
26975 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
26976 msgstr ""
26977
26978 #. type: textblock
26979 #: ../test-tool/libguestfs-test-tool.pod:121
26980 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
26981 msgstr ""
26982
26983 #. type: textblock
26984 #: ../fuse/guestmount.pod:5
26985 msgid "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
26986 msgstr ""
26987
26988 #. type: verbatim
26989 #: ../fuse/guestmount.pod:9
26990 #, no-wrap
26991 msgid ""
26992 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
26993 "\n"
26994 msgstr ""
26995
26996 #. type: verbatim
26997 #: ../fuse/guestmount.pod:11
26998 #, no-wrap
26999 msgid ""
27000 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
27001 "\n"
27002 msgstr ""
27003
27004 #. type: verbatim
27005 #: ../fuse/guestmount.pod:13
27006 #, no-wrap
27007 msgid ""
27008 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
27009 "\n"
27010 msgstr ""
27011
27012 #. type: textblock
27013 #: ../fuse/guestmount.pod:17
27014 msgid ""
27015 "You must I<not> use C<guestmount> in read-write mode on live virtual "
27016 "machines.  If you do this, you risk disk corruption in the VM."
27017 msgstr ""
27018
27019 #. type: textblock
27020 #: ../fuse/guestmount.pod:22
27021 msgid ""
27022 "The guestmount program can be used to mount virtual machine filesystems and "
27023 "other disk images on the host.  It uses libguestfs for access to the guest "
27024 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
27025 "a mountable device."
27026 msgstr ""
27027
27028 #. type: textblock
27029 #: ../fuse/guestmount.pod:27
27030 msgid ""
27031 "Along with other options, you have to give at least one device (I<-a> "
27032 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
27033 "option) or use the I<-i> inspection option.  How this works is better "
27034 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
27035 "below."
27036 msgstr ""
27037
27038 #. type: textblock
27039 #: ../fuse/guestmount.pod:33
27040 msgid ""
27041 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
27042 "by you, and the filesystem will not be visible to any other users unless you "
27043 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
27044 "the filesystem, use the C<fusermount -u> command."
27045 msgstr ""
27046
27047 #. type: textblock
27048 #: ../fuse/guestmount.pod:41
27049 msgid ""
27050 "For a typical Windows guest which has its main filesystem on the first "
27051 "partition:"
27052 msgstr ""
27053
27054 #. type: verbatim
27055 #: ../fuse/guestmount.pod:44
27056 #, no-wrap
27057 msgid ""
27058 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
27059 "\n"
27060 msgstr ""
27061
27062 #. type: textblock
27063 #: ../fuse/guestmount.pod:46
27064 msgid ""
27065 "For a typical Linux guest which has a /boot filesystem on the first "
27066 "partition, and the root filesystem on a logical volume:"
27067 msgstr ""
27068
27069 #. type: verbatim
27070 #: ../fuse/guestmount.pod:49
27071 #, no-wrap
27072 msgid ""
27073 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
27074 "\n"
27075 msgstr ""
27076
27077 #. type: textblock
27078 #: ../fuse/guestmount.pod:51
27079 msgid "To get libguestfs to detect guest mountpoints for you:"
27080 msgstr ""
27081
27082 #. type: verbatim
27083 #: ../fuse/guestmount.pod:53
27084 #, no-wrap
27085 msgid ""
27086 " guestmount -a guest.img -i --ro /mnt\n"
27087 "\n"
27088 msgstr ""
27089
27090 #. type: textblock
27091 #: ../fuse/guestmount.pod:55
27092 msgid "For a libvirt guest called \"Guest\" you could do:"
27093 msgstr ""
27094
27095 #. type: verbatim
27096 #: ../fuse/guestmount.pod:57
27097 #, no-wrap
27098 msgid ""
27099 " guestmount -d Guest -i --ro /mnt\n"
27100 "\n"
27101 msgstr ""
27102
27103 #. type: textblock
27104 #: ../fuse/guestmount.pod:59
27105 msgid ""
27106 "If you don't know what filesystems are contained in a guest or disk image, "
27107 "use L<virt-filesystems(1)> first:"
27108 msgstr ""
27109
27110 #. type: verbatim
27111 #: ../fuse/guestmount.pod:62
27112 #, no-wrap
27113 msgid ""
27114 " virt-filesystems MyGuest\n"
27115 "\n"
27116 msgstr ""
27117
27118 #. type: textblock
27119 #: ../fuse/guestmount.pod:64
27120 msgid ""
27121 "If you want to trace the libguestfs calls but without excessive debugging "
27122 "information, we recommend:"
27123 msgstr ""
27124
27125 #. type: verbatim
27126 #: ../fuse/guestmount.pod:67
27127 #, no-wrap
27128 msgid ""
27129 " guestmount [...] --trace /mnt\n"
27130 "\n"
27131 msgstr ""
27132
27133 #. type: textblock
27134 #: ../fuse/guestmount.pod:69
27135 msgid "If you want to debug the program, we recommend:"
27136 msgstr ""
27137
27138 #. type: verbatim
27139 #: ../fuse/guestmount.pod:71
27140 #, no-wrap
27141 msgid ""
27142 " guestmount [...] --trace --verbose /mnt\n"
27143 "\n"
27144 msgstr ""
27145
27146 #. type: =item
27147 #: ../fuse/guestmount.pod:77
27148 msgid "B<-a image> | B<--add image>"
27149 msgstr ""
27150
27151 #. type: textblock
27152 #: ../fuse/guestmount.pod:79
27153 msgid "Add a block device or virtual machine image."
27154 msgstr ""
27155
27156 #. type: =item
27157 #: ../fuse/guestmount.pod:84
27158 msgid "B<-c URI> | B<--connect URI>"
27159 msgstr ""
27160
27161 #. type: =item
27162 #: ../fuse/guestmount.pod:90
27163 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
27164 msgstr ""
27165
27166 #. type: =item
27167 #: ../fuse/guestmount.pod:96
27168 msgid "B<--dir-cache-timeout N>"
27169 msgstr ""
27170
27171 #. type: textblock
27172 #: ../fuse/guestmount.pod:98
27173 msgid ""
27174 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
27175 "seconds.  The readdir cache [actually, there are several semi-independent "
27176 "caches] is populated after a readdir(2) call with the stat and extended "
27177 "attributes of the files in the directory, in anticipation that they will be "
27178 "requested soon after."
27179 msgstr ""
27180
27181 #. type: textblock
27182 #: ../fuse/guestmount.pod:104
27183 msgid ""
27184 "There is also a different attribute cache implemented by FUSE (see the FUSE "
27185 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
27186 "requests, only cache existing ones."
27187 msgstr ""
27188
27189 #. type: =item
27190 #: ../fuse/guestmount.pod:115
27191 msgid "B<--format=raw|qcow2|..> | B<--format>"
27192 msgstr ""
27193
27194 #. type: textblock
27195 #: ../fuse/guestmount.pod:122
27196 msgid ""
27197 "If you have untrusted raw-format guest disk images, you should use this "
27198 "option to specify the disk format.  This avoids a possible security problem "
27199 "with malicious guests (CVE-2010-3851).  See also "
27200 "L<guestfs(3)/guestfs_add_drive_opts>."
27201 msgstr ""
27202
27203 #. type: =item
27204 #: ../fuse/guestmount.pod:127
27205 msgid "B<--fuse-help>"
27206 msgstr ""
27207
27208 #. type: textblock
27209 #: ../fuse/guestmount.pod:129
27210 msgid "Display help on special FUSE options (see I<-o> below)."
27211 msgstr ""
27212
27213 #. type: textblock
27214 #: ../fuse/guestmount.pod:133
27215 msgid "Display brief help and exit."
27216 msgstr ""
27217
27218 #. type: =item
27219 #: ../fuse/guestmount.pod:135
27220 msgid "B<-i> | B<--inspector>"
27221 msgstr ""
27222
27223 #. type: =item
27224 #: ../fuse/guestmount.pod:151
27225 msgid "B<-m dev[:mnt]> | B<--mount dev[:mnt]>"
27226 msgstr ""
27227
27228 #. type: textblock
27229 #: ../fuse/guestmount.pod:153
27230 msgid ""
27231 "Mount the named partition or logical volume on the given mountpoint B<in the "
27232 "guest> (this has nothing to do with mountpoints in the host)."
27233 msgstr ""
27234
27235 #. type: textblock
27236 #: ../fuse/guestmount.pod:156
27237 msgid ""
27238 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
27239 "something on C</>."
27240 msgstr ""
27241
27242 #. type: =item
27243 #: ../fuse/guestmount.pod:159
27244 msgid "B<-n> | B<--no-sync>"
27245 msgstr ""
27246
27247 #. type: textblock
27248 #: ../fuse/guestmount.pod:161
27249 msgid ""
27250 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
27251 "unmounted.  If you specify this option, then we don't attempt to sync the "
27252 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
27253 msgstr ""
27254
27255 #. type: =item
27256 #: ../fuse/guestmount.pod:166
27257 msgid "B<-o option> | B<--option option>"
27258 msgstr ""
27259
27260 #. type: textblock
27261 #: ../fuse/guestmount.pod:168
27262 msgid "Pass extra options to FUSE."
27263 msgstr ""
27264
27265 #. type: textblock
27266 #: ../fuse/guestmount.pod:170
27267 msgid ""
27268 "To get a list of all the extra options supported by FUSE, use the command "
27269 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
27270 "of them are a good idea."
27271 msgstr ""
27272
27273 #. type: verbatim
27274 #: ../fuse/guestmount.pod:174
27275 #, no-wrap
27276 msgid ""
27277 " guestmount --fuse-help\n"
27278 "\n"
27279 msgstr ""
27280
27281 #. type: textblock
27282 #: ../fuse/guestmount.pod:176
27283 msgid "Some potentially useful FUSE options:"
27284 msgstr ""
27285
27286 #. type: =item
27287 #: ../fuse/guestmount.pod:180
27288 msgid "B<-o allow_other>"
27289 msgstr ""
27290
27291 #. type: textblock
27292 #: ../fuse/guestmount.pod:182
27293 msgid "Allow other users to see the filesystem."
27294 msgstr ""
27295
27296 #. type: =item
27297 #: ../fuse/guestmount.pod:184
27298 msgid "B<-o attr_timeout=N>"
27299 msgstr ""
27300
27301 #. type: textblock
27302 #: ../fuse/guestmount.pod:186
27303 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
27304 msgstr ""
27305
27306 #. type: =item
27307 #: ../fuse/guestmount.pod:188
27308 msgid "B<-o kernel_cache>"
27309 msgstr ""
27310
27311 #. type: textblock
27312 #: ../fuse/guestmount.pod:190
27313 msgid ""
27314 "Allow the kernel to cache files (reduces the number of reads that have to go "
27315 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
27316 "afford the extra memory usage."
27317 msgstr ""
27318
27319 #. type: =item
27320 #: ../fuse/guestmount.pod:194
27321 msgid "B<-o uid=N> B<-o gid=N>"
27322 msgstr ""
27323
27324 #. type: textblock
27325 #: ../fuse/guestmount.pod:196
27326 msgid ""
27327 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
27328 "the chosen values."
27329 msgstr ""
27330
27331 #. type: =item
27332 #: ../fuse/guestmount.pod:201
27333 msgid "B<-r> | B<--ro>"
27334 msgstr ""
27335
27336 #. type: textblock
27337 #: ../fuse/guestmount.pod:203
27338 msgid ""
27339 "Add devices and mount everything read-only.  Also disallow writes and make "
27340 "the disk appear read-only to FUSE."
27341 msgstr ""
27342
27343 #. type: textblock
27344 #: ../fuse/guestmount.pod:206
27345 msgid ""
27346 "This is highly recommended if you are not going to edit the guest disk.  If "
27347 "the guest is running and this option is I<not> supplied, then there is a "
27348 "strong risk of disk corruption in the guest.  We try to prevent this from "
27349 "happening, but it is not always possible."
27350 msgstr ""
27351
27352 #. type: textblock
27353 #: ../fuse/guestmount.pod:211
27354 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
27355 msgstr ""
27356
27357 #. type: textblock
27358 #: ../fuse/guestmount.pod:215
27359 msgid "Enable SELinux support for the guest."
27360 msgstr ""
27361
27362 #. type: =item
27363 #: ../fuse/guestmount.pod:217
27364 msgid "B<-v> | B<--verbose>"
27365 msgstr ""
27366
27367 #. type: textblock
27368 #: ../fuse/guestmount.pod:219
27369 msgid "Enable verbose messages from underlying libguestfs."
27370 msgstr ""
27371
27372 #. type: =item
27373 #: ../fuse/guestmount.pod:221
27374 msgid "B<-V> | B<--version>"
27375 msgstr ""
27376
27377 #. type: textblock
27378 #: ../fuse/guestmount.pod:223
27379 msgid "Display the program version and exit."
27380 msgstr ""
27381
27382 #. type: =item
27383 #: ../fuse/guestmount.pod:225
27384 msgid "B<-w> | B<--rw>"
27385 msgstr ""
27386
27387 #. type: textblock
27388 #: ../fuse/guestmount.pod:227
27389 msgid ""
27390 "This option does nothing at the moment.  See L<guestfish(1)/OPENING DISKS "
27391 "FOR READ AND WRITE>."
27392 msgstr ""
27393
27394 #. type: =item
27395 #: ../fuse/guestmount.pod:230
27396 msgid "B<-x> | B<--trace>"
27397 msgstr ""
27398
27399 #. type: textblock
27400 #: ../fuse/guestmount.pod:232
27401 msgid "Trace libguestfs calls and entry into each FUSE function."
27402 msgstr ""
27403
27404 #. type: textblock
27405 #: ../fuse/guestmount.pod:234
27406 msgid "This also stops the daemon from forking into the background."
27407 msgstr ""
27408
27409 #. type: textblock
27410 #: ../fuse/guestmount.pod:240
27411 msgid ""
27412 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
27413 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, "
27414 "L<http://fuse.sf.net/>."
27415 msgstr ""
27416
27417 #. type: textblock
27418 #: ../tools/virt-edit.pl:34
27419 msgid "virt-edit - Edit a file in a virtual machine"
27420 msgstr ""
27421
27422 #. type: verbatim
27423 #: ../tools/virt-edit.pl:38
27424 #, no-wrap
27425 msgid ""
27426 " virt-edit [--options] domname file\n"
27427 "\n"
27428 msgstr ""
27429
27430 #. type: verbatim
27431 #: ../tools/virt-edit.pl:40
27432 #, no-wrap
27433 msgid ""
27434 " virt-edit [--options] disk.img [disk.img ...] file\n"
27435 "\n"
27436 msgstr ""
27437
27438 #. type: verbatim
27439 #: ../tools/virt-edit.pl:42
27440 #, no-wrap
27441 msgid ""
27442 " virt-edit [domname|disk.img] file -e 'expr'\n"
27443 "\n"
27444 msgstr ""
27445
27446 #. type: textblock
27447 #: ../tools/virt-edit.pl:46
27448 msgid ""
27449 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
27450 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
27451 "doing this, but doesn't catch all cases."
27452 msgstr ""
27453
27454 #. type: textblock
27455 #: ../tools/virt-edit.pl:52
27456 msgid ""
27457 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
27458 "the named virtual machine (or disk image)."
27459 msgstr ""
27460
27461 #. type: textblock
27462 #: ../tools/virt-edit.pl:55
27463 msgid ""
27464 "If you want to just view a file, use L<virt-cat(1)>.  For more complex cases "
27465 "you should look at the L<guestfish(1)> tool."
27466 msgstr ""
27467
27468 #. type: textblock
27469 #: ../tools/virt-edit.pl:60
27470 msgid "Edit the named files interactively:"
27471 msgstr ""
27472
27473 #. type: verbatim
27474 #: ../tools/virt-edit.pl:62
27475 #, no-wrap
27476 msgid ""
27477 " virt-edit mydomain /boot/grub/grub.conf\n"
27478 "\n"
27479 msgstr ""
27480
27481 #. type: verbatim
27482 #: ../tools/virt-edit.pl:64
27483 #, no-wrap
27484 msgid ""
27485 " virt-edit mydomain /etc/passwd\n"
27486 "\n"
27487 msgstr ""
27488
27489 #. type: textblock
27490 #: ../tools/virt-edit.pl:66
27491 msgid ""
27492 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
27493 "below).  To change the init default level to 5:"
27494 msgstr ""
27495
27496 #. type: verbatim
27497 #: ../tools/virt-edit.pl:70
27498 #, no-wrap
27499 msgid ""
27500 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
27501 "\n"
27502 msgstr ""
27503
27504 #. type: textblock
27505 #: ../tools/virt-edit.pl:82 ../tools/virt-win-reg.pl:106 ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113 ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
27506 msgid "Display brief help."
27507 msgstr ""
27508
27509 #. type: textblock
27510 #: ../tools/virt-edit.pl:90 ../tools/virt-win-reg.pl:114 ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
27511 msgid "Display version number and exit."
27512 msgstr ""
27513
27514 #. type: =item
27515 #: ../tools/virt-edit.pl:96
27516 msgid "B<--backup extension> | B<-b extension>"
27517 msgstr ""
27518
27519 #. type: textblock
27520 #: ../tools/virt-edit.pl:98
27521 msgid ""
27522 "Create a backup of the original file I<in the guest disk image>.  The backup "
27523 "has the original filename with C<extension> added."
27524 msgstr ""
27525
27526 #. type: textblock
27527 #: ../tools/virt-edit.pl:101
27528 msgid ""
27529 "Usually the first character of C<extension> would be a dot C<.> so you would "
27530 "write:"
27531 msgstr ""
27532
27533 #. type: verbatim
27534 #: ../tools/virt-edit.pl:104
27535 #, no-wrap
27536 msgid ""
27537 " virt-edit -b .orig [etc]\n"
27538 "\n"
27539 msgstr ""
27540
27541 #. type: textblock
27542 #: ../tools/virt-edit.pl:106
27543 msgid "By default, no backup file is made."
27544 msgstr ""
27545
27546 #. type: =item
27547 #: ../tools/virt-edit.pl:112 ../tools/virt-win-reg.pl:128 ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127 ../tools/virt-list-partitions.pl:78
27548 msgid "B<--connect URI> | B<-c URI>"
27549 msgstr ""
27550
27551 #. type: textblock
27552 #: ../tools/virt-edit.pl:114 ../tools/virt-win-reg.pl:130 ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129 ../tools/virt-list-partitions.pl:80
27553 msgid ""
27554 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
27555 "to the default libvirt hypervisor."
27556 msgstr ""
27557
27558 #. type: textblock
27559 #: ../tools/virt-edit.pl:117 ../tools/virt-win-reg.pl:133 ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132 ../tools/virt-list-partitions.pl:83
27560 msgid ""
27561 "If you specify guest block devices directly, then libvirt is not used at "
27562 "all."
27563 msgstr ""
27564
27565 #. type: =item
27566 #: ../tools/virt-edit.pl:124 ../tools/virt-win-reg.pl:140 ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
27567 msgid "B<--format> raw"
27568 msgstr ""
27569
27570 #. type: textblock
27571 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:142 ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141 ../tools/virt-list-partitions.pl:92
27572 msgid ""
27573 "Specify the format of disk images given on the command line.  If this is "
27574 "omitted then the format is autodetected from the content of the disk image."
27575 msgstr ""
27576
27577 #. type: textblock
27578 #: ../tools/virt-edit.pl:130 ../tools/virt-win-reg.pl:146 ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145 ../tools/virt-list-partitions.pl:96
27579 msgid ""
27580 "If disk images are requested from libvirt, then this program asks libvirt "
27581 "for this information.  In this case, the value of the format parameter is "
27582 "ignored."
27583 msgstr ""
27584
27585 #. type: textblock
27586 #: ../tools/virt-edit.pl:134 ../tools/virt-win-reg.pl:150 ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540 ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149 ../tools/virt-list-partitions.pl:100
27587 msgid ""
27588 "If working with untrusted raw-format guest disk images, you should ensure "
27589 "the format is always specified."
27590 msgstr ""
27591
27592 #. type: =item
27593 #: ../tools/virt-edit.pl:141
27594 msgid "B<--expr EXPR> | B<-e EXPR>"
27595 msgstr ""
27596
27597 #. type: textblock
27598 #: ../tools/virt-edit.pl:143
27599 msgid ""
27600 "Instead of launching the external editor, non-interactively apply the Perl "
27601 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
27602 "EDITING> below."
27603 msgstr ""
27604
27605 #. type: textblock
27606 #: ../tools/virt-edit.pl:147
27607 msgid ""
27608 "Be careful to properly quote the expression to prevent it from being altered "
27609 "by the shell."
27610 msgstr ""
27611
27612 #. type: =head1
27613 #: ../tools/virt-edit.pl:268
27614 msgid "NON-INTERACTIVE EDITING"
27615 msgstr ""
27616
27617 #. type: textblock
27618 #: ../tools/virt-edit.pl:270
27619 msgid ""
27620 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
27621 "administrator can interactively edit the file."
27622 msgstr ""
27623
27624 #. type: textblock
27625 #: ../tools/virt-edit.pl:273
27626 msgid ""
27627 "There are two ways also to use C<virt-edit> from scripts in order to make "
27628 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
27629 "like this, it's less error-prone to write scripts directly using the "
27630 "libguestfs API and Augeas for configuration file editing.)"
27631 msgstr ""
27632
27633 #. type: textblock
27634 #: ../tools/virt-edit.pl:279
27635 msgid ""
27636 "The first method is to temporarily set C<$EDITOR> to any script or program "
27637 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
27638 "update C<tmpfile> in place however it likes."
27639 msgstr ""
27640
27641 #. type: textblock
27642 #: ../tools/virt-edit.pl:283
27643 msgid ""
27644 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
27645 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
27646 "instances of C<foo> with C<bar> in a file:"
27647 msgstr ""
27648
27649 #. type: verbatim
27650 #: ../tools/virt-edit.pl:287
27651 #, no-wrap
27652 msgid ""
27653 " virt-edit domname filename -e 's/foo/bar/'\n"
27654 "\n"
27655 msgstr ""
27656
27657 #. type: textblock
27658 #: ../tools/virt-edit.pl:289
27659 msgid ""
27660 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
27661 "For example to delete root's password you could do:"
27662 msgstr ""
27663
27664 #. type: verbatim
27665 #: ../tools/virt-edit.pl:292
27666 #, no-wrap
27667 msgid ""
27668 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
27669 "\n"
27670 msgstr ""
27671
27672 #. type: textblock
27673 #: ../tools/virt-edit.pl:294
27674 msgid ""
27675 "What really happens is that the snippet is evaluated as a Perl expression "
27676 "for each line of the file.  The line, including the final C<\\n>, is passed "
27677 "in C<$_> and the expression should update C<$_> or leave it unchanged."
27678 msgstr ""
27679
27680 #. type: textblock
27681 #: ../tools/virt-edit.pl:299
27682 msgid ""
27683 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
27684 "C<apache> user account from the password file you can do:"
27685 msgstr ""
27686
27687 #. type: verbatim
27688 #: ../tools/virt-edit.pl:302
27689 #, no-wrap
27690 msgid ""
27691 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
27692 "\n"
27693 msgstr ""
27694
27695 #. type: textblock
27696 #: ../tools/virt-edit.pl:304
27697 msgid ""
27698 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
27699 "the end of the file is rather difficult this way since there is no concept "
27700 "of \"last line of the file\" - your expression just doesn't get called "
27701 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
27702 "want to do this."
27703 msgstr ""
27704
27705 #. type: textblock
27706 #: ../tools/virt-edit.pl:310
27707 msgid ""
27708 "The variable C<$lineno> contains the current line number.  As is "
27709 "traditional, the first line in the file is number C<1>."
27710 msgstr ""
27711
27712 #. type: textblock
27713 #: ../tools/virt-edit.pl:313
27714 msgid ""
27715 "The return value from the expression is ignored, but the expression may call "
27716 "C<die> in order to abort the whole program, leaving the original file "
27717 "untouched."
27718 msgstr ""
27719
27720 #. type: textblock
27721 #: ../tools/virt-edit.pl:317
27722 msgid ""
27723 "Remember when matching the end of a line that C<$_> may contain the final "
27724 "C<\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
27725 "newline then neither of these.  Thus to match or substitute some text at the "
27726 "end of a line, use this regular expression:"
27727 msgstr ""
27728
27729 #. type: verbatim
27730 #: ../tools/virt-edit.pl:322
27731 #, no-wrap
27732 msgid ""
27733 " /some text(\\r?\\n)?$/\n"
27734 "\n"
27735 msgstr ""
27736
27737 #. type: textblock
27738 #: ../tools/virt-edit.pl:324
27739 msgid ""
27740 "Alternately, use the perl C<chomp> function, being careful not to chomp "
27741 "C<$_> itself (since that would remove all newlines from the file):"
27742 msgstr ""
27743
27744 #. type: verbatim
27745 #: ../tools/virt-edit.pl:328
27746 #, no-wrap
27747 msgid ""
27748 " my $m = $_; chomp $m; $m =~ /some text$/\n"
27749 "\n"
27750 msgstr ""
27751
27752 #. type: =item
27753 #: ../tools/virt-edit.pl:334
27754 msgid "C<EDITOR>"
27755 msgstr ""
27756
27757 #. type: textblock
27758 #: ../tools/virt-edit.pl:336
27759 msgid ""
27760 "If set, this string is used as the editor.  It may contain arguments, "
27761 "eg. C<\"emacs -nw\">"
27762 msgstr ""
27763
27764 #. type: textblock
27765 #: ../tools/virt-edit.pl:339
27766 msgid "If not set, C<vi> is used."
27767 msgstr ""
27768
27769 #. type: =head1
27770 #: ../tools/virt-edit.pl:343 ../tools/virt-win-reg.pl:559 ../tools/virt-resize.pl:1476 ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:527 ../tools/virt-list-partitions.pl:250
27771 msgid "SHELL QUOTING"
27772 msgstr ""
27773
27774 #. type: textblock
27775 #: ../tools/virt-edit.pl:345 ../tools/virt-win-reg.pl:567 ../tools/virt-resize.pl:1478 ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:529 ../tools/virt-list-partitions.pl:252
27776 msgid ""
27777 "Libvirt guest names can contain arbitrary characters, some of which have "
27778 "meaning to the shell such as C<#> and space.  You may need to quote or "
27779 "escape these characters on the command line.  See the shell manual page "
27780 "L<sh(1)> for details."
27781 msgstr ""
27782
27783 #. type: textblock
27784 #: ../tools/virt-edit.pl:352
27785 msgid ""
27786 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, "
27787 "L<virt-tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
27788 "L<Sys::Virt(3)>, L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
27789 msgstr ""
27790
27791 #. type: =head1
27792 #: ../tools/virt-edit.pl:364 ../tools/virt-win-reg.pl:598 ../tools/virt-resize.pl:1504 ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:559 ../tools/virt-list-partitions.pl:269
27793 msgid "AUTHOR"
27794 msgstr ""
27795
27796 #. type: textblock
27797 #: ../tools/virt-edit.pl:366 ../tools/virt-win-reg.pl:600 ../tools/virt-resize.pl:1506 ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:561 ../tools/virt-list-partitions.pl:271
27798 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
27799 msgstr ""
27800
27801 #. type: textblock
27802 #: ../tools/virt-edit.pl:370 ../tools/virt-list-partitions.pl:275
27803 msgid "Copyright (C) 2009-2010 Red Hat Inc."
27804 msgstr ""
27805
27806 #. type: textblock
27807 #: ../tools/virt-win-reg.pl:37
27808 msgid ""
27809 "virt-win-reg - Export and merge Windows Registry entries from a Windows "
27810 "guest"
27811 msgstr ""
27812
27813 #. type: verbatim
27814 #: ../tools/virt-win-reg.pl:41
27815 #, no-wrap
27816 msgid ""
27817 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
27818 "\n"
27819 msgstr ""
27820
27821 #. type: verbatim
27822 #: ../tools/virt-win-reg.pl:43
27823 #, no-wrap
27824 msgid ""
27825 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
27826 "\n"
27827 msgstr ""
27828
27829 #. type: verbatim
27830 #: ../tools/virt-win-reg.pl:45
27831 #, no-wrap
27832 msgid ""
27833 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
27834 "\n"
27835 msgstr ""
27836
27837 #. type: verbatim
27838 #: ../tools/virt-win-reg.pl:47
27839 #, no-wrap
27840 msgid ""
27841 " virt-win-reg --merge domname [input.reg ...]\n"
27842 "\n"
27843 msgstr ""
27844
27845 #. type: verbatim
27846 #: ../tools/virt-win-reg.pl:49
27847 #, no-wrap
27848 msgid ""
27849 " virt-win-reg [--options] disk.img ... # instead of domname\n"
27850 "\n"
27851 msgstr ""
27852
27853 #. type: textblock
27854 #: ../tools/virt-win-reg.pl:53
27855 msgid ""
27856 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
27857 "virtual machines.  If you do this, you I<will> get irreversible disk "
27858 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
27859 "but doesn't catch all cases."
27860 msgstr ""
27861
27862 #. type: textblock
27863 #: ../tools/virt-win-reg.pl:58
27864 msgid ""
27865 "Modifying the Windows Registry is an inherently risky operation.  The format "
27866 "is deliberately obscure and undocumented, and Registry changes can leave the "
27867 "system unbootable.  Therefore when using the C<--merge> option, make sure "
27868 "you have a reliable backup first."
27869 msgstr ""
27870
27871 #. type: textblock
27872 #: ../tools/virt-win-reg.pl:65
27873 msgid ""
27874 "This program can export and merge Windows Registry entries from a Windows "
27875 "guest."
27876 msgstr ""
27877
27878 #. type: textblock
27879 #: ../tools/virt-win-reg.pl:68
27880 msgid ""
27881 "The first parameter is the libvirt guest name or the raw disk image of a "
27882 "Windows guest."
27883 msgstr ""
27884
27885 #. type: textblock
27886 #: ../tools/virt-win-reg.pl:71
27887 msgid ""
27888 "If C<--merge> is I<not> specified, then the chosen registry key is "
27889 "displayed/exported (recursively).  For example:"
27890 msgstr ""
27891
27892 #. type: verbatim
27893 #: ../tools/virt-win-reg.pl:74
27894 #, no-wrap
27895 msgid ""
27896 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
27897 "\n"
27898 msgstr ""
27899
27900 #. type: textblock
27901 #: ../tools/virt-win-reg.pl:76
27902 msgid "You can also display single values from within registry keys, for example:"
27903 msgstr ""
27904
27905 #. type: verbatim
27906 #: ../tools/virt-win-reg.pl:79
27907 #, no-wrap
27908 msgid ""
27909 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
27910 " $ virt-win-reg Windows7 $cvkey ProductName\n"
27911 " Windows 7 Enterprise\n"
27912 "\n"
27913 msgstr ""
27914
27915 #. type: textblock
27916 #: ../tools/virt-win-reg.pl:83
27917 msgid ""
27918 "With C<--merge>, you can merge a textual regedit file into the Windows "
27919 "Registry:"
27920 msgstr ""
27921
27922 #. type: verbatim
27923 #: ../tools/virt-win-reg.pl:86
27924 #, no-wrap
27925 msgid ""
27926 " $ virt-win-reg --merge Windows7 changes.reg\n"
27927 "\n"
27928 msgstr ""
27929
27930 #. type: =head1
27931 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
27932 msgid "NOTE"
27933 msgstr ""
27934
27935 #. type: textblock
27936 #: ../tools/virt-win-reg.pl:90
27937 msgid ""
27938 "This program is only meant for simple access to the registry.  If you want "
27939 "to do complicated things with the registry, we suggest you download the "
27940 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
27941 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
27942 "L<hivexregedit(1)>."
27943 msgstr ""
27944
27945 #. type: =item
27946 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
27947 msgid "B<--debug>"
27948 msgstr ""
27949
27950 #. type: textblock
27951 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
27952 msgid "Enable debugging messages."
27953 msgstr ""
27954
27955 #. type: =item
27956 #: ../tools/virt-win-reg.pl:157
27957 msgid "B<--merge>"
27958 msgstr ""
27959
27960 #. type: textblock
27961 #: ../tools/virt-win-reg.pl:159
27962 msgid ""
27963 "In merge mode, this merges a textual regedit file into the Windows Registry "
27964 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
27965 "displays or exports Registry entries instead."
27966 msgstr ""
27967
27968 #. type: textblock
27969 #: ../tools/virt-win-reg.pl:163
27970 msgid ""
27971 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
27972 "result in disk corruption.  However exporting (without this flag)  is always "
27973 "safe."
27974 msgstr ""
27975
27976 #. type: =item
27977 #: ../tools/virt-win-reg.pl:171
27978 msgid "B<--encoding> UTF-16LE|ASCII"
27979 msgstr ""
27980
27981 #. type: textblock
27982 #: ../tools/virt-win-reg.pl:173
27983 msgid ""
27984 "When merging (only), you may need to specify the encoding for strings to be "
27985 "used in the hive file.  This is explained in detail in "
27986 "L<Win::Hivex::Regedit(3)/ENCODING STRINGS>."
27987 msgstr ""
27988
27989 #. type: textblock
27990 #: ../tools/virt-win-reg.pl:177
27991 msgid ""
27992 "The default is to use UTF-16LE, which should work with recent versions of "
27993 "Windows."
27994 msgstr ""
27995
27996 #. type: =head1
27997 #: ../tools/virt-win-reg.pl:402
27998 msgid "SUPPORTED SYSTEMS"
27999 msgstr ""
28000
28001 #. type: textblock
28002 #: ../tools/virt-win-reg.pl:404
28003 msgid ""
28004 "The program currently supports Windows NT-derived guests starting with "
28005 "Windows XP through to at least Windows 7."
28006 msgstr ""
28007
28008 #. type: textblock
28009 #: ../tools/virt-win-reg.pl:407
28010 msgid ""
28011 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, "
28012 "C<HKEY_LOCAL_MACHINE\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, "
28013 "C<HKEY_LOCAL_MACHINE\\SYSTEM> and C<HKEY_USERS\\.DEFAULT>."
28014 msgstr ""
28015
28016 #. type: textblock
28017 #: ../tools/virt-win-reg.pl:411
28018 msgid ""
28019 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
28020 "C<HKEY_USERS>."
28021 msgstr ""
28022
28023 #. type: textblock
28024 #: ../tools/virt-win-reg.pl:414
28025 msgid ""
28026 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
28027 "time."
28028 msgstr ""
28029
28030 #. type: =head1
28031 #: ../tools/virt-win-reg.pl:417
28032 msgid "ENCODING"
28033 msgstr ""
28034
28035 #. type: textblock
28036 #: ../tools/virt-win-reg.pl:419
28037 msgid ""
28038 "C<virt-win-reg> expects that regedit files have already been reencoded in "
28039 "the local encoding.  Usually on Linux hosts, this means UTF-8 with "
28040 "Unix-style line endings.  Since Windows regedit files are often in UTF-16LE "
28041 "with Windows-style line endings, you may need to reencode the whole file "
28042 "before or after processing."
28043 msgstr ""
28044
28045 #. type: textblock
28046 #: ../tools/virt-win-reg.pl:425
28047 msgid ""
28048 "To reencode a file from Windows format to Linux (before processing it with "
28049 "the C<--merge> option), you would do something like this:"
28050 msgstr ""
28051
28052 #. type: verbatim
28053 #: ../tools/virt-win-reg.pl:428
28054 #, no-wrap
28055 msgid ""
28056 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
28057 "\n"
28058 msgstr ""
28059
28060 #. type: textblock
28061 #: ../tools/virt-win-reg.pl:430
28062 msgid ""
28063 "To go in the opposite direction, after exporting and before sending the file "
28064 "to a Windows user, do something like this:"
28065 msgstr ""
28066
28067 #. type: verbatim
28068 #: ../tools/virt-win-reg.pl:433
28069 #, no-wrap
28070 msgid ""
28071 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
28072 "\n"
28073 msgstr ""
28074
28075 #. type: textblock
28076 #: ../tools/virt-win-reg.pl:435
28077 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
28078 msgstr ""
28079
28080 #. type: textblock
28081 #: ../tools/virt-win-reg.pl:437
28082 msgid ""
28083 "If you are unsure about the current encoding, use the L<file(1)> command.  "
28084 "Recent versions of Windows regedit.exe produce a UTF-16LE file with "
28085 "Windows-style (CRLF) line endings, like this:"
28086 msgstr ""
28087
28088 #. type: verbatim
28089 #: ../tools/virt-win-reg.pl:441
28090 #, no-wrap
28091 msgid ""
28092 " $ file software.reg\n"
28093 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
28094 " with CRLF line terminators\n"
28095 "\n"
28096 msgstr ""
28097
28098 #. type: textblock
28099 #: ../tools/virt-win-reg.pl:445
28100 msgid "This file would need conversion before you could C<--merge> it."
28101 msgstr ""
28102
28103 #. type: =head1
28104 #: ../tools/virt-win-reg.pl:447
28105 msgid "CurrentControlSet etc."
28106 msgstr ""
28107
28108 #. type: textblock
28109 #: ../tools/virt-win-reg.pl:449
28110 msgid ""
28111 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
28112 "Registry at the level of the hive file, and therefore you cannot modify "
28113 "these."
28114 msgstr ""
28115
28116 #. type: textblock
28117 #: ../tools/virt-win-reg.pl:453
28118 msgid ""
28119 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
28120 "circumstances it might refer to another control set.  The way to find out is "
28121 "to look at the C<HKLM\\SYSTEM\\Select> key:"
28122 msgstr ""
28123
28124 #. type: verbatim
28125 #: ../tools/virt-win-reg.pl:457
28126 #, no-wrap
28127 msgid ""
28128 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
28129 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
28130 " \"Current\"=dword:00000001\n"
28131 " \"Default\"=dword:00000001\n"
28132 " \"Failed\"=dword:00000000\n"
28133 " \"LastKnownGood\"=dword:00000002\n"
28134 "\n"
28135 msgstr ""
28136
28137 #. type: textblock
28138 #: ../tools/virt-win-reg.pl:464
28139 msgid "\"Current\" is the one which Windows will choose when it boots."
28140 msgstr ""
28141
28142 #. type: textblock
28143 #: ../tools/virt-win-reg.pl:466
28144 msgid "Similarly, other C<Current...> keys in the path may need to be replaced."
28145 msgstr ""
28146
28147 #. type: =head1
28148 #: ../tools/virt-win-reg.pl:469
28149 msgid "WINDOWS TIPS"
28150 msgstr ""
28151
28152 #. type: textblock
28153 #: ../tools/virt-win-reg.pl:471
28154 msgid ""
28155 "Note that some of these tips modify the guest disk image.  The guest I<must> "
28156 "be shut off, else you will get disk corruption."
28157 msgstr ""
28158
28159 #. type: =head2
28160 #: ../tools/virt-win-reg.pl:474
28161 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
28162 msgstr ""
28163
28164 #. type: textblock
28165 #: ../tools/virt-win-reg.pl:476
28166 msgid ""
28167 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
28168 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
28169 "is uploaded into C<C:\\>:"
28170 msgstr ""
28171
28172 #. type: verbatim
28173 #: ../tools/virt-win-reg.pl:480
28174 #, no-wrap
28175 msgid ""
28176 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
28177 "\n"
28178 msgstr ""
28179
28180 #. type: textblock
28181 #: ../tools/virt-win-reg.pl:482
28182 msgid "Prepare a regedit file containing the registry change:"
28183 msgstr ""
28184
28185 #. type: verbatim
28186 #: ../tools/virt-win-reg.pl:484
28187 #, no-wrap
28188 msgid ""
28189 " cat > test.reg <<'EOF'\n"
28190 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
28191 " \"Test\"=\"c:\\\\test.bat\"\n"
28192 " EOF\n"
28193 "\n"
28194 msgstr ""
28195
28196 #. type: textblock
28197 #: ../tools/virt-win-reg.pl:489
28198 msgid ""
28199 "In this example we use the key C<RunOnce> which means that the script will "
28200 "run precisely once when the first user logs in.  If you want it to run every "
28201 "time a user logs in, replace C<RunOnce> with C<Run>."
28202 msgstr ""
28203
28204 #. type: textblock
28205 #: ../tools/virt-win-reg.pl:493
28206 msgid "Now update the registry:"
28207 msgstr ""
28208
28209 #. type: verbatim
28210 #: ../tools/virt-win-reg.pl:495
28211 #, no-wrap
28212 msgid ""
28213 " virt-win-reg --merge WindowsGuest test.reg\n"
28214 "\n"
28215 msgstr ""
28216
28217 #. type: =head2
28218 #: ../tools/virt-win-reg.pl:497
28219 msgid "INSTALLING A SERVICE"
28220 msgstr ""
28221
28222 #. type: textblock
28223 #: ../tools/virt-win-reg.pl:499
28224 msgid ""
28225 "This section assumes you are familiar with Windows services, and you either "
28226 "have a program which handles the Windows Service Control Protocol directly "
28227 "or you want to run any program using a service wrapper like SrvAny or the "
28228 "free RHSrvAny."
28229 msgstr ""
28230
28231 #. type: textblock
28232 #: ../tools/virt-win-reg.pl:504
28233 msgid ""
28234 "First upload the program and optionally the service wrapper.  In this case "
28235 "the test program is called C<test.exe> and we are using the RHSrvAny "
28236 "wrapper:"
28237 msgstr ""
28238
28239 #. type: verbatim
28240 #: ../tools/virt-win-reg.pl:508
28241 #, no-wrap
28242 msgid ""
28243 " guestfish -i -d WindowsGuest <<EOF\n"
28244 "   upload rhsrvany.exe /rhsrvany.exe\n"
28245 "   upload test.exe /test.exe\n"
28246 " EOF\n"
28247 "\n"
28248 msgstr ""
28249
28250 #. type: textblock
28251 #: ../tools/virt-win-reg.pl:513
28252 msgid ""
28253 "Prepare a regedit file containing the registry changes.  In this example, "
28254 "the first registry change is needed for the service itself or the service "
28255 "wrapper (if used).  The second registry change is only needed because I am "
28256 "using the RHSrvAny service wrapper."
28257 msgstr ""
28258
28259 #. type: verbatim
28260 #: ../tools/virt-win-reg.pl:518
28261 #, no-wrap
28262 msgid ""
28263 " cat > service.reg <<'EOF'\n"
28264 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
28265 " \"Type\"=dword:00000010\n"
28266 " \"Start\"=dword:00000002\n"
28267 " \"ErrorControl\"=dword:00000001\n"
28268 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
28269 " \"DisplayName\"=\"RHSrvAny\"\n"
28270 " \"ObjectName\"=\"NetworkService\"\n"
28271 " \n"
28272 msgstr ""
28273
28274 #. type: verbatim
28275 #: ../tools/virt-win-reg.pl:527
28276 #, no-wrap
28277 msgid ""
28278 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
28279 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
28280 " \"PWD\"=\"c:\\\\Temp\"\n"
28281 " EOF\n"
28282 "\n"
28283 msgstr ""
28284
28285 #. type: textblock
28286 #: ../tools/virt-win-reg.pl:538
28287 msgid ""
28288 "For use of C<ControlSet001> see the section above in this manual page.  You "
28289 "may need to adjust this according to the control set that is in use by the "
28290 "guest."
28291 msgstr ""
28292
28293 #. type: textblock
28294 #: ../tools/virt-win-reg.pl:544
28295 msgid ""
28296 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
28297 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
28298 "privileged account."
28299 msgstr ""
28300
28301 #. type: textblock
28302 #: ../tools/virt-win-reg.pl:550
28303 msgid ""
28304 "For the meaning of the magic numbers, see this Microsoft KB article: "
28305 "L<http://support.microsoft.com/kb/103000>."
28306 msgstr ""
28307
28308 #. type: textblock
28309 #: ../tools/virt-win-reg.pl:555
28310 msgid "Update the registry:"
28311 msgstr ""
28312
28313 #. type: verbatim
28314 #: ../tools/virt-win-reg.pl:557
28315 #, no-wrap
28316 msgid ""
28317 " virt-win-reg --merge WindowsGuest service.reg\n"
28318 "\n"
28319 msgstr ""
28320
28321 #. type: textblock
28322 #: ../tools/virt-win-reg.pl:561
28323 msgid ""
28324 "Be careful when passing parameters containing C<\\> (backslash) in the "
28325 "shell.  Usually you will have to use 'single quotes' or double backslashes "
28326 "(but not both) to protect them from the shell."
28327 msgstr ""
28328
28329 #. type: textblock
28330 #: ../tools/virt-win-reg.pl:565
28331 msgid "Paths and value names are case-insensitive."
28332 msgstr ""
28333
28334 #. type: textblock
28335 #: ../tools/virt-win-reg.pl:574
28336 msgid ""
28337 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, "
28338 "L<guestfish(1)>, L<virt-cat(1)>, L<Sys::Guestfs(3)>, "
28339 "L<Sys::Guestfs::Lib(3)>, L<Win::Hivex(3)>, L<Win::Hivex::Regedit(3)>, "
28340 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
28341 msgstr ""
28342
28343 #. type: textblock
28344 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:550
28345 msgid ""
28346 "When reporting bugs, please enable debugging and capture the I<complete> "
28347 "output:"
28348 msgstr ""
28349
28350 #. type: verbatim
28351 #: ../tools/virt-win-reg.pl:592
28352 #, no-wrap
28353 msgid ""
28354 " export LIBGUESTFS_DEBUG=1\n"
28355 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
28356 "\n"
28357 msgstr ""
28358
28359 #. type: textblock
28360 #: ../tools/virt-win-reg.pl:595
28361 msgid ""
28362 "Attach /tmp/virt-win-reg.log to a new bug report at "
28363 "L<https://bugzilla.redhat.com/>"
28364 msgstr ""
28365
28366 #. type: textblock
28367 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1510 ../tools/virt-make-fs.pl:565
28368 msgid "Copyright (C) 2010 Red Hat Inc."
28369 msgstr ""
28370
28371 #. type: textblock
28372 #: ../tools/virt-resize.pl:42
28373 msgid "virt-resize - Resize a virtual machine disk"
28374 msgstr ""
28375
28376 #. type: verbatim
28377 #: ../tools/virt-resize.pl:46
28378 #, no-wrap
28379 msgid ""
28380 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
28381 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
28382 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
28383 "\n"
28384 msgstr ""
28385
28386 #. type: textblock
28387 #: ../tools/virt-resize.pl:52
28388 msgid ""
28389 "Virt-resize is a tool which can resize a virtual machine disk, making it "
28390 "larger or smaller overall, and resizing or deleting any partitions contained "
28391 "within."
28392 msgstr ""
28393
28394 #. type: textblock
28395 #: ../tools/virt-resize.pl:56
28396 msgid ""
28397 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
28398 "not> be used on live virtual machines - for consistent results, shut the "
28399 "virtual machine down before resizing it."
28400 msgstr ""
28401
28402 #. type: textblock
28403 #: ../tools/virt-resize.pl:60
28404 msgid ""
28405 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
28406 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
28407 msgstr ""
28408
28409 #. type: textblock
28410 #: ../tools/virt-resize.pl:66
28411 msgid ""
28412 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
28413 "fill the extra 5GB of space."
28414 msgstr ""
28415
28416 #. type: verbatim
28417 #: ../tools/virt-resize.pl:69
28418 #, no-wrap
28419 msgid ""
28420 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
28421 " virt-filesystems --long -h --all -a olddisk\n"
28422 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
28423 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
28424 "\n"
28425 msgstr ""
28426
28427 #. type: textblock
28428 #: ../tools/virt-resize.pl:74
28429 msgid ""
28430 "As above, but make the /boot partition 200MB bigger, while giving the "
28431 "remaining space to /dev/sda2:"
28432 msgstr ""
28433
28434 #. type: verbatim
28435 #: ../tools/virt-resize.pl:77
28436 #, no-wrap
28437 msgid ""
28438 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
28439 "\n"
28440 msgstr ""
28441
28442 #. type: textblock
28443 #: ../tools/virt-resize.pl:79
28444 msgid "As above, but the output format will be uncompressed qcow2:"
28445 msgstr ""
28446
28447 #. type: verbatim
28448 #: ../tools/virt-resize.pl:81
28449 #, no-wrap
28450 msgid ""
28451 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
28452 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
28453 "\n"
28454 msgstr ""
28455
28456 #. type: =head1
28457 #: ../tools/virt-resize.pl:84
28458 msgid "DETAILED USAGE"
28459 msgstr ""
28460
28461 #. type: =head2
28462 #: ../tools/virt-resize.pl:86
28463 msgid "EXPANDING A VIRTUAL MACHINE DISK"
28464 msgstr ""
28465
28466 #. type: =item
28467 #: ../tools/virt-resize.pl:90
28468 msgid "1. Shut down the virtual machine"
28469 msgstr ""
28470
28471 #. type: =item
28472 #: ../tools/virt-resize.pl:92
28473 msgid "2. Locate input disk image"
28474 msgstr ""
28475
28476 #. type: textblock
28477 #: ../tools/virt-resize.pl:94
28478 msgid ""
28479 "Locate the input disk image (ie. the file or device on the host containing "
28480 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
28481 "dumpxml> like this to find the disk image name:"
28482 msgstr ""
28483
28484 #. type: verbatim
28485 #: ../tools/virt-resize.pl:98
28486 #, no-wrap
28487 msgid ""
28488 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
28489 " Found 1 nodes:\n"
28490 " -- NODE --\n"
28491 " <source dev=\"/dev/vg/lv_guest\" />\n"
28492 "\n"
28493 msgstr ""
28494
28495 #. type: =item
28496 #: ../tools/virt-resize.pl:103
28497 msgid "3. Look at current sizing"
28498 msgstr ""
28499
28500 #. type: textblock
28501 #: ../tools/virt-resize.pl:105
28502 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
28503 msgstr ""
28504
28505 #. type: verbatim
28506 #: ../tools/virt-resize.pl:108
28507 #, no-wrap
28508 msgid ""
28509 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
28510 " Name       Type       Size  Parent\n"
28511 " /dev/sda1  partition  101M  /dev/sda\n"
28512 " /dev/sda2  partition  7.9G  /dev/sda\n"
28513 " /dev/sda   device     8.0G  -\n"
28514 "\n"
28515 msgstr ""
28516
28517 #. type: textblock
28518 #: ../tools/virt-resize.pl:114
28519 msgid ""
28520 "(This example is a virtual machine with an 8 GB disk which we would like to "
28521 "expand up to 10 GB)."
28522 msgstr ""
28523
28524 #. type: =item
28525 #: ../tools/virt-resize.pl:117
28526 msgid "4. Create output disk"
28527 msgstr ""
28528
28529 #. type: textblock
28530 #: ../tools/virt-resize.pl:119
28531 msgid ""
28532 "Virt-resize cannot do in-place disk modifications.  You have to have space "
28533 "to store the resized output disk."
28534 msgstr ""
28535
28536 #. type: textblock
28537 #: ../tools/virt-resize.pl:122
28538 msgid "To store the resized disk image in a file, create a file of a suitable size:"
28539 msgstr ""
28540
28541 #. type: verbatim
28542 #: ../tools/virt-resize.pl:125
28543 #, no-wrap
28544 msgid ""
28545 " # rm -f outdisk\n"
28546 " # truncate -s 10G outdisk\n"
28547 "\n"
28548 msgstr ""
28549
28550 #. type: textblock
28551 #: ../tools/virt-resize.pl:128
28552 msgid "Or use L<lvcreate(1)> to create a logical volume:"
28553 msgstr ""
28554
28555 #. type: verbatim
28556 #: ../tools/virt-resize.pl:130
28557 #, no-wrap
28558 msgid ""
28559 " # lvcreate -L 10G -n lv_name vg_name\n"
28560 "\n"
28561 msgstr ""
28562
28563 #. type: textblock
28564 #: ../tools/virt-resize.pl:132
28565 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
28566 msgstr ""
28567
28568 #. type: verbatim
28569 #: ../tools/virt-resize.pl:134
28570 #, no-wrap
28571 msgid ""
28572 " # virsh pool-list\n"
28573 " # virsh vol-create-as poolname newvol 10G\n"
28574 "\n"
28575 msgstr ""
28576
28577 #. type: =item
28578 #: ../tools/virt-resize.pl:137
28579 msgid "5. Resize"
28580 msgstr ""
28581
28582 #. type: textblock
28583 #: ../tools/virt-resize.pl:139
28584 msgid ""
28585 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
28586 "file) and the output disk.  The output disk is the one created in the "
28587 "previous step."
28588 msgstr ""
28589
28590 #. type: verbatim
28591 #: ../tools/virt-resize.pl:143
28592 #, no-wrap
28593 msgid ""
28594 " # virt-resize indisk outdisk\n"
28595 "\n"
28596 msgstr ""
28597
28598 #. type: textblock
28599 #: ../tools/virt-resize.pl:145
28600 msgid ""
28601 "This command just copies disk image C<indisk> to disk image C<outdisk> "
28602 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
28603 "larger, then an extra, empty partition is created at the end of the disk "
28604 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
28605 "error."
28606 msgstr ""
28607
28608 #. type: textblock
28609 #: ../tools/virt-resize.pl:151
28610 msgid ""
28611 "More realistically you'd want to expand existing partitions in the disk "
28612 "image by passing extra options (for the full list see the L</OPTIONS> "
28613 "section below)."
28614 msgstr ""
28615
28616 #. type: textblock
28617 #: ../tools/virt-resize.pl:155
28618 msgid ""
28619 "L</--expand> is the most useful option.  It expands the named partition "
28620 "within the disk to fill any extra space:"
28621 msgstr ""
28622
28623 #. type: verbatim
28624 #: ../tools/virt-resize.pl:158
28625 #, no-wrap
28626 msgid ""
28627 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
28628 "\n"
28629 msgstr ""
28630
28631 #. type: textblock
28632 #: ../tools/virt-resize.pl:160
28633 msgid ""
28634 "(In this case, an extra partition is I<not> created at the end of the disk, "
28635 "because there will be no unused space)."
28636 msgstr ""
28637
28638 #. type: textblock
28639 #: ../tools/virt-resize.pl:163
28640 msgid ""
28641 "L</--resize> is the other commonly used option.  The following would "
28642 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
28643 "rest of the available space:"
28644 msgstr ""
28645
28646 #. type: verbatim
28647 #: ../tools/virt-resize.pl:167
28648 #, no-wrap
28649 msgid ""
28650 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
28651 "     indisk outdisk\n"
28652 "\n"
28653 msgstr ""
28654
28655 #. type: textblock
28656 #: ../tools/virt-resize.pl:170
28657 msgid ""
28658 "If the expanded partition in the image contains a filesystem or LVM PV, then "
28659 "if virt-resize knows how, it will resize the contents, the equivalent of "
28660 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or "
28661 "L<ntfsresize(8)>.  However virt-resize does not know how to resize some "
28662 "filesystems, so you would have to online resize them after booting the "
28663 "guest."
28664 msgstr ""
28665
28666 #. type: textblock
28667 #: ../tools/virt-resize.pl:177
28668 msgid "Other options are covered below."
28669 msgstr ""
28670
28671 #. type: =item
28672 #: ../tools/virt-resize.pl:179
28673 msgid "6. Test"
28674 msgstr ""
28675
28676 #. type: textblock
28677 #: ../tools/virt-resize.pl:181
28678 msgid "Thoroughly test the new disk image I<before> discarding the old one."
28679 msgstr ""
28680
28681 #. type: textblock
28682 #: ../tools/virt-resize.pl:183
28683 msgid "If you are using libvirt, edit the XML to point at the new disk:"
28684 msgstr ""
28685
28686 #. type: verbatim
28687 #: ../tools/virt-resize.pl:185
28688 #, no-wrap
28689 msgid ""
28690 " # virsh edit guestname\n"
28691 "\n"
28692 msgstr ""
28693
28694 #. type: textblock
28695 #: ../tools/virt-resize.pl:187
28696 msgid ""
28697 "Change E<lt>source ...E<gt>, see "
28698 "L<http://libvirt.org/formatdomain.html#elementsDisks>"
28699 msgstr ""
28700
28701 #. type: textblock
28702 #: ../tools/virt-resize.pl:190
28703 msgid "Then start up the domain with the new, resized disk:"
28704 msgstr ""
28705
28706 #. type: verbatim
28707 #: ../tools/virt-resize.pl:192
28708 #, no-wrap
28709 msgid ""
28710 " # virsh start guestname\n"
28711 "\n"
28712 msgstr ""
28713
28714 #. type: textblock
28715 #: ../tools/virt-resize.pl:194
28716 msgid ""
28717 "and check that it still works.  See also the L</NOTES> section below for "
28718 "additional information."
28719 msgstr ""
28720
28721 #. type: =item
28722 #: ../tools/virt-resize.pl:197
28723 msgid "7. Resize LVs etc inside the guest"
28724 msgstr ""
28725
28726 #. type: textblock
28727 #: ../tools/virt-resize.pl:199
28728 msgid "(This can also be done offline using L<guestfish(1)>)"
28729 msgstr ""
28730
28731 #. type: textblock
28732 #: ../tools/virt-resize.pl:201
28733 msgid ""
28734 "Once the guest has booted you should see the new space available, at least "
28735 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
28736 "may need to resize LVs inside PVs, and also resize filesystem types that "
28737 "virt-resize does not know how to expand."
28738 msgstr ""
28739
28740 #. type: =head2
28741 #: ../tools/virt-resize.pl:208
28742 msgid "SHRINKING A VIRTUAL MACHINE DISK"
28743 msgstr ""
28744
28745 #. type: textblock
28746 #: ../tools/virt-resize.pl:210
28747 msgid ""
28748 "Shrinking is somewhat more complex than expanding, and only an overview is "
28749 "given here."
28750 msgstr ""
28751
28752 #. type: textblock
28753 #: ../tools/virt-resize.pl:213
28754 msgid ""
28755 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
28756 "filesystems).  The user has to shrink content before passing the disk image "
28757 "to virt-resize, and virt-resize will check that the content has been shrunk "
28758 "properly."
28759 msgstr ""
28760
28761 #. type: textblock
28762 #: ../tools/virt-resize.pl:218
28763 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
28764 msgstr ""
28765
28766 #. type: textblock
28767 #: ../tools/virt-resize.pl:220
28768 msgid ""
28769 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
28770 "steps 3 and 4 above to allocate a new disk image."
28771 msgstr ""
28772
28773 #. type: textblock
28774 #: ../tools/virt-resize.pl:223
28775 msgid "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
28776 msgstr ""
28777
28778 #. type: =head2
28779 #: ../tools/virt-resize.pl:226
28780 msgid "IGNORING OR DELETING PARTITIONS"
28781 msgstr ""
28782
28783 #. type: textblock
28784 #: ../tools/virt-resize.pl:228
28785 msgid ""
28786 "virt-resize also gives a convenient way to ignore or delete partitions when "
28787 "copying from the input disk to the output disk.  Ignoring a partition speeds "
28788 "up the copy where you don't care about the existing contents of a "
28789 "partition.  Deleting a partition removes it completely, but note that it "
28790 "also renumbers any partitions after the one which is deleted, which can "
28791 "leave some guests unbootable."
28792 msgstr ""
28793
28794 #. type: =head2
28795 #: ../tools/virt-resize.pl:235
28796 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
28797 msgstr ""
28798
28799 #. type: textblock
28800 #: ../tools/virt-resize.pl:237
28801 msgid ""
28802 "If the input disk is in qcow2 format, then you may prefer that the output is "
28803 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
28804 "the fly.  The output format is simply determined by the format of the empty "
28805 "output container that you provide.  Thus to create qcow2 output, use:"
28806 msgstr ""
28807
28808 #. type: verbatim
28809 #: ../tools/virt-resize.pl:243
28810 #, no-wrap
28811 msgid ""
28812 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
28813 "\n"
28814 msgstr ""
28815
28816 #. type: textblock
28817 #: ../tools/virt-resize.pl:245
28818 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
28819 msgstr ""
28820
28821 #. type: textblock
28822 #: ../tools/virt-resize.pl:247
28823 msgid "Similarly, to get non-sparse raw output use:"
28824 msgstr ""
28825
28826 #. type: verbatim
28827 #: ../tools/virt-resize.pl:249
28828 #, no-wrap
28829 msgid ""
28830 " fallocate -l size outdisk\n"
28831 "\n"
28832 msgstr ""
28833
28834 #. type: textblock
28835 #: ../tools/virt-resize.pl:251
28836 msgid ""
28837 "(on older systems that don't have the L<fallocate(1)> command use C<dd "
28838 "if=/dev/zero of=outdisk bs=1M count=..>)"
28839 msgstr ""
28840
28841 #. type: textblock
28842 #: ../tools/virt-resize.pl:264
28843 msgid "Display help."
28844 msgstr ""
28845
28846 #. type: =item
28847 #: ../tools/virt-resize.pl:278
28848 msgid "B<--resize part=size>"
28849 msgstr ""
28850
28851 #. type: textblock
28852 #: ../tools/virt-resize.pl:280
28853 msgid ""
28854 "Resize the named partition (expanding or shrinking it) so that it has the "
28855 "given size."
28856 msgstr ""
28857
28858 #. type: textblock
28859 #: ../tools/virt-resize.pl:283
28860 msgid ""
28861 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
28862 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
28863 "Exabytes; or as a percentage of the current size; or as a relative number or "
28864 "percentage.  For example:"
28865 msgstr ""
28866
28867 #. type: verbatim
28868 #: ../tools/virt-resize.pl:288
28869 #, no-wrap
28870 msgid ""
28871 " --resize /dev/sda2=10G\n"
28872 "\n"
28873 msgstr ""
28874
28875 #. type: verbatim
28876 #: ../tools/virt-resize.pl:290
28877 #, no-wrap
28878 msgid ""
28879 " --resize /dev/sda4=90%\n"
28880 "\n"
28881 msgstr ""
28882
28883 #. type: verbatim
28884 #: ../tools/virt-resize.pl:292
28885 #, no-wrap
28886 msgid ""
28887 " --resize /dev/sda2=+1G\n"
28888 "\n"
28889 msgstr ""
28890
28891 #. type: verbatim
28892 #: ../tools/virt-resize.pl:294
28893 #, no-wrap
28894 msgid ""
28895 " --resize /dev/sda2=-200M\n"
28896 "\n"
28897 msgstr ""
28898
28899 #. type: verbatim
28900 #: ../tools/virt-resize.pl:296
28901 #, no-wrap
28902 msgid ""
28903 " --resize /dev/sda1=+128K\n"
28904 "\n"
28905 msgstr ""
28906
28907 #. type: verbatim
28908 #: ../tools/virt-resize.pl:298
28909 #, no-wrap
28910 msgid ""
28911 " --resize /dev/sda1=+10%\n"
28912 "\n"
28913 msgstr ""
28914
28915 #. type: verbatim
28916 #: ../tools/virt-resize.pl:300
28917 #, no-wrap
28918 msgid ""
28919 " --resize /dev/sda1=-10%\n"
28920 "\n"
28921 msgstr ""
28922
28923 #. type: textblock
28924 #: ../tools/virt-resize.pl:302
28925 msgid ""
28926 "You can increase the size of any partition.  Virt-resize will expand the "
28927 "direct content of the partition if it knows how (see C<--expand> below)."
28928 msgstr ""
28929
28930 #. type: textblock
28931 #: ../tools/virt-resize.pl:306
28932 msgid ""
28933 "You can only I<decrease> the size of partitions that contain filesystems or "
28934 "PVs which have already been shrunk.  Virt-resize will check this has been "
28935 "done before proceeding, or else will print an error (see also "
28936 "C<--resize-force>)."
28937 msgstr ""
28938
28939 #. type: textblock
28940 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403 ../tools/virt-resize.pl:420
28941 msgid "You can give this option multiple times."
28942 msgstr ""
28943
28944 #. type: =item
28945 #: ../tools/virt-resize.pl:317
28946 msgid "B<--resize-force part=size>"
28947 msgstr ""
28948
28949 #. type: textblock
28950 #: ../tools/virt-resize.pl:319
28951 msgid ""
28952 "This is the same as C<--resize> except that it will let you decrease the "
28953 "size of any partition.  Generally this means you will lose any data which "
28954 "was at the end of the partition you shrink, but you may not care about that "
28955 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
28956 "as a swap partition)."
28957 msgstr ""
28958
28959 #. type: textblock
28960 #: ../tools/virt-resize.pl:325
28961 msgid "See also the C<--ignore> option."
28962 msgstr ""
28963
28964 #. type: =item
28965 #: ../tools/virt-resize.pl:331
28966 msgid "B<--expand part>"
28967 msgstr ""
28968
28969 #. type: textblock
28970 #: ../tools/virt-resize.pl:333
28971 msgid ""
28972 "Expand the named partition so it uses up all extra space (space left over "
28973 "after any other resize changes that you request have been done)."
28974 msgstr ""
28975
28976 #. type: textblock
28977 #: ../tools/virt-resize.pl:336
28978 msgid ""
28979 "If virt-resize knows how, it will expand the direct content of the "
28980 "partition.  For example, if the partition is an LVM PV, it will expand the "
28981 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
28982 "content it doesn't know about alone."
28983 msgstr ""
28984
28985 #. type: textblock
28986 #: ../tools/virt-resize.pl:341
28987 msgid "Currently virt-resize can resize:"
28988 msgstr ""
28989
28990 #. type: textblock
28991 #: ../tools/virt-resize.pl:347
28992 msgid ""
28993 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
28994 "partition."
28995 msgstr ""
28996
28997 #. type: textblock
28998 #: ../tools/virt-resize.pl:352
28999 msgid ""
29000 "NTFS filesystems contained directly in a partition, if libguestfs was "
29001 "compiled with support for NTFS."
29002 msgstr ""
29003
29004 #. type: textblock
29005 #: ../tools/virt-resize.pl:355
29006 msgid ""
29007 "The filesystem must have been shut down consistently last time it was used.  "
29008 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
29009 "consistency check, so at the first boot after resizing Windows will check "
29010 "the disk."
29011 msgstr ""
29012
29013 #. type: textblock
29014 #: ../tools/virt-resize.pl:362
29015 msgid ""
29016 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
29017 "inside the PV, but see the C<--LV-expand> option.  The user could also "
29018 "resize LVs as desired after boot."
29019 msgstr ""
29020
29021 #. type: textblock
29022 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
29023 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
29024 msgstr ""
29025
29026 #. type: =item
29027 #: ../tools/virt-resize.pl:374
29028 msgid "B<--shrink part>"
29029 msgstr ""
29030
29031 #. type: textblock
29032 #: ../tools/virt-resize.pl:376
29033 msgid ""
29034 "Shrink the named partition until the overall disk image fits in the "
29035 "destination.  The named partition B<must> contain a filesystem or PV which "
29036 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
29037 "online tools).  Virt-resize will check this and give an error if it has not "
29038 "been done."
29039 msgstr ""
29040
29041 #. type: textblock
29042 #: ../tools/virt-resize.pl:382
29043 msgid ""
29044 "The amount by which the overall disk must be shrunk (after carrying out all "
29045 "other operations requested by the user) is called the \"deficit\".  For "
29046 "example, a straight copy (assume no other operations)  from a 5GB disk image "
29047 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
29048 "would give an error unless the user specified a partition to shrink and that "
29049 "partition had more than a gigabyte of free space."
29050 msgstr ""
29051
29052 #. type: =item
29053 #: ../tools/virt-resize.pl:396
29054 msgid "B<--ignore part>"
29055 msgstr ""
29056
29057 #. type: textblock
29058 #: ../tools/virt-resize.pl:398
29059 msgid ""
29060 "Ignore the named partition.  Effectively this means the partition is "
29061 "allocated on the destination disk, but the content is not copied across from "
29062 "the source disk.  The content of the partition will be blank (all zero "
29063 "bytes)."
29064 msgstr ""
29065
29066 #. type: =item
29067 #: ../tools/virt-resize.pl:409
29068 msgid "B<--delete part>"
29069 msgstr ""
29070
29071 #. type: textblock
29072 #: ../tools/virt-resize.pl:411
29073 msgid ""
29074 "Delete the named partition.  It would be more accurate to describe this as "
29075 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
29076 "the original disk image is left intact."
29077 msgstr ""
29078
29079 #. type: textblock
29080 #: ../tools/virt-resize.pl:415
29081 msgid ""
29082 "Note that when you delete a partition, then anything contained in the "
29083 "partition is also deleted.  Furthermore, this causes any partitions that "
29084 "come after to be I<renumbered>, which can easily make your guest unbootable."
29085 msgstr ""
29086
29087 #. type: =item
29088 #: ../tools/virt-resize.pl:426
29089 msgid "B<--LV-expand logvol>"
29090 msgstr ""
29091
29092 #. type: textblock
29093 #: ../tools/virt-resize.pl:428
29094 msgid ""
29095 "This takes the logical volume and, as a final step, expands it to fill all "
29096 "the space available in its volume group.  A typical usage, assuming a Linux "
29097 "guest with a single PV C</dev/sda2> and a root device called "
29098 "C</dev/vg_guest/lv_root> would be:"
29099 msgstr ""
29100
29101 #. type: verbatim
29102 #: ../tools/virt-resize.pl:433
29103 #, no-wrap
29104 msgid ""
29105 " virt-resize indisk outdisk \\\n"
29106 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
29107 "\n"
29108 msgstr ""
29109
29110 #. type: textblock
29111 #: ../tools/virt-resize.pl:436
29112 msgid ""
29113 "This would first expand the partition (and PV), and then expand the root "
29114 "device to fill the extra space in the PV."
29115 msgstr ""
29116
29117 #. type: textblock
29118 #: ../tools/virt-resize.pl:439
29119 msgid ""
29120 "The contents of the LV are also resized if virt-resize knows how to do "
29121 "that.  You can stop virt-resize from trying to expand the content by using "
29122 "the option C<--no-expand-content>."
29123 msgstr ""
29124
29125 #. type: textblock
29126 #: ../tools/virt-resize.pl:443
29127 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
29128 msgstr ""
29129
29130 #. type: textblock
29131 #: ../tools/virt-resize.pl:446
29132 msgid ""
29133 "You can give this option multiple times, I<but> it doesn't make sense to do "
29134 "this unless the logical volumes you specify are all in different volume "
29135 "groups."
29136 msgstr ""
29137
29138 #. type: =item
29139 #: ../tools/virt-resize.pl:454
29140 msgid "B<--no-copy-boot-loader>"
29141 msgstr ""
29142
29143 #. type: textblock
29144 #: ../tools/virt-resize.pl:456
29145 msgid ""
29146 "By default, virt-resize copies over some sectors at the start of the disk "
29147 "(up to the beginning of the first partition).  Commonly these sectors "
29148 "contain the Master Boot Record (MBR) and the boot loader, and are required "
29149 "in order for the guest to boot correctly."
29150 msgstr ""
29151
29152 #. type: textblock
29153 #: ../tools/virt-resize.pl:461
29154 msgid ""
29155 "If you specify this flag, then this initial copy is not done.  You may need "
29156 "to reinstall the boot loader in this case."
29157 msgstr ""
29158
29159 #. type: =item
29160 #: ../tools/virt-resize.pl:469
29161 msgid "B<--no-extra-partition>"
29162 msgstr ""
29163
29164 #. type: textblock
29165 #: ../tools/virt-resize.pl:471
29166 msgid ""
29167 "By default, virt-resize creates an extra partition if there is any extra, "
29168 "unused space after all resizing has happened.  Use this option to prevent "
29169 "the extra partition from being created.  If you do this then the extra space "
29170 "will be inaccessible until you run fdisk, parted, or some other partitioning "
29171 "tool in the guest."
29172 msgstr ""
29173
29174 #. type: textblock
29175 #: ../tools/virt-resize.pl:477
29176 msgid ""
29177 "Note that if the surplus space is smaller than 10 MB, no extra partition "
29178 "will be created."
29179 msgstr ""
29180
29181 #. type: =item
29182 #: ../tools/virt-resize.pl:484
29183 msgid "B<--no-expand-content>"
29184 msgstr ""
29185
29186 #. type: textblock
29187 #: ../tools/virt-resize.pl:486
29188 msgid ""
29189 "By default, virt-resize will try to expand the direct contents of "
29190 "partitions, if it knows how (see C<--expand> option above)."
29191 msgstr ""
29192
29193 #. type: textblock
29194 #: ../tools/virt-resize.pl:489
29195 msgid ""
29196 "If you give the C<--no-expand-content> option then virt-resize will not "
29197 "attempt this."
29198 msgstr ""
29199
29200 #. type: =item
29201 #: ../tools/virt-resize.pl:496
29202 msgid "B<-d> | B<--debug>"
29203 msgstr ""
29204
29205 #. type: =item
29206 #: ../tools/virt-resize.pl:504
29207 msgid "B<-n> | B<--dryrun>"
29208 msgstr ""
29209
29210 #. type: textblock
29211 #: ../tools/virt-resize.pl:506
29212 msgid "Print a summary of what would be done, but don't do anything."
29213 msgstr ""
29214
29215 #. type: =item
29216 #: ../tools/virt-resize.pl:512
29217 msgid "B<-q> | B<--quiet>"
29218 msgstr ""
29219
29220 #. type: textblock
29221 #: ../tools/virt-resize.pl:514
29222 msgid "Don't print the summary."
29223 msgstr ""
29224
29225 #. type: textblock
29226 #: ../tools/virt-resize.pl:522
29227 msgid ""
29228 "Specify the format of the input disk image.  If this flag is not given then "
29229 "it is auto-detected from the image itself."
29230 msgstr ""
29231
29232 #. type: textblock
29233 #: ../tools/virt-resize.pl:528
29234 msgid ""
29235 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
29236 "AND NON-SPARSE RAW FORMATS>."
29237 msgstr ""
29238
29239 #. type: =item
29240 #: ../tools/virt-resize.pl:535
29241 msgid "B<--output-format> raw"
29242 msgstr ""
29243
29244 #. type: textblock
29245 #: ../tools/virt-resize.pl:537
29246 msgid ""
29247 "Specify the format of the output disk image.  If this flag is not given then "
29248 "it is auto-detected from the image itself."
29249 msgstr ""
29250
29251 #. type: textblock
29252 #: ../tools/virt-resize.pl:543
29253 msgid ""
29254 "Note that you still need to create the output disk with the right format.  "
29255 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
29256 msgstr ""
29257
29258 #. type: =head1
29259 #: ../tools/virt-resize.pl:1419
29260 msgid "NOTES"
29261 msgstr ""
29262
29263 #. type: =head2
29264 #: ../tools/virt-resize.pl:1421
29265 msgid "\"Partition 1 does not end on cylinder boundary.\""
29266 msgstr ""
29267
29268 #. type: textblock
29269 #: ../tools/virt-resize.pl:1423
29270 msgid ""
29271 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
29272 "means the partitions will not be aligned to the ancient CHS geometry.  "
29273 "However CHS geometry is meaningless for disks manufactured since the early "
29274 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
29275 "cylinders is not required by any modern operating system."
29276 msgstr ""
29277
29278 #. type: =head2
29279 #: ../tools/virt-resize.pl:1430
29280 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
29281 msgstr ""
29282
29283 #. type: textblock
29284 #: ../tools/virt-resize.pl:1432
29285 msgid ""
29286 "In Windows Vista and later versions, Microsoft switched to using a separate "
29287 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
29288 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
29289 "the boot partition.  Doing so seems to break the guest completely.  However "
29290 "expanding the second partition (ie. C: drive) should work."
29291 msgstr ""
29292
29293 #. type: textblock
29294 #: ../tools/virt-resize.pl:1439
29295 msgid ""
29296 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
29297 "NTFS partitions have been expanded.  This is just a safety check and (unless "
29298 "it find errors) is nothing to worry about."
29299 msgstr ""
29300
29301 #. type: =head2
29302 #: ../tools/virt-resize.pl:1443
29303 msgid "GUEST BOOT STUCK AT \"GRUB\""
29304 msgstr ""
29305
29306 #. type: textblock
29307 #: ../tools/virt-resize.pl:1445
29308 msgid ""
29309 "If a Linux guest does not boot after resizing, and the boot is stuck after "
29310 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
29311 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
29312 "although we think is to do with partition alignment."
29313 msgstr ""
29314
29315 #. type: verbatim
29316 #: ../tools/virt-resize.pl:1450
29317 #, no-wrap
29318 msgid ""
29319 " guestfish -i -a newdisk\n"
29320 " ><fs> cat /boot/grub/device.map\n"
29321 " # check the contents of this file are sensible or\n"
29322 " # edit the file if necessary\n"
29323 " ><fs> grub-install / /dev/vda\n"
29324 " ><fs> exit\n"
29325 "\n"
29326 msgstr ""
29327
29328 #. type: textblock
29329 #: ../tools/virt-resize.pl:1457
29330 msgid ""
29331 "For more flexible guest reconfiguration, including if you need to specify "
29332 "other parameters to grub-install, use L<virt-rescue(1)>."
29333 msgstr ""
29334
29335 #. type: =head1
29336 #: ../tools/virt-resize.pl:1460
29337 msgid "ALTERNATIVE TOOLS"
29338 msgstr ""
29339
29340 #. type: textblock
29341 #: ../tools/virt-resize.pl:1462
29342 msgid ""
29343 "There are several proprietary tools for resizing partitions.  We won't "
29344 "mention any here."
29345 msgstr ""
29346
29347 #. type: textblock
29348 #: ../tools/virt-resize.pl:1465
29349 msgid ""
29350 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
29351 "operations on disk images.  They can resize and move partitions, but I don't "
29352 "think they can do anything with the contents, and they certainly don't "
29353 "understand LVM."
29354 msgstr ""
29355
29356 #. type: textblock
29357 #: ../tools/virt-resize.pl:1470
29358 msgid ""
29359 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
29360 "but at a much lower level.  You will probably end up hand-calculating sector "
29361 "offsets, which is something that virt-resize was designed to avoid.  If you "
29362 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
29363 "C<--debug> flag."
29364 msgstr ""
29365
29366 #. type: textblock
29367 #: ../tools/virt-resize.pl:1485
29368 msgid ""
29369 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, "
29370 "L<lvm(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, "
29371 "L<ntfsresize(8)>, L<virsh(1)>, L<parted(8)>, L<truncate(1)>, "
29372 "L<fallocate(1)>, L<grub(8)>, L<grub-install(8)>, L<virt-rescue(1)>, "
29373 "L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
29374 msgstr ""
29375
29376 #. type: textblock
29377 #: ../tools/virt-list-filesystems.pl:32
29378 msgid "virt-list-filesystems - List filesystems in a virtual machine or disk image"
29379 msgstr ""
29380
29381 #. type: verbatim
29382 #: ../tools/virt-list-filesystems.pl:36
29383 #, no-wrap
29384 msgid ""
29385 " virt-list-filesystems [--options] domname\n"
29386 "\n"
29387 msgstr ""
29388
29389 #. type: verbatim
29390 #: ../tools/virt-list-filesystems.pl:38
29391 #, no-wrap
29392 msgid ""
29393 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
29394 "\n"
29395 msgstr ""
29396
29397 #. type: textblock
29398 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
29399 msgid ""
29400 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
29401 "replacement."
29402 msgstr ""
29403
29404 #. type: textblock
29405 #: ../tools/virt-list-filesystems.pl:45
29406 msgid ""
29407 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
29408 "are contained in a virtual machine or disk image."
29409 msgstr ""
29410
29411 #. type: textblock
29412 #: ../tools/virt-list-filesystems.pl:49
29413 msgid ""
29414 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
29415 "functionality.  For more complex cases you should look at the "
29416 "L<guestfish(1)> tool."
29417 msgstr ""
29418
29419 #. type: =item
29420 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
29421 msgid "B<-l> | B<--long>"
29422 msgstr ""
29423
29424 #. type: textblock
29425 #: ../tools/virt-list-filesystems.pl:108
29426 msgid ""
29427 "With this option, C<virt-list-filesystems> displays the type of each "
29428 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
29429 msgstr ""
29430
29431 #. type: =item
29432 #: ../tools/virt-list-filesystems.pl:115
29433 msgid "B<-a> | B<--all>"
29434 msgstr ""
29435
29436 #. type: textblock
29437 #: ../tools/virt-list-filesystems.pl:117
29438 msgid ""
29439 "Normally we only show mountable filesystems.  If this option is given then "
29440 "swap devices are shown too."
29441 msgstr ""
29442
29443 #. type: textblock
29444 #: ../tools/virt-list-filesystems.pl:191
29445 msgid ""
29446 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, "
29447 "L<virt-filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, "
29448 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29449 msgstr ""
29450
29451 #. type: textblock
29452 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
29453 msgid "Copyright (C) 2009 Red Hat Inc."
29454 msgstr ""
29455
29456 #. type: textblock
29457 #: ../tools/virt-tar.pl:33
29458 msgid "virt-tar - Extract or upload files to a virtual machine"
29459 msgstr ""
29460
29461 #. type: verbatim
29462 #: ../tools/virt-tar.pl:37
29463 #, no-wrap
29464 msgid ""
29465 " virt-tar [--options] -x domname directory tarball\n"
29466 "\n"
29467 msgstr ""
29468
29469 #. type: verbatim
29470 #: ../tools/virt-tar.pl:39
29471 #, no-wrap
29472 msgid ""
29473 " virt-tar [--options] -u domname tarball directory\n"
29474 "\n"
29475 msgstr ""
29476
29477 #. type: verbatim
29478 #: ../tools/virt-tar.pl:41
29479 #, no-wrap
29480 msgid ""
29481 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
29482 "\n"
29483 msgstr ""
29484
29485 #. type: verbatim
29486 #: ../tools/virt-tar.pl:43
29487 #, no-wrap
29488 msgid ""
29489 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
29490 "\n"
29491 msgstr ""
29492
29493 #. type: textblock
29494 #: ../tools/virt-tar.pl:47
29495 msgid ""
29496 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, "
29497 "L<virt-tar-in(1)>, L<virt-tar-out(1)> as replacements."
29498 msgstr ""
29499
29500 #. type: textblock
29501 #: ../tools/virt-tar.pl:52
29502 msgid "Download C</home> from the VM into a local tarball:"
29503 msgstr ""
29504
29505 #. type: verbatim
29506 #: ../tools/virt-tar.pl:54
29507 #, no-wrap
29508 msgid ""
29509 " virt-tar -x domname /home home.tar\n"
29510 "\n"
29511 msgstr ""
29512
29513 #. type: verbatim
29514 #: ../tools/virt-tar.pl:56
29515 #, no-wrap
29516 msgid ""
29517 " virt-tar -zx domname /home home.tar.gz\n"
29518 "\n"
29519 msgstr ""
29520
29521 #. type: textblock
29522 #: ../tools/virt-tar.pl:58
29523 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
29524 msgstr ""
29525
29526 #. type: verbatim
29527 #: ../tools/virt-tar.pl:60
29528 #, no-wrap
29529 msgid ""
29530 " virt-tar -u domname uploadstuff.tar /tmp\n"
29531 "\n"
29532 msgstr ""
29533
29534 #. type: verbatim
29535 #: ../tools/virt-tar.pl:62
29536 #, no-wrap
29537 msgid ""
29538 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
29539 "\n"
29540 msgstr ""
29541
29542 #. type: textblock
29543 #: ../tools/virt-tar.pl:66
29544 msgid ""
29545 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
29546 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
29547 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
29548 msgstr ""
29549
29550 #. type: textblock
29551 #: ../tools/virt-tar.pl:71
29552 msgid ""
29553 "You can use C<-x> (extract) on live virtual machines, but you might get "
29554 "inconsistent results or errors if there is filesystem activity inside the "
29555 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
29556 "work, but the only way to guarantee consistent results is if the virtual "
29557 "machine is shut down."
29558 msgstr ""
29559
29560 #. type: textblock
29561 #: ../tools/virt-tar.pl:79
29562 msgid ""
29563 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
29564 "parts of a guest filesystem.  There are many possibilities: making backups, "
29565 "uploading data files, snooping on guest activity, fixing or customizing "
29566 "guests, etc."
29567 msgstr ""
29568
29569 #. type: textblock
29570 #: ../tools/virt-tar.pl:84
29571 msgid ""
29572 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
29573 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
29574 "should look at the L<guestfish(1)> tool."
29575 msgstr ""
29576
29577 #. type: textblock
29578 #: ../tools/virt-tar.pl:88
29579 msgid ""
29580 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
29581 "its contents (recursively) from the virtual machine into a local tarball.  "
29582 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
29583 "virtual machine.  You cannot use these two options together."
29584 msgstr ""
29585
29586 #. type: textblock
29587 #: ../tools/virt-tar.pl:94
29588 msgid ""
29589 "In addition, you may need to use the C<-z> (gZip) option to enable "
29590 "compression.  When uploading, you have to specify C<-z> if the upload file "
29591 "is compressed because virt-tar won't detect this on its own."
29592 msgstr ""
29593
29594 #. type: textblock
29595 #: ../tools/virt-tar.pl:98
29596 msgid ""
29597 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
29598 "example it cannot do PKZip files or bzip2 compression.  If you want that "
29599 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
29600 "the L<libguestfs(3)> API)."
29601 msgstr ""
29602
29603 #. type: =item
29604 #: ../tools/virt-tar.pl:156
29605 msgid "B<-x> | B<--extract> | B<--download>"
29606 msgstr ""
29607
29608 #. type: =item
29609 #: ../tools/virt-tar.pl:158
29610 msgid "B<-u> | B<--upload>"
29611 msgstr ""
29612
29613 #. type: textblock
29614 #: ../tools/virt-tar.pl:160
29615 msgid ""
29616 "Use C<-x> to extract (download) a directory from a virtual machine to a "
29617 "local tarball."
29618 msgstr ""
29619
29620 #. type: textblock
29621 #: ../tools/virt-tar.pl:163
29622 msgid ""
29623 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
29624 "Please read the L</WARNING> section above before using this option."
29625 msgstr ""
29626
29627 #. type: textblock
29628 #: ../tools/virt-tar.pl:167
29629 msgid "You must specify exactly one of these options."
29630 msgstr ""
29631
29632 #. type: =item
29633 #: ../tools/virt-tar.pl:173
29634 msgid "B<-z> | B<--gzip>"
29635 msgstr ""
29636
29637 #. type: textblock
29638 #: ../tools/virt-tar.pl:175
29639 msgid "Specify that the input or output tarball is gzip-compressed."
29640 msgstr ""
29641
29642 #. type: textblock
29643 #: ../tools/virt-tar.pl:288
29644 msgid ""
29645 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
29646 "L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
29647 "L<virt-tar-out(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, "
29648 "L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29649 msgstr ""
29650
29651 #. type: textblock
29652 #: ../tools/virt-make-fs.pl:37
29653 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
29654 msgstr ""
29655
29656 #. type: verbatim
29657 #: ../tools/virt-make-fs.pl:41
29658 #, no-wrap
29659 msgid ""
29660 " virt-make-fs [--options] input.tar output.img\n"
29661 "\n"
29662 msgstr ""
29663
29664 #. type: verbatim
29665 #: ../tools/virt-make-fs.pl:43
29666 #, no-wrap
29667 msgid ""
29668 " virt-make-fs [--options] input.tar.gz output.img\n"
29669 "\n"
29670 msgstr ""
29671
29672 #. type: verbatim
29673 #: ../tools/virt-make-fs.pl:45
29674 #, no-wrap
29675 msgid ""
29676 " virt-make-fs [--options] directory output.img\n"
29677 "\n"
29678 msgstr ""
29679
29680 #. type: textblock
29681 #: ../tools/virt-make-fs.pl:49
29682 msgid ""
29683 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
29684 "archive or some files in a directory.  It is similar to tools like "
29685 "L<mkisofs(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, "
29686 "it can create common filesystem types like ext2/3 or NTFS, which can be "
29687 "useful if you want to attach these filesystems to existing virtual machines "
29688 "(eg. to import large amounts of read-only data to a VM)."
29689 msgstr ""
29690
29691 #. type: textblock
29692 #: ../tools/virt-make-fs.pl:57
29693 msgid "Basic usage is:"
29694 msgstr ""
29695
29696 #. type: verbatim
29697 #: ../tools/virt-make-fs.pl:59
29698 #, no-wrap
29699 msgid ""
29700 " virt-make-fs input output\n"
29701 "\n"
29702 msgstr ""
29703
29704 #. type: textblock
29705 #: ../tools/virt-make-fs.pl:61
29706 msgid ""
29707 "where C<input> is either a directory containing files that you want to add, "
29708 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
29709 "C<output> is a disk image.  The input type is detected automatically.  The "
29710 "output disk image defaults to a raw ext2 image unless you specify extra "
29711 "flags (see L</OPTIONS> below)."
29712 msgstr ""
29713
29714 #. type: =head2
29715 #: ../tools/virt-make-fs.pl:67
29716 msgid "EXTRA SPACE"
29717 msgstr ""
29718
29719 #. type: textblock
29720 #: ../tools/virt-make-fs.pl:69
29721 msgid ""
29722 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
29723 "the files that it contains, but might have extra space.  Depending on how "
29724 "you are going to use the output, you might think this extra space is wasted "
29725 "and want to minimize it, or you might want to leave space so that more files "
29726 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
29727 "but you can use the C<--size> flag to leave space in the filesystem if you "
29728 "want it."
29729 msgstr ""
29730
29731 #. type: textblock
29732 #: ../tools/virt-make-fs.pl:77
29733 msgid ""
29734 "An alternative way to leave extra space but not make the output image any "
29735 "bigger is to use an alternative disk image format (instead of the default "
29736 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
29737 "image format (check your hypervisor supports this before using it).  This "
29738 "allows you to choose a large C<--size> but the extra space won't actually be "
29739 "allocated in the image until you try to store something in it."
29740 msgstr ""
29741
29742 #. type: textblock
29743 #: ../tools/virt-make-fs.pl:85
29744 msgid ""
29745 "Don't forget that you can also use local commands including L<resize2fs(8)> "
29746 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
29747 "to build another image from scratch."
29748 msgstr ""
29749
29750 #. type: =head3
29751 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123 ../tools/virt-make-fs.pl:142
29752 msgid "EXAMPLE"
29753 msgstr ""
29754
29755 #. type: verbatim
29756 #: ../tools/virt-make-fs.pl:91
29757 #, no-wrap
29758 msgid ""
29759 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
29760 "\n"
29761 msgstr ""
29762
29763 #. type: =head2
29764 #: ../tools/virt-make-fs.pl:93
29765 msgid "FILESYSTEM TYPE"
29766 msgstr ""
29767
29768 #. type: textblock
29769 #: ../tools/virt-make-fs.pl:95
29770 msgid ""
29771 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
29772 "libguestfs supports can be used (but I<not> read-only formats like "
29773 "ISO9660).  Here are some of the more common choices:"
29774 msgstr ""
29775
29776 #. type: =item
29777 #: ../tools/virt-make-fs.pl:101
29778 msgid "I<ext3>"
29779 msgstr ""
29780
29781 #. type: textblock
29782 #: ../tools/virt-make-fs.pl:103
29783 msgid ""
29784 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
29785 "you are not going to use the filesystem in a way that requires the journal, "
29786 "then this is just wasted overhead."
29787 msgstr ""
29788
29789 #. type: =item
29790 #: ../tools/virt-make-fs.pl:107
29791 msgid "I<ntfs> or I<vfat>"
29792 msgstr ""
29793
29794 #. type: textblock
29795 #: ../tools/virt-make-fs.pl:109
29796 msgid "Useful if exporting data to a Windows guest."
29797 msgstr ""
29798
29799 #. type: textblock
29800 #: ../tools/virt-make-fs.pl:111
29801 msgid ""
29802 "I<Note for vfat>: The tar archive or local directory must only contain files "
29803 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
29804 "program running within libguestfs is unable to change the ownership of "
29805 "non-root files, since vfat itself does not support this."
29806 msgstr ""
29807
29808 #. type: =item
29809 #: ../tools/virt-make-fs.pl:116
29810 msgid "I<minix>"
29811 msgstr ""
29812
29813 #. type: textblock
29814 #: ../tools/virt-make-fs.pl:118
29815 msgid ""
29816 "Lower overhead than C<ext2>, but certain limitations on filename length and "
29817 "total filesystem size."
29818 msgstr ""
29819
29820 #. type: verbatim
29821 #: ../tools/virt-make-fs.pl:125
29822 #, no-wrap
29823 msgid ""
29824 " virt-make-fs --type=minix input minixfs.img\n"
29825 "\n"
29826 msgstr ""
29827
29828 #. type: =head2
29829 #: ../tools/virt-make-fs.pl:127
29830 msgid "TO PARTITION OR NOT TO PARTITION"
29831 msgstr ""
29832
29833 #. type: textblock
29834 #: ../tools/virt-make-fs.pl:129
29835 msgid "Optionally virt-make-fs can add a partition table to the output disk."
29836 msgstr ""
29837
29838 #. type: textblock
29839 #: ../tools/virt-make-fs.pl:131
29840 msgid ""
29841 "Adding a partition can make the disk image more compatible with certain "
29842 "virtualized operating systems which don't expect to see a filesystem "
29843 "directly located on a block device (Linux doesn't care and will happily "
29844 "handle both types)."
29845 msgstr ""
29846
29847 #. type: textblock
29848 #: ../tools/virt-make-fs.pl:136
29849 msgid ""
29850 "On the other hand, if you have a partition table then the output image is no "
29851 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
29852 "directly on a partitioned disk image.  (However libguestfs tools such as "
29853 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
29854 msgstr ""
29855
29856 #. type: textblock
29857 #: ../tools/virt-make-fs.pl:144
29858 msgid "Add an MBR partition:"
29859 msgstr ""
29860
29861 #. type: verbatim
29862 #: ../tools/virt-make-fs.pl:146
29863 #, no-wrap
29864 msgid ""
29865 " virt-make-fs --partition -- input disk.img\n"
29866 "\n"
29867 msgstr ""
29868
29869 #. type: textblock
29870 #: ../tools/virt-make-fs.pl:148
29871 msgid ""
29872 "If the output disk image could be terabyte-sized or larger, it's better to "
29873 "use an EFI/GPT-compatible partition table:"
29874 msgstr ""
29875
29876 #. type: verbatim
29877 #: ../tools/virt-make-fs.pl:151
29878 #, no-wrap
29879 msgid ""
29880 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
29881 "\n"
29882 msgstr ""
29883
29884 #. type: textblock
29885 #: ../tools/virt-make-fs.pl:179
29886 msgid "Enable debugging information."
29887 msgstr ""
29888
29889 #. type: =item
29890 #: ../tools/virt-make-fs.pl:185
29891 msgid "B<--size=E<lt>NE<gt>>"
29892 msgstr ""
29893
29894 #. type: =item
29895 #: ../tools/virt-make-fs.pl:187
29896 msgid "B<--size=+E<lt>NE<gt>>"
29897 msgstr ""
29898
29899 #. type: =item
29900 #: ../tools/virt-make-fs.pl:189
29901 msgid "B<-s E<lt>NE<gt>>"
29902 msgstr ""
29903
29904 #. type: =item
29905 #: ../tools/virt-make-fs.pl:191
29906 msgid "B<-s +E<lt>NE<gt>>"
29907 msgstr ""
29908
29909 #. type: textblock
29910 #: ../tools/virt-make-fs.pl:193
29911 msgid "Use the C<--size> (or C<-s>) option to choose the size of the output image."
29912 msgstr ""
29913
29914 #. type: textblock
29915 #: ../tools/virt-make-fs.pl:196
29916 msgid ""
29917 "If this option is I<not> given, then the output image will be just large "
29918 "enough to contain all the files, with not much wasted space."
29919 msgstr ""
29920
29921 #. type: textblock
29922 #: ../tools/virt-make-fs.pl:199
29923 msgid ""
29924 "To choose a fixed size output disk, specify an absolute number followed by "
29925 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29926 "Petabytes or Exabytes.  This must be large enough to contain all the input "
29927 "files, else you will get an error."
29928 msgstr ""
29929
29930 #. type: textblock
29931 #: ../tools/virt-make-fs.pl:204
29932 msgid ""
29933 "To leave extra space, specify C<+> (plus sign) and a number followed by "
29934 "b/K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
29935 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
29936 "the input files, and (approximately) an extra 200 MB free space."
29937 msgstr ""
29938
29939 #. type: textblock
29940 #: ../tools/virt-make-fs.pl:210
29941 msgid ""
29942 "Note that virt-make-fs estimates free space, and therefore will not produce "
29943 "filesystems containing precisely the free space requested.  (It is much more "
29944 "expensive and time-consuming to produce a filesystem which has precisely the "
29945 "desired free space)."
29946 msgstr ""
29947
29948 #. type: =item
29949 #: ../tools/virt-make-fs.pl:219
29950 msgid "B<--format=E<lt>fmtE<gt>>"
29951 msgstr ""
29952
29953 #. type: =item
29954 #: ../tools/virt-make-fs.pl:221
29955 msgid "B<-F E<lt>fmtE<gt>>"
29956 msgstr ""
29957
29958 #. type: textblock
29959 #: ../tools/virt-make-fs.pl:223
29960 msgid "Choose the output disk image format."
29961 msgstr ""
29962
29963 #. type: textblock
29964 #: ../tools/virt-make-fs.pl:225
29965 msgid "The default is C<raw> (raw disk image)."
29966 msgstr ""
29967
29968 #. type: textblock
29969 #: ../tools/virt-make-fs.pl:227
29970 msgid ""
29971 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
29972 "that would really make sense here is C<qcow2>."
29973 msgstr ""
29974
29975 #. type: =item
29976 #: ../tools/virt-make-fs.pl:234
29977 msgid "B<--type=E<lt>fsE<gt>>"
29978 msgstr ""
29979
29980 #. type: =item
29981 #: ../tools/virt-make-fs.pl:236
29982 msgid "B<-t E<lt>fsE<gt>>"
29983 msgstr ""
29984
29985 #. type: textblock
29986 #: ../tools/virt-make-fs.pl:238
29987 msgid "Choose the output filesystem type."
29988 msgstr ""
29989
29990 #. type: textblock
29991 #: ../tools/virt-make-fs.pl:240
29992 msgid "The default is C<ext2>."
29993 msgstr ""
29994
29995 #. type: textblock
29996 #: ../tools/virt-make-fs.pl:242
29997 msgid "Any filesystem which is supported read-write by libguestfs can be used here."
29998 msgstr ""
29999
30000 #. type: =item
30001 #: ../tools/virt-make-fs.pl:249
30002 msgid "B<--partition>"
30003 msgstr ""
30004
30005 #. type: =item
30006 #: ../tools/virt-make-fs.pl:251
30007 msgid "B<--partition=E<lt>parttypeE<gt>>"
30008 msgstr ""
30009
30010 #. type: textblock
30011 #: ../tools/virt-make-fs.pl:253
30012 msgid ""
30013 "If specified, this flag adds an MBR partition table to the output disk "
30014 "image."
30015 msgstr ""
30016
30017 #. type: textblock
30018 #: ../tools/virt-make-fs.pl:256
30019 msgid ""
30020 "You can change the partition table type, eg. C<--partition=gpt> for large "
30021 "disks."
30022 msgstr ""
30023
30024 #. type: textblock
30025 #: ../tools/virt-make-fs.pl:259
30026 msgid ""
30027 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
30028 "might consider the next parameter to be the partition type.  For example:"
30029 msgstr ""
30030
30031 #. type: verbatim
30032 #: ../tools/virt-make-fs.pl:263
30033 #, no-wrap
30034 msgid ""
30035 " virt-make-fs --partition input.tar ...\n"
30036 "\n"
30037 msgstr ""
30038
30039 #. type: textblock
30040 #: ../tools/virt-make-fs.pl:265
30041 msgid ""
30042 "would cause virt-make-fs to think you wanted to use a partition type of "
30043 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
30044 "dash) between options and the input file argument:"
30045 msgstr ""
30046
30047 #. type: verbatim
30048 #: ../tools/virt-make-fs.pl:269
30049 #, no-wrap
30050 msgid ""
30051 " virt-make-fs --partition -- input.tar ...\n"
30052 "\n"
30053 msgstr ""
30054
30055 #. type: textblock
30056 #: ../tools/virt-make-fs.pl:536
30057 msgid ""
30058 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30059 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, "
30060 "L<guestfs(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30061 msgstr ""
30062
30063 #. type: verbatim
30064 #: ../tools/virt-make-fs.pl:553
30065 #, no-wrap
30066 msgid ""
30067 " export LIBGUESTFS_DEBUG=1\n"
30068 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30069 "\n"
30070 msgstr ""
30071
30072 #. type: textblock
30073 #: ../tools/virt-make-fs.pl:556
30074 msgid ""
30075 "Attach /tmp/virt-make-fs.log to a new bug report at "
30076 "L<https://bugzilla.redhat.com/>"
30077 msgstr ""
30078
30079 #. type: textblock
30080 #: ../tools/virt-list-partitions.pl:32
30081 msgid "virt-list-partitions - List partitions in a virtual machine or disk image"
30082 msgstr ""
30083
30084 #. type: verbatim
30085 #: ../tools/virt-list-partitions.pl:36
30086 #, no-wrap
30087 msgid ""
30088 " virt-list-partitions [--options] domname\n"
30089 "\n"
30090 msgstr ""
30091
30092 #. type: verbatim
30093 #: ../tools/virt-list-partitions.pl:38
30094 #, no-wrap
30095 msgid ""
30096 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30097 "\n"
30098 msgstr ""
30099
30100 #. type: textblock
30101 #: ../tools/virt-list-partitions.pl:45
30102 msgid ""
30103 "C<virt-list-partitions> is a command line tool to list the partitions that "
30104 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30105 "first step to using L<virt-resize(1)>."
30106 msgstr ""
30107
30108 #. type: textblock
30109 #: ../tools/virt-list-partitions.pl:50
30110 msgid ""
30111 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30112 "functionality.  For more complex cases you should look at the "
30113 "L<guestfish(1)> tool."
30114 msgstr ""
30115
30116 #. type: =item
30117 #: ../tools/virt-list-partitions.pl:107
30118 msgid "B<-h> | B<--human-readable>"
30119 msgstr ""
30120
30121 #. type: textblock
30122 #: ../tools/virt-list-partitions.pl:109
30123 msgid "Show sizes in human-readable form (eg. \"1G\")."
30124 msgstr ""
30125
30126 #. type: textblock
30127 #: ../tools/virt-list-partitions.pl:117
30128 msgid ""
30129 "With this option, C<virt-list-partitions> displays the type and size of each "
30130 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30131 msgstr ""
30132
30133 #. type: =item
30134 #: ../tools/virt-list-partitions.pl:124
30135 msgid "B<-t> | B<--total>"
30136 msgstr ""
30137
30138 #. type: textblock
30139 #: ../tools/virt-list-partitions.pl:126
30140 msgid "Display the total size of each block device (as a separate row or rows)."
30141 msgstr ""
30142
30143 #. type: textblock
30144 #: ../tools/virt-list-partitions.pl:259
30145 msgid ""
30146 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, "
30147 "L<virt-list-filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, "
30148 "L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30149 msgstr ""