Version 1.9.17.
[libguestfs.git] / po-docs / uk.po
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 msgid ""
7 msgstr ""
8 "Project-Id-Version: libguestfs\n"
9 "Report-Msgid-Bugs-To: libguestfs@redhat.com\n"
10 "POT-Creation-Date: 2011-04-05 20:38+0200\n"
11 "PO-Revision-Date: 2011-04-01 15:39+0000\n"
12 "Last-Translator: yurchor <yurchor@ukr.net>\n"
13 "Language-Team: Ukrainian <trans-uk@lists.fedoraproject.org>\n"
14 "Language: uk\n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n"
20
21 #. type: =head1
22 #: ../src/guestfs.pod:3 ../fish/guestfish.pod:3
23 #: ../test-tool/libguestfs-test-tool.pod:3 ../fuse/guestmount.pod:3
24 #: ../tools/virt-edit.pl:32 ../tools/virt-win-reg.pl:35
25 #: ../tools/virt-resize.pl:40 ../tools/virt-list-filesystems.pl:30
26 #: ../tools/virt-tar.pl:31 ../tools/virt-make-fs.pl:35
27 #: ../tools/virt-list-partitions.pl:30
28 msgid "NAME"
29 msgstr "НАЗВА"
30
31 #. type: textblock
32 #: ../src/guestfs.pod:5
33 msgid "guestfs - Library for accessing and modifying virtual machine images"
34 msgstr ""
35 "guestfs — бібліотека для доступу та внесення змін до образів віртуальних "
36 "машин"
37
38 #. type: =head1
39 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
40 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
41 #: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
42 #: ../tools/virt-resize.pl:44 ../tools/virt-list-filesystems.pl:34
43 #: ../tools/virt-tar.pl:35 ../tools/virt-make-fs.pl:39
44 #: ../tools/virt-list-partitions.pl:34
45 msgid "SYNOPSIS"
46 msgstr "КОРОТКИЙ ОПИС"
47
48 #. type: verbatim
49 #: ../src/guestfs.pod:9
50 #, no-wrap
51 msgid ""
52 " #include <guestfs.h>\n"
53 " \n"
54 msgstr ""
55 " #include <guestfs.h>\n"
56 " \n"
57
58 #. type: verbatim
59 #: ../src/guestfs.pod:11
60 #, no-wrap
61 msgid ""
62 " guestfs_h *g = guestfs_create ();\n"
63 " guestfs_add_drive (g, \"guest.img\");\n"
64 " guestfs_launch (g);\n"
65 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
66 " guestfs_touch (g, \"/hello\");\n"
67 " guestfs_umount (g, \"/\");\n"
68 " guestfs_close (g);\n"
69 "\n"
70 msgstr ""
71 " guestfs_h *g = guestfs_create ();\n"
72 " guestfs_add_drive (g, \"guest.img\");\n"
73 " guestfs_launch (g);\n"
74 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
75 " guestfs_touch (g, \"/hello\");\n"
76 " guestfs_umount (g, \"/\");\n"
77 " guestfs_close (g);\n"
78 "\n"
79
80 #. type: verbatim
81 #: ../src/guestfs.pod:19
82 #, no-wrap
83 msgid ""
84 " cc prog.c -o prog -lguestfs\n"
85 "or:\n"
86 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
87 "\n"
88 msgstr ""
89 " cc prog.c -o prog -lguestfs\n"
90 "або:\n"
91 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
92 "\n"
93
94 #. type: =head1
95 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
96 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
97 #: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
98 #: ../tools/virt-resize.pl:50 ../tools/virt-list-filesystems.pl:40
99 #: ../tools/virt-tar.pl:77 ../tools/virt-make-fs.pl:47
100 #: ../tools/virt-list-partitions.pl:40
101 msgid "DESCRIPTION"
102 msgstr "ОПИС"
103
104 #. type: textblock
105 #: ../src/guestfs.pod:25
106 msgid ""
107 "Libguestfs is a library for accessing and modifying guest disk images.  "
108 "Amongst the things this is good for: making batch configuration changes to "
109 "guests, getting disk used/free statistics (see also: virt-df), migrating "
110 "between virtualization systems (see also: virt-p2v), performing partial "
111 "backups, performing partial guest clones, cloning guests and changing "
112 "registry/UUID/hostname info, and much else besides."
113 msgstr ""
114
115 #. type: textblock
116 #: ../src/guestfs.pod:33
117 msgid ""
118 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
119 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
120 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
121 "qcow2, vmdk."
122 msgstr ""
123
124 #. type: textblock
125 #: ../src/guestfs.pod:38
126 msgid ""
127 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
128 "what filesystem is in each LV, etc.).  It can also run commands in the "
129 "context of the guest.  Also you can access filesystems over FUSE."
130 msgstr ""
131
132 #. type: textblock
133 #: ../src/guestfs.pod:43
134 msgid ""
135 "Libguestfs is a library that can be linked with C and C++ management "
136 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
137 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
138 "line."
139 msgstr ""
140
141 #. type: textblock
142 #: ../src/guestfs.pod:48
143 msgid ""
144 "You don't need to be root to use libguestfs, although obviously you do need "
145 "enough permissions to access the disk images."
146 msgstr ""
147
148 #. type: textblock
149 #: ../src/guestfs.pod:51
150 msgid ""
151 "Libguestfs is a large API because it can do many things.  For a gentle "
152 "introduction, please read the L</API OVERVIEW> section next."
153 msgstr ""
154
155 #. type: textblock
156 #: ../src/guestfs.pod:54
157 msgid ""
158 "There are also some example programs in the L<guestfs-examples(3)> manual "
159 "page."
160 msgstr ""
161
162 #. type: =head1
163 #: ../src/guestfs.pod:57
164 msgid "API OVERVIEW"
165 msgstr "ОГЛЯД API"
166
167 #. type: textblock
168 #: ../src/guestfs.pod:59
169 msgid ""
170 "This section provides a gentler overview of the libguestfs API.  We also try "
171 "to group API calls together, where that may not be obvious from reading "
172 "about the individual calls in the main section of this manual."
173 msgstr ""
174
175 #. type: =head2
176 #: ../src/guestfs.pod:64
177 msgid "HANDLES"
178 msgstr "ОБРОБНИКИ"
179
180 #. type: textblock
181 #: ../src/guestfs.pod:66
182 msgid ""
183 "Before you can use libguestfs calls, you have to create a handle.  Then you "
184 "must add at least one disk image to the handle, followed by launching the "
185 "handle, then performing whatever operations you want, and finally closing "
186 "the handle.  By convention we use the single letter C<g> for the name of the "
187 "handle variable, although of course you can use any name you want."
188 msgstr ""
189
190 #. type: textblock
191 #: ../src/guestfs.pod:73
192 msgid "The general structure of all libguestfs-using programs looks like this:"
193 msgstr ""
194
195 #. type: verbatim
196 #: ../src/guestfs.pod:76
197 #, no-wrap
198 msgid ""
199 " guestfs_h *g = guestfs_create ();\n"
200 " \n"
201 msgstr ""
202 " guestfs_h *g = guestfs_create ();\n"
203 " \n"
204
205 #. type: verbatim
206 #: ../src/guestfs.pod:78
207 #, no-wrap
208 msgid ""
209 " /* Call guestfs_add_drive additional times if there are\n"
210 "  * multiple disk images.\n"
211 "  */\n"
212 " guestfs_add_drive (g, \"guest.img\");\n"
213 " \n"
214 msgstr ""
215
216 #. type: verbatim
217 #: ../src/guestfs.pod:83
218 #, no-wrap
219 msgid ""
220 " /* Most manipulation calls won't work until you've launched\n"
221 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
222 "  * and _before_ other commands.\n"
223 "  */\n"
224 " guestfs_launch (g);\n"
225 " \n"
226 msgstr ""
227
228 #. type: verbatim
229 #: ../src/guestfs.pod:89
230 #, no-wrap
231 msgid ""
232 " /* Now you can examine what partitions, LVs etc are available.\n"
233 "  */\n"
234 " char **partitions = guestfs_list_partitions (g);\n"
235 " char **logvols = guestfs_lvs (g);\n"
236 " \n"
237 msgstr ""
238
239 #. type: verbatim
240 #: ../src/guestfs.pod:94
241 #, no-wrap
242 msgid ""
243 " /* To access a filesystem in the image, you must mount it.\n"
244 "  */\n"
245 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
246 " \n"
247 msgstr ""
248 " /* Щоб отримати доступ до файлової системи на образі, вам слід його змонтувати.\n"
249 "  */\n"
250 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
251 " \n"
252
253 #. type: verbatim
254 #: ../src/guestfs.pod:98
255 #, fuzzy, no-wrap
256 #| msgid ""
257 #| " /* Now you can perform filesystem actions on the guest\n"
258 #| "  * disk image.\n"
259 #| "  */\n"
260 #| " guestfs_touch (g, \"/hello\");\n"
261 #| "\n"
262 msgid ""
263 " /* Now you can perform filesystem actions on the guest\n"
264 "  * disk image.\n"
265 "  */\n"
266 " guestfs_touch (g, \"/hello\");\n"
267 " \n"
268 msgstr ""
269 " /* Тепер ви можете виконувати дії з файловою системою на\n"
270 "  * образі диска операційної системи.\n"
271 "  */\n"
272 " guestfs_touch (g, \"/hello\");\n"
273 "\n"
274
275 #. type: verbatim
276 #: ../src/guestfs.pod:103
277 #, no-wrap
278 msgid ""
279 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
280 "  * it is done automatically when you close the handle.  See\n"
281 "  * discussion of autosync in this page.\n"
282 "  */\n"
283 " guestfs_sync (g);\n"
284 " \n"
285 msgstr ""
286
287 #. type: verbatim
288 #: ../src/guestfs.pod:109
289 #, no-wrap
290 msgid ""
291 " /* Close the handle 'g'. */\n"
292 " guestfs_close (g);\n"
293 "\n"
294 msgstr ""
295
296 #. type: textblock
297 #: ../src/guestfs.pod:112
298 msgid ""
299 "The code above doesn't include any error checking.  In real code you should "
300 "check return values carefully for errors.  In general all functions that "
301 "return integers return C<-1> on error, and all functions that return "
302 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
303 "how to handle errors, and consult the documentation for each function call "
304 "below to see precisely how they return error indications.  See L<guestfs-"
305 "examples(3)> for fully worked examples."
306 msgstr ""
307
308 #. type: =head2
309 #: ../src/guestfs.pod:121
310 msgid "DISK IMAGES"
311 msgstr ""
312
313 #. type: textblock
314 #: ../src/guestfs.pod:123
315 msgid ""
316 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
317 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
318 "actual block device, or simply an empty file of zeroes that you have created "
319 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
320 "of these."
321 msgstr ""
322
323 #. type: textblock
324 #: ../src/guestfs.pod:129
325 msgid ""
326 "The call you should use in modern code for adding drives is L</"
327 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
328 "specifying that the format is raw, do:"
329 msgstr ""
330
331 #. type: verbatim
332 #: ../src/guestfs.pod:133
333 #, no-wrap
334 msgid ""
335 " guestfs_add_drive_opts (g, filename,\n"
336 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
337 "                         -1);\n"
338 "\n"
339 msgstr ""
340
341 #. type: textblock
342 #: ../src/guestfs.pod:137
343 msgid "You can add a disk read-only using:"
344 msgstr ""
345
346 #. type: verbatim
347 #: ../src/guestfs.pod:139
348 #, no-wrap
349 msgid ""
350 " guestfs_add_drive_opts (g, filename,\n"
351 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
352 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
353 "                         -1);\n"
354 "\n"
355 msgstr ""
356
357 #. type: textblock
358 #: ../src/guestfs.pod:144
359 msgid ""
360 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
361 "libguestfs won't modify the file."
362 msgstr ""
363
364 #. type: textblock
365 #: ../src/guestfs.pod:147
366 msgid ""
367 "Be extremely cautious if the disk image is in use, eg. if it is being used "
368 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
369 "corruption, but adding it read-only is safe."
370 msgstr ""
371
372 #. type: textblock
373 #: ../src/guestfs.pod:151
374 msgid ""
375 "You must add at least one disk image, and you may add multiple disk images.  "
376 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
377 "first one you added), C</dev/sdb> (for the second one you added), etc."
378 msgstr ""
379
380 #. type: textblock
381 #: ../src/guestfs.pod:156
382 msgid ""
383 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
384 "can call L</guestfs_list_devices> to get a list of the device names, in the "
385 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
386 msgstr ""
387
388 #. type: =head2
389 #: ../src/guestfs.pod:161
390 msgid "MOUNTING"
391 msgstr "МОНТУВАННЯ"
392
393 #. type: textblock
394 #: ../src/guestfs.pod:163
395 msgid ""
396 "Before you can read or write files, create directories and so on in a disk "
397 "image that contains filesystems, you have to mount those filesystems using "
398 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
399 "a disk image contains (for example) one partition with a filesystem on that "
400 "partition, then you can mount it directly:"
401 msgstr ""
402
403 #. type: verbatim
404 #: ../src/guestfs.pod:170
405 #, no-wrap
406 msgid ""
407 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
408 "\n"
409 msgstr ""
410
411 #. type: textblock
412 #: ../src/guestfs.pod:172
413 msgid ""
414 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
415 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
416 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
417 "that these are libguestfs virtual devices, and are nothing to do with host "
418 "devices."
419 msgstr ""
420
421 #. type: textblock
422 #: ../src/guestfs.pod:178
423 msgid ""
424 "If you are given a disk image and you don't know what it contains then you "
425 "have to find out.  Libguestfs can do that too: use L</"
426 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
427 "LVs, and either try mounting each to see what is mountable, or else examine "
428 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
429 "filesystems, use L</guestfs_list_filesystems>."
430 msgstr ""
431
432 #. type: textblock
433 #: ../src/guestfs.pod:186
434 msgid ""
435 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
436 "L</INSPECTION> below).  But you might find it easier to look at higher level "
437 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
438 msgstr ""
439
440 #. type: textblock
441 #: ../src/guestfs.pod:191
442 msgid ""
443 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
444 "several other variations of the C<guestfs_mount_*> call."
445 msgstr ""
446
447 #. type: =head2
448 #: ../src/guestfs.pod:194
449 msgid "FILESYSTEM ACCESS AND MODIFICATION"
450 msgstr ""
451
452 #. type: textblock
453 #: ../src/guestfs.pod:196
454 msgid ""
455 "The majority of the libguestfs API consists of fairly low-level calls for "
456 "accessing and modifying the files, directories, symlinks etc on mounted "
457 "filesystems.  There are over a hundred such calls which you can find listed "
458 "in detail below in this man page, and we don't even pretend to cover them "
459 "all in this overview."
460 msgstr ""
461
462 #. type: textblock
463 #: ../src/guestfs.pod:202
464 msgid ""
465 "Specify filenames as full paths, starting with C<\"/\"> and including the "
466 "mount point."
467 msgstr ""
468
469 #. type: textblock
470 #: ../src/guestfs.pod:205
471 msgid ""
472 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
473 "the file called C<\"etc/passwd\"> then you could do:"
474 msgstr ""
475
476 #. type: verbatim
477 #: ../src/guestfs.pod:208
478 #, no-wrap
479 msgid ""
480 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
481 "\n"
482 msgstr ""
483
484 #. type: textblock
485 #: ../src/guestfs.pod:210
486 msgid ""
487 "This would return C<data> as a newly allocated buffer containing the full "
488 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
489 "or C<NULL> if there was an error."
490 msgstr ""
491
492 #. type: textblock
493 #: ../src/guestfs.pod:214
494 msgid ""
495 "As another example, to create a top-level directory on that filesystem "
496 "called C<\"var\"> you would do:"
497 msgstr ""
498
499 #. type: verbatim
500 #: ../src/guestfs.pod:217
501 #, no-wrap
502 msgid ""
503 " guestfs_mkdir (g, \"/var\");\n"
504 "\n"
505 msgstr ""
506
507 #. type: textblock
508 #: ../src/guestfs.pod:219
509 msgid "To create a symlink you could do:"
510 msgstr ""
511
512 #. type: verbatim
513 #: ../src/guestfs.pod:221
514 #, no-wrap
515 msgid ""
516 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
517 "               \"/etc/rc3.d/S30portmap\");\n"
518 "\n"
519 msgstr ""
520
521 #. type: textblock
522 #: ../src/guestfs.pod:224
523 msgid ""
524 "Libguestfs will reject attempts to use relative paths and there is no "
525 "concept of a current working directory."
526 msgstr ""
527
528 #. type: textblock
529 #: ../src/guestfs.pod:227
530 msgid ""
531 "Libguestfs can return errors in many situations: for example if the "
532 "filesystem isn't writable, or if a file or directory that you requested "
533 "doesn't exist.  If you are using the C API (documented here)  you have to "
534 "check for those error conditions after each call.  (Other language bindings "
535 "turn these errors into exceptions)."
536 msgstr ""
537
538 #. type: textblock
539 #: ../src/guestfs.pod:233
540 msgid ""
541 "File writes are affected by the per-handle umask, set by calling L</"
542 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
543 msgstr ""
544
545 #. type: =head2
546 #: ../src/guestfs.pod:236
547 msgid "PARTITIONING"
548 msgstr "ПОДІЛ НА РОЗДІЛИ"
549
550 #. type: textblock
551 #: ../src/guestfs.pod:238
552 msgid ""
553 "Libguestfs contains API calls to read, create and modify partition tables on "
554 "disk images."
555 msgstr ""
556
557 #. type: textblock
558 #: ../src/guestfs.pod:241
559 msgid ""
560 "In the common case where you want to create a single partition covering the "
561 "whole disk, you should use the L</guestfs_part_disk> call:"
562 msgstr ""
563
564 #. type: verbatim
565 #: ../src/guestfs.pod:245
566 #, no-wrap
567 msgid ""
568 " const char *parttype = \"mbr\";\n"
569 " if (disk_is_larger_than_2TB)\n"
570 "   parttype = \"gpt\";\n"
571 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
572 "\n"
573 msgstr ""
574
575 #. type: textblock
576 #: ../src/guestfs.pod:250
577 msgid ""
578 "Obviously this effectively wipes anything that was on that disk image before."
579 msgstr ""
580
581 #. type: =head2
582 #: ../src/guestfs.pod:253
583 msgid "LVM2"
584 msgstr "LVM2"
585
586 #. type: textblock
587 #: ../src/guestfs.pod:255
588 msgid ""
589 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
590 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
591 "you familiarize yourself with the concepts of physical volumes, volume "
592 "groups and logical volumes."
593 msgstr ""
594
595 #. type: textblock
596 #: ../src/guestfs.pod:260
597 msgid ""
598 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
599 "tldp.org/HOWTO/LVM-HOWTO/>."
600 msgstr ""
601
602 #. type: =head2
603 #: ../src/guestfs.pod:263
604 msgid "DOWNLOADING"
605 msgstr ""
606
607 #. type: textblock
608 #: ../src/guestfs.pod:265
609 msgid ""
610 "Use L</guestfs_cat> to download small, text only files.  This call is "
611 "limited to files which are less than 2 MB and which cannot contain any ASCII "
612 "NUL (C<\\0>) characters.  However the API is very simple to use."
613 msgstr ""
614
615 #. type: textblock
616 #: ../src/guestfs.pod:269
617 msgid ""
618 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
619 "bit data, since it returns a (pointer, size) pair.  However it is still "
620 "limited to \"small\" files, less than 2 MB."
621 msgstr ""
622
623 #. type: textblock
624 #: ../src/guestfs.pod:273
625 msgid ""
626 "L</guestfs_download> can be used to download any file, with no limits on "
627 "content or size (even files larger than 4 GB)."
628 msgstr ""
629
630 #. type: textblock
631 #: ../src/guestfs.pod:276
632 msgid ""
633 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
634 msgstr ""
635
636 #. type: =head2
637 #: ../src/guestfs.pod:279
638 msgid "UPLOADING"
639 msgstr "ВИВАНТАЖЕННЯ"
640
641 #. type: textblock
642 #: ../src/guestfs.pod:281
643 msgid ""
644 "It's often the case that you want to write a file or files to the disk image."
645 msgstr ""
646
647 #. type: textblock
648 #: ../src/guestfs.pod:284
649 msgid ""
650 "To write a small file with fixed content, use L</guestfs_write>.  To create "
651 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
652 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
653 "of other functions for creating test files, for example L</guestfs_fill> and "
654 "L</guestfs_fill_pattern>."
655 msgstr ""
656
657 #. type: textblock
658 #: ../src/guestfs.pod:290
659 msgid ""
660 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
661 "file content or size (even files larger than 4 GB)."
662 msgstr ""
663
664 #. type: textblock
665 #: ../src/guestfs.pod:293
666 msgid ""
667 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
668 msgstr ""
669
670 #. type: textblock
671 #: ../src/guestfs.pod:295
672 msgid ""
673 "However the fastest way to upload I<large numbers of arbitrary files> is to "
674 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
675 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
676 "in a predictable way (eg. adding it last after all other drives) then you "
677 "can get the device name from L</guestfs_list_devices> and mount it directly "
678 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
679 "portable between kernel versions, and they don't support labels or UUIDs.  "
680 "If you want to pre-build an image or you need to mount it using a label or "
681 "UUID, use an ISO image instead."
682 msgstr ""
683
684 #. type: =head2
685 #: ../src/guestfs.pod:306
686 msgid "COPYING"
687 msgstr "КОПІЮВАННЯ"
688
689 #. type: textblock
690 #: ../src/guestfs.pod:308
691 msgid ""
692 "There are various different commands for copying between files and devices "
693 "and in and out of the guest filesystem.  These are summarised in the table "
694 "below."
695 msgstr ""
696
697 #. type: =item
698 #: ../src/guestfs.pod:314
699 msgid "B<file> to B<file>"
700 msgstr ""
701
702 #. type: textblock
703 #: ../src/guestfs.pod:316
704 msgid ""
705 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
706 "directories recursively."
707 msgstr ""
708
709 #. type: =item
710 #: ../src/guestfs.pod:319
711 msgid "B<file or device> to B<file or device>"
712 msgstr ""
713
714 #. type: textblock
715 #: ../src/guestfs.pod:321
716 msgid ""
717 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
718 "devices in the guest."
719 msgstr ""
720
721 #. type: textblock
722 #: ../src/guestfs.pod:324
723 msgid "Example: duplicate the contents of an LV:"
724 msgstr ""
725
726 #. type: verbatim
727 #: ../src/guestfs.pod:326
728 #, no-wrap
729 msgid ""
730 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
731 "\n"
732 msgstr ""
733
734 #. type: textblock
735 #: ../src/guestfs.pod:328
736 msgid ""
737 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
738 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
739 "guestfs_copy_size>."
740 msgstr ""
741
742 #. type: =item
743 #: ../src/guestfs.pod:332
744 msgid "B<file on the host> to B<file or device>"
745 msgstr ""
746
747 #. type: textblock
748 #: ../src/guestfs.pod:334
749 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
750 msgstr ""
751
752 #. type: =item
753 #: ../src/guestfs.pod:336
754 msgid "B<file or device> to B<file on the host>"
755 msgstr ""
756
757 #. type: textblock
758 #: ../src/guestfs.pod:338
759 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
760 msgstr ""
761
762 #. type: =head2
763 #: ../src/guestfs.pod:342
764 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
765 msgstr ""
766
767 #. type: textblock
768 #: ../src/guestfs.pod:344
769 msgid ""
770 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
771 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
772 "appears you can only upload and download to files.  However many Un*x-like "
773 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
774 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
775 "and arbitrary file descriptor N."
776 msgstr ""
777
778 #. type: textblock
779 #: ../src/guestfs.pod:352
780 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
781 msgstr ""
782
783 #. type: verbatim
784 #: ../src/guestfs.pod:355
785 #, no-wrap
786 msgid ""
787 " guestfs_download (g, filename, \"/dev/stdout\");\n"
788 "\n"
789 msgstr ""
790
791 #. type: textblock
792 #: ../src/guestfs.pod:357
793 msgid "and you can write tar output to a pipe C<fd> by doing:"
794 msgstr ""
795
796 #. type: verbatim
797 #: ../src/guestfs.pod:359
798 #, no-wrap
799 msgid ""
800 " char devfd[64];\n"
801 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
802 " guestfs_tar_out (g, \"/\", devfd);\n"
803 "\n"
804 msgstr ""
805
806 #. type: =head2
807 #: ../src/guestfs.pod:363
808 msgid "LISTING FILES"
809 msgstr ""
810
811 #. type: textblock
812 #: ../src/guestfs.pod:365
813 msgid ""
814 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
815 "L<guestfish(1)>-equivalent command C<ll>)."
816 msgstr ""
817
818 #. type: textblock
819 #: ../src/guestfs.pod:368
820 msgid ""
821 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
822 "programs, as a flat list of strings."
823 msgstr ""
824
825 #. type: textblock
826 #: ../src/guestfs.pod:371
827 msgid ""
828 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
829 "directory, plus additional information about each one.  It is more "
830 "equivalent to using the L<readdir(3)> call on a local filesystem."
831 msgstr ""
832
833 #. type: textblock
834 #: ../src/guestfs.pod:375
835 msgid ""
836 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
837 msgstr ""
838
839 #. type: =head2
840 #: ../src/guestfs.pod:378
841 msgid "RUNNING COMMANDS"
842 msgstr ""
843
844 #. type: textblock
845 #: ../src/guestfs.pod:380
846 msgid ""
847 "Although libguestfs is primarily an API for manipulating files inside guest "
848 "images, we also provide some limited facilities for running commands inside "
849 "guests."
850 msgstr ""
851
852 #. type: textblock
853 #: ../src/guestfs.pod:384
854 msgid "There are many limitations to this:"
855 msgstr ""
856
857 #. type: =item
858 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
859 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
860 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1088
861 #: ../src/guestfs.pod:1092 ../src/guestfs.pod:1096 ../src/guestfs.pod:1101
862 #: ../src/guestfs.pod:1109 ../src/guestfs.pod:1128 ../src/guestfs.pod:1136
863 #: ../src/guestfs.pod:1158 ../src/guestfs.pod:1162 ../src/guestfs.pod:1166
864 #: ../src/guestfs.pod:1170 ../src/guestfs.pod:1174 ../src/guestfs.pod:1178
865 #: ../src/guestfs.pod:1660 ../src/guestfs.pod:1665 ../src/guestfs.pod:1669
866 #: ../src/guestfs.pod:1770 ../src/guestfs.pod:1775 ../src/guestfs.pod:1779
867 #: ../src/guestfs.pod:1789 ../src/guestfs.pod:2023 ../src/guestfs.pod:2028
868 #: ../src/guestfs.pod:2034 ../src/guestfs.pod:2042 ../src/guestfs.pod:2396
869 #: ../src/guestfs.pod:2402 ../src/guestfs.pod:2407 ../src/guestfs.pod:2413
870 #: ../src/guestfs.pod:2878 ../src/guestfs.pod:2882 ../src/guestfs.pod:2886
871 #: ../src/guestfs.pod:2890 ../src/guestfs-actions.pod:15
872 #: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577
873 #: ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592
874 #: ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1600
875 #: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608
876 #: ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1620
877 #: ../src/guestfs-actions.pod:1624 ../src/guestfs-actions.pod:1628
878 #: ../src/guestfs-actions.pod:1638 ../src/guestfs-actions.pod:1642
879 #: ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1784
880 #: ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793
881 #: ../src/guestfs-actions.pod:1798 ../src/guestfs-actions.pod:1859
882 #: ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:1868
883 #: ../fish/guestfish.pod:443 ../fish/guestfish.pod:447
884 #: ../fish/guestfish.pod:451 ../fish/guestfish.pod:455
885 #: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20
886 #: ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388
887 #: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402
888 #: ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076
889 #: ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084
890 #: ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096
891 #: ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110
892 #: ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118
893 #: ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212
894 #: ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222
895 #: ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268
896 #: ../fish/guestfish-actions.pod:1273 ../tools/virt-edit.pl:351
897 #: ../tools/virt-edit.pl:356 ../tools/virt-edit.pl:361
898 #: ../tools/virt-edit.pl:372 ../tools/virt-edit.pl:376
899 #: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
900 #: ../tools/virt-win-reg.pl:548 ../tools/virt-resize.pl:345
901 #: ../tools/virt-resize.pl:350 ../tools/virt-resize.pl:360
902 msgid "*"
903 msgstr ""
904
905 #. type: textblock
906 #: ../src/guestfs.pod:390
907 msgid ""
908 "The kernel version that the command runs under will be different from what "
909 "it expects."
910 msgstr ""
911
912 #. type: textblock
913 #: ../src/guestfs.pod:395
914 msgid ""
915 "If the command needs to communicate with daemons, then most likely they "
916 "won't be running."
917 msgstr ""
918
919 #. type: textblock
920 #: ../src/guestfs.pod:400
921 msgid "The command will be running in limited memory."
922 msgstr ""
923
924 #. type: textblock
925 #: ../src/guestfs.pod:404
926 msgid ""
927 "The network may not be available unless you enable it (see L</"
928 "guestfs_set_network>)."
929 msgstr ""
930
931 #. type: textblock
932 #: ../src/guestfs.pod:409
933 msgid "Only supports Linux guests (not Windows, BSD, etc)."
934 msgstr ""
935
936 #. type: textblock
937 #: ../src/guestfs.pod:413
938 msgid ""
939 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
940 msgstr ""
941
942 #. type: textblock
943 #: ../src/guestfs.pod:418
944 msgid ""
945 "For SELinux guests, you may need to enable SELinux and load policy first.  "
946 "See L</SELINUX> in this manpage."
947 msgstr ""
948
949 #. type: textblock
950 #: ../src/guestfs.pod:423
951 msgid ""
952 "I<Security:> It is not safe to run commands from untrusted, possibly "
953 "malicious guests.  These commands may attempt to exploit your program by "
954 "sending unexpected output.  They could also try to exploit the Linux kernel "
955 "or qemu provided by the libguestfs appliance.  They could use the network "
956 "provided by the libguestfs appliance to bypass ordinary network partitions "
957 "and firewalls.  They could use the elevated privileges or different SELinux "
958 "context of your program to their advantage."
959 msgstr ""
960
961 #. type: textblock
962 #: ../src/guestfs.pod:432
963 msgid ""
964 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
965 "(a script which runs when the guest next boots normally), and to have this "
966 "script run the commands you want in the normal context of the running guest, "
967 "network security and so on.  For information about other security issues, "
968 "see L</SECURITY>."
969 msgstr ""
970
971 #. type: textblock
972 #: ../src/guestfs.pod:440
973 msgid ""
974 "The two main API calls to run commands are L</guestfs_command> and L</"
975 "guestfs_sh> (there are also variations)."
976 msgstr ""
977
978 #. type: textblock
979 #: ../src/guestfs.pod:443
980 msgid ""
981 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
982 "shell globs, redirections, etc will work."
983 msgstr ""
984
985 #. type: =head2
986 #: ../src/guestfs.pod:446
987 msgid "CONFIGURATION FILES"
988 msgstr "ФАЙЛИ НАЛАШТУВАННЯ"
989
990 #. type: textblock
991 #: ../src/guestfs.pod:448
992 msgid ""
993 "To read and write configuration files in Linux guest filesystems, we "
994 "strongly recommend using Augeas.  For example, Augeas understands how to "
995 "read and write, say, a Linux shadow password file or X.org configuration "
996 "file, and so avoids you having to write that code."
997 msgstr ""
998
999 #. type: textblock
1000 #: ../src/guestfs.pod:453
1001 msgid ""
1002 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
1003 "document Augeas itself here because there is excellent documentation on the "
1004 "L<http://augeas.net/> website."
1005 msgstr ""
1006
1007 #. type: textblock
1008 #: ../src/guestfs.pod:457
1009 msgid ""
1010 "If you don't want to use Augeas (you fool!) then try calling L</"
1011 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1012 "over."
1013 msgstr ""
1014
1015 #. type: =head2
1016 #: ../src/guestfs.pod:461
1017 msgid "SELINUX"
1018 msgstr "SELINUX"
1019
1020 #. type: textblock
1021 #: ../src/guestfs.pod:463
1022 msgid ""
1023 "We support SELinux guests.  To ensure that labeling happens correctly in "
1024 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1025 msgstr ""
1026
1027 #. type: =item
1028 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1281 ../src/guestfs.pod:1412
1029 #: ../src/guestfs.pod:2441
1030 msgid "1."
1031 msgstr ""
1032
1033 #. type: textblock
1034 #: ../src/guestfs.pod:471
1035 msgid "Before launching, do:"
1036 msgstr ""
1037
1038 #. type: verbatim
1039 #: ../src/guestfs.pod:473
1040 #, no-wrap
1041 msgid ""
1042 " guestfs_set_selinux (g, 1);\n"
1043 "\n"
1044 msgstr ""
1045
1046 #. type: =item
1047 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1285 ../src/guestfs.pod:1416
1048 #: ../src/guestfs.pod:2466
1049 msgid "2."
1050 msgstr ""
1051
1052 #. type: textblock
1053 #: ../src/guestfs.pod:477
1054 msgid ""
1055 "After mounting the guest's filesystem(s), load the policy.  This is best "
1056 "done by running the L<load_policy(8)> command in the guest itself:"
1057 msgstr ""
1058
1059 #. type: verbatim
1060 #: ../src/guestfs.pod:481
1061 #, no-wrap
1062 msgid ""
1063 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1064 "\n"
1065 msgstr ""
1066
1067 #. type: textblock
1068 #: ../src/guestfs.pod:483
1069 msgid ""
1070 "(Older versions of C<load_policy> require you to specify the name of the "
1071 "policy file)."
1072 msgstr ""
1073
1074 #. type: =item
1075 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1422
1076 msgid "3."
1077 msgstr ""
1078
1079 #. type: textblock
1080 #: ../src/guestfs.pod:488
1081 msgid ""
1082 "Optionally, set the security context for the API.  The correct security "
1083 "context to use can only be known by inspecting the guest.  As an example:"
1084 msgstr ""
1085
1086 #. type: verbatim
1087 #: ../src/guestfs.pod:492
1088 #, no-wrap
1089 msgid ""
1090 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1091 "\n"
1092 msgstr ""
1093
1094 #. type: textblock
1095 #: ../src/guestfs.pod:496
1096 msgid "This will work for running commands and editing existing files."
1097 msgstr ""
1098
1099 #. type: textblock
1100 #: ../src/guestfs.pod:498
1101 msgid ""
1102 "When new files are created, you may need to label them explicitly, for "
1103 "example by running the external command C<restorecon pathname>."
1104 msgstr ""
1105
1106 #. type: =head2
1107 #: ../src/guestfs.pod:502
1108 msgid "UMASK"
1109 msgstr ""
1110
1111 #. type: textblock
1112 #: ../src/guestfs.pod:504
1113 msgid ""
1114 "Certain calls are affected by the current file mode creation mask (the "
1115 "\"umask\").  In particular ones which create files or directories, such as "
1116 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1117 "either the default mode that the file is created with or modifies the mode "
1118 "that you supply."
1119 msgstr ""
1120
1121 #. type: textblock
1122 #: ../src/guestfs.pod:510
1123 msgid ""
1124 "The default umask is C<022>, so files are created with modes such as C<0644> "
1125 "and directories with C<0755>."
1126 msgstr ""
1127
1128 #. type: textblock
1129 #: ../src/guestfs.pod:513
1130 msgid ""
1131 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1132 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1133 "guestfs_chmod> after creating each file or directory."
1134 msgstr ""
1135
1136 #. type: textblock
1137 #: ../src/guestfs.pod:517
1138 msgid "For more information about umask, see L<umask(2)>."
1139 msgstr ""
1140
1141 #. type: =head1
1142 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:765
1143 msgid "ENCRYPTED DISKS"
1144 msgstr ""
1145
1146 #. type: textblock
1147 #: ../src/guestfs.pod:521
1148 msgid ""
1149 "Libguestfs allows you to access Linux guests which have been encrypted using "
1150 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1151 "standard.  This includes nearly all whole disk encryption systems used by "
1152 "modern Linux guests."
1153 msgstr ""
1154
1155 #. type: textblock
1156 #: ../src/guestfs.pod:527
1157 msgid ""
1158 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1159 "returns the string C<crypto_LUKS>)."
1160 msgstr ""
1161
1162 #. type: textblock
1163 #: ../src/guestfs.pod:530
1164 msgid ""
1165 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1166 "will require the passphrase!"
1167 msgstr ""
1168
1169 #. type: textblock
1170 #: ../src/guestfs.pod:533
1171 msgid ""
1172 "Opening a LUKS device creates a new device mapper device called C</dev/"
1173 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1174 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1175 "from and encrypted to the underlying block device respectively."
1176 msgstr ""
1177
1178 #. type: textblock
1179 #: ../src/guestfs.pod:539
1180 msgid ""
1181 "LVM volume groups on the device can be made visible by calling L</"
1182 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1183 "(s) can now be mounted in the usual way."
1184 msgstr ""
1185
1186 #. type: textblock
1187 #: ../src/guestfs.pod:543
1188 msgid ""
1189 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1190 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1191 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1192 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1193 "underlying encrypted block device)."
1194 msgstr ""
1195
1196 #. type: =head2
1197 #: ../src/guestfs.pod:550
1198 msgid "INSPECTION"
1199 msgstr "ПЕРЕВІРКА"
1200
1201 #. type: textblock
1202 #: ../src/guestfs.pod:552
1203 msgid ""
1204 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1205 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1206 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1207 "version 1.5.3 the most frequently used part of this library has been "
1208 "rewritten in C and moved into the core code)."
1209 msgstr ""
1210
1211 #. type: textblock
1212 #: ../src/guestfs.pod:559
1213 msgid ""
1214 "Add all disks belonging to the unknown virtual machine and call L</"
1215 "guestfs_launch> in the usual way."
1216 msgstr ""
1217
1218 #. type: textblock
1219 #: ../src/guestfs.pod:562
1220 msgid ""
1221 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1222 "and certain heuristics, and returns a list of operating systems that were "
1223 "found.  An empty list means none were found.  A single element is the root "
1224 "filesystem of the operating system.  For dual- or multi-boot guests, "
1225 "multiple roots can be returned, each one corresponding to a separate "
1226 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1227 "world of virtualization, but since this scenario can happen, we have built "
1228 "libguestfs to deal with it.)"
1229 msgstr ""
1230
1231 #. type: textblock
1232 #: ../src/guestfs.pod:571
1233 msgid ""
1234 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1235 "to get additional details about that operating system.  For example, call L</"
1236 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1237 "Windows and Linux-based operating systems respectively."
1238 msgstr ""
1239
1240 #. type: textblock
1241 #: ../src/guestfs.pod:577
1242 msgid ""
1243 "Un*x-like and Linux-based operating systems usually consist of several "
1244 "filesystems which are mounted at boot time (for example, a separate boot "
1245 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1246 "filesystems correspond to mount points.  Call "
1247 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1248 "hash table like this example:"
1249 msgstr ""
1250
1251 #. type: verbatim
1252 #: ../src/guestfs.pod:584
1253 #, no-wrap
1254 msgid ""
1255 " /boot => /dev/sda1\n"
1256 " /     => /dev/vg_guest/lv_root\n"
1257 " /usr  => /dev/vg_guest/lv_usr\n"
1258 "\n"
1259 msgstr ""
1260
1261 #. type: textblock
1262 #: ../src/guestfs.pod:588
1263 msgid ""
1264 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1265 "filesystems as suggested."
1266 msgstr ""
1267
1268 #. type: textblock
1269 #: ../src/guestfs.pod:591
1270 msgid ""
1271 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1272 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1273 msgstr ""
1274
1275 #. type: textblock
1276 #: ../src/guestfs.pod:595
1277 msgid ""
1278 "Inspection currently only works for some common operating systems.  "
1279 "Contributors are welcome to send patches for other operating systems that we "
1280 "currently cannot detect."
1281 msgstr ""
1282
1283 #. type: textblock
1284 #: ../src/guestfs.pod:599
1285 msgid ""
1286 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1287 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1288 "encrypted devices."
1289 msgstr ""
1290
1291 #. type: textblock
1292 #: ../src/guestfs.pod:603
1293 msgid ""
1294 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1295 "inspection and caches the results in the guest handle.  Subsequent calls to "
1296 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1297 "read the disks.  If you change the content of the guest disks, you can redo "
1298 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1299 "guestfs_inspect_list_applications> works a little differently from the other "
1300 "calls and does read the disks.  See documentation for that function for "
1301 "details)."
1302 msgstr ""
1303
1304 #. type: =head3
1305 #: ../src/guestfs.pod:612
1306 msgid "INSPECTING INSTALL DISKS"
1307 msgstr ""
1308
1309 #. type: textblock
1310 #: ../src/guestfs.pod:614
1311 msgid ""
1312 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1313 "CDs and more."
1314 msgstr ""
1315
1316 #. type: textblock
1317 #: ../src/guestfs.pod:617
1318 msgid ""
1319 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1320 "system, which currently can be C<installed> (a regular operating system) or "
1321 "C<installer> (some sort of install disk)."
1322 msgstr ""
1323
1324 #. type: textblock
1325 #: ../src/guestfs.pod:621
1326 msgid ""
1327 "Further information is available about the operating system that can be "
1328 "installed using the regular inspection APIs like L</"
1329 "guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> etc."
1330 msgstr ""
1331
1332 #. type: textblock
1333 #: ../src/guestfs.pod:626
1334 msgid ""
1335 "Some additional information specific to installer disks is also available "
1336 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and L</"
1337 "guestfs_inspect_is_multipart> calls."
1338 msgstr ""
1339
1340 #. type: =head2
1341 #: ../src/guestfs.pod:631
1342 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1343 msgstr ""
1344
1345 #. type: textblock
1346 #: ../src/guestfs.pod:633
1347 msgid ""
1348 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1349 "ntfs-3g.org/> driver."
1350 msgstr ""
1351
1352 #. type: =head3
1353 #: ../src/guestfs.pod:636
1354 msgid "DRIVE LETTERS AND PATHS"
1355 msgstr ""
1356
1357 #. type: textblock
1358 #: ../src/guestfs.pod:638
1359 msgid ""
1360 "DOS and Windows still use drive letters, and the filesystems are always "
1361 "treated as case insensitive by Windows itself, and therefore you might find "
1362 "a Windows configuration file referring to a path like C<c:\\windows"
1363 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1364 "might be referred to as C</WINDOWS/System32>."
1365 msgstr ""
1366
1367 #. type: textblock
1368 #: ../src/guestfs.pod:644
1369 msgid ""
1370 "Drive letter mappings are outside the scope of libguestfs.  You have to use "
1371 "libguestfs to read the appropriate Windows Registry and configuration files, "
1372 "to determine yourself how drives are mapped (see also L<hivex(3)> and L<virt-"
1373 "inspector(1)>)."
1374 msgstr ""
1375
1376 #. type: textblock
1377 #: ../src/guestfs.pod:649
1378 msgid ""
1379 "Replacing backslash characters with forward slash characters is also outside "
1380 "the scope of libguestfs, but something that you can easily do."
1381 msgstr ""
1382
1383 #. type: textblock
1384 #: ../src/guestfs.pod:652
1385 msgid ""
1386 "Where we can help is in resolving the case insensitivity of paths.  For "
1387 "this, call L</guestfs_case_sensitive_path>."
1388 msgstr ""
1389
1390 #. type: =head3
1391 #: ../src/guestfs.pod:655
1392 msgid "ACCESSING THE WINDOWS REGISTRY"
1393 msgstr ""
1394
1395 #. type: textblock
1396 #: ../src/guestfs.pod:657
1397 msgid ""
1398 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1399 "files, through the library C<hivex> which is part of the libguestfs project "
1400 "although ships as a separate tarball.  You have to locate and download the "
1401 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1402 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1403 "reg(1)> for more help on this issue."
1404 msgstr ""
1405
1406 #. type: =head3
1407 #: ../src/guestfs.pod:665
1408 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1409 msgstr ""
1410
1411 #. type: textblock
1412 #: ../src/guestfs.pod:667
1413 msgid ""
1414 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1415 "provide something which looks like a Linux symlink.  The way it tries to do "
1416 "the rewriting is described here:"
1417 msgstr ""
1418
1419 #. type: textblock
1420 #: ../src/guestfs.pod:671
1421 msgid ""
1422 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1423 "symbolic-links/>"
1424 msgstr ""
1425 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1426 "symbolic-links/>"
1427
1428 #. type: textblock
1429 #: ../src/guestfs.pod:673
1430 msgid ""
1431 "The essential problem is that ntfs-3g simply does not have enough "
1432 "information to do a correct job.  NTFS links can contain drive letters and "
1433 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1434 "It is almost certainly the case that libguestfs callers should ignore what "
1435 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1436 msgstr ""
1437
1438 #. type: textblock
1439 #: ../src/guestfs.pod:680
1440 msgid ""
1441 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1442 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1443 "attribute, and read the raw reparse data from that (you can find the format "
1444 "documented in various places around the web)."
1445 msgstr ""
1446
1447 #. type: =head3
1448 #: ../src/guestfs.pod:685
1449 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1450 msgstr ""
1451
1452 #. type: textblock
1453 #: ../src/guestfs.pod:687
1454 msgid ""
1455 "There are other useful extended attributes that can be read from ntfs-3g "
1456 "filesystems (using L</guestfs_getxattr>).  See:"
1457 msgstr ""
1458
1459 #. type: textblock
1460 #: ../src/guestfs.pod:690
1461 msgid ""
1462 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1463 msgstr ""
1464 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1465
1466 #. type: =head2
1467 #: ../src/guestfs.pod:692
1468 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1469 msgstr ""
1470
1471 #. type: textblock
1472 #: ../src/guestfs.pod:694
1473 msgid ""
1474 "Although we don't want to discourage you from using the C API, we will "
1475 "mention here that the same API is also available in other languages."
1476 msgstr ""
1477
1478 #. type: textblock
1479 #: ../src/guestfs.pod:697
1480 msgid ""
1481 "The API is broadly identical in all supported languages.  This means that "
1482 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1483 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1484 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1485 "each language."
1486 msgstr ""
1487
1488 #. type: textblock
1489 #: ../src/guestfs.pod:703
1490 msgid ""
1491 "Error messages are automatically transformed into exceptions if the language "
1492 "supports it."
1493 msgstr ""
1494
1495 #. type: textblock
1496 #: ../src/guestfs.pod:706
1497 msgid ""
1498 "We don't try to \"object orientify\" parts of the API in OO languages, "
1499 "although contributors are welcome to write higher level APIs above what we "
1500 "provide in their favourite languages if they wish."
1501 msgstr ""
1502
1503 #. type: =item
1504 #: ../src/guestfs.pod:712
1505 msgid "B<C++>"
1506 msgstr "B<C++>"
1507
1508 #. type: textblock
1509 #: ../src/guestfs.pod:714
1510 msgid ""
1511 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1512 "identical to the C API.  C++ classes and exceptions are not used."
1513 msgstr ""
1514
1515 #. type: =item
1516 #: ../src/guestfs.pod:718
1517 msgid "B<C#>"
1518 msgstr "B<C#>"
1519
1520 #. type: textblock
1521 #: ../src/guestfs.pod:720
1522 msgid ""
1523 "The C# bindings are highly experimental.  Please read the warnings at the "
1524 "top of C<csharp/Libguestfs.cs>."
1525 msgstr ""
1526
1527 #. type: =item
1528 #: ../src/guestfs.pod:723
1529 msgid "B<Haskell>"
1530 msgstr "B<Haskell>"
1531
1532 #. type: textblock
1533 #: ../src/guestfs.pod:725
1534 msgid ""
1535 "This is the only language binding that is working but incomplete.  Only "
1536 "calls which return simple integers have been bound in Haskell, and we are "
1537 "looking for help to complete this binding."
1538 msgstr ""
1539
1540 #. type: =item
1541 #: ../src/guestfs.pod:729
1542 msgid "B<Java>"
1543 msgstr "B<Java>"
1544
1545 #. type: textblock
1546 #: ../src/guestfs.pod:731
1547 msgid ""
1548 "Full documentation is contained in the Javadoc which is distributed with "
1549 "libguestfs."
1550 msgstr ""
1551
1552 #. type: =item
1553 #: ../src/guestfs.pod:734
1554 msgid "B<OCaml>"
1555 msgstr "B<OCaml>"
1556
1557 #. type: textblock
1558 #: ../src/guestfs.pod:736
1559 msgid "See L<guestfs-ocaml(3)>."
1560 msgstr "Див. L<guestfs-ocaml(3)>."
1561
1562 #. type: =item
1563 #: ../src/guestfs.pod:738
1564 msgid "B<Perl>"
1565 msgstr "B<Perl>"
1566
1567 #. type: textblock
1568 #: ../src/guestfs.pod:740
1569 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1570 msgstr "Див. L<guestfs-perl(3)> та L<Sys::Guestfs(3)>."
1571
1572 #. type: =item
1573 #: ../src/guestfs.pod:742
1574 msgid "B<PHP>"
1575 msgstr "B<PHP>"
1576
1577 #. type: textblock
1578 #: ../src/guestfs.pod:744
1579 msgid ""
1580 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1581 "the php-libguestfs package for your distribution."
1582 msgstr ""
1583
1584 #. type: textblock
1585 #: ../src/guestfs.pod:747
1586 msgid "The PHP binding only works correctly on 64 bit machines."
1587 msgstr ""
1588
1589 #. type: =item
1590 #: ../src/guestfs.pod:749
1591 msgid "B<Python>"
1592 msgstr "B<Python>"
1593
1594 #. type: textblock
1595 #: ../src/guestfs.pod:751
1596 msgid "See L<guestfs-python(3)>."
1597 msgstr "Див. L<guestfs-python(3)>."
1598
1599 #. type: =item
1600 #: ../src/guestfs.pod:753
1601 msgid "B<Ruby>"
1602 msgstr "B<Ruby>"
1603
1604 #. type: textblock
1605 #: ../src/guestfs.pod:755
1606 msgid "See L<guestfs-ruby(3)>."
1607 msgstr "Див. L<guestfs-ruby(3)>."
1608
1609 #. type: =item
1610 #: ../src/guestfs.pod:757
1611 msgid "B<shell scripts>"
1612 msgstr "B<скрипти оболонки>"
1613
1614 #. type: textblock
1615 #: ../src/guestfs.pod:759
1616 msgid "See L<guestfish(1)>."
1617 msgstr "Див. L<guestfish(1)>."
1618
1619 #. type: =head2
1620 #: ../src/guestfs.pod:763
1621 msgid "LIBGUESTFS GOTCHAS"
1622 msgstr ""
1623
1624 #. type: textblock
1625 #: ../src/guestfs.pod:765
1626 msgid ""
1627 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1628 "system [...] that works in the way it is documented but is counterintuitive "
1629 "and almost invites mistakes.\""
1630 msgstr ""
1631
1632 #. type: textblock
1633 #: ../src/guestfs.pod:769
1634 msgid ""
1635 "Since we developed libguestfs and the associated tools, there are several "
1636 "things we would have designed differently, but are now stuck with for "
1637 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1638 "release, you can expect these to change.  Beware of them."
1639 msgstr ""
1640
1641 #. type: =item
1642 #: ../src/guestfs.pod:777
1643 msgid "Autosync / forgetting to sync."
1644 msgstr ""
1645
1646 #. type: textblock
1647 #: ../src/guestfs.pod:779
1648 msgid ""
1649 "When modifying a filesystem from C or another language, you B<must> unmount "
1650 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1651 "libguestfs handle.  You can also call:"
1652 msgstr ""
1653
1654 #. type: verbatim
1655 #: ../src/guestfs.pod:783
1656 #, no-wrap
1657 msgid ""
1658 " guestfs_set_autosync (g, 1);\n"
1659 "\n"
1660 msgstr ""
1661
1662 #. type: textblock
1663 #: ../src/guestfs.pod:785
1664 msgid ""
1665 "to have the unmount/sync done automatically for you when the handle 'g' is "
1666 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1667 msgstr ""
1668
1669 #. type: textblock
1670 #: ../src/guestfs.pod:789
1671 msgid ""
1672 "If you forget to do this, then it is entirely possible that your changes "
1673 "won't be written out, or will be partially written, or (very rarely) that "
1674 "you'll get disk corruption."
1675 msgstr ""
1676
1677 #. type: textblock
1678 #: ../src/guestfs.pod:793
1679 msgid ""
1680 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1681 "guestfish scripts that forget to sync will work just fine, which can make "
1682 "this very puzzling if you are trying to debug a problem."
1683 msgstr ""
1684
1685 #. type: textblock
1686 #: ../src/guestfs.pod:797
1687 msgid ""
1688 "Update: Autosync is enabled by default for all API users starting from "
1689 "libguestfs 1.5.24."
1690 msgstr ""
1691
1692 #. type: =item
1693 #: ../src/guestfs.pod:800
1694 msgid "Mount option C<-o sync> should not be the default."
1695 msgstr ""
1696
1697 #. type: textblock
1698 #: ../src/guestfs.pod:802
1699 msgid ""
1700 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1701 "However C<-o sync> does not add any reliability benefit, but does have a "
1702 "very large performance impact."
1703 msgstr ""
1704
1705 #. type: textblock
1706 #: ../src/guestfs.pod:806
1707 msgid ""
1708 "The work around is to use L</guestfs_mount_options> and set the mount "
1709 "options that you actually want to use."
1710 msgstr ""
1711
1712 #. type: =item
1713 #: ../src/guestfs.pod:809
1714 msgid "Read-only should be the default."
1715 msgstr ""
1716
1717 #. type: textblock
1718 #: ../src/guestfs.pod:811
1719 msgid ""
1720 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1721 "specify I<--rw> if you want to make changes to the image."
1722 msgstr ""
1723
1724 #. type: textblock
1725 #: ../src/guestfs.pod:814
1726 msgid "This would reduce the potential to corrupt live VM images."
1727 msgstr ""
1728
1729 #. type: textblock
1730 #: ../src/guestfs.pod:816
1731 msgid ""
1732 "Note that many filesystems change the disk when you just mount and unmount, "
1733 "even if you didn't perform any writes.  You need to use L</"
1734 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1735 msgstr ""
1736
1737 #. type: =item
1738 #: ../src/guestfs.pod:820
1739 msgid "guestfish command line is hard to use."
1740 msgstr ""
1741
1742 #. type: textblock
1743 #: ../src/guestfs.pod:822
1744 msgid ""
1745 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1746 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1747 "exist, so it fails.  In earlier versions of guestfish the error message was "
1748 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1749 "we should have used C<guestfish -c command> to run commands."
1750 msgstr ""
1751
1752 #. type: =item
1753 #: ../src/guestfs.pod:829
1754 msgid "guestfish megabyte modifiers don't work right on all commands"
1755 msgstr ""
1756
1757 #. type: textblock
1758 #: ../src/guestfs.pod:831
1759 msgid ""
1760 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1761 "other modifiers).  What guestfish actually does is to multiply the number "
1762 "part by the modifier part and pass the result to the C API.  However this "
1763 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1764 "expecting some other unit (eg. megabytes)."
1765 msgstr ""
1766
1767 #. type: textblock
1768 #: ../src/guestfs.pod:838
1769 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1770 msgstr ""
1771
1772 #. type: verbatim
1773 #: ../src/guestfs.pod:840
1774 #, no-wrap
1775 msgid ""
1776 " lvcreate LV VG 100M\n"
1777 "\n"
1778 msgstr ""
1779
1780 #. type: textblock
1781 #: ../src/guestfs.pod:842
1782 msgid ""
1783 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1784 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1785 "megabytes * megabytes) logical volume.  The error message you get from this "
1786 "is also a little obscure."
1787 msgstr ""
1788
1789 #. type: textblock
1790 #: ../src/guestfs.pod:847
1791 msgid ""
1792 "This could be fixed in the generator by specially marking parameters and "
1793 "return values which take bytes or other units."
1794 msgstr ""
1795
1796 #. type: =item
1797 #: ../src/guestfs.pod:850
1798 msgid "Ambiguity between devices and paths"
1799 msgstr ""
1800
1801 #. type: textblock
1802 #: ../src/guestfs.pod:852
1803 msgid ""
1804 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1805 "sdb2>) and a similar pathname.  A file might just happen to be called "
1806 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1807 msgstr ""
1808
1809 #. type: textblock
1810 #: ../src/guestfs.pod:857
1811 msgid ""
1812 "In the current API we usually resolve this ambiguity by having two separate "
1813 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1814 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1815 "detecting if the path supplied begins with C</dev/>."
1816 msgstr ""
1817
1818 #. type: textblock
1819 #: ../src/guestfs.pod:863
1820 msgid ""
1821 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1822 "make paths/devices into structured names.  One way to do this would be to "
1823 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1824 "aspect of grub.  Another way would be to use a structured type, equivalent "
1825 "to this OCaml type:"
1826 msgstr ""
1827
1828 #. type: verbatim
1829 #: ../src/guestfs.pod:869
1830 #, no-wrap
1831 msgid ""
1832 " type path = Path of string | Device of int | Partition of int * int\n"
1833 "\n"
1834 msgstr ""
1835
1836 #. type: textblock
1837 #: ../src/guestfs.pod:871
1838 msgid "which would allow you to pass arguments like:"
1839 msgstr ""
1840
1841 #. type: verbatim
1842 #: ../src/guestfs.pod:873
1843 #, no-wrap
1844 msgid ""
1845 " Path \"/foo/bar\"\n"
1846 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1847 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1848 " Path \"/dev/sdb2\"    (* not a device *)\n"
1849 "\n"
1850 msgstr ""
1851
1852 #. type: textblock
1853 #: ../src/guestfs.pod:878
1854 msgid ""
1855 "As you can see there are still problems to resolve even with this "
1856 "representation.  Also consider how it might work in guestfish."
1857 msgstr ""
1858
1859 #. type: =head2
1860 #: ../src/guestfs.pod:883
1861 msgid "PROTOCOL LIMITS"
1862 msgstr ""
1863
1864 #. type: textblock
1865 #: ../src/guestfs.pod:885
1866 msgid ""
1867 "Internally libguestfs uses a message-based protocol to pass API calls and "
1868 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
1869 "plenty more detail about this).  The maximum message size used by the "
1870 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
1871 "aware of this limit.  The API calls which may be affected are individually "
1872 "documented, with a link back to this section of the documentation."
1873 msgstr ""
1874
1875 #. type: textblock
1876 #: ../src/guestfs.pod:893
1877 msgid ""
1878 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
1879 "a simple string.  Because this string is at some point internally encoded as "
1880 "a message, the maximum size that it can return is slightly under 4 MB.  If "
1881 "the requested file is larger than this then you will get an error."
1882 msgstr ""
1883
1884 #. type: textblock
1885 #: ../src/guestfs.pod:899
1886 msgid ""
1887 "In order to transfer large files into and out of the guest filesystem, you "
1888 "need to use particular calls that support this.  The sections L</UPLOADING> "
1889 "and L</DOWNLOADING> document how to do this."
1890 msgstr ""
1891
1892 #. type: textblock
1893 #: ../src/guestfs.pod:903
1894 msgid ""
1895 "You might also consider mounting the disk image using our FUSE filesystem "
1896 "support (L<guestmount(1)>)."
1897 msgstr ""
1898
1899 #. type: =head2
1900 #: ../src/guestfs.pod:906
1901 msgid "KEYS AND PASSPHRASES"
1902 msgstr ""
1903
1904 #. type: textblock
1905 #: ../src/guestfs.pod:908
1906 msgid ""
1907 "Certain libguestfs calls take a parameter that contains sensitive key "
1908 "material, passed in as a C string."
1909 msgstr ""
1910
1911 #. type: textblock
1912 #: ../src/guestfs.pod:911
1913 msgid ""
1914 "In the future we would hope to change the libguestfs implementation so that "
1915 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1916 "swap.  However this is I<not> done at the moment, because of the complexity "
1917 "of such an implementation."
1918 msgstr ""
1919
1920 #. type: textblock
1921 #: ../src/guestfs.pod:916
1922 msgid ""
1923 "Therefore you should be aware that any key parameter you pass to libguestfs "
1924 "might end up being written out to the swap partition.  If this is a concern, "
1925 "scrub the swap partition or don't use libguestfs on encrypted devices."
1926 msgstr ""
1927
1928 #. type: =head2
1929 #: ../src/guestfs.pod:921
1930 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1931 msgstr ""
1932
1933 #. type: textblock
1934 #: ../src/guestfs.pod:923
1935 msgid ""
1936 "All high-level libguestfs actions are synchronous.  If you want to use "
1937 "libguestfs asynchronously then you must create a thread."
1938 msgstr ""
1939
1940 #. type: textblock
1941 #: ../src/guestfs.pod:926
1942 msgid ""
1943 "Only use the handle from a single thread.  Either use the handle exclusively "
1944 "from one thread, or provide your own mutex so that two threads cannot issue "
1945 "calls on the same handle at the same time."
1946 msgstr ""
1947
1948 #. type: textblock
1949 #: ../src/guestfs.pod:930
1950 msgid ""
1951 "See the graphical program guestfs-browser for one possible architecture for "
1952 "multithreaded programs using libvirt and libguestfs."
1953 msgstr ""
1954
1955 #. type: =head2
1956 #: ../src/guestfs.pod:933
1957 msgid "PATH"
1958 msgstr "ШЛЯХ"
1959
1960 #. type: textblock
1961 #: ../src/guestfs.pod:935
1962 msgid ""
1963 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1964 "internal path."
1965 msgstr ""
1966
1967 #. type: textblock
1968 #: ../src/guestfs.pod:938
1969 msgid ""
1970 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
1971 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1972 msgstr ""
1973
1974 #. type: textblock
1975 #: ../src/guestfs.pod:941
1976 msgid ""
1977 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1978 "to change the directories that libguestfs will search in.  The value is a "
1979 "colon-separated list of paths.  The current directory is I<not> searched "
1980 "unless the path contains an empty element or C<.>.  For example "
1981 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1982 "then C</usr/lib/guestfs>."
1983 msgstr ""
1984
1985 #. type: =head2
1986 #: ../src/guestfs.pod:948
1987 msgid "QEMU WRAPPERS"
1988 msgstr ""
1989
1990 #. type: textblock
1991 #: ../src/guestfs.pod:950
1992 msgid ""
1993 "If you want to compile your own qemu, run qemu from a non-standard location, "
1994 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1995 "around qemu."
1996 msgstr ""
1997
1998 #. type: textblock
1999 #: ../src/guestfs.pod:954
2000 msgid ""
2001 "There is one important rule to remember: you I<must C<exec qemu>> as the "
2002 "last command in the shell script (so that qemu replaces the shell and "
2003 "becomes the direct child of the libguestfs-using program).  If you don't do "
2004 "this, then the qemu process won't be cleaned up correctly."
2005 msgstr ""
2006
2007 #. type: textblock
2008 #: ../src/guestfs.pod:959
2009 msgid ""
2010 "Here is an example of a wrapper, where I have built my own copy of qemu from "
2011 "source:"
2012 msgstr ""
2013
2014 #. type: verbatim
2015 #: ../src/guestfs.pod:962
2016 #, no-wrap
2017 msgid ""
2018 " #!/bin/sh -\n"
2019 " qemudir=/home/rjones/d/qemu\n"
2020 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
2021 "\n"
2022 msgstr ""
2023
2024 #. type: textblock
2025 #: ../src/guestfs.pod:966
2026 msgid ""
2027 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
2028 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
2029 "example:"
2030 msgstr ""
2031
2032 #. type: verbatim
2033 #: ../src/guestfs.pod:970
2034 #, no-wrap
2035 msgid ""
2036 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
2037 "\n"
2038 msgstr ""
2039
2040 #. type: textblock
2041 #: ../src/guestfs.pod:972
2042 msgid ""
2043 "Note that libguestfs also calls qemu with the -help and -version options in "
2044 "order to determine features."
2045 msgstr ""
2046
2047 #. type: =head2
2048 #: ../src/guestfs.pod:975
2049 msgid "ATTACHING TO RUNNING DAEMONS"
2050 msgstr ""
2051
2052 #. type: textblock
2053 #: ../src/guestfs.pod:977
2054 msgid ""
2055 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
2056 "babies.  Use with caution."
2057 msgstr ""
2058
2059 #. type: textblock
2060 #: ../src/guestfs.pod:980
2061 msgid ""
2062 "I<Note (2):> This section explains how to attach to a running daemon from a "
2063 "low level perspective.  For most users, simply using virt tools such as "
2064 "L<guestfish(1)> with the I<--live> option will \"just work\"."
2065 msgstr ""
2066
2067 #. type: =head3
2068 #: ../src/guestfs.pod:984
2069 msgid "Using guestfs_set_attach_method"
2070 msgstr ""
2071
2072 #. type: textblock
2073 #: ../src/guestfs.pod:986
2074 msgid ""
2075 "By calling L</guestfs_set_attach_method> you can change how the library "
2076 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read L</"
2077 "ARCHITECTURE> for some background)."
2078 msgstr ""
2079
2080 #. type: textblock
2081 #: ../src/guestfs.pod:990
2082 msgid ""
2083 "The normal attach method is C<appliance>, where a small appliance is created "
2084 "containing the daemon, and then the library connects to this."
2085 msgstr ""
2086
2087 #. type: textblock
2088 #: ../src/guestfs.pod:993
2089 msgid ""
2090 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
2091 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
2092 "daemon over the Unix domain socket."
2093 msgstr ""
2094
2095 #. type: textblock
2096 #: ../src/guestfs.pod:997
2097 msgid ""
2098 "The normal use for this is to connect to a running virtual machine that "
2099 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2100 "files inside the live virtual machine."
2101 msgstr ""
2102
2103 #. type: =head3
2104 #: ../src/guestfs.pod:1001
2105 msgid "Using guestfs_add_domain with live flag"
2106 msgstr ""
2107
2108 #. type: textblock
2109 #: ../src/guestfs.pod:1003
2110 msgid ""
2111 "L</guestfs_add_domain> provides some help for getting the correct attach "
2112 "method.  If you pass the C<live> option to this function, then (if the "
2113 "virtual machine is running) it will examine the libvirt XML looking for a "
2114 "virtio-serial channel to connect to:"
2115 msgstr ""
2116
2117 #. type: verbatim
2118 #: ../src/guestfs.pod:1009
2119 #, no-wrap
2120 msgid ""
2121 " <domain>\n"
2122 "   ...\n"
2123 "   <devices>\n"
2124 "     ...\n"
2125 "     <channel type='unix'>\n"
2126 "       <source mode='bind' path='/path/to/socket'/>\n"
2127 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2128 "     </channel>\n"
2129 "     ...\n"
2130 "   </devices>\n"
2131 " </domain>\n"
2132 "\n"
2133 msgstr ""
2134
2135 #. type: textblock
2136 #: ../src/guestfs.pod:1021
2137 msgid ""
2138 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2139 "method to C<unix:/path/to/socket>."
2140 msgstr ""
2141
2142 #. type: textblock
2143 #: ../src/guestfs.pod:1024
2144 msgid ""
2145 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2146 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2147 "to attach to and modify live virtual machines."
2148 msgstr ""
2149
2150 #. type: textblock
2151 #: ../src/guestfs.pod:1028
2152 msgid ""
2153 "The virtual machine needs to have been set up beforehand so that it has the "
2154 "virtio-serial channel and so that guestfsd is running inside it."
2155 msgstr ""
2156
2157 #. type: =head2
2158 #: ../src/guestfs.pod:1032
2159 msgid "ABI GUARANTEE"
2160 msgstr ""
2161
2162 #. type: textblock
2163 #: ../src/guestfs.pod:1034
2164 msgid ""
2165 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2166 "actions as outlined in this section.  Although we will deprecate some "
2167 "actions, for example if they get replaced by newer calls, we will keep the "
2168 "old actions forever.  This allows you the developer to program in confidence "
2169 "against the libguestfs API."
2170 msgstr ""
2171
2172 #. type: =head2
2173 #: ../src/guestfs.pod:1040
2174 msgid "BLOCK DEVICE NAMING"
2175 msgstr ""
2176
2177 #. type: textblock
2178 #: ../src/guestfs.pod:1042
2179 msgid ""
2180 "In the kernel there is now quite a profusion of schemata for naming block "
2181 "devices (in this context, by I<block device> I mean a physical or virtual "
2182 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2183 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2184 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2185 "for the old IDE driver (particularly for SATA devices) those devices also "
2186 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2187 "paravirtualized drivers.  This has created several different naming systems, "
2188 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2189 msgstr ""
2190
2191 #. type: textblock
2192 #: ../src/guestfs.pod:1054
2193 msgid ""
2194 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2195 "Linux kernel to access block devices.  We can run a variety of appliances "
2196 "based on a variety of Linux kernels."
2197 msgstr ""
2198
2199 #. type: textblock
2200 #: ../src/guestfs.pod:1058
2201 msgid ""
2202 "This causes a problem for libguestfs because many API calls use device or "
2203 "partition names.  Working scripts and the recipe (example) scripts that we "
2204 "make available over the internet could fail if the naming scheme changes."
2205 msgstr ""
2206
2207 #. type: textblock
2208 #: ../src/guestfs.pod:1063
2209 msgid ""
2210 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2211 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2212 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2213 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2214 msgstr ""
2215
2216 #. type: textblock
2217 #: ../src/guestfs.pod:1069
2218 msgid ""
2219 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2220 "L</guestfs_list_partitions> and similar calls return the true names of the "
2221 "devices and partitions as known to the appliance."
2222 msgstr ""
2223
2224 #. type: =head3
2225 #: ../src/guestfs.pod:1074
2226 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2227 msgstr ""
2228
2229 #. type: textblock
2230 #: ../src/guestfs.pod:1076
2231 msgid ""
2232 "Usually this translation is transparent.  However in some (very rare)  cases "
2233 "you may need to know the exact algorithm.  Such cases include where you use "
2234 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2235 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2236 msgstr ""
2237
2238 #. type: textblock
2239 #: ../src/guestfs.pod:1082
2240 msgid ""
2241 "The algorithm is applied only to I<parameters> which are known to be either "
2242 "device or partition names.  Return values from functions such as L</"
2243 "guestfs_list_devices> are never changed."
2244 msgstr ""
2245
2246 #. type: textblock
2247 #: ../src/guestfs.pod:1090
2248 msgid "Is the string a parameter which is a device or partition name?"
2249 msgstr ""
2250
2251 #. type: textblock
2252 #: ../src/guestfs.pod:1094
2253 msgid "Does the string begin with C</dev/sd>?"
2254 msgstr ""
2255
2256 #. type: textblock
2257 #: ../src/guestfs.pod:1098
2258 msgid ""
2259 "Does the named device exist? If so, we use that device.  However if I<not> "
2260 "then we continue with this algorithm."
2261 msgstr ""
2262
2263 #. type: textblock
2264 #: ../src/guestfs.pod:1103
2265 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2266 msgstr ""
2267
2268 #. type: textblock
2269 #: ../src/guestfs.pod:1105
2270 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2271 msgstr ""
2272
2273 #. type: textblock
2274 #: ../src/guestfs.pod:1107
2275 msgid "If that named device exists, use it.  If not, continue."
2276 msgstr ""
2277
2278 #. type: textblock
2279 #: ../src/guestfs.pod:1111
2280 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2281 msgstr ""
2282
2283 #. type: textblock
2284 #: ../src/guestfs.pod:1113
2285 msgid "If that named device exists, use it.  If not, return an error."
2286 msgstr ""
2287
2288 #. type: =head3
2289 #: ../src/guestfs.pod:1117
2290 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2291 msgstr ""
2292
2293 #. type: textblock
2294 #: ../src/guestfs.pod:1119
2295 msgid ""
2296 "Although the standard naming scheme and automatic translation is useful for "
2297 "simple programs and guestfish scripts, for larger programs it is best not to "
2298 "rely on this mechanism."
2299 msgstr ""
2300
2301 #. type: textblock
2302 #: ../src/guestfs.pod:1123
2303 msgid ""
2304 "Where possible for maximum future portability programs using libguestfs "
2305 "should use these future-proof techniques:"
2306 msgstr ""
2307
2308 #. type: textblock
2309 #: ../src/guestfs.pod:1130
2310 msgid ""
2311 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2312 "device names, and then use those names directly."
2313 msgstr ""
2314
2315 #. type: textblock
2316 #: ../src/guestfs.pod:1133
2317 msgid ""
2318 "Since those device names exist by definition, they will never be translated."
2319 msgstr ""
2320
2321 #. type: textblock
2322 #: ../src/guestfs.pod:1138
2323 msgid ""
2324 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2325 "filesystem labels."
2326 msgstr ""
2327
2328 #. type: =head1
2329 #: ../src/guestfs.pod:1143
2330 msgid "SECURITY"
2331 msgstr "БЕЗПЕКА"
2332
2333 #. type: textblock
2334 #: ../src/guestfs.pod:1145
2335 msgid ""
2336 "This section discusses security implications of using libguestfs, "
2337 "particularly with untrusted or malicious guests or disk images."
2338 msgstr ""
2339
2340 #. type: =head2
2341 #: ../src/guestfs.pod:1148
2342 msgid "GENERAL SECURITY CONSIDERATIONS"
2343 msgstr ""
2344
2345 #. type: textblock
2346 #: ../src/guestfs.pod:1150
2347 msgid ""
2348 "Be careful with any files or data that you download from a guest (by "
2349 "\"download\" we mean not just the L</guestfs_download> command but any "
2350 "command that reads files, filenames, directories or anything else from a "
2351 "disk image).  An attacker could manipulate the data to fool your program "
2352 "into doing the wrong thing.  Consider cases such as:"
2353 msgstr ""
2354
2355 #. type: textblock
2356 #: ../src/guestfs.pod:1160
2357 msgid "the data (file etc) not being present"
2358 msgstr ""
2359
2360 #. type: textblock
2361 #: ../src/guestfs.pod:1164
2362 msgid "being present but empty"
2363 msgstr ""
2364
2365 #. type: textblock
2366 #: ../src/guestfs.pod:1168
2367 msgid "being much larger than normal"
2368 msgstr ""
2369
2370 #. type: textblock
2371 #: ../src/guestfs.pod:1172
2372 msgid "containing arbitrary 8 bit data"
2373 msgstr ""
2374
2375 #. type: textblock
2376 #: ../src/guestfs.pod:1176
2377 msgid "being in an unexpected character encoding"
2378 msgstr ""
2379
2380 #. type: textblock
2381 #: ../src/guestfs.pod:1180
2382 msgid "containing homoglyphs."
2383 msgstr ""
2384
2385 #. type: =head2
2386 #: ../src/guestfs.pod:1184
2387 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2388 msgstr ""
2389
2390 #. type: textblock
2391 #: ../src/guestfs.pod:1186
2392 msgid ""
2393 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2394 "(VFS) module can sometimes be escalated into exploits by deliberately "
2395 "creating a malicious, malformed filesystem.  These exploits are very severe "
2396 "for two reasons.  Firstly there are very many filesystem drivers in the "
2397 "kernel, and many of them are infrequently used and not much developer "
2398 "attention has been paid to the code.  Linux userspace helps potential "
2399 "crackers by detecting the filesystem type and automatically choosing the "
2400 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2401 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2402 "exploit (worse in some ways), giving immediate and total access to the "
2403 "system right down to the hardware level."
2404 msgstr ""
2405
2406 #. type: textblock
2407 #: ../src/guestfs.pod:1199
2408 msgid ""
2409 "That explains why you should never mount a filesystem from an untrusted "
2410 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2411 "inside a qemu virtual machine, usually running as a non-root user.  The "
2412 "attacker would need to write a filesystem which first exploited the kernel, "
2413 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2414 "the libguestfs protocol, and finally to be as serious as the host kernel "
2415 "exploit it would need to escalate its privileges to root.  This multi-step "
2416 "escalation, performed by a static piece of data, is thought to be extremely "
2417 "hard to do, although we never say 'never' about security issues."
2418 msgstr ""
2419
2420 #. type: textblock
2421 #: ../src/guestfs.pod:1210
2422 msgid ""
2423 "In any case callers can reduce the attack surface by forcing the filesystem "
2424 "type when mounting (use L</guestfs_mount_vfs>)."
2425 msgstr ""
2426
2427 #. type: =head2
2428 #: ../src/guestfs.pod:1213
2429 msgid "PROTOCOL SECURITY"
2430 msgstr ""
2431
2432 #. type: textblock
2433 #: ../src/guestfs.pod:1215
2434 msgid ""
2435 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2436 "defined upper message size.  However a program that uses libguestfs must "
2437 "also take care - for example you can write a program that downloads a binary "
2438 "from a disk image and executes it locally, and no amount of protocol "
2439 "security will save you from the consequences."
2440 msgstr ""
2441
2442 #. type: =head2
2443 #: ../src/guestfs.pod:1221
2444 msgid "INSPECTION SECURITY"
2445 msgstr ""
2446
2447 #. type: textblock
2448 #: ../src/guestfs.pod:1223
2449 msgid ""
2450 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2451 "directly from the guest, and these could contain any 8 bit data.  Callers "
2452 "should be careful to escape these before printing them to a structured file "
2453 "(for example, use HTML escaping if creating a web page)."
2454 msgstr ""
2455
2456 #. type: textblock
2457 #: ../src/guestfs.pod:1229
2458 msgid ""
2459 "Guest configuration may be altered in unusual ways by the administrator of "
2460 "the virtual machine, and may not reflect reality (particularly for untrusted "
2461 "or actively malicious guests).  For example we parse the hostname from "
2462 "configuration files like C</etc/sysconfig/network> that we find in the "
2463 "guest, but the guest administrator can easily manipulate these files to "
2464 "provide the wrong hostname."
2465 msgstr ""
2466
2467 #. type: textblock
2468 #: ../src/guestfs.pod:1237
2469 msgid ""
2470 "The inspection API parses guest configuration using two external libraries: "
2471 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2472 "designed to be robust in the face of malicious data, although denial of "
2473 "service attacks are still possible, for example with oversized configuration "
2474 "files."
2475 msgstr ""
2476
2477 #. type: =head2
2478 #: ../src/guestfs.pod:1243
2479 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2480 msgstr ""
2481
2482 #. type: textblock
2483 #: ../src/guestfs.pod:1245
2484 msgid ""
2485 "Be very cautious about running commands from the guest.  By running a "
2486 "command in the guest, you are giving CPU time to a binary that you do not "
2487 "control, under the same user account as the library, albeit wrapped in qemu "
2488 "virtualization.  More information and alternatives can be found in the "
2489 "section L</RUNNING COMMANDS>."
2490 msgstr ""
2491
2492 #. type: =head2
2493 #: ../src/guestfs.pod:1251
2494 msgid "CVE-2010-3851"
2495 msgstr "CVE-2010-3851"
2496
2497 #. type: textblock
2498 #: ../src/guestfs.pod:1253
2499 msgid "https://bugzilla.redhat.com/642934"
2500 msgstr "https://bugzilla.redhat.com/642934"
2501
2502 #. type: textblock
2503 #: ../src/guestfs.pod:1255
2504 msgid ""
2505 "This security bug concerns the automatic disk format detection that qemu "
2506 "does on disk images."
2507 msgstr ""
2508
2509 #. type: textblock
2510 #: ../src/guestfs.pod:1258
2511 msgid ""
2512 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2513 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2514 "for one of the known headers, and if none is found then assuming the disk "
2515 "image must be raw."
2516 msgstr ""
2517
2518 #. type: textblock
2519 #: ../src/guestfs.pod:1263
2520 msgid ""
2521 "This allows a guest which has been given a raw disk image to write some "
2522 "other header.  At next boot (or when the disk image is accessed by "
2523 "libguestfs) qemu would do autodetection and think the disk image format was, "
2524 "say, qcow2 based on the header written by the guest."
2525 msgstr ""
2526
2527 #. type: textblock
2528 #: ../src/guestfs.pod:1268
2529 msgid ""
2530 "This in itself would not be a problem, but qcow2 offers many features, one "
2531 "of which is to allow a disk image to refer to another image (called the "
2532 "\"backing disk\").  It does this by placing the path to the backing disk "
2533 "into the qcow2 header.  This path is not validated and could point to any "
2534 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2535 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2536 "control of the attacker."
2537 msgstr ""
2538
2539 #. type: textblock
2540 #: ../src/guestfs.pod:1276
2541 msgid ""
2542 "In libguestfs this is rather hard to exploit except under two circumstances:"
2543 msgstr ""
2544
2545 #. type: textblock
2546 #: ../src/guestfs.pod:1283
2547 msgid "You have enabled the network or have opened the disk in write mode."
2548 msgstr ""
2549
2550 #. type: textblock
2551 #: ../src/guestfs.pod:1287
2552 msgid ""
2553 "You are also running untrusted code from the guest (see L</RUNNING "
2554 "COMMANDS>)."
2555 msgstr ""
2556
2557 #. type: textblock
2558 #: ../src/guestfs.pod:1292
2559 msgid ""
2560 "The way to avoid this is to specify the expected disk format when adding "
2561 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2562 "should always do this if the disk is raw format, and it's a good idea for "
2563 "other cases too."
2564 msgstr ""
2565
2566 #. type: textblock
2567 #: ../src/guestfs.pod:1297
2568 msgid ""
2569 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2570 "format is fetched from libvirt and passed through."
2571 msgstr ""
2572
2573 #. type: textblock
2574 #: ../src/guestfs.pod:1300
2575 msgid ""
2576 "For libguestfs tools, use the I<--format> command line parameter as "
2577 "appropriate."
2578 msgstr ""
2579
2580 #. type: =head1
2581 #: ../src/guestfs.pod:1303
2582 msgid "CONNECTION MANAGEMENT"
2583 msgstr ""
2584
2585 #. type: =head2
2586 #: ../src/guestfs.pod:1305
2587 msgid "guestfs_h *"
2588 msgstr ""
2589
2590 #. type: textblock
2591 #: ../src/guestfs.pod:1307
2592 msgid ""
2593 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2594 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2595 "handle and release all resources used."
2596 msgstr ""
2597
2598 #. type: textblock
2599 #: ../src/guestfs.pod:1311
2600 msgid ""
2601 "For information on using multiple handles and threads, see the section L</"
2602 "MULTIPLE HANDLES AND MULTIPLE THREADS> below."
2603 msgstr ""
2604
2605 #. type: =head2
2606 #: ../src/guestfs.pod:1314
2607 msgid "guestfs_create"
2608 msgstr ""
2609
2610 #. type: verbatim
2611 #: ../src/guestfs.pod:1316
2612 #, no-wrap
2613 msgid ""
2614 " guestfs_h *guestfs_create (void);\n"
2615 "\n"
2616 msgstr ""
2617
2618 #. type: textblock
2619 #: ../src/guestfs.pod:1318
2620 msgid "Create a connection handle."
2621 msgstr ""
2622
2623 #. type: textblock
2624 #: ../src/guestfs.pod:1320
2625 msgid ""
2626 "You have to call L</guestfs_add_drive_opts> (or one of the equivalent calls) "
2627 "on the handle at least once."
2628 msgstr ""
2629
2630 #. type: textblock
2631 #: ../src/guestfs.pod:1323
2632 msgid ""
2633 "This function returns a non-NULL pointer to a handle on success or NULL on "
2634 "error."
2635 msgstr ""
2636
2637 #. type: textblock
2638 #: ../src/guestfs.pod:1326
2639 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2640 msgstr ""
2641
2642 #. type: textblock
2643 #: ../src/guestfs.pod:1328
2644 msgid ""
2645 "You may also want to configure error handling for the handle.  See L</ERROR "
2646 "HANDLING> section below."
2647 msgstr ""
2648
2649 #. type: =head2
2650 #: ../src/guestfs.pod:1331
2651 msgid "guestfs_close"
2652 msgstr ""
2653
2654 #. type: verbatim
2655 #: ../src/guestfs.pod:1333
2656 #, no-wrap
2657 msgid ""
2658 " void guestfs_close (guestfs_h *g);\n"
2659 "\n"
2660 msgstr ""
2661
2662 #. type: textblock
2663 #: ../src/guestfs.pod:1335
2664 msgid "This closes the connection handle and frees up all resources used."
2665 msgstr ""
2666
2667 #. type: =head1
2668 #: ../src/guestfs.pod:1337
2669 msgid "ERROR HANDLING"
2670 msgstr "ОБРОБКА ПОМИЛОК"
2671
2672 #. type: textblock
2673 #: ../src/guestfs.pod:1339
2674 msgid ""
2675 "API functions can return errors.  For example, almost all functions that "
2676 "return C<int> will return C<-1> to indicate an error."
2677 msgstr ""
2678
2679 #. type: textblock
2680 #: ../src/guestfs.pod:1342
2681 msgid ""
2682 "Additional information is available for errors: an error message string and "
2683 "optionally an error number (errno) if the thing that failed was a system "
2684 "call."
2685 msgstr ""
2686
2687 #. type: textblock
2688 #: ../src/guestfs.pod:1346
2689 msgid ""
2690 "You can get at the additional information about the last error on the handle "
2691 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2692 "up an error handler with L</guestfs_set_error_handler>."
2693 msgstr ""
2694
2695 #. type: textblock
2696 #: ../src/guestfs.pod:1351
2697 msgid ""
2698 "When the handle is created, a default error handler is installed which "
2699 "prints the error message string to C<stderr>.  For small short-running "
2700 "command line programs it is sufficient to do:"
2701 msgstr ""
2702
2703 #. type: verbatim
2704 #: ../src/guestfs.pod:1355
2705 #, no-wrap
2706 msgid ""
2707 " if (guestfs_launch (g) == -1)\n"
2708 "   exit (EXIT_FAILURE);\n"
2709 "\n"
2710 msgstr ""
2711
2712 #. type: textblock
2713 #: ../src/guestfs.pod:1358
2714 msgid ""
2715 "since the default error handler will ensure that an error message has been "
2716 "printed to C<stderr> before the program exits."
2717 msgstr ""
2718
2719 #. type: textblock
2720 #: ../src/guestfs.pod:1361
2721 msgid ""
2722 "For other programs the caller will almost certainly want to install an "
2723 "alternate error handler or do error handling in-line like this:"
2724 msgstr ""
2725
2726 #. type: verbatim
2727 #: ../src/guestfs.pod:1364
2728 #, no-wrap
2729 msgid ""
2730 " g = guestfs_create ();\n"
2731 " \n"
2732 msgstr ""
2733
2734 #. type: verbatim
2735 #: ../src/guestfs.pod:1366
2736 #, no-wrap
2737 msgid ""
2738 " /* This disables the default behaviour of printing errors\n"
2739 "    on stderr. */\n"
2740 " guestfs_set_error_handler (g, NULL, NULL);\n"
2741 " \n"
2742 msgstr ""
2743
2744 #. type: verbatim
2745 #: ../src/guestfs.pod:1370
2746 #, no-wrap
2747 msgid ""
2748 " if (guestfs_launch (g) == -1) {\n"
2749 "   /* Examine the error message and print it etc. */\n"
2750 "   char *msg = guestfs_last_error (g);\n"
2751 "   int errnum = guestfs_last_errno (g);\n"
2752 "   fprintf (stderr, \"%s\\n\", msg);\n"
2753 "   /* ... */\n"
2754 "  }\n"
2755 "\n"
2756 msgstr ""
2757
2758 #. type: textblock
2759 #: ../src/guestfs.pod:1378
2760 msgid ""
2761 "Out of memory errors are handled differently.  The default action is to call "
2762 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
2763 "guestfs_set_out_of_memory_handler>."
2764 msgstr ""
2765
2766 #. type: textblock
2767 #: ../src/guestfs.pod:1382
2768 msgid ""
2769 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2770 "because there is no handle if this happens there is no way to get additional "
2771 "error information.  However L</guestfs_create> is supposed to be a "
2772 "lightweight operation which can only fail because of insufficient memory (it "
2773 "returns NULL in this case)."
2774 msgstr ""
2775
2776 #. type: =head2
2777 #: ../src/guestfs.pod:1388
2778 msgid "guestfs_last_error"
2779 msgstr ""
2780
2781 #. type: verbatim
2782 #: ../src/guestfs.pod:1390
2783 #, no-wrap
2784 msgid ""
2785 " const char *guestfs_last_error (guestfs_h *g);\n"
2786 "\n"
2787 msgstr ""
2788
2789 #. type: textblock
2790 #: ../src/guestfs.pod:1392
2791 msgid ""
2792 "This returns the last error message that happened on C<g>.  If there has not "
2793 "been an error since the handle was created, then this returns C<NULL>."
2794 msgstr ""
2795
2796 #. type: textblock
2797 #: ../src/guestfs.pod:1396
2798 msgid ""
2799 "The lifetime of the returned string is until the next error occurs, or L</"
2800 "guestfs_close> is called."
2801 msgstr ""
2802
2803 #. type: =head2
2804 #: ../src/guestfs.pod:1399
2805 msgid "guestfs_last_errno"
2806 msgstr ""
2807
2808 #. type: verbatim
2809 #: ../src/guestfs.pod:1401
2810 #, no-wrap
2811 msgid ""
2812 " int guestfs_last_errno (guestfs_h *g);\n"
2813 "\n"
2814 msgstr ""
2815
2816 #. type: textblock
2817 #: ../src/guestfs.pod:1403
2818 msgid "This returns the last error number (errno) that happened on C<g>."
2819 msgstr ""
2820
2821 #. type: textblock
2822 #: ../src/guestfs.pod:1405
2823 msgid "If successful, an errno integer not equal to zero is returned."
2824 msgstr ""
2825
2826 #. type: textblock
2827 #: ../src/guestfs.pod:1407
2828 msgid ""
2829 "If no error, this returns 0.  This call can return 0 in three situations:"
2830 msgstr ""
2831
2832 #. type: textblock
2833 #: ../src/guestfs.pod:1414
2834 msgid "There has not been any error on the handle."
2835 msgstr ""
2836
2837 #. type: textblock
2838 #: ../src/guestfs.pod:1418
2839 msgid ""
2840 "There has been an error but the errno was meaningless.  This corresponds to "
2841 "the case where the error did not come from a failed system call, but for "
2842 "some other reason."
2843 msgstr ""
2844
2845 #. type: textblock
2846 #: ../src/guestfs.pod:1424
2847 msgid ""
2848 "There was an error from a failed system call, but for some reason the errno "
2849 "was not captured and returned.  This usually indicates a bug in libguestfs."
2850 msgstr ""
2851
2852 #. type: textblock
2853 #: ../src/guestfs.pod:1430
2854 msgid ""
2855 "Libguestfs tries to convert the errno from inside the applicance into a "
2856 "corresponding errno for the caller (not entirely trivial: the appliance "
2857 "might be running a completely different operating system from the library "
2858 "and error numbers are not standardized across Un*xen).  If this could not be "
2859 "done, then the error is translated to C<EINVAL>.  In practice this should "
2860 "only happen in very rare circumstances."
2861 msgstr ""
2862
2863 #. type: =head2
2864 #: ../src/guestfs.pod:1438
2865 msgid "guestfs_set_error_handler"
2866 msgstr ""
2867
2868 #. type: verbatim
2869 #: ../src/guestfs.pod:1440
2870 #, no-wrap
2871 msgid ""
2872 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2873 "                                           void *opaque,\n"
2874 "                                           const char *msg);\n"
2875 " void guestfs_set_error_handler (guestfs_h *g,\n"
2876 "                                 guestfs_error_handler_cb cb,\n"
2877 "                                 void *opaque);\n"
2878 "\n"
2879 msgstr ""
2880
2881 #. type: textblock
2882 #: ../src/guestfs.pod:1447
2883 msgid ""
2884 "The callback C<cb> will be called if there is an error.  The parameters "
2885 "passed to the callback are an opaque data pointer and the error message "
2886 "string."
2887 msgstr ""
2888
2889 #. type: textblock
2890 #: ../src/guestfs.pod:1451
2891 msgid ""
2892 "C<errno> is not passed to the callback.  To get that the callback must call "
2893 "L</guestfs_last_errno>."
2894 msgstr ""
2895
2896 #. type: textblock
2897 #: ../src/guestfs.pod:1454
2898 msgid ""
2899 "Note that the message string C<msg> is freed as soon as the callback "
2900 "function returns, so if you want to stash it somewhere you must make your "
2901 "own copy."
2902 msgstr ""
2903
2904 #. type: textblock
2905 #: ../src/guestfs.pod:1458
2906 msgid "The default handler prints messages on C<stderr>."
2907 msgstr ""
2908
2909 #. type: textblock
2910 #: ../src/guestfs.pod:1460
2911 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2912 msgstr ""
2913
2914 #. type: =head2
2915 #: ../src/guestfs.pod:1462
2916 msgid "guestfs_get_error_handler"
2917 msgstr ""
2918
2919 #. type: verbatim
2920 #: ../src/guestfs.pod:1464
2921 #, no-wrap
2922 msgid ""
2923 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2924 "                                                     void **opaque_rtn);\n"
2925 "\n"
2926 msgstr ""
2927
2928 #. type: textblock
2929 #: ../src/guestfs.pod:1467
2930 msgid "Returns the current error handler callback."
2931 msgstr ""
2932
2933 #. type: =head2
2934 #: ../src/guestfs.pod:1469
2935 msgid "guestfs_set_out_of_memory_handler"
2936 msgstr ""
2937
2938 #. type: verbatim
2939 #: ../src/guestfs.pod:1471
2940 #, no-wrap
2941 msgid ""
2942 " typedef void (*guestfs_abort_cb) (void);\n"
2943 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2944 "                                        guestfs_abort_cb);\n"
2945 "\n"
2946 msgstr ""
2947
2948 #. type: textblock
2949 #: ../src/guestfs.pod:1475
2950 msgid ""
2951 "The callback C<cb> will be called if there is an out of memory situation.  "
2952 "I<Note this callback must not return>."
2953 msgstr ""
2954
2955 #. type: textblock
2956 #: ../src/guestfs.pod:1478
2957 msgid "The default is to call L<abort(3)>."
2958 msgstr ""
2959
2960 #. type: textblock
2961 #: ../src/guestfs.pod:1480
2962 msgid ""
2963 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2964 msgstr ""
2965
2966 #. type: =head2
2967 #: ../src/guestfs.pod:1483
2968 msgid "guestfs_get_out_of_memory_handler"
2969 msgstr ""
2970
2971 #. type: verbatim
2972 #: ../src/guestfs.pod:1485
2973 #, no-wrap
2974 msgid ""
2975 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2976 "\n"
2977 msgstr ""
2978
2979 #. type: textblock
2980 #: ../src/guestfs.pod:1487
2981 msgid "This returns the current out of memory handler."
2982 msgstr ""
2983
2984 #. type: =head1
2985 #: ../src/guestfs.pod:1489
2986 msgid "API CALLS"
2987 msgstr ""
2988
2989 #. type: textblock
2990 #: ../src/guestfs.pod:1491 ../fish/guestfish.pod:1003
2991 msgid "@ACTIONS@"
2992 msgstr "@ACTIONS@"
2993
2994 #. type: =head1
2995 #: ../src/guestfs.pod:1493
2996 msgid "STRUCTURES"
2997 msgstr "СТРУКТУРИ"
2998
2999 #. type: textblock
3000 #: ../src/guestfs.pod:1495
3001 msgid "@STRUCTS@"
3002 msgstr "@STRUCTS@"
3003
3004 #. type: =head1
3005 #: ../src/guestfs.pod:1497
3006 msgid "AVAILABILITY"
3007 msgstr ""
3008
3009 #. type: =head2
3010 #: ../src/guestfs.pod:1499
3011 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
3012 msgstr ""
3013
3014 #. type: textblock
3015 #: ../src/guestfs.pod:1501
3016 msgid ""
3017 "Using L</guestfs_available> you can test availability of the following "
3018 "groups of functions.  This test queries the appliance to see if the "
3019 "appliance you are currently using supports the functionality."
3020 msgstr ""
3021
3022 #. type: textblock
3023 #: ../src/guestfs.pod:1506
3024 msgid "@AVAILABILITY@"
3025 msgstr ""
3026
3027 #. type: =head2
3028 #: ../src/guestfs.pod:1508
3029 msgid "GUESTFISH supported COMMAND"
3030 msgstr ""
3031
3032 #. type: textblock
3033 #: ../src/guestfs.pod:1510
3034 msgid ""
3035 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3036 "prints out the available groups and whether they are supported by this build "
3037 "of libguestfs.  Note however that you have to do C<run> first."
3038 msgstr ""
3039
3040 #. type: =head2
3041 #: ../src/guestfs.pod:1515
3042 msgid "SINGLE CALLS AT COMPILE TIME"
3043 msgstr ""
3044
3045 #. type: textblock
3046 #: ../src/guestfs.pod:1517
3047 msgid ""
3048 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3049 "function, such as:"
3050 msgstr ""
3051
3052 #. type: verbatim
3053 #: ../src/guestfs.pod:1520
3054 #, no-wrap
3055 msgid ""
3056 " #define LIBGUESTFS_HAVE_DD 1\n"
3057 "\n"
3058 msgstr ""
3059
3060 #. type: textblock
3061 #: ../src/guestfs.pod:1522
3062 msgid "if L</guestfs_dd> is available."
3063 msgstr ""
3064
3065 #. type: textblock
3066 #: ../src/guestfs.pod:1524
3067 msgid ""
3068 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3069 "function is available at compile time, we recommended using build tools such "
3070 "as autoconf or cmake.  For example in autotools you could use:"
3071 msgstr ""
3072
3073 #. type: verbatim
3074 #: ../src/guestfs.pod:1529
3075 #, no-wrap
3076 msgid ""
3077 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3078 " AC_CHECK_FUNCS([guestfs_dd])\n"
3079 "\n"
3080 msgstr ""
3081
3082 #. type: textblock
3083 #: ../src/guestfs.pod:1532
3084 msgid ""
3085 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3086 "in your program."
3087 msgstr ""
3088
3089 #. type: =head2
3090 #: ../src/guestfs.pod:1535
3091 msgid "SINGLE CALLS AT RUN TIME"
3092 msgstr ""
3093
3094 #. type: textblock
3095 #: ../src/guestfs.pod:1537
3096 msgid ""
3097 "Testing at compile time doesn't guarantee that a function really exists in "
3098 "the library.  The reason is that you might be dynamically linked against a "
3099 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3100 "This situation unfortunately results in a segmentation fault, which is a "
3101 "shortcoming of the C dynamic linking system itself."
3102 msgstr ""
3103
3104 #. type: textblock
3105 #: ../src/guestfs.pod:1544
3106 msgid ""
3107 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3108 "in this example program (note that you still need the compile time check as "
3109 "well):"
3110 msgstr ""
3111
3112 #. type: verbatim
3113 #: ../src/guestfs.pod:1548
3114 #, no-wrap
3115 msgid ""
3116 " #include <stdio.h>\n"
3117 " #include <stdlib.h>\n"
3118 " #include <unistd.h>\n"
3119 " #include <dlfcn.h>\n"
3120 " #include <guestfs.h>\n"
3121 " \n"
3122 msgstr ""
3123
3124 #. type: verbatim
3125 #: ../src/guestfs.pod:1554
3126 #, no-wrap
3127 msgid ""
3128 " main ()\n"
3129 " {\n"
3130 " #ifdef LIBGUESTFS_HAVE_DD\n"
3131 "   void *dl;\n"
3132 "   int has_function;\n"
3133 " \n"
3134 msgstr ""
3135
3136 #. type: verbatim
3137 #: ../src/guestfs.pod:1560
3138 #, no-wrap
3139 msgid ""
3140 "   /* Test if the function guestfs_dd is really available. */\n"
3141 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3142 "   if (!dl) {\n"
3143 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3144 "     exit (EXIT_FAILURE);\n"
3145 "   }\n"
3146 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3147 "   dlclose (dl);\n"
3148 " \n"
3149 msgstr ""
3150
3151 #. type: verbatim
3152 #: ../src/guestfs.pod:1569
3153 #, no-wrap
3154 msgid ""
3155 "   if (!has_function)\n"
3156 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3157 "   else {\n"
3158 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3159 "     /* Now it's safe to call\n"
3160 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3161 "     */\n"
3162 "   }\n"
3163 " #else\n"
3164 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3165 " #endif\n"
3166 "  }\n"
3167 "\n"
3168 msgstr ""
3169
3170 #. type: textblock
3171 #: ../src/guestfs.pod:1582
3172 msgid ""
3173 "You may think the above is an awful lot of hassle, and it is.  There are "
3174 "other ways outside of the C linking system to ensure that this kind of "
3175 "incompatibility never arises, such as using package versioning:"
3176 msgstr ""
3177
3178 #. type: verbatim
3179 #: ../src/guestfs.pod:1587
3180 #, no-wrap
3181 msgid ""
3182 " Requires: libguestfs >= 1.0.80\n"
3183 "\n"
3184 msgstr ""
3185
3186 #. type: =head1
3187 #: ../src/guestfs.pod:1589
3188 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3189 msgstr ""
3190
3191 #. type: textblock
3192 #: ../src/guestfs.pod:1591
3193 msgid ""
3194 "A recent feature of the API is the introduction of calls which take optional "
3195 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3196 "takes variable arguments (ie. C<...>), as in this example:"
3197 msgstr ""
3198
3199 #. type: verbatim
3200 #: ../src/guestfs.pod:1596
3201 #, no-wrap
3202 msgid ""
3203 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3204 "\n"
3205 msgstr ""
3206
3207 #. type: textblock
3208 #: ../src/guestfs.pod:1598
3209 msgid ""
3210 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3211 "call with no optional arguments specified:"
3212 msgstr ""
3213
3214 #. type: verbatim
3215 #: ../src/guestfs.pod:1601
3216 #, no-wrap
3217 msgid ""
3218 " guestfs_add_drive_opts (g, filename, -1);\n"
3219 "\n"
3220 msgstr ""
3221
3222 #. type: textblock
3223 #: ../src/guestfs.pod:1603
3224 msgid "With a single optional argument:"
3225 msgstr ""
3226
3227 #. type: verbatim
3228 #: ../src/guestfs.pod:1605
3229 #, no-wrap
3230 msgid ""
3231 " guestfs_add_drive_opts (g, filename,\n"
3232 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3233 "                         -1);\n"
3234 "\n"
3235 msgstr ""
3236
3237 #. type: textblock
3238 #: ../src/guestfs.pod:1609
3239 msgid "With two:"
3240 msgstr ""
3241
3242 #. type: verbatim
3243 #: ../src/guestfs.pod:1611
3244 #, no-wrap
3245 msgid ""
3246 " guestfs_add_drive_opts (g, filename,\n"
3247 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3248 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3249 "                         -1);\n"
3250 "\n"
3251 msgstr ""
3252
3253 #. type: textblock
3254 #: ../src/guestfs.pod:1616
3255 msgid ""
3256 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3257 "happen!"
3258 msgstr ""
3259
3260 #. type: =head2
3261 #: ../src/guestfs.pod:1619
3262 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3263 msgstr ""
3264
3265 #. type: textblock
3266 #: ../src/guestfs.pod:1621
3267 msgid ""
3268 "The second variant has the same name with the suffix C<_va>, which works the "
3269 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3270 "example function, this is declared:"
3271 msgstr ""
3272
3273 #. type: verbatim
3274 #: ../src/guestfs.pod:1625
3275 #, no-wrap
3276 msgid ""
3277 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3278 "                                va_list args);\n"
3279 "\n"
3280 msgstr ""
3281
3282 #. type: =head2
3283 #: ../src/guestfs.pod:1628
3284 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3285 msgstr ""
3286
3287 #. type: textblock
3288 #: ../src/guestfs.pod:1630
3289 msgid ""
3290 "The third variant is useful where you need to construct these calls.  You "
3291 "pass in a structure where you fill in the optional fields.  The structure "
3292 "has a bitmask as the first element which you must set to indicate which "
3293 "fields you have filled in.  For our example function the structure and call "
3294 "are declared:"
3295 msgstr ""
3296
3297 #. type: verbatim
3298 #: ../src/guestfs.pod:1636
3299 #, no-wrap
3300 msgid ""
3301 " struct guestfs_add_drive_opts_argv {\n"
3302 "   uint64_t bitmask;\n"
3303 "   int readonly;\n"
3304 "   const char *format;\n"
3305 "   /* ... */\n"
3306 " };\n"
3307 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3308 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3309 "\n"
3310 msgstr ""
3311
3312 #. type: textblock
3313 #: ../src/guestfs.pod:1645
3314 msgid "You could call it like this:"
3315 msgstr ""
3316
3317 #. type: verbatim
3318 #: ../src/guestfs.pod:1647
3319 #, no-wrap
3320 msgid ""
3321 " struct guestfs_add_drive_opts_argv optargs = {\n"
3322 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3323 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3324 "   .readonly = 1,\n"
3325 "   .format = \"qcow2\"\n"
3326 " };\n"
3327 " \n"
3328 msgstr ""
3329
3330 #. type: verbatim
3331 #: ../src/guestfs.pod:1654
3332 #, no-wrap
3333 msgid ""
3334 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3335 "\n"
3336 msgstr ""
3337
3338 #. type: textblock
3339 #: ../src/guestfs.pod:1656 ../src/guestfs-actions.pod:11
3340 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:9
3341 #: ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532
3342 msgid "Notes:"
3343 msgstr "Нотатки:"
3344
3345 #. type: textblock
3346 #: ../src/guestfs.pod:1662
3347 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3348 msgstr ""
3349
3350 #. type: textblock
3351 #: ../src/guestfs.pod:1667
3352 msgid "You do not need to fill in all fields of the structure."
3353 msgstr ""
3354
3355 #. type: textblock
3356 #: ../src/guestfs.pod:1671
3357 msgid ""
3358 "There must be a one-to-one correspondence between fields of the structure "
3359 "that are filled in, and bits set in the bitmask."
3360 msgstr ""
3361
3362 #. type: =head2
3363 #: ../src/guestfs.pod:1676
3364 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3365 msgstr ""
3366
3367 #. type: textblock
3368 #: ../src/guestfs.pod:1678
3369 msgid ""
3370 "In other languages, optional arguments are expressed in the way that is "
3371 "natural for that language.  We refer you to the language-specific "
3372 "documentation for more details on that."
3373 msgstr ""
3374
3375 #. type: textblock
3376 #: ../src/guestfs.pod:1682
3377 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3378 msgstr ""
3379
3380 #. type: =head2
3381 #: ../src/guestfs.pod:1684
3382 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3383 msgstr ""
3384
3385 #. type: textblock
3386 #: ../src/guestfs.pod:1686
3387 msgid ""
3388 "B<Note:> This section documents the generic event mechanism introduced in "
3389 "libguestfs 1.10, which you should use in new code if possible.  The old "
3390 "functions C<guestfs_set_log_message_callback>, "
3391 "C<guestfs_set_subprocess_quit_callback>, "
3392 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3393 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3394 "page."
3395 msgstr ""
3396
3397 #. type: textblock
3398 #: ../src/guestfs.pod:1694
3399 msgid ""
3400 "Handles generate events when certain things happen, such as log messages "
3401 "being generated, progress messages during long-running operations, or the "
3402 "handle being closed.  The API calls described below let you register a "
3403 "callback to be called when events happen.  You can register multiple "
3404 "callbacks (for the same, different or overlapping sets of events), and "
3405 "individually remove callbacks.  If callbacks are not removed, then they "
3406 "remain in force until the handle is closed."
3407 msgstr ""
3408
3409 #. type: textblock
3410 #: ../src/guestfs.pod:1702
3411 msgid ""
3412 "In the current implementation, events are only generated synchronously: that "
3413 "means that events (and hence callbacks) can only happen while you are in the "
3414 "middle of making another libguestfs call.  The callback is called in the "
3415 "same thread."
3416 msgstr ""
3417
3418 #. type: textblock
3419 #: ../src/guestfs.pod:1707
3420 msgid ""
3421 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3422 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3423 msgstr ""
3424
3425 #. type: =head3
3426 #: ../src/guestfs.pod:1711
3427 msgid "CLASSES OF EVENTS"
3428 msgstr ""
3429
3430 #. type: =item
3431 #: ../src/guestfs.pod:1715
3432 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3433 msgstr ""
3434
3435 #. type: textblock
3436 #: ../src/guestfs.pod:1718
3437 msgid ""
3438 "The callback function will be called while the handle is being closed "
3439 "(synchronously from L</guestfs_close>)."
3440 msgstr ""
3441
3442 #. type: textblock
3443 #: ../src/guestfs.pod:1721
3444 msgid ""
3445 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3446 "handles that are open when the program exits.  This means that this callback "
3447 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3448 "problems in higher-level languages (eg. if your HLL interpreter has already "
3449 "been cleaned up by the time this is called, and if your callback then jumps "
3450 "into some HLL function)."
3451 msgstr ""
3452
3453 #. type: textblock
3454 #: ../src/guestfs.pod:1728
3455 msgid ""
3456 "If no callback is registered: the handle is closed without any callback "
3457 "being invoked."
3458 msgstr ""
3459
3460 #. type: =item
3461 #: ../src/guestfs.pod:1731
3462 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3463 msgstr ""
3464
3465 #. type: textblock
3466 #: ../src/guestfs.pod:1734
3467 msgid ""
3468 "The callback function will be called when the child process quits, either "
3469 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3470 "corresponds to a transition from any state to the CONFIG state)."
3471 msgstr ""
3472
3473 #. type: textblock
3474 #: ../src/guestfs.pod:1738 ../src/guestfs.pod:1747
3475 msgid "If no callback is registered: the event is ignored."
3476 msgstr ""
3477
3478 #. type: =item
3479 #: ../src/guestfs.pod:1740
3480 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3481 msgstr ""
3482
3483 #. type: textblock
3484 #: ../src/guestfs.pod:1743
3485 msgid ""
3486 "The callback function will be called when the child process becomes ready "
3487 "first time after it has been launched.  (This corresponds to a transition "
3488 "from LAUNCHING to the READY state)."
3489 msgstr ""
3490
3491 #. type: =item
3492 #: ../src/guestfs.pod:1749
3493 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3494 msgstr ""
3495
3496 #. type: textblock
3497 #: ../src/guestfs.pod:1752
3498 msgid ""
3499 "Some long-running operations can generate progress messages.  If this "
3500 "callback is registered, then it will be called each time a progress message "
3501 "is generated (usually two seconds after the operation started, and three "
3502 "times per second thereafter until it completes, although the frequency may "
3503 "change in future versions)."
3504 msgstr ""
3505
3506 #. type: textblock
3507 #: ../src/guestfs.pod:1758
3508 msgid ""
3509 "The callback receives in the payload four unsigned 64 bit numbers which are "
3510 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3511 msgstr ""
3512
3513 #. type: textblock
3514 #: ../src/guestfs.pod:1761
3515 msgid ""
3516 "The units of C<total> are not defined, although for some operations C<total> "
3517 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3518 "or megabytes), and C<position> may be the portion which has been transferred."
3519 msgstr ""
3520
3521 #. type: textblock
3522 #: ../src/guestfs.pod:1766
3523 msgid "The only defined and stable parts of the API are:"
3524 msgstr ""
3525
3526 #. type: textblock
3527 #: ../src/guestfs.pod:1772
3528 msgid ""
3529 "The callback can display to the user some type of progress bar or indicator "
3530 "which shows the ratio of C<position>:C<total>."
3531 msgstr ""
3532
3533 #. type: textblock
3534 #: ../src/guestfs.pod:1777
3535 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3536 msgstr ""
3537
3538 #. type: textblock
3539 #: ../src/guestfs.pod:1781
3540 msgid ""
3541 "If any progress notification is sent during a call, then a final progress "
3542 "notification is always sent when C<position> = C<total> (I<unless> the call "
3543 "fails with an error)."
3544 msgstr ""
3545
3546 #. type: textblock
3547 #: ../src/guestfs.pod:1785
3548 msgid ""
3549 "This is to simplify caller code, so callers can easily set the progress "
3550 "indicator to \"100%\" at the end of the operation, without requiring special "
3551 "code to detect this case."
3552 msgstr ""
3553
3554 #. type: textblock
3555 #: ../src/guestfs.pod:1791
3556 msgid ""
3557 "For some calls we are unable to estimate the progress of the call, but we "
3558 "can still generate progress messages to indicate activity.  This is known as "
3559 "\"pulse mode\", and is directly supported by certain progress bar "
3560 "implementations (eg. GtkProgressBar)."
3561 msgstr ""
3562
3563 #. type: textblock
3564 #: ../src/guestfs.pod:1796
3565 msgid ""
3566 "For these calls, zero or more progress messages are generated with "
3567 "C<position = 0> and C<total = 1>, followed by a final message with "
3568 "C<position = total = 1>."
3569 msgstr ""
3570
3571 #. type: textblock
3572 #: ../src/guestfs.pod:1800
3573 msgid ""
3574 "As noted above, if the call fails with an error then the final message may "
3575 "not be generated."
3576 msgstr ""
3577
3578 #. type: textblock
3579 #: ../src/guestfs.pod:1805
3580 msgid ""
3581 "The callback also receives the procedure number (C<proc_nr>) and serial "
3582 "number (C<serial>) of the call.  These are only useful for debugging "
3583 "protocol issues, and the callback can normally ignore them.  The callback "
3584 "may want to print these numbers in error messages or debugging messages."
3585 msgstr ""
3586
3587 #. type: textblock
3588 #: ../src/guestfs.pod:1811
3589 msgid "If no callback is registered: progress messages are discarded."
3590 msgstr ""
3591
3592 #. type: =item
3593 #: ../src/guestfs.pod:1813
3594 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3595 msgstr ""
3596
3597 #. type: textblock
3598 #: ../src/guestfs.pod:1816
3599 msgid ""
3600 "The callback function is called whenever a log message is generated by qemu, "
3601 "the appliance kernel, guestfsd (daemon), or utility programs."
3602 msgstr ""
3603
3604 #. type: textblock
3605 #: ../src/guestfs.pod:1819
3606 msgid ""
3607 "If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
3608 "guestfs_launch>) then additional debug messages are generated."
3609 msgstr ""
3610
3611 #. type: textblock
3612 #: ../src/guestfs.pod:1822 ../src/guestfs.pod:1836
3613 msgid ""
3614 "If no callback is registered: the messages are discarded unless the verbose "
3615 "flag is set in which case they are sent to stderr.  You can override the "
3616 "printing of verbose messages to stderr by setting up a callback."
3617 msgstr ""
3618
3619 #. type: =item
3620 #: ../src/guestfs.pod:1827
3621 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3622 msgstr ""
3623
3624 #. type: textblock
3625 #: ../src/guestfs.pod:1830
3626 msgid ""
3627 "The callback function is called whenever a log message is generated by the "
3628 "library part of libguestfs."
3629 msgstr ""
3630
3631 #. type: textblock
3632 #: ../src/guestfs.pod:1833
3633 msgid ""
3634 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3635 "messages are generated."
3636 msgstr ""
3637
3638 #. type: =item
3639 #: ../src/guestfs.pod:1841
3640 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3641 msgstr ""
3642
3643 #. type: textblock
3644 #: ../src/guestfs.pod:1844
3645 msgid ""
3646 "The callback function is called whenever a trace message is generated.  This "
3647 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3648 msgstr ""
3649
3650 #. type: textblock
3651 #: ../src/guestfs.pod:1847
3652 msgid ""
3653 "If no callback is registered: the messages are sent to stderr.  You can "
3654 "override the printing of trace messages to stderr by setting up a callback."
3655 msgstr ""
3656
3657 #. type: =head3
3658 #: ../src/guestfs.pod:1853
3659 msgid "guestfs_set_event_callback"
3660 msgstr ""
3661
3662 #. type: verbatim
3663 #: ../src/guestfs.pod:1855
3664 #, no-wrap
3665 msgid ""
3666 " int guestfs_set_event_callback (guestfs_h *g,\n"
3667 "                                 guestfs_event_callback cb,\n"
3668 "                                 uint64_t event_bitmask,\n"
3669 "                                 int flags,\n"
3670 "                                 void *opaque);\n"
3671 "\n"
3672 msgstr ""
3673
3674 #. type: textblock
3675 #: ../src/guestfs.pod:1861
3676 msgid ""
3677 "This function registers a callback (C<cb>) for all event classes in the "
3678 "C<event_bitmask>."
3679 msgstr ""
3680
3681 #. type: textblock
3682 #: ../src/guestfs.pod:1864
3683 msgid ""
3684 "For example, to register for all log message events, you could call this "
3685 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3686 "To register a single callback for all possible classes of events, use "
3687 "C<GUESTFS_EVENT_ALL>."
3688 msgstr ""
3689
3690 #. type: textblock
3691 #: ../src/guestfs.pod:1870
3692 msgid "C<flags> should always be passed as 0."
3693 msgstr ""
3694
3695 #. type: textblock
3696 #: ../src/guestfs.pod:1872
3697 msgid ""
3698 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3699 "it for any purpose."
3700 msgstr ""
3701
3702 #. type: textblock
3703 #: ../src/guestfs.pod:1875
3704 msgid ""
3705 "The return value is the event handle (an integer) which you can use to "
3706 "delete the callback (see below)."
3707 msgstr ""
3708
3709 #. type: textblock
3710 #: ../src/guestfs.pod:1878
3711 msgid ""
3712 "If there is an error, this function returns C<-1>, and sets the error in the "
3713 "handle in the usual way (see L</guestfs_last_error> etc.)"
3714 msgstr ""
3715
3716 #. type: textblock
3717 #: ../src/guestfs.pod:1881
3718 msgid ""
3719 "Callbacks remain in effect until they are deleted, or until the handle is "
3720 "closed."
3721 msgstr ""
3722
3723 #. type: textblock
3724 #: ../src/guestfs.pod:1884
3725 msgid ""
3726 "In the case where multiple callbacks are registered for a particular event "
3727 "class, all of the callbacks are called.  The order in which multiple "
3728 "callbacks are called is not defined."
3729 msgstr ""
3730
3731 #. type: =head3
3732 #: ../src/guestfs.pod:1888
3733 msgid "guestfs_delete_event_callback"
3734 msgstr ""
3735
3736 #. type: verbatim
3737 #: ../src/guestfs.pod:1890
3738 #, no-wrap
3739 msgid ""
3740 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3741 "\n"
3742 msgstr ""
3743
3744 #. type: textblock
3745 #: ../src/guestfs.pod:1892
3746 msgid ""
3747 "Delete a callback that was previously registered.  C<event_handle> should be "
3748 "the integer that was returned by a previous call to "
3749 "C<guestfs_set_event_callback> on the same handle."
3750 msgstr ""
3751
3752 #. type: =head3
3753 #: ../src/guestfs.pod:1896
3754 msgid "guestfs_event_callback"
3755 msgstr ""
3756
3757 #. type: verbatim
3758 #: ../src/guestfs.pod:1898
3759 #, no-wrap
3760 msgid ""
3761 " typedef void (*guestfs_event_callback) (\n"
3762 "                  guestfs_h *g,\n"
3763 "                  void *opaque,\n"
3764 "                  uint64_t event,\n"
3765 "                  int event_handle,\n"
3766 "                  int flags,\n"
3767 "                  const char *buf, size_t buf_len,\n"
3768 "                  const uint64_t *array, size_t array_len);\n"
3769 "\n"
3770 msgstr ""
3771
3772 #. type: textblock
3773 #: ../src/guestfs.pod:1907
3774 msgid ""
3775 "This is the type of the event callback function that you have to provide."
3776 msgstr ""
3777
3778 #. type: textblock
3779 #: ../src/guestfs.pod:1910
3780 msgid ""
3781 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3782 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3783 "handle, and C<flags> which in the current API you should ignore."
3784 msgstr ""
3785
3786 #. type: textblock
3787 #: ../src/guestfs.pod:1914
3788 msgid ""
3789 "The remaining parameters contain the event payload (if any).  Each event may "
3790 "contain a payload, which usually relates to the event class, but for future "
3791 "proofing your code should be written to handle any payload for any event "
3792 "class."
3793 msgstr ""
3794
3795 #. type: textblock
3796 #: ../src/guestfs.pod:1919
3797 msgid ""
3798 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3799 "there is no message buffer).  Note that this message buffer can contain "
3800 "arbitrary 8 bit data, including NUL bytes."
3801 msgstr ""
3802
3803 #. type: textblock
3804 #: ../src/guestfs.pod:1923
3805 msgid ""
3806 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3807 "moment this is only used for progress messages."
3808 msgstr ""
3809
3810 #. type: =head3
3811 #: ../src/guestfs.pod:1926
3812 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3813 msgstr ""
3814
3815 #. type: textblock
3816 #: ../src/guestfs.pod:1928
3817 msgid ""
3818 "One motivation for the generic event API was to allow GUI programs to "
3819 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3820 "unconditionally to C<stderr>."
3821 msgstr ""
3822
3823 #. type: textblock
3824 #: ../src/guestfs.pod:1932
3825 msgid ""
3826 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3827 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3828 "messages are not events; you must capture error messages separately)."
3829 msgstr ""
3830
3831 #. type: textblock
3832 #: ../src/guestfs.pod:1937
3833 msgid ""
3834 "Programs have to set up a callback to capture the classes of events of "
3835 "interest:"
3836 msgstr ""
3837
3838 #. type: verbatim
3839 #: ../src/guestfs.pod:1940
3840 #, no-wrap
3841 msgid ""
3842 " int eh =\n"
3843 "   guestfs_set_event_callback\n"
3844 "     (g, message_callback,\n"
3845 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3846 "      GUESTFS_EVENT_TRACE,\n"
3847 "      0, NULL) == -1)\n"
3848 " if (eh == -1) {\n"
3849 "   // handle error in the usual way\n"
3850 " }\n"
3851 "\n"
3852 msgstr ""
3853
3854 #. type: textblock
3855 #: ../src/guestfs.pod:1950
3856 msgid ""
3857 "The callback can then direct messages to the appropriate place.  In this "
3858 "example, messages are directed to syslog:"
3859 msgstr ""
3860
3861 #. type: verbatim
3862 #: ../src/guestfs.pod:1953
3863 #, no-wrap
3864 msgid ""
3865 " static void\n"
3866 " message_callback (\n"
3867 "         guestfs_h *g,\n"
3868 "         void *opaque,\n"
3869 "         uint64_t event,\n"
3870 "         int event_handle,\n"
3871 "         int flags,\n"
3872 "         const char *buf, size_t buf_len,\n"
3873 "         const uint64_t *array, size_t array_len)\n"
3874 " {\n"
3875 "   const int priority = LOG_USER|LOG_INFO;\n"
3876 "   if (buf_len > 0)\n"
3877 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3878 " }\n"
3879 "\n"
3880 msgstr ""
3881
3882 #. type: =head1
3883 #: ../src/guestfs.pod:1968
3884 msgid "PRIVATE DATA AREA"
3885 msgstr ""
3886
3887 #. type: textblock
3888 #: ../src/guestfs.pod:1970
3889 msgid ""
3890 "You can attach named pieces of private data to the libguestfs handle, fetch "
3891 "them by name, and walk over them, for the lifetime of the handle.  This is "
3892 "called the private data area and is only available from the C API."
3893 msgstr ""
3894
3895 #. type: textblock
3896 #: ../src/guestfs.pod:1975
3897 msgid "To attach a named piece of data, use the following call:"
3898 msgstr ""
3899
3900 #. type: verbatim
3901 #: ../src/guestfs.pod:1977
3902 #, no-wrap
3903 msgid ""
3904 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3905 "\n"
3906 msgstr ""
3907
3908 #. type: textblock
3909 #: ../src/guestfs.pod:1979
3910 msgid ""
3911 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3912 "pointer (which can be C<NULL>).  Any previous item with the same name is "
3913 "overwritten."
3914 msgstr ""
3915
3916 #. type: textblock
3917 #: ../src/guestfs.pod:1983
3918 msgid ""
3919 "You can use any C<key> you want, but names beginning with an underscore "
3920 "character are reserved for internal libguestfs purposes (for implementing "
3921 "language bindings).  It is recommended to prefix the name with some unique "
3922 "string to avoid collisions with other users."
3923 msgstr ""
3924
3925 #. type: textblock
3926 #: ../src/guestfs.pod:1988
3927 msgid "To retrieve the pointer, use:"
3928 msgstr ""
3929
3930 #. type: verbatim
3931 #: ../src/guestfs.pod:1990
3932 #, no-wrap
3933 msgid ""
3934 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3935 "\n"
3936 msgstr ""
3937
3938 #. type: textblock
3939 #: ../src/guestfs.pod:1992
3940 msgid ""
3941 "This function returns C<NULL> if either no data is found associated with "
3942 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3943 "C<NULL>."
3944 msgstr ""
3945
3946 #. type: textblock
3947 #: ../src/guestfs.pod:1996
3948 msgid ""
3949 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3950 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3951 "all.  In particular, libguestfs does I<not> try to free the data when the "
3952 "handle is closed.  If the data must be freed, then the caller must either "
3953 "free it before calling L</guestfs_close> or must set up a close callback to "
3954 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3955 msgstr ""
3956
3957 #. type: textblock
3958 #: ../src/guestfs.pod:2003
3959 msgid "To walk over all entries, use these two functions:"
3960 msgstr ""
3961
3962 #. type: verbatim
3963 #: ../src/guestfs.pod:2005
3964 #, no-wrap
3965 msgid ""
3966 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3967 "\n"
3968 msgstr ""
3969
3970 #. type: verbatim
3971 #: ../src/guestfs.pod:2007
3972 #, no-wrap
3973 msgid ""
3974 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3975 "\n"
3976 msgstr ""
3977
3978 #. type: textblock
3979 #: ../src/guestfs.pod:2009
3980 msgid ""
3981 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3982 "not have any particular meaning -- keys are not returned in any defined "
3983 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3984 "corresponding data pointer is returned from the function.  C<NULL> is "
3985 "returned if there are no keys stored in the handle."
3986 msgstr ""
3987
3988 #. type: textblock
3989 #: ../src/guestfs.pod:2015
3990 msgid ""
3991 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3992 "value of this function is also C<NULL> is there are no further entries to "
3993 "return."
3994 msgstr ""
3995
3996 #. type: textblock
3997 #: ../src/guestfs.pod:2019
3998 msgid "Notes about walking over entries:"
3999 msgstr ""
4000
4001 #. type: textblock
4002 #: ../src/guestfs.pod:2025
4003 msgid ""
4004 "You must not call C<guestfs_set_private> while walking over the entries."
4005 msgstr ""
4006
4007 #. type: textblock
4008 #: ../src/guestfs.pod:2030
4009 msgid ""
4010 "The handle maintains an internal iterator which is reset when you call "
4011 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
4012 "call C<guestfs_set_private>."
4013 msgstr ""
4014
4015 #. type: textblock
4016 #: ../src/guestfs.pod:2036
4017 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
4018 msgstr ""
4019
4020 #. type: verbatim
4021 #: ../src/guestfs.pod:2038
4022 #, no-wrap
4023 msgid ""
4024 " guestfs_set_private (g, key, NULL);\n"
4025 "\n"
4026 msgstr ""
4027
4028 #. type: textblock
4029 #: ../src/guestfs.pod:2040
4030 msgid "then that C<key> is not returned when walking."
4031 msgstr ""
4032
4033 #. type: textblock
4034 #: ../src/guestfs.pod:2044
4035 msgid ""
4036 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
4037 "C<guestfs_next_private> or C<guestfs_set_private>."
4038 msgstr ""
4039
4040 #. type: textblock
4041 #: ../src/guestfs.pod:2050
4042 msgid ""
4043 "The following example code shows how to print all keys and data pointers "
4044 "that are associated with the handle C<g>:"
4045 msgstr ""
4046
4047 #. type: verbatim
4048 #: ../src/guestfs.pod:2053
4049 #, no-wrap
4050 msgid ""
4051 " const char *key;\n"
4052 " void *data = guestfs_first_private (g, &key);\n"
4053 " while (data != NULL)\n"
4054 "   {\n"
4055 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
4056 "     data = guestfs_next_private (g, &key);\n"
4057 "   }\n"
4058 "\n"
4059 msgstr ""
4060
4061 #. type: textblock
4062 #: ../src/guestfs.pod:2061
4063 msgid ""
4064 "More commonly you are only interested in keys that begin with an application-"
4065 "specific prefix C<foo_>.  Modify the loop like so:"
4066 msgstr ""
4067
4068 #. type: verbatim
4069 #: ../src/guestfs.pod:2064
4070 #, no-wrap
4071 msgid ""
4072 " const char *key;\n"
4073 " void *data = guestfs_first_private (g, &key);\n"
4074 " while (data != NULL)\n"
4075 "   {\n"
4076 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4077 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
4078 "     data = guestfs_next_private (g, &key);\n"
4079 "   }\n"
4080 "\n"
4081 msgstr ""
4082
4083 #. type: textblock
4084 #: ../src/guestfs.pod:2073
4085 msgid ""
4086 "If you need to modify keys while walking, then you have to jump back to the "
4087 "beginning of the loop.  For example, to delete all keys prefixed with "
4088 "C<foo_>:"
4089 msgstr ""
4090
4091 #. type: verbatim
4092 #: ../src/guestfs.pod:2077
4093 #, no-wrap
4094 msgid ""
4095 "  const char *key;\n"
4096 "  void *data;\n"
4097 " again:\n"
4098 "  data = guestfs_first_private (g, &key);\n"
4099 "  while (data != NULL)\n"
4100 "    {\n"
4101 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4102 "        {\n"
4103 "          guestfs_set_private (g, key, NULL);\n"
4104 "          /* note that 'key' pointer is now invalid, and so is\n"
4105 "             the internal iterator */\n"
4106 "          goto again;\n"
4107 "        }\n"
4108 "      data = guestfs_next_private (g, &key);\n"
4109 "    }\n"
4110 "\n"
4111 msgstr ""
4112
4113 #. type: textblock
4114 #: ../src/guestfs.pod:2093
4115 msgid ""
4116 "Note that the above loop is guaranteed to terminate because the keys are "
4117 "being deleted, but other manipulations of keys within the loop might not "
4118 "terminate unless you also maintain an indication of which keys have been "
4119 "visited."
4120 msgstr ""
4121
4122 #. type: =end
4123 #: ../src/guestfs.pod:2098 ../src/guestfs.pod:2103
4124 msgid "html"
4125 msgstr "html"
4126
4127 #. type: textblock
4128 #: ../src/guestfs.pod:2100
4129 msgid ""
4130 "<!-- old anchor for the next section --> <a name="
4131 "\"state_machine_and_low_level_event_api\"/>"
4132 msgstr ""
4133 "<!-- old anchor for the next section --> <a name="
4134 "\"state_machine_and_low_level_event_api\"/>"
4135
4136 #. type: =head1
4137 #: ../src/guestfs.pod:2105
4138 msgid "ARCHITECTURE"
4139 msgstr "АРХІТЕКТУРА"
4140
4141 #. type: textblock
4142 #: ../src/guestfs.pod:2107
4143 msgid ""
4144 "Internally, libguestfs is implemented by running an appliance (a special "
4145 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4146 "process of the main program."
4147 msgstr ""
4148
4149 #. type: verbatim
4150 #: ../src/guestfs.pod:2111
4151 #, no-wrap
4152 msgid ""
4153 "  ___________________\n"
4154 " /                   \\\n"
4155 " | main program      |\n"
4156 " |                   |\n"
4157 " |                   |           child process / appliance\n"
4158 " |                   |           __________________________\n"
4159 " |                   |          / qemu                     \\\n"
4160 " +-------------------+   RPC    |      +-----------------+ |\n"
4161 " | libguestfs     <--------------------> guestfsd        | |\n"
4162 " |                   |          |      +-----------------+ |\n"
4163 " \\___________________/          |      | Linux kernel    | |\n"
4164 "                                |      +--^--------------+ |\n"
4165 "                                \\_________|________________/\n"
4166 "                                          |\n"
4167 "                                   _______v______\n"
4168 "                                  /              \\\n"
4169 "                                  | Device or    |\n"
4170 "                                  | disk image   |\n"
4171 "                                  \\______________/\n"
4172 "\n"
4173 msgstr ""
4174
4175 #. type: textblock
4176 #: ../src/guestfs.pod:2131
4177 msgid ""
4178 "The library, linked to the main program, creates the child process and hence "
4179 "the appliance in the L</guestfs_launch> function."
4180 msgstr ""
4181
4182 #. type: textblock
4183 #: ../src/guestfs.pod:2134
4184 msgid ""
4185 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4186 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4187 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4188 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4189 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4190 "attached to the qemu process which translates device access by the "
4191 "appliance's Linux kernel into accesses to the image."
4192 msgstr ""
4193
4194 #. type: textblock
4195 #: ../src/guestfs.pod:2143
4196 msgid ""
4197 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4198 "Although the disk image you are attached to might also be used by some "
4199 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4200 "care if both libguestfs's qemu process and your virtual machine are trying "
4201 "to update the disk image at the same time, since these usually results in "
4202 "massive disk corruption)."
4203 msgstr ""
4204
4205 #. type: =head1
4206 #: ../src/guestfs.pod:2150
4207 msgid "STATE MACHINE"
4208 msgstr "СКІНЧЕННИЙ АВТОМАТ"
4209
4210 #. type: textblock
4211 #: ../src/guestfs.pod:2152
4212 msgid "libguestfs uses a state machine to model the child process:"
4213 msgstr ""
4214
4215 #. type: verbatim
4216 #: ../src/guestfs.pod:2154
4217 #, no-wrap
4218 msgid ""
4219 "                         |\n"
4220 "                    guestfs_create\n"
4221 "                         |\n"
4222 "                         |\n"
4223 "                     ____V_____\n"
4224 "                    /          \\\n"
4225 "                    |  CONFIG  |\n"
4226 "                    \\__________/\n"
4227 "                     ^ ^   ^  \\\n"
4228 "                    /  |    \\  \\ guestfs_launch\n"
4229 "                   /   |    _\\__V______\n"
4230 "                  /    |   /           \\\n"
4231 "                 /     |   | LAUNCHING |\n"
4232 "                /      |   \\___________/\n"
4233 "               /       |       /\n"
4234 "              /        |  guestfs_launch\n"
4235 "             /         |     /\n"
4236 "    ______  /        __|____V\n"
4237 "   /      \\ ------> /        \\\n"
4238 "   | BUSY |         | READY  |\n"
4239 "   \\______/ <------ \\________/\n"
4240 "\n"
4241 msgstr ""
4242
4243 #. type: textblock
4244 #: ../src/guestfs.pod:2176
4245 msgid ""
4246 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4247 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4248 "(3) alternating between READY and BUSY as commands are issued to, and "
4249 "carried out by, the child process."
4250 msgstr ""
4251
4252 #. type: textblock
4253 #: ../src/guestfs.pod:2181
4254 msgid ""
4255 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4256 "asynchronously at any time (eg. due to some internal error), and that causes "
4257 "the state to transition back to CONFIG."
4258 msgstr ""
4259
4260 #. type: textblock
4261 #: ../src/guestfs.pod:2185
4262 msgid ""
4263 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4264 "issued when in the CONFIG state."
4265 msgstr ""
4266
4267 #. type: textblock
4268 #: ../src/guestfs.pod:2188
4269 msgid ""
4270 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4271 "L</guestfs_launch> blocks until the child process is READY to accept "
4272 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4273 "moves the state from CONFIG to LAUNCHING while it is running."
4274 msgstr ""
4275
4276 #. type: textblock
4277 #: ../src/guestfs.pod:2194
4278 msgid ""
4279 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4280 "state.  These API calls block waiting for the command to be carried out (ie. "
4281 "the state to transition to BUSY and then back to READY).  There are no non-"
4282 "blocking versions, and no way to issue more than one command per handle at "
4283 "the same time."
4284 msgstr ""
4285
4286 #. type: textblock
4287 #: ../src/guestfs.pod:2200
4288 msgid ""
4289 "Finally, the child process sends asynchronous messages back to the main "
4290 "program, such as kernel log messages.  You can register a callback to "
4291 "receive these messages."
4292 msgstr ""
4293
4294 #. type: =head1
4295 #: ../src/guestfs.pod:2204
4296 msgid "INTERNALS"
4297 msgstr ""
4298
4299 #. type: =head2
4300 #: ../src/guestfs.pod:2206
4301 msgid "COMMUNICATION PROTOCOL"
4302 msgstr ""
4303
4304 #. type: textblock
4305 #: ../src/guestfs.pod:2208
4306 msgid ""
4307 "Don't rely on using this protocol directly.  This section documents how it "
4308 "currently works, but it may change at any time."
4309 msgstr ""
4310
4311 #. type: textblock
4312 #: ../src/guestfs.pod:2211
4313 msgid ""
4314 "The protocol used to talk between the library and the daemon running inside "
4315 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4316 "1014, RFC 1832, RFC 4506)."
4317 msgstr ""
4318
4319 #. type: textblock
4320 #: ../src/guestfs.pod:2215
4321 msgid ""
4322 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4323 "this file is automatically generated)."
4324 msgstr ""
4325
4326 #. type: textblock
4327 #: ../src/guestfs.pod:2218
4328 msgid ""
4329 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4330 "and C<FileOut> parameters, which are handled with very simple request/reply "
4331 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4332 "parameters, which use the same request and reply messages, but they may also "
4333 "be followed by files sent using a chunked encoding."
4334 msgstr ""
4335
4336 #. type: =head3
4337 #: ../src/guestfs.pod:2225
4338 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4339 msgstr ""
4340
4341 #. type: textblock
4342 #: ../src/guestfs.pod:2227
4343 msgid "For ordinary functions, the request message is:"
4344 msgstr ""
4345
4346 #. type: verbatim
4347 #: ../src/guestfs.pod:2229
4348 #, no-wrap
4349 msgid ""
4350 " total length (header + arguments,\n"
4351 "      but not including the length word itself)\n"
4352 " struct guestfs_message_header (encoded as XDR)\n"
4353 " struct guestfs_<foo>_args (encoded as XDR)\n"
4354 "\n"
4355 msgstr ""
4356
4357 #. type: textblock
4358 #: ../src/guestfs.pod:2234
4359 msgid ""
4360 "The total length field allows the daemon to allocate a fixed size buffer "
4361 "into which it slurps the rest of the message.  As a result, the total length "
4362 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4363 "effective size of any request is limited to somewhere under this size."
4364 msgstr ""
4365
4366 #. type: textblock
4367 #: ../src/guestfs.pod:2240
4368 msgid ""
4369 "Note also that many functions don't take any arguments, in which case the "
4370 "C<guestfs_I<foo>_args> is completely omitted."
4371 msgstr ""
4372
4373 #. type: textblock
4374 #: ../src/guestfs.pod:2243
4375 msgid ""
4376 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4377 "receiver knows what type of args structure to expect, or none at all."
4378 msgstr ""
4379
4380 #. type: textblock
4381 #: ../src/guestfs.pod:2247
4382 msgid ""
4383 "For functions that take optional arguments, the optional arguments are "
4384 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4385 "arguments.  A bitmask in the header indicates which optional arguments are "
4386 "meaningful.  The bitmask is also checked to see if it contains bits set "
4387 "which the daemon does not know about (eg. if more optional arguments were "
4388 "added in a later version of the library), and this causes the call to be "
4389 "rejected."
4390 msgstr ""
4391
4392 #. type: textblock
4393 #: ../src/guestfs.pod:2255
4394 msgid "The reply message for ordinary functions is:"
4395 msgstr ""
4396
4397 #. type: verbatim
4398 #: ../src/guestfs.pod:2257
4399 #, no-wrap
4400 msgid ""
4401 " total length (header + ret,\n"
4402 "      but not including the length word itself)\n"
4403 " struct guestfs_message_header (encoded as XDR)\n"
4404 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4405 "\n"
4406 msgstr ""
4407
4408 #. type: textblock
4409 #: ../src/guestfs.pod:2262
4410 msgid ""
4411 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4412 "functions that return no formal return values."
4413 msgstr ""
4414
4415 #. type: textblock
4416 #: ../src/guestfs.pod:2265
4417 msgid ""
4418 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4419 msgstr ""
4420
4421 #. type: textblock
4422 #: ../src/guestfs.pod:2268
4423 msgid ""
4424 "In the case of an error, a flag is set in the header, and the reply message "
4425 "is slightly changed:"
4426 msgstr ""
4427
4428 #. type: verbatim
4429 #: ../src/guestfs.pod:2271
4430 #, no-wrap
4431 msgid ""
4432 " total length (header + error,\n"
4433 "      but not including the length word itself)\n"
4434 " struct guestfs_message_header (encoded as XDR)\n"
4435 " struct guestfs_message_error (encoded as XDR)\n"
4436 "\n"
4437 msgstr ""
4438
4439 #. type: textblock
4440 #: ../src/guestfs.pod:2276
4441 msgid ""
4442 "The C<guestfs_message_error> structure contains the error message as a "
4443 "string."
4444 msgstr ""
4445
4446 #. type: =head3
4447 #: ../src/guestfs.pod:2279
4448 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4449 msgstr ""
4450
4451 #. type: textblock
4452 #: ../src/guestfs.pod:2281
4453 msgid ""
4454 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4455 "The normal request message is sent (see above).  However this is followed by "
4456 "a sequence of file chunks."
4457 msgstr ""
4458
4459 #. type: verbatim
4460 #: ../src/guestfs.pod:2285
4461 #, no-wrap
4462 msgid ""
4463 " total length (header + arguments,\n"
4464 "      but not including the length word itself,\n"
4465 "      and not including the chunks)\n"
4466 " struct guestfs_message_header (encoded as XDR)\n"
4467 " struct guestfs_<foo>_args (encoded as XDR)\n"
4468 " sequence of chunks for FileIn param #0\n"
4469 " sequence of chunks for FileIn param #1 etc.\n"
4470 "\n"
4471 msgstr ""
4472
4473 #. type: textblock
4474 #: ../src/guestfs.pod:2293
4475 msgid "The \"sequence of chunks\" is:"
4476 msgstr ""
4477
4478 #. type: verbatim
4479 #: ../src/guestfs.pod:2295
4480 #, no-wrap
4481 msgid ""
4482 " length of chunk (not including length word itself)\n"
4483 " struct guestfs_chunk (encoded as XDR)\n"
4484 " length of chunk\n"
4485 " struct guestfs_chunk (encoded as XDR)\n"
4486 "   ...\n"
4487 " length of chunk\n"
4488 " struct guestfs_chunk (with data.data_len == 0)\n"
4489 "\n"
4490 msgstr ""
4491
4492 #. type: textblock
4493 #: ../src/guestfs.pod:2303
4494 msgid ""
4495 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4496 "is set in the final chunk to indicate either successful completion or early "
4497 "cancellation."
4498 msgstr ""
4499
4500 #. type: textblock
4501 #: ../src/guestfs.pod:2307
4502 msgid ""
4503 "At time of writing there are no functions that have more than one FileIn "
4504 "parameter.  However this is (theoretically) supported, by sending the "
4505 "sequence of chunks for each FileIn parameter one after another (from left to "
4506 "right)."
4507 msgstr ""
4508
4509 #. type: textblock
4510 #: ../src/guestfs.pod:2312
4511 msgid ""
4512 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4513 "transfer.  The library does this by sending a chunk with a special flag set "
4514 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4515 "RPC, does I<not> send any reply, and goes back to reading the next request."
4516 msgstr ""
4517
4518 #. type: textblock
4519 #: ../src/guestfs.pod:2318
4520 msgid ""
4521 "The daemon may also cancel.  It does this by writing a special word "
4522 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4523 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4524 "cancel chunk).  The special word is chosen so that even if cancellation "
4525 "happens right at the end of the transfer (after the library has finished "
4526 "writing and has started listening for the reply), the \"spurious\" cancel "
4527 "flag will not be confused with the reply message."
4528 msgstr ""
4529
4530 #. type: textblock
4531 #: ../src/guestfs.pod:2327
4532 msgid ""
4533 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4534 "limit), and also files where the size is not known in advance (eg. from "
4535 "pipes or sockets).  However the chunks are rather small "
4536 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4537 "to keep much in memory."
4538 msgstr ""
4539
4540 #. type: =head3
4541 #: ../src/guestfs.pod:2333
4542 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4543 msgstr ""
4544
4545 #. type: textblock
4546 #: ../src/guestfs.pod:2335
4547 msgid ""
4548 "The protocol for FileOut parameters is exactly the same as for FileIn "
4549 "parameters, but with the roles of daemon and library reversed."
4550 msgstr ""
4551
4552 #. type: verbatim
4553 #: ../src/guestfs.pod:2338
4554 #, no-wrap
4555 msgid ""
4556 " total length (header + ret,\n"
4557 "      but not including the length word itself,\n"
4558 "      and not including the chunks)\n"
4559 " struct guestfs_message_header (encoded as XDR)\n"
4560 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4561 " sequence of chunks for FileOut param #0\n"
4562 " sequence of chunks for FileOut param #1 etc.\n"
4563 "\n"
4564 msgstr ""
4565
4566 #. type: =head3
4567 #: ../src/guestfs.pod:2346
4568 msgid "INITIAL MESSAGE"
4569 msgstr ""
4570
4571 #. type: textblock
4572 #: ../src/guestfs.pod:2348
4573 msgid ""
4574 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4575 "which indicates that the guest and daemon is alive.  This is what L</"
4576 "guestfs_launch> waits for."
4577 msgstr ""
4578
4579 #. type: =head3
4580 #: ../src/guestfs.pod:2352
4581 msgid "PROGRESS NOTIFICATION MESSAGES"
4582 msgstr ""
4583
4584 #. type: textblock
4585 #: ../src/guestfs.pod:2354
4586 msgid ""
4587 "The daemon may send progress notification messages at any time.  These are "
4588 "distinguished by the normal length word being replaced by "
4589 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4590 msgstr ""
4591
4592 #. type: textblock
4593 #: ../src/guestfs.pod:2358
4594 msgid ""
4595 "The library turns them into progress callbacks (see L</"
4596 "GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
4597 "if not."
4598 msgstr ""
4599
4600 #. type: textblock
4601 #: ../src/guestfs.pod:2362
4602 msgid ""
4603 "The daemon self-limits the frequency of progress messages it sends (see "
4604 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4605 "messages."
4606 msgstr ""
4607
4608 #. type: =head1
4609 #: ../src/guestfs.pod:2366
4610 msgid "LIBGUESTFS VERSION NUMBERS"
4611 msgstr ""
4612
4613 #. type: textblock
4614 #: ../src/guestfs.pod:2368
4615 msgid ""
4616 "Since April 2010, libguestfs has started to make separate development and "
4617 "stable releases, along with corresponding branches in our git repository.  "
4618 "These separate releases can be identified by version number:"
4619 msgstr ""
4620
4621 #. type: verbatim
4622 #: ../src/guestfs.pod:2373
4623 #, no-wrap
4624 msgid ""
4625 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4626 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4627 "       |\n"
4628 "       v\n"
4629 " 1  .  3  .  5\n"
4630 " ^           ^\n"
4631 " |           |\n"
4632 " |           `-------- sub-version\n"
4633 " |\n"
4634 " `------ always '1' because we don't change the ABI\n"
4635 "\n"
4636 msgstr ""
4637
4638 #. type: textblock
4639 #: ../src/guestfs.pod:2384
4640 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4641 msgstr ""
4642
4643 #. type: textblock
4644 #: ../src/guestfs.pod:2386
4645 msgid ""
4646 "As time passes we cherry pick fixes from the development branch and backport "
4647 "those into the stable branch, the effect being that the stable branch should "
4648 "get more stable and less buggy over time.  So the stable releases are ideal "
4649 "for people who don't need new features but would just like the software to "
4650 "work."
4651 msgstr ""
4652
4653 #. type: textblock
4654 #: ../src/guestfs.pod:2392
4655 msgid "Our criteria for backporting changes are:"
4656 msgstr ""
4657
4658 #. type: textblock
4659 #: ../src/guestfs.pod:2398
4660 msgid ""
4661 "Documentation changes which don't affect any code are backported unless the "
4662 "documentation refers to a future feature which is not in stable."
4663 msgstr ""
4664
4665 #. type: textblock
4666 #: ../src/guestfs.pod:2404
4667 msgid ""
4668 "Bug fixes which are not controversial, fix obvious problems, and have been "
4669 "well tested are backported."
4670 msgstr ""
4671
4672 #. type: textblock
4673 #: ../src/guestfs.pod:2409
4674 msgid ""
4675 "Simple rearrangements of code which shouldn't affect how it works get "
4676 "backported.  This is so that the code in the two branches doesn't get too "
4677 "far out of step, allowing us to backport future fixes more easily."
4678 msgstr ""
4679
4680 #. type: textblock
4681 #: ../src/guestfs.pod:2415
4682 msgid ""
4683 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4684 "exceptional case: the new feature is required in order to implement an "
4685 "important bug fix."
4686 msgstr ""
4687
4688 #. type: textblock
4689 #: ../src/guestfs.pod:2421
4690 msgid ""
4691 "A new stable branch starts when we think the new features in development are "
4692 "substantial and compelling enough over the current stable branch to warrant "
4693 "it.  When that happens we create new stable and development versions 1.N.0 "
4694 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4695 "stable at this point, but by backporting fixes from development, that branch "
4696 "will stabilize over time."
4697 msgstr ""
4698
4699 #. type: =head1
4700 #: ../src/guestfs.pod:2429
4701 msgid "EXTENDING LIBGUESTFS"
4702 msgstr ""
4703
4704 #. type: =head2
4705 #: ../src/guestfs.pod:2431
4706 msgid "ADDING A NEW API ACTION"
4707 msgstr ""
4708
4709 #. type: textblock
4710 #: ../src/guestfs.pod:2433
4711 msgid ""
4712 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4713 "documentation) are generated, and this makes it easy to extend the "
4714 "libguestfs API."
4715 msgstr ""
4716
4717 #. type: textblock
4718 #: ../src/guestfs.pod:2437
4719 msgid "To add a new API action there are two changes:"
4720 msgstr ""
4721
4722 #. type: textblock
4723 #: ../src/guestfs.pod:2443
4724 msgid ""
4725 "You need to add a description of the call (name, parameters, return type, "
4726 "tests, documentation) to C<generator/generator_actions.ml>."
4727 msgstr ""
4728
4729 #. type: textblock
4730 #: ../src/guestfs.pod:2446
4731 msgid ""
4732 "There are two sorts of API action, depending on whether the call goes "
4733 "through to the daemon in the appliance, or is serviced entirely by the "
4734 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4735 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4736 "an example of the latter, since a trace flag is maintained in the handle and "
4737 "all tracing is done on the library side."
4738 msgstr ""
4739
4740 #. type: textblock
4741 #: ../src/guestfs.pod:2454
4742 msgid ""
4743 "Most new actions are of the first type, and get added to the "
4744 "C<daemon_functions> list.  Each function has a unique procedure number used "
4745 "in the RPC protocol which is assigned to that action when we publish "
4746 "libguestfs and cannot be reused.  Take the latest procedure number and "
4747 "increment it."
4748 msgstr ""
4749
4750 #. type: textblock
4751 #: ../src/guestfs.pod:2460
4752 msgid ""
4753 "For library-only actions of the second type, add to the "
4754 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4755 "library and do not travel over the RPC mechanism to the daemon, these "
4756 "functions do not need a procedure number, and so the procedure number is set "
4757 "to C<-1>."
4758 msgstr ""
4759
4760 #. type: textblock
4761 #: ../src/guestfs.pod:2468
4762 msgid "Implement the action (in C):"
4763 msgstr ""
4764
4765 #. type: textblock
4766 #: ../src/guestfs.pod:2470
4767 msgid ""
4768 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4769 "C<daemon/> directory."
4770 msgstr ""
4771
4772 #. type: textblock
4773 #: ../src/guestfs.pod:2473
4774 msgid ""
4775 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4776 "(note: double underscore) in the C<src/> directory."
4777 msgstr ""
4778
4779 #. type: textblock
4780 #: ../src/guestfs.pod:2476
4781 msgid "In either case, use another function as an example of what to do."
4782 msgstr ""
4783
4784 #. type: textblock
4785 #: ../src/guestfs.pod:2480
4786 msgid "After making these changes, use C<make> to compile."
4787 msgstr ""
4788
4789 #. type: textblock
4790 #: ../src/guestfs.pod:2482
4791 msgid ""
4792 "Note that you don't need to implement the RPC, language bindings, manual "
4793 "pages or anything else.  It's all automatically generated from the OCaml "
4794 "description."
4795 msgstr ""
4796
4797 #. type: =head2
4798 #: ../src/guestfs.pod:2486
4799 msgid "ADDING TESTS FOR AN API ACTION"
4800 msgstr ""
4801
4802 #. type: textblock
4803 #: ../src/guestfs.pod:2488
4804 msgid ""
4805 "You can supply zero or as many tests as you want per API call.  The tests "
4806 "can either be added as part of the API description (C<generator/"
4807 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
4808 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
4809 "slower, so if possible use the first method."
4810 msgstr ""
4811
4812 #. type: textblock
4813 #: ../src/guestfs.pod:2494
4814 msgid ""
4815 "The following describes the test environment used when you add an API test "
4816 "in C<generator_actions.ml>."
4817 msgstr ""
4818
4819 #. type: textblock
4820 #: ../src/guestfs.pod:2497
4821 msgid "The test environment has 4 block devices:"
4822 msgstr ""
4823
4824 #. type: =item
4825 #: ../src/guestfs.pod:2501
4826 msgid "C</dev/sda> 500MB"
4827 msgstr ""
4828
4829 #. type: textblock
4830 #: ../src/guestfs.pod:2503
4831 msgid "General block device for testing."
4832 msgstr ""
4833
4834 #. type: =item
4835 #: ../src/guestfs.pod:2505
4836 msgid "C</dev/sdb> 50MB"
4837 msgstr ""
4838
4839 #. type: textblock
4840 #: ../src/guestfs.pod:2507
4841 msgid ""
4842 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4843 "operations."
4844 msgstr ""
4845
4846 #. type: =item
4847 #: ../src/guestfs.pod:2510
4848 msgid "C</dev/sdc> 10MB"
4849 msgstr ""
4850
4851 #. type: textblock
4852 #: ../src/guestfs.pod:2512
4853 msgid "Used in a few tests where two block devices are needed."
4854 msgstr ""
4855
4856 #. type: =item
4857 #: ../src/guestfs.pod:2514
4858 msgid "C</dev/sdd>"
4859 msgstr "C</dev/sdd>"
4860
4861 #. type: textblock
4862 #: ../src/guestfs.pod:2516
4863 msgid "ISO with fixed content (see C<images/test.iso>)."
4864 msgstr ""
4865
4866 #. type: textblock
4867 #: ../src/guestfs.pod:2520
4868 msgid ""
4869 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4870 "appliance and block devices are reused between tests.  So don't try testing "
4871 "L</guestfs_kill_subprocess> :-x"
4872 msgstr ""
4873
4874 #. type: textblock
4875 #: ../src/guestfs.pod:2524
4876 msgid ""
4877 "Each test starts with an initial scenario, selected using one of the "
4878 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4879 "initialize the disks mentioned above in a particular way as documented in "
4880 "C<generator_types.ml>.  You should not assume anything about the previous "
4881 "contents of other disks that are not initialized."
4882 msgstr ""
4883
4884 #. type: textblock
4885 #: ../src/guestfs.pod:2530
4886 msgid ""
4887 "You can add a prerequisite clause to any individual test.  This is a run-"
4888 "time check, which, if it fails, causes the test to be skipped.  Useful if "
4889 "testing a command which might not work on all variations of libguestfs "
4890 "builds.  A test that has prerequisite of C<Always> means to run "
4891 "unconditionally."
4892 msgstr ""
4893
4894 #. type: textblock
4895 #: ../src/guestfs.pod:2536
4896 msgid ""
4897 "In addition, packagers can skip individual tests by setting environment "
4898 "variables before running C<make check>."
4899 msgstr ""
4900
4901 #. type: verbatim
4902 #: ../src/guestfs.pod:2539
4903 #, no-wrap
4904 msgid ""
4905 " SKIP_TEST_<CMD>_<NUM>=1\n"
4906 "\n"
4907 msgstr ""
4908
4909 #. type: textblock
4910 #: ../src/guestfs.pod:2541
4911 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4912 msgstr ""
4913
4914 #. type: textblock
4915 #: ../src/guestfs.pod:2543
4916 msgid "or:"
4917 msgstr "або:"
4918
4919 #. type: verbatim
4920 #: ../src/guestfs.pod:2545
4921 #, no-wrap
4922 msgid ""
4923 " SKIP_TEST_<CMD>=1\n"
4924 "\n"
4925 msgstr ""
4926
4927 #. type: textblock
4928 #: ../src/guestfs.pod:2547
4929 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4930 msgstr ""
4931
4932 #. type: textblock
4933 #: ../src/guestfs.pod:2549
4934 msgid "Packagers can run only certain tests by setting for example:"
4935 msgstr ""
4936
4937 #. type: verbatim
4938 #: ../src/guestfs.pod:2551
4939 #, no-wrap
4940 msgid ""
4941 " TEST_ONLY=\"vfs_type zerofree\"\n"
4942 "\n"
4943 msgstr ""
4944
4945 #. type: textblock
4946 #: ../src/guestfs.pod:2553
4947 msgid ""
4948 "See C<capitests/tests.c> for more details of how these environment variables "
4949 "work."
4950 msgstr ""
4951
4952 #. type: =head2
4953 #: ../src/guestfs.pod:2556
4954 msgid "DEBUGGING NEW API ACTIONS"
4955 msgstr ""
4956
4957 #. type: textblock
4958 #: ../src/guestfs.pod:2558
4959 msgid "Test new actions work before submitting them."
4960 msgstr ""
4961
4962 #. type: textblock
4963 #: ../src/guestfs.pod:2560
4964 msgid "You can use guestfish to try out new commands."
4965 msgstr ""
4966
4967 #. type: textblock
4968 #: ../src/guestfs.pod:2562
4969 msgid ""
4970 "Debugging the daemon is a problem because it runs inside a minimal "
4971 "environment.  However you can fprintf messages in the daemon to stderr, and "
4972 "they will show up if you use C<guestfish -v>."
4973 msgstr ""
4974
4975 #. type: =head2
4976 #: ../src/guestfs.pod:2566
4977 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4978 msgstr ""
4979
4980 #. type: textblock
4981 #: ../src/guestfs.pod:2568
4982 msgid ""
4983 "Our C source code generally adheres to some basic code-formatting "
4984 "conventions.  The existing code base is not totally consistent on this "
4985 "front, but we do prefer that contributed code be formatted similarly.  In "
4986 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4987 "indentation level, and other than that, follow the K&R style."
4988 msgstr ""
4989
4990 #. type: textblock
4991 #: ../src/guestfs.pod:2574
4992 msgid ""
4993 "If you use Emacs, add the following to one of one of your start-up files (e."
4994 "g., ~/.emacs), to help ensure that you get indentation right:"
4995 msgstr ""
4996
4997 #. type: verbatim
4998 #: ../src/guestfs.pod:2577
4999 #, no-wrap
5000 msgid ""
5001 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
5002 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
5003 " (add-hook 'find-file-hook\n"
5004 "     '(lambda () (if (and buffer-file-name\n"
5005 "                          (string-match \"/libguestfs\\\\>\"\n"
5006 "                              (buffer-file-name))\n"
5007 "                          (not (string-equal mode-name \"Change Log\"))\n"
5008 "                          (not (string-equal mode-name \"Makefile\")))\n"
5009 "                     (setq indent-tabs-mode nil))))\n"
5010 " \n"
5011 msgstr ""
5012
5013 #. type: verbatim
5014 #: ../src/guestfs.pod:2587
5015 #, no-wrap
5016 msgid ""
5017 " ;;; When editing C sources in libguestfs, use this style.\n"
5018 " (defun libguestfs-c-mode ()\n"
5019 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
5020 "   (interactive)\n"
5021 "   (c-set-style \"K&R\")\n"
5022 "   (setq c-indent-level 2)\n"
5023 "   (setq c-basic-offset 2))\n"
5024 " (add-hook 'c-mode-hook\n"
5025 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
5026 "                               (buffer-file-name))\n"
5027 "                           (libguestfs-c-mode))))\n"
5028 "\n"
5029 msgstr ""
5030
5031 #. type: textblock
5032 #: ../src/guestfs.pod:2599
5033 msgid "Enable warnings when compiling (and fix any problems this finds):"
5034 msgstr ""
5035
5036 #. type: verbatim
5037 #: ../src/guestfs.pod:2602
5038 #, no-wrap
5039 msgid ""
5040 " ./configure --enable-gcc-warnings\n"
5041 "\n"
5042 msgstr ""
5043
5044 #. type: textblock
5045 #: ../src/guestfs.pod:2604
5046 msgid "Useful targets are:"
5047 msgstr ""
5048
5049 #. type: verbatim
5050 #: ../src/guestfs.pod:2606
5051 #, no-wrap
5052 msgid ""
5053 " make syntax-check  # checks the syntax of the C code\n"
5054 " make check         # runs the test suite\n"
5055 "\n"
5056 msgstr ""
5057
5058 #. type: =head2
5059 #: ../src/guestfs.pod:2609
5060 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
5061 msgstr ""
5062
5063 #. type: textblock
5064 #: ../src/guestfs.pod:2611
5065 msgid ""
5066 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
5067 "which are used to do shell quoting."
5068 msgstr ""
5069
5070 #. type: =item
5071 #: ../src/guestfs.pod:2616
5072 msgid "%Q"
5073 msgstr "%Q"
5074
5075 #. type: textblock
5076 #: ../src/guestfs.pod:2618
5077 msgid ""
5078 "Simple shell quoted string.  Any spaces or other shell characters are "
5079 "escaped for you."
5080 msgstr ""
5081
5082 #. type: =item
5083 #: ../src/guestfs.pod:2621
5084 msgid "%R"
5085 msgstr "%R"
5086
5087 #. type: textblock
5088 #: ../src/guestfs.pod:2623
5089 msgid ""
5090 "Same as C<%Q> except the string is treated as a path which is prefixed by "
5091 "the sysroot."
5092 msgstr ""
5093
5094 #. type: textblock
5095 #: ../src/guestfs.pod:2628 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
5096 msgid "For example:"
5097 msgstr "Приклад:"
5098
5099 #. type: verbatim
5100 #: ../src/guestfs.pod:2630
5101 #, no-wrap
5102 msgid ""
5103 " asprintf (&cmd, \"cat %R\", path);\n"
5104 "\n"
5105 msgstr ""
5106
5107 #. type: textblock
5108 #: ../src/guestfs.pod:2632
5109 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5110 msgstr ""
5111
5112 #. type: textblock
5113 #: ../src/guestfs.pod:2634
5114 msgid ""
5115 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5116 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5117 "they are not passed via the shell (instead, straight to exec).  You probably "
5118 "want to use the C<sysroot_path()> function however."
5119 msgstr ""
5120
5121 #. type: =head2
5122 #: ../src/guestfs.pod:2640
5123 msgid "SUBMITTING YOUR NEW API ACTIONS"
5124 msgstr ""
5125
5126 #. type: textblock
5127 #: ../src/guestfs.pod:2642
5128 msgid ""
5129 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5130 "libguestfs> and CC to L<rjones@redhat.com>."
5131 msgstr ""
5132
5133 #. type: =head2
5134 #: ../src/guestfs.pod:2646
5135 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5136 msgstr ""
5137
5138 #. type: textblock
5139 #: ../src/guestfs.pod:2648
5140 msgid "We support i18n (gettext anyhow) in the library."
5141 msgstr ""
5142
5143 #. type: textblock
5144 #: ../src/guestfs.pod:2650
5145 msgid ""
5146 "However many messages come from the daemon, and we don't translate those at "
5147 "the moment.  One reason is that the appliance generally has all locale files "
5148 "removed from it, because they take up a lot of space.  So we'd have to readd "
5149 "some of those, as well as copying our PO files into the appliance."
5150 msgstr ""
5151
5152 #. type: textblock
5153 #: ../src/guestfs.pod:2656
5154 msgid ""
5155 "Debugging messages are never translated, since they are intended for the "
5156 "programmers."
5157 msgstr ""
5158
5159 #. type: =head2
5160 #: ../src/guestfs.pod:2659
5161 msgid "SOURCE CODE SUBDIRECTORIES"
5162 msgstr ""
5163
5164 #. type: =item
5165 #: ../src/guestfs.pod:2663 ../src/guestfs-actions.pod:5806
5166 #: ../fish/guestfish-actions.pod:3900
5167 msgid "C<appliance>"
5168 msgstr "C<appliance>"
5169
5170 #. type: textblock
5171 #: ../src/guestfs.pod:2665
5172 msgid "The libguestfs appliance, build scripts and so on."
5173 msgstr ""
5174
5175 #. type: =item
5176 #: ../src/guestfs.pod:2667
5177 msgid "C<capitests>"
5178 msgstr "C<capitests>"
5179
5180 #. type: textblock
5181 #: ../src/guestfs.pod:2669
5182 msgid "Automated tests of the C API."
5183 msgstr ""
5184
5185 #. type: =item
5186 #: ../src/guestfs.pod:2671
5187 msgid "C<cat>"
5188 msgstr "C<cat>"
5189
5190 #. type: textblock
5191 #: ../src/guestfs.pod:2673
5192 msgid ""
5193 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5194 "documentation."
5195 msgstr ""
5196
5197 #. type: =item
5198 #: ../src/guestfs.pod:2676
5199 msgid "C<contrib>"
5200 msgstr "C<contrib>"
5201
5202 #. type: textblock
5203 #: ../src/guestfs.pod:2678
5204 msgid "Outside contributions, experimental parts."
5205 msgstr ""
5206
5207 #. type: =item
5208 #: ../src/guestfs.pod:2680
5209 msgid "C<daemon>"
5210 msgstr "C<daemon>"
5211
5212 #. type: textblock
5213 #: ../src/guestfs.pod:2682
5214 msgid ""
5215 "The daemon that runs inside the libguestfs appliance and carries out actions."
5216 msgstr ""
5217
5218 #. type: =item
5219 #: ../src/guestfs.pod:2685
5220 msgid "C<df>"
5221 msgstr "C<df>"
5222
5223 #. type: textblock
5224 #: ../src/guestfs.pod:2687
5225 msgid "L<virt-df(1)> command and documentation."
5226 msgstr ""
5227
5228 #. type: =item
5229 #: ../src/guestfs.pod:2689
5230 msgid "C<examples>"
5231 msgstr "C<examples>"
5232
5233 #. type: textblock
5234 #: ../src/guestfs.pod:2691
5235 msgid "C API example code."
5236 msgstr "Код прикладів використання програмного інтерфейсу мовою C."
5237
5238 #. type: =item
5239 #: ../src/guestfs.pod:2693
5240 msgid "C<fish>"
5241 msgstr "C<fish>"
5242
5243 #. type: textblock
5244 #: ../src/guestfs.pod:2695
5245 msgid ""
5246 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5247 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5248 "L<virt-tar-out(1)>."
5249 msgstr ""
5250
5251 #. type: =item
5252 #: ../src/guestfs.pod:2699
5253 msgid "C<fuse>"
5254 msgstr "C<fuse>"
5255
5256 #. type: textblock
5257 #: ../src/guestfs.pod:2701
5258 msgid ""
5259 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5260 msgstr ""
5261
5262 #. type: =item
5263 #: ../src/guestfs.pod:2703
5264 msgid "C<generator>"
5265 msgstr "C<generator>"
5266
5267 #. type: textblock
5268 #: ../src/guestfs.pod:2705
5269 msgid ""
5270 "The crucially important generator, used to automatically generate large "
5271 "amounts of boilerplate C code for things like RPC and bindings."
5272 msgstr ""
5273
5274 #. type: =item
5275 #: ../src/guestfs.pod:2708
5276 msgid "C<images>"
5277 msgstr "C<images>"
5278
5279 #. type: textblock
5280 #: ../src/guestfs.pod:2710
5281 msgid "Files used by the test suite."
5282 msgstr ""
5283
5284 #. type: textblock
5285 #: ../src/guestfs.pod:2712
5286 msgid "Some \"phony\" guest images which we test against."
5287 msgstr ""
5288
5289 #. type: =item
5290 #: ../src/guestfs.pod:2714
5291 msgid "C<inspector>"
5292 msgstr "C<inspector>"
5293
5294 #. type: textblock
5295 #: ../src/guestfs.pod:2716
5296 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5297 msgstr ""
5298
5299 #. type: =item
5300 #: ../src/guestfs.pod:2718
5301 msgid "C<logo>"
5302 msgstr "C<logo>"
5303
5304 #. type: textblock
5305 #: ../src/guestfs.pod:2720
5306 msgid "Logo used on the website.  The fish is called Arthur by the way."
5307 msgstr ""
5308
5309 #. type: =item
5310 #: ../src/guestfs.pod:2722
5311 msgid "C<m4>"
5312 msgstr "C<m4>"
5313
5314 #. type: textblock
5315 #: ../src/guestfs.pod:2724
5316 msgid "M4 macros used by autoconf."
5317 msgstr ""
5318
5319 #. type: =item
5320 #: ../src/guestfs.pod:2726
5321 msgid "C<po>"
5322 msgstr "C<po>"
5323
5324 #. type: textblock
5325 #: ../src/guestfs.pod:2728
5326 msgid "Translations of simple gettext strings."
5327 msgstr "Переклади простих рядків gettext."
5328
5329 #. type: =item
5330 #: ../src/guestfs.pod:2730
5331 msgid "C<po-docs>"
5332 msgstr "C<po-docs>"
5333
5334 #. type: textblock
5335 #: ../src/guestfs.pod:2732
5336 msgid ""
5337 "The build infrastructure and PO files for translations of manpages and POD "
5338 "files.  Eventually this will be combined with the C<po> directory, but that "
5339 "is rather complicated."
5340 msgstr ""
5341
5342 #. type: =item
5343 #: ../src/guestfs.pod:2736
5344 msgid "C<regressions>"
5345 msgstr "C<regressions>"
5346
5347 #. type: textblock
5348 #: ../src/guestfs.pod:2738
5349 msgid "Regression tests."
5350 msgstr "Тести на регресії."
5351
5352 #. type: =item
5353 #: ../src/guestfs.pod:2740
5354 msgid "C<rescue>"
5355 msgstr "C<rescue>"
5356
5357 #. type: textblock
5358 #: ../src/guestfs.pod:2742
5359 msgid "L<virt-rescue(1)> command and documentation."
5360 msgstr ""
5361
5362 #. type: =item
5363 #: ../src/guestfs.pod:2744
5364 msgid "C<src>"
5365 msgstr "C<src>"
5366
5367 #. type: textblock
5368 #: ../src/guestfs.pod:2746
5369 msgid "Source code to the C library."
5370 msgstr ""
5371
5372 #. type: =item
5373 #: ../src/guestfs.pod:2748
5374 msgid "C<tools>"
5375 msgstr "C<tools>"
5376
5377 #. type: textblock
5378 #: ../src/guestfs.pod:2750
5379 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5380 msgstr ""
5381
5382 #. type: =item
5383 #: ../src/guestfs.pod:2752
5384 msgid "C<test-tool>"
5385 msgstr "C<test-tool>"
5386
5387 #. type: textblock
5388 #: ../src/guestfs.pod:2754
5389 msgid ""
5390 "Test tool for end users to test if their qemu/kernel combination will work "
5391 "with libguestfs."
5392 msgstr ""
5393
5394 #. type: =item
5395 #: ../src/guestfs.pod:2757
5396 msgid "C<csharp>"
5397 msgstr "C<csharp>"
5398
5399 #. type: =item
5400 #: ../src/guestfs.pod:2759
5401 msgid "C<haskell>"
5402 msgstr "C<haskell>"
5403
5404 #. type: =item
5405 #: ../src/guestfs.pod:2761
5406 msgid "C<java>"
5407 msgstr "C<java>"
5408
5409 #. type: =item
5410 #: ../src/guestfs.pod:2763
5411 msgid "C<ocaml>"
5412 msgstr "C<ocaml>"
5413
5414 #. type: =item
5415 #: ../src/guestfs.pod:2765
5416 msgid "C<php>"
5417 msgstr "C<php>"
5418
5419 #. type: =item
5420 #: ../src/guestfs.pod:2767
5421 msgid "C<perl>"
5422 msgstr "C<perl>"
5423
5424 #. type: =item
5425 #: ../src/guestfs.pod:2769
5426 msgid "C<python>"
5427 msgstr "C<python>"
5428
5429 #. type: =item
5430 #: ../src/guestfs.pod:2771
5431 msgid "C<ruby>"
5432 msgstr "C<ruby>"
5433
5434 #. type: textblock
5435 #: ../src/guestfs.pod:2773
5436 msgid "Language bindings."
5437 msgstr "Прив’язки до мов програмування."
5438
5439 #. type: =head1
5440 #: ../src/guestfs.pod:2777 ../fish/guestfish.pod:1010
5441 #: ../test-tool/libguestfs-test-tool.pod:104 ../tools/virt-edit.pl:476
5442 msgid "ENVIRONMENT VARIABLES"
5443 msgstr "ЗМІННІ СЕРЕДОВИЩА"
5444
5445 #. type: =item
5446 #: ../src/guestfs.pod:2781 ../fish/guestfish.pod:1036
5447 msgid "LIBGUESTFS_APPEND"
5448 msgstr ""
5449
5450 #. type: textblock
5451 #: ../src/guestfs.pod:2783 ../fish/guestfish.pod:1038
5452 msgid "Pass additional options to the guest kernel."
5453 msgstr ""
5454
5455 #. type: =item
5456 #: ../src/guestfs.pod:2785 ../fish/guestfish.pod:1040
5457 msgid "LIBGUESTFS_DEBUG"
5458 msgstr ""
5459
5460 #. type: textblock
5461 #: ../src/guestfs.pod:2787
5462 msgid ""
5463 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5464 "effect as calling C<guestfs_set_verbose (g, 1)>."
5465 msgstr ""
5466
5467 #. type: =item
5468 #: ../src/guestfs.pod:2790 ../fish/guestfish.pod:1045
5469 msgid "LIBGUESTFS_MEMSIZE"
5470 msgstr ""
5471
5472 #. type: textblock
5473 #: ../src/guestfs.pod:2792 ../fish/guestfish.pod:1047
5474 msgid ""
5475 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5476 msgstr ""
5477
5478 #. type: verbatim
5479 #: ../src/guestfs.pod:2795 ../fish/guestfish.pod:1050
5480 #, no-wrap
5481 msgid ""
5482 " LIBGUESTFS_MEMSIZE=700\n"
5483 "\n"
5484 msgstr ""
5485
5486 #. type: =item
5487 #: ../src/guestfs.pod:2797 ../fish/guestfish.pod:1052
5488 msgid "LIBGUESTFS_PATH"
5489 msgstr ""
5490
5491 #. type: textblock
5492 #: ../src/guestfs.pod:2799
5493 msgid ""
5494 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5495 "the discussion of paths in section L</PATH> above."
5496 msgstr ""
5497
5498 #. type: =item
5499 #: ../src/guestfs.pod:2802 ../fish/guestfish.pod:1057
5500 msgid "LIBGUESTFS_QEMU"
5501 msgstr ""
5502
5503 #. type: textblock
5504 #: ../src/guestfs.pod:2804 ../fish/guestfish.pod:1059
5505 msgid ""
5506 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5507 "which was found at compile time by the configure script is used."
5508 msgstr ""
5509
5510 #. type: textblock
5511 #: ../src/guestfs.pod:2808
5512 msgid "See also L</QEMU WRAPPERS> above."
5513 msgstr ""
5514
5515 #. type: =item
5516 #: ../src/guestfs.pod:2810 ../fish/guestfish.pod:1063
5517 msgid "LIBGUESTFS_TRACE"
5518 msgstr ""
5519
5520 #. type: textblock
5521 #: ../src/guestfs.pod:2812
5522 msgid ""
5523 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5524 "effect as calling C<guestfs_set_trace (g, 1)>."
5525 msgstr ""
5526
5527 #. type: =item
5528 #: ../src/guestfs.pod:2815 ../fish/guestfish.pod:1072
5529 msgid "TMPDIR"
5530 msgstr ""
5531
5532 #. type: textblock
5533 #: ../src/guestfs.pod:2817 ../fish/guestfish.pod:1074
5534 msgid ""
5535 "Location of temporary directory, defaults to C</tmp> except for the cached "
5536 "supermin appliance which defaults to C</var/tmp>."
5537 msgstr ""
5538
5539 #. type: textblock
5540 #: ../src/guestfs.pod:2820 ../fish/guestfish.pod:1077
5541 msgid ""
5542 "If libguestfs was compiled to use the supermin appliance then the real "
5543 "appliance is cached in this directory, shared between all handles belonging "
5544 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5545 "use in case C</var/tmp> is not large enough."
5546 msgstr ""
5547
5548 #. type: =head1
5549 #: ../src/guestfs.pod:2828 ../fish/guestfish.pod:1144
5550 #: ../test-tool/libguestfs-test-tool.pod:109 ../fuse/guestmount.pod:267
5551 #: ../tools/virt-edit.pl:496 ../tools/virt-win-reg.pl:572
5552 #: ../tools/virt-resize.pl:1489 ../tools/virt-list-filesystems.pl:189
5553 #: ../tools/virt-tar.pl:286 ../tools/virt-make-fs.pl:539
5554 #: ../tools/virt-list-partitions.pl:257
5555 msgid "SEE ALSO"
5556 msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
5557
5558 #. type: textblock
5559 #: ../src/guestfs.pod:2830
5560 msgid ""
5561 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5562 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in"
5563 "(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems"
5564 "(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-"
5565 "partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-"
5566 "tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)"
5567 ">, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5568 msgstr ""
5569
5570 #. type: textblock
5571 #: ../src/guestfs.pod:2857
5572 msgid ""
5573 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5574 "(8)>, L<disktype(1)>."
5575 msgstr ""
5576
5577 #. type: =head1
5578 #: ../src/guestfs.pod:2864 ../tools/virt-win-reg.pl:587
5579 #: ../tools/virt-make-fs.pl:553
5580 msgid "BUGS"
5581 msgstr "ВАДИ"
5582
5583 #. type: textblock
5584 #: ../src/guestfs.pod:2866
5585 msgid "To get a list of bugs against libguestfs use this link:"
5586 msgstr ""
5587 "Щоб переглянути список відомих вад у libguestfs, скористайтеся таким "
5588 "посиланням:"
5589
5590 #. type: textblock
5591 #: ../src/guestfs.pod:2868
5592 msgid ""
5593 "L<https://bugzilla.redhat.com/buglist.cgi?"
5594 "component=libguestfs&product=Virtualization+Tools>"
5595 msgstr ""
5596 "L<https://bugzilla.redhat.com/buglist.cgi?"
5597 "component=libguestfs&product=Virtualization+Tools>"
5598
5599 #. type: textblock
5600 #: ../src/guestfs.pod:2870
5601 msgid "To report a new bug against libguestfs use this link:"
5602 msgstr "Для звітування щодо вад у libguestfs скористайтеся цим посиланням:"
5603
5604 #. type: textblock
5605 #: ../src/guestfs.pod:2872
5606 msgid ""
5607 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5608 "component=libguestfs&product=Virtualization+Tools>"
5609 msgstr ""
5610 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5611 "component=libguestfs&product=Virtualization+Tools>"
5612
5613 #. type: textblock
5614 #: ../src/guestfs.pod:2874
5615 msgid "When reporting a bug, please check:"
5616 msgstr ""
5617
5618 #. type: textblock
5619 #: ../src/guestfs.pod:2880
5620 msgid "That the bug hasn't been reported already."
5621 msgstr ""
5622
5623 #. type: textblock
5624 #: ../src/guestfs.pod:2884
5625 msgid "That you are testing a recent version."
5626 msgstr ""
5627
5628 #. type: textblock
5629 #: ../src/guestfs.pod:2888
5630 msgid "Describe the bug accurately, and give a way to reproduce it."
5631 msgstr ""
5632
5633 #. type: textblock
5634 #: ../src/guestfs.pod:2892
5635 msgid ""
5636 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5637 "bug report."
5638 msgstr ""
5639
5640 #. type: =head1
5641 #: ../src/guestfs.pod:2897 ../fish/guestfish.pod:1167
5642 #: ../test-tool/libguestfs-test-tool.pod:115 ../fuse/guestmount.pod:278
5643 msgid "AUTHORS"
5644 msgstr "АВТОРИ"
5645
5646 #. type: textblock
5647 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1169
5648 #: ../test-tool/libguestfs-test-tool.pod:117 ../fuse/guestmount.pod:280
5649 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5650 msgstr ""
5651
5652 #. type: =head1
5653 #: ../src/guestfs.pod:2901 ../fish/guestfish.pod:1171
5654 #: ../test-tool/libguestfs-test-tool.pod:119 ../fuse/guestmount.pod:282
5655 #: ../tools/virt-edit.pl:514 ../tools/virt-win-reg.pl:602
5656 #: ../tools/virt-resize.pl:1514 ../tools/virt-list-filesystems.pl:206
5657 #: ../tools/virt-tar.pl:305 ../tools/virt-make-fs.pl:568
5658 #: ../tools/virt-list-partitions.pl:273
5659 msgid "COPYRIGHT"
5660 msgstr "АВТОРСЬКІ ПРАВА"
5661
5662 #. type: textblock
5663 #: ../src/guestfs.pod:2903 ../fish/guestfish.pod:1173
5664 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5665 msgstr ""
5666
5667 #. type: textblock
5668 #: ../src/guestfs.pod:2906
5669 msgid ""
5670 "This library is free software; you can redistribute it and/or modify it "
5671 "under the terms of the GNU Lesser General Public License as published by the "
5672 "Free Software Foundation; either version 2 of the License, or (at your "
5673 "option) any later version."
5674 msgstr ""
5675
5676 #. type: textblock
5677 #: ../src/guestfs.pod:2911
5678 msgid ""
5679 "This library is distributed in the hope that it will be useful, but WITHOUT "
5680 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5681 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5682 "for more details."
5683 msgstr ""
5684
5685 #. type: textblock
5686 #: ../src/guestfs.pod:2916
5687 msgid ""
5688 "You should have received a copy of the GNU Lesser General Public License "
5689 "along with this library; if not, write to the Free Software Foundation, "
5690 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5691 msgstr ""
5692
5693 #. type: =head2
5694 #: ../src/guestfs-actions.pod:1
5695 msgid "guestfs_add_cdrom"
5696 msgstr ""
5697
5698 #. type: verbatim
5699 #: ../src/guestfs-actions.pod:3
5700 #, no-wrap
5701 msgid ""
5702 " int\n"
5703 " guestfs_add_cdrom (guestfs_h *g,\n"
5704 "                    const char *filename);\n"
5705 "\n"
5706 msgstr ""
5707
5708 #. type: textblock
5709 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5710 msgid "This function adds a virtual CD-ROM disk image to the guest."
5711 msgstr ""
5712
5713 #. type: textblock
5714 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5715 msgid "This is equivalent to the qemu parameter C<-cdrom filename>."
5716 msgstr ""
5717
5718 #. type: textblock
5719 #: ../src/guestfs-actions.pod:17
5720 msgid ""
5721 "This call checks for the existence of C<filename>.  This stops you from "
5722 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5723 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5724 "instead."
5725 msgstr ""
5726
5727 #. type: textblock
5728 #: ../src/guestfs-actions.pod:24
5729 msgid ""
5730 "If you just want to add an ISO file (often you use this as an efficient way "
5731 "to transfer large files into the guest), then you should probably use "
5732 "C<guestfs_add_drive_ro> instead."
5733 msgstr ""
5734
5735 #. type: textblock
5736 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134
5737 #: ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232
5738 #: ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267
5739 #: ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301
5740 #: ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436
5741 #: ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495
5742 #: ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541
5743 #: ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641
5744 #: ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670
5745 #: ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787
5746 #: ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815
5747 #: ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996
5748 #: ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098
5749 #: ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135
5750 #: ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169
5751 #: ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270
5752 #: ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337
5753 #: ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477
5754 #: ../src/guestfs-actions.pod:1695 ../src/guestfs-actions.pod:1717
5755 #: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:2266
5756 #: ../src/guestfs-actions.pod:2410 ../src/guestfs-actions.pod:2471
5757 #: ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:3451
5758 #: ../src/guestfs-actions.pod:3466 ../src/guestfs-actions.pod:3491
5759 #: ../src/guestfs-actions.pod:3646 ../src/guestfs-actions.pod:3660
5760 #: ../src/guestfs-actions.pod:3673 ../src/guestfs-actions.pod:3687
5761 #: ../src/guestfs-actions.pod:3702 ../src/guestfs-actions.pod:3738
5762 #: ../src/guestfs-actions.pod:3810 ../src/guestfs-actions.pod:3830
5763 #: ../src/guestfs-actions.pod:3847 ../src/guestfs-actions.pod:3870
5764 #: ../src/guestfs-actions.pod:3893 ../src/guestfs-actions.pod:3925
5765 #: ../src/guestfs-actions.pod:3944 ../src/guestfs-actions.pod:3963
5766 #: ../src/guestfs-actions.pod:3998 ../src/guestfs-actions.pod:4010
5767 #: ../src/guestfs-actions.pod:4046 ../src/guestfs-actions.pod:4062
5768 #: ../src/guestfs-actions.pod:4075 ../src/guestfs-actions.pod:4090
5769 #: ../src/guestfs-actions.pod:4107 ../src/guestfs-actions.pod:4200
5770 #: ../src/guestfs-actions.pod:4220 ../src/guestfs-actions.pod:4233
5771 #: ../src/guestfs-actions.pod:4284 ../src/guestfs-actions.pod:4302
5772 #: ../src/guestfs-actions.pod:4320 ../src/guestfs-actions.pod:4336
5773 #: ../src/guestfs-actions.pod:4350 ../src/guestfs-actions.pod:4364
5774 #: ../src/guestfs-actions.pod:4381 ../src/guestfs-actions.pod:4396
5775 #: ../src/guestfs-actions.pod:4416 ../src/guestfs-actions.pod:4474
5776 #: ../src/guestfs-actions.pod:4547 ../src/guestfs-actions.pod:4578
5777 #: ../src/guestfs-actions.pod:4597 ../src/guestfs-actions.pod:4616
5778 #: ../src/guestfs-actions.pod:4628 ../src/guestfs-actions.pod:4645
5779 #: ../src/guestfs-actions.pod:4658 ../src/guestfs-actions.pod:4673
5780 #: ../src/guestfs-actions.pod:4688 ../src/guestfs-actions.pod:4723
5781 #: ../src/guestfs-actions.pod:4738 ../src/guestfs-actions.pod:4758
5782 #: ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4789
5783 #: ../src/guestfs-actions.pod:4838 ../src/guestfs-actions.pod:4875
5784 #: ../src/guestfs-actions.pod:4889 ../src/guestfs-actions.pod:4917
5785 #: ../src/guestfs-actions.pod:4934 ../src/guestfs-actions.pod:4952
5786 #: ../src/guestfs-actions.pod:5086 ../src/guestfs-actions.pod:5143
5787 #: ../src/guestfs-actions.pod:5165 ../src/guestfs-actions.pod:5183
5788 #: ../src/guestfs-actions.pod:5215 ../src/guestfs-actions.pod:5281
5789 #: ../src/guestfs-actions.pod:5298 ../src/guestfs-actions.pod:5311
5790 #: ../src/guestfs-actions.pod:5325 ../src/guestfs-actions.pod:5614
5791 #: ../src/guestfs-actions.pod:5633 ../src/guestfs-actions.pod:5652
5792 #: ../src/guestfs-actions.pod:5664 ../src/guestfs-actions.pod:5676
5793 #: ../src/guestfs-actions.pod:5690 ../src/guestfs-actions.pod:5702
5794 #: ../src/guestfs-actions.pod:5716 ../src/guestfs-actions.pod:5732
5795 #: ../src/guestfs-actions.pod:5753 ../src/guestfs-actions.pod:5772
5796 #: ../src/guestfs-actions.pod:5791 ../src/guestfs-actions.pod:5821
5797 #: ../src/guestfs-actions.pod:5837 ../src/guestfs-actions.pod:5860
5798 #: ../src/guestfs-actions.pod:5878 ../src/guestfs-actions.pod:5897
5799 #: ../src/guestfs-actions.pod:5918 ../src/guestfs-actions.pod:5937
5800 #: ../src/guestfs-actions.pod:5954 ../src/guestfs-actions.pod:5982
5801 #: ../src/guestfs-actions.pod:6006 ../src/guestfs-actions.pod:6025
5802 #: ../src/guestfs-actions.pod:6049 ../src/guestfs-actions.pod:6068
5803 #: ../src/guestfs-actions.pod:6083 ../src/guestfs-actions.pod:6102
5804 #: ../src/guestfs-actions.pod:6139 ../src/guestfs-actions.pod:6162
5805 #: ../src/guestfs-actions.pod:6188 ../src/guestfs-actions.pod:6296
5806 #: ../src/guestfs-actions.pod:6417 ../src/guestfs-actions.pod:6429
5807 #: ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6455
5808 #: ../src/guestfs-actions.pod:6477 ../src/guestfs-actions.pod:6490
5809 #: ../src/guestfs-actions.pod:6503 ../src/guestfs-actions.pod:6516
5810 #: ../src/guestfs-actions.pod:6531 ../src/guestfs-actions.pod:6590
5811 #: ../src/guestfs-actions.pod:6607 ../src/guestfs-actions.pod:6623
5812 #: ../src/guestfs-actions.pod:6639 ../src/guestfs-actions.pod:6656
5813 #: ../src/guestfs-actions.pod:6669 ../src/guestfs-actions.pod:6689
5814 #: ../src/guestfs-actions.pod:6725 ../src/guestfs-actions.pod:6739
5815 #: ../src/guestfs-actions.pod:6780 ../src/guestfs-actions.pod:6793
5816 #: ../src/guestfs-actions.pod:6811 ../src/guestfs-actions.pod:6845
5817 #: ../src/guestfs-actions.pod:6881 ../src/guestfs-actions.pod:7000
5818 #: ../src/guestfs-actions.pod:7018 ../src/guestfs-actions.pod:7032
5819 #: ../src/guestfs-actions.pod:7087 ../src/guestfs-actions.pod:7100
5820 #: ../src/guestfs-actions.pod:7145 ../src/guestfs-actions.pod:7178
5821 #: ../src/guestfs-actions.pod:7232 ../src/guestfs-actions.pod:7258
5822 #: ../src/guestfs-actions.pod:7324 ../src/guestfs-actions.pod:7343
5823 #: ../src/guestfs-actions.pod:7372
5824 msgid "This function returns 0 on success or -1 on error."
5825 msgstr ""
5826
5827 #. type: textblock
5828 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248
5829 #: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28
5830 #: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
5831 msgid ""
5832 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
5833 "instead."
5834 msgstr ""
5835
5836 #. type: textblock
5837 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251
5838 #: ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448
5839 #: ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:1965
5840 #: ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:7266
5841 #: ../src/guestfs-actions.pod:7435 ../fish/guestfish-actions.pod:31
5842 #: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175
5843 #: ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319
5844 #: ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:3000
5845 #: ../fish/guestfish-actions.pod:4858 ../fish/guestfish-actions.pod:4955
5846 msgid ""
5847 "Deprecated functions will not be removed from the API, but the fact that "
5848 "they are deprecated indicates that there are problems with correct use of "
5849 "these functions."
5850 msgstr ""
5851
5852 #. type: textblock
5853 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136
5854 #: ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1916
5855 #: ../src/guestfs-actions.pod:2014 ../src/guestfs-actions.pod:2117
5856 #: ../src/guestfs-actions.pod:3453 ../src/guestfs-actions.pod:3473
5857 #: ../src/guestfs-actions.pod:4725 ../src/guestfs-actions.pod:5839
5858 #: ../src/guestfs-actions.pod:5956 ../src/guestfs-actions.pod:6070
5859 #: ../src/guestfs-actions.pod:6533 ../src/guestfs-actions.pod:6658
5860 #: ../src/guestfs-actions.pod:7180
5861 msgid "(Added in 0.3)"
5862 msgstr ""
5863
5864 #. type: =head2
5865 #: ../src/guestfs-actions.pod:41
5866 msgid "guestfs_add_domain"
5867 msgstr ""
5868
5869 #. type: verbatim
5870 #: ../src/guestfs-actions.pod:43
5871 #, no-wrap
5872 msgid ""
5873 " int\n"
5874 " guestfs_add_domain (guestfs_h *g,\n"
5875 "                     const char *dom,\n"
5876 "                     ...);\n"
5877 "\n"
5878 msgstr ""
5879
5880 #. type: textblock
5881 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145
5882 #: ../src/guestfs-actions.pod:4435
5883 msgid ""
5884 "You may supply a list of optional arguments to this call.  Use zero or more "
5885 "of the following pairs of parameters, and terminate the list with C<-1> on "
5886 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
5887 msgstr ""
5888
5889 #. type: verbatim
5890 #: ../src/guestfs-actions.pod:53
5891 #, no-wrap
5892 msgid ""
5893 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
5894 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
5895 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
5896 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
5897 "\n"
5898 msgstr ""
5899
5900 #. type: textblock
5901 #: ../src/guestfs-actions.pod:58
5902 msgid ""
5903 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
5904 "It works by connecting to libvirt, requesting the domain and domain XML from "
5905 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
5906 "one."
5907 msgstr ""
5908
5909 #. type: textblock
5910 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
5911 msgid ""
5912 "The number of disks added is returned.  This operation is atomic: if an "
5913 "error is returned, then no disks are added."
5914 msgstr ""
5915
5916 #. type: textblock
5917 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
5918 msgid ""
5919 "This function does some minimal checks to make sure the libvirt domain is "
5920 "not running (unless C<readonly> is true).  In a future version we will try "
5921 "to acquire the libvirt lock on each disk."
5922 msgstr ""
5923
5924 #. type: textblock
5925 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
5926 msgid ""
5927 "Disks must be accessible locally.  This often means that adding disks from a "
5928 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
5929 "unless those disks are accessible via the same device path locally too."
5930 msgstr ""
5931
5932 #. type: textblock
5933 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
5934 msgid ""
5935 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
5936 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
5937 "libvirt URI (or one set through an environment variable, see the libvirt "
5938 "documentation for full details)."
5939 msgstr ""
5940
5941 #. type: textblock
5942 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
5943 msgid ""
5944 "The optional C<live> flag controls whether this call will try to connect to "
5945 "a running virtual machine C<guestfsd> process if it sees a suitable "
5946 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
5947 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
5948 "DAEMONS> for more information."
5949 msgstr ""
5950
5951 #. type: textblock
5952 #: ../src/guestfs-actions.pod:88
5953 msgid ""
5954 "The other optional parameters are passed directly through to "
5955 "C<guestfs_add_drive_opts>."
5956 msgstr ""
5957
5958 #. type: textblock
5959 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344
5960 #: ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687
5961 #: ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736
5962 #: ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315
5963 #: ../src/guestfs-actions.pod:1674 ../src/guestfs-actions.pod:1877
5964 #: ../src/guestfs-actions.pod:1986 ../src/guestfs-actions.pod:2026
5965 #: ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2104
5966 #: ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2772
5967 #: ../src/guestfs-actions.pod:2793 ../src/guestfs-actions.pod:4861
5968 #: ../src/guestfs-actions.pod:4989 ../src/guestfs-actions.pod:5395
5969 #: ../src/guestfs-actions.pod:5421 ../src/guestfs-actions.pod:6766
5970 #: ../src/guestfs-actions.pod:7191 ../src/guestfs-actions.pod:7204
5971 #: ../src/guestfs-actions.pod:7217
5972 msgid "On error this function returns -1."
5973 msgstr ""
5974
5975 #. type: textblock
5976 #: ../src/guestfs-actions.pod:93
5977 msgid "(Added in 1.7.4)"
5978 msgstr ""
5979
5980 #. type: =head2
5981 #: ../src/guestfs-actions.pod:95
5982 msgid "guestfs_add_domain_va"
5983 msgstr ""
5984
5985 #. type: verbatim
5986 #: ../src/guestfs-actions.pod:97
5987 #, no-wrap
5988 msgid ""
5989 " int\n"
5990 " guestfs_add_domain_va (guestfs_h *g,\n"
5991 "                        const char *dom,\n"
5992 "                        va_list args);\n"
5993 "\n"
5994 msgstr ""
5995
5996 #. type: textblock
5997 #: ../src/guestfs-actions.pod:102
5998 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
5999 msgstr ""
6000
6001 #. type: textblock
6002 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115
6003 #: ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219
6004 #: ../src/guestfs-actions.pod:4488 ../src/guestfs-actions.pod:4500
6005 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6006 msgstr ""
6007
6008 #. type: =head2
6009 #: ../src/guestfs-actions.pod:106
6010 msgid "guestfs_add_domain_argv"
6011 msgstr ""
6012
6013 #. type: verbatim
6014 #: ../src/guestfs-actions.pod:108
6015 #, no-wrap
6016 msgid ""
6017 " int\n"
6018 " guestfs_add_domain_argv (guestfs_h *g,\n"
6019 "                          const char *dom,\n"
6020 "                          const struct guestfs_add_domain_argv *optargs);\n"
6021 "\n"
6022 msgstr ""
6023
6024 #. type: textblock
6025 #: ../src/guestfs-actions.pod:113
6026 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6027 msgstr ""
6028
6029 #. type: =head2
6030 #: ../src/guestfs-actions.pod:117
6031 msgid "guestfs_add_drive"
6032 msgstr ""
6033
6034 #. type: verbatim
6035 #: ../src/guestfs-actions.pod:119
6036 #, no-wrap
6037 msgid ""
6038 " int\n"
6039 " guestfs_add_drive (guestfs_h *g,\n"
6040 "                    const char *filename);\n"
6041 "\n"
6042 msgstr ""
6043
6044 #. type: textblock
6045 #: ../src/guestfs-actions.pod:123
6046 msgid ""
6047 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6048 "optional parameters, so the disk is added writable, with the format being "
6049 "detected automatically."
6050 msgstr ""
6051
6052 #. type: textblock
6053 #: ../src/guestfs-actions.pod:127
6054 msgid ""
6055 "Automatic detection of the format opens you up to a potential security hole "
6056 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6057 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6058 "you should think about replacing calls to this function with calls to "
6059 "C<guestfs_add_drive_opts>, and specifying the format."
6060 msgstr ""
6061
6062 #. type: =head2
6063 #: ../src/guestfs-actions.pod:138
6064 msgid "guestfs_add_drive_opts"
6065 msgstr ""
6066
6067 #. type: verbatim
6068 #: ../src/guestfs-actions.pod:140
6069 #, no-wrap
6070 msgid ""
6071 " int\n"
6072 " guestfs_add_drive_opts (guestfs_h *g,\n"
6073 "                         const char *filename,\n"
6074 "                         ...);\n"
6075 "\n"
6076 msgstr ""
6077
6078 #. type: verbatim
6079 #: ../src/guestfs-actions.pod:150
6080 #, no-wrap
6081 msgid ""
6082 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6083 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6084 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6085 "\n"
6086 msgstr ""
6087
6088 #. type: textblock
6089 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
6090 msgid ""
6091 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6092 "The first time you call this function, the disk appears as C</dev/sda>, the "
6093 "second time as C</dev/sdb>, and so on."
6094 msgstr ""
6095
6096 #. type: textblock
6097 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
6098 msgid ""
6099 "You don't necessarily need to be root when using libguestfs.  However you "
6100 "obviously do need sufficient permissions to access the filename for whatever "
6101 "operations you want to perform (ie. read access if you just want to read the "
6102 "image or write access if you want to modify the image)."
6103 msgstr ""
6104
6105 #. type: textblock
6106 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
6107 msgid "This call checks that C<filename> exists."
6108 msgstr ""
6109
6110 #. type: textblock
6111 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4446
6112 #: ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3011
6113 msgid "The optional arguments are:"
6114 msgstr ""
6115
6116 #. type: =item
6117 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
6118 msgid "C<readonly>"
6119 msgstr "C<readonly>"
6120
6121 #. type: textblock
6122 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
6123 msgid ""
6124 "If true then the image is treated as read-only.  Writes are still allowed, "
6125 "but they are stored in a temporary snapshot overlay which is discarded at "
6126 "the end.  The disk that you add is not modified."
6127 msgstr ""
6128
6129 #. type: =item
6130 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
6131 msgid "C<format>"
6132 msgstr "C<format>"
6133
6134 #. type: textblock
6135 #: ../src/guestfs-actions.pod:179
6136 msgid ""
6137 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6138 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6139 "Possible formats include C<raw> and C<qcow2>."
6140 msgstr ""
6141
6142 #. type: textblock
6143 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
6144 msgid ""
6145 "Automatic detection of the format opens you up to a potential security hole "
6146 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6147 "RHBZ#642934.  Specifying the format closes this security hole."
6148 msgstr ""
6149
6150 #. type: =item
6151 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
6152 msgid "C<iface>"
6153 msgstr "C<iface>"
6154
6155 #. type: textblock
6156 #: ../src/guestfs-actions.pod:190
6157 msgid ""
6158 "This rarely-used option lets you emulate the behaviour of the deprecated "
6159 "C<guestfs_add_drive_with_if> call (q.v.)"
6160 msgstr ""
6161
6162 #. type: textblock
6163 #: ../src/guestfs-actions.pod:197
6164 msgid "(Added in 1.5.23)"
6165 msgstr ""
6166
6167 #. type: =head2
6168 #: ../src/guestfs-actions.pod:199
6169 msgid "guestfs_add_drive_opts_va"
6170 msgstr ""
6171
6172 #. type: verbatim
6173 #: ../src/guestfs-actions.pod:201
6174 #, no-wrap
6175 msgid ""
6176 " int\n"
6177 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6178 "                            const char *filename,\n"
6179 "                            va_list args);\n"
6180 "\n"
6181 msgstr ""
6182
6183 #. type: textblock
6184 #: ../src/guestfs-actions.pod:206
6185 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6186 msgstr ""
6187
6188 #. type: =head2
6189 #: ../src/guestfs-actions.pod:210
6190 msgid "guestfs_add_drive_opts_argv"
6191 msgstr ""
6192
6193 #. type: verbatim
6194 #: ../src/guestfs-actions.pod:212
6195 #, no-wrap
6196 msgid ""
6197 " int\n"
6198 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6199 "                              const char *filename,\n"
6200 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6201 "\n"
6202 msgstr ""
6203
6204 #. type: textblock
6205 #: ../src/guestfs-actions.pod:217
6206 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6207 msgstr ""
6208
6209 #. type: =head2
6210 #: ../src/guestfs-actions.pod:221
6211 msgid "guestfs_add_drive_ro"
6212 msgstr ""
6213
6214 #. type: verbatim
6215 #: ../src/guestfs-actions.pod:223
6216 #, no-wrap
6217 msgid ""
6218 " int\n"
6219 " guestfs_add_drive_ro (guestfs_h *g,\n"
6220 "                       const char *filename);\n"
6221 "\n"
6222 msgstr ""
6223
6224 #. type: textblock
6225 #: ../src/guestfs-actions.pod:227
6226 msgid ""
6227 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6228 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6229 "disk is added read-only, with the format being detected automatically."
6230 msgstr ""
6231
6232 #. type: textblock
6233 #: ../src/guestfs-actions.pod:234
6234 msgid "(Added in 1.0.38)"
6235 msgstr ""
6236
6237 #. type: =head2
6238 #: ../src/guestfs-actions.pod:236
6239 msgid "guestfs_add_drive_ro_with_if"
6240 msgstr ""
6241
6242 #. type: verbatim
6243 #: ../src/guestfs-actions.pod:238
6244 #, no-wrap
6245 msgid ""
6246 " int\n"
6247 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6248 "                               const char *filename,\n"
6249 "                               const char *iface);\n"
6250 "\n"
6251 msgstr ""
6252
6253 #. type: textblock
6254 #: ../src/guestfs-actions.pod:243
6255 msgid ""
6256 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6257 "QEMU interface emulation to use at run time."
6258 msgstr ""
6259
6260 #. type: textblock
6261 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276
6262 #: ../src/guestfs-actions.pod:2356
6263 msgid "(Added in 1.0.84)"
6264 msgstr ""
6265
6266 #. type: =head2
6267 #: ../src/guestfs-actions.pod:257
6268 msgid "guestfs_add_drive_with_if"
6269 msgstr ""
6270
6271 #. type: verbatim
6272 #: ../src/guestfs-actions.pod:259
6273 #, no-wrap
6274 msgid ""
6275 " int\n"
6276 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6277 "                            const char *filename,\n"
6278 "                            const char *iface);\n"
6279 "\n"
6280 msgstr ""
6281
6282 #. type: textblock
6283 #: ../src/guestfs-actions.pod:264
6284 msgid ""
6285 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6286 "QEMU interface emulation to use at run time."
6287 msgstr ""
6288
6289 #. type: =head2
6290 #: ../src/guestfs-actions.pod:278
6291 msgid "guestfs_aug_clear"
6292 msgstr ""
6293
6294 #. type: verbatim
6295 #: ../src/guestfs-actions.pod:280
6296 #, no-wrap
6297 msgid ""
6298 " int\n"
6299 " guestfs_aug_clear (guestfs_h *g,\n"
6300 "                    const char *augpath);\n"
6301 "\n"
6302 msgstr ""
6303
6304 #. type: textblock
6305 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6306 msgid ""
6307 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6308 "L<augtool(1)> C<clear> command."
6309 msgstr ""
6310
6311 #. type: textblock
6312 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2106
6313 msgid "(Added in 1.3.4)"
6314 msgstr ""
6315
6316 #. type: =head2
6317 #: ../src/guestfs-actions.pod:291
6318 msgid "guestfs_aug_close"
6319 msgstr ""
6320
6321 #. type: verbatim
6322 #: ../src/guestfs-actions.pod:293
6323 #, no-wrap
6324 msgid ""
6325 " int\n"
6326 " guestfs_aug_close (guestfs_h *g);\n"
6327 "\n"
6328 msgstr ""
6329
6330 #. type: textblock
6331 #: ../src/guestfs-actions.pod:296
6332 msgid ""
6333 "Close the current Augeas handle and free up any resources used by it.  After "
6334 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6335 "any other Augeas functions."
6336 msgstr ""
6337
6338 #. type: textblock
6339 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328
6340 #: ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360
6341 #: ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438
6342 #: ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483
6343 #: ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511
6344 #: ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543
6345 #: ../src/guestfs-actions.pod:5472
6346 msgid "(Added in 0.7)"
6347 msgstr ""
6348
6349 #. type: =head2
6350 #: ../src/guestfs-actions.pod:305
6351 msgid "guestfs_aug_defnode"
6352 msgstr ""
6353
6354 #. type: verbatim
6355 #: ../src/guestfs-actions.pod:307
6356 #, no-wrap
6357 msgid ""
6358 " struct guestfs_int_bool *\n"
6359 " guestfs_aug_defnode (guestfs_h *g,\n"
6360 "                      const char *name,\n"
6361 "                      const char *expr,\n"
6362 "                      const char *val);\n"
6363 "\n"
6364 msgstr ""
6365
6366 #. type: textblock
6367 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6368 msgid ""
6369 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6370 msgstr ""
6371
6372 #. type: textblock
6373 #: ../src/guestfs-actions.pod:316
6374 msgid ""
6375 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6376 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6377 "containing that single node."
6378 msgstr ""
6379
6380 #. type: textblock
6381 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6382 msgid ""
6383 "On success this returns a pair containing the number of nodes in the "
6384 "nodeset, and a boolean flag if a node was created."
6385 msgstr ""
6386
6387 #. type: textblock
6388 #: ../src/guestfs-actions.pod:324
6389 msgid ""
6390 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6391 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6392 msgstr ""
6393
6394 #. type: =head2
6395 #: ../src/guestfs-actions.pod:330
6396 msgid "guestfs_aug_defvar"
6397 msgstr ""
6398
6399 #. type: verbatim
6400 #: ../src/guestfs-actions.pod:332
6401 #, no-wrap
6402 msgid ""
6403 " int\n"
6404 " guestfs_aug_defvar (guestfs_h *g,\n"
6405 "                     const char *name,\n"
6406 "                     const char *expr);\n"
6407 "\n"
6408 msgstr ""
6409
6410 #. type: textblock
6411 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6412 msgid ""
6413 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6414 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6415 msgstr ""
6416
6417 #. type: textblock
6418 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6419 msgid ""
6420 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6421 "evaluates to something which is not a nodeset."
6422 msgstr ""
6423
6424 #. type: =head2
6425 #: ../src/guestfs-actions.pod:348
6426 msgid "guestfs_aug_get"
6427 msgstr ""
6428
6429 #. type: verbatim
6430 #: ../src/guestfs-actions.pod:350
6431 #, no-wrap
6432 msgid ""
6433 " char *\n"
6434 " guestfs_aug_get (guestfs_h *g,\n"
6435 "                  const char *augpath);\n"
6436 "\n"
6437 msgstr ""
6438
6439 #. type: textblock
6440 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6441 msgid ""
6442 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6443 "node, the C<value> is returned."
6444 msgstr ""
6445
6446 #. type: textblock
6447 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857
6448 #: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935
6449 #: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054
6450 #: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201
6451 #: ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354
6452 #: ../src/guestfs-actions.pod:1545 ../src/guestfs-actions.pod:1657
6453 #: ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837
6454 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1938
6455 #: ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2129
6456 #: ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2528
6457 #: ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2724
6458 #: ../src/guestfs-actions.pod:2744 ../src/guestfs-actions.pod:2864
6459 #: ../src/guestfs-actions.pod:2895 ../src/guestfs-actions.pod:2919
6460 #: ../src/guestfs-actions.pod:2956 ../src/guestfs-actions.pod:3016
6461 #: ../src/guestfs-actions.pod:3039 ../src/guestfs-actions.pod:3060
6462 #: ../src/guestfs-actions.pod:3632 ../src/guestfs-actions.pod:3982
6463 #: ../src/guestfs-actions.pod:4152 ../src/guestfs-actions.pod:4262
6464 #: ../src/guestfs-actions.pod:5007 ../src/guestfs-actions.pod:5200
6465 #: ../src/guestfs-actions.pod:5370 ../src/guestfs-actions.pod:5548
6466 #: ../src/guestfs-actions.pod:5597 ../src/guestfs-actions.pod:6209
6467 #: ../src/guestfs-actions.pod:6225 ../src/guestfs-actions.pod:6242
6468 #: ../src/guestfs-actions.pod:6266 ../src/guestfs-actions.pod:6940
6469 #: ../src/guestfs-actions.pod:6959 ../src/guestfs-actions.pod:6977
6470 #: ../src/guestfs-actions.pod:7157 ../src/guestfs-actions.pod:7429
6471 msgid ""
6472 "This function returns a string, or NULL on error.  I<The caller must free "
6473 "the returned string after use>."
6474 msgstr ""
6475
6476 #. type: =head2
6477 #: ../src/guestfs-actions.pod:362
6478 msgid "guestfs_aug_init"
6479 msgstr ""
6480
6481 #. type: verbatim
6482 #: ../src/guestfs-actions.pod:364
6483 #, no-wrap
6484 msgid ""
6485 " int\n"
6486 " guestfs_aug_init (guestfs_h *g,\n"
6487 "                   const char *root,\n"
6488 "                   int flags);\n"
6489 "\n"
6490 msgstr ""
6491
6492 #. type: textblock
6493 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6494 msgid ""
6495 "Create a new Augeas handle for editing configuration files.  If there was "
6496 "any previous Augeas handle associated with this guestfs session, then it is "
6497 "closed."
6498 msgstr ""
6499
6500 #. type: textblock
6501 #: ../src/guestfs-actions.pod:373
6502 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6503 msgstr ""
6504
6505 #. type: textblock
6506 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6507 msgid ""
6508 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6509 msgstr ""
6510
6511 #. type: textblock
6512 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6513 msgid ""
6514 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6515 "logical I<or> of the following integers:"
6516 msgstr ""
6517
6518 #. type: =item
6519 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6520 msgid "C<AUG_SAVE_BACKUP> = 1"
6521 msgstr "C<AUG_SAVE_BACKUP> = 1"
6522
6523 #. type: textblock
6524 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6525 msgid "Keep the original file with a C<.augsave> extension."
6526 msgstr ""
6527
6528 #. type: =item
6529 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6530 msgid "C<AUG_SAVE_NEWFILE> = 2"
6531 msgstr "C<AUG_SAVE_NEWFILE> = 2"
6532
6533 #. type: textblock
6534 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6535 msgid ""
6536 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6537 "original.  Overrides C<AUG_SAVE_BACKUP>."
6538 msgstr ""
6539
6540 #. type: =item
6541 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6542 msgid "C<AUG_TYPE_CHECK> = 4"
6543 msgstr "C<AUG_TYPE_CHECK> = 4"
6544
6545 #. type: textblock
6546 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6547 msgid "Typecheck lenses (can be expensive)."
6548 msgstr ""
6549
6550 #. type: =item
6551 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6552 msgid "C<AUG_NO_STDINC> = 8"
6553 msgstr "C<AUG_NO_STDINC> = 8"
6554
6555 #. type: textblock
6556 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6557 msgid "Do not use standard load path for modules."
6558 msgstr ""
6559
6560 #. type: =item
6561 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6562 msgid "C<AUG_SAVE_NOOP> = 16"
6563 msgstr "C<AUG_SAVE_NOOP> = 16"
6564
6565 #. type: textblock
6566 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6567 msgid "Make save a no-op, just record what would have been changed."
6568 msgstr ""
6569
6570 #. type: =item
6571 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6572 msgid "C<AUG_NO_LOAD> = 32"
6573 msgstr "C<AUG_NO_LOAD> = 32"
6574
6575 #. type: textblock
6576 #: ../src/guestfs-actions.pod:408
6577 msgid "Do not load the tree in C<guestfs_aug_init>."
6578 msgstr ""
6579
6580 #. type: textblock
6581 #: ../src/guestfs-actions.pod:412
6582 msgid "To close the handle, you can call C<guestfs_aug_close>."
6583 msgstr ""
6584
6585 #. type: textblock
6586 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6587 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6588 msgstr ""
6589
6590 #. type: =head2
6591 #: ../src/guestfs-actions.pod:420
6592 msgid "guestfs_aug_insert"
6593 msgstr ""
6594
6595 #. type: verbatim
6596 #: ../src/guestfs-actions.pod:422
6597 #, no-wrap
6598 msgid ""
6599 " int\n"
6600 " guestfs_aug_insert (guestfs_h *g,\n"
6601 "                     const char *augpath,\n"
6602 "                     const char *label,\n"
6603 "                     int before);\n"
6604 "\n"
6605 msgstr ""
6606
6607 #. type: textblock
6608 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6609 msgid ""
6610 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6611 "or after C<path> (depending on the boolean flag C<before>)."
6612 msgstr ""
6613
6614 #. type: textblock
6615 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6616 msgid ""
6617 "C<path> must match exactly one existing node in the tree, and C<label> must "
6618 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6619 msgstr ""
6620
6621 #. type: =head2
6622 #: ../src/guestfs-actions.pod:440
6623 msgid "guestfs_aug_load"
6624 msgstr ""
6625
6626 #. type: verbatim
6627 #: ../src/guestfs-actions.pod:442
6628 #, no-wrap
6629 msgid ""
6630 " int\n"
6631 " guestfs_aug_load (guestfs_h *g);\n"
6632 "\n"
6633 msgstr ""
6634
6635 #. type: textblock
6636 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6637 msgid "Load files into the tree."
6638 msgstr "Завантажити файли до ієрархії."
6639
6640 #. type: textblock
6641 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6642 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6643 msgstr ""
6644
6645 #. type: =head2
6646 #: ../src/guestfs-actions.pod:454
6647 msgid "guestfs_aug_ls"
6648 msgstr ""
6649
6650 #. type: verbatim
6651 #: ../src/guestfs-actions.pod:456
6652 #, no-wrap
6653 msgid ""
6654 " char **\n"
6655 " guestfs_aug_ls (guestfs_h *g,\n"
6656 "                 const char *augpath);\n"
6657 "\n"
6658 msgstr ""
6659
6660 #. type: textblock
6661 #: ../src/guestfs-actions.pod:460
6662 msgid ""
6663 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6664 "sorting the resulting nodes into alphabetical order."
6665 msgstr ""
6666
6667 #. type: textblock
6668 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479
6669 #: ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073
6670 #: ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388
6671 #: ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510
6672 #: ../src/guestfs-actions.pod:1759 ../src/guestfs-actions.pod:2201
6673 #: ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2236
6674 #: ../src/guestfs-actions.pod:2279 ../src/guestfs-actions.pod:2303
6675 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2423
6676 #: ../src/guestfs-actions.pod:2682 ../src/guestfs-actions.pod:2973
6677 #: ../src/guestfs-actions.pod:3262 ../src/guestfs-actions.pod:3552
6678 #: ../src/guestfs-actions.pod:3614 ../src/guestfs-actions.pod:3719
6679 #: ../src/guestfs-actions.pod:4124 ../src/guestfs-actions.pod:4822
6680 #: ../src/guestfs-actions.pod:5342 ../src/guestfs-actions.pod:5468
6681 #: ../src/guestfs-actions.pod:5582 ../src/guestfs-actions.pod:6282
6682 #: ../src/guestfs-actions.pod:6343 ../src/guestfs-actions.pod:6398
6683 #: ../src/guestfs-actions.pod:6544 ../src/guestfs-actions.pod:6568
6684 #: ../src/guestfs-actions.pod:7050 ../src/guestfs-actions.pod:7070
6685 #: ../src/guestfs-actions.pod:7117 ../src/guestfs-actions.pod:7282
6686 #: ../src/guestfs-actions.pod:7301 ../src/guestfs-actions.pod:7386
6687 #: ../src/guestfs-actions.pod:7405 ../src/guestfs-actions.pod:7451
6688 #: ../src/guestfs-actions.pod:7470
6689 msgid ""
6690 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6691 ">), or NULL if there was an error.  I<The caller must free the strings and "
6692 "the array after use>."
6693 msgstr ""
6694
6695 #. type: textblock
6696 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998
6697 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426
6698 #: ../src/guestfs-actions.pod:3340 ../src/guestfs-actions.pod:3371
6699 #: ../src/guestfs-actions.pod:3965 ../src/guestfs-actions.pod:4015
6700 #: ../src/guestfs-actions.pod:4202 ../src/guestfs-actions.pod:4235
6701 #: ../src/guestfs-actions.pod:4398 ../src/guestfs-actions.pod:4826
6702 #: ../src/guestfs-actions.pod:5283 ../src/guestfs-actions.pod:5678
6703 #: ../src/guestfs-actions.pod:5692 ../src/guestfs-actions.pod:5704
6704 #: ../src/guestfs-actions.pod:6144 ../src/guestfs-actions.pod:6782
6705 #: ../src/guestfs-actions.pod:6795 ../src/guestfs-actions.pod:7034
6706 #: ../src/guestfs-actions.pod:7270
6707 msgid "(Added in 0.8)"
6708 msgstr ""
6709
6710 #. type: =head2
6711 #: ../src/guestfs-actions.pod:469
6712 msgid "guestfs_aug_match"
6713 msgstr ""
6714
6715 #. type: verbatim
6716 #: ../src/guestfs-actions.pod:471
6717 #, no-wrap
6718 msgid ""
6719 " char **\n"
6720 " guestfs_aug_match (guestfs_h *g,\n"
6721 "                    const char *augpath);\n"
6722 "\n"
6723 msgstr ""
6724
6725 #. type: textblock
6726 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6727 msgid ""
6728 "Returns a list of paths which match the path expression C<path>.  The "
6729 "returned paths are sufficiently qualified so that they match exactly one "
6730 "node in the current tree."
6731 msgstr ""
6732
6733 #. type: =head2
6734 #: ../src/guestfs-actions.pod:485
6735 msgid "guestfs_aug_mv"
6736 msgstr ""
6737
6738 #. type: verbatim
6739 #: ../src/guestfs-actions.pod:487
6740 #, no-wrap
6741 msgid ""
6742 " int\n"
6743 " guestfs_aug_mv (guestfs_h *g,\n"
6744 "                 const char *src,\n"
6745 "                 const char *dest);\n"
6746 "\n"
6747 msgstr ""
6748
6749 #. type: textblock
6750 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6751 msgid ""
6752 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6753 "C<dest> is overwritten if it exists."
6754 msgstr ""
6755
6756 #. type: =head2
6757 #: ../src/guestfs-actions.pod:499
6758 msgid "guestfs_aug_rm"
6759 msgstr ""
6760
6761 #. type: verbatim
6762 #: ../src/guestfs-actions.pod:501
6763 #, no-wrap
6764 msgid ""
6765 " int\n"
6766 " guestfs_aug_rm (guestfs_h *g,\n"
6767 "                 const char *augpath);\n"
6768 "\n"
6769 msgstr ""
6770
6771 #. type: textblock
6772 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6773 msgid "Remove C<path> and all of its children."
6774 msgstr ""
6775
6776 #. type: textblock
6777 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6778 msgid "On success this returns the number of entries which were removed."
6779 msgstr ""
6780
6781 #. type: =head2
6782 #: ../src/guestfs-actions.pod:513
6783 msgid "guestfs_aug_save"
6784 msgstr ""
6785
6786 #. type: verbatim
6787 #: ../src/guestfs-actions.pod:515
6788 #, no-wrap
6789 msgid ""
6790 " int\n"
6791 " guestfs_aug_save (guestfs_h *g);\n"
6792 "\n"
6793 msgstr ""
6794
6795 #. type: textblock
6796 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6797 msgid "This writes all pending changes to disk."
6798 msgstr ""
6799
6800 #. type: textblock
6801 #: ../src/guestfs-actions.pod:520
6802 msgid ""
6803 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6804 "are saved."
6805 msgstr ""
6806
6807 #. type: =head2
6808 #: ../src/guestfs-actions.pod:527
6809 msgid "guestfs_aug_set"
6810 msgstr ""
6811
6812 #. type: verbatim
6813 #: ../src/guestfs-actions.pod:529
6814 #, no-wrap
6815 msgid ""
6816 " int\n"
6817 " guestfs_aug_set (guestfs_h *g,\n"
6818 "                  const char *augpath,\n"
6819 "                  const char *val);\n"
6820 "\n"
6821 msgstr ""
6822
6823 #. type: textblock
6824 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6825 msgid "Set the value associated with C<path> to C<val>."
6826 msgstr ""
6827
6828 #. type: textblock
6829 #: ../src/guestfs-actions.pod:536
6830 msgid ""
6831 "In the Augeas API, it is possible to clear a node by setting the value to "
6832 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
6833 "this call.  Instead you must use the C<guestfs_aug_clear> call."
6834 msgstr ""
6835
6836 #. type: =head2
6837 #: ../src/guestfs-actions.pod:545
6838 msgid "guestfs_available"
6839 msgstr ""
6840
6841 #. type: verbatim
6842 #: ../src/guestfs-actions.pod:547
6843 #, no-wrap
6844 msgid ""
6845 " int\n"
6846 " guestfs_available (guestfs_h *g,\n"
6847 "                    char *const *groups);\n"
6848 "\n"
6849 msgstr ""
6850
6851 #. type: textblock
6852 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
6853 msgid ""
6854 "This command is used to check the availability of some groups of "
6855 "functionality in the appliance, which not all builds of the libguestfs "
6856 "appliance will be able to provide."
6857 msgstr ""
6858
6859 #. type: textblock
6860 #: ../src/guestfs-actions.pod:555
6861 msgid ""
6862 "The libguestfs groups, and the functions that those groups correspond to, "
6863 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
6864 "runtime by calling C<guestfs_available_all_groups>."
6865 msgstr ""
6866
6867 #. type: textblock
6868 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
6869 msgid ""
6870 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
6871 "\"]> would check for the availability of the Linux inotify functions and "
6872 "Augeas (configuration file editing) functions."
6873 msgstr ""
6874
6875 #. type: textblock
6876 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
6877 msgid "The command returns no error if I<all> requested groups are available."
6878 msgstr ""
6879
6880 #. type: textblock
6881 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
6882 msgid ""
6883 "It fails with an error if one or more of the requested groups is unavailable "
6884 "in the appliance."
6885 msgstr ""
6886
6887 #. type: textblock
6888 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
6889 msgid ""
6890 "If an unknown group name is included in the list of groups then an error is "
6891 "always returned."
6892 msgstr ""
6893
6894 #. type: textblock
6895 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
6896 msgid "I<Notes:>"
6897 msgstr "I<Нотатки:>"
6898
6899 #. type: textblock
6900 #: ../src/guestfs-actions.pod:579
6901 msgid "You must call C<guestfs_launch> before calling this function."
6902 msgstr ""
6903
6904 #. type: textblock
6905 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
6906 msgid ""
6907 "The reason is because we don't know what groups are supported by the "
6908 "appliance/daemon until it is running and can be queried."
6909 msgstr ""
6910
6911 #. type: textblock
6912 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
6913 msgid ""
6914 "If a group of functions is available, this does not necessarily mean that "
6915 "they will work.  You still have to check for errors when calling individual "
6916 "API functions even if they are available."
6917 msgstr ""
6918
6919 #. type: textblock
6920 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
6921 msgid ""
6922 "It is usually the job of distro packagers to build complete functionality "
6923 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
6924 "with all requirements satisfied, will support everything."
6925 msgstr ""
6926
6927 #. type: textblock
6928 #: ../src/guestfs-actions.pod:601
6929 msgid ""
6930 "This call was added in version C<1.0.80>.  In previous versions of "
6931 "libguestfs all you could do would be to speculatively execute a command to "
6932 "find out if the daemon implemented it.  See also C<guestfs_version>."
6933 msgstr ""
6934
6935 #. type: textblock
6936 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
6937 msgid "(Added in 1.0.80)"
6938 msgstr ""
6939
6940 #. type: =head2
6941 #: ../src/guestfs-actions.pod:612
6942 msgid "guestfs_available_all_groups"
6943 msgstr ""
6944
6945 #. type: verbatim
6946 #: ../src/guestfs-actions.pod:614
6947 #, no-wrap
6948 msgid ""
6949 " char **\n"
6950 " guestfs_available_all_groups (guestfs_h *g);\n"
6951 "\n"
6952 msgstr ""
6953
6954 #. type: textblock
6955 #: ../src/guestfs-actions.pod:617
6956 msgid ""
6957 "This command returns a list of all optional groups that this daemon knows "
6958 "about.  Note this returns both supported and unsupported groups.  To find "
6959 "out which ones the daemon can actually support you have to call "
6960 "C<guestfs_available> on each member of the returned list."
6961 msgstr ""
6962
6963 #. type: textblock
6964 #: ../src/guestfs-actions.pod:623
6965 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
6966 msgstr ""
6967
6968 #. type: textblock
6969 #: ../src/guestfs-actions.pod:629
6970 msgid "(Added in 1.3.15)"
6971 msgstr ""
6972
6973 #. type: =head2
6974 #: ../src/guestfs-actions.pod:631
6975 msgid "guestfs_base64_in"
6976 msgstr ""
6977
6978 #. type: verbatim
6979 #: ../src/guestfs-actions.pod:633
6980 #, no-wrap
6981 msgid ""
6982 " int\n"
6983 " guestfs_base64_in (guestfs_h *g,\n"
6984 "                    const char *base64file,\n"
6985 "                    const char *filename);\n"
6986 "\n"
6987 msgstr ""
6988
6989 #. type: textblock
6990 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
6991 msgid ""
6992 "This command uploads base64-encoded data from C<base64file> to C<filename>."
6993 msgstr ""
6994
6995 #. type: textblock
6996 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
6997 msgid "(Added in 1.3.5)"
6998 msgstr ""
6999
7000 #. type: =head2
7001 #: ../src/guestfs-actions.pod:645
7002 msgid "guestfs_base64_out"
7003 msgstr ""
7004
7005 #. type: verbatim
7006 #: ../src/guestfs-actions.pod:647
7007 #, no-wrap
7008 msgid ""
7009 " int\n"
7010 " guestfs_base64_out (guestfs_h *g,\n"
7011 "                     const char *filename,\n"
7012 "                     const char *base64file);\n"
7013 "\n"
7014 msgstr ""
7015
7016 #. type: textblock
7017 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
7018 msgid ""
7019 "This command downloads the contents of C<filename>, writing it out to local "
7020 "file C<base64file> encoded as base64."
7021 msgstr ""
7022
7023 #. type: =head2
7024 #: ../src/guestfs-actions.pod:659
7025 msgid "guestfs_blockdev_flushbufs"
7026 msgstr ""
7027
7028 #. type: verbatim
7029 #: ../src/guestfs-actions.pod:661
7030 #, no-wrap
7031 msgid ""
7032 " int\n"
7033 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7034 "                             const char *device);\n"
7035 "\n"
7036 msgstr ""
7037
7038 #. type: textblock
7039 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
7040 msgid ""
7041 "This tells the kernel to flush internal buffers associated with C<device>."
7042 msgstr ""
7043
7044 #. type: textblock
7045 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685
7046 #: ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716
7047 #: ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753
7048 #: ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785
7049 #: ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813
7050 #: ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459
7051 #: ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478
7052 #: ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503
7053 #: ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522
7054 #: ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
7055 msgid "This uses the L<blockdev(8)> command."
7056 msgstr ""
7057
7058 #. type: textblock
7059 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689
7060 #: ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720
7061 #: ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757
7062 #: ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789
7063 #: ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
7064 msgid "(Added in 0.9.3)"
7065 msgstr ""
7066
7067 #. type: =head2
7068 #: ../src/guestfs-actions.pod:674
7069 msgid "guestfs_blockdev_getbsz"
7070 msgstr ""
7071
7072 #. type: verbatim
7073 #: ../src/guestfs-actions.pod:676
7074 #, no-wrap
7075 msgid ""
7076 " int\n"
7077 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7078 "                          const char *device);\n"
7079 "\n"
7080 msgstr ""
7081
7082 #. type: textblock
7083 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
7084 msgid "This returns the block size of a device."
7085 msgstr ""
7086
7087 #. type: textblock
7088 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782
7089 #: ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
7090 msgid ""
7091 "(Note this is different from both I<size in blocks> and I<filesystem block "
7092 "size>)."
7093 msgstr ""
7094
7095 #. type: =head2
7096 #: ../src/guestfs-actions.pod:691
7097 msgid "guestfs_blockdev_getro"
7098 msgstr ""
7099
7100 #. type: verbatim
7101 #: ../src/guestfs-actions.pod:693
7102 #, no-wrap
7103 msgid ""
7104 " int\n"
7105 " guestfs_blockdev_getro (guestfs_h *g,\n"
7106 "                         const char *device);\n"
7107 "\n"
7108 msgstr ""
7109
7110 #. type: textblock
7111 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
7112 msgid ""
7113 "Returns a boolean indicating if the block device is read-only (true if read-"
7114 "only, false if not)."
7115 msgstr ""
7116
7117 #. type: textblock
7118 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409
7119 #: ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1914
7120 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1997
7121 #: ../src/guestfs-actions.pod:2052 ../src/guestfs-actions.pod:2067
7122 #: ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:2115
7123 #: ../src/guestfs-actions.pod:3080 ../src/guestfs-actions.pod:3097
7124 #: ../src/guestfs-actions.pod:3116 ../src/guestfs-actions.pod:3279
7125 #: ../src/guestfs-actions.pod:3293 ../src/guestfs-actions.pod:3308
7126 #: ../src/guestfs-actions.pod:3322 ../src/guestfs-actions.pod:3338
7127 #: ../src/guestfs-actions.pod:3353 ../src/guestfs-actions.pod:3369
7128 #: ../src/guestfs-actions.pod:3383 ../src/guestfs-actions.pod:3396
7129 #: ../src/guestfs-actions.pod:3410 ../src/guestfs-actions.pod:3425
7130 #: ../src/guestfs-actions.pod:3440 ../src/guestfs-actions.pod:4971
7131 msgid "This function returns a C truth value on success or -1 on error."
7132 msgstr ""
7133
7134 #. type: =head2
7135 #: ../src/guestfs-actions.pod:706
7136 msgid "guestfs_blockdev_getsize64"
7137 msgstr ""
7138
7139 #. type: verbatim
7140 #: ../src/guestfs-actions.pod:708
7141 #, no-wrap
7142 msgid ""
7143 " int64_t\n"
7144 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7145 "                             const char *device);\n"
7146 "\n"
7147 msgstr ""
7148
7149 #. type: textblock
7150 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
7151 msgid "This returns the size of the device in bytes."
7152 msgstr ""
7153
7154 #. type: textblock
7155 #: ../src/guestfs-actions.pod:714
7156 msgid "See also C<guestfs_blockdev_getsz>."
7157 msgstr ""
7158
7159 #. type: =head2
7160 #: ../src/guestfs-actions.pod:722
7161 msgid "guestfs_blockdev_getss"
7162 msgstr ""
7163
7164 #. type: verbatim
7165 #: ../src/guestfs-actions.pod:724
7166 #, no-wrap
7167 msgid ""
7168 " int\n"
7169 " guestfs_blockdev_getss (guestfs_h *g,\n"
7170 "                         const char *device);\n"
7171 "\n"
7172 msgstr ""
7173
7174 #. type: textblock
7175 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
7176 msgid ""
7177 "This returns the size of sectors on a block device.  Usually 512, but can be "
7178 "larger for modern devices."
7179 msgstr ""
7180
7181 #. type: textblock
7182 #: ../src/guestfs-actions.pod:731
7183 msgid ""
7184 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7185 "that)."
7186 msgstr ""
7187
7188 #. type: =head2
7189 #: ../src/guestfs-actions.pod:740
7190 msgid "guestfs_blockdev_getsz"
7191 msgstr ""
7192
7193 #. type: verbatim
7194 #: ../src/guestfs-actions.pod:742
7195 #, no-wrap
7196 msgid ""
7197 " int64_t\n"
7198 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7199 "                         const char *device);\n"
7200 "\n"
7201 msgstr ""
7202
7203 #. type: textblock
7204 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
7205 msgid ""
7206 "This returns the size of the device in units of 512-byte sectors (even if "
7207 "the sectorsize isn't 512 bytes ... weird)."
7208 msgstr ""
7209
7210 #. type: textblock
7211 #: ../src/guestfs-actions.pod:749
7212 msgid ""
7213 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7214 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7215 msgstr ""
7216
7217 #. type: =head2
7218 #: ../src/guestfs-actions.pod:759
7219 msgid "guestfs_blockdev_rereadpt"
7220 msgstr ""
7221
7222 #. type: verbatim
7223 #: ../src/guestfs-actions.pod:761
7224 #, no-wrap
7225 msgid ""
7226 " int\n"
7227 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7228 "                            const char *device);\n"
7229 "\n"
7230 msgstr ""
7231
7232 #. type: textblock
7233 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
7234 msgid "Reread the partition table on C<device>."
7235 msgstr ""
7236
7237 #. type: =head2
7238 #: ../src/guestfs-actions.pod:773
7239 msgid "guestfs_blockdev_setbsz"
7240 msgstr ""
7241
7242 #. type: verbatim
7243 #: ../src/guestfs-actions.pod:775
7244 #, no-wrap
7245 msgid ""
7246 " int\n"
7247 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7248 "                          const char *device,\n"
7249 "                          int blocksize);\n"
7250 "\n"
7251 msgstr ""
7252
7253 #. type: textblock
7254 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
7255 msgid "This sets the block size of a device."
7256 msgstr ""
7257
7258 #. type: =head2
7259 #: ../src/guestfs-actions.pod:791
7260 msgid "guestfs_blockdev_setro"
7261 msgstr ""
7262
7263 #. type: verbatim
7264 #: ../src/guestfs-actions.pod:793
7265 #, no-wrap
7266 msgid ""
7267 " int\n"
7268 " guestfs_blockdev_setro (guestfs_h *g,\n"
7269 "                         const char *device);\n"
7270 "\n"
7271 msgstr ""
7272
7273 #. type: textblock
7274 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
7275 msgid "Sets the block device named C<device> to read-only."
7276 msgstr ""
7277
7278 #. type: =head2
7279 #: ../src/guestfs-actions.pod:805
7280 msgid "guestfs_blockdev_setrw"
7281 msgstr ""
7282
7283 #. type: verbatim
7284 #: ../src/guestfs-actions.pod:807
7285 #, no-wrap
7286 msgid ""
7287 " int\n"
7288 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7289 "                         const char *device);\n"
7290 "\n"
7291 msgstr ""
7292
7293 #. type: textblock
7294 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
7295 msgid "Sets the block device named C<device> to read-write."
7296 msgstr ""
7297
7298 #. type: =head2
7299 #: ../src/guestfs-actions.pod:819
7300 msgid "guestfs_case_sensitive_path"
7301 msgstr ""
7302
7303 #. type: verbatim
7304 #: ../src/guestfs-actions.pod:821
7305 #, no-wrap
7306 msgid ""
7307 " char *\n"
7308 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7309 "                              const char *path);\n"
7310 "\n"
7311 msgstr ""
7312
7313 #. type: textblock
7314 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
7315 msgid ""
7316 "This can be used to resolve case insensitive paths on a filesystem which is "
7317 "case sensitive.  The use case is to resolve paths which you have read from "
7318 "Windows configuration files or the Windows Registry, to the true path."
7319 msgstr ""
7320
7321 #. type: textblock
7322 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
7323 msgid ""
7324 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7325 "(and probably others), which is that although the underlying filesystem is "
7326 "case-insensitive, the driver exports the filesystem to Linux as case-"
7327 "sensitive."
7328 msgstr ""
7329
7330 #. type: textblock
7331 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
7332 msgid ""
7333 "One consequence of this is that special directories such as C<c:\\windows> "
7334 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7335 "precise details of how they were created.  In Windows itself this would not "
7336 "be a problem."
7337 msgstr ""
7338
7339 #. type: textblock
7340 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7341 msgid ""
7342 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7343 "#posixfilenames1>"
7344 msgstr ""
7345
7346 #. type: textblock
7347 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7348 msgid ""
7349 "This function resolves the true case of each element in the path and returns "
7350 "the case-sensitive path."
7351 msgstr ""
7352
7353 #. type: textblock
7354 #: ../src/guestfs-actions.pod:847
7355 msgid ""
7356 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7357 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7358 "how the directories were originally created under Windows)."
7359 msgstr ""
7360
7361 #. type: textblock
7362 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7363 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7364 msgstr ""
7365
7366 #. type: textblock
7367 #: ../src/guestfs-actions.pod:855
7368 msgid "See also C<guestfs_realpath>."
7369 msgstr ""
7370
7371 #. type: textblock
7372 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6962
7373 msgid "(Added in 1.0.75)"
7374 msgstr ""
7375
7376 #. type: =head2
7377 #: ../src/guestfs-actions.pod:862
7378 msgid "guestfs_cat"
7379 msgstr ""
7380
7381 #. type: verbatim
7382 #: ../src/guestfs-actions.pod:864
7383 #, no-wrap
7384 msgid ""
7385 " char *\n"
7386 " guestfs_cat (guestfs_h *g,\n"
7387 "              const char *path);\n"
7388 "\n"
7389 msgstr ""
7390
7391 #. type: textblock
7392 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5458
7393 #: ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3659
7394 msgid "Return the contents of the file named C<path>."
7395 msgstr ""
7396
7397 #. type: textblock
7398 #: ../src/guestfs-actions.pod:870
7399 msgid ""
7400 "Note that this function cannot correctly handle binary files (specifically, "
7401 "files containing C<\\0> character which is treated as end of string).  For "
7402 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7403 "functions which have a more complex interface."
7404 msgstr ""
7405
7406 #. type: textblock
7407 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057
7408 #: ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373
7409 #: ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495
7410 #: ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1763
7411 #: ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:2240
7412 #: ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2307
7413 #: ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:2353
7414 #: ../src/guestfs-actions.pod:5240 ../src/guestfs-actions.pod:5266
7415 #: ../src/guestfs-actions.pod:5397 ../src/guestfs-actions.pod:5423
7416 #: ../src/guestfs-actions.pod:5447 ../src/guestfs-actions.pod:6347
7417 #: ../src/guestfs-actions.pod:6402 ../src/guestfs-actions.pod:6548
7418 #: ../src/guestfs-actions.pod:6572 ../src/guestfs-actions.pod:7234
7419 #: ../src/guestfs-actions.pod:7260 ../src/guestfs-actions.pod:7286
7420 #: ../src/guestfs-actions.pod:7305 ../src/guestfs-actions.pod:7390
7421 #: ../src/guestfs-actions.pod:7409 ../src/guestfs-actions.pod:7455
7422 #: ../src/guestfs-actions.pod:7474 ../fish/guestfish-actions.pod:587
7423 #: ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734
7424 #: ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920
7425 #: ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997
7426 #: ../fish/guestfish-actions.pod:1192 ../fish/guestfish-actions.pod:1493
7427 #: ../fish/guestfish-actions.pod:1503 ../fish/guestfish-actions.pod:1531
7428 #: ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:1556
7429 #: ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:3529
7430 #: ../fish/guestfish-actions.pod:3544 ../fish/guestfish-actions.pod:3620
7431 #: ../fish/guestfish-actions.pod:3637 ../fish/guestfish-actions.pod:3652
7432 #: ../fish/guestfish-actions.pod:4278 ../fish/guestfish-actions.pod:4324
7433 #: ../fish/guestfish-actions.pod:4409 ../fish/guestfish-actions.pod:4424
7434 #: ../fish/guestfish-actions.pod:4834 ../fish/guestfish-actions.pod:4852
7435 #: ../fish/guestfish-actions.pod:4869 ../fish/guestfish-actions.pod:4879
7436 #: ../fish/guestfish-actions.pod:4927 ../fish/guestfish-actions.pod:4937
7437 #: ../fish/guestfish-actions.pod:4966 ../fish/guestfish-actions.pod:4976
7438 msgid ""
7439 "Because of the message protocol, there is a transfer limit of somewhere "
7440 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7441 msgstr ""
7442
7443 #. type: textblock
7444 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3556
7445 #: ../src/guestfs-actions.pod:3618 ../src/guestfs-actions.pod:3635
7446 #: ../src/guestfs-actions.pod:3723 ../src/guestfs-actions.pod:4128
7447 #: ../src/guestfs-actions.pod:4142 ../src/guestfs-actions.pod:5346
7448 #: ../src/guestfs-actions.pod:5360 ../src/guestfs-actions.pod:7121
7449 #: ../src/guestfs-actions.pod:7135
7450 msgid "(Added in 0.4)"
7451 msgstr ""
7452
7453 #. type: =head2
7454 #: ../src/guestfs-actions.pod:883
7455 msgid "guestfs_checksum"
7456 msgstr ""
7457
7458 #. type: verbatim
7459 #: ../src/guestfs-actions.pod:885
7460 #, no-wrap
7461 msgid ""
7462 " char *\n"
7463 " guestfs_checksum (guestfs_h *g,\n"
7464 "                   const char *csumtype,\n"
7465 "                   const char *path);\n"
7466 "\n"
7467 msgstr ""
7468
7469 #. type: textblock
7470 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7471 msgid ""
7472 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7473 msgstr ""
7474
7475 #. type: textblock
7476 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7477 msgid ""
7478 "The type of checksum to compute is given by the C<csumtype> parameter which "
7479 "must have one of the following values:"
7480 msgstr ""
7481
7482 #. type: =item
7483 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7484 msgid "C<crc>"
7485 msgstr "C<crc>"
7486
7487 #. type: textblock
7488 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7489 msgid ""
7490 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7491 "C<cksum> command."
7492 msgstr ""
7493
7494 #. type: =item
7495 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7496 msgid "C<md5>"
7497 msgstr "C<md5>"
7498
7499 #. type: textblock
7500 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7501 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7502 msgstr ""
7503
7504 #. type: =item
7505 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7506 msgid "C<sha1>"
7507 msgstr "C<sha1>"
7508
7509 #. type: textblock
7510 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7511 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7512 msgstr ""
7513
7514 #. type: =item
7515 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7516 msgid "C<sha224>"
7517 msgstr "C<sha224>"
7518
7519 #. type: textblock
7520 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7521 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7522 msgstr ""
7523
7524 #. type: =item
7525 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7526 msgid "C<sha256>"
7527 msgstr "C<sha256>"
7528
7529 #. type: textblock
7530 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7531 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7532 msgstr ""
7533
7534 #. type: =item
7535 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7536 msgid "C<sha384>"
7537 msgstr "C<sha384>"
7538
7539 #. type: textblock
7540 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7541 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7542 msgstr ""
7543
7544 #. type: =item
7545 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7546 msgid "C<sha512>"
7547 msgstr "C<sha512>"
7548
7549 #. type: textblock
7550 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7551 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7552 msgstr ""
7553
7554 #. type: textblock
7555 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7556 msgid "The checksum is returned as a printable string."
7557 msgstr ""
7558
7559 #. type: textblock
7560 #: ../src/guestfs-actions.pod:931
7561 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7562 msgstr ""
7563
7564 #. type: textblock
7565 #: ../src/guestfs-actions.pod:933
7566 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7567 msgstr ""
7568
7569 #. type: textblock
7570 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246
7571 #: ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:3295
7572 #: ../src/guestfs-actions.pod:3324 ../src/guestfs-actions.pod:3385
7573 #: ../src/guestfs-actions.pod:3412 ../src/guestfs-actions.pod:6818
7574 msgid "(Added in 1.0.2)"
7575 msgstr ""
7576
7577 #. type: =head2
7578 #: ../src/guestfs-actions.pod:940
7579 msgid "guestfs_checksum_device"
7580 msgstr ""
7581
7582 #. type: verbatim
7583 #: ../src/guestfs-actions.pod:942
7584 #, no-wrap
7585 msgid ""
7586 " char *\n"
7587 " guestfs_checksum_device (guestfs_h *g,\n"
7588 "                          const char *csumtype,\n"
7589 "                          const char *device);\n"
7590 "\n"
7591 msgstr ""
7592
7593 #. type: textblock
7594 #: ../src/guestfs-actions.pod:947
7595 msgid ""
7596 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7597 "device named C<device>.  For the types of checksums supported see the "
7598 "C<guestfs_checksum> command."
7599 msgstr ""
7600
7601 #. type: textblock
7602 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4877
7603 #: ../src/guestfs-actions.pod:4936 ../src/guestfs-actions.pod:4973
7604 #: ../src/guestfs-actions.pod:4991 ../src/guestfs-actions.pod:5167
7605 #: ../src/guestfs-actions.pod:6727 ../src/guestfs-actions.pod:6741
7606 #: ../src/guestfs-actions.pod:7147
7607 msgid "(Added in 1.3.2)"
7608 msgstr ""
7609
7610 #. type: =head2
7611 #: ../src/guestfs-actions.pod:956
7612 msgid "guestfs_checksums_out"
7613 msgstr ""
7614
7615 #. type: verbatim
7616 #: ../src/guestfs-actions.pod:958
7617 #, no-wrap
7618 msgid ""
7619 " int\n"
7620 " guestfs_checksums_out (guestfs_h *g,\n"
7621 "                        const char *csumtype,\n"
7622 "                        const char *directory,\n"
7623 "                        const char *sumsfile);\n"
7624 "\n"
7625 msgstr ""
7626
7627 #. type: textblock
7628 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7629 msgid ""
7630 "This command computes the checksums of all regular files in C<directory> and "
7631 "then emits a list of those checksums to the local output file C<sumsfile>."
7632 msgstr ""
7633
7634 #. type: textblock
7635 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7636 msgid ""
7637 "This can be used for verifying the integrity of a virtual machine.  However "
7638 "to be properly secure you should pay attention to the output of the checksum "
7639 "command (it uses the ones from GNU coreutils).  In particular when the "
7640 "filename is not printable, coreutils uses a special backslash syntax.  For "
7641 "more information, see the GNU coreutils info file."
7642 msgstr ""
7643
7644 #. type: textblock
7645 #: ../src/guestfs-actions.pod:978
7646 msgid "(Added in 1.3.7)"
7647 msgstr ""
7648
7649 #. type: =head2
7650 #: ../src/guestfs-actions.pod:980
7651 msgid "guestfs_chmod"
7652 msgstr ""
7653
7654 #. type: verbatim
7655 #: ../src/guestfs-actions.pod:982
7656 #, no-wrap
7657 msgid ""
7658 " int\n"
7659 " guestfs_chmod (guestfs_h *g,\n"
7660 "                int mode,\n"
7661 "                const char *path);\n"
7662 "\n"
7663 msgstr ""
7664
7665 #. type: textblock
7666 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7667 msgid ""
7668 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7669 "supported."
7670 msgstr ""
7671
7672 #. type: textblock
7673 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7674 msgid ""
7675 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7676 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7677 "C<700>."
7678 msgstr ""
7679
7680 #. type: textblock
7681 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4379
7682 #: ../src/guestfs-actions.pod:4576 ../src/guestfs-actions.pod:4595
7683 #: ../src/guestfs-actions.pod:4614 ../fish/guestfish-actions.pod:676
7684 #: ../fish/guestfish-actions.pod:2975 ../fish/guestfish-actions.pod:3104
7685 #: ../fish/guestfish-actions.pod:3114 ../fish/guestfish-actions.pod:3124
7686 msgid "The mode actually set is affected by the umask."
7687 msgstr ""
7688
7689 #. type: =head2
7690 #: ../src/guestfs-actions.pod:1000
7691 msgid "guestfs_chown"
7692 msgstr ""
7693
7694 #. type: verbatim
7695 #: ../src/guestfs-actions.pod:1002
7696 #, no-wrap
7697 msgid ""
7698 " int\n"
7699 " guestfs_chown (guestfs_h *g,\n"
7700 "                int owner,\n"
7701 "                int group,\n"
7702 "                const char *path);\n"
7703 "\n"
7704 msgstr ""
7705
7706 #. type: textblock
7707 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7708 msgid "Change the file owner to C<owner> and group to C<group>."
7709 msgstr ""
7710
7711 #. type: textblock
7712 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3487
7713 #: ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2433
7714 msgid ""
7715 "Only numeric uid and gid are supported.  If you want to use names, you will "
7716 "need to locate and parse the password file yourself (Augeas support makes "
7717 "this relatively easy)."
7718 msgstr ""
7719
7720 #. type: =head2
7721 #: ../src/guestfs-actions.pod:1018
7722 msgid "guestfs_command"
7723 msgstr ""
7724
7725 #. type: verbatim
7726 #: ../src/guestfs-actions.pod:1020
7727 #, no-wrap
7728 msgid ""
7729 " char *\n"
7730 " guestfs_command (guestfs_h *g,\n"
7731 "                  char *const *arguments);\n"
7732 "\n"
7733 msgstr ""
7734
7735 #. type: textblock
7736 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7737 msgid ""
7738 "This call runs a command from the guest filesystem.  The filesystem must be "
7739 "mounted, and must contain a compatible operating system (ie. something "
7740 "Linux, with the same or compatible processor architecture)."
7741 msgstr ""
7742
7743 #. type: textblock
7744 #: ../src/guestfs-actions.pod:1029
7745 msgid ""
7746 "The single parameter is an argv-style list of arguments.  The first element "
7747 "is the name of the program to run.  Subsequent elements are parameters.  The "
7748 "list must be non-empty (ie. must contain a program name).  Note that the "
7749 "command runs directly, and is I<not> invoked via the shell (see "
7750 "C<guestfs_sh>)."
7751 msgstr ""
7752
7753 #. type: textblock
7754 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7755 msgid "The return value is anything printed to I<stdout> by the command."
7756 msgstr ""
7757
7758 #. type: textblock
7759 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7760 msgid ""
7761 "If the command returns a non-zero exit status, then this function returns an "
7762 "error message.  The error message string is the content of I<stderr> from "
7763 "the command."
7764 msgstr ""
7765
7766 #. type: textblock
7767 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7768 msgid ""
7769 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7770 "bin>.  If you require a program from another location, you should provide "
7771 "the full path in the first parameter."
7772 msgstr ""
7773
7774 #. type: textblock
7775 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7776 msgid ""
7777 "Shared libraries and data files required by the program must be available on "
7778 "filesystems which are mounted in the correct places.  It is the caller's "
7779 "responsibility to ensure all filesystems that are needed are mounted at the "
7780 "right locations."
7781 msgstr ""
7782
7783 #. type: textblock
7784 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080
7785 #: ../src/guestfs-actions.pod:1548
7786 msgid "(Added in 0.9.1)"
7787 msgstr ""
7788
7789 #. type: =head2
7790 #: ../src/guestfs-actions.pod:1062
7791 msgid "guestfs_command_lines"
7792 msgstr ""
7793
7794 #. type: verbatim
7795 #: ../src/guestfs-actions.pod:1064
7796 #, no-wrap
7797 msgid ""
7798 " char **\n"
7799 " guestfs_command_lines (guestfs_h *g,\n"
7800 "                        char *const *arguments);\n"
7801 "\n"
7802 msgstr ""
7803
7804 #. type: textblock
7805 #: ../src/guestfs-actions.pod:1068
7806 msgid ""
7807 "This is the same as C<guestfs_command>, but splits the result into a list of "
7808 "lines."
7809 msgstr ""
7810
7811 #. type: textblock
7812 #: ../src/guestfs-actions.pod:1071
7813 msgid "See also: C<guestfs_sh_lines>"
7814 msgstr ""
7815
7816 #. type: =head2
7817 #: ../src/guestfs-actions.pod:1082
7818 msgid "guestfs_config"
7819 msgstr ""
7820
7821 #. type: verbatim
7822 #: ../src/guestfs-actions.pod:1084
7823 #, no-wrap
7824 msgid ""
7825 " int\n"
7826 " guestfs_config (guestfs_h *g,\n"
7827 "                 const char *qemuparam,\n"
7828 "                 const char *qemuvalue);\n"
7829 "\n"
7830 msgstr ""
7831
7832 #. type: textblock
7833 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
7834 msgid ""
7835 "This can be used to add arbitrary qemu command line parameters of the form "
7836 "C<-param value>.  Actually it's not quite arbitrary - we prevent you from "
7837 "setting some parameters which would interfere with parameters that we use."
7838 msgstr ""
7839
7840 #. type: textblock
7841 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
7842 msgid "The first character of C<param> string must be a C<-> (dash)."
7843 msgstr ""
7844
7845 #. type: textblock
7846 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
7847 msgid "C<value> can be NULL."
7848 msgstr ""
7849
7850 #. type: =head2
7851 #: ../src/guestfs-actions.pod:1102
7852 msgid "guestfs_copy_size"
7853 msgstr ""
7854
7855 #. type: verbatim
7856 #: ../src/guestfs-actions.pod:1104
7857 #, no-wrap
7858 msgid ""
7859 " int\n"
7860 " guestfs_copy_size (guestfs_h *g,\n"
7861 "                    const char *src,\n"
7862 "                    const char *dest,\n"
7863 "                    int64_t size);\n"
7864 "\n"
7865 msgstr ""
7866
7867 #. type: textblock
7868 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
7869 msgid ""
7870 "This command copies exactly C<size> bytes from one source device or file "
7871 "C<src> to another destination device or file C<dest>."
7872 msgstr ""
7873
7874 #. type: textblock
7875 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
7876 msgid ""
7877 "Note this will fail if the source is too short or if the destination is not "
7878 "large enough."
7879 msgstr ""
7880
7881 #. type: textblock
7882 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241
7883 #: ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317
7884 #: ../src/guestfs-actions.pod:1697 ../src/guestfs-actions.pod:1719
7885 #: ../src/guestfs-actions.pod:3468 ../src/guestfs-actions.pod:6813
7886 #: ../src/guestfs-actions.pod:6847 ../src/guestfs-actions.pod:7326
7887 #: ../src/guestfs-actions.pod:7345
7888 msgid ""
7889 "This long-running command can generate progress notification messages so "
7890 "that the caller can display a progress bar or indicator.  To receive these "
7891 "messages, the caller must register a progress event callback.  See L<guestfs"
7892 "(3)/GUESTFS_EVENT_PROGRESS>."
7893 msgstr ""
7894
7895 #. type: textblock
7896 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4155
7897 #: ../src/guestfs-actions.pod:5373 ../src/guestfs-actions.pod:7054
7898 #: ../src/guestfs-actions.pod:7074 ../src/guestfs-actions.pod:7160
7899 msgid "(Added in 1.0.87)"
7900 msgstr ""
7901
7902 #. type: =head2
7903 #: ../src/guestfs-actions.pod:1125
7904 msgid "guestfs_cp"
7905 msgstr ""
7906
7907 #. type: verbatim
7908 #: ../src/guestfs-actions.pod:1127
7909 #, no-wrap
7910 msgid ""
7911 " int\n"
7912 " guestfs_cp (guestfs_h *g,\n"
7913 "             const char *src,\n"
7914 "             const char *dest);\n"
7915 "\n"
7916 msgstr ""
7917
7918 #. type: textblock
7919 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
7920 msgid ""
7921 "This copies a file from C<src> to C<dest> where C<dest> is either a "
7922 "destination filename or destination directory."
7923 msgstr ""
7924
7925 #. type: textblock
7926 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151
7927 #: ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297
7928 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4840
7929 #: ../src/guestfs-actions.pod:5217
7930 msgid "(Added in 1.0.18)"
7931 msgstr ""
7932
7933 #. type: =head2
7934 #: ../src/guestfs-actions.pod:1139
7935 msgid "guestfs_cp_a"
7936 msgstr ""
7937
7938 #. type: verbatim
7939 #: ../src/guestfs-actions.pod:1141
7940 #, no-wrap
7941 msgid ""
7942 " int\n"
7943 " guestfs_cp_a (guestfs_h *g,\n"
7944 "               const char *src,\n"
7945 "               const char *dest);\n"
7946 "\n"
7947 msgstr ""
7948
7949 #. type: textblock
7950 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
7951 msgid ""
7952 "This copies a file or directory from C<src> to C<dest> recursively using the "
7953 "C<cp -a> command."
7954 msgstr ""
7955
7956 #. type: =head2
7957 #: ../src/guestfs-actions.pod:1153
7958 msgid "guestfs_dd"
7959 msgstr ""
7960
7961 #. type: verbatim
7962 #: ../src/guestfs-actions.pod:1155
7963 #, no-wrap
7964 msgid ""
7965 " int\n"
7966 " guestfs_dd (guestfs_h *g,\n"
7967 "             const char *src,\n"
7968 "             const char *dest);\n"
7969 "\n"
7970 msgstr ""
7971
7972 #. type: textblock
7973 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
7974 msgid ""
7975 "This command copies from one source device or file C<src> to another "
7976 "destination device or file C<dest>.  Normally you would use this to copy to "
7977 "or from a device or partition, for example to duplicate a filesystem."
7978 msgstr ""
7979
7980 #. type: textblock
7981 #: ../src/guestfs-actions.pod:1165
7982 msgid ""
7983 "If the destination is a device, it must be as large or larger than the "
7984 "source file or device, otherwise the copy will fail.  This command cannot do "
7985 "partial copies (see C<guestfs_copy_size>)."
7986 msgstr ""
7987
7988 #. type: =head2
7989 #: ../src/guestfs-actions.pod:1173
7990 msgid "guestfs_df"
7991 msgstr ""
7992
7993 #. type: verbatim
7994 #: ../src/guestfs-actions.pod:1175
7995 #, no-wrap
7996 msgid ""
7997 " char *\n"
7998 " guestfs_df (guestfs_h *g);\n"
7999 "\n"
8000 msgstr ""
8001
8002 #. type: textblock
8003 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
8004 msgid "This command runs the C<df> command to report disk space used."
8005 msgstr ""
8006
8007 #. type: textblock
8008 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
8009 msgid ""
8010 "This command is mostly useful for interactive sessions.  It is I<not> "
8011 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8012 "from programs."
8013 msgstr ""
8014
8015 #. type: textblock
8016 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204
8017 #: ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2286
8018 #: ../src/guestfs-actions.pod:2310 ../src/guestfs-actions.pod:2378
8019 #: ../src/guestfs-actions.pod:4265 ../src/guestfs-actions.pod:4740
8020 #: ../src/guestfs-actions.pod:6551 ../src/guestfs-actions.pod:6575
8021 #: ../src/guestfs-actions.pod:7193 ../src/guestfs-actions.pod:7206
8022 #: ../src/guestfs-actions.pod:7219
8023 msgid "(Added in 1.0.54)"
8024 msgstr ""
8025
8026 #. type: =head2
8027 #: ../src/guestfs-actions.pod:1189
8028 msgid "guestfs_df_h"
8029 msgstr ""
8030
8031 #. type: verbatim
8032 #: ../src/guestfs-actions.pod:1191
8033 #, no-wrap
8034 msgid ""
8035 " char *\n"
8036 " guestfs_df_h (guestfs_h *g);\n"
8037 "\n"
8038 msgstr ""
8039
8040 #. type: textblock
8041 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
8042 msgid ""
8043 "This command runs the C<df -h> command to report disk space used in human-"
8044 "readable format."
8045 msgstr ""
8046
8047 #. type: =head2
8048 #: ../src/guestfs-actions.pod:1206
8049 msgid "guestfs_dmesg"
8050 msgstr ""
8051
8052 #. type: verbatim
8053 #: ../src/guestfs-actions.pod:1208
8054 #, no-wrap
8055 msgid ""
8056 " char *\n"
8057 " guestfs_dmesg (guestfs_h *g);\n"
8058 "\n"
8059 msgstr ""
8060
8061 #. type: textblock
8062 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
8063 msgid ""
8064 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8065 "This is sometimes useful for extended debugging of problems."
8066 msgstr ""
8067
8068 #. type: textblock
8069 #: ../src/guestfs-actions.pod:1215
8070 msgid ""
8071 "Another way to get the same information is to enable verbose messages with "
8072 "C<guestfs_set_verbose> or by setting the environment variable "
8073 "C<LIBGUESTFS_DEBUG=1> before running the program."
8074 msgstr ""
8075
8076 #. type: =head2
8077 #: ../src/guestfs-actions.pod:1225
8078 msgid "guestfs_download"
8079 msgstr ""
8080
8081 #. type: verbatim
8082 #: ../src/guestfs-actions.pod:1227
8083 #, no-wrap
8084 msgid ""
8085 " int\n"
8086 " guestfs_download (guestfs_h *g,\n"
8087 "                   const char *remotefilename,\n"
8088 "                   const char *filename);\n"
8089 "\n"
8090 msgstr ""
8091
8092 #. type: textblock
8093 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257
8094 #: ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
8095 msgid ""
8096 "Download file C<remotefilename> and save it as C<filename> on the local "
8097 "machine."
8098 msgstr ""
8099
8100 #. type: textblock
8101 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6807
8102 #: ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4582
8103 msgid "C<filename> can also be a named pipe."
8104 msgstr ""
8105
8106 #. type: textblock
8107 #: ../src/guestfs-actions.pod:1237
8108 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8109 msgstr ""
8110
8111 #. type: =head2
8112 #: ../src/guestfs-actions.pod:1248
8113 msgid "guestfs_download_offset"
8114 msgstr ""
8115
8116 #. type: verbatim
8117 #: ../src/guestfs-actions.pod:1250
8118 #, no-wrap
8119 msgid ""
8120 " int\n"
8121 " guestfs_download_offset (guestfs_h *g,\n"
8122 "                          const char *remotefilename,\n"
8123 "                          const char *filename,\n"
8124 "                          int64_t offset,\n"
8125 "                          int64_t size);\n"
8126 "\n"
8127 msgstr ""
8128
8129 #. type: textblock
8130 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
8131 msgid ""
8132 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8133 "region must be within the file or device)."
8134 msgstr ""
8135
8136 #. type: textblock
8137 #: ../src/guestfs-actions.pod:1263
8138 msgid ""
8139 "Note that there is no limit on the amount of data that can be downloaded "
8140 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8141 "full amount unless an error occurs."
8142 msgstr ""
8143
8144 #. type: textblock
8145 #: ../src/guestfs-actions.pod:1268
8146 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8147 msgstr ""
8148
8149 #. type: textblock
8150 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6852
8151 msgid "(Added in 1.5.17)"
8152 msgstr ""
8153
8154 #. type: =head2
8155 #: ../src/guestfs-actions.pod:1279
8156 msgid "guestfs_drop_caches"
8157 msgstr ""
8158
8159 #. type: verbatim
8160 #: ../src/guestfs-actions.pod:1281
8161 #, no-wrap
8162 msgid ""
8163 " int\n"
8164 " guestfs_drop_caches (guestfs_h *g,\n"
8165 "                      int whattodrop);\n"
8166 "\n"
8167 msgstr ""
8168
8169 #. type: textblock
8170 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
8171 msgid ""
8172 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8173 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8174 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8175 msgstr ""
8176
8177 #. type: textblock
8178 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
8179 msgid "Setting C<whattodrop> to 3 should drop everything."
8180 msgstr ""
8181
8182 #. type: textblock
8183 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
8184 msgid ""
8185 "This automatically calls L<sync(2)> before the operation, so that the "
8186 "maximum guest memory is freed."
8187 msgstr ""
8188
8189 #. type: =head2
8190 #: ../src/guestfs-actions.pod:1299
8191 msgid "guestfs_du"
8192 msgstr ""
8193
8194 #. type: verbatim
8195 #: ../src/guestfs-actions.pod:1301
8196 #, no-wrap
8197 msgid ""
8198 " int64_t\n"
8199 " guestfs_du (guestfs_h *g,\n"
8200 "             const char *path);\n"
8201 "\n"
8202 msgstr ""
8203
8204 #. type: textblock
8205 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
8206 msgid ""
8207 "This command runs the C<du -s> command to estimate file space usage for "
8208 "C<path>."
8209 msgstr ""
8210
8211 #. type: textblock
8212 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
8213 msgid ""
8214 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8215 "estimate includes the contents of the directory and all subdirectories "
8216 "(recursively)."
8217 msgstr ""
8218
8219 #. type: textblock
8220 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
8221 msgid ""
8222 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8223 msgstr ""
8224
8225 #. type: =head2
8226 #: ../src/guestfs-actions.pod:1324
8227 msgid "guestfs_e2fsck_f"
8228 msgstr ""
8229
8230 #. type: verbatim
8231 #: ../src/guestfs-actions.pod:1326
8232 #, no-wrap
8233 msgid ""
8234 " int\n"
8235 " guestfs_e2fsck_f (guestfs_h *g,\n"
8236 "                   const char *device);\n"
8237 "\n"
8238 msgstr ""
8239
8240 #. type: textblock
8241 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
8242 msgid ""
8243 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8244 "on C<device>, noninteractively (C<-p>), even if the filesystem appears to be "
8245 "clean (C<-f>)."
8246 msgstr ""
8247
8248 #. type: textblock
8249 #: ../src/guestfs-actions.pod:1334
8250 msgid ""
8251 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8252 "Normally you should use C<guestfs_fsck>."
8253 msgstr ""
8254
8255 #. type: textblock
8256 #: ../src/guestfs-actions.pod:1339
8257 msgid "(Added in 1.0.29)"
8258 msgstr ""
8259
8260 #. type: =head2
8261 #: ../src/guestfs-actions.pod:1341
8262 msgid "guestfs_echo_daemon"
8263 msgstr ""
8264
8265 #. type: verbatim
8266 #: ../src/guestfs-actions.pod:1343
8267 #, no-wrap
8268 msgid ""
8269 " char *\n"
8270 " guestfs_echo_daemon (guestfs_h *g,\n"
8271 "                      char *const *words);\n"
8272 "\n"
8273 msgstr ""
8274
8275 #. type: textblock
8276 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
8277 msgid ""
8278 "This command concatenates the list of C<words> passed with single spaces "
8279 "between them and returns the resulting string."
8280 msgstr ""
8281
8282 #. type: textblock
8283 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
8284 msgid "You can use this command to test the connection through to the daemon."
8285 msgstr ""
8286
8287 #. type: textblock
8288 #: ../src/guestfs-actions.pod:1352
8289 msgid "See also C<guestfs_ping_daemon>."
8290 msgstr ""
8291
8292 #. type: textblock
8293 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2094
8294 #: ../src/guestfs-actions.pod:6051
8295 msgid "(Added in 1.0.69)"
8296 msgstr ""
8297
8298 #. type: =head2
8299 #: ../src/guestfs-actions.pod:1359
8300 msgid "guestfs_egrep"
8301 msgstr ""
8302
8303 #. type: verbatim
8304 #: ../src/guestfs-actions.pod:1361
8305 #, no-wrap
8306 msgid ""
8307 " char **\n"
8308 " guestfs_egrep (guestfs_h *g,\n"
8309 "                const char *regex,\n"
8310 "                const char *path);\n"
8311 "\n"
8312 msgstr ""
8313
8314 #. type: textblock
8315 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
8316 msgid ""
8317 "This calls the external C<egrep> program and returns the matching lines."
8318 msgstr ""
8319
8320 #. type: textblock
8321 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395
8322 #: ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498
8323 #: ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2224
8324 #: ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2399
8325 #: ../src/guestfs-actions.pod:2412 ../src/guestfs-actions.pod:2427
8326 #: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2495
8327 #: ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:3648
8328 #: ../src/guestfs-actions.pod:3662 ../src/guestfs-actions.pod:3675
8329 #: ../src/guestfs-actions.pod:3689 ../src/guestfs-actions.pod:4675
8330 #: ../src/guestfs-actions.pod:5551 ../src/guestfs-actions.pod:5600
8331 #: ../src/guestfs-actions.pod:6419 ../src/guestfs-actions.pod:6431
8332 #: ../src/guestfs-actions.pod:6444 ../src/guestfs-actions.pod:6457
8333 #: ../src/guestfs-actions.pod:6479 ../src/guestfs-actions.pod:6492
8334 #: ../src/guestfs-actions.pod:6505 ../src/guestfs-actions.pod:6518
8335 #: ../src/guestfs-actions.pod:7289 ../src/guestfs-actions.pod:7308
8336 #: ../src/guestfs-actions.pod:7393 ../src/guestfs-actions.pod:7412
8337 #: ../src/guestfs-actions.pod:7458 ../src/guestfs-actions.pod:7477
8338 msgid "(Added in 1.0.66)"
8339 msgstr ""
8340
8341 #. type: =head2
8342 #: ../src/guestfs-actions.pod:1378
8343 msgid "guestfs_egrepi"
8344 msgstr ""
8345
8346 #. type: verbatim
8347 #: ../src/guestfs-actions.pod:1380
8348 #, no-wrap
8349 msgid ""
8350 " char **\n"
8351 " guestfs_egrepi (guestfs_h *g,\n"
8352 "                 const char *regex,\n"
8353 "                 const char *path);\n"
8354 "\n"
8355 msgstr ""
8356
8357 #. type: textblock
8358 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
8359 msgid ""
8360 "This calls the external C<egrep -i> program and returns the matching lines."
8361 msgstr ""
8362
8363 #. type: =head2
8364 #: ../src/guestfs-actions.pod:1397
8365 msgid "guestfs_equal"
8366 msgstr ""
8367
8368 #. type: verbatim
8369 #: ../src/guestfs-actions.pod:1399
8370 #, no-wrap
8371 msgid ""
8372 " int\n"
8373 " guestfs_equal (guestfs_h *g,\n"
8374 "                const char *file1,\n"
8375 "                const char *file2);\n"
8376 "\n"
8377 msgstr ""
8378
8379 #. type: textblock
8380 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
8381 msgid ""
8382 "This compares the two files C<file1> and C<file2> and returns true if their "
8383 "content is exactly equal, or false otherwise."
8384 msgstr ""
8385
8386 #. type: textblock
8387 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
8388 msgid "The external L<cmp(1)> program is used for the comparison."
8389 msgstr ""
8390
8391 #. type: =head2
8392 #: ../src/guestfs-actions.pod:1413
8393 msgid "guestfs_exists"
8394 msgstr ""
8395
8396 #. type: verbatim
8397 #: ../src/guestfs-actions.pod:1415
8398 #, no-wrap
8399 msgid ""
8400 " int\n"
8401 " guestfs_exists (guestfs_h *g,\n"
8402 "                 const char *path);\n"
8403 "\n"
8404 msgstr ""
8405
8406 #. type: textblock
8407 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
8408 msgid ""
8409 "This returns C<true> if and only if there is a file, directory (or anything) "
8410 "with the given C<path> name."
8411 msgstr ""
8412
8413 #. type: textblock
8414 #: ../src/guestfs-actions.pod:1422
8415 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8416 msgstr ""
8417
8418 #. type: =head2
8419 #: ../src/guestfs-actions.pod:1428
8420 msgid "guestfs_fallocate"
8421 msgstr ""
8422
8423 #. type: verbatim
8424 #: ../src/guestfs-actions.pod:1430
8425 #, no-wrap
8426 msgid ""
8427 " int\n"
8428 " guestfs_fallocate (guestfs_h *g,\n"
8429 "                    const char *path,\n"
8430 "                    int len);\n"
8431 "\n"
8432 msgstr ""
8433
8434 #. type: textblock
8435 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461
8436 #: ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8437 msgid ""
8438 "This command preallocates a file (containing zero bytes) named C<path> of "
8439 "size C<len> bytes.  If the file exists already, it is overwritten."
8440 msgstr ""
8441
8442 #. type: textblock
8443 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8444 msgid ""
8445 "Do not confuse this with the guestfish-specific C<alloc> command which "
8446 "allocates a file in the host and attaches it as a device."
8447 msgstr ""
8448
8449 #. type: textblock
8450 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
8451 msgid ""
8452 "This function is deprecated.  In new code, use the C<fallocate64> call "
8453 "instead."
8454 msgstr ""
8455
8456 #. type: =head2
8457 #: ../src/guestfs-actions.pod:1454
8458 msgid "guestfs_fallocate64"
8459 msgstr ""
8460
8461 #. type: verbatim
8462 #: ../src/guestfs-actions.pod:1456
8463 #, no-wrap
8464 msgid ""
8465 " int\n"
8466 " guestfs_fallocate64 (guestfs_h *g,\n"
8467 "                      const char *path,\n"
8468 "                      int64_t len);\n"
8469 "\n"
8470 msgstr ""
8471
8472 #. type: textblock
8473 #: ../src/guestfs-actions.pod:1465
8474 msgid ""
8475 "Note that this call allocates disk blocks for the file.  To create a sparse "
8476 "file use C<guestfs_truncate_size> instead."
8477 msgstr ""
8478
8479 #. type: textblock
8480 #: ../src/guestfs-actions.pod:1468
8481 msgid ""
8482 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8483 "oversight it only allowed 30 bit lengths to be specified, effectively "
8484 "limiting the maximum size of files created through that call to 1GB."
8485 msgstr ""
8486
8487 #. type: textblock
8488 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8489 msgid ""
8490 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8491 "commands which create a file in the host and attach it as a device."
8492 msgstr ""
8493
8494 #. type: textblock
8495 #: ../src/guestfs-actions.pod:1479
8496 msgid "(Added in 1.3.17)"
8497 msgstr ""
8498
8499 #. type: =head2
8500 #: ../src/guestfs-actions.pod:1481
8501 msgid "guestfs_fgrep"
8502 msgstr ""
8503
8504 #. type: verbatim
8505 #: ../src/guestfs-actions.pod:1483
8506 #, no-wrap
8507 msgid ""
8508 " char **\n"
8509 " guestfs_fgrep (guestfs_h *g,\n"
8510 "                const char *pattern,\n"
8511 "                const char *path);\n"
8512 "\n"
8513 msgstr ""
8514
8515 #. type: textblock
8516 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8517 msgid ""
8518 "This calls the external C<fgrep> program and returns the matching lines."
8519 msgstr ""
8520
8521 #. type: =head2
8522 #: ../src/guestfs-actions.pod:1500
8523 msgid "guestfs_fgrepi"
8524 msgstr ""
8525
8526 #. type: verbatim
8527 #: ../src/guestfs-actions.pod:1502
8528 #, no-wrap
8529 msgid ""
8530 " char **\n"
8531 " guestfs_fgrepi (guestfs_h *g,\n"
8532 "                 const char *pattern,\n"
8533 "                 const char *path);\n"
8534 "\n"
8535 msgstr ""
8536
8537 #. type: textblock
8538 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8539 msgid ""
8540 "This calls the external C<fgrep -i> program and returns the matching lines."
8541 msgstr ""
8542
8543 #. type: =head2
8544 #: ../src/guestfs-actions.pod:1519
8545 msgid "guestfs_file"
8546 msgstr ""
8547
8548 #. type: verbatim
8549 #: ../src/guestfs-actions.pod:1521
8550 #, no-wrap
8551 msgid ""
8552 " char *\n"
8553 " guestfs_file (guestfs_h *g,\n"
8554 "               const char *path);\n"
8555 "\n"
8556 msgstr ""
8557
8558 #. type: textblock
8559 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8560 msgid ""
8561 "This call uses the standard L<file(1)> command to determine the type or "
8562 "contents of the file."
8563 msgstr ""
8564
8565 #. type: textblock
8566 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8567 msgid ""
8568 "This call will also transparently look inside various types of compressed "
8569 "file."
8570 msgstr ""
8571
8572 #. type: textblock
8573 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8574 msgid ""
8575 "The exact command which runs is C<file -zb path>.  Note in particular that "
8576 "the filename is not prepended to the output (the C<-b> option)."
8577 msgstr ""
8578
8579 #. type: textblock
8580 #: ../src/guestfs-actions.pod:1535
8581 msgid ""
8582 "This command can also be used on C</dev/> devices (and partitions, LV "
8583 "names).  You can for example use this to determine if a device contains a "
8584 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8585 msgstr ""
8586
8587 #. type: textblock
8588 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1019
8589 msgid ""
8590 "If the C<path> does not begin with C</dev/> then this command only works for "
8591 "the content of regular files.  For other file types (directory, symbolic "
8592 "link etc) it will just return the string C<directory> etc."
8593 msgstr ""
8594
8595 #. type: =head2
8596 #: ../src/guestfs-actions.pod:1550
8597 msgid "guestfs_file_architecture"
8598 msgstr ""
8599
8600 #. type: verbatim
8601 #: ../src/guestfs-actions.pod:1552
8602 #, no-wrap
8603 msgid ""
8604 " char *\n"
8605 " guestfs_file_architecture (guestfs_h *g,\n"
8606 "                            const char *filename);\n"
8607 "\n"
8608 msgstr ""
8609
8610 #. type: textblock
8611 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8612 msgid ""
8613 "This detects the architecture of the binary C<filename>, and returns it if "
8614 "known."
8615 msgstr ""
8616
8617 #. type: textblock
8618 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1031
8619 msgid "Currently defined architectures are:"
8620 msgstr ""
8621
8622 #. type: =item
8623 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1035
8624 msgid "\"i386\""
8625 msgstr "\"i386\""
8626
8627 #. type: textblock
8628 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8629 msgid ""
8630 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8631 "irrespective of the precise processor requirements of the binary."
8632 msgstr ""
8633
8634 #. type: =item
8635 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1040
8636 msgid "\"x86_64\""
8637 msgstr "\"x86_64\""
8638
8639 #. type: textblock
8640 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1042
8641 msgid "64 bit x86-64."
8642 msgstr ""
8643
8644 #. type: =item
8645 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1044
8646 msgid "\"sparc\""
8647 msgstr ""
8648
8649 #. type: textblock
8650 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1046
8651 msgid "32 bit SPARC."
8652 msgstr ""
8653
8654 #. type: =item
8655 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1048
8656 msgid "\"sparc64\""
8657 msgstr ""
8658
8659 #. type: textblock
8660 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1050
8661 msgid "64 bit SPARC V9 and above."
8662 msgstr ""
8663
8664 #. type: =item
8665 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1052
8666 msgid "\"ia64\""
8667 msgstr "\"ia64\""
8668
8669 #. type: textblock
8670 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1054
8671 msgid "Intel Itanium."
8672 msgstr "Intel Itanium."
8673
8674 #. type: =item
8675 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1056
8676 msgid "\"ppc\""
8677 msgstr ""
8678
8679 #. type: textblock
8680 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1058
8681 msgid "32 bit Power PC."
8682 msgstr ""
8683
8684 #. type: =item
8685 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1060
8686 msgid "\"ppc64\""
8687 msgstr ""
8688
8689 #. type: textblock
8690 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1062
8691 msgid "64 bit Power PC."
8692 msgstr ""
8693
8694 #. type: textblock
8695 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1066
8696 msgid "Libguestfs may return other architecture strings in future."
8697 msgstr ""
8698
8699 #. type: textblock
8700 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1068
8701 msgid "The function works on at least the following types of files:"
8702 msgstr ""
8703
8704 #. type: textblock
8705 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1074
8706 msgid "many types of Un*x and Linux binary"
8707 msgstr ""
8708
8709 #. type: textblock
8710 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1078
8711 msgid "many types of Un*x and Linux shared library"
8712 msgstr ""
8713
8714 #. type: textblock
8715 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1082
8716 msgid "Windows Win32 and Win64 binaries"
8717 msgstr ""
8718
8719 #. type: textblock
8720 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1086
8721 msgid "Windows Win32 and Win64 DLLs"
8722 msgstr ""
8723
8724 #. type: textblock
8725 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1088
8726 msgid "Win32 binaries and DLLs return C<i386>."
8727 msgstr ""
8728
8729 #. type: textblock
8730 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1090
8731 msgid "Win64 binaries and DLLs return C<x86_64>."
8732 msgstr ""
8733
8734 #. type: textblock
8735 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1094
8736 msgid "Linux kernel modules"
8737 msgstr ""
8738
8739 #. type: textblock
8740 #: ../src/guestfs-actions.pod:1626 ../fish/guestfish-actions.pod:1098
8741 msgid "Linux new-style initrd images"
8742 msgstr ""
8743
8744 #. type: textblock
8745 #: ../src/guestfs-actions.pod:1630 ../fish/guestfish-actions.pod:1102
8746 msgid "some non-x86 Linux vmlinuz kernels"
8747 msgstr ""
8748
8749 #. type: textblock
8750 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1106
8751 msgid "What it can't do currently:"
8752 msgstr ""
8753
8754 #. type: textblock
8755 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1112
8756 msgid "static libraries (libfoo.a)"
8757 msgstr ""
8758
8759 #. type: textblock
8760 #: ../src/guestfs-actions.pod:1644 ../fish/guestfish-actions.pod:1116
8761 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8762 msgstr ""
8763
8764 #. type: textblock
8765 #: ../src/guestfs-actions.pod:1648 ../fish/guestfish-actions.pod:1120
8766 msgid "x86 Linux vmlinuz kernels"
8767 msgstr ""
8768
8769 #. type: textblock
8770 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1122
8771 msgid ""
8772 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8773 "compressed code, and are horribly hard to unpack.  If you want to find the "
8774 "architecture of a kernel, use the architecture of the associated initrd or "
8775 "kernel module(s) instead."
8776 msgstr ""
8777
8778 #. type: textblock
8779 #: ../src/guestfs-actions.pod:1660 ../src/guestfs-actions.pod:1823
8780 #: ../src/guestfs-actions.pod:1840 ../src/guestfs-actions.pod:2531
8781 #: ../src/guestfs-actions.pod:2616 ../src/guestfs-actions.pod:2686
8782 #: ../src/guestfs-actions.pod:2774 ../src/guestfs-actions.pod:2795
8783 #: ../src/guestfs-actions.pod:2838 ../src/guestfs-actions.pod:2922
8784 #: ../src/guestfs-actions.pod:3019 ../src/guestfs-actions.pod:3266
8785 #: ../src/guestfs-actions.pod:3398
8786 msgid "(Added in 1.5.3)"
8787 msgstr ""
8788
8789 #. type: =head2
8790 #: ../src/guestfs-actions.pod:1662
8791 msgid "guestfs_filesize"
8792 msgstr ""
8793
8794 #. type: verbatim
8795 #: ../src/guestfs-actions.pod:1664
8796 #, no-wrap
8797 msgid ""
8798 " int64_t\n"
8799 " guestfs_filesize (guestfs_h *g,\n"
8800 "                   const char *file);\n"
8801 "\n"
8802 msgstr ""
8803
8804 #. type: textblock
8805 #: ../src/guestfs-actions.pod:1668 ../fish/guestfish-actions.pod:1133
8806 msgid "This command returns the size of C<file> in bytes."
8807 msgstr ""
8808
8809 #. type: textblock
8810 #: ../src/guestfs-actions.pod:1670
8811 msgid ""
8812 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8813 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8814 "devices, use C<guestfs_blockdev_getsize64>."
8815 msgstr ""
8816
8817 #. type: textblock
8818 #: ../src/guestfs-actions.pod:1676
8819 msgid "(Added in 1.0.82)"
8820 msgstr ""
8821
8822 #. type: =head2
8823 #: ../src/guestfs-actions.pod:1678
8824 msgid "guestfs_fill"
8825 msgstr ""
8826
8827 #. type: verbatim
8828 #: ../src/guestfs-actions.pod:1680
8829 #, no-wrap
8830 msgid ""
8831 " int\n"
8832 " guestfs_fill (guestfs_h *g,\n"
8833 "               int c,\n"
8834 "               int len,\n"
8835 "               const char *path);\n"
8836 "\n"
8837 msgstr ""
8838
8839 #. type: textblock
8840 #: ../src/guestfs-actions.pod:1686 ../fish/guestfish-actions.pod:1143
8841 msgid ""
8842 "This command creates a new file called C<path>.  The initial content of the "
8843 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
8844 "[0..255]>."
8845 msgstr ""
8846
8847 #. type: textblock
8848 #: ../src/guestfs-actions.pod:1690
8849 msgid ""
8850 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
8851 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
8852 "bytes use C<guestfs_fill_pattern>."
8853 msgstr ""
8854
8855 #. type: textblock
8856 #: ../src/guestfs-actions.pod:1702
8857 msgid "(Added in 1.0.79)"
8858 msgstr ""
8859
8860 #. type: =head2
8861 #: ../src/guestfs-actions.pod:1704
8862 msgid "guestfs_fill_pattern"
8863 msgstr ""
8864
8865 #. type: verbatim
8866 #: ../src/guestfs-actions.pod:1706
8867 #, no-wrap
8868 msgid ""
8869 " int\n"
8870 " guestfs_fill_pattern (guestfs_h *g,\n"
8871 "                       const char *pattern,\n"
8872 "                       int len,\n"
8873 "                       const char *path);\n"
8874 "\n"
8875 msgstr ""
8876
8877 #. type: textblock
8878 #: ../src/guestfs-actions.pod:1712
8879 msgid ""
8880 "This function is like C<guestfs_fill> except that it creates a new file of "
8881 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
8882 "pattern is truncated if necessary to ensure the length of the file is "
8883 "exactly C<len> bytes."
8884 msgstr ""
8885
8886 #. type: textblock
8887 #: ../src/guestfs-actions.pod:1724
8888 msgid "(Added in 1.3.12)"
8889 msgstr ""
8890
8891 #. type: =head2
8892 #: ../src/guestfs-actions.pod:1726
8893 msgid "guestfs_find"
8894 msgstr ""
8895
8896 #. type: verbatim
8897 #: ../src/guestfs-actions.pod:1728
8898 #, no-wrap
8899 msgid ""
8900 " char **\n"
8901 " guestfs_find (guestfs_h *g,\n"
8902 "               const char *directory);\n"
8903 "\n"
8904 msgstr ""
8905
8906 #. type: textblock
8907 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1165
8908 msgid ""
8909 "This command lists out all files and directories, recursively, starting at "
8910 "C<directory>.  It is essentially equivalent to running the shell command "
8911 "C<find directory -print> but some post-processing happens on the output, "
8912 "described below."
8913 msgstr ""
8914
8915 #. type: textblock
8916 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
8917 msgid ""
8918 "This returns a list of strings I<without any prefix>.  Thus if the directory "
8919 "structure was:"
8920 msgstr ""
8921
8922 #. type: verbatim
8923 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1173
8924 #, no-wrap
8925 msgid ""
8926 " /tmp/a\n"
8927 " /tmp/b\n"
8928 " /tmp/c/d\n"
8929 "\n"
8930 msgstr ""
8931
8932 #. type: textblock
8933 #: ../src/guestfs-actions.pod:1744
8934 msgid ""
8935 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
8936 msgstr ""
8937
8938 #. type: verbatim
8939 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1180
8940 #, no-wrap
8941 msgid ""
8942 " a\n"
8943 " b\n"
8944 " c\n"
8945 " c/d\n"
8946 "\n"
8947 msgstr ""
8948
8949 #. type: textblock
8950 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
8951 msgid "If C<directory> is not a directory, then this command returns an error."
8952 msgstr ""
8953
8954 #. type: textblock
8955 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1188
8956 msgid "The returned list is sorted."
8957 msgstr ""
8958
8959 #. type: textblock
8960 #: ../src/guestfs-actions.pod:1757
8961 msgid "See also C<guestfs_find0>."
8962 msgstr ""
8963
8964 #. type: textblock
8965 #: ../src/guestfs-actions.pod:1766 ../src/guestfs-actions.pod:4092
8966 #: ../src/guestfs-actions.pod:5635
8967 msgid "(Added in 1.0.27)"
8968 msgstr ""
8969
8970 #. type: =head2
8971 #: ../src/guestfs-actions.pod:1768
8972 msgid "guestfs_find0"
8973 msgstr ""
8974
8975 #. type: verbatim
8976 #: ../src/guestfs-actions.pod:1770
8977 #, no-wrap
8978 msgid ""
8979 " int\n"
8980 " guestfs_find0 (guestfs_h *g,\n"
8981 "                const char *directory,\n"
8982 "                const char *files);\n"
8983 "\n"
8984 msgstr ""
8985
8986 #. type: textblock
8987 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1199
8988 msgid ""
8989 "This command lists out all files and directories, recursively, starting at "
8990 "C<directory>, placing the resulting list in the external file called "
8991 "C<files>."
8992 msgstr ""
8993
8994 #. type: textblock
8995 #: ../src/guestfs-actions.pod:1779
8996 msgid ""
8997 "This command works the same way as C<guestfs_find> with the following "
8998 "exceptions:"
8999 msgstr ""
9000
9001 #. type: textblock
9002 #: ../src/guestfs-actions.pod:1786 ../fish/guestfish-actions.pod:1210
9003 msgid "The resulting list is written to an external file."
9004 msgstr ""
9005
9006 #. type: textblock
9007 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1214
9008 msgid ""
9009 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9010 "L<find(1)> option I<-print0>."
9011 msgstr ""
9012
9013 #. type: textblock
9014 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1219
9015 msgid "This command is not limited in the number of names that it can return."
9016 msgstr ""
9017
9018 #. type: textblock
9019 #: ../src/guestfs-actions.pod:1800 ../fish/guestfish-actions.pod:1224
9020 msgid "The result list is not sorted."
9021 msgstr ""
9022
9023 #. type: textblock
9024 #: ../src/guestfs-actions.pod:1806
9025 msgid "(Added in 1.0.74)"
9026 msgstr ""
9027
9028 #. type: =head2
9029 #: ../src/guestfs-actions.pod:1808
9030 msgid "guestfs_findfs_label"
9031 msgstr ""
9032
9033 #. type: verbatim
9034 #: ../src/guestfs-actions.pod:1810
9035 #, no-wrap
9036 msgid ""
9037 " char *\n"
9038 " guestfs_findfs_label (guestfs_h *g,\n"
9039 "                       const char *label);\n"
9040 "\n"
9041 msgstr ""
9042
9043 #. type: textblock
9044 #: ../src/guestfs-actions.pod:1814 ../fish/guestfish-actions.pod:1234
9045 msgid ""
9046 "This command searches the filesystems and returns the one which has the "
9047 "given label.  An error is returned if no such filesystem can be found."
9048 msgstr ""
9049
9050 #. type: textblock
9051 #: ../src/guestfs-actions.pod:1818
9052 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9053 msgstr ""
9054
9055 #. type: =head2
9056 #: ../src/guestfs-actions.pod:1825
9057 msgid "guestfs_findfs_uuid"
9058 msgstr ""
9059
9060 #. type: verbatim
9061 #: ../src/guestfs-actions.pod:1827
9062 #, no-wrap
9063 msgid ""
9064 " char *\n"
9065 " guestfs_findfs_uuid (guestfs_h *g,\n"
9066 "                      const char *uuid);\n"
9067 "\n"
9068 msgstr ""
9069
9070 #. type: textblock
9071 #: ../src/guestfs-actions.pod:1831 ../fish/guestfish-actions.pod:1244
9072 msgid ""
9073 "This command searches the filesystems and returns the one which has the "
9074 "given UUID.  An error is returned if no such filesystem can be found."
9075 msgstr ""
9076
9077 #. type: textblock
9078 #: ../src/guestfs-actions.pod:1835
9079 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9080 msgstr ""
9081
9082 #. type: =head2
9083 #: ../src/guestfs-actions.pod:1842
9084 msgid "guestfs_fsck"
9085 msgstr ""
9086
9087 #. type: verbatim
9088 #: ../src/guestfs-actions.pod:1844
9089 #, no-wrap
9090 msgid ""
9091 " int\n"
9092 " guestfs_fsck (guestfs_h *g,\n"
9093 "               const char *fstype,\n"
9094 "               const char *device);\n"
9095 "\n"
9096 msgstr ""
9097
9098 #. type: textblock
9099 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
9100 msgid ""
9101 "This runs the filesystem checker (fsck) on C<device> which should have "
9102 "filesystem type C<fstype>."
9103 msgstr ""
9104
9105 #. type: textblock
9106 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1257
9107 msgid ""
9108 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9109 "codes from C<fsck>."
9110 msgstr ""
9111
9112 #. type: textblock
9113 #: ../src/guestfs-actions.pod:1861 ../fish/guestfish-actions.pod:1266
9114 msgid "Multiple status codes can be summed together."
9115 msgstr ""
9116
9117 #. type: textblock
9118 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1270
9119 msgid ""
9120 "A non-zero return code can mean \"success\", for example if errors have been "
9121 "corrected on the filesystem."
9122 msgstr ""
9123
9124 #. type: textblock
9125 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1275
9126 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9127 msgstr ""
9128
9129 #. type: textblock
9130 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1280
9131 msgid ""
9132 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9133 msgstr ""
9134
9135 #. type: textblock
9136 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:7331
9137 msgid "(Added in 1.0.16)"
9138 msgstr ""
9139
9140 #. type: =head2
9141 #: ../src/guestfs-actions.pod:1881
9142 msgid "guestfs_get_append"
9143 msgstr ""
9144
9145 #. type: verbatim
9146 #: ../src/guestfs-actions.pod:1883
9147 #, no-wrap
9148 msgid ""
9149 " const char *\n"
9150 " guestfs_get_append (guestfs_h *g);\n"
9151 "\n"
9152 msgstr ""
9153
9154 #. type: textblock
9155 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
9156 msgid ""
9157 "Return the additional kernel options which are added to the guest kernel "
9158 "command line."
9159 msgstr ""
9160
9161 #. type: textblock
9162 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1289
9163 msgid "If C<NULL> then no options are added."
9164 msgstr ""
9165
9166 #. type: textblock
9167 #: ../src/guestfs-actions.pod:1891
9168 msgid ""
9169 "This function returns a string which may be NULL.  There is no way to return "
9170 "an error from this function.  The string is owned by the guest handle and "
9171 "must I<not> be freed."
9172 msgstr ""
9173
9174 #. type: textblock
9175 #: ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:5313
9176 #: ../src/guestfs-actions.pod:5793 ../src/guestfs-actions.pod:6193
9177 #: ../src/guestfs-actions.pod:6212 ../src/guestfs-actions.pod:6228
9178 #: ../src/guestfs-actions.pod:6245 ../src/guestfs-actions.pod:7002
9179 #: ../src/guestfs-actions.pod:7020 ../src/guestfs-actions.pod:7374
9180 msgid "(Added in 1.0.26)"
9181 msgstr ""
9182
9183 #. type: =head2
9184 #: ../src/guestfs-actions.pod:1897
9185 msgid "guestfs_get_attach_method"
9186 msgstr ""
9187
9188 #. type: verbatim
9189 #: ../src/guestfs-actions.pod:1899
9190 #, no-wrap
9191 msgid ""
9192 " char *\n"
9193 " guestfs_get_attach_method (guestfs_h *g);\n"
9194 "\n"
9195 msgstr ""
9196
9197 #. type: textblock
9198 #: ../src/guestfs-actions.pod:1902
9199 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
9200 msgstr ""
9201
9202 #. type: =head2
9203 #: ../src/guestfs-actions.pod:1907
9204 msgid "guestfs_get_autosync"
9205 msgstr ""
9206
9207 #. type: verbatim
9208 #: ../src/guestfs-actions.pod:1909
9209 #, no-wrap
9210 msgid ""
9211 " int\n"
9212 " guestfs_get_autosync (guestfs_h *g);\n"
9213 "\n"
9214 msgstr ""
9215
9216 #. type: textblock
9217 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1301
9218 msgid "Get the autosync flag."
9219 msgstr ""
9220
9221 #. type: =head2
9222 #: ../src/guestfs-actions.pod:1918
9223 msgid "guestfs_get_direct"
9224 msgstr ""
9225
9226 #. type: verbatim
9227 #: ../src/guestfs-actions.pod:1920
9228 #, no-wrap
9229 msgid ""
9230 " int\n"
9231 " guestfs_get_direct (guestfs_h *g);\n"
9232 "\n"
9233 msgstr ""
9234
9235 #. type: textblock
9236 #: ../src/guestfs-actions.pod:1923 ../fish/guestfish-actions.pod:1307
9237 msgid "Return the direct appliance mode flag."
9238 msgstr ""
9239
9240 #. type: textblock
9241 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:5862
9242 msgid "(Added in 1.0.72)"
9243 msgstr ""
9244
9245 #. type: =head2
9246 #: ../src/guestfs-actions.pod:1929
9247 msgid "guestfs_get_e2label"
9248 msgstr ""
9249
9250 #. type: verbatim
9251 #: ../src/guestfs-actions.pod:1931
9252 #, no-wrap
9253 msgid ""
9254 " char *\n"
9255 " guestfs_get_e2label (guestfs_h *g,\n"
9256 "                      const char *device);\n"
9257 "\n"
9258 msgstr ""
9259
9260 #. type: textblock
9261 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1313
9262 msgid ""
9263 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9264 msgstr ""
9265
9266 #. type: textblock
9267 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1316
9268 msgid ""
9269 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9270 msgstr ""
9271
9272 #. type: textblock
9273 #: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:1969
9274 #: ../src/guestfs-actions.pod:5880 ../src/guestfs-actions.pod:5899
9275 msgid "(Added in 1.0.15)"
9276 msgstr ""
9277
9278 #. type: =head2
9279 #: ../src/guestfs-actions.pod:1950
9280 msgid "guestfs_get_e2uuid"
9281 msgstr ""
9282
9283 #. type: verbatim
9284 #: ../src/guestfs-actions.pod:1952
9285 #, no-wrap
9286 msgid ""
9287 " char *\n"
9288 " guestfs_get_e2uuid (guestfs_h *g,\n"
9289 "                     const char *device);\n"
9290 "\n"
9291 msgstr ""
9292
9293 #. type: textblock
9294 #: ../src/guestfs-actions.pod:1956 ../fish/guestfish-actions.pod:1327
9295 msgid ""
9296 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9297 msgstr ""
9298
9299 #. type: textblock
9300 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1330
9301 msgid ""
9302 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9303 msgstr ""
9304
9305 #. type: =head2
9306 #: ../src/guestfs-actions.pod:1971
9307 msgid "guestfs_get_memsize"
9308 msgstr ""
9309
9310 #. type: verbatim
9311 #: ../src/guestfs-actions.pod:1973
9312 #, no-wrap
9313 msgid ""
9314 " int\n"
9315 " guestfs_get_memsize (guestfs_h *g);\n"
9316 "\n"
9317 msgstr ""
9318
9319 #. type: textblock
9320 #: ../src/guestfs-actions.pod:1976 ../fish/guestfish-actions.pod:1341
9321 msgid ""
9322 "This gets the memory size in megabytes allocated to the qemu subprocess."
9323 msgstr ""
9324
9325 #. type: textblock
9326 #: ../src/guestfs-actions.pod:1979
9327 msgid ""
9328 "If C<guestfs_set_memsize> was not called on this handle, and if "
9329 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9330 "value for memsize."
9331 msgstr ""
9332
9333 #. type: textblock
9334 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2064
9335 #: ../src/guestfs-actions.pod:5915 ../src/guestfs-actions.pod:6022
9336 #: ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399
9337 #: ../fish/guestfish-actions.pod:3985 ../fish/guestfish-actions.pod:4072
9338 msgid ""
9339 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9340 msgstr ""
9341
9342 #. type: textblock
9343 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:4383
9344 #: ../src/guestfs-actions.pod:4580 ../src/guestfs-actions.pod:4599
9345 #: ../src/guestfs-actions.pod:4618 ../src/guestfs-actions.pod:4630
9346 #: ../src/guestfs-actions.pod:4647 ../src/guestfs-actions.pod:4660
9347 #: ../src/guestfs-actions.pod:5538 ../src/guestfs-actions.pod:5920
9348 #: ../src/guestfs-actions.pod:6167 ../src/guestfs-actions.pod:6768
9349 msgid "(Added in 1.0.55)"
9350 msgstr ""
9351
9352 #. type: =head2
9353 #: ../src/guestfs-actions.pod:1990
9354 msgid "guestfs_get_network"
9355 msgstr ""
9356
9357 #. type: verbatim
9358 #: ../src/guestfs-actions.pod:1992
9359 #, no-wrap
9360 msgid ""
9361 " int\n"
9362 " guestfs_get_network (guestfs_h *g);\n"
9363 "\n"
9364 msgstr ""
9365
9366 #. type: textblock
9367 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1355
9368 msgid "This returns the enable network flag."
9369 msgstr ""
9370
9371 #. type: textblock
9372 #: ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:5939
9373 msgid "(Added in 1.5.4)"
9374 msgstr ""
9375
9376 #. type: =head2
9377 #: ../src/guestfs-actions.pod:2001
9378 msgid "guestfs_get_path"
9379 msgstr ""
9380
9381 #. type: verbatim
9382 #: ../src/guestfs-actions.pod:2003
9383 #, no-wrap
9384 msgid ""
9385 " const char *\n"
9386 " guestfs_get_path (guestfs_h *g);\n"
9387 "\n"
9388 msgstr ""
9389
9390 #. type: textblock
9391 #: ../src/guestfs-actions.pod:2006 ../fish/guestfish-actions.pod:1361
9392 msgid "Return the current search path."
9393 msgstr ""
9394
9395 #. type: textblock
9396 #: ../src/guestfs-actions.pod:2008 ../fish/guestfish-actions.pod:1363
9397 msgid ""
9398 "This is always non-NULL.  If it wasn't set already, then this will return "
9399 "the default path."
9400 msgstr ""
9401
9402 #. type: textblock
9403 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2040
9404 msgid ""
9405 "This function returns a string, or NULL on error.  The string is owned by "
9406 "the guest handle and must I<not> be freed."
9407 msgstr ""
9408
9409 #. type: =head2
9410 #: ../src/guestfs-actions.pod:2016
9411 msgid "guestfs_get_pid"
9412 msgstr ""
9413
9414 #. type: verbatim
9415 #: ../src/guestfs-actions.pod:2018
9416 #, no-wrap
9417 msgid ""
9418 " int\n"
9419 " guestfs_get_pid (guestfs_h *g);\n"
9420 "\n"
9421 msgstr ""
9422
9423 #. type: textblock
9424 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
9425 msgid ""
9426 "Return the process ID of the qemu subprocess.  If there is no qemu "
9427 "subprocess, then this will return an error."
9428 msgstr ""
9429
9430 #. type: textblock
9431 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1375
9432 msgid "This is an internal call used for debugging and testing."
9433 msgstr ""
9434
9435 #. type: textblock
9436 #: ../src/guestfs-actions.pod:2028
9437 msgid "(Added in 1.0.56)"
9438 msgstr ""
9439
9440 #. type: =head2
9441 #: ../src/guestfs-actions.pod:2030
9442 msgid "guestfs_get_qemu"
9443 msgstr ""
9444
9445 #. type: verbatim
9446 #: ../src/guestfs-actions.pod:2032
9447 #, no-wrap
9448 msgid ""
9449 " const char *\n"
9450 " guestfs_get_qemu (guestfs_h *g);\n"
9451 "\n"
9452 msgstr ""
9453
9454 #. type: textblock
9455 #: ../src/guestfs-actions.pod:2035 ../fish/guestfish-actions.pod:1381
9456 msgid "Return the current qemu binary."
9457 msgstr ""
9458
9459 #. type: textblock
9460 #: ../src/guestfs-actions.pod:2037 ../fish/guestfish-actions.pod:1383
9461 msgid ""
9462 "This is always non-NULL.  If it wasn't set already, then this will return "
9463 "the default qemu binary name."
9464 msgstr ""
9465
9466 #. type: textblock
9467 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:5984
9468 msgid "(Added in 1.0.6)"
9469 msgstr ""
9470
9471 #. type: =head2
9472 #: ../src/guestfs-actions.pod:2045
9473 msgid "guestfs_get_recovery_proc"
9474 msgstr ""
9475
9476 #. type: verbatim
9477 #: ../src/guestfs-actions.pod:2047
9478 #, no-wrap
9479 msgid ""
9480 " int\n"
9481 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9482 "\n"
9483 msgstr ""
9484
9485 #. type: textblock
9486 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
9487 msgid "Return the recovery process enabled flag."
9488 msgstr ""
9489
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3493
9492 #: ../src/guestfs-actions.pod:3790 ../src/guestfs-actions.pod:4190
9493 #: ../src/guestfs-actions.pod:4222 ../src/guestfs-actions.pod:5243
9494 #: ../src/guestfs-actions.pod:5586 ../src/guestfs-actions.pod:6008
9495 #: ../src/guestfs-actions.pod:6671 ../src/guestfs-actions.pod:6691
9496 #: ../src/guestfs-actions.pod:6883
9497 msgid "(Added in 1.0.77)"
9498 msgstr ""
9499
9500 #. type: =head2
9501 #: ../src/guestfs-actions.pod:2056
9502 msgid "guestfs_get_selinux"
9503 msgstr ""
9504
9505 #. type: verbatim
9506 #: ../src/guestfs-actions.pod:2058
9507 #, no-wrap
9508 msgid ""
9509 " int\n"
9510 " guestfs_get_selinux (guestfs_h *g);\n"
9511 "\n"
9512 msgstr ""
9513
9514 #. type: textblock
9515 #: ../src/guestfs-actions.pod:2061
9516 msgid ""
9517 "This returns the current setting of the selinux flag which is passed to the "
9518 "appliance at boot time.  See C<guestfs_set_selinux>."
9519 msgstr ""
9520
9521 #. type: textblock
9522 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2132
9523 #: ../src/guestfs-actions.pod:6027 ../src/guestfs-actions.pod:6085
9524 msgid "(Added in 1.0.67)"
9525 msgstr ""
9526
9527 #. type: =head2
9528 #: ../src/guestfs-actions.pod:2071
9529 msgid "guestfs_get_state"
9530 msgstr ""
9531
9532 #. type: verbatim
9533 #: ../src/guestfs-actions.pod:2073
9534 #, no-wrap
9535 msgid ""
9536 " int\n"
9537 " guestfs_get_state (guestfs_h *g);\n"
9538 "\n"
9539 msgstr ""
9540
9541 #. type: textblock
9542 #: ../src/guestfs-actions.pod:2076 ../fish/guestfish-actions.pod:1406
9543 msgid ""
9544 "This returns the current state as an opaque integer.  This is only useful "
9545 "for printing debug and internal error messages."
9546 msgstr ""
9547
9548 #. type: textblock
9549 #: ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:3291
9550 #: ../src/guestfs-actions.pod:3320 ../src/guestfs-actions.pod:3381
9551 #: ../src/guestfs-actions.pod:3408 ../fish/guestfish-actions.pod:1409
9552 #: ../fish/guestfish-actions.pod:2315 ../fish/guestfish-actions.pod:2333
9553 #: ../fish/guestfish-actions.pod:2371 ../fish/guestfish-actions.pod:2387
9554 msgid "For more information on states, see L<guestfs(3)>."
9555 msgstr ""
9556
9557 #. type: =head2
9558 #: ../src/guestfs-actions.pod:2085
9559 msgid "guestfs_get_trace"
9560 msgstr ""
9561
9562 #. type: verbatim
9563 #: ../src/guestfs-actions.pod:2087
9564 #, no-wrap
9565 msgid ""
9566 " int\n"
9567 " guestfs_get_trace (guestfs_h *g);\n"
9568 "\n"
9569 msgstr ""
9570
9571 #. type: textblock
9572 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
9573 msgid "Return the command trace flag."
9574 msgstr ""
9575
9576 #. type: =head2
9577 #: ../src/guestfs-actions.pod:2096
9578 msgid "guestfs_get_umask"
9579 msgstr ""
9580
9581 #. type: verbatim
9582 #: ../src/guestfs-actions.pod:2098
9583 #, no-wrap
9584 msgid ""
9585 " int\n"
9586 " guestfs_get_umask (guestfs_h *g);\n"
9587 "\n"
9588 msgstr ""
9589
9590 #. type: textblock
9591 #: ../src/guestfs-actions.pod:2101
9592 msgid ""
9593 "Return the current umask.  By default the umask is C<022> unless it has been "
9594 "set by calling C<guestfs_umask>."
9595 msgstr ""
9596
9597 #. type: =head2
9598 #: ../src/guestfs-actions.pod:2108
9599 msgid "guestfs_get_verbose"
9600 msgstr ""
9601
9602 #. type: verbatim
9603 #: ../src/guestfs-actions.pod:2110
9604 #, no-wrap
9605 msgid ""
9606 " int\n"
9607 " guestfs_get_verbose (guestfs_h *g);\n"
9608 "\n"
9609 msgstr ""
9610
9611 #. type: textblock
9612 #: ../src/guestfs-actions.pod:2113 ../fish/guestfish-actions.pod:1428
9613 msgid "This returns the verbose messages flag."
9614 msgstr ""
9615
9616 #. type: =head2
9617 #: ../src/guestfs-actions.pod:2119
9618 msgid "guestfs_getcon"
9619 msgstr ""
9620
9621 #. type: verbatim
9622 #: ../src/guestfs-actions.pod:2121
9623 #, no-wrap
9624 msgid ""
9625 " char *\n"
9626 " guestfs_getcon (guestfs_h *g);\n"
9627 "\n"
9628 msgstr ""
9629
9630 #. type: textblock
9631 #: ../src/guestfs-actions.pod:2124 ../fish/guestfish-actions.pod:1434
9632 msgid "This gets the SELinux security context of the daemon."
9633 msgstr ""
9634
9635 #. type: textblock
9636 #: ../src/guestfs-actions.pod:2126
9637 msgid ""
9638 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9639 msgstr ""
9640
9641 #. type: =head2
9642 #: ../src/guestfs-actions.pod:2134
9643 msgid "guestfs_getxattr"
9644 msgstr ""
9645
9646 #. type: verbatim
9647 #: ../src/guestfs-actions.pod:2136
9648 #, no-wrap
9649 msgid ""
9650 " char *\n"
9651 " guestfs_getxattr (guestfs_h *g,\n"
9652 "                   const char *path,\n"
9653 "                   const char *name,\n"
9654 "                   size_t *size_r);\n"
9655 "\n"
9656 msgstr ""
9657
9658 #. type: textblock
9659 #: ../src/guestfs-actions.pod:2142
9660 msgid ""
9661 "Get a single extended attribute from file C<path> named C<name>.  This call "
9662 "follows symlinks.  If you want to lookup an extended attribute for the "
9663 "symlink itself, use C<guestfs_lgetxattr>."
9664 msgstr ""
9665
9666 #. type: textblock
9667 #: ../src/guestfs-actions.pod:2146 ../src/guestfs-actions.pod:3507
9668 msgid ""
9669 "Normally it is better to get all extended attributes from a file in one go "
9670 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9671 "implementations are buggy and do not provide a way to list out attributes.  "
9672 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9673 "extended attributes you want in advance and call this function."
9674 msgstr ""
9675
9676 #. type: textblock
9677 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:3514
9678 #: ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2452
9679 msgid ""
9680 "Extended attribute values are blobs of binary data.  If there is no extended "
9681 "attribute named C<name>, this returns an error."
9682 msgstr ""
9683
9684 #. type: textblock
9685 #: ../src/guestfs-actions.pod:2156
9686 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9687 msgstr ""
9688
9689 #. type: textblock
9690 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:2349
9691 #: ../src/guestfs-actions.pod:3519 ../src/guestfs-actions.pod:5236
9692 #: ../src/guestfs-actions.pod:5262 ../src/guestfs-actions.pod:5443
9693 msgid ""
9694 "This function returns a buffer, or NULL on error.  The size of the returned "
9695 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9696 "after use>."
9697 msgstr ""
9698
9699 #. type: textblock
9700 #: ../src/guestfs-actions.pod:2162 ../src/guestfs-actions.pod:3523
9701 msgid "(Added in 1.7.24)"
9702 msgstr ""
9703
9704 #. type: =head2
9705 #: ../src/guestfs-actions.pod:2164
9706 msgid "guestfs_getxattrs"
9707 msgstr ""
9708
9709 #. type: verbatim
9710 #: ../src/guestfs-actions.pod:2166
9711 #, no-wrap
9712 msgid ""
9713 " struct guestfs_xattr_list *\n"
9714 " guestfs_getxattrs (guestfs_h *g,\n"
9715 "                    const char *path);\n"
9716 "\n"
9717 msgstr ""
9718
9719 #. type: textblock
9720 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9721 msgid ""
9722 "This call lists the extended attributes of the file or directory C<path>."
9723 msgstr ""
9724
9725 #. type: textblock
9726 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1466
9727 msgid ""
9728 "At the system call level, this is a combination of the L<listxattr(2)> and "
9729 "L<getxattr(2)> calls."
9730 msgstr ""
9731
9732 #. type: textblock
9733 #: ../src/guestfs-actions.pod:2176
9734 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9735 msgstr ""
9736
9737 #. type: textblock
9738 #: ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:3535
9739 #: ../src/guestfs-actions.pod:4186
9740 msgid ""
9741 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9742 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9743 msgstr ""
9744
9745 #. type: textblock
9746 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:3539
9747 #: ../src/guestfs-actions.pod:3704 ../src/guestfs-actions.pod:3740
9748 #: ../src/guestfs-actions.pod:5616 ../src/guestfs-actions.pod:6104
9749 #: ../src/guestfs-actions.pod:7439
9750 msgid "(Added in 1.0.59)"
9751 msgstr ""
9752
9753 #. type: =head2
9754 #: ../src/guestfs-actions.pod:2184
9755 msgid "guestfs_glob_expand"
9756 msgstr ""
9757
9758 #. type: verbatim
9759 #: ../src/guestfs-actions.pod:2186
9760 #, no-wrap
9761 msgid ""
9762 " char **\n"
9763 " guestfs_glob_expand (guestfs_h *g,\n"
9764 "                      const char *pattern);\n"
9765 "\n"
9766 msgstr ""
9767
9768 #. type: textblock
9769 #: ../src/guestfs-actions.pod:2190 ../fish/guestfish-actions.pod:1475
9770 msgid ""
9771 "This command searches for all the pathnames matching C<pattern> according to "
9772 "the wildcard expansion rules used by the shell."
9773 msgstr ""
9774
9775 #. type: textblock
9776 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9777 msgid ""
9778 "If no paths match, then this returns an empty list (note: not an error)."
9779 msgstr ""
9780
9781 #. type: textblock
9782 #: ../src/guestfs-actions.pod:2197 ../fish/guestfish-actions.pod:1482
9783 msgid ""
9784 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
9785 "GLOB_BRACE>.  See that manual page for more details."
9786 msgstr ""
9787
9788 #. type: textblock
9789 #: ../src/guestfs-actions.pod:2205 ../src/guestfs-actions.pod:6269
9790 #: ../src/guestfs-actions.pod:6286
9791 msgid "(Added in 1.0.50)"
9792 msgstr ""
9793
9794 #. type: =head2
9795 #: ../src/guestfs-actions.pod:2207
9796 msgid "guestfs_grep"
9797 msgstr ""
9798
9799 #. type: verbatim
9800 #: ../src/guestfs-actions.pod:2209
9801 #, no-wrap
9802 msgid ""
9803 " char **\n"
9804 " guestfs_grep (guestfs_h *g,\n"
9805 "               const char *regex,\n"
9806 "               const char *path);\n"
9807 "\n"
9808 msgstr ""
9809
9810 #. type: textblock
9811 #: ../src/guestfs-actions.pod:2214 ../fish/guestfish-actions.pod:1490
9812 msgid "This calls the external C<grep> program and returns the matching lines."
9813 msgstr ""
9814
9815 #. type: =head2
9816 #: ../src/guestfs-actions.pod:2226
9817 msgid "guestfs_grepi"
9818 msgstr ""
9819
9820 #. type: verbatim
9821 #: ../src/guestfs-actions.pod:2228
9822 #, no-wrap
9823 msgid ""
9824 " char **\n"
9825 " guestfs_grepi (guestfs_h *g,\n"
9826 "                const char *regex,\n"
9827 "                const char *path);\n"
9828 "\n"
9829 msgstr ""
9830
9831 #. type: textblock
9832 #: ../src/guestfs-actions.pod:2233 ../fish/guestfish-actions.pod:1500
9833 msgid ""
9834 "This calls the external C<grep -i> program and returns the matching lines."
9835 msgstr ""
9836
9837 #. type: =head2
9838 #: ../src/guestfs-actions.pod:2245
9839 msgid "guestfs_grub_install"
9840 msgstr ""
9841
9842 #. type: verbatim
9843 #: ../src/guestfs-actions.pod:2247
9844 #, no-wrap
9845 msgid ""
9846 " int\n"
9847 " guestfs_grub_install (guestfs_h *g,\n"
9848 "                       const char *root,\n"
9849 "                       const char *device);\n"
9850 "\n"
9851 msgstr ""
9852
9853 #. type: textblock
9854 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
9855 msgid ""
9856 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
9857 "the root directory being C<root>."
9858 msgstr ""
9859
9860 #. type: textblock
9861 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1513
9862 msgid ""
9863 "Note: If grub-install reports the error \"No suitable drive was found in the "
9864 "generated device map.\" it may be that you need to create a C</boot/grub/"
9865 "device.map> file first that contains the mapping between grub device names "
9866 "and Linux device names.  It is usually sufficient to create a file "
9867 "containing:"
9868 msgstr ""
9869
9870 #. type: verbatim
9871 #: ../src/guestfs-actions.pod:2262 ../fish/guestfish-actions.pod:1520
9872 #, no-wrap
9873 msgid ""
9874 " (hd0) /dev/vda\n"
9875 "\n"
9876 msgstr ""
9877
9878 #. type: textblock
9879 #: ../src/guestfs-actions.pod:2264 ../fish/guestfish-actions.pod:1522
9880 msgid "replacing C</dev/vda> with the name of the installation device."
9881 msgstr ""
9882
9883 #. type: textblock
9884 #: ../src/guestfs-actions.pod:2268
9885 msgid "(Added in 1.0.17)"
9886 msgstr ""
9887
9888 #. type: =head2
9889 #: ../src/guestfs-actions.pod:2270
9890 msgid "guestfs_head"
9891 msgstr ""
9892
9893 #. type: verbatim
9894 #: ../src/guestfs-actions.pod:2272
9895 #, no-wrap
9896 msgid ""
9897 " char **\n"
9898 " guestfs_head (guestfs_h *g,\n"
9899 "               const char *path);\n"
9900 "\n"
9901 msgstr ""
9902
9903 #. type: textblock
9904 #: ../src/guestfs-actions.pod:2276 ../fish/guestfish-actions.pod:1528
9905 msgid ""
9906 "This command returns up to the first 10 lines of a file as a list of strings."
9907 msgstr ""
9908
9909 #. type: =head2
9910 #: ../src/guestfs-actions.pod:2288
9911 msgid "guestfs_head_n"
9912 msgstr ""
9913
9914 #. type: verbatim
9915 #: ../src/guestfs-actions.pod:2290
9916 #, no-wrap
9917 msgid ""
9918 " char **\n"
9919 " guestfs_head_n (guestfs_h *g,\n"
9920 "                 int nrlines,\n"
9921 "                 const char *path);\n"
9922 "\n"
9923 msgstr ""
9924
9925 #. type: textblock
9926 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
9927 msgid ""
9928 "If the parameter C<nrlines> is a positive number, this returns the first "
9929 "C<nrlines> lines of the file C<path>."
9930 msgstr ""
9931
9932 #. type: textblock
9933 #: ../src/guestfs-actions.pod:2298 ../fish/guestfish-actions.pod:1541
9934 msgid ""
9935 "If the parameter C<nrlines> is a negative number, this returns lines from "
9936 "the file C<path>, excluding the last C<nrlines> lines."
9937 msgstr ""
9938
9939 #. type: textblock
9940 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6566
9941 #: ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4422
9942 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
9943 msgstr ""
9944
9945 #. type: =head2
9946 #: ../src/guestfs-actions.pod:2312
9947 msgid "guestfs_hexdump"
9948 msgstr ""
9949
9950 #. type: verbatim
9951 #: ../src/guestfs-actions.pod:2314
9952 #, no-wrap
9953 msgid ""
9954 " char *\n"
9955 " guestfs_hexdump (guestfs_h *g,\n"
9956 "                  const char *path);\n"
9957 "\n"
9958 msgstr ""
9959
9960 #. type: textblock
9961 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1553
9962 msgid ""
9963 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
9964 "readable, canonical hex dump of the file."
9965 msgstr ""
9966
9967 #. type: textblock
9968 #: ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:6350
9969 #: ../src/guestfs-actions.pod:6405
9970 msgid "(Added in 1.0.22)"
9971 msgstr ""
9972
9973 #. type: =head2
9974 #: ../src/guestfs-actions.pod:2329
9975 msgid "guestfs_initrd_cat"
9976 msgstr ""
9977
9978 #. type: verbatim
9979 #: ../src/guestfs-actions.pod:2331
9980 #, no-wrap
9981 msgid ""
9982 " char *\n"
9983 " guestfs_initrd_cat (guestfs_h *g,\n"
9984 "                     const char *initrdpath,\n"
9985 "                     const char *filename,\n"
9986 "                     size_t *size_r);\n"
9987 "\n"
9988 msgstr ""
9989
9990 #. type: textblock
9991 #: ../src/guestfs-actions.pod:2337 ../fish/guestfish-actions.pod:1563
9992 msgid ""
9993 "This command unpacks the file C<filename> from the initrd file called "
9994 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
9995 "character."
9996 msgstr ""
9997
9998 #. type: textblock
9999 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1567
10000 msgid ""
10001 "For example, in guestfish you could use the following command to examine the "
10002 "boot script (usually called C</init>)  contained in a Linux initrd or "
10003 "initramfs image:"
10004 msgstr ""
10005
10006 #. type: verbatim
10007 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1571
10008 #, no-wrap
10009 msgid ""
10010 " initrd-cat /boot/initrd-<version>.img init\n"
10011 "\n"
10012 msgstr ""
10013
10014 #. type: textblock
10015 #: ../src/guestfs-actions.pod:2347
10016 msgid "See also C<guestfs_initrd_list>."
10017 msgstr ""
10018
10019 #. type: =head2
10020 #: ../src/guestfs-actions.pod:2358
10021 msgid "guestfs_initrd_list"
10022 msgstr ""
10023
10024 #. type: verbatim
10025 #: ../src/guestfs-actions.pod:2360
10026 #, no-wrap
10027 msgid ""
10028 " char **\n"
10029 " guestfs_initrd_list (guestfs_h *g,\n"
10030 "                      const char *path);\n"
10031 "\n"
10032 msgstr ""
10033
10034 #. type: textblock
10035 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1582
10036 msgid "This command lists out files contained in an initrd."
10037 msgstr ""
10038
10039 #. type: textblock
10040 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1584
10041 msgid ""
10042 "The files are listed without any initial C</> character.  The files are "
10043 "listed in the order they appear (not necessarily alphabetical).  Directory "
10044 "names are listed as separate items."
10045 msgstr ""
10046
10047 #. type: textblock
10048 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1588
10049 msgid ""
10050 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10051 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10052 "files)."
10053 msgstr ""
10054
10055 #. type: =head2
10056 #: ../src/guestfs-actions.pod:2380
10057 msgid "guestfs_inotify_add_watch"
10058 msgstr ""
10059
10060 #. type: verbatim
10061 #: ../src/guestfs-actions.pod:2382
10062 #, no-wrap
10063 msgid ""
10064 " int64_t\n"
10065 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10066 "                            const char *path,\n"
10067 "                            int mask);\n"
10068 "\n"
10069 msgstr ""
10070
10071 #. type: textblock
10072 #: ../src/guestfs-actions.pod:2387 ../fish/guestfish-actions.pod:1596
10073 msgid "Watch C<path> for the events listed in C<mask>."
10074 msgstr ""
10075
10076 #. type: textblock
10077 #: ../src/guestfs-actions.pod:2389 ../fish/guestfish-actions.pod:1598
10078 msgid ""
10079 "Note that if C<path> is a directory then events within that directory are "
10080 "watched, but this does I<not> happen recursively (in subdirectories)."
10081 msgstr ""
10082
10083 #. type: textblock
10084 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1602
10085 msgid ""
10086 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10087 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10088 msgstr ""
10089
10090 #. type: =head2
10091 #: ../src/guestfs-actions.pod:2401
10092 msgid "guestfs_inotify_close"
10093 msgstr ""
10094
10095 #. type: verbatim
10096 #: ../src/guestfs-actions.pod:2403
10097 #, no-wrap
10098 msgid ""
10099 " int\n"
10100 " guestfs_inotify_close (guestfs_h *g);\n"
10101 "\n"
10102 msgstr ""
10103
10104 #. type: textblock
10105 #: ../src/guestfs-actions.pod:2406 ../fish/guestfish-actions.pod:1610
10106 msgid ""
10107 "This closes the inotify handle which was previously opened by inotify_init.  "
10108 "It removes all watches, throws away any pending events, and deallocates all "
10109 "resources."
10110 msgstr ""
10111
10112 #. type: =head2
10113 #: ../src/guestfs-actions.pod:2414
10114 msgid "guestfs_inotify_files"
10115 msgstr ""
10116
10117 #. type: verbatim
10118 #: ../src/guestfs-actions.pod:2416
10119 #, no-wrap
10120 msgid ""
10121 " char **\n"
10122 " guestfs_inotify_files (guestfs_h *g);\n"
10123 "\n"
10124 msgstr ""
10125
10126 #. type: textblock
10127 #: ../src/guestfs-actions.pod:2419
10128 msgid ""
10129 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10130 "returns a list of pathnames of objects that were touched.  The returned "
10131 "pathnames are sorted and deduplicated."
10132 msgstr ""
10133
10134 #. type: =head2
10135 #: ../src/guestfs-actions.pod:2429
10136 msgid "guestfs_inotify_init"
10137 msgstr ""
10138
10139 #. type: verbatim
10140 #: ../src/guestfs-actions.pod:2431
10141 #, no-wrap
10142 msgid ""
10143 " int\n"
10144 " guestfs_inotify_init (guestfs_h *g,\n"
10145 "                       int maxevents);\n"
10146 "\n"
10147 msgstr ""
10148
10149 #. type: textblock
10150 #: ../src/guestfs-actions.pod:2435 ../fish/guestfish-actions.pod:1626
10151 msgid ""
10152 "This command creates a new inotify handle.  The inotify subsystem can be "
10153 "used to notify events which happen to objects in the guest filesystem."
10154 msgstr ""
10155
10156 #. type: textblock
10157 #: ../src/guestfs-actions.pod:2439
10158 msgid ""
10159 "C<maxevents> is the maximum number of events which will be queued up between "
10160 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10161 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10162 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10163 "throws away events, but records the fact that it threw them away by setting "
10164 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10165 "C<guestfs_inotify_read>)."
10166 msgstr ""
10167
10168 #. type: textblock
10169 #: ../src/guestfs-actions.pod:2449
10170 msgid ""
10171 "Before any events are generated, you have to add some watches to the "
10172 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10173 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10174 msgstr ""
10175
10176 #. type: textblock
10177 #: ../src/guestfs-actions.pod:2455
10178 msgid ""
10179 "Queued up events should be read periodically by calling "
10180 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10181 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10182 "often enough then you risk the internal queue overflowing."
10183 msgstr ""
10184
10185 #. type: textblock
10186 #: ../src/guestfs-actions.pod:2462
10187 msgid ""
10188 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10189 "This also removes any watches automatically."
10190 msgstr ""
10191
10192 #. type: textblock
10193 #: ../src/guestfs-actions.pod:2466 ../fish/guestfish-actions.pod:1657
10194 msgid ""
10195 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10196 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10197 "that there is one global inotify handle per libguestfs instance."
10198 msgstr ""
10199
10200 #. type: =head2
10201 #: ../src/guestfs-actions.pod:2475
10202 msgid "guestfs_inotify_read"
10203 msgstr ""
10204
10205 #. type: verbatim
10206 #: ../src/guestfs-actions.pod:2477
10207 #, no-wrap
10208 msgid ""
10209 " struct guestfs_inotify_event_list *\n"
10210 " guestfs_inotify_read (guestfs_h *g);\n"
10211 "\n"
10212 msgstr ""
10213
10214 #. type: textblock
10215 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
10216 msgid ""
10217 "Return the complete queue of events that have happened since the previous "
10218 "read call."
10219 msgstr ""
10220
10221 #. type: textblock
10222 #: ../src/guestfs-actions.pod:2483 ../fish/guestfish-actions.pod:1669
10223 msgid "If no events have happened, this returns an empty list."
10224 msgstr ""
10225
10226 #. type: textblock
10227 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1671
10228 msgid ""
10229 "I<Note>: In order to make sure that all events have been read, you must call "
10230 "this function repeatedly until it returns an empty list.  The reason is that "
10231 "the call will read events up to the maximum appliance-to-host message size "
10232 "and leave remaining events in the queue."
10233 msgstr ""
10234
10235 #. type: textblock
10236 #: ../src/guestfs-actions.pod:2491
10237 msgid ""
10238 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10239 "there was an error.  I<The caller must call "
10240 "C<guestfs_free_inotify_event_list> after use>."
10241 msgstr ""
10242
10243 #. type: =head2
10244 #: ../src/guestfs-actions.pod:2497
10245 msgid "guestfs_inotify_rm_watch"
10246 msgstr ""
10247
10248 #. type: verbatim
10249 #: ../src/guestfs-actions.pod:2499
10250 #, no-wrap
10251 msgid ""
10252 " int\n"
10253 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10254 "                           int wd);\n"
10255 "\n"
10256 msgstr ""
10257
10258 #. type: textblock
10259 #: ../src/guestfs-actions.pod:2503
10260 msgid ""
10261 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10262 msgstr ""
10263
10264 #. type: =head2
10265 #: ../src/guestfs-actions.pod:2510
10266 msgid "guestfs_inspect_get_arch"
10267 msgstr ""
10268
10269 #. type: verbatim
10270 #: ../src/guestfs-actions.pod:2512
10271 #, no-wrap
10272 msgid ""
10273 " char *\n"
10274 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10275 "                           const char *root);\n"
10276 "\n"
10277 msgstr ""
10278
10279 #. type: textblock
10280 #: ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2539
10281 #: ../src/guestfs-actions.pod:2624 ../src/guestfs-actions.pod:2668
10282 #: ../src/guestfs-actions.pod:2694 ../src/guestfs-actions.pod:2733
10283 #: ../src/guestfs-actions.pod:2755 ../src/guestfs-actions.pod:2782
10284 #: ../src/guestfs-actions.pod:2803 ../src/guestfs-actions.pod:2846
10285 #: ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2906
10286 #: ../src/guestfs-actions.pod:2930 ../src/guestfs-actions.pod:2985
10287 #: ../src/guestfs-actions.pod:3027 ../src/guestfs-actions.pod:3048
10288 #: ../src/guestfs-actions.pod:3071 ../src/guestfs-actions.pod:3088
10289 #: ../src/guestfs-actions.pod:3105 ../src/guestfs-actions.pod:3124
10290 msgid ""
10291 "This function should only be called with a root device string as returned by "
10292 "C<guestfs_inspect_os>."
10293 msgstr ""
10294
10295 #. type: textblock
10296 #: ../src/guestfs-actions.pod:2519
10297 msgid ""
10298 "This returns the architecture of the inspected operating system.  The "
10299 "possible return values are listed under C<guestfs_file_architecture>."
10300 msgstr ""
10301
10302 #. type: textblock
10303 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1695
10304 msgid ""
10305 "If the architecture could not be determined, then the string C<unknown> is "
10306 "returned."
10307 msgstr ""
10308
10309 #. type: textblock
10310 #: ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2611
10311 #: ../src/guestfs-actions.pod:2722 ../src/guestfs-actions.pod:2742
10312 #: ../src/guestfs-actions.pod:2770 ../src/guestfs-actions.pod:2862
10313 #: ../src/guestfs-actions.pod:2893 ../src/guestfs-actions.pod:2917
10314 #: ../src/guestfs-actions.pod:2971 ../src/guestfs-actions.pod:3014
10315 #: ../src/guestfs-actions.pod:3037 ../src/guestfs-actions.pod:3058
10316 #: ../src/guestfs-actions.pod:3078 ../src/guestfs-actions.pod:3095
10317 #: ../src/guestfs-actions.pod:3114 ../src/guestfs-actions.pod:3217
10318 #: ../src/guestfs-actions.pod:3258 ../fish/guestfish-actions.pod:1698
10319 #: ../fish/guestfish-actions.pod:1776 ../fish/guestfish-actions.pod:1864
10320 #: ../fish/guestfish-actions.pod:1879 ../fish/guestfish-actions.pod:1900
10321 #: ../fish/guestfish-actions.pod:1970 ../fish/guestfish-actions.pod:1994
10322 #: ../fish/guestfish-actions.pod:2011 ../fish/guestfish-actions.pod:2054
10323 #: ../fish/guestfish-actions.pod:2089 ../fish/guestfish-actions.pod:2105
10324 #: ../fish/guestfish-actions.pod:2121 ../fish/guestfish-actions.pod:2134
10325 #: ../fish/guestfish-actions.pod:2147 ../fish/guestfish-actions.pod:2162
10326 #: ../fish/guestfish-actions.pod:2261 ../fish/guestfish-actions.pod:2295
10327 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10328 msgstr ""
10329
10330 #. type: =head2
10331 #: ../src/guestfs-actions.pod:2533
10332 msgid "guestfs_inspect_get_distro"
10333 msgstr ""
10334
10335 #. type: verbatim
10336 #: ../src/guestfs-actions.pod:2535
10337 #, no-wrap
10338 msgid ""
10339 " char *\n"
10340 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10341 "                             const char *root);\n"
10342 "\n"
10343 msgstr ""
10344
10345 #. type: textblock
10346 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
10347 msgid ""
10348 "This returns the distro (distribution) of the inspected operating system."
10349 msgstr ""
10350
10351 #. type: textblock
10352 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1710
10353 msgid "Currently defined distros are:"
10354 msgstr ""
10355
10356 #. type: =item
10357 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1714
10358 msgid "\"archlinux\""
10359 msgstr "\"archlinux\""
10360
10361 #. type: textblock
10362 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1716
10363 msgid "Arch Linux."
10364 msgstr "Arch Linux."
10365
10366 #. type: =item
10367 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1718
10368 msgid "\"debian\""
10369 msgstr "\"debian\""
10370
10371 #. type: textblock
10372 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1720
10373 msgid "Debian."
10374 msgstr "Debian."
10375
10376 #. type: =item
10377 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1722
10378 msgid "\"fedora\""
10379 msgstr "\"fedora\""
10380
10381 #. type: textblock
10382 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1724
10383 msgid "Fedora."
10384 msgstr "Fedora."
10385
10386 #. type: =item
10387 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1726
10388 msgid "\"gentoo\""
10389 msgstr "\"gentoo\""
10390
10391 #. type: textblock
10392 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1728
10393 msgid "Gentoo."
10394 msgstr "Gentoo."
10395
10396 #. type: =item
10397 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1730
10398 msgid "\"linuxmint\""
10399 msgstr "\"linuxmint\""
10400
10401 #. type: textblock
10402 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1732
10403 msgid "Linux Mint."
10404 msgstr "Linux Mint."
10405
10406 #. type: =item
10407 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1734
10408 msgid "\"mandriva\""
10409 msgstr "\"mandriva\""
10410
10411 #. type: textblock
10412 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1736
10413 msgid "Mandriva."
10414 msgstr "Mandriva."
10415
10416 #. type: =item
10417 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1738
10418 msgid "\"meego\""
10419 msgstr "\"meego\""
10420
10421 #. type: textblock
10422 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1740
10423 msgid "MeeGo."
10424 msgstr "MeeGo."
10425
10426 #. type: =item
10427 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1742
10428 msgid "\"pardus\""
10429 msgstr "\"pardus\""
10430
10431 #. type: textblock
10432 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1744
10433 msgid "Pardus."
10434 msgstr "Pardus."
10435
10436 #. type: =item
10437 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1746
10438 msgid "\"redhat-based\""
10439 msgstr "\"redhat-based\""
10440
10441 #. type: textblock
10442 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1748
10443 msgid "Some Red Hat-derived distro."
10444 msgstr "Дистрибутив, що походить від Red Hat."
10445
10446 #. type: =item
10447 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1750
10448 msgid "\"rhel\""
10449 msgstr "\"rhel\""
10450
10451 #. type: textblock
10452 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1752
10453 msgid "Red Hat Enterprise Linux and some derivatives."
10454 msgstr "Red Hat Enterprise Linux та деякі з похідних дистрибутивів."
10455
10456 #. type: =item
10457 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1754
10458 msgid "\"slackware\""
10459 msgstr ""
10460
10461 #. type: textblock
10462 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1756
10463 msgid "Slackware."
10464 msgstr ""
10465
10466 #. type: =item
10467 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1758
10468 msgid "\"ubuntu\""
10469 msgstr "\"ubuntu\""
10470
10471 #. type: textblock
10472 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1760
10473 msgid "Ubuntu."
10474 msgstr "Ubuntu."
10475
10476 #. type: =item
10477 #: ../src/guestfs-actions.pod:2597 ../src/guestfs-actions.pod:2713
10478 #: ../src/guestfs-actions.pod:3005 ../fish/guestfish-actions.pod:1762
10479 #: ../fish/guestfish-actions.pod:1855 ../fish/guestfish-actions.pod:2080
10480 msgid "\"unknown\""
10481 msgstr "\"unknown\""
10482
10483 #. type: textblock
10484 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1764
10485 msgid "The distro could not be determined."
10486 msgstr "Дистрибутив, тип якого не вдалося визначити."
10487
10488 #. type: =item
10489 #: ../src/guestfs-actions.pod:2601 ../src/guestfs-actions.pod:2997
10490 #: ../fish/guestfish-actions.pod:1766 ../fish/guestfish-actions.pod:2072
10491 msgid "\"windows\""
10492 msgstr "\"windows\""
10493
10494 #. type: textblock
10495 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1768
10496 msgid ""
10497 "Windows does not have distributions.  This string is returned if the OS type "
10498 "is Windows."
10499 msgstr ""
10500
10501 #. type: textblock
10502 #: ../src/guestfs-actions.pod:2608 ../src/guestfs-actions.pod:2719
10503 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:1773
10504 #: ../fish/guestfish-actions.pod:1861 ../fish/guestfish-actions.pod:2086
10505 msgid ""
10506 "Future versions of libguestfs may return other strings here.  The caller "
10507 "should be prepared to handle any string."
10508 msgstr ""
10509
10510 #. type: =head2
10511 #: ../src/guestfs-actions.pod:2618
10512 msgid "guestfs_inspect_get_drive_mappings"
10513 msgstr ""
10514
10515 #. type: verbatim
10516 #: ../src/guestfs-actions.pod:2620
10517 #, no-wrap
10518 msgid ""
10519 " char **\n"
10520 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10521 "                                     const char *root);\n"
10522 "\n"
10523 msgstr ""
10524
10525 #. type: textblock
10526 #: ../src/guestfs-actions.pod:2627 ../fish/guestfish-actions.pod:1785
10527 msgid ""
10528 "This call is useful for Windows which uses a primitive system of assigning "
10529 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10530 "Windows Registry to find out how disks/partitions are mapped to drive "
10531 "letters, and returns a hash table as in the example below:"
10532 msgstr ""
10533
10534 #. type: verbatim
10535 #: ../src/guestfs-actions.pod:2633 ../fish/guestfish-actions.pod:1791
10536 #, no-wrap
10537 msgid ""
10538 " C      =>     /dev/vda2\n"
10539 " E      =>     /dev/vdb1\n"
10540 " F      =>     /dev/vdc1\n"
10541 "\n"
10542 msgstr ""
10543
10544 #. type: textblock
10545 #: ../src/guestfs-actions.pod:2637 ../fish/guestfish-actions.pod:1795
10546 msgid ""
10547 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10548 "and just contains the drive letter, without the customary colon separator "
10549 "character."
10550 msgstr ""
10551
10552 #. type: textblock
10553 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1799
10554 msgid ""
10555 "In future we may support other operating systems that also used drive "
10556 "letters, but the keys for those might not be case insensitive and might be "
10557 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10558 "C<h1> etc."
10559 msgstr ""
10560
10561 #. type: textblock
10562 #: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1804
10563 msgid ""
10564 "For Windows guests, currently only hard drive mappings are returned.  "
10565 "Removable disks (eg. DVD-ROMs) are ignored."
10566 msgstr ""
10567
10568 #. type: textblock
10569 #: ../src/guestfs-actions.pod:2649 ../fish/guestfish-actions.pod:1807
10570 msgid ""
10571 "For guests that do not use drive mappings, or if the drive mappings could "
10572 "not be determined, this returns an empty hash table."
10573 msgstr ""
10574
10575 #. type: textblock
10576 #: ../src/guestfs-actions.pod:2652
10577 msgid ""
10578 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10579 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10580 msgstr ""
10581
10582 #. type: textblock
10583 #: ../src/guestfs-actions.pod:2656 ../src/guestfs-actions.pod:2832
10584 #: ../src/guestfs-actions.pod:3592 ../src/guestfs-actions.pod:4802
10585 #: ../src/guestfs-actions.pod:6707
10586 msgid ""
10587 "This function returns a NULL-terminated array of strings, or NULL if there "
10588 "was an error.  The array of strings will always have length C<2n+1>, where "
10589 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10590 "caller must free the strings and the array after use>."
10591 msgstr ""
10592
10593 #. type: =head2
10594 #: ../src/guestfs-actions.pod:2662
10595 msgid "guestfs_inspect_get_filesystems"
10596 msgstr ""
10597
10598 #. type: verbatim
10599 #: ../src/guestfs-actions.pod:2664
10600 #, no-wrap
10601 msgid ""
10602 " char **\n"
10603 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10604 "                                  const char *root);\n"
10605 "\n"
10606 msgstr ""
10607
10608 #. type: textblock
10609 #: ../src/guestfs-actions.pod:2671 ../fish/guestfish-actions.pod:1821
10610 msgid ""
10611 "This returns a list of all the filesystems that we think are associated with "
10612 "this operating system.  This includes the root filesystem, other ordinary "
10613 "filesystems, and non-mounted devices like swap partitions."
10614 msgstr ""
10615
10616 #. type: textblock
10617 #: ../src/guestfs-actions.pod:2676 ../fish/guestfish-actions.pod:1826
10618 msgid ""
10619 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10620 "to be shared between operating systems."
10621 msgstr ""
10622
10623 #. type: textblock
10624 #: ../src/guestfs-actions.pod:2679
10625 msgid ""
10626 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10627 "C<guestfs_inspect_get_mountpoints>."
10628 msgstr ""
10629
10630 #. type: =head2
10631 #: ../src/guestfs-actions.pod:2688
10632 msgid "guestfs_inspect_get_format"
10633 msgstr ""
10634
10635 #. type: verbatim
10636 #: ../src/guestfs-actions.pod:2690
10637 #, no-wrap
10638 msgid ""
10639 " char *\n"
10640 " guestfs_inspect_get_format (guestfs_h *g,\n"
10641 "                             const char *root);\n"
10642 "\n"
10643 msgstr ""
10644
10645 #. type: textblock
10646 #: ../src/guestfs-actions.pod:2697 ../fish/guestfish-actions.pod:1839
10647 msgid ""
10648 "This returns the format of the inspected operating system.  You can use it "
10649 "to detect install images, live CDs and similar."
10650 msgstr ""
10651
10652 #. type: textblock
10653 #: ../src/guestfs-actions.pod:2700 ../fish/guestfish-actions.pod:1842
10654 msgid "Currently defined formats are:"
10655 msgstr ""
10656
10657 #. type: =item
10658 #: ../src/guestfs-actions.pod:2704 ../fish/guestfish-actions.pod:1846
10659 msgid "\"installed\""
10660 msgstr "\"installed\""
10661
10662 #. type: textblock
10663 #: ../src/guestfs-actions.pod:2706 ../fish/guestfish-actions.pod:1848
10664 msgid "This is an installed operating system."
10665 msgstr "Це встановлена операційна система."
10666
10667 #. type: =item
10668 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1850
10669 msgid "\"installer\""
10670 msgstr ""
10671
10672 #. type: textblock
10673 #: ../src/guestfs-actions.pod:2710 ../fish/guestfish-actions.pod:1852
10674 msgid ""
10675 "The disk image being inspected is not an installed operating system, but a "
10676 "I<bootable> install disk, live CD, or similar."
10677 msgstr ""
10678
10679 #. type: textblock
10680 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1857
10681 msgid "The format of this disk image is not known."
10682 msgstr ""
10683
10684 #. type: =head2
10685 #: ../src/guestfs-actions.pod:2727
10686 msgid "guestfs_inspect_get_hostname"
10687 msgstr ""
10688
10689 #. type: verbatim
10690 #: ../src/guestfs-actions.pod:2729
10691 #, no-wrap
10692 msgid ""
10693 " char *\n"
10694 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10695 "                               const char *root);\n"
10696 "\n"
10697 msgstr ""
10698
10699 #. type: textblock
10700 #: ../src/guestfs-actions.pod:2736 ../fish/guestfish-actions.pod:1873
10701 msgid ""
10702 "This function returns the hostname of the operating system as found by "
10703 "inspection of the guest's configuration files."
10704 msgstr ""
10705
10706 #. type: textblock
10707 #: ../src/guestfs-actions.pod:2739 ../fish/guestfish-actions.pod:1876
10708 msgid ""
10709 "If the hostname could not be determined, then the string C<unknown> is "
10710 "returned."
10711 msgstr ""
10712
10713 #. type: textblock
10714 #: ../src/guestfs-actions.pod:2747
10715 msgid "(Added in 1.7.9)"
10716 msgstr ""
10717
10718 #. type: =head2
10719 #: ../src/guestfs-actions.pod:2749
10720 msgid "guestfs_inspect_get_major_version"
10721 msgstr ""
10722
10723 #. type: verbatim
10724 #: ../src/guestfs-actions.pod:2751
10725 #, no-wrap
10726 msgid ""
10727 " int\n"
10728 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10729 "                                    const char *root);\n"
10730 "\n"
10731 msgstr ""
10732
10733 #. type: textblock
10734 #: ../src/guestfs-actions.pod:2758 ../fish/guestfish-actions.pod:1888
10735 msgid ""
10736 "This returns the major version number of the inspected operating system."
10737 msgstr ""
10738
10739 #. type: textblock
10740 #: ../src/guestfs-actions.pod:2761 ../fish/guestfish-actions.pod:1891
10741 msgid ""
10742 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10743 "popular public names used by the operating system.  Notably the operating "
10744 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10745 "1).  You can find out the real versions corresponding to releases of Windows "
10746 "by consulting Wikipedia or MSDN."
10747 msgstr ""
10748
10749 #. type: textblock
10750 #: ../src/guestfs-actions.pod:2768 ../src/guestfs-actions.pod:2788
10751 #: ../fish/guestfish-actions.pod:1898 ../fish/guestfish-actions.pod:1912
10752 msgid "If the version could not be determined, then C<0> is returned."
10753 msgstr ""
10754
10755 #. type: =head2
10756 #: ../src/guestfs-actions.pod:2776
10757 msgid "guestfs_inspect_get_minor_version"
10758 msgstr ""
10759
10760 #. type: verbatim
10761 #: ../src/guestfs-actions.pod:2778
10762 #, no-wrap
10763 msgid ""
10764 " int\n"
10765 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10766 "                                    const char *root);\n"
10767 "\n"
10768 msgstr ""
10769
10770 #. type: textblock
10771 #: ../src/guestfs-actions.pod:2785 ../fish/guestfish-actions.pod:1909
10772 msgid ""
10773 "This returns the minor version number of the inspected operating system."
10774 msgstr ""
10775
10776 #. type: textblock
10777 #: ../src/guestfs-actions.pod:2790
10778 msgid ""
10779 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10780 "C<guestfs_inspect_get_major_version>."
10781 msgstr ""
10782
10783 #. type: =head2
10784 #: ../src/guestfs-actions.pod:2797
10785 msgid "guestfs_inspect_get_mountpoints"
10786 msgstr ""
10787
10788 #. type: verbatim
10789 #: ../src/guestfs-actions.pod:2799
10790 #, no-wrap
10791 msgid ""
10792 " char **\n"
10793 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10794 "                                  const char *root);\n"
10795 "\n"
10796 msgstr ""
10797
10798 #. type: textblock
10799 #: ../src/guestfs-actions.pod:2806 ../fish/guestfish-actions.pod:1924
10800 msgid ""
10801 "This returns a hash of where we think the filesystems associated with this "
10802 "operating system should be mounted.  Callers should note that this is at "
10803 "best an educated guess made by reading configuration files such as C</etc/"
10804 "fstab>.  I<In particular note> that this may return filesystems which are "
10805 "non-existent or not mountable and callers should be prepared to handle or "
10806 "ignore failures if they try to mount them."
10807 msgstr ""
10808
10809 #. type: textblock
10810 #: ../src/guestfs-actions.pod:2815 ../fish/guestfish-actions.pod:1933
10811 msgid ""
10812 "Each element in the returned hashtable has a key which is the path of the "
10813 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
10814 "mounted there (eg. C</dev/sda1>)."
10815 msgstr ""
10816
10817 #. type: textblock
10818 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1938
10819 msgid ""
10820 "Non-mounted devices such as swap devices are I<not> returned in this list."
10821 msgstr ""
10822
10823 #. type: textblock
10824 #: ../src/guestfs-actions.pod:2823
10825 msgid ""
10826 "For operating systems like Windows which still use drive letters, this call "
10827 "will only return an entry for the first drive \"mounted on\" C</>.  For "
10828 "information about the mapping of drive letters to partitions, see "
10829 "C<guestfs_inspect_get_drive_mappings>."
10830 msgstr ""
10831
10832 #. type: textblock
10833 #: ../src/guestfs-actions.pod:2829
10834 msgid ""
10835 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10836 "C<guestfs_inspect_get_filesystems>."
10837 msgstr ""
10838
10839 #. type: =head2
10840 #: ../src/guestfs-actions.pod:2840
10841 msgid "guestfs_inspect_get_package_format"
10842 msgstr ""
10843
10844 #. type: verbatim
10845 #: ../src/guestfs-actions.pod:2842
10846 #, no-wrap
10847 msgid ""
10848 " char *\n"
10849 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
10850 "                                     const char *root);\n"
10851 "\n"
10852 msgstr ""
10853
10854 #. type: textblock
10855 #: ../src/guestfs-actions.pod:2849
10856 msgid ""
10857 "This function and C<guestfs_inspect_get_package_management> return the "
10858 "package format and package management tool used by the inspected operating "
10859 "system.  For example for Fedora these functions would return C<rpm> (package "
10860 "format) and C<yum> (package management)."
10861 msgstr ""
10862
10863 #. type: textblock
10864 #: ../src/guestfs-actions.pod:2855 ../fish/guestfish-actions.pod:1963
10865 msgid ""
10866 "This returns the string C<unknown> if we could not determine the package "
10867 "format I<or> if the operating system does not have a real packaging system "
10868 "(eg. Windows)."
10869 msgstr ""
10870
10871 #. type: textblock
10872 #: ../src/guestfs-actions.pod:2859 ../fish/guestfish-actions.pod:1967
10873 msgid ""
10874 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
10875 "Future versions of libguestfs may return other strings."
10876 msgstr ""
10877
10878 #. type: textblock
10879 #: ../src/guestfs-actions.pod:2867 ../src/guestfs-actions.pod:2898
10880 msgid "(Added in 1.7.5)"
10881 msgstr ""
10882
10883 #. type: =head2
10884 #: ../src/guestfs-actions.pod:2869
10885 msgid "guestfs_inspect_get_package_management"
10886 msgstr ""
10887
10888 #. type: verbatim
10889 #: ../src/guestfs-actions.pod:2871
10890 #, no-wrap
10891 msgid ""
10892 " char *\n"
10893 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
10894 "                                         const char *root);\n"
10895 "\n"
10896 msgstr ""
10897
10898 #. type: textblock
10899 #: ../src/guestfs-actions.pod:2878
10900 msgid ""
10901 "C<guestfs_inspect_get_package_format> and this function return the package "
10902 "format and package management tool used by the inspected operating system.  "
10903 "For example for Fedora these functions would return C<rpm> (package format) "
10904 "and C<yum> (package management)."
10905 msgstr ""
10906
10907 #. type: textblock
10908 #: ../src/guestfs-actions.pod:2884 ../fish/guestfish-actions.pod:1985
10909 msgid ""
10910 "This returns the string C<unknown> if we could not determine the package "
10911 "management tool I<or> if the operating system does not have a real packaging "
10912 "system (eg. Windows)."
10913 msgstr ""
10914
10915 #. type: textblock
10916 #: ../src/guestfs-actions.pod:2888 ../fish/guestfish-actions.pod:1989
10917 msgid ""
10918 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
10919 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
10920 "libguestfs may return other strings."
10921 msgstr ""
10922
10923 #. type: =head2
10924 #: ../src/guestfs-actions.pod:2900
10925 msgid "guestfs_inspect_get_product_name"
10926 msgstr ""
10927
10928 #. type: verbatim
10929 #: ../src/guestfs-actions.pod:2902
10930 #, no-wrap
10931 msgid ""
10932 " char *\n"
10933 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
10934 "                                   const char *root);\n"
10935 "\n"
10936 msgstr ""
10937
10938 #. type: textblock
10939 #: ../src/guestfs-actions.pod:2909 ../fish/guestfish-actions.pod:2003
10940 msgid ""
10941 "This returns the product name of the inspected operating system.  The "
10942 "product name is generally some freeform string which can be displayed to the "
10943 "user, but should not be parsed by programs."
10944 msgstr ""
10945
10946 #. type: textblock
10947 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2008
10948 msgid ""
10949 "If the product name could not be determined, then the string C<unknown> is "
10950 "returned."
10951 msgstr ""
10952
10953 #. type: =head2
10954 #: ../src/guestfs-actions.pod:2924
10955 msgid "guestfs_inspect_get_product_variant"
10956 msgstr ""
10957
10958 #. type: verbatim
10959 #: ../src/guestfs-actions.pod:2926
10960 #, no-wrap
10961 msgid ""
10962 " char *\n"
10963 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
10964 "                                      const char *root);\n"
10965 "\n"
10966 msgstr ""
10967
10968 #. type: textblock
10969 #: ../src/guestfs-actions.pod:2933 ../fish/guestfish-actions.pod:2020
10970 #, fuzzy
10971 #| msgid "This is an installed operating system."
10972 msgid "This returns the product variant of the inspected operating system."
10973 msgstr "Це встановлена операційна система."
10974
10975 #. type: textblock
10976 #: ../src/guestfs-actions.pod:2936 ../fish/guestfish-actions.pod:2023
10977 msgid ""
10978 "For Windows guests, this returns the contents of the Registry key C<HKLM"
10979 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
10980 "is usually a string such as C<Client> or C<Server> (other values are "
10981 "possible).  This can be used to distinguish consumer and enterprise versions "
10982 "of Windows that have the same version number (for example, Windows 7 and "
10983 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
10984 "the latter is C<Server>)."
10985 msgstr ""
10986
10987 #. type: textblock
10988 #: ../src/guestfs-actions.pod:2945 ../fish/guestfish-actions.pod:2032
10989 msgid ""
10990 "For enterprise Linux guests, in future we intend this to return the product "
10991 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
10992 "implemented at present."
10993 msgstr ""
10994
10995 #. type: textblock
10996 #: ../src/guestfs-actions.pod:2949 ../fish/guestfish-actions.pod:2036
10997 msgid ""
10998 "If the product variant could not be determined, then the string C<unknown> "
10999 "is returned."
11000 msgstr ""
11001
11002 #. type: textblock
11003 #: ../src/guestfs-actions.pod:2952
11004 msgid ""
11005 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11006 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
11007 msgstr ""
11008
11009 #. type: =head2
11010 #: ../src/guestfs-actions.pod:2959
11011 msgid "guestfs_inspect_get_roots"
11012 msgstr ""
11013
11014 #. type: verbatim
11015 #: ../src/guestfs-actions.pod:2961
11016 #, no-wrap
11017 msgid ""
11018 " char **\n"
11019 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11020 "\n"
11021 msgstr ""
11022
11023 #. type: textblock
11024 #: ../src/guestfs-actions.pod:2964
11025 msgid ""
11026 "This function is a convenient way to get the list of root devices, as "
11027 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11028 "the whole inspection process."
11029 msgstr ""
11030
11031 #. type: textblock
11032 #: ../src/guestfs-actions.pod:2968
11033 msgid ""
11034 "This returns an empty list if either no root devices were found or the "
11035 "caller has not called C<guestfs_inspect_os>."
11036 msgstr ""
11037
11038 #. type: textblock
11039 #: ../src/guestfs-actions.pod:2977
11040 msgid "(Added in 1.7.3)"
11041 msgstr ""
11042
11043 #. type: =head2
11044 #: ../src/guestfs-actions.pod:2979
11045 msgid "guestfs_inspect_get_type"
11046 msgstr ""
11047
11048 #. type: verbatim
11049 #: ../src/guestfs-actions.pod:2981
11050 #, no-wrap
11051 msgid ""
11052 " char *\n"
11053 " guestfs_inspect_get_type (guestfs_h *g,\n"
11054 "                           const char *root);\n"
11055 "\n"
11056 msgstr ""
11057
11058 #. type: textblock
11059 #: ../src/guestfs-actions.pod:2988 ../fish/guestfish-actions.pod:2063
11060 msgid ""
11061 "This returns the type of the inspected operating system.  Currently defined "
11062 "types are:"
11063 msgstr ""
11064
11065 #. type: =item
11066 #: ../src/guestfs-actions.pod:2993 ../fish/guestfish-actions.pod:2068
11067 msgid "\"linux\""
11068 msgstr "\"linux\""
11069
11070 #. type: textblock
11071 #: ../src/guestfs-actions.pod:2995 ../fish/guestfish-actions.pod:2070
11072 msgid "Any Linux-based operating system."
11073 msgstr ""
11074
11075 #. type: textblock
11076 #: ../src/guestfs-actions.pod:2999 ../fish/guestfish-actions.pod:2074
11077 msgid "Any Microsoft Windows operating system."
11078 msgstr ""
11079
11080 #. type: =item
11081 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2076
11082 msgid "\"freebsd\""
11083 msgstr "\"freebsd\""
11084
11085 #. type: textblock
11086 #: ../src/guestfs-actions.pod:3003 ../fish/guestfish-actions.pod:2078
11087 msgid "FreeBSD."
11088 msgstr "FreeBSD."
11089
11090 #. type: textblock
11091 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2082
11092 msgid "The operating system type could not be determined."
11093 msgstr ""
11094
11095 #. type: =head2
11096 #: ../src/guestfs-actions.pod:3021
11097 msgid "guestfs_inspect_get_windows_current_control_set"
11098 msgstr ""
11099
11100 #. type: verbatim
11101 #: ../src/guestfs-actions.pod:3023
11102 #, no-wrap
11103 msgid ""
11104 " char *\n"
11105 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
11106 "                                                  const char *root);\n"
11107 "\n"
11108 msgstr ""
11109
11110 #. type: textblock
11111 #: ../src/guestfs-actions.pod:3030 ../fish/guestfish-actions.pod:2098
11112 msgid ""
11113 "This returns the Windows CurrentControlSet of the inspected guest.  The "
11114 "CurrentControlSet is a registry key name such as C<ControlSet001>."
11115 msgstr ""
11116
11117 #. type: textblock
11118 #: ../src/guestfs-actions.pod:3033 ../fish/guestfish-actions.pod:2101
11119 msgid ""
11120 "This call assumes that the guest is Windows and that the Registry could be "
11121 "examined by inspection.  If this is not the case then an error is returned."
11122 msgstr ""
11123
11124 #. type: =head2
11125 #: ../src/guestfs-actions.pod:3042
11126 msgid "guestfs_inspect_get_windows_systemroot"
11127 msgstr ""
11128
11129 #. type: verbatim
11130 #: ../src/guestfs-actions.pod:3044
11131 #, no-wrap
11132 msgid ""
11133 " char *\n"
11134 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11135 "                                         const char *root);\n"
11136 "\n"
11137 msgstr ""
11138
11139 #. type: textblock
11140 #: ../src/guestfs-actions.pod:3051 ../fish/guestfish-actions.pod:2114
11141 msgid ""
11142 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11143 "is a directory path such as C</WINDOWS>."
11144 msgstr ""
11145
11146 #. type: textblock
11147 #: ../src/guestfs-actions.pod:3054 ../fish/guestfish-actions.pod:2117
11148 msgid ""
11149 "This call assumes that the guest is Windows and that the systemroot could be "
11150 "determined by inspection.  If this is not the case then an error is returned."
11151 msgstr ""
11152
11153 #. type: textblock
11154 #: ../src/guestfs-actions.pod:3063
11155 msgid "(Added in 1.5.25)"
11156 msgstr ""
11157
11158 #. type: =head2
11159 #: ../src/guestfs-actions.pod:3065
11160 msgid "guestfs_inspect_is_live"
11161 msgstr ""
11162
11163 #. type: verbatim
11164 #: ../src/guestfs-actions.pod:3067
11165 #, no-wrap
11166 msgid ""
11167 " int\n"
11168 " guestfs_inspect_is_live (guestfs_h *g,\n"
11169 "                          const char *root);\n"
11170 "\n"
11171 msgstr ""
11172
11173 #. type: textblock
11174 #: ../src/guestfs-actions.pod:3074
11175 msgid ""
11176 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11177 "disk), then this returns true if a live image was detected on the disk."
11178 msgstr ""
11179
11180 #. type: =head2
11181 #: ../src/guestfs-actions.pod:3082
11182 msgid "guestfs_inspect_is_multipart"
11183 msgstr ""
11184
11185 #. type: verbatim
11186 #: ../src/guestfs-actions.pod:3084
11187 #, no-wrap
11188 msgid ""
11189 " int\n"
11190 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
11191 "                               const char *root);\n"
11192 "\n"
11193 msgstr ""
11194
11195 #. type: textblock
11196 #: ../src/guestfs-actions.pod:3091
11197 msgid ""
11198 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11199 "disk), then this returns true if the disk is part of a set."
11200 msgstr ""
11201
11202 #. type: =head2
11203 #: ../src/guestfs-actions.pod:3099
11204 msgid "guestfs_inspect_is_netinst"
11205 msgstr ""
11206
11207 #. type: verbatim
11208 #: ../src/guestfs-actions.pod:3101
11209 #, no-wrap
11210 msgid ""
11211 " int\n"
11212 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
11213 "                             const char *root);\n"
11214 "\n"
11215 msgstr ""
11216
11217 #. type: textblock
11218 #: ../src/guestfs-actions.pod:3108
11219 msgid ""
11220 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11221 "disk), then this returns true if the disk is a network installer, ie. not a "
11222 "self-contained install CD but one which is likely to require network access "
11223 "to complete the install."
11224 msgstr ""
11225
11226 #. type: =head2
11227 #: ../src/guestfs-actions.pod:3118
11228 msgid "guestfs_inspect_list_applications"
11229 msgstr ""
11230
11231 #. type: verbatim
11232 #: ../src/guestfs-actions.pod:3120
11233 #, no-wrap
11234 msgid ""
11235 " struct guestfs_application_list *\n"
11236 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11237 "                                    const char *root);\n"
11238 "\n"
11239 msgstr ""
11240
11241 #. type: textblock
11242 #: ../src/guestfs-actions.pod:3127 ../fish/guestfish-actions.pod:2171
11243 msgid "Return the list of applications installed in the operating system."
11244 msgstr ""
11245
11246 #. type: textblock
11247 #: ../src/guestfs-actions.pod:3129
11248 msgid ""
11249 "I<Note:> This call works differently from other parts of the inspection "
11250 "API.  You have to call C<guestfs_inspect_os>, then "
11251 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11252 "this.  Listing applications is a significantly more difficult operation "
11253 "which requires access to the full filesystem.  Also note that unlike the "
11254 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11255 "the libguestfs handle, this call actually reads parts of the mounted "
11256 "filesystems during the call."
11257 msgstr ""
11258
11259 #. type: textblock
11260 #: ../src/guestfs-actions.pod:3139 ../fish/guestfish-actions.pod:2183
11261 msgid ""
11262 "This returns an empty list if the inspection code was not able to determine "
11263 "the list of applications."
11264 msgstr ""
11265
11266 #. type: textblock
11267 #: ../src/guestfs-actions.pod:3142 ../fish/guestfish-actions.pod:2186
11268 msgid "The application structure contains the following fields:"
11269 msgstr ""
11270
11271 #. type: =item
11272 #: ../src/guestfs-actions.pod:3146 ../fish/guestfish-actions.pod:2190
11273 msgid "C<app_name>"
11274 msgstr "C<app_name>"
11275
11276 #. type: textblock
11277 #: ../src/guestfs-actions.pod:3148 ../fish/guestfish-actions.pod:2192
11278 msgid ""
11279 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11280 "guests, this is the package name."
11281 msgstr ""
11282
11283 #. type: =item
11284 #: ../src/guestfs-actions.pod:3151 ../fish/guestfish-actions.pod:2195
11285 msgid "C<app_display_name>"
11286 msgstr "C<app_display_name>"
11287
11288 #. type: textblock
11289 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2197
11290 msgid ""
11291 "The display name of the application, sometimes localized to the install "
11292 "language of the guest operating system."
11293 msgstr ""
11294
11295 #. type: textblock
11296 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
11297 msgid ""
11298 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11299 "to display something can use C<app_name> instead."
11300 msgstr ""
11301
11302 #. type: =item
11303 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2203
11304 msgid "C<app_epoch>"
11305 msgstr "C<app_epoch>"
11306
11307 #. type: textblock
11308 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
11309 msgid ""
11310 "For package managers which use epochs, this contains the epoch of the "
11311 "package (an integer).  If unavailable, this is returned as C<0>."
11312 msgstr ""
11313
11314 #. type: =item
11315 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
11316 msgid "C<app_version>"
11317 msgstr "C<app_version>"
11318
11319 #. type: textblock
11320 #: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2210
11321 msgid ""
11322 "The version string of the application or package.  If unavailable this is "
11323 "returned as an empty string C<\"\">."
11324 msgstr ""
11325
11326 #. type: =item
11327 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
11328 msgid "C<app_release>"
11329 msgstr "C<app_release>"
11330
11331 #. type: textblock
11332 #: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2215
11333 msgid ""
11334 "The release string of the application or package, for package managers that "
11335 "use this.  If unavailable this is returned as an empty string C<\"\">."
11336 msgstr ""
11337
11338 #. type: =item
11339 #: ../src/guestfs-actions.pod:3175 ../fish/guestfish-actions.pod:2219
11340 msgid "C<app_install_path>"
11341 msgstr "C<app_install_path>"
11342
11343 #. type: textblock
11344 #: ../src/guestfs-actions.pod:3177 ../fish/guestfish-actions.pod:2221
11345 msgid ""
11346 "The installation path of the application (on operating systems such as "
11347 "Windows which use installation paths).  This path is in the format used by "
11348 "the guest operating system, it is not a libguestfs path."
11349 msgstr ""
11350
11351 #. type: textblock
11352 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2226
11353 msgid "If unavailable this is returned as an empty string C<\"\">."
11354 msgstr ""
11355
11356 #. type: =item
11357 #: ../src/guestfs-actions.pod:3184 ../fish/guestfish-actions.pod:2228
11358 msgid "C<app_trans_path>"
11359 msgstr "C<app_trans_path>"
11360
11361 #. type: textblock
11362 #: ../src/guestfs-actions.pod:3186 ../fish/guestfish-actions.pod:2230
11363 msgid ""
11364 "The install path translated into a libguestfs path.  If unavailable this is "
11365 "returned as an empty string C<\"\">."
11366 msgstr ""
11367
11368 #. type: =item
11369 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2233
11370 msgid "C<app_publisher>"
11371 msgstr "C<app_publisher>"
11372
11373 #. type: textblock
11374 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2235
11375 msgid ""
11376 "The name of the publisher of the application, for package managers that use "
11377 "this.  If unavailable this is returned as an empty string C<\"\">."
11378 msgstr ""
11379
11380 #. type: =item
11381 #: ../src/guestfs-actions.pod:3195 ../fish/guestfish-actions.pod:2239
11382 msgid "C<app_url>"
11383 msgstr "C<app_url>"
11384
11385 #. type: textblock
11386 #: ../src/guestfs-actions.pod:3197 ../fish/guestfish-actions.pod:2241
11387 msgid ""
11388 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11389 "returned as an empty string C<\"\">."
11390 msgstr ""
11391
11392 #. type: =item
11393 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2244
11394 msgid "C<app_source_package>"
11395 msgstr ""
11396
11397 #. type: textblock
11398 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2246
11399 msgid ""
11400 "For packaging systems which support this, the name of the source package.  "
11401 "If unavailable this is returned as an empty string C<\"\">."
11402 msgstr ""
11403
11404 #. type: =item
11405 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
11406 msgid "C<app_summary>"
11407 msgstr ""
11408
11409 #. type: textblock
11410 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2251
11411 msgid ""
11412 "A short (usually one line) description of the application or package.  If "
11413 "unavailable this is returned as an empty string C<\"\">."
11414 msgstr ""
11415
11416 #. type: =item
11417 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
11418 msgid "C<app_description>"
11419 msgstr ""
11420
11421 #. type: textblock
11422 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2256
11423 msgid ""
11424 "A longer description of the application or package.  If unavailable this is "
11425 "returned as an empty string C<\"\">."
11426 msgstr ""
11427
11428 #. type: textblock
11429 #: ../src/guestfs-actions.pod:3219
11430 msgid ""
11431 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11432 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11433 "after use>."
11434 msgstr ""
11435
11436 #. type: textblock
11437 #: ../src/guestfs-actions.pod:3223
11438 msgid "(Added in 1.7.8)"
11439 msgstr ""
11440
11441 #. type: =head2
11442 #: ../src/guestfs-actions.pod:3225
11443 msgid "guestfs_inspect_os"
11444 msgstr ""
11445
11446 #. type: verbatim
11447 #: ../src/guestfs-actions.pod:3227
11448 #, no-wrap
11449 msgid ""
11450 " char **\n"
11451 " guestfs_inspect_os (guestfs_h *g);\n"
11452 "\n"
11453 msgstr ""
11454
11455 #. type: textblock
11456 #: ../src/guestfs-actions.pod:3230 ../fish/guestfish-actions.pod:2267
11457 msgid ""
11458 "This function uses other libguestfs functions and certain heuristics to "
11459 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11460 "for operating systems."
11461 msgstr ""
11462
11463 #. type: textblock
11464 #: ../src/guestfs-actions.pod:3234 ../fish/guestfish-actions.pod:2271
11465 msgid "The list returned is empty if no operating systems were found."
11466 msgstr ""
11467
11468 #. type: textblock
11469 #: ../src/guestfs-actions.pod:3236 ../fish/guestfish-actions.pod:2273
11470 msgid ""
11471 "If one operating system was found, then this returns a list with a single "
11472 "element, which is the name of the root filesystem of this operating system.  "
11473 "It is also possible for this function to return a list containing more than "
11474 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11475 "element being the root filesystem of one of the operating systems."
11476 msgstr ""
11477
11478 #. type: textblock
11479 #: ../src/guestfs-actions.pod:3243
11480 msgid ""
11481 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11482 "functions in order to query further information about each operating system, "
11483 "such as the name and version."
11484 msgstr ""
11485
11486 #. type: textblock
11487 #: ../src/guestfs-actions.pod:3248
11488 msgid ""
11489 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11490 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11491 "the contents.  This should be called with no disks currently mounted.  The "
11492 "function may also use Augeas, so any existing Augeas handle will be closed."
11493 msgstr ""
11494
11495 #. type: textblock
11496 #: ../src/guestfs-actions.pod:3254 ../fish/guestfish-actions.pod:2291
11497 msgid ""
11498 "This function cannot decrypt encrypted disks.  The caller must do that first "
11499 "(supplying the necessary keys) if the disk is encrypted."
11500 msgstr ""
11501
11502 #. type: textblock
11503 #: ../src/guestfs-actions.pod:3260 ../src/guestfs-actions.pod:3550
11504 #: ../src/guestfs-actions.pod:3612
11505 msgid "See also C<guestfs_list_filesystems>."
11506 msgstr ""
11507
11508 #. type: =head2
11509 #: ../src/guestfs-actions.pod:3268
11510 msgid "guestfs_is_blockdev"
11511 msgstr ""
11512
11513 #. type: verbatim
11514 #: ../src/guestfs-actions.pod:3270
11515 #, no-wrap
11516 msgid ""
11517 " int\n"
11518 " guestfs_is_blockdev (guestfs_h *g,\n"
11519 "                      const char *path);\n"
11520 "\n"
11521 msgstr ""
11522
11523 #. type: textblock
11524 #: ../src/guestfs-actions.pod:3274 ../fish/guestfish-actions.pod:2303
11525 msgid ""
11526 "This returns C<true> if and only if there is a block device with the given "
11527 "C<path> name."
11528 msgstr ""
11529
11530 #. type: textblock
11531 #: ../src/guestfs-actions.pod:3277 ../src/guestfs-actions.pod:3306
11532 #: ../src/guestfs-actions.pod:3336 ../src/guestfs-actions.pod:3351
11533 #: ../src/guestfs-actions.pod:3367 ../src/guestfs-actions.pod:3423
11534 #: ../src/guestfs-actions.pod:3438
11535 msgid "See also C<guestfs_stat>."
11536 msgstr ""
11537
11538 #. type: textblock
11539 #: ../src/guestfs-actions.pod:3281 ../src/guestfs-actions.pod:3310
11540 #: ../src/guestfs-actions.pod:3355 ../src/guestfs-actions.pod:3427
11541 #: ../src/guestfs-actions.pod:3442
11542 msgid "(Added in 1.5.10)"
11543 msgstr ""
11544
11545 #. type: =head2
11546 #: ../src/guestfs-actions.pod:3283
11547 msgid "guestfs_is_busy"
11548 msgstr ""
11549
11550 #. type: verbatim
11551 #: ../src/guestfs-actions.pod:3285
11552 #, no-wrap
11553 msgid ""
11554 " int\n"
11555 " guestfs_is_busy (guestfs_h *g);\n"
11556 "\n"
11557 msgstr ""
11558
11559 #. type: textblock
11560 #: ../src/guestfs-actions.pod:3288 ../fish/guestfish-actions.pod:2312
11561 msgid ""
11562 "This returns true iff this handle is busy processing a command (in the "
11563 "C<BUSY> state)."
11564 msgstr ""
11565
11566 #. type: =head2
11567 #: ../src/guestfs-actions.pod:3297
11568 msgid "guestfs_is_chardev"
11569 msgstr ""
11570
11571 #. type: verbatim
11572 #: ../src/guestfs-actions.pod:3299
11573 #, no-wrap
11574 msgid ""
11575 " int\n"
11576 " guestfs_is_chardev (guestfs_h *g,\n"
11577 "                     const char *path);\n"
11578 "\n"
11579 msgstr ""
11580
11581 #. type: textblock
11582 #: ../src/guestfs-actions.pod:3303 ../fish/guestfish-actions.pod:2321
11583 msgid ""
11584 "This returns C<true> if and only if there is a character device with the "
11585 "given C<path> name."
11586 msgstr ""
11587
11588 #. type: =head2
11589 #: ../src/guestfs-actions.pod:3312
11590 msgid "guestfs_is_config"
11591 msgstr ""
11592
11593 #. type: verbatim
11594 #: ../src/guestfs-actions.pod:3314
11595 #, no-wrap
11596 msgid ""
11597 " int\n"
11598 " guestfs_is_config (guestfs_h *g);\n"
11599 "\n"
11600 msgstr ""
11601
11602 #. type: textblock
11603 #: ../src/guestfs-actions.pod:3317 ../fish/guestfish-actions.pod:2330
11604 msgid ""
11605 "This returns true iff this handle is being configured (in the C<CONFIG> "
11606 "state)."
11607 msgstr ""
11608
11609 #. type: =head2
11610 #: ../src/guestfs-actions.pod:3326
11611 msgid "guestfs_is_dir"
11612 msgstr ""
11613
11614 #. type: verbatim
11615 #: ../src/guestfs-actions.pod:3328
11616 #, no-wrap
11617 msgid ""
11618 " int\n"
11619 " guestfs_is_dir (guestfs_h *g,\n"
11620 "                 const char *path);\n"
11621 "\n"
11622 msgstr ""
11623
11624 #. type: textblock
11625 #: ../src/guestfs-actions.pod:3332 ../fish/guestfish-actions.pod:2339
11626 msgid ""
11627 "This returns C<true> if and only if there is a directory with the given "
11628 "C<path> name.  Note that it returns false for other objects like files."
11629 msgstr ""
11630
11631 #. type: =head2
11632 #: ../src/guestfs-actions.pod:3342
11633 msgid "guestfs_is_fifo"
11634 msgstr ""
11635
11636 #. type: verbatim
11637 #: ../src/guestfs-actions.pod:3344
11638 #, no-wrap
11639 msgid ""
11640 " int\n"
11641 " guestfs_is_fifo (guestfs_h *g,\n"
11642 "                  const char *path);\n"
11643 "\n"
11644 msgstr ""
11645
11646 #. type: textblock
11647 #: ../src/guestfs-actions.pod:3348 ../fish/guestfish-actions.pod:2349
11648 msgid ""
11649 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11650 "given C<path> name."
11651 msgstr ""
11652
11653 #. type: =head2
11654 #: ../src/guestfs-actions.pod:3357
11655 msgid "guestfs_is_file"
11656 msgstr ""
11657
11658 #. type: verbatim
11659 #: ../src/guestfs-actions.pod:3359
11660 #, no-wrap
11661 msgid ""
11662 " int\n"
11663 " guestfs_is_file (guestfs_h *g,\n"
11664 "                  const char *path);\n"
11665 "\n"
11666 msgstr ""
11667
11668 #. type: textblock
11669 #: ../src/guestfs-actions.pod:3363 ../fish/guestfish-actions.pod:2358
11670 msgid ""
11671 "This returns C<true> if and only if there is a regular file with the given "
11672 "C<path> name.  Note that it returns false for other objects like directories."
11673 msgstr ""
11674
11675 #. type: =head2
11676 #: ../src/guestfs-actions.pod:3373
11677 msgid "guestfs_is_launching"
11678 msgstr ""
11679
11680 #. type: verbatim
11681 #: ../src/guestfs-actions.pod:3375
11682 #, no-wrap
11683 msgid ""
11684 " int\n"
11685 " guestfs_is_launching (guestfs_h *g);\n"
11686 "\n"
11687 msgstr ""
11688
11689 #. type: textblock
11690 #: ../src/guestfs-actions.pod:3378 ../fish/guestfish-actions.pod:2368
11691 msgid ""
11692 "This returns true iff this handle is launching the subprocess (in the "
11693 "C<LAUNCHING> state)."
11694 msgstr ""
11695
11696 #. type: =head2
11697 #: ../src/guestfs-actions.pod:3387
11698 msgid "guestfs_is_lv"
11699 msgstr ""
11700
11701 #. type: verbatim
11702 #: ../src/guestfs-actions.pod:3389
11703 #, no-wrap
11704 msgid ""
11705 " int\n"
11706 " guestfs_is_lv (guestfs_h *g,\n"
11707 "                const char *device);\n"
11708 "\n"
11709 msgstr ""
11710
11711 #. type: textblock
11712 #: ../src/guestfs-actions.pod:3393 ../fish/guestfish-actions.pod:2377
11713 msgid ""
11714 "This command tests whether C<device> is a logical volume, and returns true "
11715 "iff this is the case."
11716 msgstr ""
11717
11718 #. type: =head2
11719 #: ../src/guestfs-actions.pod:3400
11720 msgid "guestfs_is_ready"
11721 msgstr ""
11722
11723 #. type: verbatim
11724 #: ../src/guestfs-actions.pod:3402
11725 #, no-wrap
11726 msgid ""
11727 " int\n"
11728 " guestfs_is_ready (guestfs_h *g);\n"
11729 "\n"
11730 msgstr ""
11731
11732 #. type: textblock
11733 #: ../src/guestfs-actions.pod:3405 ../fish/guestfish-actions.pod:2384
11734 msgid ""
11735 "This returns true iff this handle is ready to accept commands (in the "
11736 "C<READY> state)."
11737 msgstr ""
11738
11739 #. type: =head2
11740 #: ../src/guestfs-actions.pod:3414
11741 msgid "guestfs_is_socket"
11742 msgstr ""
11743
11744 #. type: verbatim
11745 #: ../src/guestfs-actions.pod:3416
11746 #, no-wrap
11747 msgid ""
11748 " int\n"
11749 " guestfs_is_socket (guestfs_h *g,\n"
11750 "                    const char *path);\n"
11751 "\n"
11752 msgstr ""
11753
11754 #. type: textblock
11755 #: ../src/guestfs-actions.pod:3420 ../fish/guestfish-actions.pod:2393
11756 msgid ""
11757 "This returns C<true> if and only if there is a Unix domain socket with the "
11758 "given C<path> name."
11759 msgstr ""
11760
11761 #. type: =head2
11762 #: ../src/guestfs-actions.pod:3429
11763 msgid "guestfs_is_symlink"
11764 msgstr ""
11765
11766 #. type: verbatim
11767 #: ../src/guestfs-actions.pod:3431
11768 #, no-wrap
11769 msgid ""
11770 " int\n"
11771 " guestfs_is_symlink (guestfs_h *g,\n"
11772 "                     const char *path);\n"
11773 "\n"
11774 msgstr ""
11775
11776 #. type: textblock
11777 #: ../src/guestfs-actions.pod:3435 ../fish/guestfish-actions.pod:2402
11778 msgid ""
11779 "This returns C<true> if and only if there is a symbolic link with the given "
11780 "C<path> name."
11781 msgstr ""
11782
11783 #. type: =head2
11784 #: ../src/guestfs-actions.pod:3444
11785 msgid "guestfs_kill_subprocess"
11786 msgstr ""
11787
11788 #. type: verbatim
11789 #: ../src/guestfs-actions.pod:3446
11790 #, no-wrap
11791 msgid ""
11792 " int\n"
11793 " guestfs_kill_subprocess (guestfs_h *g);\n"
11794 "\n"
11795 msgstr ""
11796
11797 #. type: textblock
11798 #: ../src/guestfs-actions.pod:3449 ../fish/guestfish-actions.pod:2411
11799 msgid "This kills the qemu subprocess.  You should never need to call this."
11800 msgstr ""
11801
11802 #. type: =head2
11803 #: ../src/guestfs-actions.pod:3455
11804 msgid "guestfs_launch"
11805 msgstr ""
11806
11807 #. type: verbatim
11808 #: ../src/guestfs-actions.pod:3457
11809 #, no-wrap
11810 msgid ""
11811 " int\n"
11812 " guestfs_launch (guestfs_h *g);\n"
11813 "\n"
11814 msgstr ""
11815
11816 #. type: textblock
11817 #: ../src/guestfs-actions.pod:3460 ../fish/guestfish-actions.pod:2419
11818 msgid ""
11819 "Internally libguestfs is implemented by running a virtual machine using "
11820 "L<qemu(1)>."
11821 msgstr ""
11822
11823 #. type: textblock
11824 #: ../src/guestfs-actions.pod:3463 ../fish/guestfish-actions.pod:2422
11825 msgid ""
11826 "You should call this after configuring the handle (eg. adding drives) but "
11827 "before performing any actions."
11828 msgstr ""
11829
11830 #. type: =head2
11831 #: ../src/guestfs-actions.pod:3475
11832 msgid "guestfs_lchown"
11833 msgstr ""
11834
11835 #. type: verbatim
11836 #: ../src/guestfs-actions.pod:3477
11837 #, no-wrap
11838 msgid ""
11839 " int\n"
11840 " guestfs_lchown (guestfs_h *g,\n"
11841 "                 int owner,\n"
11842 "                 int group,\n"
11843 "                 const char *path);\n"
11844 "\n"
11845 msgstr ""
11846
11847 #. type: textblock
11848 #: ../src/guestfs-actions.pod:3483
11849 msgid ""
11850 "Change the file owner to C<owner> and group to C<group>.  This is like "
11851 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
11852 "changed, not the target."
11853 msgstr ""
11854
11855 #. type: =head2
11856 #: ../src/guestfs-actions.pod:3495
11857 msgid "guestfs_lgetxattr"
11858 msgstr ""
11859
11860 #. type: verbatim
11861 #: ../src/guestfs-actions.pod:3497
11862 #, no-wrap
11863 msgid ""
11864 " char *\n"
11865 " guestfs_lgetxattr (guestfs_h *g,\n"
11866 "                    const char *path,\n"
11867 "                    const char *name,\n"
11868 "                    size_t *size_r);\n"
11869 "\n"
11870 msgstr ""
11871
11872 #. type: textblock
11873 #: ../src/guestfs-actions.pod:3503 ../fish/guestfish-actions.pod:2441
11874 msgid ""
11875 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
11876 "is a symlink, then this call returns an extended attribute from the symlink."
11877 msgstr ""
11878
11879 #. type: textblock
11880 #: ../src/guestfs-actions.pod:3517
11881 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
11882 msgstr ""
11883
11884 #. type: =head2
11885 #: ../src/guestfs-actions.pod:3525
11886 msgid "guestfs_lgetxattrs"
11887 msgstr ""
11888
11889 #. type: verbatim
11890 #: ../src/guestfs-actions.pod:3527
11891 #, no-wrap
11892 msgid ""
11893 " struct guestfs_xattr_list *\n"
11894 " guestfs_lgetxattrs (guestfs_h *g,\n"
11895 "                     const char *path);\n"
11896 "\n"
11897 msgstr ""
11898
11899 #. type: textblock
11900 #: ../src/guestfs-actions.pod:3531
11901 msgid ""
11902 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
11903 "then it returns the extended attributes of the link itself."
11904 msgstr ""
11905
11906 #. type: =head2
11907 #: ../src/guestfs-actions.pod:3541
11908 msgid "guestfs_list_devices"
11909 msgstr ""
11910
11911 #. type: verbatim
11912 #: ../src/guestfs-actions.pod:3543
11913 #, no-wrap
11914 msgid ""
11915 " char **\n"
11916 " guestfs_list_devices (guestfs_h *g);\n"
11917 "\n"
11918 msgstr ""
11919
11920 #. type: textblock
11921 #: ../src/guestfs-actions.pod:3546 ../fish/guestfish-actions.pod:2469
11922 msgid "List all the block devices."
11923 msgstr ""
11924
11925 #. type: textblock
11926 #: ../src/guestfs-actions.pod:3548 ../fish/guestfish-actions.pod:2471
11927 msgid "The full block device names are returned, eg. C</dev/sda>."
11928 msgstr ""
11929
11930 #. type: =head2
11931 #: ../src/guestfs-actions.pod:3558
11932 msgid "guestfs_list_filesystems"
11933 msgstr ""
11934
11935 #. type: verbatim
11936 #: ../src/guestfs-actions.pod:3560
11937 #, no-wrap
11938 msgid ""
11939 " char **\n"
11940 " guestfs_list_filesystems (guestfs_h *g);\n"
11941 "\n"
11942 msgstr ""
11943
11944 #. type: textblock
11945 #: ../src/guestfs-actions.pod:3563 ../fish/guestfish-actions.pod:2479
11946 msgid ""
11947 "This inspection command looks for filesystems on partitions, block devices "
11948 "and logical volumes, returning a list of devices containing filesystems and "
11949 "their type."
11950 msgstr ""
11951
11952 #. type: textblock
11953 #: ../src/guestfs-actions.pod:3567 ../fish/guestfish-actions.pod:2483
11954 msgid ""
11955 "The return value is a hash, where the keys are the devices containing "
11956 "filesystems, and the values are the filesystem types.  For example:"
11957 msgstr ""
11958
11959 #. type: verbatim
11960 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2487
11961 #, no-wrap
11962 msgid ""
11963 " \"/dev/sda1\" => \"ntfs\"\n"
11964 " \"/dev/sda2\" => \"ext2\"\n"
11965 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
11966 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
11967 "\n"
11968 msgstr ""
11969
11970 #. type: textblock
11971 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2492
11972 msgid ""
11973 "The value can have the special value \"unknown\", meaning the content of the "
11974 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
11975 msgstr ""
11976
11977 #. type: textblock
11978 #: ../src/guestfs-actions.pod:3580
11979 msgid ""
11980 "This command runs other libguestfs commands, which might include "
11981 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
11982 "soon after launch and only when nothing is mounted."
11983 msgstr ""
11984
11985 #. type: textblock
11986 #: ../src/guestfs-actions.pod:3584
11987 msgid ""
11988 "Not all of the filesystems returned will be mountable.  In particular, swap "
11989 "partitions are returned in the list.  Also this command does not check that "
11990 "each filesystem found is valid and mountable, and some filesystems might be "
11991 "mountable but require special options.  Filesystems may not all belong to a "
11992 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
11993 msgstr ""
11994
11995 #. type: textblock
11996 #: ../src/guestfs-actions.pod:3598 ../src/guestfs-actions.pod:5203
11997 msgid "(Added in 1.5.15)"
11998 msgstr ""
11999
12000 #. type: =head2
12001 #: ../src/guestfs-actions.pod:3600
12002 msgid "guestfs_list_partitions"
12003 msgstr ""
12004
12005 #. type: verbatim
12006 #: ../src/guestfs-actions.pod:3602
12007 #, no-wrap
12008 msgid ""
12009 " char **\n"
12010 " guestfs_list_partitions (guestfs_h *g);\n"
12011 "\n"
12012 msgstr ""
12013
12014 #. type: textblock
12015 #: ../src/guestfs-actions.pod:3605 ../fish/guestfish-actions.pod:2512
12016 msgid "List all the partitions detected on all block devices."
12017 msgstr ""
12018
12019 #. type: textblock
12020 #: ../src/guestfs-actions.pod:3607 ../fish/guestfish-actions.pod:2514
12021 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12022 msgstr ""
12023
12024 #. type: textblock
12025 #: ../src/guestfs-actions.pod:3609
12026 msgid ""
12027 "This does not return logical volumes.  For that you will need to call "
12028 "C<guestfs_lvs>."
12029 msgstr ""
12030
12031 #. type: =head2
12032 #: ../src/guestfs-actions.pod:3620
12033 msgid "guestfs_ll"
12034 msgstr ""
12035
12036 #. type: verbatim
12037 #: ../src/guestfs-actions.pod:3622
12038 #, no-wrap
12039 msgid ""
12040 " char *\n"
12041 " guestfs_ll (guestfs_h *g,\n"
12042 "             const char *directory);\n"
12043 "\n"
12044 msgstr ""
12045
12046 #. type: textblock
12047 #: ../src/guestfs-actions.pod:3626 ../fish/guestfish-actions.pod:2525
12048 msgid ""
12049 "List the files in C<directory> (relative to the root directory, there is no "
12050 "cwd) in the format of 'ls -la'."
12051 msgstr ""
12052
12053 #. type: textblock
12054 #: ../src/guestfs-actions.pod:3629 ../fish/guestfish-actions.pod:2528
12055 msgid ""
12056 "This command is mostly useful for interactive sessions.  It is I<not> "
12057 "intended that you try to parse the output string."
12058 msgstr ""
12059
12060 #. type: =head2
12061 #: ../src/guestfs-actions.pod:3637
12062 msgid "guestfs_ln"
12063 msgstr ""
12064
12065 #. type: verbatim
12066 #: ../src/guestfs-actions.pod:3639
12067 #, no-wrap
12068 msgid ""
12069 " int\n"
12070 " guestfs_ln (guestfs_h *g,\n"
12071 "             const char *target,\n"
12072 "             const char *linkname);\n"
12073 "\n"
12074 msgstr ""
12075
12076 #. type: textblock
12077 #: ../src/guestfs-actions.pod:3644 ../fish/guestfish-actions.pod:2535
12078 msgid "This command creates a hard link using the C<ln> command."
12079 msgstr ""
12080
12081 #. type: =head2
12082 #: ../src/guestfs-actions.pod:3650
12083 msgid "guestfs_ln_f"
12084 msgstr ""
12085
12086 #. type: verbatim
12087 #: ../src/guestfs-actions.pod:3652
12088 #, no-wrap
12089 msgid ""
12090 " int\n"
12091 " guestfs_ln_f (guestfs_h *g,\n"
12092 "               const char *target,\n"
12093 "               const char *linkname);\n"
12094 "\n"
12095 msgstr ""
12096
12097 #. type: textblock
12098 #: ../src/guestfs-actions.pod:3657 ../fish/guestfish-actions.pod:2541
12099 msgid ""
12100 "This command creates a hard link using the C<ln -f> command.  The C<-f> "
12101 "option removes the link (C<linkname>) if it exists already."
12102 msgstr ""
12103
12104 #. type: =head2
12105 #: ../src/guestfs-actions.pod:3664
12106 msgid "guestfs_ln_s"
12107 msgstr ""
12108
12109 #. type: verbatim
12110 #: ../src/guestfs-actions.pod:3666
12111 #, no-wrap
12112 msgid ""
12113 " int\n"
12114 " guestfs_ln_s (guestfs_h *g,\n"
12115 "               const char *target,\n"
12116 "               const char *linkname);\n"
12117 "\n"
12118 msgstr ""
12119
12120 #. type: textblock
12121 #: ../src/guestfs-actions.pod:3671 ../fish/guestfish-actions.pod:2548
12122 msgid "This command creates a symbolic link using the C<ln -s> command."
12123 msgstr ""
12124
12125 #. type: =head2
12126 #: ../src/guestfs-actions.pod:3677
12127 msgid "guestfs_ln_sf"
12128 msgstr ""
12129
12130 #. type: verbatim
12131 #: ../src/guestfs-actions.pod:3679
12132 #, no-wrap
12133 msgid ""
12134 " int\n"
12135 " guestfs_ln_sf (guestfs_h *g,\n"
12136 "                const char *target,\n"
12137 "                const char *linkname);\n"
12138 "\n"
12139 msgstr ""
12140
12141 #. type: textblock
12142 #: ../src/guestfs-actions.pod:3684 ../fish/guestfish-actions.pod:2554
12143 msgid ""
12144 "This command creates a symbolic link using the C<ln -sf> command, The C<-f> "
12145 "option removes the link (C<linkname>) if it exists already."
12146 msgstr ""
12147
12148 #. type: =head2
12149 #: ../src/guestfs-actions.pod:3691
12150 msgid "guestfs_lremovexattr"
12151 msgstr ""
12152
12153 #. type: verbatim
12154 #: ../src/guestfs-actions.pod:3693
12155 #, no-wrap
12156 msgid ""
12157 " int\n"
12158 " guestfs_lremovexattr (guestfs_h *g,\n"
12159 "                       const char *xattr,\n"
12160 "                       const char *path);\n"
12161 "\n"
12162 msgstr ""
12163
12164 #. type: textblock
12165 #: ../src/guestfs-actions.pod:3698
12166 msgid ""
12167 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12168 "link, then it removes an extended attribute of the link itself."
12169 msgstr ""
12170
12171 #. type: =head2
12172 #: ../src/guestfs-actions.pod:3706
12173 msgid "guestfs_ls"
12174 msgstr ""
12175
12176 #. type: verbatim
12177 #: ../src/guestfs-actions.pod:3708
12178 #, no-wrap
12179 msgid ""
12180 " char **\n"
12181 " guestfs_ls (guestfs_h *g,\n"
12182 "             const char *directory);\n"
12183 "\n"
12184 msgstr ""
12185
12186 #. type: textblock
12187 #: ../src/guestfs-actions.pod:3712 ../fish/guestfish-actions.pod:2569
12188 msgid ""
12189 "List the files in C<directory> (relative to the root directory, there is no "
12190 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12191 msgstr ""
12192
12193 #. type: textblock
12194 #: ../src/guestfs-actions.pod:3716
12195 msgid ""
12196 "This command is mostly useful for interactive sessions.  Programs should "
12197 "probably use C<guestfs_readdir> instead."
12198 msgstr ""
12199
12200 #. type: =head2
12201 #: ../src/guestfs-actions.pod:3725
12202 msgid "guestfs_lsetxattr"
12203 msgstr ""
12204
12205 #. type: verbatim
12206 #: ../src/guestfs-actions.pod:3727
12207 #, no-wrap
12208 msgid ""
12209 " int\n"
12210 " guestfs_lsetxattr (guestfs_h *g,\n"
12211 "                    const char *xattr,\n"
12212 "                    const char *val,\n"
12213 "                    int vallen,\n"
12214 "                    const char *path);\n"
12215 "\n"
12216 msgstr ""
12217
12218 #. type: textblock
12219 #: ../src/guestfs-actions.pod:3734
12220 msgid ""
12221 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12222 "then it sets an extended attribute of the link itself."
12223 msgstr ""
12224
12225 #. type: =head2
12226 #: ../src/guestfs-actions.pod:3742
12227 msgid "guestfs_lstat"
12228 msgstr ""
12229
12230 #. type: verbatim
12231 #: ../src/guestfs-actions.pod:3744
12232 #, no-wrap
12233 msgid ""
12234 " struct guestfs_stat *\n"
12235 " guestfs_lstat (guestfs_h *g,\n"
12236 "                const char *path);\n"
12237 "\n"
12238 msgstr ""
12239
12240 #. type: textblock
12241 #: ../src/guestfs-actions.pod:3748 ../src/guestfs-actions.pod:6306
12242 #: ../fish/guestfish-actions.pod:2588 ../fish/guestfish-actions.pod:4257
12243 msgid "Returns file information for the given C<path>."
12244 msgstr ""
12245
12246 #. type: textblock
12247 #: ../src/guestfs-actions.pod:3750
12248 msgid ""
12249 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12250 "link, then the link is stat-ed, not the file it refers to."
12251 msgstr ""
12252
12253 #. type: textblock
12254 #: ../src/guestfs-actions.pod:3754 ../fish/guestfish-actions.pod:2594
12255 msgid "This is the same as the C<lstat(2)> system call."
12256 msgstr ""
12257
12258 #. type: textblock
12259 #: ../src/guestfs-actions.pod:3756 ../src/guestfs-actions.pod:6310
12260 msgid ""
12261 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12262 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12263 msgstr ""
12264
12265 #. type: textblock
12266 #: ../src/guestfs-actions.pod:3760 ../src/guestfs-actions.pod:6314
12267 #: ../src/guestfs-actions.pod:6332 ../src/guestfs-actions.pod:6713
12268 msgid "(Added in 0.9.2)"
12269 msgstr ""
12270
12271 #. type: =head2
12272 #: ../src/guestfs-actions.pod:3762
12273 msgid "guestfs_lstatlist"
12274 msgstr ""
12275
12276 #. type: verbatim
12277 #: ../src/guestfs-actions.pod:3764
12278 #, no-wrap
12279 msgid ""
12280 " struct guestfs_stat_list *\n"
12281 " guestfs_lstatlist (guestfs_h *g,\n"
12282 "                    const char *path,\n"
12283 "                    char *const *names);\n"
12284 "\n"
12285 msgstr ""
12286
12287 #. type: textblock
12288 #: ../src/guestfs-actions.pod:3769
12289 msgid ""
12290 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12291 "files, where all files are in the directory C<path>.  C<names> is the list "
12292 "of files from this directory."
12293 msgstr ""
12294
12295 #. type: textblock
12296 #: ../src/guestfs-actions.pod:3773 ../fish/guestfish-actions.pod:2604
12297 msgid ""
12298 "On return you get a list of stat structs, with a one-to-one correspondence "
12299 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12300 "then the C<ino> field of that structure is set to C<-1>."
12301 msgstr ""
12302
12303 #. type: textblock
12304 #: ../src/guestfs-actions.pod:3778
12305 msgid ""
12306 "This call is intended for programs that want to efficiently list a directory "
12307 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12308 "for a similarly efficient call for getting extended attributes.  Very long "
12309 "directory listings might cause the protocol message size to be exceeded, "
12310 "causing this call to fail.  The caller must split up such requests into "
12311 "smaller groups of names."
12312 msgstr ""
12313
12314 #. type: textblock
12315 #: ../src/guestfs-actions.pod:3786
12316 msgid ""
12317 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12318 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12319 msgstr ""
12320
12321 #. type: =head2
12322 #: ../src/guestfs-actions.pod:3792
12323 msgid "guestfs_luks_add_key"
12324 msgstr ""
12325
12326 #. type: verbatim
12327 #: ../src/guestfs-actions.pod:3794
12328 #, no-wrap
12329 msgid ""
12330 " int\n"
12331 " guestfs_luks_add_key (guestfs_h *g,\n"
12332 "                       const char *device,\n"
12333 "                       const char *key,\n"
12334 "                       const char *newkey,\n"
12335 "                       int keyslot);\n"
12336 "\n"
12337 msgstr ""
12338
12339 #. type: textblock
12340 #: ../src/guestfs-actions.pod:3801 ../fish/guestfish-actions.pod:2621
12341 msgid ""
12342 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12343 "existing key, and is used to access the device.  C<newkey> is the new key to "
12344 "add.  C<keyslot> is the key slot that will be replaced."
12345 msgstr ""
12346
12347 #. type: textblock
12348 #: ../src/guestfs-actions.pod:3806
12349 msgid ""
12350 "Note that if C<keyslot> already contains a key, then this command will "
12351 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12352 msgstr ""
12353
12354 #. type: textblock
12355 #: ../src/guestfs-actions.pod:3812 ../src/guestfs-actions.pod:3852
12356 #: ../src/guestfs-actions.pod:3875 ../src/guestfs-actions.pod:3895
12357 #: ../src/guestfs-actions.pod:3927 ../src/guestfs-actions.pod:3946
12358 msgid ""
12359 "This function takes a key or passphrase parameter which could contain "
12360 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12361 "information."
12362 msgstr ""
12363
12364 #. type: textblock
12365 #: ../src/guestfs-actions.pod:3816 ../src/guestfs-actions.pod:3856
12366 #: ../src/guestfs-actions.pod:3879 ../src/guestfs-actions.pod:3899
12367 msgid "(Added in 1.5.2)"
12368 msgstr ""
12369
12370 #. type: =head2
12371 #: ../src/guestfs-actions.pod:3818
12372 msgid "guestfs_luks_close"
12373 msgstr ""
12374
12375 #. type: verbatim
12376 #: ../src/guestfs-actions.pod:3820
12377 #, no-wrap
12378 msgid ""
12379 " int\n"
12380 " guestfs_luks_close (guestfs_h *g,\n"
12381 "                     const char *device);\n"
12382 "\n"
12383 msgstr ""
12384
12385 #. type: textblock
12386 #: ../src/guestfs-actions.pod:3824
12387 msgid ""
12388 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12389 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12390 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12391 "underlying block device."
12392 msgstr ""
12393
12394 #. type: textblock
12395 #: ../src/guestfs-actions.pod:3832 ../src/guestfs-actions.pod:3931
12396 #: ../src/guestfs-actions.pod:3950 ../src/guestfs-actions.pod:4000
12397 #: ../src/guestfs-actions.pod:4048
12398 msgid "(Added in 1.5.1)"
12399 msgstr ""
12400
12401 #. type: =head2
12402 #: ../src/guestfs-actions.pod:3834
12403 msgid "guestfs_luks_format"
12404 msgstr ""
12405
12406 #. type: verbatim
12407 #: ../src/guestfs-actions.pod:3836
12408 #, no-wrap
12409 msgid ""
12410 " int\n"
12411 " guestfs_luks_format (guestfs_h *g,\n"
12412 "                      const char *device,\n"
12413 "                      const char *key,\n"
12414 "                      int keyslot);\n"
12415 "\n"
12416 msgstr ""
12417
12418 #. type: textblock
12419 #: ../src/guestfs-actions.pod:3842 ../fish/guestfish-actions.pod:2647
12420 msgid ""
12421 "This command erases existing data on C<device> and formats the device as a "
12422 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12423 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12424 msgstr ""
12425
12426 #. type: textblock
12427 #: ../src/guestfs-actions.pod:3849 ../src/guestfs-actions.pod:3872
12428 #: ../src/guestfs-actions.pod:4012 ../src/guestfs-actions.pod:4954
12429 #: ../src/guestfs-actions.pod:5734 ../src/guestfs-actions.pod:6141
12430 #: ../src/guestfs-actions.pod:6164 ../src/guestfs-actions.pod:6190
12431 #: ../src/guestfs-actions.pod:7350 ../fish/guestfish-actions.pod:2655
12432 #: ../fish/guestfish-actions.pod:2668 ../fish/guestfish-actions.pod:2752
12433 #: ../fish/guestfish-actions.pod:3326 ../fish/guestfish-actions.pod:3846
12434 #: ../fish/guestfish-actions.pod:4156 ../fish/guestfish-actions.pod:4172
12435 #: ../fish/guestfish-actions.pod:4187 ../fish/guestfish-actions.pod:4902
12436 msgid ""
12437 "B<This command is dangerous.  Without careful use you can easily destroy all "
12438 "your data>."
12439 msgstr ""
12440
12441 #. type: =head2
12442 #: ../src/guestfs-actions.pod:3858
12443 msgid "guestfs_luks_format_cipher"
12444 msgstr ""
12445
12446 #. type: verbatim
12447 #: ../src/guestfs-actions.pod:3860
12448 #, no-wrap
12449 msgid ""
12450 " int\n"
12451 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12452 "                             const char *device,\n"
12453 "                             const char *key,\n"
12454 "                             int keyslot,\n"
12455 "                             const char *cipher);\n"
12456 "\n"
12457 msgstr ""
12458
12459 #. type: textblock
12460 #: ../src/guestfs-actions.pod:3867
12461 msgid ""
12462 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12463 "set the C<cipher> used."
12464 msgstr ""
12465
12466 #. type: =head2
12467 #: ../src/guestfs-actions.pod:3881
12468 msgid "guestfs_luks_kill_slot"
12469 msgstr ""
12470
12471 #. type: verbatim
12472 #: ../src/guestfs-actions.pod:3883
12473 #, no-wrap
12474 msgid ""
12475 " int\n"
12476 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12477 "                         const char *device,\n"
12478 "                         const char *key,\n"
12479 "                         int keyslot);\n"
12480 "\n"
12481 msgstr ""
12482
12483 #. type: textblock
12484 #: ../src/guestfs-actions.pod:3889 ../fish/guestfish-actions.pod:2675
12485 msgid ""
12486 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12487 "device C<device>.  C<key> must be one of the I<other> keys."
12488 msgstr ""
12489
12490 #. type: =head2
12491 #: ../src/guestfs-actions.pod:3901
12492 msgid "guestfs_luks_open"
12493 msgstr ""
12494
12495 #. type: verbatim
12496 #: ../src/guestfs-actions.pod:3903
12497 #, no-wrap
12498 msgid ""
12499 " int\n"
12500 " guestfs_luks_open (guestfs_h *g,\n"
12501 "                    const char *device,\n"
12502 "                    const char *key,\n"
12503 "                    const char *mapname);\n"
12504 "\n"
12505 msgstr ""
12506
12507 #. type: textblock
12508 #: ../src/guestfs-actions.pod:3909 ../fish/guestfish-actions.pod:2686
12509 msgid ""
12510 "This command opens a block device which has been encrypted according to the "
12511 "Linux Unified Key Setup (LUKS) standard."
12512 msgstr ""
12513
12514 #. type: textblock
12515 #: ../src/guestfs-actions.pod:3912 ../fish/guestfish-actions.pod:2689
12516 msgid "C<device> is the encrypted block device or partition."
12517 msgstr ""
12518
12519 #. type: textblock
12520 #: ../src/guestfs-actions.pod:3914 ../fish/guestfish-actions.pod:2691
12521 msgid ""
12522 "The caller must supply one of the keys associated with the LUKS block "
12523 "device, in the C<key> parameter."
12524 msgstr ""
12525
12526 #. type: textblock
12527 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
12528 msgid ""
12529 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12530 "writes to this block device are decrypted from and encrypted to the "
12531 "underlying C<device> respectively."
12532 msgstr ""
12533
12534 #. type: textblock
12535 #: ../src/guestfs-actions.pod:3921
12536 msgid ""
12537 "If this block device contains LVM volume groups, then calling "
12538 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12539 "visible."
12540 msgstr ""
12541
12542 #. type: =head2
12543 #: ../src/guestfs-actions.pod:3933
12544 msgid "guestfs_luks_open_ro"
12545 msgstr ""
12546
12547 #. type: verbatim
12548 #: ../src/guestfs-actions.pod:3935
12549 #, no-wrap
12550 msgid ""
12551 " int\n"
12552 " guestfs_luks_open_ro (guestfs_h *g,\n"
12553 "                       const char *device,\n"
12554 "                       const char *key,\n"
12555 "                       const char *mapname);\n"
12556 "\n"
12557 msgstr ""
12558
12559 #. type: textblock
12560 #: ../src/guestfs-actions.pod:3941
12561 msgid ""
12562 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12563 "created."
12564 msgstr ""
12565
12566 #. type: =head2
12567 #: ../src/guestfs-actions.pod:3952
12568 msgid "guestfs_lvcreate"
12569 msgstr ""
12570
12571 #. type: verbatim
12572 #: ../src/guestfs-actions.pod:3954
12573 #, no-wrap
12574 msgid ""
12575 " int\n"
12576 " guestfs_lvcreate (guestfs_h *g,\n"
12577 "                   const char *logvol,\n"
12578 "                   const char *volgroup,\n"
12579 "                   int mbytes);\n"
12580 "\n"
12581 msgstr ""
12582
12583 #. type: textblock
12584 #: ../src/guestfs-actions.pod:3960 ../fish/guestfish-actions.pod:2719
12585 msgid ""
12586 "This creates an LVM logical volume called C<logvol> on the volume group "
12587 "C<volgroup>, with C<size> megabytes."
12588 msgstr ""
12589
12590 #. type: =head2
12591 #: ../src/guestfs-actions.pod:3967
12592 msgid "guestfs_lvm_canonical_lv_name"
12593 msgstr ""
12594
12595 #. type: verbatim
12596 #: ../src/guestfs-actions.pod:3969
12597 #, no-wrap
12598 msgid ""
12599 " char *\n"
12600 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12601 "                                const char *lvname);\n"
12602 "\n"
12603 msgstr ""
12604
12605 #. type: textblock
12606 #: ../src/guestfs-actions.pod:3973 ../fish/guestfish-actions.pod:2726
12607 msgid ""
12608 "This converts alternative naming schemes for LVs that you might find to the "
12609 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
12610 "LV>."
12611 msgstr ""
12612
12613 #. type: textblock
12614 #: ../src/guestfs-actions.pod:3977 ../fish/guestfish-actions.pod:2730
12615 msgid ""
12616 "This command returns an error if the C<lvname> parameter does not refer to a "
12617 "logical volume."
12618 msgstr ""
12619
12620 #. type: textblock
12621 #: ../src/guestfs-actions.pod:3980
12622 msgid "See also C<guestfs_is_lv>."
12623 msgstr ""
12624
12625 #. type: textblock
12626 #: ../src/guestfs-actions.pod:3985
12627 msgid "(Added in 1.5.24)"
12628 msgstr ""
12629
12630 #. type: =head2
12631 #: ../src/guestfs-actions.pod:3987
12632 msgid "guestfs_lvm_clear_filter"
12633 msgstr ""
12634
12635 #. type: verbatim
12636 #: ../src/guestfs-actions.pod:3989
12637 #, no-wrap
12638 msgid ""
12639 " int\n"
12640 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12641 "\n"
12642 msgstr ""
12643
12644 #. type: textblock
12645 #: ../src/guestfs-actions.pod:3992
12646 msgid ""
12647 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12648 "see every block device."
12649 msgstr ""
12650
12651 #. type: textblock
12652 #: ../src/guestfs-actions.pod:3995 ../src/guestfs-actions.pod:4037
12653 #: ../fish/guestfish-actions.pod:2742 ../fish/guestfish-actions.pod:2773
12654 msgid ""
12655 "This command also clears the LVM cache and performs a volume group scan."
12656 msgstr ""
12657
12658 #. type: =head2
12659 #: ../src/guestfs-actions.pod:4002
12660 msgid "guestfs_lvm_remove_all"
12661 msgstr ""
12662
12663 #. type: verbatim
12664 #: ../src/guestfs-actions.pod:4004
12665 #, no-wrap
12666 msgid ""
12667 " int\n"
12668 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12669 "\n"
12670 msgstr ""
12671
12672 #. type: textblock
12673 #: ../src/guestfs-actions.pod:4007 ../fish/guestfish-actions.pod:2749
12674 msgid ""
12675 "This command removes all LVM logical volumes, volume groups and physical "
12676 "volumes."
12677 msgstr ""
12678
12679 #. type: =head2
12680 #: ../src/guestfs-actions.pod:4017
12681 msgid "guestfs_lvm_set_filter"
12682 msgstr ""
12683
12684 #. type: verbatim
12685 #: ../src/guestfs-actions.pod:4019
12686 #, no-wrap
12687 msgid ""
12688 " int\n"
12689 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12690 "                         char *const *devices);\n"
12691 "\n"
12692 msgstr ""
12693
12694 #. type: textblock
12695 #: ../src/guestfs-actions.pod:4023 ../fish/guestfish-actions.pod:2759
12696 msgid ""
12697 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12698 "block devices in the list C<devices>, and will ignore all other attached "
12699 "block devices."
12700 msgstr ""
12701
12702 #. type: textblock
12703 #: ../src/guestfs-actions.pod:4027 ../fish/guestfish-actions.pod:2763
12704 msgid ""
12705 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12706 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12707 "there are two types of duplication possible: either cloned PVs/VGs which "
12708 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12709 "same name.  In normal operation you cannot create this situation, but you "
12710 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12711 "inside the LVM metadata."
12712 msgstr ""
12713
12714 #. type: textblock
12715 #: ../src/guestfs-actions.pod:4040 ../fish/guestfish-actions.pod:2776
12716 msgid "You can filter whole block devices or individual partitions."
12717 msgstr ""
12718
12719 #. type: textblock
12720 #: ../src/guestfs-actions.pod:4042 ../fish/guestfish-actions.pod:2778
12721 msgid ""
12722 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12723 "filesystem), even if you are not filtering out that VG."
12724 msgstr ""
12725
12726 #. type: =head2
12727 #: ../src/guestfs-actions.pod:4050
12728 msgid "guestfs_lvremove"
12729 msgstr ""
12730
12731 #. type: verbatim
12732 #: ../src/guestfs-actions.pod:4052
12733 #, no-wrap
12734 msgid ""
12735 " int\n"
12736 " guestfs_lvremove (guestfs_h *g,\n"
12737 "                   const char *device);\n"
12738 "\n"
12739 msgstr ""
12740
12741 #. type: textblock
12742 #: ../src/guestfs-actions.pod:4056 ../fish/guestfish-actions.pod:2786
12743 msgid ""
12744 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12745 "LV, such as C</dev/VG/LV>."
12746 msgstr ""
12747
12748 #. type: textblock
12749 #: ../src/guestfs-actions.pod:4059 ../fish/guestfish-actions.pod:2789
12750 msgid ""
12751 "You can also remove all LVs in a volume group by specifying the VG name, C</"
12752 "dev/VG>."
12753 msgstr ""
12754
12755 #. type: textblock
12756 #: ../src/guestfs-actions.pod:4064 ../src/guestfs-actions.pod:5300
12757 #: ../src/guestfs-actions.pod:7089
12758 msgid "(Added in 1.0.13)"
12759 msgstr ""
12760
12761 #. type: =head2
12762 #: ../src/guestfs-actions.pod:4066
12763 msgid "guestfs_lvrename"
12764 msgstr ""
12765
12766 #. type: verbatim
12767 #: ../src/guestfs-actions.pod:4068
12768 #, no-wrap
12769 msgid ""
12770 " int\n"
12771 " guestfs_lvrename (guestfs_h *g,\n"
12772 "                   const char *logvol,\n"
12773 "                   const char *newlogvol);\n"
12774 "\n"
12775 msgstr ""
12776
12777 #. type: textblock
12778 #: ../src/guestfs-actions.pod:4073 ../fish/guestfish-actions.pod:2796
12779 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12780 msgstr ""
12781
12782 #. type: textblock
12783 #: ../src/guestfs-actions.pod:4077 ../src/guestfs-actions.pod:7102
12784 msgid "(Added in 1.0.83)"
12785 msgstr ""
12786
12787 #. type: =head2
12788 #: ../src/guestfs-actions.pod:4079
12789 msgid "guestfs_lvresize"
12790 msgstr ""
12791
12792 #. type: verbatim
12793 #: ../src/guestfs-actions.pod:4081
12794 #, no-wrap
12795 msgid ""
12796 " int\n"
12797 " guestfs_lvresize (guestfs_h *g,\n"
12798 "                   const char *device,\n"
12799 "                   int mbytes);\n"
12800 "\n"
12801 msgstr ""
12802
12803 #. type: textblock
12804 #: ../src/guestfs-actions.pod:4086 ../fish/guestfish-actions.pod:2802
12805 msgid ""
12806 "This resizes (expands or shrinks) an existing LVM logical volume to "
12807 "C<mbytes>.  When reducing, data in the reduced part is lost."
12808 msgstr ""
12809
12810 #. type: =head2
12811 #: ../src/guestfs-actions.pod:4094
12812 msgid "guestfs_lvresize_free"
12813 msgstr ""
12814
12815 #. type: verbatim
12816 #: ../src/guestfs-actions.pod:4096
12817 #, no-wrap
12818 msgid ""
12819 " int\n"
12820 " guestfs_lvresize_free (guestfs_h *g,\n"
12821 "                        const char *lv,\n"
12822 "                        int percent);\n"
12823 "\n"
12824 msgstr ""
12825
12826 #. type: textblock
12827 #: ../src/guestfs-actions.pod:4101 ../fish/guestfish-actions.pod:2810
12828 msgid ""
12829 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
12830 "remaining free space in the volume group.  Commonly you would call this with "
12831 "pc = 100 which expands the logical volume as much as possible, using all "
12832 "remaining free space in the volume group."
12833 msgstr ""
12834
12835 #. type: textblock
12836 #: ../src/guestfs-actions.pod:4109
12837 msgid "(Added in 1.3.3)"
12838 msgstr ""
12839
12840 #. type: =head2
12841 #: ../src/guestfs-actions.pod:4111
12842 msgid "guestfs_lvs"
12843 msgstr ""
12844
12845 #. type: verbatim
12846 #: ../src/guestfs-actions.pod:4113
12847 #, no-wrap
12848 msgid ""
12849 " char **\n"
12850 " guestfs_lvs (guestfs_h *g);\n"
12851 "\n"
12852 msgstr ""
12853
12854 #. type: textblock
12855 #: ../src/guestfs-actions.pod:4116 ../fish/guestfish-actions.pod:2820
12856 msgid ""
12857 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
12858 "(8)> command."
12859 msgstr ""
12860
12861 #. type: textblock
12862 #: ../src/guestfs-actions.pod:4119 ../fish/guestfish-actions.pod:2823
12863 msgid ""
12864 "This returns a list of the logical volume device names (eg. C</dev/"
12865 "VolGroup00/LogVol00>)."
12866 msgstr ""
12867
12868 #. type: textblock
12869 #: ../src/guestfs-actions.pod:4122
12870 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
12871 msgstr ""
12872
12873 #. type: =head2
12874 #: ../src/guestfs-actions.pod:4130
12875 msgid "guestfs_lvs_full"
12876 msgstr ""
12877
12878 #. type: verbatim
12879 #: ../src/guestfs-actions.pod:4132
12880 #, no-wrap
12881 msgid ""
12882 " struct guestfs_lvm_lv_list *\n"
12883 " guestfs_lvs_full (guestfs_h *g);\n"
12884 "\n"
12885 msgstr ""
12886
12887 #. type: textblock
12888 #: ../src/guestfs-actions.pod:4135 ../fish/guestfish-actions.pod:2832
12889 msgid ""
12890 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
12891 "(8)> command.  The \"full\" version includes all fields."
12892 msgstr ""
12893
12894 #. type: textblock
12895 #: ../src/guestfs-actions.pod:4138
12896 msgid ""
12897 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
12898 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
12899 msgstr ""
12900
12901 #. type: =head2
12902 #: ../src/guestfs-actions.pod:4144
12903 msgid "guestfs_lvuuid"
12904 msgstr ""
12905
12906 #. type: verbatim
12907 #: ../src/guestfs-actions.pod:4146
12908 #, no-wrap
12909 msgid ""
12910 " char *\n"
12911 " guestfs_lvuuid (guestfs_h *g,\n"
12912 "                 const char *device);\n"
12913 "\n"
12914 msgstr ""
12915
12916 #. type: textblock
12917 #: ../src/guestfs-actions.pod:4150 ../fish/guestfish-actions.pod:2839
12918 msgid "This command returns the UUID of the LVM LV C<device>."
12919 msgstr ""
12920
12921 #. type: =head2
12922 #: ../src/guestfs-actions.pod:4157
12923 msgid "guestfs_lxattrlist"
12924 msgstr ""
12925
12926 #. type: verbatim
12927 #: ../src/guestfs-actions.pod:4159
12928 #, no-wrap
12929 msgid ""
12930 " struct guestfs_xattr_list *\n"
12931 " guestfs_lxattrlist (guestfs_h *g,\n"
12932 "                     const char *path,\n"
12933 "                     char *const *names);\n"
12934 "\n"
12935 msgstr ""
12936
12937 #. type: textblock
12938 #: ../src/guestfs-actions.pod:4164 ../fish/guestfish-actions.pod:2845
12939 msgid ""
12940 "This call allows you to get the extended attributes of multiple files, where "
12941 "all files are in the directory C<path>.  C<names> is the list of files from "
12942 "this directory."
12943 msgstr ""
12944
12945 #. type: textblock
12946 #: ../src/guestfs-actions.pod:4168 ../fish/guestfish-actions.pod:2849
12947 msgid ""
12948 "On return you get a flat list of xattr structs which must be interpreted "
12949 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
12950 "C<attrval> in this struct is zero-length to indicate there was an error "
12951 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
12952 "number (the number of following attributes for this file, which could be C<"
12953 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
12954 "for the first named file.  This repeats for the second and subsequent files."
12955 msgstr ""
12956
12957 #. type: textblock
12958 #: ../src/guestfs-actions.pod:4178
12959 msgid ""
12960 "This call is intended for programs that want to efficiently list a directory "
12961 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
12962 "a similarly efficient call for getting standard stats.  Very long directory "
12963 "listings might cause the protocol message size to be exceeded, causing this "
12964 "call to fail.  The caller must split up such requests into smaller groups of "
12965 "names."
12966 msgstr ""
12967
12968 #. type: =head2
12969 #: ../src/guestfs-actions.pod:4192
12970 msgid "guestfs_mkdir"
12971 msgstr ""
12972
12973 #. type: verbatim
12974 #: ../src/guestfs-actions.pod:4194
12975 #, no-wrap
12976 msgid ""
12977 " int\n"
12978 " guestfs_mkdir (guestfs_h *g,\n"
12979 "                const char *path);\n"
12980 "\n"
12981 msgstr ""
12982
12983 #. type: textblock
12984 #: ../src/guestfs-actions.pod:4198 ../fish/guestfish-actions.pod:2871
12985 msgid "Create a directory named C<path>."
12986 msgstr ""
12987
12988 #. type: =head2
12989 #: ../src/guestfs-actions.pod:4204
12990 msgid "guestfs_mkdir_mode"
12991 msgstr ""
12992
12993 #. type: verbatim
12994 #: ../src/guestfs-actions.pod:4206
12995 #, no-wrap
12996 msgid ""
12997 " int\n"
12998 " guestfs_mkdir_mode (guestfs_h *g,\n"
12999 "                     const char *path,\n"
13000 "                     int mode);\n"
13001 "\n"
13002 msgstr ""
13003
13004 #. type: textblock
13005 #: ../src/guestfs-actions.pod:4211 ../fish/guestfish-actions.pod:2877
13006 msgid ""
13007 "This command creates a directory, setting the initial permissions of the "
13008 "directory to C<mode>."
13009 msgstr ""
13010
13011 #. type: textblock
13012 #: ../src/guestfs-actions.pod:4214 ../fish/guestfish-actions.pod:2880
13013 msgid ""
13014 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13015 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13016 "other ways."
13017 msgstr ""
13018
13019 #. type: textblock
13020 #: ../src/guestfs-actions.pod:4218
13021 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13022 msgstr ""
13023
13024 #. type: =head2
13025 #: ../src/guestfs-actions.pod:4224
13026 msgid "guestfs_mkdir_p"
13027 msgstr ""
13028
13029 #. type: verbatim
13030 #: ../src/guestfs-actions.pod:4226
13031 #, no-wrap
13032 msgid ""
13033 " int\n"
13034 " guestfs_mkdir_p (guestfs_h *g,\n"
13035 "                  const char *path);\n"
13036 "\n"
13037 msgstr ""
13038
13039 #. type: textblock
13040 #: ../src/guestfs-actions.pod:4230 ../fish/guestfish-actions.pod:2890
13041 msgid ""
13042 "Create a directory named C<path>, creating any parent directories as "
13043 "necessary.  This is like the C<mkdir -p> shell command."
13044 msgstr ""
13045
13046 #. type: =head2
13047 #: ../src/guestfs-actions.pod:4237
13048 msgid "guestfs_mkdtemp"
13049 msgstr ""
13050
13051 #. type: verbatim
13052 #: ../src/guestfs-actions.pod:4239
13053 #, no-wrap
13054 msgid ""
13055 " char *\n"
13056 " guestfs_mkdtemp (guestfs_h *g,\n"
13057 "                  const char *template);\n"
13058 "\n"
13059 msgstr ""
13060
13061 #. type: textblock
13062 #: ../src/guestfs-actions.pod:4243 ../fish/guestfish-actions.pod:2897
13063 msgid ""
13064 "This command creates a temporary directory.  The C<template> parameter "
13065 "should be a full pathname for the temporary directory name with the final "
13066 "six characters being \"XXXXXX\"."
13067 msgstr ""
13068
13069 #. type: textblock
13070 #: ../src/guestfs-actions.pod:4248 ../fish/guestfish-actions.pod:2902
13071 msgid ""
13072 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13073 "being suitable for Windows filesystems."
13074 msgstr ""
13075
13076 #. type: textblock
13077 #: ../src/guestfs-actions.pod:4251 ../fish/guestfish-actions.pod:2905
13078 msgid "The name of the temporary directory that was created is returned."
13079 msgstr ""
13080
13081 #. type: textblock
13082 #: ../src/guestfs-actions.pod:4254 ../fish/guestfish-actions.pod:2908
13083 msgid "The temporary directory is created with mode 0700 and is owned by root."
13084 msgstr ""
13085
13086 #. type: textblock
13087 #: ../src/guestfs-actions.pod:4257 ../fish/guestfish-actions.pod:2911
13088 msgid ""
13089 "The caller is responsible for deleting the temporary directory and its "
13090 "contents after use."
13091 msgstr ""
13092
13093 #. type: textblock
13094 #: ../src/guestfs-actions.pod:4260 ../fish/guestfish-actions.pod:2914
13095 msgid "See also: L<mkdtemp(3)>"
13096 msgstr ""
13097
13098 #. type: =head2
13099 #: ../src/guestfs-actions.pod:4267
13100 msgid "guestfs_mke2fs_J"
13101 msgstr ""
13102
13103 #. type: verbatim
13104 #: ../src/guestfs-actions.pod:4269
13105 #, no-wrap
13106 msgid ""
13107 " int\n"
13108 " guestfs_mke2fs_J (guestfs_h *g,\n"
13109 "                   const char *fstype,\n"
13110 "                   int blocksize,\n"
13111 "                   const char *device,\n"
13112 "                   const char *journal);\n"
13113 "\n"
13114 msgstr ""
13115
13116 #. type: textblock
13117 #: ../src/guestfs-actions.pod:4276 ../fish/guestfish-actions.pod:2920
13118 msgid ""
13119 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13120 "C<journal>.  It is equivalent to the command:"
13121 msgstr ""
13122
13123 #. type: verbatim
13124 #: ../src/guestfs-actions.pod:4280 ../fish/guestfish-actions.pod:2924
13125 #, no-wrap
13126 msgid ""
13127 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13128 "\n"
13129 msgstr ""
13130
13131 #. type: textblock
13132 #: ../src/guestfs-actions.pod:4282
13133 msgid "See also C<guestfs_mke2journal>."
13134 msgstr ""
13135
13136 #. type: textblock
13137 #: ../src/guestfs-actions.pod:4286 ../src/guestfs-actions.pod:4304
13138 #: ../src/guestfs-actions.pod:4322 ../src/guestfs-actions.pod:4338
13139 #: ../src/guestfs-actions.pod:4352 ../src/guestfs-actions.pod:4366
13140 #: ../src/guestfs-actions.pod:4425 ../src/guestfs-actions.pod:4690
13141 msgid "(Added in 1.0.68)"
13142 msgstr ""
13143
13144 #. type: =head2
13145 #: ../src/guestfs-actions.pod:4288
13146 msgid "guestfs_mke2fs_JL"
13147 msgstr ""
13148
13149 #. type: verbatim
13150 #: ../src/guestfs-actions.pod:4290
13151 #, no-wrap
13152 msgid ""
13153 " int\n"
13154 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13155 "                    const char *fstype,\n"
13156 "                    int blocksize,\n"
13157 "                    const char *device,\n"
13158 "                    const char *label);\n"
13159 "\n"
13160 msgstr ""
13161
13162 #. type: textblock
13163 #: ../src/guestfs-actions.pod:4297 ../fish/guestfish-actions.pod:2932
13164 msgid ""
13165 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13166 "the journal labeled C<label>."
13167 msgstr ""
13168
13169 #. type: textblock
13170 #: ../src/guestfs-actions.pod:4300
13171 msgid "See also C<guestfs_mke2journal_L>."
13172 msgstr ""
13173
13174 #. type: =head2
13175 #: ../src/guestfs-actions.pod:4306
13176 msgid "guestfs_mke2fs_JU"
13177 msgstr ""
13178
13179 #. type: verbatim
13180 #: ../src/guestfs-actions.pod:4308
13181 #, no-wrap
13182 msgid ""
13183 " int\n"
13184 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13185 "                    const char *fstype,\n"
13186 "                    int blocksize,\n"
13187 "                    const char *device,\n"
13188 "                    const char *uuid);\n"
13189 "\n"
13190 msgstr ""
13191
13192 #. type: textblock
13193 #: ../src/guestfs-actions.pod:4315 ../fish/guestfish-actions.pod:2941
13194 msgid ""
13195 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13196 "the journal with UUID C<uuid>."
13197 msgstr ""
13198
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:4318
13201 msgid "See also C<guestfs_mke2journal_U>."
13202 msgstr ""
13203
13204 #. type: =head2
13205 #: ../src/guestfs-actions.pod:4324
13206 msgid "guestfs_mke2journal"
13207 msgstr ""
13208
13209 #. type: verbatim
13210 #: ../src/guestfs-actions.pod:4326
13211 #, no-wrap
13212 msgid ""
13213 " int\n"
13214 " guestfs_mke2journal (guestfs_h *g,\n"
13215 "                      int blocksize,\n"
13216 "                      const char *device);\n"
13217 "\n"
13218 msgstr ""
13219
13220 #. type: textblock
13221 #: ../src/guestfs-actions.pod:4331 ../fish/guestfish-actions.pod:2950
13222 msgid ""
13223 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13224 "command:"
13225 msgstr ""
13226
13227 #. type: verbatim
13228 #: ../src/guestfs-actions.pod:4334 ../fish/guestfish-actions.pod:2953
13229 #, no-wrap
13230 msgid ""
13231 " mke2fs -O journal_dev -b blocksize device\n"
13232 "\n"
13233 msgstr ""
13234
13235 #. type: =head2
13236 #: ../src/guestfs-actions.pod:4340
13237 msgid "guestfs_mke2journal_L"
13238 msgstr ""
13239
13240 #. type: verbatim
13241 #: ../src/guestfs-actions.pod:4342
13242 #, no-wrap
13243 msgid ""
13244 " int\n"
13245 " guestfs_mke2journal_L (guestfs_h *g,\n"
13246 "                        int blocksize,\n"
13247 "                        const char *label,\n"
13248 "                        const char *device);\n"
13249 "\n"
13250 msgstr ""
13251
13252 #. type: textblock
13253 #: ../src/guestfs-actions.pod:4348 ../fish/guestfish-actions.pod:2959
13254 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13255 msgstr ""
13256
13257 #. type: =head2
13258 #: ../src/guestfs-actions.pod:4354
13259 msgid "guestfs_mke2journal_U"
13260 msgstr ""
13261
13262 #. type: verbatim
13263 #: ../src/guestfs-actions.pod:4356
13264 #, no-wrap
13265 msgid ""
13266 " int\n"
13267 " guestfs_mke2journal_U (guestfs_h *g,\n"
13268 "                        int blocksize,\n"
13269 "                        const char *uuid,\n"
13270 "                        const char *device);\n"
13271 "\n"
13272 msgstr ""
13273
13274 #. type: textblock
13275 #: ../src/guestfs-actions.pod:4362 ../fish/guestfish-actions.pod:2965
13276 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13277 msgstr ""
13278
13279 #. type: =head2
13280 #: ../src/guestfs-actions.pod:4368
13281 msgid "guestfs_mkfifo"
13282 msgstr ""
13283
13284 #. type: verbatim
13285 #: ../src/guestfs-actions.pod:4370
13286 #, no-wrap
13287 msgid ""
13288 " int\n"
13289 " guestfs_mkfifo (guestfs_h *g,\n"
13290 "                 int mode,\n"
13291 "                 const char *path);\n"
13292 "\n"
13293 msgstr ""
13294
13295 #. type: textblock
13296 #: ../src/guestfs-actions.pod:4375
13297 msgid ""
13298 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13299 "is just a convenient wrapper around C<guestfs_mknod>."
13300 msgstr ""
13301
13302 #. type: =head2
13303 #: ../src/guestfs-actions.pod:4385
13304 msgid "guestfs_mkfs"
13305 msgstr ""
13306
13307 #. type: verbatim
13308 #: ../src/guestfs-actions.pod:4387
13309 #, no-wrap
13310 msgid ""
13311 " int\n"
13312 " guestfs_mkfs (guestfs_h *g,\n"
13313 "               const char *fstype,\n"
13314 "               const char *device);\n"
13315 "\n"
13316 msgstr ""
13317
13318 #. type: textblock
13319 #: ../src/guestfs-actions.pod:4392 ../fish/guestfish-actions.pod:2981
13320 msgid ""
13321 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13322 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13323 msgstr ""
13324
13325 #. type: =head2
13326 #: ../src/guestfs-actions.pod:4400
13327 msgid "guestfs_mkfs_b"
13328 msgstr ""
13329
13330 #. type: verbatim
13331 #: ../src/guestfs-actions.pod:4402
13332 #, no-wrap
13333 msgid ""
13334 " int\n"
13335 " guestfs_mkfs_b (guestfs_h *g,\n"
13336 "                 const char *fstype,\n"
13337 "                 int blocksize,\n"
13338 "                 const char *device);\n"
13339 "\n"
13340 msgstr ""
13341
13342 #. type: textblock
13343 #: ../src/guestfs-actions.pod:4408
13344 msgid ""
13345 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13346 "block size of the resulting filesystem.  Supported block sizes depend on the "
13347 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13348 msgstr ""
13349
13350 #. type: textblock
13351 #: ../src/guestfs-actions.pod:4413 ../src/guestfs-actions.pod:4456
13352 #: ../fish/guestfish-actions.pod:2994 ../fish/guestfish-actions.pod:3021
13353 msgid ""
13354 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13355 "cluster size."
13356 msgstr ""
13357
13358 #. type: textblock
13359 #: ../src/guestfs-actions.pod:4418 ../fish/guestfish-actions.pod:2997
13360 msgid ""
13361 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13362 msgstr ""
13363
13364 #. type: =head2
13365 #: ../src/guestfs-actions.pod:4427
13366 msgid "guestfs_mkfs_opts"
13367 msgstr ""
13368
13369 #. type: verbatim
13370 #: ../src/guestfs-actions.pod:4429
13371 #, no-wrap
13372 msgid ""
13373 " int\n"
13374 " guestfs_mkfs_opts (guestfs_h *g,\n"
13375 "                    const char *fstype,\n"
13376 "                    const char *device,\n"
13377 "                    ...);\n"
13378 "\n"
13379 msgstr ""
13380
13381 #. type: verbatim
13382 #: ../src/guestfs-actions.pod:4440
13383 #, no-wrap
13384 msgid ""
13385 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13386 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13387 "\n"
13388 msgstr ""
13389
13390 #. type: textblock
13391 #: ../src/guestfs-actions.pod:4443 ../fish/guestfish-actions.pod:3008
13392 msgid ""
13393 "This function creates a filesystem on C<device>.  The filesystem type is "
13394 "C<fstype>, for example C<ext3>."
13395 msgstr ""
13396
13397 #. type: =item
13398 #: ../src/guestfs-actions.pod:4450 ../fish/guestfish-actions.pod:3015
13399 msgid "C<blocksize>"
13400 msgstr ""
13401
13402 #. type: textblock
13403 #: ../src/guestfs-actions.pod:4452 ../fish/guestfish-actions.pod:3017
13404 msgid ""
13405 "The filesystem block size.  Supported block sizes depend on the filesystem "
13406 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13407 "filesystems."
13408 msgstr ""
13409
13410 #. type: textblock
13411 #: ../src/guestfs-actions.pod:4459 ../fish/guestfish-actions.pod:3024
13412 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13413 msgstr ""
13414
13415 #. type: =item
13416 #: ../src/guestfs-actions.pod:4461 ../fish/guestfish-actions.pod:3026
13417 msgid "C<features>"
13418 msgstr ""
13419
13420 #. type: textblock
13421 #: ../src/guestfs-actions.pod:4463 ../fish/guestfish-actions.pod:3028
13422 msgid "This passes the C<-O> parameter to the external mkfs program."
13423 msgstr ""
13424
13425 #. type: textblock
13426 #: ../src/guestfs-actions.pod:4465 ../fish/guestfish-actions.pod:3030
13427 msgid ""
13428 "For certain filesystem types, this allows extra filesystem features to be "
13429 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13430 msgstr ""
13431
13432 #. type: textblock
13433 #: ../src/guestfs-actions.pod:4469 ../fish/guestfish-actions.pod:3034
13434 msgid ""
13435 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13436 "type."
13437 msgstr ""
13438
13439 #. type: textblock
13440 #: ../src/guestfs-actions.pod:4476
13441 msgid "(Added in 1.7.19)"
13442 msgstr ""
13443
13444 #. type: =head2
13445 #: ../src/guestfs-actions.pod:4478
13446 msgid "guestfs_mkfs_opts_va"
13447 msgstr ""
13448
13449 #. type: verbatim
13450 #: ../src/guestfs-actions.pod:4480
13451 #, no-wrap
13452 msgid ""
13453 " int\n"
13454 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13455 "                       const char *fstype,\n"
13456 "                       const char *device,\n"
13457 "                       va_list args);\n"
13458 "\n"
13459 msgstr ""
13460
13461 #. type: textblock
13462 #: ../src/guestfs-actions.pod:4486
13463 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13464 msgstr ""
13465
13466 #. type: =head2
13467 #: ../src/guestfs-actions.pod:4490
13468 msgid "guestfs_mkfs_opts_argv"
13469 msgstr ""
13470
13471 #. type: verbatim
13472 #: ../src/guestfs-actions.pod:4492
13473 #, no-wrap
13474 msgid ""
13475 " int\n"
13476 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13477 "                         const char *fstype,\n"
13478 "                         const char *device,\n"
13479 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13480 "\n"
13481 msgstr ""
13482
13483 #. type: textblock
13484 #: ../src/guestfs-actions.pod:4498
13485 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13486 msgstr ""
13487
13488 #. type: =head2
13489 #: ../src/guestfs-actions.pod:4502
13490 msgid "guestfs_mkmountpoint"
13491 msgstr ""
13492
13493 #. type: verbatim
13494 #: ../src/guestfs-actions.pod:4504
13495 #, no-wrap
13496 msgid ""
13497 " int\n"
13498 " guestfs_mkmountpoint (guestfs_h *g,\n"
13499 "                       const char *exemptpath);\n"
13500 "\n"
13501 msgstr ""
13502
13503 #. type: textblock
13504 #: ../src/guestfs-actions.pod:4508
13505 msgid ""
13506 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
13507 "that can be used to create extra mountpoints before mounting the first "
13508 "filesystem."
13509 msgstr ""
13510
13511 #. type: textblock
13512 #: ../src/guestfs-actions.pod:4512 ../fish/guestfish-actions.pod:3049
13513 msgid ""
13514 "These calls are I<only> necessary in some very limited circumstances, mainly "
13515 "the case where you want to mount a mix of unrelated and/or read-only "
13516 "filesystems together."
13517 msgstr ""
13518
13519 #. type: textblock
13520 #: ../src/guestfs-actions.pod:4516 ../fish/guestfish-actions.pod:3053
13521 msgid ""
13522 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
13523 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
13524 "inside that.  You can unpack this as follows in guestfish:"
13525 msgstr ""
13526
13527 #. type: verbatim
13528 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3058
13529 #, no-wrap
13530 msgid ""
13531 " add-ro Fedora-11-i686-Live.iso\n"
13532 " run\n"
13533 " mkmountpoint /cd\n"
13534 " mkmountpoint /sqsh\n"
13535 " mkmountpoint /ext3fs\n"
13536 " mount /dev/sda /cd\n"
13537 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13538 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13539 "\n"
13540 msgstr ""
13541
13542 #. type: textblock
13543 #: ../src/guestfs-actions.pod:4530 ../fish/guestfish-actions.pod:3067
13544 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13545 msgstr ""
13546
13547 #. type: textblock
13548 #: ../src/guestfs-actions.pod:4532
13549 msgid ""
13550 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13551 "may get unexpected errors if you try to mix these calls.  It is safest to "
13552 "manually unmount filesystems and remove mountpoints after use."
13553 msgstr ""
13554
13555 #. type: textblock
13556 #: ../src/guestfs-actions.pod:4536
13557 msgid ""
13558 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13559 "first, so for this to work for manual mountpoints, you must ensure that the "
13560 "innermost mountpoints have the longest pathnames, as in the example code "
13561 "above."
13562 msgstr ""
13563
13564 #. type: textblock
13565 #: ../src/guestfs-actions.pod:4541 ../fish/guestfish-actions.pod:3078
13566 msgid ""
13567 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13568 msgstr ""
13569
13570 #. type: textblock
13571 #: ../src/guestfs-actions.pod:4543
13572 msgid ""
13573 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13574 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13575 "can also trigger these issues."
13576 msgstr ""
13577
13578 #. type: textblock
13579 #: ../src/guestfs-actions.pod:4549 ../src/guestfs-actions.pod:4808
13580 #: ../src/guestfs-actions.pod:5718
13581 msgid "(Added in 1.0.62)"
13582 msgstr ""
13583
13584 #. type: =head2
13585 #: ../src/guestfs-actions.pod:4551
13586 msgid "guestfs_mknod"
13587 msgstr ""
13588
13589 #. type: verbatim
13590 #: ../src/guestfs-actions.pod:4553
13591 #, no-wrap
13592 msgid ""
13593 " int\n"
13594 " guestfs_mknod (guestfs_h *g,\n"
13595 "                int mode,\n"
13596 "                int devmajor,\n"
13597 "                int devminor,\n"
13598 "                const char *path);\n"
13599 "\n"
13600 msgstr ""
13601
13602 #. type: textblock
13603 #: ../src/guestfs-actions.pod:4560 ../fish/guestfish-actions.pod:3088
13604 msgid ""
13605 "This call creates block or character special devices, or named pipes (FIFOs)."
13606 msgstr ""
13607
13608 #. type: textblock
13609 #: ../src/guestfs-actions.pod:4563 ../fish/guestfish-actions.pod:3091
13610 msgid ""
13611 "The C<mode> parameter should be the mode, using the standard constants.  "
13612 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13613 "used when creating block and character special devices."
13614 msgstr ""
13615
13616 #. type: textblock
13617 #: ../src/guestfs-actions.pod:4568
13618 msgid ""
13619 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13620 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13621 "regular file).  These constants are available in the standard Linux header "
13622 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13623 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13624 "the appropriate constant for you."
13625 msgstr ""
13626
13627 #. type: =head2
13628 #: ../src/guestfs-actions.pod:4582
13629 msgid "guestfs_mknod_b"
13630 msgstr ""
13631
13632 #. type: verbatim
13633 #: ../src/guestfs-actions.pod:4584
13634 #, no-wrap
13635 msgid ""
13636 " int\n"
13637 " guestfs_mknod_b (guestfs_h *g,\n"
13638 "                  int mode,\n"
13639 "                  int devmajor,\n"
13640 "                  int devminor,\n"
13641 "                  const char *path);\n"
13642 "\n"
13643 msgstr ""
13644
13645 #. type: textblock
13646 #: ../src/guestfs-actions.pod:4591
13647 msgid ""
13648 "This call creates a block device node called C<path> with mode C<mode> and "
13649 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13650 "wrapper around C<guestfs_mknod>."
13651 msgstr ""
13652
13653 #. type: =head2
13654 #: ../src/guestfs-actions.pod:4601
13655 msgid "guestfs_mknod_c"
13656 msgstr ""
13657
13658 #. type: verbatim
13659 #: ../src/guestfs-actions.pod:4603
13660 #, no-wrap
13661 msgid ""
13662 " int\n"
13663 " guestfs_mknod_c (guestfs_h *g,\n"
13664 "                  int mode,\n"
13665 "                  int devmajor,\n"
13666 "                  int devminor,\n"
13667 "                  const char *path);\n"
13668 "\n"
13669 msgstr ""
13670
13671 #. type: textblock
13672 #: ../src/guestfs-actions.pod:4610
13673 msgid ""
13674 "This call creates a char device node called C<path> with mode C<mode> and "
13675 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13676 "wrapper around C<guestfs_mknod>."
13677 msgstr ""
13678
13679 #. type: =head2
13680 #: ../src/guestfs-actions.pod:4620
13681 msgid "guestfs_mkswap"
13682 msgstr ""
13683
13684 #. type: verbatim
13685 #: ../src/guestfs-actions.pod:4622
13686 #, no-wrap
13687 msgid ""
13688 " int\n"
13689 " guestfs_mkswap (guestfs_h *g,\n"
13690 "                 const char *device);\n"
13691 "\n"
13692 msgstr ""
13693
13694 #. type: textblock
13695 #: ../src/guestfs-actions.pod:4626 ../fish/guestfish-actions.pod:3130
13696 msgid "Create a swap partition on C<device>."
13697 msgstr ""
13698
13699 #. type: =head2
13700 #: ../src/guestfs-actions.pod:4632
13701 msgid "guestfs_mkswap_L"
13702 msgstr ""
13703
13704 #. type: verbatim
13705 #: ../src/guestfs-actions.pod:4634
13706 #, no-wrap
13707 msgid ""
13708 " int\n"
13709 " guestfs_mkswap_L (guestfs_h *g,\n"
13710 "                   const char *label,\n"
13711 "                   const char *device);\n"
13712 "\n"
13713 msgstr ""
13714
13715 #. type: textblock
13716 #: ../src/guestfs-actions.pod:4639 ../fish/guestfish-actions.pod:3136
13717 msgid "Create a swap partition on C<device> with label C<label>."
13718 msgstr ""
13719
13720 #. type: textblock
13721 #: ../src/guestfs-actions.pod:4641 ../fish/guestfish-actions.pod:3138
13722 msgid ""
13723 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
13724 "sda>), just to a partition.  This appears to be a limitation of the kernel "
13725 "or swap tools."
13726 msgstr ""
13727
13728 #. type: =head2
13729 #: ../src/guestfs-actions.pod:4649
13730 msgid "guestfs_mkswap_U"
13731 msgstr ""
13732
13733 #. type: verbatim
13734 #: ../src/guestfs-actions.pod:4651
13735 #, no-wrap
13736 msgid ""
13737 " int\n"
13738 " guestfs_mkswap_U (guestfs_h *g,\n"
13739 "                   const char *uuid,\n"
13740 "                   const char *device);\n"
13741 "\n"
13742 msgstr ""
13743
13744 #. type: textblock
13745 #: ../src/guestfs-actions.pod:4656 ../fish/guestfish-actions.pod:3146
13746 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13747 msgstr ""
13748
13749 #. type: =head2
13750 #: ../src/guestfs-actions.pod:4662
13751 msgid "guestfs_mkswap_file"
13752 msgstr ""
13753
13754 #. type: verbatim
13755 #: ../src/guestfs-actions.pod:4664
13756 #, no-wrap
13757 msgid ""
13758 " int\n"
13759 " guestfs_mkswap_file (guestfs_h *g,\n"
13760 "                      const char *path);\n"
13761 "\n"
13762 msgstr ""
13763
13764 #. type: textblock
13765 #: ../src/guestfs-actions.pod:4668 ../fish/guestfish-actions.pod:3152
13766 msgid "Create a swap file."
13767 msgstr ""
13768
13769 #. type: textblock
13770 #: ../src/guestfs-actions.pod:4670
13771 msgid ""
13772 "This command just writes a swap file signature to an existing file.  To "
13773 "create the file itself, use something like C<guestfs_fallocate>."
13774 msgstr ""
13775
13776 #. type: =head2
13777 #: ../src/guestfs-actions.pod:4677
13778 msgid "guestfs_modprobe"
13779 msgstr ""
13780
13781 #. type: verbatim
13782 #: ../src/guestfs-actions.pod:4679
13783 #, no-wrap
13784 msgid ""
13785 " int\n"
13786 " guestfs_modprobe (guestfs_h *g,\n"
13787 "                   const char *modulename);\n"
13788 "\n"
13789 msgstr ""
13790
13791 #. type: textblock
13792 #: ../src/guestfs-actions.pod:4683 ../fish/guestfish-actions.pod:3161
13793 msgid "This loads a kernel module in the appliance."
13794 msgstr ""
13795
13796 #. type: textblock
13797 #: ../src/guestfs-actions.pod:4685 ../fish/guestfish-actions.pod:3163
13798 msgid ""
13799 "The kernel module must have been whitelisted when libguestfs was built (see "
13800 "C<appliance/kmod.whitelist.in> in the source)."
13801 msgstr ""
13802
13803 #. type: =head2
13804 #: ../src/guestfs-actions.pod:4692
13805 msgid "guestfs_mount"
13806 msgstr ""
13807
13808 #. type: verbatim
13809 #: ../src/guestfs-actions.pod:4694
13810 #, no-wrap
13811 msgid ""
13812 " int\n"
13813 " guestfs_mount (guestfs_h *g,\n"
13814 "                const char *device,\n"
13815 "                const char *mountpoint);\n"
13816 "\n"
13817 msgstr ""
13818
13819 #. type: textblock
13820 #: ../src/guestfs-actions.pod:4699 ../fish/guestfish-actions.pod:3170
13821 msgid ""
13822 "Mount a guest disk at a position in the filesystem.  Block devices are named "
13823 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
13824 "those block devices contain partitions, they will have the usual names (eg. "
13825 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
13826 msgstr ""
13827
13828 #. type: textblock
13829 #: ../src/guestfs-actions.pod:4705 ../fish/guestfish-actions.pod:3176
13830 msgid ""
13831 "The rules are the same as for L<mount(2)>: A filesystem must first be "
13832 "mounted on C</> before others can be mounted.  Other filesystems can only be "
13833 "mounted on directories which already exist."
13834 msgstr ""
13835
13836 #. type: textblock
13837 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3181
13838 msgid ""
13839 "The mounted filesystem is writable, if we have sufficient permissions on the "
13840 "underlying device."
13841 msgstr ""
13842
13843 #. type: textblock
13844 #: ../src/guestfs-actions.pod:4713
13845 msgid ""
13846 "B<Important note:> When you use this call, the filesystem options C<sync> "
13847 "and C<noatime> are set implicitly.  This was originally done because we "
13848 "thought it would improve reliability, but it turns out that I<-o sync> has a "
13849 "very large negative performance impact and negligible effect on "
13850 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
13851 "in any code that needs performance, and instead use C<guestfs_mount_options> "
13852 "(use an empty string for the first parameter if you don't want any options)."
13853 msgstr ""
13854
13855 #. type: =head2
13856 #: ../src/guestfs-actions.pod:4727
13857 msgid "guestfs_mount_loop"
13858 msgstr ""
13859
13860 #. type: verbatim
13861 #: ../src/guestfs-actions.pod:4729
13862 #, no-wrap
13863 msgid ""
13864 " int\n"
13865 " guestfs_mount_loop (guestfs_h *g,\n"
13866 "                     const char *file,\n"
13867 "                     const char *mountpoint);\n"
13868 "\n"
13869 msgstr ""
13870
13871 #. type: textblock
13872 #: ../src/guestfs-actions.pod:4734 ../fish/guestfish-actions.pod:3198
13873 msgid ""
13874 "This command lets you mount C<file> (a filesystem image in a file) on a "
13875 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
13876 "mountpoint>."
13877 msgstr ""
13878
13879 #. type: =head2
13880 #: ../src/guestfs-actions.pod:4742
13881 msgid "guestfs_mount_options"
13882 msgstr ""
13883
13884 #. type: verbatim
13885 #: ../src/guestfs-actions.pod:4744
13886 #, no-wrap
13887 msgid ""
13888 " int\n"
13889 " guestfs_mount_options (guestfs_h *g,\n"
13890 "                        const char *options,\n"
13891 "                        const char *device,\n"
13892 "                        const char *mountpoint);\n"
13893 "\n"
13894 msgstr ""
13895
13896 #. type: textblock
13897 #: ../src/guestfs-actions.pod:4750
13898 msgid ""
13899 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13900 "the mount options as for the L<mount(8)> I<-o> flag."
13901 msgstr ""
13902
13903 #. type: textblock
13904 #: ../src/guestfs-actions.pod:4754 ../fish/guestfish-actions.pod:3210
13905 msgid ""
13906 "If the C<options> parameter is an empty string, then no options are passed "
13907 "(all options default to whatever the filesystem uses)."
13908 msgstr ""
13909
13910 #. type: textblock
13911 #: ../src/guestfs-actions.pod:4760 ../src/guestfs-actions.pod:4774
13912 #: ../src/guestfs-actions.pod:4791
13913 msgid "(Added in 1.0.10)"
13914 msgstr ""
13915
13916 #. type: =head2
13917 #: ../src/guestfs-actions.pod:4762
13918 msgid "guestfs_mount_ro"
13919 msgstr ""
13920
13921 #. type: verbatim
13922 #: ../src/guestfs-actions.pod:4764
13923 #, no-wrap
13924 msgid ""
13925 " int\n"
13926 " guestfs_mount_ro (guestfs_h *g,\n"
13927 "                   const char *device,\n"
13928 "                   const char *mountpoint);\n"
13929 "\n"
13930 msgstr ""
13931
13932 #. type: textblock
13933 #: ../src/guestfs-actions.pod:4769
13934 msgid ""
13935 "This is the same as the C<guestfs_mount> command, but it mounts the "
13936 "filesystem with the read-only (I<-o ro>) flag."
13937 msgstr ""
13938
13939 #. type: =head2
13940 #: ../src/guestfs-actions.pod:4776
13941 msgid "guestfs_mount_vfs"
13942 msgstr ""
13943
13944 #. type: verbatim
13945 #: ../src/guestfs-actions.pod:4778
13946 #, no-wrap
13947 msgid ""
13948 " int\n"
13949 " guestfs_mount_vfs (guestfs_h *g,\n"
13950 "                    const char *options,\n"
13951 "                    const char *vfstype,\n"
13952 "                    const char *device,\n"
13953 "                    const char *mountpoint);\n"
13954 "\n"
13955 msgstr ""
13956
13957 #. type: textblock
13958 #: ../src/guestfs-actions.pod:4785
13959 msgid ""
13960 "This is the same as the C<guestfs_mount> command, but it allows you to set "
13961 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
13962 "t> flags."
13963 msgstr ""
13964
13965 #. type: =head2
13966 #: ../src/guestfs-actions.pod:4793
13967 msgid "guestfs_mountpoints"
13968 msgstr ""
13969
13970 #. type: verbatim
13971 #: ../src/guestfs-actions.pod:4795
13972 #, no-wrap
13973 msgid ""
13974 " char **\n"
13975 " guestfs_mountpoints (guestfs_h *g);\n"
13976 "\n"
13977 msgstr ""
13978
13979 #. type: textblock
13980 #: ../src/guestfs-actions.pod:4798
13981 msgid ""
13982 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
13983 "devices.  This one returns a hash table (map) of device name to directory "
13984 "where the device is mounted."
13985 msgstr ""
13986
13987 #. type: =head2
13988 #: ../src/guestfs-actions.pod:4810
13989 msgid "guestfs_mounts"
13990 msgstr ""
13991
13992 #. type: verbatim
13993 #: ../src/guestfs-actions.pod:4812
13994 #, no-wrap
13995 msgid ""
13996 " char **\n"
13997 " guestfs_mounts (guestfs_h *g);\n"
13998 "\n"
13999 msgstr ""
14000
14001 #. type: textblock
14002 #: ../src/guestfs-actions.pod:4815 ../fish/guestfish-actions.pod:3241
14003 msgid ""
14004 "This returns the list of currently mounted filesystems.  It returns the list "
14005 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14006 msgstr ""
14007
14008 #. type: textblock
14009 #: ../src/guestfs-actions.pod:4818 ../fish/guestfish-actions.pod:3244
14010 msgid "Some internal mounts are not shown."
14011 msgstr ""
14012
14013 #. type: textblock
14014 #: ../src/guestfs-actions.pod:4820
14015 msgid "See also: C<guestfs_mountpoints>"
14016 msgstr ""
14017
14018 #. type: =head2
14019 #: ../src/guestfs-actions.pod:4828
14020 msgid "guestfs_mv"
14021 msgstr ""
14022
14023 #. type: verbatim
14024 #: ../src/guestfs-actions.pod:4830
14025 #, no-wrap
14026 msgid ""
14027 " int\n"
14028 " guestfs_mv (guestfs_h *g,\n"
14029 "             const char *src,\n"
14030 "             const char *dest);\n"
14031 "\n"
14032 msgstr ""
14033
14034 #. type: textblock
14035 #: ../src/guestfs-actions.pod:4835 ../fish/guestfish-actions.pod:3252
14036 msgid ""
14037 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14038 "destination filename or destination directory."
14039 msgstr ""
14040
14041 #. type: =head2
14042 #: ../src/guestfs-actions.pod:4842
14043 msgid "guestfs_ntfs_3g_probe"
14044 msgstr ""
14045
14046 #. type: verbatim
14047 #: ../src/guestfs-actions.pod:4844
14048 #, no-wrap
14049 msgid ""
14050 " int\n"
14051 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14052 "                        int rw,\n"
14053 "                        const char *device);\n"
14054 "\n"
14055 msgstr ""
14056
14057 #. type: textblock
14058 #: ../src/guestfs-actions.pod:4849 ../fish/guestfish-actions.pod:3259
14059 msgid ""
14060 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14061 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14062 "write, and some cannot be mounted at all)."
14063 msgstr ""
14064
14065 #. type: textblock
14066 #: ../src/guestfs-actions.pod:4853 ../fish/guestfish-actions.pod:3263
14067 msgid ""
14068 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14069 "can be mounted read-write.  Set it to false if you want to test if the "
14070 "volume can be mounted read-only."
14071 msgstr ""
14072
14073 #. type: textblock
14074 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3267
14075 msgid ""
14076 "The return value is an integer which C<0> if the operation would succeed, or "
14077 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14078 msgstr ""
14079
14080 #. type: textblock
14081 #: ../src/guestfs-actions.pod:4863
14082 msgid "(Added in 1.0.43)"
14083 msgstr ""
14084
14085 #. type: =head2
14086 #: ../src/guestfs-actions.pod:4865
14087 msgid "guestfs_ntfsresize"
14088 msgstr ""
14089
14090 #. type: verbatim
14091 #: ../src/guestfs-actions.pod:4867
14092 #, no-wrap
14093 msgid ""
14094 " int\n"
14095 " guestfs_ntfsresize (guestfs_h *g,\n"
14096 "                     const char *device);\n"
14097 "\n"
14098 msgstr ""
14099
14100 #. type: textblock
14101 #: ../src/guestfs-actions.pod:4871 ../fish/guestfish-actions.pod:3275
14102 msgid ""
14103 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14104 "size of the underlying device.  See also L<ntfsresize(8)>."
14105 msgstr ""
14106
14107 #. type: =head2
14108 #: ../src/guestfs-actions.pod:4879
14109 msgid "guestfs_ntfsresize_size"
14110 msgstr ""
14111
14112 #. type: verbatim
14113 #: ../src/guestfs-actions.pod:4881
14114 #, no-wrap
14115 msgid ""
14116 " int\n"
14117 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14118 "                          const char *device,\n"
14119 "                          int64_t size);\n"
14120 "\n"
14121 msgstr ""
14122
14123 #. type: textblock
14124 #: ../src/guestfs-actions.pod:4886
14125 msgid ""
14126 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14127 "to specify the new size (in bytes) explicitly."
14128 msgstr ""
14129
14130 #. type: textblock
14131 #: ../src/guestfs-actions.pod:4891 ../src/guestfs-actions.pod:5327
14132 #: ../src/guestfs-actions.pod:5400 ../src/guestfs-actions.pod:5666
14133 #: ../src/guestfs-actions.pod:7237
14134 msgid "(Added in 1.3.14)"
14135 msgstr ""
14136
14137 #. type: =head2
14138 #: ../src/guestfs-actions.pod:4893
14139 msgid "guestfs_part_add"
14140 msgstr ""
14141
14142 #. type: verbatim
14143 #: ../src/guestfs-actions.pod:4895
14144 #, no-wrap
14145 msgid ""
14146 " int\n"
14147 " guestfs_part_add (guestfs_h *g,\n"
14148 "                   const char *device,\n"
14149 "                   const char *prlogex,\n"
14150 "                   int64_t startsect,\n"
14151 "                   int64_t endsect);\n"
14152 "\n"
14153 msgstr ""
14154
14155 #. type: textblock
14156 #: ../src/guestfs-actions.pod:4902
14157 msgid ""
14158 "This command adds a partition to C<device>.  If there is no partition table "
14159 "on the device, call C<guestfs_part_init> first."
14160 msgstr ""
14161
14162 #. type: textblock
14163 #: ../src/guestfs-actions.pod:4905 ../fish/guestfish-actions.pod:3293
14164 msgid ""
14165 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14166 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14167 "C<logical>) and C<e> (or C<extended>) partition types."
14168 msgstr ""
14169
14170 #. type: textblock
14171 #: ../src/guestfs-actions.pod:4910 ../fish/guestfish-actions.pod:3298
14172 msgid ""
14173 "C<startsect> and C<endsect> are the start and end of the partition in "
14174 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14175 "from the end of the disk (C<-1> is the last sector)."
14176 msgstr ""
14177
14178 #. type: textblock
14179 #: ../src/guestfs-actions.pod:4914
14180 msgid ""
14181 "Creating a partition which covers the whole disk is not so easy.  Use "
14182 "C<guestfs_part_disk> to do that."
14183 msgstr ""
14184
14185 #. type: textblock
14186 #: ../src/guestfs-actions.pod:4919 ../src/guestfs-actions.pod:4957
14187 #: ../src/guestfs-actions.pod:5010 ../src/guestfs-actions.pod:5088
14188 #: ../src/guestfs-actions.pod:5126 ../src/guestfs-actions.pod:5145
14189 #: ../src/guestfs-actions.pod:5185
14190 msgid "(Added in 1.0.78)"
14191 msgstr ""
14192
14193 #. type: =head2
14194 #: ../src/guestfs-actions.pod:4921
14195 msgid "guestfs_part_del"
14196 msgstr ""
14197
14198 #. type: verbatim
14199 #: ../src/guestfs-actions.pod:4923
14200 #, no-wrap
14201 msgid ""
14202 " int\n"
14203 " guestfs_part_del (guestfs_h *g,\n"
14204 "                   const char *device,\n"
14205 "                   int partnum);\n"
14206 "\n"
14207 msgstr ""
14208
14209 #. type: textblock
14210 #: ../src/guestfs-actions.pod:4928 ../fish/guestfish-actions.pod:3309
14211 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14212 msgstr ""
14213
14214 #. type: textblock
14215 #: ../src/guestfs-actions.pod:4930 ../fish/guestfish-actions.pod:3311
14216 msgid ""
14217 "Note that in the case of MBR partitioning, deleting an extended partition "
14218 "also deletes any logical partitions it contains."
14219 msgstr ""
14220
14221 #. type: =head2
14222 #: ../src/guestfs-actions.pod:4938
14223 msgid "guestfs_part_disk"
14224 msgstr ""
14225
14226 #. type: verbatim
14227 #: ../src/guestfs-actions.pod:4940
14228 #, no-wrap
14229 msgid ""
14230 " int\n"
14231 " guestfs_part_disk (guestfs_h *g,\n"
14232 "                    const char *device,\n"
14233 "                    const char *parttype);\n"
14234 "\n"
14235 msgstr ""
14236
14237 #. type: textblock
14238 #: ../src/guestfs-actions.pod:4945
14239 msgid ""
14240 "This command is simply a combination of C<guestfs_part_init> followed by "
14241 "C<guestfs_part_add> to create a single primary partition covering the whole "
14242 "disk."
14243 msgstr ""
14244
14245 #. type: textblock
14246 #: ../src/guestfs-actions.pod:4949
14247 msgid ""
14248 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14249 "possible values are described in C<guestfs_part_init>."
14250 msgstr ""
14251
14252 #. type: =head2
14253 #: ../src/guestfs-actions.pod:4959
14254 msgid "guestfs_part_get_bootable"
14255 msgstr ""
14256
14257 #. type: verbatim
14258 #: ../src/guestfs-actions.pod:4961
14259 #, no-wrap
14260 msgid ""
14261 " int\n"
14262 " guestfs_part_get_bootable (guestfs_h *g,\n"
14263 "                            const char *device,\n"
14264 "                            int partnum);\n"
14265 "\n"
14266 msgstr ""
14267
14268 #. type: textblock
14269 #: ../src/guestfs-actions.pod:4966 ../fish/guestfish-actions.pod:3333
14270 msgid ""
14271 "This command returns true if the partition C<partnum> on C<device> has the "
14272 "bootable flag set."
14273 msgstr ""
14274
14275 #. type: textblock
14276 #: ../src/guestfs-actions.pod:4969
14277 msgid "See also C<guestfs_part_set_bootable>."
14278 msgstr ""
14279
14280 #. type: =head2
14281 #: ../src/guestfs-actions.pod:4975
14282 msgid "guestfs_part_get_mbr_id"
14283 msgstr ""
14284
14285 #. type: verbatim
14286 #: ../src/guestfs-actions.pod:4977
14287 #, no-wrap
14288 msgid ""
14289 " int\n"
14290 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14291 "                          const char *device,\n"
14292 "                          int partnum);\n"
14293 "\n"
14294 msgstr ""
14295
14296 #. type: textblock
14297 #: ../src/guestfs-actions.pod:4982 ../fish/guestfish-actions.pod:3342
14298 msgid ""
14299 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14300 "partition C<partnum>."
14301 msgstr ""
14302
14303 #. type: textblock
14304 #: ../src/guestfs-actions.pod:4985 ../src/guestfs-actions.pod:5161
14305 msgid ""
14306 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14307 "undefined results for other partition table types (see "
14308 "C<guestfs_part_get_parttype>)."
14309 msgstr ""
14310
14311 #. type: =head2
14312 #: ../src/guestfs-actions.pod:4993
14313 msgid "guestfs_part_get_parttype"
14314 msgstr ""
14315
14316 #. type: verbatim
14317 #: ../src/guestfs-actions.pod:4995
14318 #, no-wrap
14319 msgid ""
14320 " char *\n"
14321 " guestfs_part_get_parttype (guestfs_h *g,\n"
14322 "                            const char *device);\n"
14323 "\n"
14324 msgstr ""
14325
14326 #. type: textblock
14327 #: ../src/guestfs-actions.pod:4999 ../fish/guestfish-actions.pod:3353
14328 msgid ""
14329 "This command examines the partition table on C<device> and returns the "
14330 "partition table type (format) being used."
14331 msgstr ""
14332
14333 #. type: textblock
14334 #: ../src/guestfs-actions.pod:5002
14335 msgid ""
14336 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
14337 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
14338 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14339 msgstr ""
14340
14341 #. type: =head2
14342 #: ../src/guestfs-actions.pod:5012
14343 msgid "guestfs_part_init"
14344 msgstr ""
14345
14346 #. type: verbatim
14347 #: ../src/guestfs-actions.pod:5014
14348 #, no-wrap
14349 msgid ""
14350 " int\n"
14351 " guestfs_part_init (guestfs_h *g,\n"
14352 "                    const char *device,\n"
14353 "                    const char *parttype);\n"
14354 "\n"
14355 msgstr ""
14356
14357 #. type: textblock
14358 #: ../src/guestfs-actions.pod:5019 ../fish/guestfish-actions.pod:3365
14359 msgid ""
14360 "This creates an empty partition table on C<device> of one of the partition "
14361 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14362 "(for large disks)."
14363 msgstr ""
14364
14365 #. type: textblock
14366 #: ../src/guestfs-actions.pod:5023
14367 msgid ""
14368 "Initially there are no partitions.  Following this, you should call "
14369 "C<guestfs_part_add> for each partition required."
14370 msgstr ""
14371
14372 #. type: textblock
14373 #: ../src/guestfs-actions.pod:5026 ../fish/guestfish-actions.pod:3372
14374 msgid "Possible values for C<parttype> are:"
14375 msgstr ""
14376
14377 #. type: =item
14378 #: ../src/guestfs-actions.pod:5030 ../fish/guestfish-actions.pod:3376
14379 msgid "B<efi> | B<gpt>"
14380 msgstr ""
14381
14382 #. type: textblock
14383 #: ../src/guestfs-actions.pod:5032 ../fish/guestfish-actions.pod:3378
14384 msgid "Intel EFI / GPT partition table."
14385 msgstr ""
14386
14387 #. type: textblock
14388 #: ../src/guestfs-actions.pod:5034 ../fish/guestfish-actions.pod:3380
14389 msgid ""
14390 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14391 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14392 "the C<mbr> format."
14393 msgstr ""
14394
14395 #. type: =item
14396 #: ../src/guestfs-actions.pod:5038 ../fish/guestfish-actions.pod:3384
14397 msgid "B<mbr> | B<msdos>"
14398 msgstr ""
14399
14400 #. type: textblock
14401 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3386
14402 msgid ""
14403 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
14404 "Windows.  This partition type will B<only> work for device sizes up to 2 "
14405 "TB.  For large disks we recommend using C<gpt>."
14406 msgstr ""
14407
14408 #. type: textblock
14409 #: ../src/guestfs-actions.pod:5047 ../fish/guestfish-actions.pod:3393
14410 msgid ""
14411 "Other partition table types that may work but are not supported include:"
14412 msgstr ""
14413
14414 #. type: =item
14415 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3398
14416 msgid "B<aix>"
14417 msgstr ""
14418
14419 #. type: textblock
14420 #: ../src/guestfs-actions.pod:5054 ../fish/guestfish-actions.pod:3400
14421 msgid "AIX disk labels."
14422 msgstr ""
14423
14424 #. type: =item
14425 #: ../src/guestfs-actions.pod:5056 ../fish/guestfish-actions.pod:3402
14426 msgid "B<amiga> | B<rdb>"
14427 msgstr ""
14428
14429 #. type: textblock
14430 #: ../src/guestfs-actions.pod:5058 ../fish/guestfish-actions.pod:3404
14431 msgid "Amiga \"Rigid Disk Block\" format."
14432 msgstr ""
14433
14434 #. type: =item
14435 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3406
14436 msgid "B<bsd>"
14437 msgstr ""
14438
14439 #. type: textblock
14440 #: ../src/guestfs-actions.pod:5062 ../fish/guestfish-actions.pod:3408
14441 msgid "BSD disk labels."
14442 msgstr ""
14443
14444 #. type: =item
14445 #: ../src/guestfs-actions.pod:5064 ../fish/guestfish-actions.pod:3410
14446 msgid "B<dasd>"
14447 msgstr ""
14448
14449 #. type: textblock
14450 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3412
14451 msgid "DASD, used on IBM mainframes."
14452 msgstr ""
14453
14454 #. type: =item
14455 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
14456 msgid "B<dvh>"
14457 msgstr ""
14458
14459 #. type: textblock
14460 #: ../src/guestfs-actions.pod:5070 ../fish/guestfish-actions.pod:3416
14461 msgid "MIPS/SGI volumes."
14462 msgstr ""
14463
14464 #. type: =item
14465 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3418
14466 msgid "B<mac>"
14467 msgstr ""
14468
14469 #. type: textblock
14470 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3420
14471 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
14472 msgstr ""
14473
14474 #. type: =item
14475 #: ../src/guestfs-actions.pod:5076 ../fish/guestfish-actions.pod:3422
14476 msgid "B<pc98>"
14477 msgstr ""
14478
14479 #. type: textblock
14480 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3424
14481 msgid "NEC PC-98 format, common in Japan apparently."
14482 msgstr ""
14483
14484 #. type: =item
14485 #: ../src/guestfs-actions.pod:5080 ../fish/guestfish-actions.pod:3426
14486 msgid "B<sun>"
14487 msgstr ""
14488
14489 #. type: textblock
14490 #: ../src/guestfs-actions.pod:5082 ../fish/guestfish-actions.pod:3428
14491 msgid "Sun disk labels."
14492 msgstr ""
14493
14494 #. type: =head2
14495 #: ../src/guestfs-actions.pod:5090
14496 msgid "guestfs_part_list"
14497 msgstr ""
14498
14499 #. type: verbatim
14500 #: ../src/guestfs-actions.pod:5092
14501 #, no-wrap
14502 msgid ""
14503 " struct guestfs_partition_list *\n"
14504 " guestfs_part_list (guestfs_h *g,\n"
14505 "                    const char *device);\n"
14506 "\n"
14507 msgstr ""
14508
14509 #. type: textblock
14510 #: ../src/guestfs-actions.pod:5096 ../fish/guestfish-actions.pod:3436
14511 msgid ""
14512 "This command parses the partition table on C<device> and returns the list of "
14513 "partitions found."
14514 msgstr ""
14515
14516 #. type: textblock
14517 #: ../src/guestfs-actions.pod:5099 ../fish/guestfish-actions.pod:3439
14518 msgid "The fields in the returned structure are:"
14519 msgstr ""
14520
14521 #. type: =item
14522 #: ../src/guestfs-actions.pod:5103 ../fish/guestfish-actions.pod:3443
14523 msgid "B<part_num>"
14524 msgstr ""
14525
14526 #. type: textblock
14527 #: ../src/guestfs-actions.pod:5105 ../fish/guestfish-actions.pod:3445
14528 msgid "Partition number, counting from 1."
14529 msgstr ""
14530
14531 #. type: =item
14532 #: ../src/guestfs-actions.pod:5107 ../fish/guestfish-actions.pod:3447
14533 msgid "B<part_start>"
14534 msgstr ""
14535
14536 #. type: textblock
14537 #: ../src/guestfs-actions.pod:5109
14538 msgid ""
14539 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
14540 "the device's sector size, see C<guestfs_blockdev_getss>."
14541 msgstr ""
14542
14543 #. type: =item
14544 #: ../src/guestfs-actions.pod:5112 ../fish/guestfish-actions.pod:3452
14545 msgid "B<part_end>"
14546 msgstr ""
14547
14548 #. type: textblock
14549 #: ../src/guestfs-actions.pod:5114 ../fish/guestfish-actions.pod:3454
14550 msgid "End of the partition in bytes."
14551 msgstr ""
14552
14553 #. type: =item
14554 #: ../src/guestfs-actions.pod:5116 ../fish/guestfish-actions.pod:3456
14555 msgid "B<part_size>"
14556 msgstr ""
14557
14558 #. type: textblock
14559 #: ../src/guestfs-actions.pod:5118 ../fish/guestfish-actions.pod:3458
14560 msgid "Size of the partition in bytes."
14561 msgstr ""
14562
14563 #. type: textblock
14564 #: ../src/guestfs-actions.pod:5122
14565 msgid ""
14566 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14567 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14568 "use>."
14569 msgstr ""
14570
14571 #. type: =head2
14572 #: ../src/guestfs-actions.pod:5128
14573 msgid "guestfs_part_set_bootable"
14574 msgstr ""
14575
14576 #. type: verbatim
14577 #: ../src/guestfs-actions.pod:5130
14578 #, no-wrap
14579 msgid ""
14580 " int\n"
14581 " guestfs_part_set_bootable (guestfs_h *g,\n"
14582 "                            const char *device,\n"
14583 "                            int partnum,\n"
14584 "                            int bootable);\n"
14585 "\n"
14586 msgstr ""
14587
14588 #. type: textblock
14589 #: ../src/guestfs-actions.pod:5136 ../fish/guestfish-actions.pod:3466
14590 msgid ""
14591 "This sets the bootable flag on partition numbered C<partnum> on device "
14592 "C<device>.  Note that partitions are numbered from 1."
14593 msgstr ""
14594
14595 #. type: textblock
14596 #: ../src/guestfs-actions.pod:5139 ../fish/guestfish-actions.pod:3469
14597 msgid ""
14598 "The bootable flag is used by some operating systems (notably Windows) to "
14599 "determine which partition to boot from.  It is by no means universally "
14600 "recognized."
14601 msgstr ""
14602
14603 #. type: =head2
14604 #: ../src/guestfs-actions.pod:5147
14605 msgid "guestfs_part_set_mbr_id"
14606 msgstr ""
14607
14608 #. type: verbatim
14609 #: ../src/guestfs-actions.pod:5149
14610 #, no-wrap
14611 msgid ""
14612 " int\n"
14613 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14614 "                          const char *device,\n"
14615 "                          int partnum,\n"
14616 "                          int idbyte);\n"
14617 "\n"
14618 msgstr ""
14619
14620 #. type: textblock
14621 #: ../src/guestfs-actions.pod:5155 ../fish/guestfish-actions.pod:3477
14622 msgid ""
14623 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14624 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14625 "documentation are in fact hexadecimal numbers, but usually documented "
14626 "without any leading \"0x\" which might be confusing."
14627 msgstr ""
14628
14629 #. type: =head2
14630 #: ../src/guestfs-actions.pod:5169
14631 msgid "guestfs_part_set_name"
14632 msgstr ""
14633
14634 #. type: verbatim
14635 #: ../src/guestfs-actions.pod:5171
14636 #, no-wrap
14637 msgid ""
14638 " int\n"
14639 " guestfs_part_set_name (guestfs_h *g,\n"
14640 "                        const char *device,\n"
14641 "                        int partnum,\n"
14642 "                        const char *name);\n"
14643 "\n"
14644 msgstr ""
14645
14646 #. type: textblock
14647 #: ../src/guestfs-actions.pod:5177 ../fish/guestfish-actions.pod:3491
14648 msgid ""
14649 "This sets the partition name on partition numbered C<partnum> on device "
14650 "C<device>.  Note that partitions are numbered from 1."
14651 msgstr ""
14652
14653 #. type: textblock
14654 #: ../src/guestfs-actions.pod:5180 ../fish/guestfish-actions.pod:3494
14655 msgid ""
14656 "The partition name can only be set on certain types of partition table.  "
14657 "This works on C<gpt> but not on C<mbr> partitions."
14658 msgstr ""
14659
14660 #. type: =head2
14661 #: ../src/guestfs-actions.pod:5187
14662 msgid "guestfs_part_to_dev"
14663 msgstr ""
14664
14665 #. type: verbatim
14666 #: ../src/guestfs-actions.pod:5189
14667 #, no-wrap
14668 msgid ""
14669 " char *\n"
14670 " guestfs_part_to_dev (guestfs_h *g,\n"
14671 "                      const char *partition);\n"
14672 "\n"
14673 msgstr ""
14674
14675 #. type: textblock
14676 #: ../src/guestfs-actions.pod:5193 ../fish/guestfish-actions.pod:3501
14677 msgid ""
14678 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14679 "partition number, returning the device name (eg. \"/dev/sdb\")."
14680 msgstr ""
14681
14682 #. type: textblock
14683 #: ../src/guestfs-actions.pod:5197
14684 msgid ""
14685 "The named partition must exist, for example as a string returned from "
14686 "C<guestfs_list_partitions>."
14687 msgstr ""
14688
14689 #. type: =head2
14690 #: ../src/guestfs-actions.pod:5205
14691 msgid "guestfs_ping_daemon"
14692 msgstr ""
14693
14694 #. type: verbatim
14695 #: ../src/guestfs-actions.pod:5207
14696 #, no-wrap
14697 msgid ""
14698 " int\n"
14699 " guestfs_ping_daemon (guestfs_h *g);\n"
14700 "\n"
14701 msgstr ""
14702
14703 #. type: textblock
14704 #: ../src/guestfs-actions.pod:5210 ../fish/guestfish-actions.pod:3512
14705 msgid ""
14706 "This is a test probe into the guestfs daemon running inside the qemu "
14707 "subprocess.  Calling this function checks that the daemon responds to the "
14708 "ping message, without affecting the daemon or attached block device(s) in "
14709 "any other way."
14710 msgstr ""
14711
14712 #. type: =head2
14713 #: ../src/guestfs-actions.pod:5219
14714 msgid "guestfs_pread"
14715 msgstr ""
14716
14717 #. type: verbatim
14718 #: ../src/guestfs-actions.pod:5221
14719 #, no-wrap
14720 msgid ""
14721 " char *\n"
14722 " guestfs_pread (guestfs_h *g,\n"
14723 "                const char *path,\n"
14724 "                int count,\n"
14725 "                int64_t offset,\n"
14726 "                size_t *size_r);\n"
14727 "\n"
14728 msgstr ""
14729
14730 #. type: textblock
14731 #: ../src/guestfs-actions.pod:5228 ../fish/guestfish-actions.pod:3521
14732 msgid ""
14733 "This command lets you read part of a file.  It reads C<count> bytes of the "
14734 "file, starting at C<offset>, from file C<path>."
14735 msgstr ""
14736
14737 #. type: textblock
14738 #: ../src/guestfs-actions.pod:5231 ../src/guestfs-actions.pod:5257
14739 #: ../fish/guestfish-actions.pod:3524 ../fish/guestfish-actions.pod:3539
14740 msgid ""
14741 "This may read fewer bytes than requested.  For further details see the "
14742 "L<pread(2)> system call."
14743 msgstr ""
14744
14745 #. type: textblock
14746 #: ../src/guestfs-actions.pod:5234
14747 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14748 msgstr ""
14749
14750 #. type: =head2
14751 #: ../src/guestfs-actions.pod:5245
14752 msgid "guestfs_pread_device"
14753 msgstr ""
14754
14755 #. type: verbatim
14756 #: ../src/guestfs-actions.pod:5247
14757 #, no-wrap
14758 msgid ""
14759 " char *\n"
14760 " guestfs_pread_device (guestfs_h *g,\n"
14761 "                       const char *device,\n"
14762 "                       int count,\n"
14763 "                       int64_t offset,\n"
14764 "                       size_t *size_r);\n"
14765 "\n"
14766 msgstr ""
14767
14768 #. type: textblock
14769 #: ../src/guestfs-actions.pod:5254 ../fish/guestfish-actions.pod:3536
14770 msgid ""
14771 "This command lets you read part of a file.  It reads C<count> bytes of "
14772 "C<device>, starting at C<offset>."
14773 msgstr ""
14774
14775 #. type: textblock
14776 #: ../src/guestfs-actions.pod:5260
14777 msgid "See also C<guestfs_pread>."
14778 msgstr ""
14779
14780 #. type: textblock
14781 #: ../src/guestfs-actions.pod:5269
14782 msgid "(Added in 1.5.21)"
14783 msgstr ""
14784
14785 #. type: =head2
14786 #: ../src/guestfs-actions.pod:5271
14787 msgid "guestfs_pvcreate"
14788 msgstr ""
14789
14790 #. type: verbatim
14791 #: ../src/guestfs-actions.pod:5273
14792 #, no-wrap
14793 msgid ""
14794 " int\n"
14795 " guestfs_pvcreate (guestfs_h *g,\n"
14796 "                   const char *device);\n"
14797 "\n"
14798 msgstr ""
14799
14800 #. type: textblock
14801 #: ../src/guestfs-actions.pod:5277 ../fish/guestfish-actions.pod:3551
14802 msgid ""
14803 "This creates an LVM physical volume on the named C<device>, where C<device> "
14804 "should usually be a partition name such as C</dev/sda1>."
14805 msgstr ""
14806
14807 #. type: =head2
14808 #: ../src/guestfs-actions.pod:5285
14809 msgid "guestfs_pvremove"
14810 msgstr ""
14811
14812 #. type: verbatim
14813 #: ../src/guestfs-actions.pod:5287
14814 #, no-wrap
14815 msgid ""
14816 " int\n"
14817 " guestfs_pvremove (guestfs_h *g,\n"
14818 "                   const char *device);\n"
14819 "\n"
14820 msgstr ""
14821
14822 #. type: textblock
14823 #: ../src/guestfs-actions.pod:5291 ../fish/guestfish-actions.pod:3559
14824 msgid ""
14825 "This wipes a physical volume C<device> so that LVM will no longer recognise "
14826 "it."
14827 msgstr ""
14828
14829 #. type: textblock
14830 #: ../src/guestfs-actions.pod:5294 ../fish/guestfish-actions.pod:3562
14831 msgid ""
14832 "The implementation uses the C<pvremove> command which refuses to wipe "
14833 "physical volumes that contain any volume groups, so you have to remove those "
14834 "first."
14835 msgstr ""
14836
14837 #. type: =head2
14838 #: ../src/guestfs-actions.pod:5302
14839 msgid "guestfs_pvresize"
14840 msgstr ""
14841
14842 #. type: verbatim
14843 #: ../src/guestfs-actions.pod:5304
14844 #, no-wrap
14845 msgid ""
14846 " int\n"
14847 " guestfs_pvresize (guestfs_h *g,\n"
14848 "                   const char *device);\n"
14849 "\n"
14850 msgstr ""
14851
14852 #. type: textblock
14853 #: ../src/guestfs-actions.pod:5308 ../fish/guestfish-actions.pod:3570
14854 msgid ""
14855 "This resizes (expands or shrinks) an existing LVM physical volume to match "
14856 "the new size of the underlying device."
14857 msgstr ""
14858
14859 #. type: =head2
14860 #: ../src/guestfs-actions.pod:5315
14861 msgid "guestfs_pvresize_size"
14862 msgstr ""
14863
14864 #. type: verbatim
14865 #: ../src/guestfs-actions.pod:5317
14866 #, no-wrap
14867 msgid ""
14868 " int\n"
14869 " guestfs_pvresize_size (guestfs_h *g,\n"
14870 "                        const char *device,\n"
14871 "                        int64_t size);\n"
14872 "\n"
14873 msgstr ""
14874
14875 #. type: textblock
14876 #: ../src/guestfs-actions.pod:5322
14877 msgid ""
14878 "This command is the same as C<guestfs_pvresize> except that it allows you to "
14879 "specify the new size (in bytes) explicitly."
14880 msgstr ""
14881
14882 #. type: =head2
14883 #: ../src/guestfs-actions.pod:5329
14884 msgid "guestfs_pvs"
14885 msgstr ""
14886
14887 #. type: verbatim
14888 #: ../src/guestfs-actions.pod:5331
14889 #, no-wrap
14890 msgid ""
14891 " char **\n"
14892 " guestfs_pvs (guestfs_h *g);\n"
14893 "\n"
14894 msgstr ""
14895
14896 #. type: textblock
14897 #: ../src/guestfs-actions.pod:5334 ../fish/guestfish-actions.pod:3584
14898 msgid ""
14899 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
14900 "(8)> command."
14901 msgstr ""
14902
14903 #. type: textblock
14904 #: ../src/guestfs-actions.pod:5337 ../fish/guestfish-actions.pod:3587
14905 msgid ""
14906 "This returns a list of just the device names that contain PVs (eg. C</dev/"
14907 "sda2>)."
14908 msgstr ""
14909
14910 #. type: textblock
14911 #: ../src/guestfs-actions.pod:5340
14912 msgid "See also C<guestfs_pvs_full>."
14913 msgstr ""
14914
14915 #. type: =head2
14916 #: ../src/guestfs-actions.pod:5348
14917 msgid "guestfs_pvs_full"
14918 msgstr ""
14919
14920 #. type: verbatim
14921 #: ../src/guestfs-actions.pod:5350
14922 #, no-wrap
14923 msgid ""
14924 " struct guestfs_lvm_pv_list *\n"
14925 " guestfs_pvs_full (guestfs_h *g);\n"
14926 "\n"
14927 msgstr ""
14928
14929 #. type: textblock
14930 #: ../src/guestfs-actions.pod:5353 ../fish/guestfish-actions.pod:3596
14931 msgid ""
14932 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
14933 "(8)> command.  The \"full\" version includes all fields."
14934 msgstr ""
14935
14936 #. type: textblock
14937 #: ../src/guestfs-actions.pod:5356
14938 msgid ""
14939 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
14940 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
14941 msgstr ""
14942
14943 #. type: =head2
14944 #: ../src/guestfs-actions.pod:5362
14945 msgid "guestfs_pvuuid"
14946 msgstr ""
14947
14948 #. type: verbatim
14949 #: ../src/guestfs-actions.pod:5364
14950 #, no-wrap
14951 msgid ""
14952 " char *\n"
14953 " guestfs_pvuuid (guestfs_h *g,\n"
14954 "                 const char *device);\n"
14955 "\n"
14956 msgstr ""
14957
14958 #. type: textblock
14959 #: ../src/guestfs-actions.pod:5368 ../fish/guestfish-actions.pod:3603
14960 msgid "This command returns the UUID of the LVM PV C<device>."
14961 msgstr ""
14962
14963 #. type: =head2
14964 #: ../src/guestfs-actions.pod:5375
14965 msgid "guestfs_pwrite"
14966 msgstr ""
14967
14968 #. type: verbatim
14969 #: ../src/guestfs-actions.pod:5377
14970 #, no-wrap
14971 msgid ""
14972 " int\n"
14973 " guestfs_pwrite (guestfs_h *g,\n"
14974 "                 const char *path,\n"
14975 "                 const char *content,\n"
14976 "                 size_t content_size,\n"
14977 "                 int64_t offset);\n"
14978 "\n"
14979 msgstr ""
14980
14981 #. type: textblock
14982 #: ../src/guestfs-actions.pod:5384 ../fish/guestfish-actions.pod:3609
14983 msgid ""
14984 "This command writes to part of a file.  It writes the data buffer C<content> "
14985 "to the file C<path> starting at offset C<offset>."
14986 msgstr ""
14987
14988 #. type: textblock
14989 #: ../src/guestfs-actions.pod:5387 ../fish/guestfish-actions.pod:3612
14990 msgid ""
14991 "This command implements the L<pwrite(2)> system call, and like that system "
14992 "call it may not write the full data requested.  The return value is the "
14993 "number of bytes that were actually written to the file.  This could even be "
14994 "0, although short writes are unlikely for regular files in ordinary "
14995 "circumstances."
14996 msgstr ""
14997
14998 #. type: textblock
14999 #: ../src/guestfs-actions.pod:5393
15000 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15001 msgstr ""
15002
15003 #. type: =head2
15004 #: ../src/guestfs-actions.pod:5402
15005 msgid "guestfs_pwrite_device"
15006 msgstr ""
15007
15008 #. type: verbatim
15009 #: ../src/guestfs-actions.pod:5404
15010 #, no-wrap
15011 msgid ""
15012 " int\n"
15013 " guestfs_pwrite_device (guestfs_h *g,\n"
15014 "                        const char *device,\n"
15015 "                        const char *content,\n"
15016 "                        size_t content_size,\n"
15017 "                        int64_t offset);\n"
15018 "\n"
15019 msgstr ""
15020
15021 #. type: textblock
15022 #: ../src/guestfs-actions.pod:5411 ../fish/guestfish-actions.pod:3627
15023 msgid ""
15024 "This command writes to part of a device.  It writes the data buffer "
15025 "C<content> to C<device> starting at offset C<offset>."
15026 msgstr ""
15027
15028 #. type: textblock
15029 #: ../src/guestfs-actions.pod:5414 ../fish/guestfish-actions.pod:3630
15030 msgid ""
15031 "This command implements the L<pwrite(2)> system call, and like that system "
15032 "call it may not write the full data requested (although short writes to disk "
15033 "devices and partitions are probably impossible with standard Linux kernels)."
15034 msgstr ""
15035
15036 #. type: textblock
15037 #: ../src/guestfs-actions.pod:5419
15038 msgid "See also C<guestfs_pwrite>."
15039 msgstr ""
15040
15041 #. type: textblock
15042 #: ../src/guestfs-actions.pod:5426
15043 msgid "(Added in 1.5.20)"
15044 msgstr ""
15045
15046 #. type: =head2
15047 #: ../src/guestfs-actions.pod:5428
15048 msgid "guestfs_read_file"
15049 msgstr ""
15050
15051 #. type: verbatim
15052 #: ../src/guestfs-actions.pod:5430
15053 #, no-wrap
15054 msgid ""
15055 " char *\n"
15056 " guestfs_read_file (guestfs_h *g,\n"
15057 "                    const char *path,\n"
15058 "                    size_t *size_r);\n"
15059 "\n"
15060 msgstr ""
15061
15062 #. type: textblock
15063 #: ../src/guestfs-actions.pod:5435 ../fish/guestfish-actions.pod:3644
15064 msgid "This calls returns the contents of the file C<path> as a buffer."
15065 msgstr ""
15066
15067 #. type: textblock
15068 #: ../src/guestfs-actions.pod:5438
15069 msgid ""
15070 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15071 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15072 "function is limited in the total size of file that can be handled."
15073 msgstr ""
15074
15075 #. type: textblock
15076 #: ../src/guestfs-actions.pod:5450
15077 msgid "(Added in 1.0.63)"
15078 msgstr ""
15079
15080 #. type: =head2
15081 #: ../src/guestfs-actions.pod:5452
15082 msgid "guestfs_read_lines"
15083 msgstr ""
15084
15085 #. type: verbatim
15086 #: ../src/guestfs-actions.pod:5454
15087 #, no-wrap
15088 msgid ""
15089 " char **\n"
15090 " guestfs_read_lines (guestfs_h *g,\n"
15091 "                     const char *path);\n"
15092 "\n"
15093 msgstr ""
15094
15095 #. type: textblock
15096 #: ../src/guestfs-actions.pod:5460 ../fish/guestfish-actions.pod:3661
15097 msgid ""
15098 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15099 "C<CRLF> character sequences are I<not> returned."
15100 msgstr ""
15101
15102 #. type: textblock
15103 #: ../src/guestfs-actions.pod:5463
15104 msgid ""
15105 "Note that this function cannot correctly handle binary files (specifically, "
15106 "files containing C<\\0> character which is treated as end of line).  For "
15107 "those you need to use the C<guestfs_read_file> function which has a more "
15108 "complex interface."
15109 msgstr ""
15110
15111 #. type: =head2
15112 #: ../src/guestfs-actions.pod:5474
15113 msgid "guestfs_readdir"
15114 msgstr ""
15115
15116 #. type: verbatim
15117 #: ../src/guestfs-actions.pod:5476
15118 #, no-wrap
15119 msgid ""
15120 " struct guestfs_dirent_list *\n"
15121 " guestfs_readdir (guestfs_h *g,\n"
15122 "                  const char *dir);\n"
15123 "\n"
15124 msgstr ""
15125
15126 #. type: textblock
15127 #: ../src/guestfs-actions.pod:5480 ../fish/guestfish-actions.pod:3673
15128 msgid "This returns the list of directory entries in directory C<dir>."
15129 msgstr ""
15130
15131 #. type: textblock
15132 #: ../src/guestfs-actions.pod:5482 ../fish/guestfish-actions.pod:3675
15133 msgid ""
15134 "All entries in the directory are returned, including C<.> and C<..>.  The "
15135 "entries are I<not> sorted, but returned in the same order as the underlying "
15136 "filesystem."
15137 msgstr ""
15138
15139 #. type: textblock
15140 #: ../src/guestfs-actions.pod:5486 ../fish/guestfish-actions.pod:3679
15141 msgid ""
15142 "Also this call returns basic file type information about each file.  The "
15143 "C<ftyp> field will contain one of the following characters:"
15144 msgstr ""
15145
15146 #. type: =item
15147 #: ../src/guestfs-actions.pod:5491 ../fish/guestfish-actions.pod:3684
15148 msgid "'b'"
15149 msgstr ""
15150
15151 #. type: textblock
15152 #: ../src/guestfs-actions.pod:5493 ../fish/guestfish-actions.pod:3686
15153 msgid "Block special"
15154 msgstr ""
15155
15156 #. type: =item
15157 #: ../src/guestfs-actions.pod:5495 ../fish/guestfish-actions.pod:3688
15158 msgid "'c'"
15159 msgstr ""
15160
15161 #. type: textblock
15162 #: ../src/guestfs-actions.pod:5497 ../fish/guestfish-actions.pod:3690
15163 msgid "Char special"
15164 msgstr ""
15165
15166 #. type: =item
15167 #: ../src/guestfs-actions.pod:5499 ../fish/guestfish-actions.pod:3692
15168 msgid "'d'"
15169 msgstr ""
15170
15171 #. type: textblock
15172 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3694
15173 msgid "Directory"
15174 msgstr ""
15175
15176 #. type: =item
15177 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
15178 msgid "'f'"
15179 msgstr ""
15180
15181 #. type: textblock
15182 #: ../src/guestfs-actions.pod:5505 ../fish/guestfish-actions.pod:3698
15183 msgid "FIFO (named pipe)"
15184 msgstr ""
15185
15186 #. type: =item
15187 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
15188 msgid "'l'"
15189 msgstr ""
15190
15191 #. type: textblock
15192 #: ../src/guestfs-actions.pod:5509 ../fish/guestfish-actions.pod:3702
15193 msgid "Symbolic link"
15194 msgstr ""
15195
15196 #. type: =item
15197 #: ../src/guestfs-actions.pod:5511 ../fish/guestfish-actions.pod:3704
15198 msgid "'r'"
15199 msgstr ""
15200
15201 #. type: textblock
15202 #: ../src/guestfs-actions.pod:5513 ../fish/guestfish-actions.pod:3706
15203 msgid "Regular file"
15204 msgstr ""
15205
15206 #. type: =item
15207 #: ../src/guestfs-actions.pod:5515 ../fish/guestfish-actions.pod:3708
15208 msgid "'s'"
15209 msgstr ""
15210
15211 #. type: textblock
15212 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3710
15213 msgid "Socket"
15214 msgstr ""
15215
15216 #. type: =item
15217 #: ../src/guestfs-actions.pod:5519 ../fish/guestfish-actions.pod:3712
15218 msgid "'u'"
15219 msgstr ""
15220
15221 #. type: textblock
15222 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3714
15223 msgid "Unknown file type"
15224 msgstr ""
15225
15226 #. type: =item
15227 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3716
15228 msgid "'?'"
15229 msgstr ""
15230
15231 #. type: textblock
15232 #: ../src/guestfs-actions.pod:5525 ../fish/guestfish-actions.pod:3718
15233 msgid ""
15234 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
15235 msgstr ""
15236
15237 #. type: textblock
15238 #: ../src/guestfs-actions.pod:5530
15239 msgid ""
15240 "This function is primarily intended for use by programs.  To get a simple "
15241 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
15242 "consumption, use C<guestfs_ll>."
15243 msgstr ""
15244
15245 #. type: textblock
15246 #: ../src/guestfs-actions.pod:5534
15247 msgid ""
15248 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
15249 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
15250 msgstr ""
15251
15252 #. type: =head2
15253 #: ../src/guestfs-actions.pod:5540
15254 msgid "guestfs_readlink"
15255 msgstr ""
15256
15257 #. type: verbatim
15258 #: ../src/guestfs-actions.pod:5542
15259 #, no-wrap
15260 msgid ""
15261 " char *\n"
15262 " guestfs_readlink (guestfs_h *g,\n"
15263 "                   const char *path);\n"
15264 "\n"
15265 msgstr ""
15266
15267 #. type: textblock
15268 #: ../src/guestfs-actions.pod:5546 ../fish/guestfish-actions.pod:3731
15269 msgid "This command reads the target of a symbolic link."
15270 msgstr ""
15271
15272 #. type: =head2
15273 #: ../src/guestfs-actions.pod:5553
15274 msgid "guestfs_readlinklist"
15275 msgstr ""
15276
15277 #. type: verbatim
15278 #: ../src/guestfs-actions.pod:5555
15279 #, no-wrap
15280 msgid ""
15281 " char **\n"
15282 " guestfs_readlinklist (guestfs_h *g,\n"
15283 "                       const char *path,\n"
15284 "                       char *const *names);\n"
15285 "\n"
15286 msgstr ""
15287
15288 #. type: textblock
15289 #: ../src/guestfs-actions.pod:5560 ../fish/guestfish-actions.pod:3737
15290 msgid ""
15291 "This call allows you to do a C<readlink> operation on multiple files, where "
15292 "all files are in the directory C<path>.  C<names> is the list of files from "
15293 "this directory."
15294 msgstr ""
15295
15296 #. type: textblock
15297 #: ../src/guestfs-actions.pod:5564 ../fish/guestfish-actions.pod:3741
15298 msgid ""
15299 "On return you get a list of strings, with a one-to-one correspondence to the "
15300 "C<names> list.  Each string is the value of the symbolic link."
15301 msgstr ""
15302
15303 #. type: textblock
15304 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3745
15305 msgid ""
15306 "If the C<readlink(2)> operation fails on any name, then the corresponding "
15307 "result string is the empty string C<\"\">.  However the whole operation is "
15308 "completed even if there were C<readlink(2)> errors, and so you can call this "
15309 "function with names where you don't know if they are symbolic links already "
15310 "(albeit slightly less efficient)."
15311 msgstr ""
15312
15313 #. type: textblock
15314 #: ../src/guestfs-actions.pod:5575 ../fish/guestfish-actions.pod:3752
15315 msgid ""
15316 "This call is intended for programs that want to efficiently list a directory "
15317 "contents without making many round-trips.  Very long directory listings "
15318 "might cause the protocol message size to be exceeded, causing this call to "
15319 "fail.  The caller must split up such requests into smaller groups of names."
15320 msgstr ""
15321
15322 #. type: =head2
15323 #: ../src/guestfs-actions.pod:5588
15324 msgid "guestfs_realpath"
15325 msgstr ""
15326
15327 #. type: verbatim
15328 #: ../src/guestfs-actions.pod:5590
15329 #, no-wrap
15330 msgid ""
15331 " char *\n"
15332 " guestfs_realpath (guestfs_h *g,\n"
15333 "                   const char *path);\n"
15334 "\n"
15335 msgstr ""
15336
15337 #. type: textblock
15338 #: ../src/guestfs-actions.pod:5594 ../fish/guestfish-actions.pod:3763
15339 msgid ""
15340 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15341 "has no C<.>, C<..> or symbolic link path elements."
15342 msgstr ""
15343
15344 #. type: =head2
15345 #: ../src/guestfs-actions.pod:5602
15346 msgid "guestfs_removexattr"
15347 msgstr ""
15348
15349 #. type: verbatim
15350 #: ../src/guestfs-actions.pod:5604
15351 #, no-wrap
15352 msgid ""
15353 " int\n"
15354 " guestfs_removexattr (guestfs_h *g,\n"
15355 "                      const char *xattr,\n"
15356 "                      const char *path);\n"
15357 "\n"
15358 msgstr ""
15359
15360 #. type: textblock
15361 #: ../src/guestfs-actions.pod:5609 ../fish/guestfish-actions.pod:3770
15362 msgid ""
15363 "This call removes the extended attribute named C<xattr> of the file C<path>."
15364 msgstr ""
15365
15366 #. type: textblock
15367 #: ../src/guestfs-actions.pod:5612
15368 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15369 msgstr ""
15370
15371 #. type: =head2
15372 #: ../src/guestfs-actions.pod:5618
15373 msgid "guestfs_resize2fs"
15374 msgstr ""
15375
15376 #. type: verbatim
15377 #: ../src/guestfs-actions.pod:5620
15378 #, no-wrap
15379 msgid ""
15380 " int\n"
15381 " guestfs_resize2fs (guestfs_h *g,\n"
15382 "                    const char *device);\n"
15383 "\n"
15384 msgstr ""
15385
15386 #. type: textblock
15387 #: ../src/guestfs-actions.pod:5624 ../fish/guestfish-actions.pod:3779
15388 msgid ""
15389 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15390 "underlying device."
15391 msgstr ""
15392
15393 #. type: textblock
15394 #: ../src/guestfs-actions.pod:5627
15395 msgid ""
15396 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15397 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15398 "sometimes gives an error about this and sometimes not.  In any case, it is "
15399 "always safe to call C<guestfs_e2fsck_f> before calling this function."
15400 msgstr ""
15401
15402 #. type: =head2
15403 #: ../src/guestfs-actions.pod:5637
15404 msgid "guestfs_resize2fs_M"
15405 msgstr ""
15406
15407 #. type: verbatim
15408 #: ../src/guestfs-actions.pod:5639
15409 #, no-wrap
15410 msgid ""
15411 " int\n"
15412 " guestfs_resize2fs_M (guestfs_h *g,\n"
15413 "                      const char *device);\n"
15414 "\n"
15415 msgstr ""
15416
15417 #. type: textblock
15418 #: ../src/guestfs-actions.pod:5643
15419 msgid ""
15420 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
15421 "resized to its minimum size.  This works like the C<-M> option to the "
15422 "C<resize2fs> command."
15423 msgstr ""
15424
15425 #. type: textblock
15426 #: ../src/guestfs-actions.pod:5647
15427 msgid ""
15428 "To get the resulting size of the filesystem you should call "
15429 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
15430 "These two numbers, multiplied together, give the resulting size of the "
15431 "minimal filesystem in bytes."
15432 msgstr ""
15433
15434 #. type: =head2
15435 #: ../src/guestfs-actions.pod:5654
15436 msgid "guestfs_resize2fs_size"
15437 msgstr ""
15438
15439 #. type: verbatim
15440 #: ../src/guestfs-actions.pod:5656
15441 #, no-wrap
15442 msgid ""
15443 " int\n"
15444 " guestfs_resize2fs_size (guestfs_h *g,\n"
15445 "                         const char *device,\n"
15446 "                         int64_t size);\n"
15447 "\n"
15448 msgstr ""
15449
15450 #. type: textblock
15451 #: ../src/guestfs-actions.pod:5661
15452 msgid ""
15453 "This command is the same as C<guestfs_resize2fs> except that it allows you "
15454 "to specify the new size (in bytes) explicitly."
15455 msgstr ""
15456
15457 #. type: =head2
15458 #: ../src/guestfs-actions.pod:5668
15459 msgid "guestfs_rm"
15460 msgstr ""
15461
15462 #. type: verbatim
15463 #: ../src/guestfs-actions.pod:5670
15464 #, no-wrap
15465 msgid ""
15466 " int\n"
15467 " guestfs_rm (guestfs_h *g,\n"
15468 "             const char *path);\n"
15469 "\n"
15470 msgstr ""
15471
15472 #. type: textblock
15473 #: ../src/guestfs-actions.pod:5674 ../fish/guestfish-actions.pod:3812
15474 msgid "Remove the single file C<path>."
15475 msgstr ""
15476
15477 #. type: =head2
15478 #: ../src/guestfs-actions.pod:5680
15479 msgid "guestfs_rm_rf"
15480 msgstr ""
15481
15482 #. type: verbatim
15483 #: ../src/guestfs-actions.pod:5682
15484 #, no-wrap
15485 msgid ""
15486 " int\n"
15487 " guestfs_rm_rf (guestfs_h *g,\n"
15488 "                const char *path);\n"
15489 "\n"
15490 msgstr ""
15491
15492 #. type: textblock
15493 #: ../src/guestfs-actions.pod:5686 ../fish/guestfish-actions.pod:3818
15494 msgid ""
15495 "Remove the file or directory C<path>, recursively removing the contents if "
15496 "its a directory.  This is like the C<rm -rf> shell command."
15497 msgstr ""
15498
15499 #. type: =head2
15500 #: ../src/guestfs-actions.pod:5694
15501 msgid "guestfs_rmdir"
15502 msgstr ""
15503
15504 #. type: verbatim
15505 #: ../src/guestfs-actions.pod:5696
15506 #, no-wrap
15507 msgid ""
15508 " int\n"
15509 " guestfs_rmdir (guestfs_h *g,\n"
15510 "                const char *path);\n"
15511 "\n"
15512 msgstr ""
15513
15514 #. type: textblock
15515 #: ../src/guestfs-actions.pod:5700 ../fish/guestfish-actions.pod:3826
15516 msgid "Remove the single directory C<path>."
15517 msgstr ""
15518
15519 #. type: =head2
15520 #: ../src/guestfs-actions.pod:5706
15521 msgid "guestfs_rmmountpoint"
15522 msgstr ""
15523
15524 #. type: verbatim
15525 #: ../src/guestfs-actions.pod:5708
15526 #, no-wrap
15527 msgid ""
15528 " int\n"
15529 " guestfs_rmmountpoint (guestfs_h *g,\n"
15530 "                       const char *exemptpath);\n"
15531 "\n"
15532 msgstr ""
15533
15534 #. type: textblock
15535 #: ../src/guestfs-actions.pod:5712
15536 msgid ""
15537 "This calls removes a mountpoint that was previously created with "
15538 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
15539 msgstr ""
15540
15541 #. type: =head2
15542 #: ../src/guestfs-actions.pod:5720
15543 msgid "guestfs_scrub_device"
15544 msgstr ""
15545
15546 #. type: verbatim
15547 #: ../src/guestfs-actions.pod:5722
15548 #, no-wrap
15549 msgid ""
15550 " int\n"
15551 " guestfs_scrub_device (guestfs_h *g,\n"
15552 "                       const char *device);\n"
15553 "\n"
15554 msgstr ""
15555
15556 #. type: textblock
15557 #: ../src/guestfs-actions.pod:5726 ../fish/guestfish-actions.pod:3840
15558 msgid ""
15559 "This command writes patterns over C<device> to make data retrieval more "
15560 "difficult."
15561 msgstr ""
15562
15563 #. type: textblock
15564 #: ../src/guestfs-actions.pod:5729 ../src/guestfs-actions.pod:5750
15565 #: ../src/guestfs-actions.pod:5769 ../fish/guestfish-actions.pod:3843
15566 #: ../fish/guestfish-actions.pod:3858 ../fish/guestfish-actions.pod:3871
15567 msgid ""
15568 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15569 "more details."
15570 msgstr ""
15571
15572 #. type: textblock
15573 #: ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5755
15574 #: ../src/guestfs-actions.pod:5774
15575 msgid "(Added in 1.0.52)"
15576 msgstr ""
15577
15578 #. type: =head2
15579 #: ../src/guestfs-actions.pod:5739
15580 msgid "guestfs_scrub_file"
15581 msgstr ""
15582
15583 #. type: verbatim
15584 #: ../src/guestfs-actions.pod:5741
15585 #, no-wrap
15586 msgid ""
15587 " int\n"
15588 " guestfs_scrub_file (guestfs_h *g,\n"
15589 "                     const char *file);\n"
15590 "\n"
15591 msgstr ""
15592
15593 #. type: textblock
15594 #: ../src/guestfs-actions.pod:5745 ../fish/guestfish-actions.pod:3853
15595 msgid ""
15596 "This command writes patterns over a file to make data retrieval more "
15597 "difficult."
15598 msgstr ""
15599
15600 #. type: textblock
15601 #: ../src/guestfs-actions.pod:5748 ../fish/guestfish-actions.pod:3856
15602 msgid "The file is I<removed> after scrubbing."
15603 msgstr ""
15604
15605 #. type: =head2
15606 #: ../src/guestfs-actions.pod:5757
15607 msgid "guestfs_scrub_freespace"
15608 msgstr ""
15609
15610 #. type: verbatim
15611 #: ../src/guestfs-actions.pod:5759
15612 #, no-wrap
15613 msgid ""
15614 " int\n"
15615 " guestfs_scrub_freespace (guestfs_h *g,\n"
15616 "                          const char *dir);\n"
15617 "\n"
15618 msgstr ""
15619
15620 #. type: textblock
15621 #: ../src/guestfs-actions.pod:5763
15622 msgid ""
15623 "This command creates the directory C<dir> and then fills it with files until "
15624 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15625 "and deletes them.  The intention is to scrub any free space on the partition "
15626 "containing C<dir>."
15627 msgstr ""
15628
15629 #. type: =head2
15630 #: ../src/guestfs-actions.pod:5776
15631 msgid "guestfs_set_append"
15632 msgstr ""
15633
15634 #. type: verbatim
15635 #: ../src/guestfs-actions.pod:5778
15636 #, no-wrap
15637 msgid ""
15638 " int\n"
15639 " guestfs_set_append (guestfs_h *g,\n"
15640 "                     const char *append);\n"
15641 "\n"
15642 msgstr ""
15643
15644 #. type: textblock
15645 #: ../src/guestfs-actions.pod:5782 ../fish/guestfish-actions.pod:3880
15646 msgid ""
15647 "This function is used to add additional options to the guest kernel command "
15648 "line."
15649 msgstr ""
15650
15651 #. type: textblock
15652 #: ../src/guestfs-actions.pod:5785 ../fish/guestfish-actions.pod:3883
15653 msgid ""
15654 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15655 "environment variable."
15656 msgstr ""
15657
15658 #. type: textblock
15659 #: ../src/guestfs-actions.pod:5788 ../fish/guestfish-actions.pod:3886
15660 msgid ""
15661 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15662 "(libguestfs always adds a few of its own)."
15663 msgstr ""
15664
15665 #. type: =head2
15666 #: ../src/guestfs-actions.pod:5795
15667 msgid "guestfs_set_attach_method"
15668 msgstr ""
15669
15670 #. type: verbatim
15671 #: ../src/guestfs-actions.pod:5797
15672 #, no-wrap
15673 msgid ""
15674 " int\n"
15675 " guestfs_set_attach_method (guestfs_h *g,\n"
15676 "                            const char *attachmethod);\n"
15677 "\n"
15678 msgstr ""
15679
15680 #. type: textblock
15681 #: ../src/guestfs-actions.pod:5801 ../fish/guestfish-actions.pod:3895
15682 msgid ""
15683 "Set the method that libguestfs uses to connect to the back end guestfsd "
15684 "daemon.  Possible methods are:"
15685 msgstr ""
15686
15687 #. type: textblock
15688 #: ../src/guestfs-actions.pod:5808 ../fish/guestfish-actions.pod:3902
15689 msgid ""
15690 "Launch an appliance and connect to it.  This is the ordinary method and the "
15691 "default."
15692 msgstr ""
15693
15694 #. type: =item
15695 #: ../src/guestfs-actions.pod:5811 ../fish/guestfish-actions.pod:3905
15696 msgid "C<unix:I<path>>"
15697 msgstr ""
15698
15699 #. type: textblock
15700 #: ../src/guestfs-actions.pod:5813 ../fish/guestfish-actions.pod:3907
15701 msgid "Connect to the Unix domain socket I<path>."
15702 msgstr ""
15703
15704 #. type: textblock
15705 #: ../src/guestfs-actions.pod:5815 ../fish/guestfish-actions.pod:3909
15706 msgid ""
15707 "This method lets you connect to an existing daemon or (using virtio-serial) "
15708 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15709 "RUNNING DAEMONS>."
15710 msgstr ""
15711
15712 #. type: =head2
15713 #: ../src/guestfs-actions.pod:5823
15714 msgid "guestfs_set_autosync"
15715 msgstr ""
15716
15717 #. type: verbatim
15718 #: ../src/guestfs-actions.pod:5825
15719 #, no-wrap
15720 msgid ""
15721 " int\n"
15722 " guestfs_set_autosync (guestfs_h *g,\n"
15723 "                       int autosync);\n"
15724 "\n"
15725 msgstr ""
15726
15727 #. type: textblock
15728 #: ../src/guestfs-actions.pod:5829 ../fish/guestfish-actions.pod:3921
15729 msgid ""
15730 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15731 "effort attempt to make filesystems consistent and synchronized when the "
15732 "handle is closed (also if the program exits without closing handles)."
15733 msgstr ""
15734
15735 #. type: textblock
15736 #: ../src/guestfs-actions.pod:5834 ../fish/guestfish-actions.pod:3926
15737 msgid ""
15738 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15739 "disabled by default)."
15740 msgstr ""
15741
15742 #. type: =head2
15743 #: ../src/guestfs-actions.pod:5841
15744 msgid "guestfs_set_direct"
15745 msgstr ""
15746
15747 #. type: verbatim
15748 #: ../src/guestfs-actions.pod:5843
15749 #, no-wrap
15750 msgid ""
15751 " int\n"
15752 " guestfs_set_direct (guestfs_h *g,\n"
15753 "                     int direct);\n"
15754 "\n"
15755 msgstr ""
15756
15757 #. type: textblock
15758 #: ../src/guestfs-actions.pod:5847 ../fish/guestfish-actions.pod:3935
15759 msgid ""
15760 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15761 "passed directly through to the appliance once it is launched."
15762 msgstr ""
15763
15764 #. type: textblock
15765 #: ../src/guestfs-actions.pod:5851
15766 msgid ""
15767 "One consequence of this is that log messages aren't caught by the library "
15768 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15769 "stdout."
15770 msgstr ""
15771
15772 #. type: textblock
15773 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3943
15774 msgid "You probably don't want to use this unless you know what you are doing."
15775 msgstr ""
15776
15777 #. type: textblock
15778 #: ../src/guestfs-actions.pod:5858 ../fish/guestfish-actions.pod:3946
15779 msgid "The default is disabled."
15780 msgstr ""
15781
15782 #. type: =head2
15783 #: ../src/guestfs-actions.pod:5864
15784 msgid "guestfs_set_e2label"
15785 msgstr ""
15786
15787 #. type: verbatim
15788 #: ../src/guestfs-actions.pod:5866
15789 #, no-wrap
15790 msgid ""
15791 " int\n"
15792 " guestfs_set_e2label (guestfs_h *g,\n"
15793 "                      const char *device,\n"
15794 "                      const char *label);\n"
15795 "\n"
15796 msgstr ""
15797
15798 #. type: textblock
15799 #: ../src/guestfs-actions.pod:5871 ../fish/guestfish-actions.pod:3952
15800 msgid ""
15801 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15802 "C<label>.  Filesystem labels are limited to 16 characters."
15803 msgstr ""
15804
15805 #. type: textblock
15806 #: ../src/guestfs-actions.pod:5875
15807 msgid ""
15808 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
15809 "the existing label on a filesystem."
15810 msgstr ""
15811
15812 #. type: =head2
15813 #: ../src/guestfs-actions.pod:5882
15814 msgid "guestfs_set_e2uuid"
15815 msgstr ""
15816
15817 #. type: verbatim
15818 #: ../src/guestfs-actions.pod:5884
15819 #, no-wrap
15820 msgid ""
15821 " int\n"
15822 " guestfs_set_e2uuid (guestfs_h *g,\n"
15823 "                     const char *device,\n"
15824 "                     const char *uuid);\n"
15825 "\n"
15826 msgstr ""
15827
15828 #. type: textblock
15829 #: ../src/guestfs-actions.pod:5889 ../fish/guestfish-actions.pod:3963
15830 msgid ""
15831 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
15832 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
15833 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
15834 msgstr ""
15835
15836 #. type: textblock
15837 #: ../src/guestfs-actions.pod:5894
15838 msgid ""
15839 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
15840 "the existing UUID of a filesystem."
15841 msgstr ""
15842
15843 #. type: =head2
15844 #: ../src/guestfs-actions.pod:5901
15845 msgid "guestfs_set_memsize"
15846 msgstr ""
15847
15848 #. type: verbatim
15849 #: ../src/guestfs-actions.pod:5903
15850 #, no-wrap
15851 msgid ""
15852 " int\n"
15853 " guestfs_set_memsize (guestfs_h *g,\n"
15854 "                      int memsize);\n"
15855 "\n"
15856 msgstr ""
15857
15858 #. type: textblock
15859 #: ../src/guestfs-actions.pod:5907
15860 msgid ""
15861 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
15862 "This only has any effect if called before C<guestfs_launch>."
15863 msgstr ""
15864
15865 #. type: textblock
15866 #: ../src/guestfs-actions.pod:5911 ../fish/guestfish-actions.pod:3981
15867 msgid ""
15868 "You can also change this by setting the environment variable "
15869 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
15870 msgstr ""
15871
15872 #. type: =head2
15873 #: ../src/guestfs-actions.pod:5922
15874 msgid "guestfs_set_network"
15875 msgstr ""
15876
15877 #. type: verbatim
15878 #: ../src/guestfs-actions.pod:5924
15879 #, no-wrap
15880 msgid ""
15881 " int\n"
15882 " guestfs_set_network (guestfs_h *g,\n"
15883 "                      int network);\n"
15884 "\n"
15885 msgstr ""
15886
15887 #. type: textblock
15888 #: ../src/guestfs-actions.pod:5928 ../fish/guestfish-actions.pod:3994
15889 msgid ""
15890 "If C<network> is true, then the network is enabled in the libguestfs "
15891 "appliance.  The default is false."
15892 msgstr ""
15893
15894 #. type: textblock
15895 #: ../src/guestfs-actions.pod:5931 ../fish/guestfish-actions.pod:3997
15896 msgid ""
15897 "This affects whether commands are able to access the network (see L<guestfs"
15898 "(3)/RUNNING COMMANDS>)."
15899 msgstr ""
15900
15901 #. type: textblock
15902 #: ../src/guestfs-actions.pod:5934
15903 msgid ""
15904 "You must call this before calling C<guestfs_launch>, otherwise it has no "
15905 "effect."
15906 msgstr ""
15907
15908 #. type: =head2
15909 #: ../src/guestfs-actions.pod:5941
15910 msgid "guestfs_set_path"
15911 msgstr ""
15912
15913 #. type: verbatim
15914 #: ../src/guestfs-actions.pod:5943
15915 #, no-wrap
15916 msgid ""
15917 " int\n"
15918 " guestfs_set_path (guestfs_h *g,\n"
15919 "                   const char *searchpath);\n"
15920 "\n"
15921 msgstr ""
15922
15923 #. type: textblock
15924 #: ../src/guestfs-actions.pod:5947 ../fish/guestfish-actions.pod:4009
15925 msgid "Set the path that libguestfs searches for kernel and initrd.img."
15926 msgstr ""
15927
15928 #. type: textblock
15929 #: ../src/guestfs-actions.pod:5949 ../fish/guestfish-actions.pod:4011
15930 msgid ""
15931 "The default is C<$libdir/guestfs> unless overridden by setting "
15932 "C<LIBGUESTFS_PATH> environment variable."
15933 msgstr ""
15934
15935 #. type: textblock
15936 #: ../src/guestfs-actions.pod:5952 ../fish/guestfish-actions.pod:4014
15937 msgid "Setting C<path> to C<NULL> restores the default path."
15938 msgstr ""
15939
15940 #. type: =head2
15941 #: ../src/guestfs-actions.pod:5958
15942 msgid "guestfs_set_qemu"
15943 msgstr ""
15944
15945 #. type: verbatim
15946 #: ../src/guestfs-actions.pod:5960
15947 #, no-wrap
15948 msgid ""
15949 " int\n"
15950 " guestfs_set_qemu (guestfs_h *g,\n"
15951 "                   const char *qemu);\n"
15952 "\n"
15953 msgstr ""
15954
15955 #. type: textblock
15956 #: ../src/guestfs-actions.pod:5964 ../fish/guestfish-actions.pod:4022
15957 msgid "Set the qemu binary that we will use."
15958 msgstr ""
15959
15960 #. type: textblock
15961 #: ../src/guestfs-actions.pod:5966 ../fish/guestfish-actions.pod:4024
15962 msgid ""
15963 "The default is chosen when the library was compiled by the configure script."
15964 msgstr ""
15965
15966 #. type: textblock
15967 #: ../src/guestfs-actions.pod:5969 ../fish/guestfish-actions.pod:4027
15968 msgid ""
15969 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
15970 "variable."
15971 msgstr ""
15972
15973 #. type: textblock
15974 #: ../src/guestfs-actions.pod:5972 ../fish/guestfish-actions.pod:4030
15975 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
15976 msgstr ""
15977
15978 #. type: textblock
15979 #: ../src/guestfs-actions.pod:5974 ../fish/guestfish-actions.pod:4032
15980 msgid ""
15981 "Note that you should call this function as early as possible after creating "
15982 "the handle.  This is because some pre-launch operations depend on testing "
15983 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
15984 "don't retest features, and so you might see inconsistent results.  Using the "
15985 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
15986 "the qemu binary at the same time as the handle is created."
15987 msgstr ""
15988
15989 #. type: =head2
15990 #: ../src/guestfs-actions.pod:5986
15991 msgid "guestfs_set_recovery_proc"
15992 msgstr ""
15993
15994 #. type: verbatim
15995 #: ../src/guestfs-actions.pod:5988
15996 #, no-wrap
15997 msgid ""
15998 " int\n"
15999 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16000 "                            int recoveryproc);\n"
16001 "\n"
16002 msgstr ""
16003
16004 #. type: textblock
16005 #: ../src/guestfs-actions.pod:5992
16006 msgid ""
16007 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16008 "not create a recovery process.  The purpose of the recovery process is to "
16009 "stop runaway qemu processes in the case where the main program aborts "
16010 "abruptly."
16011 msgstr ""
16012
16013 #. type: textblock
16014 #: ../src/guestfs-actions.pod:5997
16015 msgid ""
16016 "This only has any effect if called before C<guestfs_launch>, and the default "
16017 "is true."
16018 msgstr ""
16019
16020 #. type: textblock
16021 #: ../src/guestfs-actions.pod:6000 ../fish/guestfish-actions.pod:4054
16022 msgid ""
16023 "About the only time when you would want to disable this is if the main "
16024 "process will fork itself into the background (\"daemonize\" itself).  In "
16025 "this case the recovery process thinks that the main program has disappeared "
16026 "and so kills qemu, which is not very helpful."
16027 msgstr ""
16028
16029 #. type: =head2
16030 #: ../src/guestfs-actions.pod:6010
16031 msgid "guestfs_set_selinux"
16032 msgstr ""
16033
16034 #. type: verbatim
16035 #: ../src/guestfs-actions.pod:6012
16036 #, no-wrap
16037 msgid ""
16038 " int\n"
16039 " guestfs_set_selinux (guestfs_h *g,\n"
16040 "                      int selinux);\n"
16041 "\n"
16042 msgstr ""
16043
16044 #. type: textblock
16045 #: ../src/guestfs-actions.pod:6016 ../fish/guestfish-actions.pod:4066
16046 msgid ""
16047 "This sets the selinux flag that is passed to the appliance at boot time.  "
16048 "The default is C<selinux=0> (disabled)."
16049 msgstr ""
16050
16051 #. type: textblock
16052 #: ../src/guestfs-actions.pod:6019 ../fish/guestfish-actions.pod:4069
16053 msgid ""
16054 "Note that if SELinux is enabled, it is always in Permissive mode "
16055 "(C<enforcing=0>)."
16056 msgstr ""
16057
16058 #. type: =head2
16059 #: ../src/guestfs-actions.pod:6029
16060 msgid "guestfs_set_trace"
16061 msgstr ""
16062
16063 #. type: verbatim
16064 #: ../src/guestfs-actions.pod:6031
16065 #, no-wrap
16066 msgid ""
16067 " int\n"
16068 " guestfs_set_trace (guestfs_h *g,\n"
16069 "                    int trace);\n"
16070 "\n"
16071 msgstr ""
16072
16073 #. type: textblock
16074 #: ../src/guestfs-actions.pod:6035 ../fish/guestfish-actions.pod:4081
16075 msgid ""
16076 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
16077 "return values are traced."
16078 msgstr ""
16079
16080 #. type: textblock
16081 #: ../src/guestfs-actions.pod:6038 ../fish/guestfish-actions.pod:4084
16082 msgid ""
16083 "If you want to trace C API calls into libguestfs (and other libraries) then "
16084 "possibly a better way is to use the external ltrace(1) command."
16085 msgstr ""
16086
16087 #. type: textblock
16088 #: ../src/guestfs-actions.pod:6042 ../fish/guestfish-actions.pod:4088
16089 msgid ""
16090 "Command traces are disabled unless the environment variable "
16091 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16092 msgstr ""
16093
16094 #. type: textblock
16095 #: ../src/guestfs-actions.pod:6045
16096 msgid ""
16097 "Trace messages are normally sent to C<stderr>, unless you register a "
16098 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16099 msgstr ""
16100
16101 #. type: =head2
16102 #: ../src/guestfs-actions.pod:6053
16103 msgid "guestfs_set_verbose"
16104 msgstr ""
16105
16106 #. type: verbatim
16107 #: ../src/guestfs-actions.pod:6055
16108 #, no-wrap
16109 msgid ""
16110 " int\n"
16111 " guestfs_set_verbose (guestfs_h *g,\n"
16112 "                      int verbose);\n"
16113 "\n"
16114 msgstr ""
16115
16116 #. type: textblock
16117 #: ../src/guestfs-actions.pod:6059 ../fish/guestfish-actions.pod:4101
16118 msgid "If C<verbose> is true, this turns on verbose messages."
16119 msgstr ""
16120
16121 #. type: textblock
16122 #: ../src/guestfs-actions.pod:6061 ../fish/guestfish-actions.pod:4103
16123 msgid ""
16124 "Verbose messages are disabled unless the environment variable "
16125 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16126 msgstr ""
16127
16128 #. type: textblock
16129 #: ../src/guestfs-actions.pod:6064
16130 msgid ""
16131 "Verbose messages are normally sent to C<stderr>, unless you register a "
16132 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16133 msgstr ""
16134
16135 #. type: =head2
16136 #: ../src/guestfs-actions.pod:6072
16137 msgid "guestfs_setcon"
16138 msgstr ""
16139
16140 #. type: verbatim
16141 #: ../src/guestfs-actions.pod:6074
16142 #, no-wrap
16143 msgid ""
16144 " int\n"
16145 " guestfs_setcon (guestfs_h *g,\n"
16146 "                 const char *context);\n"
16147 "\n"
16148 msgstr ""
16149
16150 #. type: textblock
16151 #: ../src/guestfs-actions.pod:6078 ../fish/guestfish-actions.pod:4114
16152 msgid ""
16153 "This sets the SELinux security context of the daemon to the string "
16154 "C<context>."
16155 msgstr ""
16156
16157 #. type: textblock
16158 #: ../src/guestfs-actions.pod:6081 ../fish/guestfish-actions.pod:4117
16159 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16160 msgstr ""
16161
16162 #. type: =head2
16163 #: ../src/guestfs-actions.pod:6087
16164 msgid "guestfs_setxattr"
16165 msgstr ""
16166
16167 #. type: verbatim
16168 #: ../src/guestfs-actions.pod:6089
16169 #, no-wrap
16170 msgid ""
16171 " int\n"
16172 " guestfs_setxattr (guestfs_h *g,\n"
16173 "                   const char *xattr,\n"
16174 "                   const char *val,\n"
16175 "                   int vallen,\n"
16176 "                   const char *path);\n"
16177 "\n"
16178 msgstr ""
16179
16180 #. type: textblock
16181 #: ../src/guestfs-actions.pod:6096 ../fish/guestfish-actions.pod:4123
16182 msgid ""
16183 "This call sets the extended attribute named C<xattr> of the file C<path> to "
16184 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
16185 msgstr ""
16186
16187 #. type: textblock
16188 #: ../src/guestfs-actions.pod:6100
16189 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
16190 msgstr ""
16191
16192 #. type: =head2
16193 #: ../src/guestfs-actions.pod:6106
16194 msgid "guestfs_sfdisk"
16195 msgstr ""
16196
16197 #. type: verbatim
16198 #: ../src/guestfs-actions.pod:6108
16199 #, no-wrap
16200 msgid ""
16201 " int\n"
16202 " guestfs_sfdisk (guestfs_h *g,\n"
16203 "                 const char *device,\n"
16204 "                 int cyls,\n"
16205 "                 int heads,\n"
16206 "                 int sectors,\n"
16207 "                 char *const *lines);\n"
16208 "\n"
16209 msgstr ""
16210
16211 #. type: textblock
16212 #: ../src/guestfs-actions.pod:6116 ../fish/guestfish-actions.pod:4133
16213 msgid ""
16214 "This is a direct interface to the L<sfdisk(8)> program for creating "
16215 "partitions on block devices."
16216 msgstr ""
16217
16218 #. type: textblock
16219 #: ../src/guestfs-actions.pod:6119 ../fish/guestfish-actions.pod:4136
16220 msgid "C<device> should be a block device, for example C</dev/sda>."
16221 msgstr ""
16222
16223 #. type: textblock
16224 #: ../src/guestfs-actions.pod:6121 ../fish/guestfish-actions.pod:4138
16225 msgid ""
16226 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
16227 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
16228 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
16229 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
16230 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
16231 "the kernel) cannot work out the right geometry and you will need to tell it."
16232 msgstr ""
16233
16234 #. type: textblock
16235 #: ../src/guestfs-actions.pod:6129 ../fish/guestfish-actions.pod:4146
16236 msgid ""
16237 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
16238 "refer to the L<sfdisk(8)> manpage."
16239 msgstr ""
16240
16241 #. type: textblock
16242 #: ../src/guestfs-actions.pod:6132 ../fish/guestfish-actions.pod:4149
16243 msgid ""
16244 "To create a single partition occupying the whole disk, you would pass "
16245 "C<lines> as a single element list, when the single element being the string "
16246 "C<,> (comma)."
16247 msgstr ""
16248
16249 #. type: textblock
16250 #: ../src/guestfs-actions.pod:6136
16251 msgid ""
16252 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
16253 msgstr ""
16254
16255 #. type: =head2
16256 #: ../src/guestfs-actions.pod:6146
16257 msgid "guestfs_sfdiskM"
16258 msgstr ""
16259
16260 #. type: verbatim
16261 #: ../src/guestfs-actions.pod:6148
16262 #, no-wrap
16263 msgid ""
16264 " int\n"
16265 " guestfs_sfdiskM (guestfs_h *g,\n"
16266 "                  const char *device,\n"
16267 "                  char *const *lines);\n"
16268 "\n"
16269 msgstr ""
16270
16271 #. type: textblock
16272 #: ../src/guestfs-actions.pod:6153
16273 msgid ""
16274 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
16275 "partition sizes are specified in megabytes only (rounded to the nearest "
16276 "cylinder) and you don't need to specify the cyls, heads and sectors "
16277 "parameters which were rarely if ever used anyway."
16278 msgstr ""
16279
16280 #. type: textblock
16281 #: ../src/guestfs-actions.pod:6159
16282 msgid ""
16283 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
16284 "C<guestfs_part_disk>"
16285 msgstr ""
16286
16287 #. type: =head2
16288 #: ../src/guestfs-actions.pod:6169
16289 msgid "guestfs_sfdisk_N"
16290 msgstr ""
16291
16292 #. type: verbatim
16293 #: ../src/guestfs-actions.pod:6171
16294 #, no-wrap
16295 msgid ""
16296 " int\n"
16297 " guestfs_sfdisk_N (guestfs_h *g,\n"
16298 "                   const char *device,\n"
16299 "                   int partnum,\n"
16300 "                   int cyls,\n"
16301 "                   int heads,\n"
16302 "                   int sectors,\n"
16303 "                   const char *line);\n"
16304 "\n"
16305 msgstr ""
16306
16307 #. type: textblock
16308 #: ../src/guestfs-actions.pod:6180 ../fish/guestfish-actions.pod:4179
16309 msgid ""
16310 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
16311 "(note: C<n> counts from 1)."
16312 msgstr ""
16313
16314 #. type: textblock
16315 #: ../src/guestfs-actions.pod:6183
16316 msgid ""
16317 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
16318 "for the cyls/heads/sectors parameters."
16319 msgstr ""
16320
16321 #. type: textblock
16322 #: ../src/guestfs-actions.pod:6186
16323 msgid "See also: C<guestfs_part_add>"
16324 msgstr ""
16325
16326 #. type: =head2
16327 #: ../src/guestfs-actions.pod:6195
16328 msgid "guestfs_sfdisk_disk_geometry"
16329 msgstr ""
16330
16331 #. type: verbatim
16332 #: ../src/guestfs-actions.pod:6197
16333 #, no-wrap
16334 msgid ""
16335 " char *\n"
16336 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
16337 "                               const char *device);\n"
16338 "\n"
16339 msgstr ""
16340
16341 #. type: textblock
16342 #: ../src/guestfs-actions.pod:6201
16343 msgid ""
16344 "This displays the disk geometry of C<device> read from the partition table.  "
16345 "Especially in the case where the underlying block device has been resized, "
16346 "this can be different from the kernel's idea of the geometry (see "
16347 "C<guestfs_sfdisk_kernel_geometry>)."
16348 msgstr ""
16349
16350 #. type: textblock
16351 #: ../src/guestfs-actions.pod:6206 ../src/guestfs-actions.pod:6222
16352 #: ../fish/guestfish-actions.pod:4199 ../fish/guestfish-actions.pod:4208
16353 msgid "The result is in human-readable format, and not designed to be parsed."
16354 msgstr ""
16355
16356 #. type: =head2
16357 #: ../src/guestfs-actions.pod:6214
16358 msgid "guestfs_sfdisk_kernel_geometry"
16359 msgstr ""
16360
16361 #. type: verbatim
16362 #: ../src/guestfs-actions.pod:6216
16363 #, no-wrap
16364 msgid ""
16365 " char *\n"
16366 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16367 "                                 const char *device);\n"
16368 "\n"
16369 msgstr ""
16370
16371 #. type: textblock
16372 #: ../src/guestfs-actions.pod:6220 ../fish/guestfish-actions.pod:4206
16373 msgid "This displays the kernel's idea of the geometry of C<device>."
16374 msgstr ""
16375
16376 #. type: =head2
16377 #: ../src/guestfs-actions.pod:6230
16378 msgid "guestfs_sfdisk_l"
16379 msgstr ""
16380
16381 #. type: verbatim
16382 #: ../src/guestfs-actions.pod:6232
16383 #, no-wrap
16384 msgid ""
16385 " char *\n"
16386 " guestfs_sfdisk_l (guestfs_h *g,\n"
16387 "                   const char *device);\n"
16388 "\n"
16389 msgstr ""
16390
16391 #. type: textblock
16392 #: ../src/guestfs-actions.pod:6236 ../fish/guestfish-actions.pod:4215
16393 msgid ""
16394 "This displays the partition table on C<device>, in the human-readable output "
16395 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
16396 msgstr ""
16397
16398 #. type: textblock
16399 #: ../src/guestfs-actions.pod:6240
16400 msgid "See also: C<guestfs_part_list>"
16401 msgstr ""
16402
16403 #. type: =head2
16404 #: ../src/guestfs-actions.pod:6247
16405 msgid "guestfs_sh"
16406 msgstr ""
16407
16408 #. type: verbatim
16409 #: ../src/guestfs-actions.pod:6249
16410 #, no-wrap
16411 msgid ""
16412 " char *\n"
16413 " guestfs_sh (guestfs_h *g,\n"
16414 "             const char *command);\n"
16415 "\n"
16416 msgstr ""
16417
16418 #. type: textblock
16419 #: ../src/guestfs-actions.pod:6253 ../fish/guestfish-actions.pod:4225
16420 msgid ""
16421 "This call runs a command from the guest filesystem via the guest's C</bin/"
16422 "sh>."
16423 msgstr ""
16424
16425 #. type: textblock
16426 #: ../src/guestfs-actions.pod:6256
16427 msgid "This is like C<guestfs_command>, but passes the command to:"
16428 msgstr ""
16429
16430 #. type: verbatim
16431 #: ../src/guestfs-actions.pod:6258 ../fish/guestfish-actions.pod:4230
16432 #, no-wrap
16433 msgid ""
16434 " /bin/sh -c \"command\"\n"
16435 "\n"
16436 msgstr ""
16437
16438 #. type: textblock
16439 #: ../src/guestfs-actions.pod:6260 ../fish/guestfish-actions.pod:4232
16440 msgid ""
16441 "Depending on the guest's shell, this usually results in wildcards being "
16442 "expanded, shell expressions being interpolated and so on."
16443 msgstr ""
16444
16445 #. type: textblock
16446 #: ../src/guestfs-actions.pod:6264
16447 msgid "All the provisos about C<guestfs_command> apply to this call."
16448 msgstr ""
16449
16450 #. type: =head2
16451 #: ../src/guestfs-actions.pod:6271
16452 msgid "guestfs_sh_lines"
16453 msgstr ""
16454
16455 #. type: verbatim
16456 #: ../src/guestfs-actions.pod:6273
16457 #, no-wrap
16458 msgid ""
16459 " char **\n"
16460 " guestfs_sh_lines (guestfs_h *g,\n"
16461 "                   const char *command);\n"
16462 "\n"
16463 msgstr ""
16464
16465 #. type: textblock
16466 #: ../src/guestfs-actions.pod:6277
16467 msgid ""
16468 "This is the same as C<guestfs_sh>, but splits the result into a list of "
16469 "lines."
16470 msgstr ""
16471
16472 #. type: textblock
16473 #: ../src/guestfs-actions.pod:6280
16474 msgid "See also: C<guestfs_command_lines>"
16475 msgstr ""
16476
16477 #. type: =head2
16478 #: ../src/guestfs-actions.pod:6288
16479 msgid "guestfs_sleep"
16480 msgstr ""
16481
16482 #. type: verbatim
16483 #: ../src/guestfs-actions.pod:6290
16484 #, no-wrap
16485 msgid ""
16486 " int\n"
16487 " guestfs_sleep (guestfs_h *g,\n"
16488 "                int secs);\n"
16489 "\n"
16490 msgstr ""
16491
16492 #. type: textblock
16493 #: ../src/guestfs-actions.pod:6294 ../fish/guestfish-actions.pod:4251
16494 msgid "Sleep for C<secs> seconds."
16495 msgstr ""
16496
16497 #. type: textblock
16498 #: ../src/guestfs-actions.pod:6298
16499 msgid "(Added in 1.0.41)"
16500 msgstr ""
16501
16502 #. type: =head2
16503 #: ../src/guestfs-actions.pod:6300 ../src/guestfs-structs.pod:109
16504 msgid "guestfs_stat"
16505 msgstr ""
16506
16507 #. type: verbatim
16508 #: ../src/guestfs-actions.pod:6302
16509 #, no-wrap
16510 msgid ""
16511 " struct guestfs_stat *\n"
16512 " guestfs_stat (guestfs_h *g,\n"
16513 "               const char *path);\n"
16514 "\n"
16515 msgstr ""
16516
16517 #. type: textblock
16518 #: ../src/guestfs-actions.pod:6308 ../fish/guestfish-actions.pod:4259
16519 msgid "This is the same as the C<stat(2)> system call."
16520 msgstr ""
16521
16522 #. type: =head2
16523 #: ../src/guestfs-actions.pod:6316 ../src/guestfs-structs.pod:135
16524 msgid "guestfs_statvfs"
16525 msgstr ""
16526
16527 #. type: verbatim
16528 #: ../src/guestfs-actions.pod:6318
16529 #, no-wrap
16530 msgid ""
16531 " struct guestfs_statvfs *\n"
16532 " guestfs_statvfs (guestfs_h *g,\n"
16533 "                  const char *path);\n"
16534 "\n"
16535 msgstr ""
16536
16537 #. type: textblock
16538 #: ../src/guestfs-actions.pod:6322 ../fish/guestfish-actions.pod:4265
16539 msgid ""
16540 "Returns file system statistics for any mounted file system.  C<path> should "
16541 "be a file or directory in the mounted file system (typically it is the mount "
16542 "point itself, but it doesn't need to be)."
16543 msgstr ""
16544
16545 #. type: textblock
16546 #: ../src/guestfs-actions.pod:6326 ../fish/guestfish-actions.pod:4269
16547 msgid "This is the same as the C<statvfs(2)> system call."
16548 msgstr ""
16549
16550 #. type: textblock
16551 #: ../src/guestfs-actions.pod:6328
16552 msgid ""
16553 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16554 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16555 msgstr ""
16556
16557 #. type: =head2
16558 #: ../src/guestfs-actions.pod:6334
16559 msgid "guestfs_strings"
16560 msgstr ""
16561
16562 #. type: verbatim
16563 #: ../src/guestfs-actions.pod:6336
16564 #, no-wrap
16565 msgid ""
16566 " char **\n"
16567 " guestfs_strings (guestfs_h *g,\n"
16568 "                  const char *path);\n"
16569 "\n"
16570 msgstr ""
16571
16572 #. type: textblock
16573 #: ../src/guestfs-actions.pod:6340 ../fish/guestfish-actions.pod:4275
16574 msgid ""
16575 "This runs the L<strings(1)> command on a file and returns the list of "
16576 "printable strings found."
16577 msgstr ""
16578
16579 #. type: =head2
16580 #: ../src/guestfs-actions.pod:6352
16581 msgid "guestfs_strings_e"
16582 msgstr ""
16583
16584 #. type: verbatim
16585 #: ../src/guestfs-actions.pod:6354
16586 #, no-wrap
16587 msgid ""
16588 " char **\n"
16589 " guestfs_strings_e (guestfs_h *g,\n"
16590 "                    const char *encoding,\n"
16591 "                    const char *path);\n"
16592 "\n"
16593 msgstr ""
16594
16595 #. type: textblock
16596 #: ../src/guestfs-actions.pod:6359
16597 msgid ""
16598 "This is like the C<guestfs_strings> command, but allows you to specify the "
16599 "encoding of strings that are looked for in the source file C<path>."
16600 msgstr ""
16601
16602 #. type: textblock
16603 #: ../src/guestfs-actions.pod:6363 ../fish/guestfish-actions.pod:4289
16604 msgid "Allowed encodings are:"
16605 msgstr ""
16606
16607 #. type: =item
16608 #: ../src/guestfs-actions.pod:6367 ../fish/guestfish-actions.pod:4293
16609 msgid "s"
16610 msgstr ""
16611
16612 #. type: textblock
16613 #: ../src/guestfs-actions.pod:6369
16614 msgid ""
16615 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16616 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16617 msgstr ""
16618
16619 #. type: =item
16620 #: ../src/guestfs-actions.pod:6372 ../fish/guestfish-actions.pod:4298
16621 msgid "S"
16622 msgstr ""
16623
16624 #. type: textblock
16625 #: ../src/guestfs-actions.pod:6374 ../fish/guestfish-actions.pod:4300
16626 msgid "Single 8-bit-byte characters."
16627 msgstr ""
16628
16629 #. type: =item
16630 #: ../src/guestfs-actions.pod:6376 ../fish/guestfish-actions.pod:4302
16631 msgid "b"
16632 msgstr ""
16633
16634 #. type: textblock
16635 #: ../src/guestfs-actions.pod:6378 ../fish/guestfish-actions.pod:4304
16636 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16637 msgstr ""
16638
16639 #. type: =item
16640 #: ../src/guestfs-actions.pod:6381 ../fish/guestfish-actions.pod:4307
16641 msgid "l (lower case letter L)"
16642 msgstr ""
16643
16644 #. type: textblock
16645 #: ../src/guestfs-actions.pod:6383 ../fish/guestfish-actions.pod:4309
16646 msgid ""
16647 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16648 "examining binaries in Windows guests."
16649 msgstr ""
16650
16651 #. type: =item
16652 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4312
16653 msgid "B"
16654 msgstr ""
16655
16656 #. type: textblock
16657 #: ../src/guestfs-actions.pod:6388 ../fish/guestfish-actions.pod:4314
16658 msgid "32-bit big endian such as UCS-4BE."
16659 msgstr ""
16660
16661 #. type: =item
16662 #: ../src/guestfs-actions.pod:6390 ../fish/guestfish-actions.pod:4316
16663 msgid "L"
16664 msgstr ""
16665
16666 #. type: textblock
16667 #: ../src/guestfs-actions.pod:6392 ../fish/guestfish-actions.pod:4318
16668 msgid "32-bit little endian such as UCS-4LE."
16669 msgstr ""
16670
16671 #. type: textblock
16672 #: ../src/guestfs-actions.pod:6396 ../fish/guestfish-actions.pod:4322
16673 msgid "The returned strings are transcoded to UTF-8."
16674 msgstr ""
16675
16676 #. type: =head2
16677 #: ../src/guestfs-actions.pod:6407
16678 msgid "guestfs_swapoff_device"
16679 msgstr ""
16680
16681 #. type: verbatim
16682 #: ../src/guestfs-actions.pod:6409
16683 #, no-wrap
16684 msgid ""
16685 " int\n"
16686 " guestfs_swapoff_device (guestfs_h *g,\n"
16687 "                         const char *device);\n"
16688 "\n"
16689 msgstr ""
16690
16691 #. type: textblock
16692 #: ../src/guestfs-actions.pod:6413
16693 msgid ""
16694 "This command disables the libguestfs appliance swap device or partition "
16695 "named C<device>.  See C<guestfs_swapon_device>."
16696 msgstr ""
16697
16698 #. type: =head2
16699 #: ../src/guestfs-actions.pod:6421
16700 msgid "guestfs_swapoff_file"
16701 msgstr ""
16702
16703 #. type: verbatim
16704 #: ../src/guestfs-actions.pod:6423
16705 #, no-wrap
16706 msgid ""
16707 " int\n"
16708 " guestfs_swapoff_file (guestfs_h *g,\n"
16709 "                       const char *file);\n"
16710 "\n"
16711 msgstr ""
16712
16713 #. type: textblock
16714 #: ../src/guestfs-actions.pod:6427 ../fish/guestfish-actions.pod:4339
16715 msgid "This command disables the libguestfs appliance swap on file."
16716 msgstr ""
16717
16718 #. type: =head2
16719 #: ../src/guestfs-actions.pod:6433
16720 msgid "guestfs_swapoff_label"
16721 msgstr ""
16722
16723 #. type: verbatim
16724 #: ../src/guestfs-actions.pod:6435
16725 #, no-wrap
16726 msgid ""
16727 " int\n"
16728 " guestfs_swapoff_label (guestfs_h *g,\n"
16729 "                        const char *label);\n"
16730 "\n"
16731 msgstr ""
16732
16733 #. type: textblock
16734 #: ../src/guestfs-actions.pod:6439 ../fish/guestfish-actions.pod:4345
16735 msgid ""
16736 "This command disables the libguestfs appliance swap on labeled swap "
16737 "partition."
16738 msgstr ""
16739
16740 #. type: =head2
16741 #: ../src/guestfs-actions.pod:6446
16742 msgid "guestfs_swapoff_uuid"
16743 msgstr ""
16744
16745 #. type: verbatim
16746 #: ../src/guestfs-actions.pod:6448
16747 #, no-wrap
16748 msgid ""
16749 " int\n"
16750 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16751 "                       const char *uuid);\n"
16752 "\n"
16753 msgstr ""
16754
16755 #. type: textblock
16756 #: ../src/guestfs-actions.pod:6452 ../fish/guestfish-actions.pod:4352
16757 msgid ""
16758 "This command disables the libguestfs appliance swap partition with the given "
16759 "UUID."
16760 msgstr ""
16761
16762 #. type: =head2
16763 #: ../src/guestfs-actions.pod:6459
16764 msgid "guestfs_swapon_device"
16765 msgstr ""
16766
16767 #. type: verbatim
16768 #: ../src/guestfs-actions.pod:6461
16769 #, no-wrap
16770 msgid ""
16771 " int\n"
16772 " guestfs_swapon_device (guestfs_h *g,\n"
16773 "                        const char *device);\n"
16774 "\n"
16775 msgstr ""
16776
16777 #. type: textblock
16778 #: ../src/guestfs-actions.pod:6465
16779 msgid ""
16780 "This command enables the libguestfs appliance to use the swap device or "
16781 "partition named C<device>.  The increased memory is made available for all "
16782 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16783 msgstr ""
16784
16785 #. type: textblock
16786 #: ../src/guestfs-actions.pod:6470 ../fish/guestfish-actions.pod:4364
16787 msgid ""
16788 "Note that you should not swap to existing guest swap partitions unless you "
16789 "know what you are doing.  They may contain hibernation information, or other "
16790 "information that the guest doesn't want you to trash.  You also risk leaking "
16791 "information about the host to the guest this way.  Instead, attach a new "
16792 "host device to the guest and swap on that."
16793 msgstr ""
16794
16795 #. type: =head2
16796 #: ../src/guestfs-actions.pod:6481
16797 msgid "guestfs_swapon_file"
16798 msgstr ""
16799
16800 #. type: verbatim
16801 #: ../src/guestfs-actions.pod:6483
16802 #, no-wrap
16803 msgid ""
16804 " int\n"
16805 " guestfs_swapon_file (guestfs_h *g,\n"
16806 "                      const char *file);\n"
16807 "\n"
16808 msgstr ""
16809
16810 #. type: textblock
16811 #: ../src/guestfs-actions.pod:6487
16812 msgid ""
16813 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
16814 "notes."
16815 msgstr ""
16816
16817 #. type: =head2
16818 #: ../src/guestfs-actions.pod:6494
16819 msgid "guestfs_swapon_label"
16820 msgstr ""
16821
16822 #. type: verbatim
16823 #: ../src/guestfs-actions.pod:6496
16824 #, no-wrap
16825 msgid ""
16826 " int\n"
16827 " guestfs_swapon_label (guestfs_h *g,\n"
16828 "                       const char *label);\n"
16829 "\n"
16830 msgstr ""
16831
16832 #. type: textblock
16833 #: ../src/guestfs-actions.pod:6500
16834 msgid ""
16835 "This command enables swap to a labeled swap partition.  See "
16836 "C<guestfs_swapon_device> for other notes."
16837 msgstr ""
16838
16839 #. type: =head2
16840 #: ../src/guestfs-actions.pod:6507
16841 msgid "guestfs_swapon_uuid"
16842 msgstr ""
16843
16844 #. type: verbatim
16845 #: ../src/guestfs-actions.pod:6509
16846 #, no-wrap
16847 msgid ""
16848 " int\n"
16849 " guestfs_swapon_uuid (guestfs_h *g,\n"
16850 "                      const char *uuid);\n"
16851 "\n"
16852 msgstr ""
16853
16854 #. type: textblock
16855 #: ../src/guestfs-actions.pod:6513
16856 msgid ""
16857 "This command enables swap to a swap partition with the given UUID.  See "
16858 "C<guestfs_swapon_device> for other notes."
16859 msgstr ""
16860
16861 #. type: =head2
16862 #: ../src/guestfs-actions.pod:6520
16863 msgid "guestfs_sync"
16864 msgstr ""
16865
16866 #. type: verbatim
16867 #: ../src/guestfs-actions.pod:6522
16868 #, no-wrap
16869 msgid ""
16870 " int\n"
16871 " guestfs_sync (guestfs_h *g);\n"
16872 "\n"
16873 msgstr ""
16874
16875 #. type: textblock
16876 #: ../src/guestfs-actions.pod:6525 ../fish/guestfish-actions.pod:4396
16877 msgid ""
16878 "This syncs the disk, so that any writes are flushed through to the "
16879 "underlying disk image."
16880 msgstr ""
16881
16882 #. type: textblock
16883 #: ../src/guestfs-actions.pod:6528 ../fish/guestfish-actions.pod:4399
16884 msgid ""
16885 "You should always call this if you have modified a disk image, before "
16886 "closing the handle."
16887 msgstr ""
16888
16889 #. type: =head2
16890 #: ../src/guestfs-actions.pod:6535
16891 msgid "guestfs_tail"
16892 msgstr ""
16893
16894 #. type: verbatim
16895 #: ../src/guestfs-actions.pod:6537
16896 #, no-wrap
16897 msgid ""
16898 " char **\n"
16899 " guestfs_tail (guestfs_h *g,\n"
16900 "               const char *path);\n"
16901 "\n"
16902 msgstr ""
16903
16904 #. type: textblock
16905 #: ../src/guestfs-actions.pod:6541 ../fish/guestfish-actions.pod:4406
16906 msgid ""
16907 "This command returns up to the last 10 lines of a file as a list of strings."
16908 msgstr ""
16909
16910 #. type: =head2
16911 #: ../src/guestfs-actions.pod:6553
16912 msgid "guestfs_tail_n"
16913 msgstr ""
16914
16915 #. type: verbatim
16916 #: ../src/guestfs-actions.pod:6555
16917 #, no-wrap
16918 msgid ""
16919 " char **\n"
16920 " guestfs_tail_n (guestfs_h *g,\n"
16921 "                 int nrlines,\n"
16922 "                 const char *path);\n"
16923 "\n"
16924 msgstr ""
16925
16926 #. type: textblock
16927 #: ../src/guestfs-actions.pod:6560 ../fish/guestfish-actions.pod:4416
16928 msgid ""
16929 "If the parameter C<nrlines> is a positive number, this returns the last "
16930 "C<nrlines> lines of the file C<path>."
16931 msgstr ""
16932
16933 #. type: textblock
16934 #: ../src/guestfs-actions.pod:6563 ../fish/guestfish-actions.pod:4419
16935 msgid ""
16936 "If the parameter C<nrlines> is a negative number, this returns lines from "
16937 "the file C<path>, starting with the C<-nrlines>th line."
16938 msgstr ""
16939
16940 #. type: =head2
16941 #: ../src/guestfs-actions.pod:6577
16942 msgid "guestfs_tar_in"
16943 msgstr ""
16944
16945 #. type: verbatim
16946 #: ../src/guestfs-actions.pod:6579
16947 #, no-wrap
16948 msgid ""
16949 " int\n"
16950 " guestfs_tar_in (guestfs_h *g,\n"
16951 "                 const char *tarfile,\n"
16952 "                 const char *directory);\n"
16953 "\n"
16954 msgstr ""
16955
16956 #. type: textblock
16957 #: ../src/guestfs-actions.pod:6584 ../fish/guestfish-actions.pod:4431
16958 msgid ""
16959 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
16960 "tar file) into C<directory>."
16961 msgstr ""
16962
16963 #. type: textblock
16964 #: ../src/guestfs-actions.pod:6587
16965 msgid ""
16966 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
16967 msgstr ""
16968
16969 #. type: textblock
16970 #: ../src/guestfs-actions.pod:6592 ../src/guestfs-actions.pod:6609
16971 #: ../src/guestfs-actions.pod:6625 ../src/guestfs-actions.pod:6641
16972 msgid "(Added in 1.0.3)"
16973 msgstr ""
16974
16975 #. type: =head2
16976 #: ../src/guestfs-actions.pod:6594
16977 msgid "guestfs_tar_out"
16978 msgstr ""
16979
16980 #. type: verbatim
16981 #: ../src/guestfs-actions.pod:6596
16982 #, no-wrap
16983 msgid ""
16984 " int\n"
16985 " guestfs_tar_out (guestfs_h *g,\n"
16986 "                  const char *directory,\n"
16987 "                  const char *tarfile);\n"
16988 "\n"
16989 msgstr ""
16990
16991 #. type: textblock
16992 #: ../src/guestfs-actions.pod:6601 ../fish/guestfish-actions.pod:4443
16993 msgid ""
16994 "This command packs the contents of C<directory> and downloads it to local "
16995 "file C<tarfile>."
16996 msgstr ""
16997
16998 #. type: textblock
16999 #: ../src/guestfs-actions.pod:6604
17000 msgid ""
17001 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17002 "C<guestfs_txz_out>."
17003 msgstr ""
17004
17005 #. type: =head2
17006 #: ../src/guestfs-actions.pod:6611
17007 msgid "guestfs_tgz_in"
17008 msgstr ""
17009
17010 #. type: verbatim
17011 #: ../src/guestfs-actions.pod:6613
17012 #, no-wrap
17013 msgid ""
17014 " int\n"
17015 " guestfs_tgz_in (guestfs_h *g,\n"
17016 "                 const char *tarball,\n"
17017 "                 const char *directory);\n"
17018 "\n"
17019 msgstr ""
17020
17021 #. type: textblock
17022 #: ../src/guestfs-actions.pod:6618 ../fish/guestfish-actions.pod:4455
17023 msgid ""
17024 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
17025 "tar file) into C<directory>."
17026 msgstr ""
17027
17028 #. type: textblock
17029 #: ../src/guestfs-actions.pod:6621
17030 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
17031 msgstr ""
17032
17033 #. type: =head2
17034 #: ../src/guestfs-actions.pod:6627
17035 msgid "guestfs_tgz_out"
17036 msgstr ""
17037
17038 #. type: verbatim
17039 #: ../src/guestfs-actions.pod:6629
17040 #, no-wrap
17041 msgid ""
17042 " int\n"
17043 " guestfs_tgz_out (guestfs_h *g,\n"
17044 "                  const char *directory,\n"
17045 "                  const char *tarball);\n"
17046 "\n"
17047 msgstr ""
17048
17049 #. type: textblock
17050 #: ../src/guestfs-actions.pod:6634 ../fish/guestfish-actions.pod:4466
17051 msgid ""
17052 "This command packs the contents of C<directory> and downloads it to local "
17053 "file C<tarball>."
17054 msgstr ""
17055
17056 #. type: textblock
17057 #: ../src/guestfs-actions.pod:6637
17058 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
17059 msgstr ""
17060
17061 #. type: =head2
17062 #: ../src/guestfs-actions.pod:6643
17063 msgid "guestfs_touch"
17064 msgstr ""
17065
17066 #. type: verbatim
17067 #: ../src/guestfs-actions.pod:6645
17068 #, no-wrap
17069 msgid ""
17070 " int\n"
17071 " guestfs_touch (guestfs_h *g,\n"
17072 "                const char *path);\n"
17073 "\n"
17074 msgstr ""
17075
17076 #. type: textblock
17077 #: ../src/guestfs-actions.pod:6649 ../fish/guestfish-actions.pod:4477
17078 msgid ""
17079 "Touch acts like the L<touch(1)> command.  It can be used to update the "
17080 "timestamps on a file, or, if the file does not exist, to create a new zero-"
17081 "length file."
17082 msgstr ""
17083
17084 #. type: textblock
17085 #: ../src/guestfs-actions.pod:6653 ../fish/guestfish-actions.pod:4481
17086 msgid ""
17087 "This command only works on regular files, and will fail on other file types "
17088 "such as directories, symbolic links, block special etc."
17089 msgstr ""
17090
17091 #. type: =head2
17092 #: ../src/guestfs-actions.pod:6660
17093 msgid "guestfs_truncate"
17094 msgstr ""
17095
17096 #. type: verbatim
17097 #: ../src/guestfs-actions.pod:6662
17098 #, no-wrap
17099 msgid ""
17100 " int\n"
17101 " guestfs_truncate (guestfs_h *g,\n"
17102 "                   const char *path);\n"
17103 "\n"
17104 msgstr ""
17105
17106 #. type: textblock
17107 #: ../src/guestfs-actions.pod:6666 ../fish/guestfish-actions.pod:4488
17108 msgid ""
17109 "This command truncates C<path> to a zero-length file.  The file must exist "
17110 "already."
17111 msgstr ""
17112
17113 #. type: =head2
17114 #: ../src/guestfs-actions.pod:6673
17115 msgid "guestfs_truncate_size"
17116 msgstr ""
17117
17118 #. type: verbatim
17119 #: ../src/guestfs-actions.pod:6675
17120 #, no-wrap
17121 msgid ""
17122 " int\n"
17123 " guestfs_truncate_size (guestfs_h *g,\n"
17124 "                        const char *path,\n"
17125 "                        int64_t size);\n"
17126 "\n"
17127 msgstr ""
17128
17129 #. type: textblock
17130 #: ../src/guestfs-actions.pod:6680 ../fish/guestfish-actions.pod:4495
17131 msgid ""
17132 "This command truncates C<path> to size C<size> bytes.  The file must exist "
17133 "already."
17134 msgstr ""
17135
17136 #. type: textblock
17137 #: ../src/guestfs-actions.pod:6683
17138 msgid ""
17139 "If the current file size is less than C<size> then the file is extended to "
17140 "the required size with zero bytes.  This creates a sparse file (ie. disk "
17141 "blocks are not allocated for the file until you write to it).  To create a "
17142 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
17143 msgstr ""
17144
17145 #. type: =head2
17146 #: ../src/guestfs-actions.pod:6693
17147 msgid "guestfs_tune2fs_l"
17148 msgstr ""
17149
17150 #. type: verbatim
17151 #: ../src/guestfs-actions.pod:6695
17152 #, no-wrap
17153 msgid ""
17154 " char **\n"
17155 " guestfs_tune2fs_l (guestfs_h *g,\n"
17156 "                    const char *device);\n"
17157 "\n"
17158 msgstr ""
17159
17160 #. type: textblock
17161 #: ../src/guestfs-actions.pod:6699 ../fish/guestfish-actions.pod:4508
17162 msgid ""
17163 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
17164 "C<device>."
17165 msgstr ""
17166
17167 #. type: textblock
17168 #: ../src/guestfs-actions.pod:6702 ../fish/guestfish-actions.pod:4511
17169 msgid ""
17170 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
17171 "for more details.  The list of fields returned isn't clearly defined, and "
17172 "depends on both the version of C<tune2fs> that libguestfs was built against, "
17173 "and the filesystem itself."
17174 msgstr ""
17175
17176 #. type: =head2
17177 #: ../src/guestfs-actions.pod:6715
17178 msgid "guestfs_txz_in"
17179 msgstr ""
17180
17181 #. type: verbatim
17182 #: ../src/guestfs-actions.pod:6717
17183 #, no-wrap
17184 msgid ""
17185 " int\n"
17186 " guestfs_txz_in (guestfs_h *g,\n"
17187 "                 const char *tarball,\n"
17188 "                 const char *directory);\n"
17189 "\n"
17190 msgstr ""
17191
17192 #. type: textblock
17193 #: ../src/guestfs-actions.pod:6722 ../fish/guestfish-actions.pod:4520
17194 msgid ""
17195 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
17196 "tar file) into C<directory>."
17197 msgstr ""
17198
17199 #. type: =head2
17200 #: ../src/guestfs-actions.pod:6729
17201 msgid "guestfs_txz_out"
17202 msgstr ""
17203
17204 #. type: verbatim
17205 #: ../src/guestfs-actions.pod:6731
17206 #, no-wrap
17207 msgid ""
17208 " int\n"
17209 " guestfs_txz_out (guestfs_h *g,\n"
17210 "                  const char *directory,\n"
17211 "                  const char *tarball);\n"
17212 "\n"
17213 msgstr ""
17214
17215 #. type: textblock
17216 #: ../src/guestfs-actions.pod:6736 ../fish/guestfish-actions.pod:4529
17217 msgid ""
17218 "This command packs the contents of C<directory> and downloads it to local "
17219 "file C<tarball> (as an xz compressed tar archive)."
17220 msgstr ""
17221
17222 #. type: =head2
17223 #: ../src/guestfs-actions.pod:6743
17224 msgid "guestfs_umask"
17225 msgstr ""
17226
17227 #. type: verbatim
17228 #: ../src/guestfs-actions.pod:6745
17229 #, no-wrap
17230 msgid ""
17231 " int\n"
17232 " guestfs_umask (guestfs_h *g,\n"
17233 "                int mask);\n"
17234 "\n"
17235 msgstr ""
17236
17237 #. type: textblock
17238 #: ../src/guestfs-actions.pod:6749 ../fish/guestfish-actions.pod:4538
17239 msgid ""
17240 "This function sets the mask used for creating new files and device nodes to "
17241 "C<mask & 0777>."
17242 msgstr ""
17243
17244 #. type: textblock
17245 #: ../src/guestfs-actions.pod:6752 ../fish/guestfish-actions.pod:4541
17246 msgid ""
17247 "Typical umask values would be C<022> which creates new files with "
17248 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
17249 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
17250 msgstr ""
17251
17252 #. type: textblock
17253 #: ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4546
17254 msgid ""
17255 "The default umask is C<022>.  This is important because it means that "
17256 "directories and device nodes will be created with C<0644> or C<0755> mode "
17257 "even if you specify C<0777>."
17258 msgstr ""
17259
17260 #. type: textblock
17261 #: ../src/guestfs-actions.pod:6761
17262 msgid ""
17263 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
17264 "C<guestfs_mkdir>."
17265 msgstr ""
17266
17267 #. type: textblock
17268 #: ../src/guestfs-actions.pod:6764 ../fish/guestfish-actions.pod:4553
17269 msgid "This call returns the previous umask."
17270 msgstr ""
17271
17272 #. type: =head2
17273 #: ../src/guestfs-actions.pod:6770
17274 msgid "guestfs_umount"
17275 msgstr ""
17276
17277 #. type: verbatim
17278 #: ../src/guestfs-actions.pod:6772
17279 #, no-wrap
17280 msgid ""
17281 " int\n"
17282 " guestfs_umount (guestfs_h *g,\n"
17283 "                 const char *pathordevice);\n"
17284 "\n"
17285 msgstr ""
17286
17287 #. type: textblock
17288 #: ../src/guestfs-actions.pod:6776 ../fish/guestfish-actions.pod:4561
17289 msgid ""
17290 "This unmounts the given filesystem.  The filesystem may be specified either "
17291 "by its mountpoint (path) or the device which contains the filesystem."
17292 msgstr ""
17293
17294 #. type: =head2
17295 #: ../src/guestfs-actions.pod:6784
17296 msgid "guestfs_umount_all"
17297 msgstr ""
17298
17299 #. type: verbatim
17300 #: ../src/guestfs-actions.pod:6786
17301 #, no-wrap
17302 msgid ""
17303 " int\n"
17304 " guestfs_umount_all (guestfs_h *g);\n"
17305 "\n"
17306 msgstr ""
17307
17308 #. type: textblock
17309 #: ../src/guestfs-actions.pod:6789 ../fish/guestfish-actions.pod:4571
17310 msgid "This unmounts all mounted filesystems."
17311 msgstr ""
17312
17313 #. type: textblock
17314 #: ../src/guestfs-actions.pod:6791 ../fish/guestfish-actions.pod:4573
17315 msgid "Some internal mounts are not unmounted by this call."
17316 msgstr ""
17317
17318 #. type: =head2
17319 #: ../src/guestfs-actions.pod:6797
17320 msgid "guestfs_upload"
17321 msgstr ""
17322
17323 #. type: verbatim
17324 #: ../src/guestfs-actions.pod:6799
17325 #, no-wrap
17326 msgid ""
17327 " int\n"
17328 " guestfs_upload (guestfs_h *g,\n"
17329 "                 const char *filename,\n"
17330 "                 const char *remotefilename);\n"
17331 "\n"
17332 msgstr ""
17333
17334 #. type: textblock
17335 #: ../src/guestfs-actions.pod:6804 ../src/guestfs-actions.pod:6828
17336 #: ../fish/guestfish-actions.pod:4579 ../fish/guestfish-actions.pod:4592
17337 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
17338 msgstr ""
17339
17340 #. type: textblock
17341 #: ../src/guestfs-actions.pod:6809
17342 msgid "See also C<guestfs_download>."
17343 msgstr ""
17344
17345 #. type: =head2
17346 #: ../src/guestfs-actions.pod:6820
17347 msgid "guestfs_upload_offset"
17348 msgstr ""
17349
17350 #. type: verbatim
17351 #: ../src/guestfs-actions.pod:6822
17352 #, no-wrap
17353 msgid ""
17354 " int\n"
17355 " guestfs_upload_offset (guestfs_h *g,\n"
17356 "                        const char *filename,\n"
17357 "                        const char *remotefilename,\n"
17358 "                        int64_t offset);\n"
17359 "\n"
17360 msgstr ""
17361
17362 #. type: textblock
17363 #: ../src/guestfs-actions.pod:6831 ../fish/guestfish-actions.pod:4595
17364 msgid ""
17365 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17366 "The intention is to overwrite parts of existing files or devices, although "
17367 "if a non-existant file is specified then it is created with a \"hole\" "
17368 "before C<offset>.  The size of the data written is implicit in the size of "
17369 "the source C<filename>."
17370 msgstr ""
17371
17372 #. type: textblock
17373 #: ../src/guestfs-actions.pod:6838
17374 msgid ""
17375 "Note that there is no limit on the amount of data that can be uploaded with "
17376 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17377 "full amount unless an error occurs."
17378 msgstr ""
17379
17380 #. type: textblock
17381 #: ../src/guestfs-actions.pod:6843
17382 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17383 msgstr ""
17384
17385 #. type: =head2
17386 #: ../src/guestfs-actions.pod:6854
17387 msgid "guestfs_utimens"
17388 msgstr ""
17389
17390 #. type: verbatim
17391 #: ../src/guestfs-actions.pod:6856
17392 #, no-wrap
17393 msgid ""
17394 " int\n"
17395 " guestfs_utimens (guestfs_h *g,\n"
17396 "                  const char *path,\n"
17397 "                  int64_t atsecs,\n"
17398 "                  int64_t atnsecs,\n"
17399 "                  int64_t mtsecs,\n"
17400 "                  int64_t mtnsecs);\n"
17401 "\n"
17402 msgstr ""
17403
17404 #. type: textblock
17405 #: ../src/guestfs-actions.pod:6864 ../fish/guestfish-actions.pod:4615
17406 msgid "This command sets the timestamps of a file with nanosecond precision."
17407 msgstr ""
17408
17409 #. type: textblock
17410 #: ../src/guestfs-actions.pod:6867 ../fish/guestfish-actions.pod:4618
17411 msgid ""
17412 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
17413 "from the epoch."
17414 msgstr ""
17415
17416 #. type: textblock
17417 #: ../src/guestfs-actions.pod:6870 ../fish/guestfish-actions.pod:4621
17418 msgid ""
17419 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
17420 "nanoseconds from the epoch."
17421 msgstr ""
17422
17423 #. type: textblock
17424 #: ../src/guestfs-actions.pod:6873 ../fish/guestfish-actions.pod:4624
17425 msgid ""
17426 "If the C<*nsecs> field contains the special value C<-1> then the "
17427 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
17428 "ignored in this case)."
17429 msgstr ""
17430
17431 #. type: textblock
17432 #: ../src/guestfs-actions.pod:6877 ../fish/guestfish-actions.pod:4628
17433 msgid ""
17434 "If the C<*nsecs> field contains the special value C<-2> then the "
17435 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
17436 "in this case)."
17437 msgstr ""
17438
17439 #. type: =head2
17440 #: ../src/guestfs-actions.pod:6885 ../src/guestfs-structs.pod:175
17441 msgid "guestfs_version"
17442 msgstr ""
17443
17444 #. type: verbatim
17445 #: ../src/guestfs-actions.pod:6887
17446 #, no-wrap
17447 msgid ""
17448 " struct guestfs_version *\n"
17449 " guestfs_version (guestfs_h *g);\n"
17450 "\n"
17451 msgstr ""
17452
17453 #. type: textblock
17454 #: ../src/guestfs-actions.pod:6890 ../fish/guestfish-actions.pod:4636
17455 msgid ""
17456 "Return the libguestfs version number that the program is linked against."
17457 msgstr ""
17458
17459 #. type: textblock
17460 #: ../src/guestfs-actions.pod:6893 ../fish/guestfish-actions.pod:4639
17461 msgid ""
17462 "Note that because of dynamic linking this is not necessarily the version of "
17463 "libguestfs that you compiled against.  You can compile the program, and then "
17464 "at runtime dynamically link against a completely different C<libguestfs.so> "
17465 "library."
17466 msgstr ""
17467
17468 #. type: textblock
17469 #: ../src/guestfs-actions.pod:6898 ../fish/guestfish-actions.pod:4644
17470 msgid ""
17471 "This call was added in version C<1.0.58>.  In previous versions of "
17472 "libguestfs there was no way to get the version number.  From C code you can "
17473 "use dynamic linker functions to find out if this symbol exists (if it "
17474 "doesn't, then it's an earlier version)."
17475 msgstr ""
17476
17477 #. type: textblock
17478 #: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4650
17479 msgid ""
17480 "The call returns a structure with four elements.  The first three (C<major>, "
17481 "C<minor> and C<release>) are numbers and correspond to the usual version "
17482 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
17483 "but may be used for distro-specific information."
17484 msgstr ""
17485
17486 #. type: textblock
17487 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4656
17488 msgid ""
17489 "To construct the original version string: C<$major.$minor.$release$extra>"
17490 msgstr ""
17491
17492 #. type: textblock
17493 #: ../src/guestfs-actions.pod:6913 ../fish/guestfish-actions.pod:4659
17494 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
17495 msgstr ""
17496
17497 #. type: textblock
17498 #: ../src/guestfs-actions.pod:6915
17499 msgid ""
17500 "I<Note:> Don't use this call to test for availability of features.  In "
17501 "enterprise distributions we backport features from later versions into "
17502 "earlier versions, making this an unreliable way to test for features.  Use "
17503 "C<guestfs_available> instead."
17504 msgstr ""
17505
17506 #. type: textblock
17507 #: ../src/guestfs-actions.pod:6921
17508 msgid ""
17509 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
17510 "error.  I<The caller must call C<guestfs_free_version> after use>."
17511 msgstr ""
17512
17513 #. type: textblock
17514 #: ../src/guestfs-actions.pod:6925
17515 msgid "(Added in 1.0.58)"
17516 msgstr ""
17517
17518 #. type: =head2
17519 #: ../src/guestfs-actions.pod:6927
17520 msgid "guestfs_vfs_label"
17521 msgstr ""
17522
17523 #. type: verbatim
17524 #: ../src/guestfs-actions.pod:6929
17525 #, no-wrap
17526 msgid ""
17527 " char *\n"
17528 " guestfs_vfs_label (guestfs_h *g,\n"
17529 "                    const char *device);\n"
17530 "\n"
17531 msgstr ""
17532
17533 #. type: textblock
17534 #: ../src/guestfs-actions.pod:6933 ../fish/guestfish-actions.pod:4671
17535 msgid "This returns the filesystem label of the filesystem on C<device>."
17536 msgstr ""
17537
17538 #. type: textblock
17539 #: ../src/guestfs-actions.pod:6936 ../fish/guestfish-actions.pod:4674
17540 msgid "If the filesystem is unlabeled, this returns the empty string."
17541 msgstr ""
17542
17543 #. type: textblock
17544 #: ../src/guestfs-actions.pod:6938
17545 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
17546 msgstr ""
17547
17548 #. type: textblock
17549 #: ../src/guestfs-actions.pod:6943 ../src/guestfs-actions.pod:6980
17550 msgid "(Added in 1.3.18)"
17551 msgstr ""
17552
17553 #. type: =head2
17554 #: ../src/guestfs-actions.pod:6945
17555 msgid "guestfs_vfs_type"
17556 msgstr ""
17557
17558 #. type: verbatim
17559 #: ../src/guestfs-actions.pod:6947
17560 #, no-wrap
17561 msgid ""
17562 " char *\n"
17563 " guestfs_vfs_type (guestfs_h *g,\n"
17564 "                   const char *device);\n"
17565 "\n"
17566 msgstr ""
17567
17568 #. type: textblock
17569 #: ../src/guestfs-actions.pod:6951 ../fish/guestfish-actions.pod:4682
17570 msgid ""
17571 "This command gets the filesystem type corresponding to the filesystem on "
17572 "C<device>."
17573 msgstr ""
17574
17575 #. type: textblock
17576 #: ../src/guestfs-actions.pod:6954 ../fish/guestfish-actions.pod:4685
17577 msgid ""
17578 "For most filesystems, the result is the name of the Linux VFS module which "
17579 "would be used to mount this filesystem if you mounted it without specifying "
17580 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17581 msgstr ""
17582
17583 #. type: =head2
17584 #: ../src/guestfs-actions.pod:6964
17585 msgid "guestfs_vfs_uuid"
17586 msgstr ""
17587
17588 #. type: verbatim
17589 #: ../src/guestfs-actions.pod:6966
17590 #, no-wrap
17591 msgid ""
17592 " char *\n"
17593 " guestfs_vfs_uuid (guestfs_h *g,\n"
17594 "                   const char *device);\n"
17595 "\n"
17596 msgstr ""
17597
17598 #. type: textblock
17599 #: ../src/guestfs-actions.pod:6970 ../fish/guestfish-actions.pod:4694
17600 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17601 msgstr ""
17602
17603 #. type: textblock
17604 #: ../src/guestfs-actions.pod:6973 ../fish/guestfish-actions.pod:4697
17605 msgid "If the filesystem does not have a UUID, this returns the empty string."
17606 msgstr ""
17607
17608 #. type: textblock
17609 #: ../src/guestfs-actions.pod:6975
17610 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17611 msgstr ""
17612
17613 #. type: =head2
17614 #: ../src/guestfs-actions.pod:6982
17615 msgid "guestfs_vg_activate"
17616 msgstr ""
17617
17618 #. type: verbatim
17619 #: ../src/guestfs-actions.pod:6984
17620 #, no-wrap
17621 msgid ""
17622 " int\n"
17623 " guestfs_vg_activate (guestfs_h *g,\n"
17624 "                      int activate,\n"
17625 "                      char *const *volgroups);\n"
17626 "\n"
17627 msgstr ""
17628
17629 #. type: textblock
17630 #: ../src/guestfs-actions.pod:6989 ../fish/guestfish-actions.pod:4705
17631 msgid ""
17632 "This command activates or (if C<activate> is false) deactivates all logical "
17633 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17634 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17635 "deactivated, then those devices disappear."
17636 msgstr ""
17637
17638 #. type: textblock
17639 #: ../src/guestfs-actions.pod:6995 ../fish/guestfish-actions.pod:4711
17640 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17641 msgstr ""
17642
17643 #. type: textblock
17644 #: ../src/guestfs-actions.pod:6997 ../fish/guestfish-actions.pod:4713
17645 msgid ""
17646 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17647 "activated or deactivated."
17648 msgstr ""
17649
17650 #. type: =head2
17651 #: ../src/guestfs-actions.pod:7004
17652 msgid "guestfs_vg_activate_all"
17653 msgstr ""
17654
17655 #. type: verbatim
17656 #: ../src/guestfs-actions.pod:7006
17657 #, no-wrap
17658 msgid ""
17659 " int\n"
17660 " guestfs_vg_activate_all (guestfs_h *g,\n"
17661 "                          int activate);\n"
17662 "\n"
17663 msgstr ""
17664
17665 #. type: textblock
17666 #: ../src/guestfs-actions.pod:7010 ../fish/guestfish-actions.pod:4720
17667 msgid ""
17668 "This command activates or (if C<activate> is false) deactivates all logical "
17669 "volumes in all volume groups.  If activated, then they are made known to the "
17670 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17671 "those devices disappear."
17672 msgstr ""
17673
17674 #. type: textblock
17675 #: ../src/guestfs-actions.pod:7016 ../fish/guestfish-actions.pod:4726
17676 msgid "This command is the same as running C<vgchange -a y|n>"
17677 msgstr ""
17678
17679 #. type: =head2
17680 #: ../src/guestfs-actions.pod:7022
17681 msgid "guestfs_vgcreate"
17682 msgstr ""
17683
17684 #. type: verbatim
17685 #: ../src/guestfs-actions.pod:7024
17686 #, no-wrap
17687 msgid ""
17688 " int\n"
17689 " guestfs_vgcreate (guestfs_h *g,\n"
17690 "                   const char *volgroup,\n"
17691 "                   char *const *physvols);\n"
17692 "\n"
17693 msgstr ""
17694
17695 #. type: textblock
17696 #: ../src/guestfs-actions.pod:7029 ../fish/guestfish-actions.pod:4732
17697 msgid ""
17698 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17699 "of physical volumes C<physvols>."
17700 msgstr ""
17701
17702 #. type: =head2
17703 #: ../src/guestfs-actions.pod:7036
17704 msgid "guestfs_vglvuuids"
17705 msgstr ""
17706
17707 #. type: verbatim
17708 #: ../src/guestfs-actions.pod:7038
17709 #, no-wrap
17710 msgid ""
17711 " char **\n"
17712 " guestfs_vglvuuids (guestfs_h *g,\n"
17713 "                    const char *vgname);\n"
17714 "\n"
17715 msgstr ""
17716
17717 #. type: textblock
17718 #: ../src/guestfs-actions.pod:7042 ../fish/guestfish-actions.pod:4739
17719 msgid ""
17720 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17721 "volumes created in this volume group."
17722 msgstr ""
17723
17724 #. type: textblock
17725 #: ../src/guestfs-actions.pod:7045
17726 msgid ""
17727 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17728 "associate logical volumes and volume groups."
17729 msgstr ""
17730
17731 #. type: textblock
17732 #: ../src/guestfs-actions.pod:7048
17733 msgid "See also C<guestfs_vgpvuuids>."
17734 msgstr ""
17735
17736 #. type: =head2
17737 #: ../src/guestfs-actions.pod:7056
17738 msgid "guestfs_vgpvuuids"
17739 msgstr ""
17740
17741 #. type: verbatim
17742 #: ../src/guestfs-actions.pod:7058
17743 #, no-wrap
17744 msgid ""
17745 " char **\n"
17746 " guestfs_vgpvuuids (guestfs_h *g,\n"
17747 "                    const char *vgname);\n"
17748 "\n"
17749 msgstr ""
17750
17751 #. type: textblock
17752 #: ../src/guestfs-actions.pod:7062 ../fish/guestfish-actions.pod:4751
17753 msgid ""
17754 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17755 "volumes that this volume group resides on."
17756 msgstr ""
17757
17758 #. type: textblock
17759 #: ../src/guestfs-actions.pod:7065
17760 msgid ""
17761 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17762 "associate physical volumes and volume groups."
17763 msgstr ""
17764
17765 #. type: textblock
17766 #: ../src/guestfs-actions.pod:7068
17767 msgid "See also C<guestfs_vglvuuids>."
17768 msgstr ""
17769
17770 #. type: =head2
17771 #: ../src/guestfs-actions.pod:7076
17772 msgid "guestfs_vgremove"
17773 msgstr ""
17774
17775 #. type: verbatim
17776 #: ../src/guestfs-actions.pod:7078
17777 #, no-wrap
17778 msgid ""
17779 " int\n"
17780 " guestfs_vgremove (guestfs_h *g,\n"
17781 "                   const char *vgname);\n"
17782 "\n"
17783 msgstr ""
17784
17785 #. type: textblock
17786 #: ../src/guestfs-actions.pod:7082 ../fish/guestfish-actions.pod:4763
17787 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17788 msgstr ""
17789
17790 #. type: textblock
17791 #: ../src/guestfs-actions.pod:7084 ../fish/guestfish-actions.pod:4765
17792 msgid ""
17793 "This also forcibly removes all logical volumes in the volume group (if any)."
17794 msgstr ""
17795
17796 #. type: =head2
17797 #: ../src/guestfs-actions.pod:7091
17798 msgid "guestfs_vgrename"
17799 msgstr ""
17800
17801 #. type: verbatim
17802 #: ../src/guestfs-actions.pod:7093
17803 #, no-wrap
17804 msgid ""
17805 " int\n"
17806 " guestfs_vgrename (guestfs_h *g,\n"
17807 "                   const char *volgroup,\n"
17808 "                   const char *newvolgroup);\n"
17809 "\n"
17810 msgstr ""
17811
17812 #. type: textblock
17813 #: ../src/guestfs-actions.pod:7098 ../fish/guestfish-actions.pod:4772
17814 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
17815 msgstr ""
17816
17817 #. type: =head2
17818 #: ../src/guestfs-actions.pod:7104
17819 msgid "guestfs_vgs"
17820 msgstr ""
17821
17822 #. type: verbatim
17823 #: ../src/guestfs-actions.pod:7106
17824 #, no-wrap
17825 msgid ""
17826 " char **\n"
17827 " guestfs_vgs (guestfs_h *g);\n"
17828 "\n"
17829 msgstr ""
17830
17831 #. type: textblock
17832 #: ../src/guestfs-actions.pod:7109 ../fish/guestfish-actions.pod:4778
17833 msgid ""
17834 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
17835 "> command."
17836 msgstr ""
17837
17838 #. type: textblock
17839 #: ../src/guestfs-actions.pod:7112 ../fish/guestfish-actions.pod:4781
17840 msgid ""
17841 "This returns a list of just the volume group names that were detected (eg. "
17842 "C<VolGroup00>)."
17843 msgstr ""
17844
17845 #. type: textblock
17846 #: ../src/guestfs-actions.pod:7115
17847 msgid "See also C<guestfs_vgs_full>."
17848 msgstr ""
17849
17850 #. type: =head2
17851 #: ../src/guestfs-actions.pod:7123
17852 msgid "guestfs_vgs_full"
17853 msgstr ""
17854
17855 #. type: verbatim
17856 #: ../src/guestfs-actions.pod:7125
17857 #, no-wrap
17858 msgid ""
17859 " struct guestfs_lvm_vg_list *\n"
17860 " guestfs_vgs_full (guestfs_h *g);\n"
17861 "\n"
17862 msgstr ""
17863
17864 #. type: textblock
17865 #: ../src/guestfs-actions.pod:7128 ../fish/guestfish-actions.pod:4790
17866 msgid ""
17867 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
17868 "> command.  The \"full\" version includes all fields."
17869 msgstr ""
17870
17871 #. type: textblock
17872 #: ../src/guestfs-actions.pod:7131
17873 msgid ""
17874 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
17875 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
17876 msgstr ""
17877
17878 #. type: =head2
17879 #: ../src/guestfs-actions.pod:7137
17880 msgid "guestfs_vgscan"
17881 msgstr ""
17882
17883 #. type: verbatim
17884 #: ../src/guestfs-actions.pod:7139
17885 #, no-wrap
17886 msgid ""
17887 " int\n"
17888 " guestfs_vgscan (guestfs_h *g);\n"
17889 "\n"
17890 msgstr ""
17891
17892 #. type: textblock
17893 #: ../src/guestfs-actions.pod:7142 ../fish/guestfish-actions.pod:4797
17894 msgid ""
17895 "This rescans all block devices and rebuilds the list of LVM physical "
17896 "volumes, volume groups and logical volumes."
17897 msgstr ""
17898
17899 #. type: =head2
17900 #: ../src/guestfs-actions.pod:7149
17901 msgid "guestfs_vguuid"
17902 msgstr ""
17903
17904 #. type: verbatim
17905 #: ../src/guestfs-actions.pod:7151
17906 #, no-wrap
17907 msgid ""
17908 " char *\n"
17909 " guestfs_vguuid (guestfs_h *g,\n"
17910 "                 const char *vgname);\n"
17911 "\n"
17912 msgstr ""
17913
17914 #. type: textblock
17915 #: ../src/guestfs-actions.pod:7155 ../fish/guestfish-actions.pod:4804
17916 msgid "This command returns the UUID of the LVM VG named C<vgname>."
17917 msgstr ""
17918
17919 #. type: =head2
17920 #: ../src/guestfs-actions.pod:7162
17921 msgid "guestfs_wait_ready"
17922 msgstr ""
17923
17924 #. type: verbatim
17925 #: ../src/guestfs-actions.pod:7164
17926 #, no-wrap
17927 msgid ""
17928 " int\n"
17929 " guestfs_wait_ready (guestfs_h *g);\n"
17930 "\n"
17931 msgstr ""
17932
17933 #. type: textblock
17934 #: ../src/guestfs-actions.pod:7167
17935 msgid "This function is a no op."
17936 msgstr ""
17937
17938 #. type: textblock
17939 #: ../src/guestfs-actions.pod:7169
17940 msgid ""
17941 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
17942 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
17943 "is no longer necessary because C<guestfs_launch> now does the waiting."
17944 msgstr ""
17945
17946 #. type: textblock
17947 #: ../src/guestfs-actions.pod:7174
17948 msgid ""
17949 "If you see any calls to this function in code then you can just remove them, "
17950 "unless you want to retain compatibility with older versions of the API."
17951 msgstr ""
17952
17953 #. type: =head2
17954 #: ../src/guestfs-actions.pod:7182
17955 msgid "guestfs_wc_c"
17956 msgstr ""
17957
17958 #. type: verbatim
17959 #: ../src/guestfs-actions.pod:7184
17960 #, no-wrap
17961 msgid ""
17962 " int\n"
17963 " guestfs_wc_c (guestfs_h *g,\n"
17964 "               const char *path);\n"
17965 "\n"
17966 msgstr ""
17967
17968 #. type: textblock
17969 #: ../src/guestfs-actions.pod:7188 ../fish/guestfish-actions.pod:4810
17970 msgid ""
17971 "This command counts the characters in a file, using the C<wc -c> external "
17972 "command."
17973 msgstr ""
17974
17975 #. type: =head2
17976 #: ../src/guestfs-actions.pod:7195
17977 msgid "guestfs_wc_l"
17978 msgstr ""
17979
17980 #. type: verbatim
17981 #: ../src/guestfs-actions.pod:7197
17982 #, no-wrap
17983 msgid ""
17984 " int\n"
17985 " guestfs_wc_l (guestfs_h *g,\n"
17986 "               const char *path);\n"
17987 "\n"
17988 msgstr ""
17989
17990 #. type: textblock
17991 #: ../src/guestfs-actions.pod:7201 ../fish/guestfish-actions.pod:4817
17992 msgid ""
17993 "This command counts the lines in a file, using the C<wc -l> external command."
17994 msgstr ""
17995
17996 #. type: =head2
17997 #: ../src/guestfs-actions.pod:7208
17998 msgid "guestfs_wc_w"
17999 msgstr ""
18000
18001 #. type: verbatim
18002 #: ../src/guestfs-actions.pod:7210
18003 #, no-wrap
18004 msgid ""
18005 " int\n"
18006 " guestfs_wc_w (guestfs_h *g,\n"
18007 "               const char *path);\n"
18008 "\n"
18009 msgstr ""
18010
18011 #. type: textblock
18012 #: ../src/guestfs-actions.pod:7214 ../fish/guestfish-actions.pod:4824
18013 msgid ""
18014 "This command counts the words in a file, using the C<wc -w> external command."
18015 msgstr ""
18016
18017 #. type: =head2
18018 #: ../src/guestfs-actions.pod:7221
18019 msgid "guestfs_write"
18020 msgstr ""
18021
18022 #. type: verbatim
18023 #: ../src/guestfs-actions.pod:7223
18024 #, no-wrap
18025 msgid ""
18026 " int\n"
18027 " guestfs_write (guestfs_h *g,\n"
18028 "                const char *path,\n"
18029 "                const char *content,\n"
18030 "                size_t content_size);\n"
18031 "\n"
18032 msgstr ""
18033
18034 #. type: textblock
18035 #: ../src/guestfs-actions.pod:7229 ../fish/guestfish-actions.pod:4831
18036 msgid ""
18037 "This call creates a file called C<path>.  The content of the file is the "
18038 "string C<content> (which can contain any 8 bit data)."
18039 msgstr ""
18040
18041 #. type: =head2
18042 #: ../src/guestfs-actions.pod:7239
18043 msgid "guestfs_write_file"
18044 msgstr ""
18045
18046 #. type: verbatim
18047 #: ../src/guestfs-actions.pod:7241
18048 #, no-wrap
18049 msgid ""
18050 " int\n"
18051 " guestfs_write_file (guestfs_h *g,\n"
18052 "                     const char *path,\n"
18053 "                     const char *content,\n"
18054 "                     int size);\n"
18055 "\n"
18056 msgstr ""
18057
18058 #. type: textblock
18059 #: ../src/guestfs-actions.pod:7247 ../fish/guestfish-actions.pod:4841
18060 msgid ""
18061 "This call creates a file called C<path>.  The contents of the file is the "
18062 "string C<content> (which can contain any 8 bit data), with length C<size>."
18063 msgstr ""
18064
18065 #. type: textblock
18066 #: ../src/guestfs-actions.pod:7251 ../fish/guestfish-actions.pod:4845
18067 msgid ""
18068 "As a special case, if C<size> is C<0> then the length is calculated using "
18069 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
18070 msgstr ""
18071
18072 #. type: textblock
18073 #: ../src/guestfs-actions.pod:7255 ../fish/guestfish-actions.pod:4849
18074 msgid ""
18075 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
18076 "I<not> work, even if the length is specified."
18077 msgstr ""
18078
18079 #. type: textblock
18080 #: ../src/guestfs-actions.pod:7263 ../fish/guestfish-actions.pod:4855
18081 msgid ""
18082 "This function is deprecated.  In new code, use the C<write> call instead."
18083 msgstr ""
18084
18085 #. type: =head2
18086 #: ../src/guestfs-actions.pod:7272
18087 msgid "guestfs_zegrep"
18088 msgstr ""
18089
18090 #. type: verbatim
18091 #: ../src/guestfs-actions.pod:7274
18092 #, no-wrap
18093 msgid ""
18094 " char **\n"
18095 " guestfs_zegrep (guestfs_h *g,\n"
18096 "                 const char *regex,\n"
18097 "                 const char *path);\n"
18098 "\n"
18099 msgstr ""
18100
18101 #. type: textblock
18102 #: ../src/guestfs-actions.pod:7279 ../fish/guestfish-actions.pod:4866
18103 msgid ""
18104 "This calls the external C<zegrep> program and returns the matching lines."
18105 msgstr ""
18106
18107 #. type: =head2
18108 #: ../src/guestfs-actions.pod:7291
18109 msgid "guestfs_zegrepi"
18110 msgstr ""
18111
18112 #. type: verbatim
18113 #: ../src/guestfs-actions.pod:7293
18114 #, no-wrap
18115 msgid ""
18116 " char **\n"
18117 " guestfs_zegrepi (guestfs_h *g,\n"
18118 "                  const char *regex,\n"
18119 "                  const char *path);\n"
18120 "\n"
18121 msgstr ""
18122
18123 #. type: textblock
18124 #: ../src/guestfs-actions.pod:7298 ../fish/guestfish-actions.pod:4876
18125 msgid ""
18126 "This calls the external C<zegrep -i> program and returns the matching lines."
18127 msgstr ""
18128
18129 #. type: =head2
18130 #: ../src/guestfs-actions.pod:7310
18131 msgid "guestfs_zero"
18132 msgstr ""
18133
18134 #. type: verbatim
18135 #: ../src/guestfs-actions.pod:7312
18136 #, no-wrap
18137 msgid ""
18138 " int\n"
18139 " guestfs_zero (guestfs_h *g,\n"
18140 "               const char *device);\n"
18141 "\n"
18142 msgstr ""
18143
18144 #. type: textblock
18145 #: ../src/guestfs-actions.pod:7316 ../fish/guestfish-actions.pod:4886
18146 msgid "This command writes zeroes over the first few blocks of C<device>."
18147 msgstr ""
18148
18149 #. type: textblock
18150 #: ../src/guestfs-actions.pod:7318 ../fish/guestfish-actions.pod:4888
18151 msgid ""
18152 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
18153 "securely wipe the device).  It should be sufficient to remove any partition "
18154 "tables, filesystem superblocks and so on."
18155 msgstr ""
18156
18157 #. type: textblock
18158 #: ../src/guestfs-actions.pod:7322
18159 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
18160 msgstr ""
18161
18162 #. type: =head2
18163 #: ../src/guestfs-actions.pod:7333
18164 msgid "guestfs_zero_device"
18165 msgstr ""
18166
18167 #. type: verbatim
18168 #: ../src/guestfs-actions.pod:7335
18169 #, no-wrap
18170 msgid ""
18171 " int\n"
18172 " guestfs_zero_device (guestfs_h *g,\n"
18173 "                      const char *device);\n"
18174 "\n"
18175 msgstr ""
18176
18177 #. type: textblock
18178 #: ../src/guestfs-actions.pod:7339
18179 msgid ""
18180 "This command writes zeroes over the entire C<device>.  Compare with "
18181 "C<guestfs_zero> which just zeroes the first few blocks of a device."
18182 msgstr ""
18183
18184 #. type: textblock
18185 #: ../src/guestfs-actions.pod:7353
18186 msgid "(Added in 1.3.1)"
18187 msgstr ""
18188
18189 #. type: =head2
18190 #: ../src/guestfs-actions.pod:7355
18191 msgid "guestfs_zerofree"
18192 msgstr ""
18193
18194 #. type: verbatim
18195 #: ../src/guestfs-actions.pod:7357
18196 #, no-wrap
18197 msgid ""
18198 " int\n"
18199 " guestfs_zerofree (guestfs_h *g,\n"
18200 "                   const char *device);\n"
18201 "\n"
18202 msgstr ""
18203
18204 #. type: textblock
18205 #: ../src/guestfs-actions.pod:7361 ../fish/guestfish-actions.pod:4909
18206 msgid ""
18207 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
18208 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
18209 "possible to compress the filesystem more effectively."
18210 msgstr ""
18211
18212 #. type: textblock
18213 #: ../src/guestfs-actions.pod:7366 ../fish/guestfish-actions.pod:4914
18214 msgid "You should B<not> run this program if the filesystem is mounted."
18215 msgstr ""
18216
18217 #. type: textblock
18218 #: ../src/guestfs-actions.pod:7369 ../fish/guestfish-actions.pod:4917
18219 msgid ""
18220 "It is possible that using this program can damage the filesystem or data on "
18221 "the filesystem."
18222 msgstr ""
18223
18224 #. type: =head2
18225 #: ../src/guestfs-actions.pod:7376
18226 msgid "guestfs_zfgrep"
18227 msgstr ""
18228
18229 #. type: verbatim
18230 #: ../src/guestfs-actions.pod:7378
18231 #, no-wrap
18232 msgid ""
18233 " char **\n"
18234 " guestfs_zfgrep (guestfs_h *g,\n"
18235 "                 const char *pattern,\n"
18236 "                 const char *path);\n"
18237 "\n"
18238 msgstr ""
18239
18240 #. type: textblock
18241 #: ../src/guestfs-actions.pod:7383 ../fish/guestfish-actions.pod:4924
18242 msgid ""
18243 "This calls the external C<zfgrep> program and returns the matching lines."
18244 msgstr ""
18245
18246 #. type: =head2
18247 #: ../src/guestfs-actions.pod:7395
18248 msgid "guestfs_zfgrepi"
18249 msgstr ""
18250
18251 #. type: verbatim
18252 #: ../src/guestfs-actions.pod:7397
18253 #, no-wrap
18254 msgid ""
18255 " char **\n"
18256 " guestfs_zfgrepi (guestfs_h *g,\n"
18257 "                  const char *pattern,\n"
18258 "                  const char *path);\n"
18259 "\n"
18260 msgstr ""
18261
18262 #. type: textblock
18263 #: ../src/guestfs-actions.pod:7402 ../fish/guestfish-actions.pod:4934
18264 msgid ""
18265 "This calls the external C<zfgrep -i> program and returns the matching lines."
18266 msgstr ""
18267
18268 #. type: =head2
18269 #: ../src/guestfs-actions.pod:7414
18270 msgid "guestfs_zfile"
18271 msgstr ""
18272
18273 #. type: verbatim
18274 #: ../src/guestfs-actions.pod:7416
18275 #, no-wrap
18276 msgid ""
18277 " char *\n"
18278 " guestfs_zfile (guestfs_h *g,\n"
18279 "                const char *meth,\n"
18280 "                const char *path);\n"
18281 "\n"
18282 msgstr ""
18283
18284 #. type: textblock
18285 #: ../src/guestfs-actions.pod:7421 ../fish/guestfish-actions.pod:4944
18286 msgid ""
18287 "This command runs C<file> after first decompressing C<path> using C<method>."
18288 msgstr ""
18289
18290 #. type: textblock
18291 #: ../src/guestfs-actions.pod:7424 ../fish/guestfish-actions.pod:4947
18292 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
18293 msgstr ""
18294
18295 #. type: textblock
18296 #: ../src/guestfs-actions.pod:7426
18297 msgid ""
18298 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
18299 "files."
18300 msgstr ""
18301
18302 #. type: textblock
18303 #: ../src/guestfs-actions.pod:7432 ../fish/guestfish-actions.pod:4952
18304 msgid ""
18305 "This function is deprecated.  In new code, use the C<file> call instead."
18306 msgstr ""
18307
18308 #. type: =head2
18309 #: ../src/guestfs-actions.pod:7441
18310 msgid "guestfs_zgrep"
18311 msgstr ""
18312
18313 #. type: verbatim
18314 #: ../src/guestfs-actions.pod:7443
18315 #, no-wrap
18316 msgid ""
18317 " char **\n"
18318 " guestfs_zgrep (guestfs_h *g,\n"
18319 "                const char *regex,\n"
18320 "                const char *path);\n"
18321 "\n"
18322 msgstr ""
18323
18324 #. type: textblock
18325 #: ../src/guestfs-actions.pod:7448 ../fish/guestfish-actions.pod:4963
18326 msgid ""
18327 "This calls the external C<zgrep> program and returns the matching lines."
18328 msgstr ""
18329
18330 #. type: =head2
18331 #: ../src/guestfs-actions.pod:7460
18332 msgid "guestfs_zgrepi"
18333 msgstr ""
18334
18335 #. type: verbatim
18336 #: ../src/guestfs-actions.pod:7462
18337 #, no-wrap
18338 msgid ""
18339 " char **\n"
18340 " guestfs_zgrepi (guestfs_h *g,\n"
18341 "                 const char *regex,\n"
18342 "                 const char *path);\n"
18343 "\n"
18344 msgstr ""
18345
18346 #. type: textblock
18347 #: ../src/guestfs-actions.pod:7467 ../fish/guestfish-actions.pod:4973
18348 msgid ""
18349 "This calls the external C<zgrep -i> program and returns the matching lines."
18350 msgstr ""
18351
18352 #. type: =item
18353 #: ../src/guestfs-availability.pod:3
18354 msgid "B<augeas>"
18355 msgstr ""
18356
18357 #. type: textblock
18358 #: ../src/guestfs-availability.pod:5
18359 msgid ""
18360 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
18361 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
18362 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
18363 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
18364 "L</guestfs_aug_save> L</guestfs_aug_set>"
18365 msgstr ""
18366
18367 #. type: =item
18368 #: ../src/guestfs-availability.pod:21
18369 msgid "B<inotify>"
18370 msgstr ""
18371
18372 #. type: textblock
18373 #: ../src/guestfs-availability.pod:23
18374 msgid ""
18375 "The following functions: L</guestfs_inotify_add_watch> L</"
18376 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
18377 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
18378 msgstr ""
18379
18380 #. type: =item
18381 #: ../src/guestfs-availability.pod:31
18382 msgid "B<linuxfsuuid>"
18383 msgstr ""
18384
18385 #. type: textblock
18386 #: ../src/guestfs-availability.pod:33
18387 msgid ""
18388 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
18389 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
18390 msgstr ""
18391
18392 #. type: =item
18393 #: ../src/guestfs-availability.pod:40
18394 msgid "B<linuxmodules>"
18395 msgstr ""
18396
18397 #. type: textblock
18398 #: ../src/guestfs-availability.pod:42
18399 msgid "The following functions: L</guestfs_modprobe>"
18400 msgstr ""
18401
18402 #. type: =item
18403 #: ../src/guestfs-availability.pod:45
18404 msgid "B<linuxxattrs>"
18405 msgstr ""
18406
18407 #. type: textblock
18408 #: ../src/guestfs-availability.pod:47
18409 msgid ""
18410 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
18411 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
18412 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
18413 "guestfs_setxattr>"
18414 msgstr ""
18415
18416 #. type: =item
18417 #: ../src/guestfs-availability.pod:58
18418 msgid "B<luks>"
18419 msgstr ""
18420
18421 #. type: textblock
18422 #: ../src/guestfs-availability.pod:60
18423 msgid ""
18424 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
18425 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
18426 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
18427 msgstr ""
18428
18429 #. type: =item
18430 #: ../src/guestfs-availability.pod:69
18431 msgid "B<lvm2>"
18432 msgstr ""
18433
18434 #. type: textblock
18435 #: ../src/guestfs-availability.pod:71
18436 msgid ""
18437 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
18438 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
18439 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
18440 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
18441 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
18442 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
18443 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
18444 msgstr ""
18445
18446 #. type: =item
18447 #: ../src/guestfs-availability.pod:94
18448 msgid "B<mknod>"
18449 msgstr ""
18450
18451 #. type: textblock
18452 #: ../src/guestfs-availability.pod:96
18453 msgid ""
18454 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
18455 "guestfs_mknod_b> L</guestfs_mknod_c>"
18456 msgstr ""
18457
18458 #. type: =item
18459 #: ../src/guestfs-availability.pod:102
18460 msgid "B<ntfs3g>"
18461 msgstr ""
18462
18463 #. type: textblock
18464 #: ../src/guestfs-availability.pod:104
18465 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
18466 msgstr ""
18467
18468 #. type: =item
18469 #: ../src/guestfs-availability.pod:107
18470 msgid "B<ntfsprogs>"
18471 msgstr ""
18472
18473 #. type: textblock
18474 #: ../src/guestfs-availability.pod:109
18475 msgid ""
18476 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
18477 msgstr ""
18478
18479 #. type: =item
18480 #: ../src/guestfs-availability.pod:113
18481 msgid "B<realpath>"
18482 msgstr ""
18483
18484 #. type: textblock
18485 #: ../src/guestfs-availability.pod:115
18486 msgid "The following functions: L</guestfs_realpath>"
18487 msgstr ""
18488
18489 #. type: =item
18490 #: ../src/guestfs-availability.pod:118
18491 msgid "B<scrub>"
18492 msgstr ""
18493
18494 #. type: textblock
18495 #: ../src/guestfs-availability.pod:120
18496 msgid ""
18497 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
18498 "guestfs_scrub_freespace>"
18499 msgstr ""
18500
18501 #. type: =item
18502 #: ../src/guestfs-availability.pod:125
18503 msgid "B<selinux>"
18504 msgstr ""
18505
18506 #. type: textblock
18507 #: ../src/guestfs-availability.pod:127
18508 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
18509 msgstr ""
18510
18511 #. type: =item
18512 #: ../src/guestfs-availability.pod:131
18513 msgid "B<xz>"
18514 msgstr ""
18515
18516 #. type: textblock
18517 #: ../src/guestfs-availability.pod:133
18518 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
18519 msgstr ""
18520
18521 #. type: =item
18522 #: ../src/guestfs-availability.pod:137
18523 msgid "B<zerofree>"
18524 msgstr ""
18525
18526 #. type: textblock
18527 #: ../src/guestfs-availability.pod:139
18528 msgid "The following functions: L</guestfs_zerofree>"
18529 msgstr ""
18530
18531 #. type: =head2
18532 #: ../src/guestfs-structs.pod:1
18533 msgid "guestfs_int_bool"
18534 msgstr ""
18535
18536 #. type: verbatim
18537 #: ../src/guestfs-structs.pod:3
18538 #, no-wrap
18539 msgid ""
18540 " struct guestfs_int_bool {\n"
18541 "   int32_t i;\n"
18542 "   int32_t b;\n"
18543 " };\n"
18544 " \n"
18545 msgstr ""
18546
18547 #. type: verbatim
18548 #: ../src/guestfs-structs.pod:8
18549 #, no-wrap
18550 msgid ""
18551 " struct guestfs_int_bool_list {\n"
18552 "   uint32_t len; /* Number of elements in list. */\n"
18553 "   struct guestfs_int_bool *val; /* Elements. */\n"
18554 " };\n"
18555 " \n"
18556 msgstr ""
18557
18558 #. type: verbatim
18559 #: ../src/guestfs-structs.pod:13
18560 #, no-wrap
18561 msgid ""
18562 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
18563 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18564 "\n"
18565 msgstr ""
18566
18567 #. type: =head2
18568 #: ../src/guestfs-structs.pod:16
18569 msgid "guestfs_lvm_pv"
18570 msgstr ""
18571
18572 #. type: verbatim
18573 #: ../src/guestfs-structs.pod:18
18574 #, no-wrap
18575 msgid ""
18576 " struct guestfs_lvm_pv {\n"
18577 "   char *pv_name;\n"
18578 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18579 "   char pv_uuid[32];\n"
18580 "   char *pv_fmt;\n"
18581 "   uint64_t pv_size;\n"
18582 "   uint64_t dev_size;\n"
18583 "   uint64_t pv_free;\n"
18584 "   uint64_t pv_used;\n"
18585 "   char *pv_attr;\n"
18586 "   int64_t pv_pe_count;\n"
18587 "   int64_t pv_pe_alloc_count;\n"
18588 "   char *pv_tags;\n"
18589 "   uint64_t pe_start;\n"
18590 "   int64_t pv_mda_count;\n"
18591 "   uint64_t pv_mda_free;\n"
18592 " };\n"
18593 " \n"
18594 msgstr ""
18595
18596 #. type: verbatim
18597 #: ../src/guestfs-structs.pod:36
18598 #, no-wrap
18599 msgid ""
18600 " struct guestfs_lvm_pv_list {\n"
18601 "   uint32_t len; /* Number of elements in list. */\n"
18602 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18603 " };\n"
18604 " \n"
18605 msgstr ""
18606
18607 #. type: verbatim
18608 #: ../src/guestfs-structs.pod:41
18609 #, no-wrap
18610 msgid ""
18611 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18612 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18613 "\n"
18614 msgstr ""
18615
18616 #. type: =head2
18617 #: ../src/guestfs-structs.pod:44
18618 msgid "guestfs_lvm_vg"
18619 msgstr ""
18620
18621 #. type: verbatim
18622 #: ../src/guestfs-structs.pod:46
18623 #, no-wrap
18624 msgid ""
18625 " struct guestfs_lvm_vg {\n"
18626 "   char *vg_name;\n"
18627 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18628 "   char vg_uuid[32];\n"
18629 "   char *vg_fmt;\n"
18630 "   char *vg_attr;\n"
18631 "   uint64_t vg_size;\n"
18632 "   uint64_t vg_free;\n"
18633 "   char *vg_sysid;\n"
18634 "   uint64_t vg_extent_size;\n"
18635 "   int64_t vg_extent_count;\n"
18636 "   int64_t vg_free_count;\n"
18637 "   int64_t max_lv;\n"
18638 "   int64_t max_pv;\n"
18639 "   int64_t pv_count;\n"
18640 "   int64_t lv_count;\n"
18641 "   int64_t snap_count;\n"
18642 "   int64_t vg_seqno;\n"
18643 "   char *vg_tags;\n"
18644 "   int64_t vg_mda_count;\n"
18645 "   uint64_t vg_mda_free;\n"
18646 " };\n"
18647 " \n"
18648 msgstr ""
18649
18650 #. type: verbatim
18651 #: ../src/guestfs-structs.pod:69
18652 #, no-wrap
18653 msgid ""
18654 " struct guestfs_lvm_vg_list {\n"
18655 "   uint32_t len; /* Number of elements in list. */\n"
18656 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18657 " };\n"
18658 " \n"
18659 msgstr ""
18660
18661 #. type: verbatim
18662 #: ../src/guestfs-structs.pod:74
18663 #, no-wrap
18664 msgid ""
18665 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18666 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18667 "\n"
18668 msgstr ""
18669
18670 #. type: =head2
18671 #: ../src/guestfs-structs.pod:77
18672 msgid "guestfs_lvm_lv"
18673 msgstr ""
18674
18675 #. type: verbatim
18676 #: ../src/guestfs-structs.pod:79
18677 #, no-wrap
18678 msgid ""
18679 " struct guestfs_lvm_lv {\n"
18680 "   char *lv_name;\n"
18681 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18682 "   char lv_uuid[32];\n"
18683 "   char *lv_attr;\n"
18684 "   int64_t lv_major;\n"
18685 "   int64_t lv_minor;\n"
18686 "   int64_t lv_kernel_major;\n"
18687 "   int64_t lv_kernel_minor;\n"
18688 "   uint64_t lv_size;\n"
18689 "   int64_t seg_count;\n"
18690 "   char *origin;\n"
18691 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18692 "   float snap_percent;\n"
18693 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18694 "   float copy_percent;\n"
18695 "   char *move_pv;\n"
18696 "   char *lv_tags;\n"
18697 "   char *mirror_log;\n"
18698 "   char *modules;\n"
18699 " };\n"
18700 " \n"
18701 msgstr ""
18702
18703 #. type: verbatim
18704 #: ../src/guestfs-structs.pod:101
18705 #, no-wrap
18706 msgid ""
18707 " struct guestfs_lvm_lv_list {\n"
18708 "   uint32_t len; /* Number of elements in list. */\n"
18709 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18710 " };\n"
18711 " \n"
18712 msgstr ""
18713
18714 #. type: verbatim
18715 #: ../src/guestfs-structs.pod:106
18716 #, no-wrap
18717 msgid ""
18718 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18719 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18720 "\n"
18721 msgstr ""
18722
18723 #. type: verbatim
18724 #: ../src/guestfs-structs.pod:111
18725 #, no-wrap
18726 msgid ""
18727 " struct guestfs_stat {\n"
18728 "   int64_t dev;\n"
18729 "   int64_t ino;\n"
18730 "   int64_t mode;\n"
18731 "   int64_t nlink;\n"
18732 "   int64_t uid;\n"
18733 "   int64_t gid;\n"
18734 "   int64_t rdev;\n"
18735 "   int64_t size;\n"
18736 "   int64_t blksize;\n"
18737 "   int64_t blocks;\n"
18738 "   int64_t atime;\n"
18739 "   int64_t mtime;\n"
18740 "   int64_t ctime;\n"
18741 " };\n"
18742 " \n"
18743 msgstr ""
18744
18745 #. type: verbatim
18746 #: ../src/guestfs-structs.pod:127
18747 #, no-wrap
18748 msgid ""
18749 " struct guestfs_stat_list {\n"
18750 "   uint32_t len; /* Number of elements in list. */\n"
18751 "   struct guestfs_stat *val; /* Elements. */\n"
18752 " };\n"
18753 " \n"
18754 msgstr ""
18755
18756 #. type: verbatim
18757 #: ../src/guestfs-structs.pod:132
18758 #, no-wrap
18759 msgid ""
18760 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18761 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18762 "\n"
18763 msgstr ""
18764
18765 #. type: verbatim
18766 #: ../src/guestfs-structs.pod:137
18767 #, no-wrap
18768 msgid ""
18769 " struct guestfs_statvfs {\n"
18770 "   int64_t bsize;\n"
18771 "   int64_t frsize;\n"
18772 "   int64_t blocks;\n"
18773 "   int64_t bfree;\n"
18774 "   int64_t bavail;\n"
18775 "   int64_t files;\n"
18776 "   int64_t ffree;\n"
18777 "   int64_t favail;\n"
18778 "   int64_t fsid;\n"
18779 "   int64_t flag;\n"
18780 "   int64_t namemax;\n"
18781 " };\n"
18782 " \n"
18783 msgstr ""
18784
18785 #. type: verbatim
18786 #: ../src/guestfs-structs.pod:151
18787 #, no-wrap
18788 msgid ""
18789 " struct guestfs_statvfs_list {\n"
18790 "   uint32_t len; /* Number of elements in list. */\n"
18791 "   struct guestfs_statvfs *val; /* Elements. */\n"
18792 " };\n"
18793 " \n"
18794 msgstr ""
18795
18796 #. type: verbatim
18797 #: ../src/guestfs-structs.pod:156
18798 #, no-wrap
18799 msgid ""
18800 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18801 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18802 "\n"
18803 msgstr ""
18804
18805 #. type: =head2
18806 #: ../src/guestfs-structs.pod:159
18807 msgid "guestfs_dirent"
18808 msgstr ""
18809
18810 #. type: verbatim
18811 #: ../src/guestfs-structs.pod:161
18812 #, no-wrap
18813 msgid ""
18814 " struct guestfs_dirent {\n"
18815 "   int64_t ino;\n"
18816 "   char ftyp;\n"
18817 "   char *name;\n"
18818 " };\n"
18819 " \n"
18820 msgstr ""
18821
18822 #. type: verbatim
18823 #: ../src/guestfs-structs.pod:167
18824 #, no-wrap
18825 msgid ""
18826 " struct guestfs_dirent_list {\n"
18827 "   uint32_t len; /* Number of elements in list. */\n"
18828 "   struct guestfs_dirent *val; /* Elements. */\n"
18829 " };\n"
18830 " \n"
18831 msgstr ""
18832
18833 #. type: verbatim
18834 #: ../src/guestfs-structs.pod:172
18835 #, no-wrap
18836 msgid ""
18837 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
18838 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
18839 "\n"
18840 msgstr ""
18841
18842 #. type: verbatim
18843 #: ../src/guestfs-structs.pod:177
18844 #, no-wrap
18845 msgid ""
18846 " struct guestfs_version {\n"
18847 "   int64_t major;\n"
18848 "   int64_t minor;\n"
18849 "   int64_t release;\n"
18850 "   char *extra;\n"
18851 " };\n"
18852 " \n"
18853 msgstr ""
18854
18855 #. type: verbatim
18856 #: ../src/guestfs-structs.pod:184
18857 #, no-wrap
18858 msgid ""
18859 " struct guestfs_version_list {\n"
18860 "   uint32_t len; /* Number of elements in list. */\n"
18861 "   struct guestfs_version *val; /* Elements. */\n"
18862 " };\n"
18863 " \n"
18864 msgstr ""
18865
18866 #. type: verbatim
18867 #: ../src/guestfs-structs.pod:189
18868 #, no-wrap
18869 msgid ""
18870 " void guestfs_free_version (struct guestfs_free_version *);\n"
18871 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
18872 "\n"
18873 msgstr ""
18874
18875 #. type: =head2
18876 #: ../src/guestfs-structs.pod:192
18877 msgid "guestfs_xattr"
18878 msgstr ""
18879
18880 #. type: verbatim
18881 #: ../src/guestfs-structs.pod:194
18882 #, no-wrap
18883 msgid ""
18884 " struct guestfs_xattr {\n"
18885 "   char *attrname;\n"
18886 "   /* The next two fields describe a byte array. */\n"
18887 "   uint32_t attrval_len;\n"
18888 "   char *attrval;\n"
18889 " };\n"
18890 " \n"
18891 msgstr ""
18892
18893 #. type: verbatim
18894 #: ../src/guestfs-structs.pod:201
18895 #, no-wrap
18896 msgid ""
18897 " struct guestfs_xattr_list {\n"
18898 "   uint32_t len; /* Number of elements in list. */\n"
18899 "   struct guestfs_xattr *val; /* Elements. */\n"
18900 " };\n"
18901 " \n"
18902 msgstr ""
18903
18904 #. type: verbatim
18905 #: ../src/guestfs-structs.pod:206
18906 #, no-wrap
18907 msgid ""
18908 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
18909 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
18910 "\n"
18911 msgstr ""
18912
18913 #. type: =head2
18914 #: ../src/guestfs-structs.pod:209
18915 msgid "guestfs_inotify_event"
18916 msgstr ""
18917
18918 #. type: verbatim
18919 #: ../src/guestfs-structs.pod:211
18920 #, no-wrap
18921 msgid ""
18922 " struct guestfs_inotify_event {\n"
18923 "   int64_t in_wd;\n"
18924 "   uint32_t in_mask;\n"
18925 "   uint32_t in_cookie;\n"
18926 "   char *in_name;\n"
18927 " };\n"
18928 " \n"
18929 msgstr ""
18930
18931 #. type: verbatim
18932 #: ../src/guestfs-structs.pod:218
18933 #, no-wrap
18934 msgid ""
18935 " struct guestfs_inotify_event_list {\n"
18936 "   uint32_t len; /* Number of elements in list. */\n"
18937 "   struct guestfs_inotify_event *val; /* Elements. */\n"
18938 " };\n"
18939 " \n"
18940 msgstr ""
18941
18942 #. type: verbatim
18943 #: ../src/guestfs-structs.pod:223
18944 #, no-wrap
18945 msgid ""
18946 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
18947 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
18948 "\n"
18949 msgstr ""
18950
18951 #. type: =head2
18952 #: ../src/guestfs-structs.pod:226
18953 msgid "guestfs_partition"
18954 msgstr ""
18955
18956 #. type: verbatim
18957 #: ../src/guestfs-structs.pod:228
18958 #, no-wrap
18959 msgid ""
18960 " struct guestfs_partition {\n"
18961 "   int32_t part_num;\n"
18962 "   uint64_t part_start;\n"
18963 "   uint64_t part_end;\n"
18964 "   uint64_t part_size;\n"
18965 " };\n"
18966 " \n"
18967 msgstr ""
18968
18969 #. type: verbatim
18970 #: ../src/guestfs-structs.pod:235
18971 #, no-wrap
18972 msgid ""
18973 " struct guestfs_partition_list {\n"
18974 "   uint32_t len; /* Number of elements in list. */\n"
18975 "   struct guestfs_partition *val; /* Elements. */\n"
18976 " };\n"
18977 " \n"
18978 msgstr ""
18979
18980 #. type: verbatim
18981 #: ../src/guestfs-structs.pod:240
18982 #, no-wrap
18983 msgid ""
18984 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
18985 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
18986 "\n"
18987 msgstr ""
18988
18989 #. type: =head2
18990 #: ../src/guestfs-structs.pod:243
18991 msgid "guestfs_application"
18992 msgstr ""
18993
18994 #. type: verbatim
18995 #: ../src/guestfs-structs.pod:245
18996 #, no-wrap
18997 msgid ""
18998 " struct guestfs_application {\n"
18999 "   char *app_name;\n"
19000 "   char *app_display_name;\n"
19001 "   int32_t app_epoch;\n"
19002 "   char *app_version;\n"
19003 "   char *app_release;\n"
19004 "   char *app_install_path;\n"
19005 "   char *app_trans_path;\n"
19006 "   char *app_publisher;\n"
19007 "   char *app_url;\n"
19008 "   char *app_source_package;\n"
19009 "   char *app_summary;\n"
19010 "   char *app_description;\n"
19011 " };\n"
19012 " \n"
19013 msgstr ""
19014
19015 #. type: verbatim
19016 #: ../src/guestfs-structs.pod:260
19017 #, no-wrap
19018 msgid ""
19019 " struct guestfs_application_list {\n"
19020 "   uint32_t len; /* Number of elements in list. */\n"
19021 "   struct guestfs_application *val; /* Elements. */\n"
19022 " };\n"
19023 " \n"
19024 msgstr ""
19025
19026 #. type: verbatim
19027 #: ../src/guestfs-structs.pod:265
19028 #, no-wrap
19029 msgid ""
19030 " void guestfs_free_application (struct guestfs_free_application *);\n"
19031 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
19032 "\n"
19033 msgstr ""
19034
19035 #. type: textblock
19036 #: ../fish/guestfish.pod:5
19037 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
19038 msgstr ""
19039
19040 #. type: verbatim
19041 #: ../fish/guestfish.pod:9
19042 #, no-wrap
19043 msgid ""
19044 " guestfish [--options] [commands]\n"
19045 "\n"
19046 msgstr ""
19047
19048 #. type: verbatim
19049 #: ../fish/guestfish.pod:11
19050 #, no-wrap
19051 msgid ""
19052 " guestfish\n"
19053 "\n"
19054 msgstr ""
19055
19056 #. type: verbatim
19057 #: ../fish/guestfish.pod:13
19058 #, no-wrap
19059 msgid ""
19060 " guestfish [--ro|--rw] -a disk.img\n"
19061 "\n"
19062 msgstr ""
19063
19064 #. type: verbatim
19065 #: ../fish/guestfish.pod:15
19066 #, no-wrap
19067 msgid ""
19068 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
19069 "\n"
19070 msgstr ""
19071
19072 #. type: verbatim
19073 #: ../fish/guestfish.pod:17
19074 #, no-wrap
19075 msgid ""
19076 " guestfish -d libvirt-domain\n"
19077 "\n"
19078 msgstr ""
19079
19080 #. type: verbatim
19081 #: ../fish/guestfish.pod:19
19082 #, no-wrap
19083 msgid ""
19084 " guestfish [--ro|--rw] -a disk.img -i\n"
19085 "\n"
19086 msgstr ""
19087
19088 #. type: verbatim
19089 #: ../fish/guestfish.pod:21
19090 #, no-wrap
19091 msgid ""
19092 " guestfish -d libvirt-domain -i\n"
19093 "\n"
19094 msgstr ""
19095
19096 #. type: =head1
19097 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
19098 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
19099 msgid "WARNING"
19100 msgstr ""
19101
19102 #. type: textblock
19103 #: ../fish/guestfish.pod:25
19104 msgid ""
19105 "Using guestfish in read/write mode on live virtual machines can be "
19106 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
19107 "option to use guestfish safely if the disk image or virtual machine might be "
19108 "live."
19109 msgstr ""
19110
19111 #. type: textblock
19112 #: ../fish/guestfish.pod:32
19113 msgid ""
19114 "Guestfish is a shell and command-line tool for examining and modifying "
19115 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
19116 "functionality of the guestfs API, see L<guestfs(3)>."
19117 msgstr ""
19118
19119 #. type: textblock
19120 #: ../fish/guestfish.pod:36
19121 msgid ""
19122 "Guestfish gives you structured access to the libguestfs API, from shell "
19123 "scripts or the command line or interactively.  If you want to rescue a "
19124 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
19125 "command."
19126 msgstr ""
19127
19128 #. type: =head1
19129 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:942
19130 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63
19131 #: ../tools/virt-resize.pl:64 ../tools/virt-tar.pl:50
19132 msgid "EXAMPLES"
19133 msgstr ""
19134
19135 #. type: =head2
19136 #: ../fish/guestfish.pod:43
19137 msgid "As an interactive shell"
19138 msgstr ""
19139
19140 #. type: verbatim
19141 #: ../fish/guestfish.pod:45
19142 #, no-wrap
19143 msgid ""
19144 " $ guestfish\n"
19145 " \n"
19146 msgstr ""
19147
19148 #. type: verbatim
19149 #: ../fish/guestfish.pod:47
19150 #, no-wrap
19151 msgid ""
19152 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
19153 " editing virtual machine filesystems.\n"
19154 " \n"
19155 msgstr ""
19156
19157 #. type: verbatim
19158 #: ../fish/guestfish.pod:50
19159 #, no-wrap
19160 msgid ""
19161 " Type: 'help' for a list of commands\n"
19162 "       'man' to read the manual\n"
19163 "       'quit' to quit the shell\n"
19164 " \n"
19165 msgstr ""
19166
19167 #. type: verbatim
19168 #: ../fish/guestfish.pod:54
19169 #, no-wrap
19170 msgid ""
19171 " ><fs> add-ro disk.img\n"
19172 " ><fs> run\n"
19173 " ><fs> list-filesystems\n"
19174 " /dev/sda1: ext4\n"
19175 " /dev/vg_guest/lv_root: ext4\n"
19176 " /dev/vg_guest/lv_swap: swap\n"
19177 " ><fs> mount /dev/vg_guest/lv_root /\n"
19178 " ><fs> cat /etc/fstab\n"
19179 " # /etc/fstab\n"
19180 " # Created by anaconda\n"
19181 " [...]\n"
19182 " ><fs> exit\n"
19183 "\n"
19184 msgstr ""
19185
19186 #. type: =head2
19187 #: ../fish/guestfish.pod:67
19188 msgid "From shell scripts"
19189 msgstr ""
19190
19191 #. type: textblock
19192 #: ../fish/guestfish.pod:69
19193 msgid "Create a new C</etc/motd> file in a guest or disk image:"
19194 msgstr ""
19195
19196 #. type: verbatim
19197 #: ../fish/guestfish.pod:71
19198 #, no-wrap
19199 msgid ""
19200 " guestfish <<_EOF_\n"
19201 " add disk.img\n"
19202 " run\n"
19203 " mount /dev/vg_guest/lv_root /\n"
19204 " write /etc/motd \"Welcome, new users\"\n"
19205 " _EOF_\n"
19206 "\n"
19207 msgstr ""
19208
19209 #. type: textblock
19210 #: ../fish/guestfish.pod:78
19211 msgid "List the LVM logical volumes in a disk image:"
19212 msgstr ""
19213
19214 #. type: verbatim
19215 #: ../fish/guestfish.pod:80
19216 #, no-wrap
19217 msgid ""
19218 " guestfish -a disk.img --ro <<_EOF_\n"
19219 " run\n"
19220 " lvs\n"
19221 " _EOF_\n"
19222 "\n"
19223 msgstr ""
19224
19225 #. type: textblock
19226 #: ../fish/guestfish.pod:85
19227 msgid "List all the filesystems in a disk image:"
19228 msgstr ""
19229
19230 #. type: verbatim
19231 #: ../fish/guestfish.pod:87
19232 #, no-wrap
19233 msgid ""
19234 " guestfish -a disk.img --ro <<_EOF_\n"
19235 " run\n"
19236 " list-filesystems\n"
19237 " _EOF_\n"
19238 "\n"
19239 msgstr ""
19240
19241 #. type: =head2
19242 #: ../fish/guestfish.pod:92
19243 msgid "On one command line"
19244 msgstr ""
19245
19246 #. type: textblock
19247 #: ../fish/guestfish.pod:94
19248 msgid "Update C</etc/resolv.conf> in a guest:"
19249 msgstr ""
19250
19251 #. type: verbatim
19252 #: ../fish/guestfish.pod:96
19253 #, no-wrap
19254 msgid ""
19255 " guestfish \\\n"
19256 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
19257 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
19258 "\n"
19259 msgstr ""
19260
19261 #. type: textblock
19262 #: ../fish/guestfish.pod:100
19263 msgid "Edit C</boot/grub/grub.conf> interactively:"
19264 msgstr ""
19265
19266 #. type: verbatim
19267 #: ../fish/guestfish.pod:102
19268 #, no-wrap
19269 msgid ""
19270 " guestfish --rw --add disk.img \\\n"
19271 "   --mount /dev/vg_guest/lv_root \\\n"
19272 "   --mount /dev/sda1:/boot \\\n"
19273 "   edit /boot/grub/grub.conf\n"
19274 "\n"
19275 msgstr ""
19276
19277 #. type: =head2
19278 #: ../fish/guestfish.pod:107
19279 msgid "Mount disks automatically"
19280 msgstr ""
19281
19282 #. type: textblock
19283 #: ../fish/guestfish.pod:109
19284 msgid ""
19285 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
19286 msgstr ""
19287
19288 #. type: verbatim
19289 #: ../fish/guestfish.pod:112
19290 #, no-wrap
19291 msgid ""
19292 " guestfish --ro -a disk.img -i cat /etc/group\n"
19293 "\n"
19294 msgstr ""
19295
19296 #. type: verbatim
19297 #: ../fish/guestfish.pod:114
19298 #, no-wrap
19299 msgid ""
19300 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
19301 "\n"
19302 msgstr ""
19303
19304 #. type: textblock
19305 #: ../fish/guestfish.pod:116
19306 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
19307 msgstr ""
19308
19309 #. type: verbatim
19310 #: ../fish/guestfish.pod:118
19311 #, no-wrap
19312 msgid ""
19313 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
19314 "\n"
19315 msgstr ""
19316
19317 #. type: =head2
19318 #: ../fish/guestfish.pod:120
19319 msgid "As a script interpreter"
19320 msgstr ""
19321
19322 #. type: textblock
19323 #: ../fish/guestfish.pod:122
19324 msgid "Create a 100MB disk containing an ext2-formatted partition:"
19325 msgstr ""
19326
19327 #. type: verbatim
19328 #: ../fish/guestfish.pod:124
19329 #, no-wrap
19330 msgid ""
19331 " #!/usr/bin/guestfish -f\n"
19332 " sparse test1.img 100M\n"
19333 " run\n"
19334 " part-disk /dev/sda mbr\n"
19335 " mkfs ext2 /dev/sda1\n"
19336 "\n"
19337 msgstr ""
19338
19339 #. type: =head2
19340 #: ../fish/guestfish.pod:130
19341 msgid "Start with a prepared disk"
19342 msgstr ""
19343
19344 #. type: textblock
19345 #: ../fish/guestfish.pod:132
19346 msgid ""
19347 "An alternate way to create a 100MB disk called C<test1.img> containing a "
19348 "single ext2-formatted partition:"
19349 msgstr ""
19350
19351 #. type: verbatim
19352 #: ../fish/guestfish.pod:135
19353 #, no-wrap
19354 msgid ""
19355 " guestfish -N fs\n"
19356 "\n"
19357 msgstr ""
19358
19359 #. type: textblock
19360 #: ../fish/guestfish.pod:137
19361 msgid "To list what is available do:"
19362 msgstr ""
19363
19364 #. type: verbatim
19365 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:933
19366 #, no-wrap
19367 msgid ""
19368 " guestfish -N help | less\n"
19369 "\n"
19370 msgstr ""
19371
19372 #. type: =head2
19373 #: ../fish/guestfish.pod:141
19374 msgid "Remote control"
19375 msgstr ""
19376
19377 #. type: verbatim
19378 #: ../fish/guestfish.pod:143
19379 #, no-wrap
19380 msgid ""
19381 " eval \"`guestfish --listen`\"\n"
19382 " guestfish --remote add-ro disk.img\n"
19383 " guestfish --remote run\n"
19384 " guestfish --remote lvs\n"
19385 "\n"
19386 msgstr ""
19387
19388 #. type: =head1
19389 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
19390 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:81
19391 #: ../tools/virt-win-reg.pl:96 ../tools/virt-resize.pl:254
19392 #: ../tools/virt-list-filesystems.pl:53 ../tools/virt-tar.pl:103
19393 #: ../tools/virt-make-fs.pl:153 ../tools/virt-list-partitions.pl:54
19394 msgid "OPTIONS"
19395 msgstr ""
19396
19397 #. type: =item
19398 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
19399 #: ../tools/virt-edit.pl:89 ../tools/virt-win-reg.pl:104
19400 #: ../tools/virt-resize.pl:262 ../tools/virt-list-filesystems.pl:61
19401 #: ../tools/virt-tar.pl:111 ../tools/virt-make-fs.pl:161
19402 #: ../tools/virt-list-partitions.pl:62
19403 msgid "B<--help>"
19404 msgstr ""
19405
19406 #. type: textblock
19407 #: ../fish/guestfish.pod:154
19408 msgid "Displays general help on options."
19409 msgstr ""
19410
19411 #. type: =item
19412 #: ../fish/guestfish.pod:156
19413 msgid "B<-h>"
19414 msgstr ""
19415
19416 #. type: =item
19417 #: ../fish/guestfish.pod:158
19418 msgid "B<--cmd-help>"
19419 msgstr ""
19420
19421 #. type: textblock
19422 #: ../fish/guestfish.pod:160
19423 msgid "Lists all available guestfish commands."
19424 msgstr ""
19425
19426 #. type: =item
19427 #: ../fish/guestfish.pod:162
19428 msgid "B<-h cmd>"
19429 msgstr ""
19430
19431 #. type: =item
19432 #: ../fish/guestfish.pod:164
19433 msgid "B<--cmd-help cmd>"
19434 msgstr ""
19435
19436 #. type: textblock
19437 #: ../fish/guestfish.pod:166
19438 msgid "Displays detailed help on a single command C<cmd>."
19439 msgstr ""
19440
19441 #. type: =item
19442 #: ../fish/guestfish.pod:168
19443 msgid "B<-a image>"
19444 msgstr ""
19445
19446 #. type: =item
19447 #: ../fish/guestfish.pod:170
19448 msgid "B<--add image>"
19449 msgstr ""
19450
19451 #. type: textblock
19452 #: ../fish/guestfish.pod:172
19453 msgid "Add a block device or virtual machine image to the shell."
19454 msgstr ""
19455
19456 #. type: textblock
19457 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
19458 msgid ""
19459 "The format of the disk image is auto-detected.  To override this and force a "
19460 "particular format use the I<--format=..> option."
19461 msgstr ""
19462
19463 #. type: textblock
19464 #: ../fish/guestfish.pod:177
19465 msgid ""
19466 "Using this flag is mostly equivalent to using the C<add> command, with "
19467 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
19468 "the I<--format:...> flag was given."
19469 msgstr ""
19470
19471 #. type: =item
19472 #: ../fish/guestfish.pod:181
19473 msgid "B<-c URI>"
19474 msgstr ""
19475
19476 #. type: =item
19477 #: ../fish/guestfish.pod:183
19478 msgid "B<--connect URI>"
19479 msgstr ""
19480
19481 #. type: textblock
19482 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
19483 msgid ""
19484 "When used in conjunction with the I<-d> option, this specifies the libvirt "
19485 "URI to use.  The default is to use the default libvirt connection."
19486 msgstr ""
19487
19488 #. type: =item
19489 #: ../fish/guestfish.pod:189
19490 msgid "B<--csh>"
19491 msgstr ""
19492
19493 #. type: textblock
19494 #: ../fish/guestfish.pod:191
19495 msgid ""
19496 "If using the I<--listen> option and a csh-like shell, use this option.  See "
19497 "section L</REMOTE CONTROL AND CSH> below."
19498 msgstr ""
19499
19500 #. type: =item
19501 #: ../fish/guestfish.pod:194
19502 msgid "B<-d libvirt-domain>"
19503 msgstr ""
19504
19505 #. type: =item
19506 #: ../fish/guestfish.pod:196
19507 msgid "B<--domain libvirt-domain>"
19508 msgstr ""
19509
19510 #. type: textblock
19511 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
19512 msgid ""
19513 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
19514 "used, then any libvirt domain can be used.  However in write mode, only "
19515 "libvirt domains which are shut down can be named here."
19516 msgstr ""
19517
19518 #. type: textblock
19519 #: ../fish/guestfish.pod:202
19520 msgid ""
19521 "Using this flag is mostly equivalent to using the C<add-domain> command, "
19522 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
19523 "if the I<--format:...> flag was given."
19524 msgstr ""
19525
19526 #. type: =item
19527 #: ../fish/guestfish.pod:206
19528 msgid "B<-D>"
19529 msgstr ""
19530
19531 #. type: =item
19532 #: ../fish/guestfish.pod:208
19533 msgid "B<--no-dest-paths>"
19534 msgstr ""
19535
19536 #. type: textblock
19537 #: ../fish/guestfish.pod:210
19538 msgid ""
19539 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
19540 "to hit the tab key to complete paths on the guest filesystem, but this "
19541 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
19542 "allow this feature to be disabled."
19543 msgstr ""
19544
19545 #. type: =item
19546 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
19547 msgid "B<--echo-keys>"
19548 msgstr ""
19549
19550 #. type: textblock
19551 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
19552 msgid ""
19553 "When prompting for keys and passphrases, guestfish normally turns echoing "
19554 "off so you cannot see what you are typing.  If you are not worried about "
19555 "Tempest attacks and there is no one else in the room you can specify this "
19556 "flag to see what you are typing."
19557 msgstr ""
19558
19559 #. type: =item
19560 #: ../fish/guestfish.pod:222
19561 msgid "B<-f file>"
19562 msgstr ""
19563
19564 #. type: =item
19565 #: ../fish/guestfish.pod:224
19566 msgid "B<--file file>"
19567 msgstr ""
19568
19569 #. type: textblock
19570 #: ../fish/guestfish.pod:226
19571 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19572 msgstr ""
19573
19574 #. type: verbatim
19575 #: ../fish/guestfish.pod:229
19576 #, no-wrap
19577 msgid ""
19578 " #!/usr/bin/guestfish -f\n"
19579 "\n"
19580 msgstr ""
19581
19582 #. type: =item
19583 #: ../fish/guestfish.pod:231
19584 msgid "B<--format=raw|qcow2|..>"
19585 msgstr ""
19586
19587 #. type: =item
19588 #: ../fish/guestfish.pod:233
19589 msgid "B<--format>"
19590 msgstr ""
19591
19592 #. type: textblock
19593 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
19594 msgid ""
19595 "The default for the I<-a> option is to auto-detect the format of the disk "
19596 "image.  Using this forces the disk format for I<-a> options which follow on "
19597 "the command line.  Using I<--format> with no argument switches back to auto-"
19598 "detection for subsequent I<-a> options."
19599 msgstr ""
19600
19601 #. type: verbatim
19602 #: ../fish/guestfish.pod:242
19603 #, no-wrap
19604 msgid ""
19605 " guestfish --format=raw -a disk.img\n"
19606 "\n"
19607 msgstr ""
19608
19609 #. type: textblock
19610 #: ../fish/guestfish.pod:244
19611 msgid "forces raw format (no auto-detection) for C<disk.img>."
19612 msgstr ""
19613
19614 #. type: verbatim
19615 #: ../fish/guestfish.pod:246
19616 #, no-wrap
19617 msgid ""
19618 " guestfish --format=raw -a disk.img --format -a another.img\n"
19619 "\n"
19620 msgstr ""
19621
19622 #. type: textblock
19623 #: ../fish/guestfish.pod:248
19624 msgid ""
19625 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
19626 "detection for C<another.img>."
19627 msgstr ""
19628
19629 #. type: textblock
19630 #: ../fish/guestfish.pod:251
19631 msgid ""
19632 "If you have untrusted raw-format guest disk images, you should use this "
19633 "option to specify the disk format.  This avoids a possible security problem "
19634 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19635 msgstr ""
19636
19637 #. type: =item
19638 #: ../fish/guestfish.pod:256
19639 msgid "B<-i>"
19640 msgstr ""
19641
19642 #. type: =item
19643 #: ../fish/guestfish.pod:258
19644 msgid "B<--inspector>"
19645 msgstr ""
19646
19647 #. type: textblock
19648 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
19649 msgid ""
19650 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19651 "system and mount filesystems as they would be mounted on the real virtual "
19652 "machine."
19653 msgstr ""
19654
19655 #. type: textblock
19656 #: ../fish/guestfish.pod:264
19657 msgid "Typical usage is either:"
19658 msgstr ""
19659
19660 #. type: verbatim
19661 #: ../fish/guestfish.pod:266
19662 #, no-wrap
19663 msgid ""
19664 " guestfish -d myguest -i\n"
19665 "\n"
19666 msgstr ""
19667
19668 #. type: textblock
19669 #: ../fish/guestfish.pod:268
19670 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19671 msgstr ""
19672
19673 #. type: verbatim
19674 #: ../fish/guestfish.pod:270
19675 #, no-wrap
19676 msgid ""
19677 " guestfish --ro -d myguest -i\n"
19678 "\n"
19679 msgstr ""
19680
19681 #. type: textblock
19682 #: ../fish/guestfish.pod:272
19683 msgid "(for active domains, readonly), or specify the block device directly:"
19684 msgstr ""
19685
19686 #. type: verbatim
19687 #: ../fish/guestfish.pod:274
19688 #, no-wrap
19689 msgid ""
19690 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19691 "\n"
19692 msgstr ""
19693
19694 #. type: textblock
19695 #: ../fish/guestfish.pod:276
19696 msgid ""
19697 "Note that the command line syntax changed slightly over older versions of "
19698 "guestfish.  You can still use the old syntax:"
19699 msgstr ""
19700
19701 #. type: verbatim
19702 #: ../fish/guestfish.pod:279
19703 #, no-wrap
19704 msgid ""
19705 " guestfish [--ro] -i disk.img\n"
19706 "\n"
19707 msgstr ""
19708
19709 #. type: verbatim
19710 #: ../fish/guestfish.pod:281
19711 #, no-wrap
19712 msgid ""
19713 " guestfish [--ro] -i libvirt-domain\n"
19714 "\n"
19715 msgstr ""
19716
19717 #. type: textblock
19718 #: ../fish/guestfish.pod:283
19719 msgid ""
19720 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19721 "then using other commands to mount the filesystems that were found."
19722 msgstr ""
19723
19724 #. type: =item
19725 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
19726 msgid "B<--keys-from-stdin>"
19727 msgstr ""
19728
19729 #. type: textblock
19730 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
19731 msgid ""
19732 "Read key or passphrase parameters from stdin.  The default is to try to read "
19733 "passphrases from the user by opening C</dev/tty>."
19734 msgstr ""
19735
19736 #. type: =item
19737 #: ../fish/guestfish.pod:292
19738 msgid "B<--listen>"
19739 msgstr ""
19740
19741 #. type: textblock
19742 #: ../fish/guestfish.pod:294
19743 msgid ""
19744 "Fork into the background and listen for remote commands.  See section L</"
19745 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19746 msgstr ""
19747
19748 #. type: =item
19749 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
19750 msgid "B<--live>"
19751 msgstr ""
19752
19753 #. type: textblock
19754 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
19755 msgid ""
19756 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
19757 "ATTACHING TO RUNNING DAEMONS>)."
19758 msgstr ""
19759
19760 #. type: =item
19761 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:151
19762 msgid "B<-m dev[:mountpoint[:options]]>"
19763 msgstr ""
19764
19765 #. type: =item
19766 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
19767 msgid "B<--mount dev[:mountpoint[:options]]>"
19768 msgstr ""
19769
19770 #. type: textblock
19771 #: ../fish/guestfish.pod:306
19772 msgid "Mount the named partition or logical volume on the given mountpoint."
19773 msgstr ""
19774
19775 #. type: textblock
19776 #: ../fish/guestfish.pod:308
19777 msgid "If the mountpoint is omitted, it defaults to C</>."
19778 msgstr ""
19779
19780 #. type: textblock
19781 #: ../fish/guestfish.pod:310
19782 msgid "You have to mount something on C</> before most commands will work."
19783 msgstr ""
19784
19785 #. type: textblock
19786 #: ../fish/guestfish.pod:312
19787 msgid ""
19788 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19789 "launched."
19790 msgstr ""
19791
19792 #. type: textblock
19793 #: ../fish/guestfish.pod:315
19794 msgid ""
19795 "If you don't know what filesystems a disk image contains, you can either run "
19796 "guestfish without this option, then list the partitions, filesystems and LVs "
19797 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19798 "commands), or you can use the L<virt-filesystems(1)> program."
19799 msgstr ""
19800
19801 #. type: textblock
19802 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:161
19803 msgid ""
19804 "The third (and rarely used) part of the mount parameter is the list of mount "
19805 "options used to mount the underlying filesystem.  If this is not given, then "
19806 "the mount options are either the empty string or C<ro> (the latter if the "
19807 "I<--ro> flag is used).  By specifying the mount options, you override this "
19808 "default choice.  Probably the only time you would use this is to enable ACLs "
19809 "and/or extended attributes if the filesystem can support them:"
19810 msgstr ""
19811
19812 #. type: verbatim
19813 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:169
19814 #, no-wrap
19815 msgid ""
19816 " -m /dev/sda1:/:acl,user_xattr\n"
19817 "\n"
19818 msgstr ""
19819
19820 #. type: textblock
19821 #: ../fish/guestfish.pod:331
19822 msgid "Using this flag is equivalent to using the C<mount-options> command."
19823 msgstr ""
19824
19825 #. type: =item
19826 #: ../fish/guestfish.pod:333
19827 msgid "B<-n>"
19828 msgstr ""
19829
19830 #. type: =item
19831 #: ../fish/guestfish.pod:335
19832 msgid "B<--no-sync>"
19833 msgstr ""
19834
19835 #. type: textblock
19836 #: ../fish/guestfish.pod:337
19837 msgid ""
19838 "Disable autosync.  This is enabled by default.  See the discussion of "
19839 "autosync in the L<guestfs(3)> manpage."
19840 msgstr ""
19841
19842 #. type: =item
19843 #: ../fish/guestfish.pod:340
19844 msgid "B<-N type>"
19845 msgstr ""
19846
19847 #. type: =item
19848 #: ../fish/guestfish.pod:342
19849 msgid "B<--new type>"
19850 msgstr ""
19851
19852 #. type: =item
19853 #: ../fish/guestfish.pod:344
19854 msgid "B<-N help>"
19855 msgstr ""
19856
19857 #. type: textblock
19858 #: ../fish/guestfish.pod:346
19859 msgid ""
19860 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
19861 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
19862 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
19863 "IMAGES> below."
19864 msgstr ""
19865
19866 #. type: =item
19867 #: ../fish/guestfish.pod:351
19868 msgid "B<--progress-bars>"
19869 msgstr ""
19870
19871 #. type: textblock
19872 #: ../fish/guestfish.pod:353
19873 msgid "Enable progress bars, even when guestfish is used non-interactively."
19874 msgstr ""
19875
19876 #. type: textblock
19877 #: ../fish/guestfish.pod:355
19878 msgid ""
19879 "Progress bars are enabled by default when guestfish is used as an "
19880 "interactive shell."
19881 msgstr ""
19882
19883 #. type: =item
19884 #: ../fish/guestfish.pod:358
19885 msgid "B<--no-progress-bars>"
19886 msgstr ""
19887
19888 #. type: textblock
19889 #: ../fish/guestfish.pod:360
19890 msgid "Disable progress bars."
19891 msgstr ""
19892
19893 #. type: =item
19894 #: ../fish/guestfish.pod:362
19895 msgid "B<--remote[=pid]>"
19896 msgstr ""
19897
19898 #. type: textblock
19899 #: ../fish/guestfish.pod:364
19900 msgid ""
19901 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
19902 "CONTROL GUESTFISH OVER A SOCKET> below."
19903 msgstr ""
19904
19905 #. type: =item
19906 #: ../fish/guestfish.pod:367
19907 msgid "B<-r>"
19908 msgstr ""
19909
19910 #. type: =item
19911 #: ../fish/guestfish.pod:369
19912 msgid "B<--ro>"
19913 msgstr ""
19914
19915 #. type: textblock
19916 #: ../fish/guestfish.pod:371
19917 msgid ""
19918 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
19919 "mounts are done read-only."
19920 msgstr ""
19921
19922 #. type: textblock
19923 #: ../fish/guestfish.pod:374
19924 msgid ""
19925 "The option must always be used if the disk image or virtual machine might be "
19926 "running, and is generally recommended in cases where you don't need write "
19927 "access to the disk."
19928 msgstr ""
19929
19930 #. type: textblock
19931 #: ../fish/guestfish.pod:378
19932 msgid ""
19933 "Note that prepared disk images created with I<-N> are not affected by this "
19934 "option.  Also commands like C<add> are not affected - you have to specify "
19935 "the C<readonly:true> option explicitly if you need it."
19936 msgstr ""
19937
19938 #. type: textblock
19939 #: ../fish/guestfish.pod:382
19940 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
19941 msgstr ""
19942
19943 #. type: =item
19944 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:225
19945 msgid "B<--selinux>"
19946 msgstr ""
19947
19948 #. type: textblock
19949 #: ../fish/guestfish.pod:386
19950 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
19951 msgstr ""
19952
19953 #. type: =item
19954 #: ../fish/guestfish.pod:388
19955 msgid "B<-v>"
19956 msgstr ""
19957
19958 #. type: =item
19959 #: ../fish/guestfish.pod:390
19960 msgid "B<--verbose>"
19961 msgstr ""
19962
19963 #. type: textblock
19964 #: ../fish/guestfish.pod:392
19965 msgid ""
19966 "Enable very verbose messages.  This is particularly useful if you find a bug."
19967 msgstr ""
19968
19969 #. type: =item
19970 #: ../fish/guestfish.pod:395
19971 msgid "B<-V>"
19972 msgstr ""
19973
19974 #. type: =item
19975 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:97
19976 #: ../tools/virt-win-reg.pl:112 ../tools/virt-resize.pl:270
19977 #: ../tools/virt-list-filesystems.pl:69 ../tools/virt-tar.pl:119
19978 #: ../tools/virt-make-fs.pl:169 ../tools/virt-list-partitions.pl:70
19979 msgid "B<--version>"
19980 msgstr ""
19981
19982 #. type: textblock
19983 #: ../fish/guestfish.pod:399
19984 msgid "Display the guestfish / libguestfs version number and exit."
19985 msgstr ""
19986
19987 #. type: =item
19988 #: ../fish/guestfish.pod:401
19989 msgid "B<-w>"
19990 msgstr ""
19991
19992 #. type: =item
19993 #: ../fish/guestfish.pod:403
19994 msgid "B<--rw>"
19995 msgstr ""
19996
19997 #. type: textblock
19998 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:239
19999 msgid ""
20000 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
20001 "mounts are done read-write."
20002 msgstr ""
20003
20004 #. type: textblock
20005 #: ../fish/guestfish.pod:408
20006 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
20007 msgstr ""
20008
20009 #. type: =item
20010 #: ../fish/guestfish.pod:410
20011 msgid "B<-x>"
20012 msgstr ""
20013
20014 #. type: textblock
20015 #: ../fish/guestfish.pod:412
20016 msgid "Echo each command before executing it."
20017 msgstr ""
20018
20019 #. type: =head1
20020 #: ../fish/guestfish.pod:416
20021 msgid "COMMANDS ON COMMAND LINE"
20022 msgstr ""
20023
20024 #. type: textblock
20025 #: ../fish/guestfish.pod:418
20026 msgid ""
20027 "Any additional (non-option) arguments are treated as commands to execute."
20028 msgstr ""
20029
20030 #. type: textblock
20031 #: ../fish/guestfish.pod:421
20032 msgid ""
20033 "Commands to execute should be separated by a colon (C<:>), where the colon "
20034 "is a separate parameter.  Thus:"
20035 msgstr ""
20036
20037 #. type: verbatim
20038 #: ../fish/guestfish.pod:424
20039 #, no-wrap
20040 msgid ""
20041 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
20042 "\n"
20043 msgstr ""
20044
20045 #. type: textblock
20046 #: ../fish/guestfish.pod:426
20047 msgid ""
20048 "If there are no additional arguments, then we enter a shell, either an "
20049 "interactive shell with a prompt (if the input is a terminal) or a non-"
20050 "interactive shell."
20051 msgstr ""
20052
20053 #. type: textblock
20054 #: ../fish/guestfish.pod:430
20055 msgid ""
20056 "In either command line mode or non-interactive shell, the first command that "
20057 "gives an error causes the whole shell to exit.  In interactive mode (with a "
20058 "prompt) if a command fails, you can continue to enter commands."
20059 msgstr ""
20060
20061 #. type: =head1
20062 #: ../fish/guestfish.pod:435
20063 msgid "USING launch (OR run)"
20064 msgstr ""
20065
20066 #. type: textblock
20067 #: ../fish/guestfish.pod:437
20068 msgid ""
20069 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
20070 "then launch it, then mount any disks you need, and finally issue actions/"
20071 "commands.  So the general order of the day is:"
20072 msgstr ""
20073
20074 #. type: textblock
20075 #: ../fish/guestfish.pod:445
20076 msgid "add or -a/--add"
20077 msgstr ""
20078
20079 #. type: textblock
20080 #: ../fish/guestfish.pod:449
20081 msgid "launch (aka run)"
20082 msgstr ""
20083
20084 #. type: textblock
20085 #: ../fish/guestfish.pod:453
20086 msgid "mount or -m/--mount"
20087 msgstr ""
20088
20089 #. type: textblock
20090 #: ../fish/guestfish.pod:457
20091 msgid "any other commands"
20092 msgstr ""
20093
20094 #. type: textblock
20095 #: ../fish/guestfish.pod:461
20096 msgid ""
20097 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
20098 "guest before mounting or performing any other commands."
20099 msgstr ""
20100
20101 #. type: textblock
20102 #: ../fish/guestfish.pod:464
20103 msgid ""
20104 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
20105 "I<--new> options were given then C<run> is done automatically, simply "
20106 "because guestfish can't perform the action you asked for without doing this."
20107 msgstr ""
20108
20109 #. type: =head1
20110 #: ../fish/guestfish.pod:469
20111 msgid "OPENING DISKS FOR READ AND WRITE"
20112 msgstr ""
20113
20114 #. type: textblock
20115 #: ../fish/guestfish.pod:471
20116 msgid ""
20117 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
20118 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
20119 "I<-i> and I<-m> open disk images read-only or for writing."
20120 msgstr ""
20121
20122 #. type: textblock
20123 #: ../fish/guestfish.pod:476
20124 msgid ""
20125 "In libguestfs E<le> 1.8, guestfish, guestmount and virt-rescue defaulted to "
20126 "opening disk images supplied on the command line for write.  To open a disk "
20127 "image read-only you have to do I<-a image --ro>."
20128 msgstr ""
20129
20130 #. type: textblock
20131 #: ../fish/guestfish.pod:480
20132 msgid ""
20133 "This matters: If you accidentally open a live VM disk image writable then "
20134 "you will cause irreversible disk corruption."
20135 msgstr ""
20136
20137 #. type: textblock
20138 #: ../fish/guestfish.pod:483
20139 msgid ""
20140 "By libguestfs 1.10 we intend to change the default the other way.  Disk "
20141 "images will be opened read-only.  You will have to either specify "
20142 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
20143 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
20144 "access for disk images specified by those other command line options."
20145 msgstr ""
20146
20147 #. type: textblock
20148 #: ../fish/guestfish.pod:490
20149 msgid ""
20150 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
20151 "which does nothing (it is already the default).  However it is highly "
20152 "recommended that you use this option to indicate that you need write access, "
20153 "and prepare your scripts for the day when this option will be required for "
20154 "write access."
20155 msgstr ""
20156
20157 #. type: textblock
20158 #: ../fish/guestfish.pod:496
20159 msgid ""
20160 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
20161 "other libguestfs program apart from guestfish and guestmount."
20162 msgstr ""
20163
20164 #. type: =head1
20165 #: ../fish/guestfish.pod:499
20166 msgid "QUOTING"
20167 msgstr ""
20168
20169 #. type: textblock
20170 #: ../fish/guestfish.pod:501
20171 msgid ""
20172 "You can quote ordinary parameters using either single or double quotes.  For "
20173 "example:"
20174 msgstr ""
20175
20176 #. type: verbatim
20177 #: ../fish/guestfish.pod:504
20178 #, no-wrap
20179 msgid ""
20180 " add \"file with a space.img\"\n"
20181 "\n"
20182 msgstr ""
20183
20184 #. type: verbatim
20185 #: ../fish/guestfish.pod:506
20186 #, no-wrap
20187 msgid ""
20188 " rm '/file name'\n"
20189 "\n"
20190 msgstr ""
20191
20192 #. type: verbatim
20193 #: ../fish/guestfish.pod:508
20194 #, no-wrap
20195 msgid ""
20196 " rm '/\"'\n"
20197 "\n"
20198 msgstr ""
20199
20200 #. type: textblock
20201 #: ../fish/guestfish.pod:510
20202 msgid ""
20203 "A few commands require a list of strings to be passed.  For these, use a "
20204 "whitespace-separated list, enclosed in quotes.  Strings containing "
20205 "whitespace to be passed through must be enclosed in single quotes.  A "
20206 "literal single quote must be escaped with a backslash."
20207 msgstr ""
20208
20209 #. type: verbatim
20210 #: ../fish/guestfish.pod:515
20211 #, no-wrap
20212 msgid ""
20213 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
20214 " command \"/bin/echo 'foo      bar'\"\n"
20215 " command \"/bin/echo \\'foo\\'\"\n"
20216 "\n"
20217 msgstr ""
20218
20219 #. type: =head1
20220 #: ../fish/guestfish.pod:519
20221 msgid "OPTIONAL ARGUMENTS"
20222 msgstr ""
20223
20224 #. type: textblock
20225 #: ../fish/guestfish.pod:521
20226 msgid ""
20227 "Some commands take optional arguments.  These arguments appear in this "
20228 "documentation as C<[argname:..]>.  You can use them as in these examples:"
20229 msgstr ""
20230
20231 #. type: verbatim
20232 #: ../fish/guestfish.pod:525
20233 #, no-wrap
20234 msgid ""
20235 " add-drive-opts filename\n"
20236 "\n"
20237 msgstr ""
20238
20239 #. type: verbatim
20240 #: ../fish/guestfish.pod:527
20241 #, no-wrap
20242 msgid ""
20243 " add-drive-opts filename readonly:true\n"
20244 "\n"
20245 msgstr ""
20246
20247 #. type: verbatim
20248 #: ../fish/guestfish.pod:529
20249 #, no-wrap
20250 msgid ""
20251 " add-drive-opts filename format:qcow2 readonly:false\n"
20252 "\n"
20253 msgstr ""
20254
20255 #. type: textblock
20256 #: ../fish/guestfish.pod:531
20257 msgid ""
20258 "Each optional argument can appear at most once.  All optional arguments must "
20259 "appear after the required ones."
20260 msgstr ""
20261
20262 #. type: =head1
20263 #: ../fish/guestfish.pod:534
20264 msgid "NUMBERS"
20265 msgstr ""
20266
20267 #. type: textblock
20268 #: ../fish/guestfish.pod:536
20269 msgid ""
20270 "This section applies to all commands which can take integers as parameters."
20271 msgstr ""
20272
20273 #. type: =head2
20274 #: ../fish/guestfish.pod:539
20275 msgid "SIZE SUFFIX"
20276 msgstr ""
20277
20278 #. type: textblock
20279 #: ../fish/guestfish.pod:541
20280 msgid ""
20281 "When the command takes a parameter measured in bytes, you can use one of the "
20282 "following suffixes to specify kilobytes, megabytes and larger sizes:"
20283 msgstr ""
20284
20285 #. type: =item
20286 #: ../fish/guestfish.pod:547
20287 msgid "B<k> or B<K> or B<KiB>"
20288 msgstr ""
20289
20290 #. type: textblock
20291 #: ../fish/guestfish.pod:549
20292 msgid "The size in kilobytes (multiplied by 1024)."
20293 msgstr ""
20294
20295 #. type: =item
20296 #: ../fish/guestfish.pod:551
20297 msgid "B<KB>"
20298 msgstr ""
20299
20300 #. type: textblock
20301 #: ../fish/guestfish.pod:553
20302 msgid "The size in SI 1000 byte units."
20303 msgstr ""
20304
20305 #. type: =item
20306 #: ../fish/guestfish.pod:555
20307 msgid "B<M> or B<MiB>"
20308 msgstr ""
20309
20310 #. type: textblock
20311 #: ../fish/guestfish.pod:557
20312 msgid "The size in megabytes (multiplied by 1048576)."
20313 msgstr ""
20314
20315 #. type: =item
20316 #: ../fish/guestfish.pod:559
20317 msgid "B<MB>"
20318 msgstr ""
20319
20320 #. type: textblock
20321 #: ../fish/guestfish.pod:561
20322 msgid "The size in SI 1000000 byte units."
20323 msgstr ""
20324
20325 #. type: =item
20326 #: ../fish/guestfish.pod:563
20327 msgid "B<G> or B<GiB>"
20328 msgstr ""
20329
20330 #. type: textblock
20331 #: ../fish/guestfish.pod:565
20332 msgid "The size in gigabytes (multiplied by 2**30)."
20333 msgstr ""
20334
20335 #. type: =item
20336 #: ../fish/guestfish.pod:567
20337 msgid "B<GB>"
20338 msgstr ""
20339
20340 #. type: textblock
20341 #: ../fish/guestfish.pod:569
20342 msgid "The size in SI 10**9 byte units."
20343 msgstr ""
20344
20345 #. type: =item
20346 #: ../fish/guestfish.pod:571
20347 msgid "B<T> or B<TiB>"
20348 msgstr ""
20349
20350 #. type: textblock
20351 #: ../fish/guestfish.pod:573
20352 msgid "The size in terabytes (multiplied by 2**40)."
20353 msgstr ""
20354
20355 #. type: =item
20356 #: ../fish/guestfish.pod:575
20357 msgid "B<TB>"
20358 msgstr ""
20359
20360 #. type: textblock
20361 #: ../fish/guestfish.pod:577
20362 msgid "The size in SI 10**12 byte units."
20363 msgstr ""
20364
20365 #. type: =item
20366 #: ../fish/guestfish.pod:579
20367 msgid "B<P> or B<PiB>"
20368 msgstr ""
20369
20370 #. type: textblock
20371 #: ../fish/guestfish.pod:581
20372 msgid "The size in petabytes (multiplied by 2**50)."
20373 msgstr ""
20374
20375 #. type: =item
20376 #: ../fish/guestfish.pod:583
20377 msgid "B<PB>"
20378 msgstr ""
20379
20380 #. type: textblock
20381 #: ../fish/guestfish.pod:585
20382 msgid "The size in SI 10**15 byte units."
20383 msgstr ""
20384
20385 #. type: =item
20386 #: ../fish/guestfish.pod:587
20387 msgid "B<E> or B<EiB>"
20388 msgstr ""
20389
20390 #. type: textblock
20391 #: ../fish/guestfish.pod:589
20392 msgid "The size in exabytes (multiplied by 2**60)."
20393 msgstr ""
20394
20395 #. type: =item
20396 #: ../fish/guestfish.pod:591
20397 msgid "B<EB>"
20398 msgstr ""
20399
20400 #. type: textblock
20401 #: ../fish/guestfish.pod:593
20402 msgid "The size in SI 10**18 byte units."
20403 msgstr ""
20404
20405 #. type: =item
20406 #: ../fish/guestfish.pod:595
20407 msgid "B<Z> or B<ZiB>"
20408 msgstr ""
20409
20410 #. type: textblock
20411 #: ../fish/guestfish.pod:597
20412 msgid "The size in zettabytes (multiplied by 2**70)."
20413 msgstr ""
20414
20415 #. type: =item
20416 #: ../fish/guestfish.pod:599
20417 msgid "B<ZB>"
20418 msgstr ""
20419
20420 #. type: textblock
20421 #: ../fish/guestfish.pod:601
20422 msgid "The size in SI 10**21 byte units."
20423 msgstr ""
20424
20425 #. type: =item
20426 #: ../fish/guestfish.pod:603
20427 msgid "B<Y> or B<YiB>"
20428 msgstr ""
20429
20430 #. type: textblock
20431 #: ../fish/guestfish.pod:605
20432 msgid "The size in yottabytes (multiplied by 2**80)."
20433 msgstr ""
20434
20435 #. type: =item
20436 #: ../fish/guestfish.pod:607
20437 msgid "B<YB>"
20438 msgstr ""
20439
20440 #. type: textblock
20441 #: ../fish/guestfish.pod:609
20442 msgid "The size in SI 10**24 byte units."
20443 msgstr ""
20444
20445 #. type: verbatim
20446 #: ../fish/guestfish.pod:615
20447 #, no-wrap
20448 msgid ""
20449 " truncate-size /file 1G\n"
20450 "\n"
20451 msgstr ""
20452
20453 #. type: textblock
20454 #: ../fish/guestfish.pod:617
20455 msgid "would truncate the file to 1 gigabyte."
20456 msgstr ""
20457
20458 #. type: textblock
20459 #: ../fish/guestfish.pod:619
20460 msgid ""
20461 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
20462 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
20463 "suffix will probably not do what you expect."
20464 msgstr ""
20465
20466 #. type: =head2
20467 #: ../fish/guestfish.pod:623
20468 msgid "OCTAL AND HEXADECIMAL NUMBERS"
20469 msgstr ""
20470
20471 #. type: textblock
20472 #: ../fish/guestfish.pod:625
20473 msgid ""
20474 "For specifying the radix (base) use the C convention: C<0> to prefix an "
20475 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
20476 msgstr ""
20477
20478 #. type: verbatim
20479 #: ../fish/guestfish.pod:628
20480 #, no-wrap
20481 msgid ""
20482 " 1234      decimal number 1234\n"
20483 " 02322     octal number, equivalent to decimal 1234\n"
20484 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
20485 "\n"
20486 msgstr ""
20487
20488 #. type: textblock
20489 #: ../fish/guestfish.pod:632
20490 msgid ""
20491 "When using the C<chmod> command, you almost always want to specify an octal "
20492 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
20493 "L<chmod(1)> program):"
20494 msgstr ""
20495
20496 #. type: verbatim
20497 #: ../fish/guestfish.pod:636
20498 #, no-wrap
20499 msgid ""
20500 " chmod 0777 /public  # OK\n"
20501 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
20502 "\n"
20503 msgstr ""
20504
20505 #. type: textblock
20506 #: ../fish/guestfish.pod:639
20507 msgid ""
20508 "Commands that return numbers usually print them in decimal, but some "
20509 "commands print numbers in other radices (eg. C<umask> prints the mode in "
20510 "octal, preceeded by C<0>)."
20511 msgstr ""
20512
20513 #. type: =head1
20514 #: ../fish/guestfish.pod:643
20515 msgid "WILDCARDS AND GLOBBING"
20516 msgstr ""
20517
20518 #. type: textblock
20519 #: ../fish/guestfish.pod:645
20520 msgid ""
20521 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
20522 "(globbing) by default.  So for example the following will not do what you "
20523 "expect:"
20524 msgstr ""
20525
20526 #. type: verbatim
20527 #: ../fish/guestfish.pod:649
20528 #, no-wrap
20529 msgid ""
20530 " rm-rf /home/*\n"
20531 "\n"
20532 msgstr ""
20533
20534 #. type: textblock
20535 #: ../fish/guestfish.pod:651
20536 msgid ""
20537 "Assuming you don't have a directory called literally C</home/*> then the "
20538 "above command will return an error."
20539 msgstr ""
20540
20541 #. type: textblock
20542 #: ../fish/guestfish.pod:654
20543 msgid "To perform wildcard expansion, use the C<glob> command."
20544 msgstr ""
20545
20546 #. type: verbatim
20547 #: ../fish/guestfish.pod:656
20548 #, no-wrap
20549 msgid ""
20550 " glob rm-rf /home/*\n"
20551 "\n"
20552 msgstr ""
20553
20554 #. type: textblock
20555 #: ../fish/guestfish.pod:658
20556 msgid ""
20557 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
20558 "many times), equivalent to:"
20559 msgstr ""
20560
20561 #. type: verbatim
20562 #: ../fish/guestfish.pod:661
20563 #, no-wrap
20564 msgid ""
20565 " rm-rf /home/jim\n"
20566 " rm-rf /home/joe\n"
20567 " rm-rf /home/mary\n"
20568 "\n"
20569 msgstr ""
20570
20571 #. type: textblock
20572 #: ../fish/guestfish.pod:665
20573 msgid "C<glob> only works on simple guest paths and not on device names."
20574 msgstr ""
20575
20576 #. type: textblock
20577 #: ../fish/guestfish.pod:667
20578 msgid ""
20579 "If you have several parameters, each containing a wildcard, then glob will "
20580 "perform a Cartesian product."
20581 msgstr ""
20582
20583 #. type: =head1
20584 #: ../fish/guestfish.pod:670
20585 msgid "COMMENTS"
20586 msgstr ""
20587
20588 #. type: textblock
20589 #: ../fish/guestfish.pod:672
20590 msgid ""
20591 "Any line which starts with a I<#> character is treated as a comment and "
20592 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20593 "a command.  For example:"
20594 msgstr ""
20595
20596 #. type: verbatim
20597 #: ../fish/guestfish.pod:676
20598 #, no-wrap
20599 msgid ""
20600 " # this is a comment\n"
20601 "         # this is a comment\n"
20602 " foo # NOT a comment\n"
20603 "\n"
20604 msgstr ""
20605
20606 #. type: textblock
20607 #: ../fish/guestfish.pod:680
20608 msgid "Blank lines are also ignored."
20609 msgstr ""
20610
20611 #. type: =head1
20612 #: ../fish/guestfish.pod:682
20613 msgid "RUNNING COMMANDS LOCALLY"
20614 msgstr ""
20615
20616 #. type: textblock
20617 #: ../fish/guestfish.pod:684
20618 msgid ""
20619 "Any line which starts with a I<!> character is treated as a command sent to "
20620 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20621 msgstr ""
20622
20623 #. type: verbatim
20624 #: ../fish/guestfish.pod:688
20625 #, no-wrap
20626 msgid ""
20627 " !mkdir local\n"
20628 " tgz-out /remote local/remote-data.tar.gz\n"
20629 "\n"
20630 msgstr ""
20631
20632 #. type: textblock
20633 #: ../fish/guestfish.pod:691
20634 msgid ""
20635 "will create a directory C<local> on the host, and then export the contents "
20636 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20637 "(See C<tgz-out>)."
20638 msgstr ""
20639
20640 #. type: textblock
20641 #: ../fish/guestfish.pod:695
20642 msgid ""
20643 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20644 "effect, due to the way that subprocesses work in Unix."
20645 msgstr ""
20646
20647 #. type: =head2
20648 #: ../fish/guestfish.pod:698
20649 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20650 msgstr ""
20651
20652 #. type: textblock
20653 #: ../fish/guestfish.pod:700
20654 msgid ""
20655 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20656 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20657 "and executed as guestfish commands."
20658 msgstr ""
20659
20660 #. type: textblock
20661 #: ../fish/guestfish.pod:704
20662 msgid ""
20663 "Thus you can use shell script to construct arbitrary guestfish commands "
20664 "which are then parsed by guestfish."
20665 msgstr ""
20666
20667 #. type: textblock
20668 #: ../fish/guestfish.pod:707
20669 msgid ""
20670 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20671 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20672 "if we use a shell script to create the guestfish commands for us:"
20673 msgstr ""
20674
20675 #. type: verbatim
20676 #: ../fish/guestfish.pod:712
20677 #, no-wrap
20678 msgid ""
20679 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20680 "\n"
20681 msgstr ""
20682
20683 #. type: textblock
20684 #: ../fish/guestfish.pod:714
20685 msgid "or with names like C</foo.001>:"
20686 msgstr ""
20687
20688 #. type: verbatim
20689 #: ../fish/guestfish.pod:716
20690 #, no-wrap
20691 msgid ""
20692 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20693 "\n"
20694 msgstr ""
20695
20696 #. type: textblock
20697 #: ../fish/guestfish.pod:718
20698 msgid ""
20699 "When using guestfish interactively it can be helpful to just run the shell "
20700 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20701 "ordinary I<!> local command), see what guestfish commands it would run, and "
20702 "when you are happy with those prepend the C<E<lt>> character to run the "
20703 "guestfish commands for real."
20704 msgstr ""
20705
20706 #. type: =head1
20707 #: ../fish/guestfish.pod:724
20708 msgid "PIPES"
20709 msgstr ""
20710
20711 #. type: textblock
20712 #: ../fish/guestfish.pod:726
20713 msgid ""
20714 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20715 "command (a guestfish command) to the second command (any host command).  For "
20716 "example:"
20717 msgstr ""
20718
20719 #. type: verbatim
20720 #: ../fish/guestfish.pod:730
20721 #, no-wrap
20722 msgid ""
20723 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20724 "\n"
20725 msgstr ""
20726
20727 #. type: textblock
20728 #: ../fish/guestfish.pod:732
20729 msgid ""
20730 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20731 "program).  The above command would list all accounts in the guest filesystem "
20732 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20733 msgstr ""
20734
20735 #. type: verbatim
20736 #: ../fish/guestfish.pod:737
20737 #, no-wrap
20738 msgid ""
20739 " hexdump /bin/ls | head\n"
20740 " list-devices | tail -1\n"
20741 " tgz-out / - | tar ztf -\n"
20742 "\n"
20743 msgstr ""
20744
20745 #. type: textblock
20746 #: ../fish/guestfish.pod:741
20747 msgid ""
20748 "The space before the pipe symbol is required, any space after the pipe "
20749 "symbol is optional.  Everything after the pipe symbol is just passed "
20750 "straight to the host shell, so it can contain redirections, globs and "
20751 "anything else that makes sense on the host side."
20752 msgstr ""
20753
20754 #. type: textblock
20755 #: ../fish/guestfish.pod:746
20756 msgid ""
20757 "To use a literal argument which begins with a pipe symbol, you have to quote "
20758 "it, eg:"
20759 msgstr ""
20760
20761 #. type: verbatim
20762 #: ../fish/guestfish.pod:749
20763 #, no-wrap
20764 msgid ""
20765 " echo \"|\"\n"
20766 "\n"
20767 msgstr ""
20768
20769 #. type: =head1
20770 #: ../fish/guestfish.pod:751
20771 msgid "HOME DIRECTORIES"
20772 msgstr ""
20773
20774 #. type: textblock
20775 #: ../fish/guestfish.pod:753
20776 msgid ""
20777 "If a parameter starts with the character C<~> then the tilde may be expanded "
20778 "as a home directory path (either C<~> for the current user's home directory, "
20779 "or C<~user> for another user)."
20780 msgstr ""
20781
20782 #. type: textblock
20783 #: ../fish/guestfish.pod:757
20784 msgid ""
20785 "Note that home directory expansion happens for users known I<on the host>, "
20786 "not in the guest filesystem."
20787 msgstr ""
20788
20789 #. type: textblock
20790 #: ../fish/guestfish.pod:760
20791 msgid ""
20792 "To use a literal argument which begins with a tilde, you have to quote it, "
20793 "eg:"
20794 msgstr ""
20795
20796 #. type: verbatim
20797 #: ../fish/guestfish.pod:763
20798 #, no-wrap
20799 msgid ""
20800 " echo \"~\"\n"
20801 "\n"
20802 msgstr ""
20803
20804 #. type: textblock
20805 #: ../fish/guestfish.pod:767
20806 msgid ""
20807 "Libguestfs has some support for Linux guests encrypted according to the "
20808 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
20809 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
20810 "LUKS is supported."
20811 msgstr ""
20812
20813 #. type: textblock
20814 #: ../fish/guestfish.pod:772
20815 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
20816 msgstr ""
20817
20818 #. type: verbatim
20819 #: ../fish/guestfish.pod:774
20820 #, no-wrap
20821 msgid ""
20822 " ><fs> vfs-type /dev/sda2\n"
20823 " crypto_LUKS\n"
20824 "\n"
20825 msgstr ""
20826
20827 #. type: textblock
20828 #: ../fish/guestfish.pod:777
20829 msgid ""
20830 "Then open those devices using L</luks-open>.  This creates a device-mapper "
20831 "device called C</dev/mapper/luksdev>."
20832 msgstr ""
20833
20834 #. type: verbatim
20835 #: ../fish/guestfish.pod:780
20836 #, no-wrap
20837 msgid ""
20838 " ><fs> luks-open /dev/sda2 luksdev\n"
20839 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
20840 "\n"
20841 msgstr ""
20842
20843 #. type: textblock
20844 #: ../fish/guestfish.pod:783
20845 msgid ""
20846 "Finally you have to tell LVM to scan for volume groups on the newly created "
20847 "mapper device:"
20848 msgstr ""
20849
20850 #. type: verbatim
20851 #: ../fish/guestfish.pod:786
20852 #, no-wrap
20853 msgid ""
20854 " vgscan\n"
20855 " vg-activate-all true\n"
20856 "\n"
20857 msgstr ""
20858
20859 #. type: textblock
20860 #: ../fish/guestfish.pod:789
20861 msgid "The logical volume(s) can now be mounted in the usual way."
20862 msgstr ""
20863
20864 #. type: textblock
20865 #: ../fish/guestfish.pod:791
20866 msgid ""
20867 "Before closing a LUKS device you must unmount any logical volumes on it and "
20868 "deactivate the volume groups by calling C<vg-activate false VG> on each "
20869 "one.  Then you can close the mapper device:"
20870 msgstr ""
20871
20872 #. type: verbatim
20873 #: ../fish/guestfish.pod:795
20874 #, no-wrap
20875 msgid ""
20876 " vg-activate false /dev/VG\n"
20877 " luks-close /dev/mapper/luksdev\n"
20878 "\n"
20879 msgstr ""
20880
20881 #. type: =head1
20882 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
20883 msgid "WINDOWS PATHS"
20884 msgstr ""
20885
20886 #. type: textblock
20887 #: ../fish/guestfish.pod:800
20888 msgid ""
20889 "If a path is prefixed with C<win:> then you can use Windows-style paths "
20890 "(with some limitations).  The following commands are equivalent:"
20891 msgstr ""
20892
20893 #. type: verbatim
20894 #: ../fish/guestfish.pod:803
20895 #, no-wrap
20896 msgid ""
20897 " file /WINDOWS/system32/config/system.LOG\n"
20898 "\n"
20899 msgstr ""
20900
20901 #. type: verbatim
20902 #: ../fish/guestfish.pod:805
20903 #, no-wrap
20904 msgid ""
20905 " file win:/windows/system32/config/system.log\n"
20906 "\n"
20907 msgstr ""
20908
20909 #. type: verbatim
20910 #: ../fish/guestfish.pod:807
20911 #, no-wrap
20912 msgid ""
20913 " file win:\\windows\\system32\\config\\system.log\n"
20914 "\n"
20915 msgstr ""
20916
20917 #. type: verbatim
20918 #: ../fish/guestfish.pod:809
20919 #, no-wrap
20920 msgid ""
20921 " file WIN:C:\\Windows\\SYSTEM32\\conFIG\\SYSTEM.LOG\n"
20922 "\n"
20923 msgstr ""
20924
20925 #. type: textblock
20926 #: ../fish/guestfish.pod:811
20927 msgid ""
20928 "This syntax implicitly calls C<case-sensitive-path> (q.v.) so it also "
20929 "handles case insensitivity like Windows would.  This only works in argument "
20930 "positions that expect a path."
20931 msgstr ""
20932
20933 #. type: =head1
20934 #: ../fish/guestfish.pod:815
20935 msgid "UPLOADING AND DOWNLOADING FILES"
20936 msgstr ""
20937
20938 #. type: textblock
20939 #: ../fish/guestfish.pod:817
20940 msgid ""
20941 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
20942 "others which upload from or download to a local file, you can use the "
20943 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
20944 msgstr ""
20945
20946 #. type: verbatim
20947 #: ../fish/guestfish.pod:821
20948 #, no-wrap
20949 msgid ""
20950 " upload - /foo\n"
20951 "\n"
20952 msgstr ""
20953
20954 #. type: textblock
20955 #: ../fish/guestfish.pod:823
20956 msgid ""
20957 "reads stdin and creates from that a file C</foo> in the disk image, and:"
20958 msgstr ""
20959
20960 #. type: verbatim
20961 #: ../fish/guestfish.pod:826
20962 #, no-wrap
20963 msgid ""
20964 " tar-out /etc - | tar tf -\n"
20965 "\n"
20966 msgstr ""
20967
20968 #. type: textblock
20969 #: ../fish/guestfish.pod:828
20970 msgid ""
20971 "writes the tarball to stdout and then pipes that into the external \"tar\" "
20972 "command (see L</PIPES>)."
20973 msgstr ""
20974
20975 #. type: textblock
20976 #: ../fish/guestfish.pod:831
20977 msgid ""
20978 "When using C<-> to read from stdin, the input is read up to the end of "
20979 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
20980 "some arbitrary end marker:"
20981 msgstr ""
20982
20983 #. type: verbatim
20984 #: ../fish/guestfish.pod:835
20985 #, no-wrap
20986 msgid ""
20987 " upload -<<END /foo\n"
20988 " input line 1\n"
20989 " input line 2\n"
20990 " input line 3\n"
20991 " END\n"
20992 "\n"
20993 msgstr ""
20994
20995 #. type: textblock
20996 #: ../fish/guestfish.pod:841
20997 msgid ""
20998 "Any string of characters can be used instead of C<END>.  The end marker must "
20999 "appear on a line of its own, without any preceeding or following characters "
21000 "(not even spaces)."
21001 msgstr ""
21002
21003 #. type: textblock
21004 #: ../fish/guestfish.pod:845
21005 msgid ""
21006 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
21007 "upload local files (so-called \"FileIn\" parameters in the generator)."
21008 msgstr ""
21009
21010 #. type: =head1
21011 #: ../fish/guestfish.pod:848
21012 msgid "EXIT ON ERROR BEHAVIOUR"
21013 msgstr ""
21014
21015 #. type: textblock
21016 #: ../fish/guestfish.pod:850
21017 msgid ""
21018 "By default, guestfish will ignore any errors when in interactive mode (ie. "
21019 "taking commands from a human over a tty), and will exit on the first error "
21020 "in non-interactive mode (scripts, commands given on the command line)."
21021 msgstr ""
21022
21023 #. type: textblock
21024 #: ../fish/guestfish.pod:855
21025 msgid ""
21026 "If you prefix a command with a I<-> character, then that command will not "
21027 "cause guestfish to exit, even if that (one) command returns an error."
21028 msgstr ""
21029
21030 #. type: =head1
21031 #: ../fish/guestfish.pod:859
21032 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
21033 msgstr ""
21034
21035 #. type: textblock
21036 #: ../fish/guestfish.pod:861
21037 msgid ""
21038 "Guestfish can be remote-controlled over a socket.  This is useful "
21039 "particularly in shell scripts where you want to make several different "
21040 "changes to a filesystem, but you don't want the overhead of starting up a "
21041 "guestfish process each time."
21042 msgstr ""
21043
21044 #. type: textblock
21045 #: ../fish/guestfish.pod:866
21046 msgid "Start a guestfish server process using:"
21047 msgstr ""
21048
21049 #. type: verbatim
21050 #: ../fish/guestfish.pod:868
21051 #, no-wrap
21052 msgid ""
21053 " eval \"`guestfish --listen`\"\n"
21054 "\n"
21055 msgstr ""
21056
21057 #. type: textblock
21058 #: ../fish/guestfish.pod:870
21059 msgid "and then send it commands by doing:"
21060 msgstr ""
21061
21062 #. type: verbatim
21063 #: ../fish/guestfish.pod:872
21064 #, no-wrap
21065 msgid ""
21066 " guestfish --remote cmd [...]\n"
21067 "\n"
21068 msgstr ""
21069
21070 #. type: textblock
21071 #: ../fish/guestfish.pod:874
21072 msgid "To cause the server to exit, send it the exit command:"
21073 msgstr ""
21074
21075 #. type: verbatim
21076 #: ../fish/guestfish.pod:876
21077 #, no-wrap
21078 msgid ""
21079 " guestfish --remote exit\n"
21080 "\n"
21081 msgstr ""
21082
21083 #. type: textblock
21084 #: ../fish/guestfish.pod:878
21085 msgid ""
21086 "Note that the server will normally exit if there is an error in a command.  "
21087 "You can change this in the usual way.  See section L</EXIT ON ERROR "
21088 "BEHAVIOUR>."
21089 msgstr ""
21090
21091 #. type: =head2
21092 #: ../fish/guestfish.pod:882
21093 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
21094 msgstr ""
21095
21096 #. type: textblock
21097 #: ../fish/guestfish.pod:884
21098 msgid ""
21099 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
21100 "is how the I<--remote> option knows where to send the commands.  You can "
21101 "have several guestfish listener processes running using:"
21102 msgstr ""
21103
21104 #. type: verbatim
21105 #: ../fish/guestfish.pod:888
21106 #, no-wrap
21107 msgid ""
21108 " eval \"`guestfish --listen`\"\n"
21109 " pid1=$GUESTFISH_PID\n"
21110 " eval \"`guestfish --listen`\"\n"
21111 " pid2=$GUESTFISH_PID\n"
21112 " ...\n"
21113 " guestfish --remote=$pid1 cmd\n"
21114 " guestfish --remote=$pid2 cmd\n"
21115 "\n"
21116 msgstr ""
21117
21118 #. type: =head2
21119 #: ../fish/guestfish.pod:896
21120 msgid "REMOTE CONTROL AND CSH"
21121 msgstr ""
21122
21123 #. type: textblock
21124 #: ../fish/guestfish.pod:898
21125 msgid ""
21126 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
21127 "option:"
21128 msgstr ""
21129
21130 #. type: verbatim
21131 #: ../fish/guestfish.pod:901
21132 #, no-wrap
21133 msgid ""
21134 " eval \"`guestfish --listen --csh`\"\n"
21135 "\n"
21136 msgstr ""
21137
21138 #. type: =head2
21139 #: ../fish/guestfish.pod:903
21140 msgid "REMOTE CONTROL DETAILS"
21141 msgstr ""
21142
21143 #. type: textblock
21144 #: ../fish/guestfish.pod:905
21145 msgid ""
21146 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
21147 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
21148 "and C<$PID> is the process ID of the server."
21149 msgstr ""
21150
21151 #. type: textblock
21152 #: ../fish/guestfish.pod:909
21153 msgid "Guestfish client and server versions must match exactly."
21154 msgstr ""
21155
21156 #. type: =head1
21157 #: ../fish/guestfish.pod:911
21158 msgid "PREPARED DISK IMAGES"
21159 msgstr ""
21160
21161 #. type: textblock
21162 #: ../fish/guestfish.pod:913
21163 msgid ""
21164 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
21165 "preformatted disk images that guestfish can make for you to save typing.  "
21166 "This is particularly useful for testing purposes.  This option is used "
21167 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
21168 "can be mixed with I<-a>)."
21169 msgstr ""
21170
21171 #. type: textblock
21172 #: ../fish/guestfish.pod:919
21173 msgid ""
21174 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
21175 "the second and so on.  Existing files in the current directory are "
21176 "I<overwritten>."
21177 msgstr ""
21178
21179 #. type: textblock
21180 #: ../fish/guestfish.pod:923
21181 msgid ""
21182 "The type briefly describes how the disk should be sized, partitioned, how "
21183 "filesystem(s) should be created, and how content should be added.  "
21184 "Optionally the type can be followed by extra parameters, separated by C<:> "
21185 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
21186 "allocated disk, containing a single partition, with the partition formatted "
21187 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
21188 "disk instead."
21189 msgstr ""
21190
21191 #. type: textblock
21192 #: ../fish/guestfish.pod:931
21193 msgid "To list the available types and any extra parameters they take, run:"
21194 msgstr ""
21195
21196 #. type: textblock
21197 #: ../fish/guestfish.pod:935
21198 msgid ""
21199 "Note that the prepared filesystem is not mounted.  You would usually have to "
21200 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
21201 msgstr ""
21202
21203 #. type: textblock
21204 #: ../fish/guestfish.pod:939
21205 msgid ""
21206 "If any I<-N> or I<--new> options are given, the guest is automatically "
21207 "launched."
21208 msgstr ""
21209
21210 #. type: textblock
21211 #: ../fish/guestfish.pod:944
21212 msgid "Create a 100MB disk with an ext4-formatted partition:"
21213 msgstr ""
21214
21215 #. type: verbatim
21216 #: ../fish/guestfish.pod:946
21217 #, no-wrap
21218 msgid ""
21219 " guestfish -N fs:ext4\n"
21220 "\n"
21221 msgstr ""
21222
21223 #. type: textblock
21224 #: ../fish/guestfish.pod:948
21225 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
21226 msgstr ""
21227
21228 #. type: verbatim
21229 #: ../fish/guestfish.pod:950
21230 #, no-wrap
21231 msgid ""
21232 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
21233 "\n"
21234 msgstr ""
21235
21236 #. type: textblock
21237 #: ../fish/guestfish.pod:952
21238 msgid "Create a blank 200MB disk:"
21239 msgstr ""
21240
21241 #. type: verbatim
21242 #: ../fish/guestfish.pod:954
21243 #, no-wrap
21244 msgid ""
21245 " guestfish -N disk:200M\n"
21246 "\n"
21247 msgstr ""
21248
21249 #. type: =head1
21250 #: ../fish/guestfish.pod:956
21251 msgid "PROGRESS BARS"
21252 msgstr ""
21253
21254 #. type: textblock
21255 #: ../fish/guestfish.pod:958
21256 msgid ""
21257 "Some (not all) long-running commands send progress notification messages as "
21258 "they are running.  Guestfish turns these messages into progress bars."
21259 msgstr ""
21260
21261 #. type: textblock
21262 #: ../fish/guestfish.pod:962
21263 msgid ""
21264 "When a command that supports progress bars takes longer than two seconds to "
21265 "run, and if progress bars are enabled, then you will see one appearing below "
21266 "the command:"
21267 msgstr ""
21268
21269 #. type: verbatim
21270 #: ../fish/guestfish.pod:966
21271 #, no-wrap
21272 msgid ""
21273 " ><fs> copy-size /large-file /another-file 2048M\n"
21274 " / 10% [#####-----------------------------------------] 00:30\n"
21275 "\n"
21276 msgstr ""
21277
21278 #. type: textblock
21279 #: ../fish/guestfish.pod:969
21280 msgid ""
21281 "The spinner on the left hand side moves round once for every progress "
21282 "notification received from the backend.  This is a (reasonably) golden "
21283 "assurance that the command is \"doing something\" even if the progress bar "
21284 "is not moving, because the command is able to send the progress "
21285 "notifications.  When the bar reaches 100% and the command finishes, the "
21286 "spinner disappears."
21287 msgstr ""
21288
21289 #. type: textblock
21290 #: ../fish/guestfish.pod:976
21291 msgid ""
21292 "Progress bars are enabled by default when guestfish is used interactively.  "
21293 "You can enable them even for non-interactive modes using I<--progress-bars>, "
21294 "and you can disable them completely using I<--no-progress-bars>."
21295 msgstr ""
21296
21297 #. type: =head1
21298 #: ../fish/guestfish.pod:981
21299 msgid "GUESTFISH COMMANDS"
21300 msgstr ""
21301
21302 #. type: textblock
21303 #: ../fish/guestfish.pod:983
21304 msgid ""
21305 "The commands in this section are guestfish convenience commands, in other "
21306 "words, they are not part of the L<guestfs(3)> API."
21307 msgstr ""
21308
21309 #. type: =head2
21310 #: ../fish/guestfish.pod:986
21311 msgid "help"
21312 msgstr ""
21313
21314 #. type: verbatim
21315 #: ../fish/guestfish.pod:988
21316 #, no-wrap
21317 msgid ""
21318 " help\n"
21319 " help cmd\n"
21320 "\n"
21321 msgstr ""
21322
21323 #. type: textblock
21324 #: ../fish/guestfish.pod:991
21325 msgid "Without any parameter, this provides general help."
21326 msgstr ""
21327
21328 #. type: textblock
21329 #: ../fish/guestfish.pod:993
21330 msgid "With a C<cmd> parameter, this displays detailed help for that command."
21331 msgstr ""
21332
21333 #. type: =head2
21334 #: ../fish/guestfish.pod:995
21335 msgid "quit | exit"
21336 msgstr ""
21337
21338 #. type: textblock
21339 #: ../fish/guestfish.pod:997
21340 msgid "This exits guestfish.  You can also use C<^D> key."
21341 msgstr ""
21342
21343 #. type: textblock
21344 #: ../fish/guestfish.pod:999
21345 msgid "@FISH_COMMANDS@"
21346 msgstr ""
21347
21348 #. type: =head1
21349 #: ../fish/guestfish.pod:1001
21350 msgid "COMMANDS"
21351 msgstr ""
21352
21353 #. type: =head1
21354 #: ../fish/guestfish.pod:1005 ../test-tool/libguestfs-test-tool.pod:83
21355 msgid "EXIT CODE"
21356 msgstr ""
21357
21358 #. type: textblock
21359 #: ../fish/guestfish.pod:1007
21360 msgid ""
21361 "guestfish returns 0 if the commands completed without error, or 1 if there "
21362 "was an error."
21363 msgstr ""
21364
21365 #. type: =item
21366 #: ../fish/guestfish.pod:1014
21367 msgid "EDITOR"
21368 msgstr ""
21369
21370 #. type: textblock
21371 #: ../fish/guestfish.pod:1016
21372 msgid ""
21373 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
21374 "C<vi>."
21375 msgstr ""
21376
21377 #. type: =item
21378 #: ../fish/guestfish.pod:1019
21379 msgid "GUESTFISH_PID"
21380 msgstr ""
21381
21382 #. type: textblock
21383 #: ../fish/guestfish.pod:1021
21384 msgid ""
21385 "Used with the I<--remote> option to specify the remote guestfish process to "
21386 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
21387 msgstr ""
21388
21389 #. type: =item
21390 #: ../fish/guestfish.pod:1025
21391 msgid "HEXEDITOR"
21392 msgstr ""
21393
21394 #. type: textblock
21395 #: ../fish/guestfish.pod:1027
21396 msgid ""
21397 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
21398 "not specified, the external L<hexedit(1)> program is used."
21399 msgstr ""
21400
21401 #. type: =item
21402 #: ../fish/guestfish.pod:1031
21403 msgid "HOME"
21404 msgstr ""
21405
21406 #. type: textblock
21407 #: ../fish/guestfish.pod:1033
21408 msgid ""
21409 "If compiled with GNU readline support, various files in the home directory "
21410 "can be used.  See L</FILES>."
21411 msgstr ""
21412
21413 #. type: textblock
21414 #: ../fish/guestfish.pod:1042
21415 msgid ""
21416 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
21417 "effect as using the B<-v> option."
21418 msgstr ""
21419
21420 #. type: textblock
21421 #: ../fish/guestfish.pod:1054
21422 msgid ""
21423 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
21424 "the discussion of paths in L<guestfs(3)>."
21425 msgstr ""
21426
21427 #. type: textblock
21428 #: ../fish/guestfish.pod:1065
21429 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
21430 msgstr ""
21431
21432 #. type: =item
21433 #: ../fish/guestfish.pod:1067
21434 msgid "PAGER"
21435 msgstr ""
21436
21437 #. type: textblock
21438 #: ../fish/guestfish.pod:1069
21439 msgid ""
21440 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
21441 "C<more>."
21442 msgstr ""
21443
21444 #. type: =head1
21445 #: ../fish/guestfish.pod:1085 ../test-tool/libguestfs-test-tool.pod:88
21446 #: ../fuse/guestmount.pod:252
21447 msgid "FILES"
21448 msgstr ""
21449
21450 #. type: =item
21451 #: ../fish/guestfish.pod:1089 ../fuse/guestmount.pod:256
21452 msgid "$HOME/.libguestfs-tools.rc"
21453 msgstr ""
21454
21455 #. type: =item
21456 #: ../fish/guestfish.pod:1091 ../fuse/guestmount.pod:258
21457 msgid "/etc/libguestfs-tools.conf"
21458 msgstr ""
21459
21460 #. type: textblock
21461 #: ../fish/guestfish.pod:1093 ../fuse/guestmount.pod:260
21462 msgid ""
21463 "This configuration file controls the default read-only or read-write mode "
21464 "(I<--ro> or I<--rw>)."
21465 msgstr ""
21466
21467 #. type: textblock
21468 #: ../fish/guestfish.pod:1096
21469 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
21470 msgstr ""
21471
21472 #. type: =item
21473 #: ../fish/guestfish.pod:1098
21474 msgid "$HOME/.guestfish"
21475 msgstr ""
21476
21477 #. type: textblock
21478 #: ../fish/guestfish.pod:1100
21479 msgid ""
21480 "If compiled with GNU readline support, then the command history is saved in "
21481 "this file."
21482 msgstr ""
21483
21484 #. type: =item
21485 #: ../fish/guestfish.pod:1103
21486 msgid "$HOME/.inputrc"
21487 msgstr ""
21488
21489 #. type: =item
21490 #: ../fish/guestfish.pod:1105
21491 msgid "/etc/inputrc"
21492 msgstr ""
21493
21494 #. type: textblock
21495 #: ../fish/guestfish.pod:1107
21496 msgid ""
21497 "If compiled with GNU readline support, then these files can be used to "
21498 "configure readline.  For further information, please see L<readline(3)/"
21499 "INITIALIZATION FILE>."
21500 msgstr ""
21501
21502 #. type: textblock
21503 #: ../fish/guestfish.pod:1111
21504 msgid "To write rules which only apply to guestfish, use:"
21505 msgstr ""
21506
21507 #. type: verbatim
21508 #: ../fish/guestfish.pod:1113
21509 #, no-wrap
21510 msgid ""
21511 " $if guestfish\n"
21512 " ...\n"
21513 " $endif\n"
21514 "\n"
21515 msgstr ""
21516
21517 #. type: textblock
21518 #: ../fish/guestfish.pod:1117
21519 msgid ""
21520 "Variables that you can set in inputrc that change the behaviour of guestfish "
21521 "in useful ways include:"
21522 msgstr ""
21523
21524 #. type: =item
21525 #: ../fish/guestfish.pod:1122
21526 msgid "completion-ignore-case (default: on)"
21527 msgstr ""
21528
21529 #. type: textblock
21530 #: ../fish/guestfish.pod:1124
21531 msgid ""
21532 "By default, guestfish will ignore case when tab-completing paths on the "
21533 "disk.  Use:"
21534 msgstr ""
21535
21536 #. type: verbatim
21537 #: ../fish/guestfish.pod:1127
21538 #, no-wrap
21539 msgid ""
21540 " set completion-ignore-case off\n"
21541 "\n"
21542 msgstr ""
21543
21544 #. type: textblock
21545 #: ../fish/guestfish.pod:1129
21546 msgid "to make guestfish case sensitive."
21547 msgstr ""
21548
21549 #. type: =item
21550 #: ../fish/guestfish.pod:1133
21551 msgid "test1.img"
21552 msgstr ""
21553
21554 #. type: =item
21555 #: ../fish/guestfish.pod:1135
21556 msgid "test2.img (etc)"
21557 msgstr ""
21558
21559 #. type: textblock
21560 #: ../fish/guestfish.pod:1137
21561 msgid ""
21562 "When using the C<-N> or C<--new> option, the prepared disk or filesystem "
21563 "will be created in the file C<test1.img> in the current directory.  The "
21564 "second use of C<-N> will use C<test2.img> and so on.  Any existing file with "
21565 "the same name will be overwritten."
21566 msgstr ""
21567
21568 #. type: textblock
21569 #: ../fish/guestfish.pod:1146
21570 msgid ""
21571 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
21572 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
21573 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
21574 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
21575 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
21576 ">, L<hexedit(1)>."
21577 msgstr ""
21578
21579 #. type: textblock
21580 #: ../fish/guestfish.pod:1176 ../test-tool/libguestfs-test-tool.pod:124
21581 #: ../fuse/guestmount.pod:287 ../tools/virt-edit.pl:518
21582 #: ../tools/virt-win-reg.pl:606 ../tools/virt-resize.pl:1518
21583 #: ../tools/virt-list-filesystems.pl:210 ../tools/virt-tar.pl:309
21584 #: ../tools/virt-make-fs.pl:572 ../tools/virt-list-partitions.pl:277
21585 msgid ""
21586 "This program is free software; you can redistribute it and/or modify it "
21587 "under the terms of the GNU General Public License as published by the Free "
21588 "Software Foundation; either version 2 of the License, or (at your option) "
21589 "any later version."
21590 msgstr ""
21591
21592 #. type: textblock
21593 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:129
21594 #: ../fuse/guestmount.pod:292 ../tools/virt-edit.pl:523
21595 #: ../tools/virt-win-reg.pl:611 ../tools/virt-resize.pl:1523
21596 #: ../tools/virt-list-filesystems.pl:215 ../tools/virt-tar.pl:314
21597 #: ../tools/virt-make-fs.pl:577 ../tools/virt-list-partitions.pl:282
21598 msgid ""
21599 "This program is distributed in the hope that it will be useful, but WITHOUT "
21600 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21601 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21602 "more details."
21603 msgstr ""
21604
21605 #. type: textblock
21606 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:134
21607 #: ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:528
21608 #: ../tools/virt-win-reg.pl:616 ../tools/virt-resize.pl:1528
21609 #: ../tools/virt-list-filesystems.pl:220 ../tools/virt-tar.pl:319
21610 #: ../tools/virt-make-fs.pl:582 ../tools/virt-list-partitions.pl:287
21611 msgid ""
21612 "You should have received a copy of the GNU General Public License along with "
21613 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21614 "Ave, Cambridge, MA 02139, USA."
21615 msgstr ""
21616
21617 #. type: =head2
21618 #: ../fish/guestfish-actions.pod:1
21619 msgid "add-cdrom"
21620 msgstr ""
21621
21622 #. type: verbatim
21623 #: ../fish/guestfish-actions.pod:3
21624 #, no-wrap
21625 msgid ""
21626 " add-cdrom filename\n"
21627 "\n"
21628 msgstr ""
21629
21630 #. type: textblock
21631 #: ../fish/guestfish-actions.pod:15
21632 msgid ""
21633 "This call checks for the existence of C<filename>.  This stops you from "
21634 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21635 "and C<http:> URLs.  To specify those, use the general L</config> call "
21636 "instead."
21637 msgstr ""
21638
21639 #. type: textblock
21640 #: ../fish/guestfish-actions.pod:22
21641 msgid ""
21642 "If you just want to add an ISO file (often you use this as an efficient way "
21643 "to transfer large files into the guest), then you should probably use L</add-"
21644 "drive-ro> instead."
21645 msgstr ""
21646
21647 #. type: =head2
21648 #: ../fish/guestfish-actions.pod:35
21649 msgid "add-domain"
21650 msgstr ""
21651
21652 #. type: =head2
21653 #: ../fish/guestfish-actions.pod:37
21654 msgid "domain"
21655 msgstr ""
21656
21657 #. type: verbatim
21658 #: ../fish/guestfish-actions.pod:39
21659 #, no-wrap
21660 msgid ""
21661 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21662 "\n"
21663 msgstr ""
21664
21665 #. type: textblock
21666 #: ../fish/guestfish-actions.pod:41
21667 msgid ""
21668 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21669 "It works by connecting to libvirt, requesting the domain and domain XML from "
21670 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21671 msgstr ""
21672
21673 #. type: textblock
21674 #: ../fish/guestfish-actions.pod:71
21675 msgid ""
21676 "The other optional parameters are passed directly through to L</add-drive-"
21677 "opts>."
21678 msgstr ""
21679
21680 #. type: textblock
21681 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138
21682 #: ../fish/guestfish-actions.pod:3039
21683 msgid ""
21684 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
21685 msgstr ""
21686
21687 #. type: =head2
21688 #: ../fish/guestfish-actions.pod:76
21689 msgid "add-drive"
21690 msgstr ""
21691
21692 #. type: verbatim
21693 #: ../fish/guestfish-actions.pod:78
21694 #, no-wrap
21695 msgid ""
21696 " add-drive filename\n"
21697 "\n"
21698 msgstr ""
21699
21700 #. type: textblock
21701 #: ../fish/guestfish-actions.pod:80
21702 msgid ""
21703 "This function is the equivalent of calling L</add-drive-opts> with no "
21704 "optional parameters, so the disk is added writable, with the format being "
21705 "detected automatically."
21706 msgstr ""
21707
21708 #. type: textblock
21709 #: ../fish/guestfish-actions.pod:84
21710 msgid ""
21711 "Automatic detection of the format opens you up to a potential security hole "
21712 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21713 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21714 "you should think about replacing calls to this function with calls to L</add-"
21715 "drive-opts>, and specifying the format."
21716 msgstr ""
21717
21718 #. type: =head2
21719 #: ../fish/guestfish-actions.pod:91
21720 msgid "add-drive-opts"
21721 msgstr ""
21722
21723 #. type: =head2
21724 #: ../fish/guestfish-actions.pod:93
21725 msgid "add"
21726 msgstr ""
21727
21728 #. type: verbatim
21729 #: ../fish/guestfish-actions.pod:95
21730 #, no-wrap
21731 msgid ""
21732 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21733 "\n"
21734 msgstr ""
21735
21736 #. type: textblock
21737 #: ../fish/guestfish-actions.pod:122
21738 msgid ""
21739 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
21740 "add-drive-ro>) then the format is automatically detected.  Possible formats "
21741 "include C<raw> and C<qcow2>."
21742 msgstr ""
21743
21744 #. type: textblock
21745 #: ../fish/guestfish-actions.pod:133
21746 msgid ""
21747 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
21748 "add-drive-with-if> call (q.v.)"
21749 msgstr ""
21750
21751 #. type: =head2
21752 #: ../fish/guestfish-actions.pod:140
21753 msgid "add-drive-ro"
21754 msgstr ""
21755
21756 #. type: =head2
21757 #: ../fish/guestfish-actions.pod:142
21758 msgid "add-ro"
21759 msgstr ""
21760
21761 #. type: verbatim
21762 #: ../fish/guestfish-actions.pod:144
21763 #, no-wrap
21764 msgid ""
21765 " add-drive-ro filename\n"
21766 "\n"
21767 msgstr ""
21768
21769 #. type: textblock
21770 #: ../fish/guestfish-actions.pod:146
21771 msgid ""
21772 "This function is the equivalent of calling L</add-drive-opts> with the "
21773 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21774 "is added read-only, with the format being detected automatically."
21775 msgstr ""
21776
21777 #. type: =head2
21778 #: ../fish/guestfish-actions.pod:151
21779 msgid "add-drive-ro-with-if"
21780 msgstr ""
21781
21782 #. type: verbatim
21783 #: ../fish/guestfish-actions.pod:153
21784 #, no-wrap
21785 msgid ""
21786 " add-drive-ro-with-if filename iface\n"
21787 "\n"
21788 msgstr ""
21789
21790 #. type: textblock
21791 #: ../fish/guestfish-actions.pod:155
21792 msgid ""
21793 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21794 "interface emulation to use at run time."
21795 msgstr ""
21796
21797 #. type: =head2
21798 #: ../fish/guestfish-actions.pod:165
21799 msgid "add-drive-with-if"
21800 msgstr ""
21801
21802 #. type: verbatim
21803 #: ../fish/guestfish-actions.pod:167
21804 #, no-wrap
21805 msgid ""
21806 " add-drive-with-if filename iface\n"
21807 "\n"
21808 msgstr ""
21809
21810 #. type: textblock
21811 #: ../fish/guestfish-actions.pod:169
21812 msgid ""
21813 "This is the same as L</add-drive> but it allows you to specify the QEMU "
21814 "interface emulation to use at run time."
21815 msgstr ""
21816
21817 #. type: =head2
21818 #: ../fish/guestfish-actions.pod:179
21819 msgid "aug-clear"
21820 msgstr ""
21821
21822 #. type: verbatim
21823 #: ../fish/guestfish-actions.pod:181
21824 #, no-wrap
21825 msgid ""
21826 " aug-clear augpath\n"
21827 "\n"
21828 msgstr ""
21829
21830 #. type: =head2
21831 #: ../fish/guestfish-actions.pod:186
21832 msgid "aug-close"
21833 msgstr ""
21834
21835 #. type: verbatim
21836 #: ../fish/guestfish-actions.pod:188
21837 #, no-wrap
21838 msgid ""
21839 " aug-close\n"
21840 "\n"
21841 msgstr ""
21842
21843 #. type: textblock
21844 #: ../fish/guestfish-actions.pod:190
21845 msgid ""
21846 "Close the current Augeas handle and free up any resources used by it.  After "
21847 "calling this, you have to call L</aug-init> again before you can use any "
21848 "other Augeas functions."
21849 msgstr ""
21850
21851 #. type: =head2
21852 #: ../fish/guestfish-actions.pod:195
21853 msgid "aug-defnode"
21854 msgstr ""
21855
21856 #. type: verbatim
21857 #: ../fish/guestfish-actions.pod:197
21858 #, no-wrap
21859 msgid ""
21860 " aug-defnode name expr val\n"
21861 "\n"
21862 msgstr ""
21863
21864 #. type: textblock
21865 #: ../fish/guestfish-actions.pod:202
21866 msgid ""
21867 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
21868 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
21869 "containing that single node."
21870 msgstr ""
21871
21872 #. type: =head2
21873 #: ../fish/guestfish-actions.pod:210
21874 msgid "aug-defvar"
21875 msgstr ""
21876
21877 #. type: verbatim
21878 #: ../fish/guestfish-actions.pod:212
21879 #, no-wrap
21880 msgid ""
21881 " aug-defvar name expr\n"
21882 "\n"
21883 msgstr ""
21884
21885 #. type: =head2
21886 #: ../fish/guestfish-actions.pod:221
21887 msgid "aug-get"
21888 msgstr ""
21889
21890 #. type: verbatim
21891 #: ../fish/guestfish-actions.pod:223
21892 #, no-wrap
21893 msgid ""
21894 " aug-get augpath\n"
21895 "\n"
21896 msgstr ""
21897
21898 #. type: =head2
21899 #: ../fish/guestfish-actions.pod:228
21900 msgid "aug-init"
21901 msgstr ""
21902
21903 #. type: verbatim
21904 #: ../fish/guestfish-actions.pod:230
21905 #, no-wrap
21906 msgid ""
21907 " aug-init root flags\n"
21908 "\n"
21909 msgstr ""
21910
21911 #. type: textblock
21912 #: ../fish/guestfish-actions.pod:236
21913 msgid "You must call this before using any other L</aug-*> commands."
21914 msgstr ""
21915
21916 #. type: textblock
21917 #: ../fish/guestfish-actions.pod:271
21918 msgid "Do not load the tree in L</aug-init>."
21919 msgstr ""
21920
21921 #. type: textblock
21922 #: ../fish/guestfish-actions.pod:275
21923 msgid "To close the handle, you can call L</aug-close>."
21924 msgstr ""
21925
21926 #. type: =head2
21927 #: ../fish/guestfish-actions.pod:279
21928 msgid "aug-insert"
21929 msgstr ""
21930
21931 #. type: verbatim
21932 #: ../fish/guestfish-actions.pod:281
21933 #, no-wrap
21934 msgid ""
21935 " aug-insert augpath label true|false\n"
21936 "\n"
21937 msgstr ""
21938
21939 #. type: =head2
21940 #: ../fish/guestfish-actions.pod:291
21941 msgid "aug-load"
21942 msgstr ""
21943
21944 #. type: verbatim
21945 #: ../fish/guestfish-actions.pod:293
21946 #, no-wrap
21947 msgid ""
21948 " aug-load\n"
21949 "\n"
21950 msgstr ""
21951
21952 #. type: =head2
21953 #: ../fish/guestfish-actions.pod:300
21954 msgid "aug-ls"
21955 msgstr ""
21956
21957 #. type: verbatim
21958 #: ../fish/guestfish-actions.pod:302
21959 #, no-wrap
21960 msgid ""
21961 " aug-ls augpath\n"
21962 "\n"
21963 msgstr ""
21964
21965 #. type: textblock
21966 #: ../fish/guestfish-actions.pod:304
21967 msgid ""
21968 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
21969 "resulting nodes into alphabetical order."
21970 msgstr ""
21971
21972 #. type: =head2
21973 #: ../fish/guestfish-actions.pod:307
21974 msgid "aug-match"
21975 msgstr ""
21976
21977 #. type: verbatim
21978 #: ../fish/guestfish-actions.pod:309
21979 #, no-wrap
21980 msgid ""
21981 " aug-match augpath\n"
21982 "\n"
21983 msgstr ""
21984
21985 #. type: =head2
21986 #: ../fish/guestfish-actions.pod:315
21987 msgid "aug-mv"
21988 msgstr ""
21989
21990 #. type: verbatim
21991 #: ../fish/guestfish-actions.pod:317
21992 #, no-wrap
21993 msgid ""
21994 " aug-mv src dest\n"
21995 "\n"
21996 msgstr ""
21997
21998 #. type: =head2
21999 #: ../fish/guestfish-actions.pod:322
22000 msgid "aug-rm"
22001 msgstr ""
22002
22003 #. type: verbatim
22004 #: ../fish/guestfish-actions.pod:324
22005 #, no-wrap
22006 msgid ""
22007 " aug-rm augpath\n"
22008 "\n"
22009 msgstr ""
22010
22011 #. type: =head2
22012 #: ../fish/guestfish-actions.pod:330
22013 msgid "aug-save"
22014 msgstr ""
22015
22016 #. type: verbatim
22017 #: ../fish/guestfish-actions.pod:332
22018 #, no-wrap
22019 msgid ""
22020 " aug-save\n"
22021 "\n"
22022 msgstr ""
22023
22024 #. type: textblock
22025 #: ../fish/guestfish-actions.pod:336
22026 msgid ""
22027 "The flags which were passed to L</aug-init> affect exactly how files are "
22028 "saved."
22029 msgstr ""
22030
22031 #. type: =head2
22032 #: ../fish/guestfish-actions.pod:339
22033 msgid "aug-set"
22034 msgstr ""
22035
22036 #. type: verbatim
22037 #: ../fish/guestfish-actions.pod:341
22038 #, no-wrap
22039 msgid ""
22040 " aug-set augpath val\n"
22041 "\n"
22042 msgstr ""
22043
22044 #. type: textblock
22045 #: ../fish/guestfish-actions.pod:345
22046 msgid ""
22047 "In the Augeas API, it is possible to clear a node by setting the value to "
22048 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
22049 "this call.  Instead you must use the L</aug-clear> call."
22050 msgstr ""
22051
22052 #. type: =head2
22053 #: ../fish/guestfish-actions.pod:350
22054 msgid "available"
22055 msgstr ""
22056
22057 #. type: verbatim
22058 #: ../fish/guestfish-actions.pod:352
22059 #, no-wrap
22060 msgid ""
22061 " available 'groups ...'\n"
22062 "\n"
22063 msgstr ""
22064
22065 #. type: textblock
22066 #: ../fish/guestfish-actions.pod:358
22067 msgid ""
22068 "The libguestfs groups, and the functions that those groups correspond to, "
22069 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
22070 "runtime by calling L</available-all-groups>."
22071 msgstr ""
22072
22073 #. type: textblock
22074 #: ../fish/guestfish-actions.pod:382
22075 msgid "You must call L</launch> before calling this function."
22076 msgstr ""
22077
22078 #. type: textblock
22079 #: ../fish/guestfish-actions.pod:404
22080 msgid ""
22081 "This call was added in version C<1.0.80>.  In previous versions of "
22082 "libguestfs all you could do would be to speculatively execute a command to "
22083 "find out if the daemon implemented it.  See also L</version>."
22084 msgstr ""
22085
22086 #. type: =head2
22087 #: ../fish/guestfish-actions.pod:411
22088 msgid "available-all-groups"
22089 msgstr ""
22090
22091 #. type: verbatim
22092 #: ../fish/guestfish-actions.pod:413
22093 #, no-wrap
22094 msgid ""
22095 " available-all-groups\n"
22096 "\n"
22097 msgstr ""
22098
22099 #. type: textblock
22100 #: ../fish/guestfish-actions.pod:415
22101 msgid ""
22102 "This command returns a list of all optional groups that this daemon knows "
22103 "about.  Note this returns both supported and unsupported groups.  To find "
22104 "out which ones the daemon can actually support you have to call L</"
22105 "available> on each member of the returned list."
22106 msgstr ""
22107
22108 #. type: textblock
22109 #: ../fish/guestfish-actions.pod:421
22110 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
22111 msgstr ""
22112
22113 #. type: =head2
22114 #: ../fish/guestfish-actions.pod:423
22115 msgid "base64-in"
22116 msgstr ""
22117
22118 #. type: verbatim
22119 #: ../fish/guestfish-actions.pod:425
22120 #, no-wrap
22121 msgid ""
22122 " base64-in (base64file|-) filename\n"
22123 "\n"
22124 msgstr ""
22125
22126 #. type: textblock
22127 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439
22128 #: ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832
22129 #: ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1228
22130 #: ../fish/guestfish-actions.pod:4437 ../fish/guestfish-actions.pod:4449
22131 #: ../fish/guestfish-actions.pod:4460 ../fish/guestfish-actions.pod:4471
22132 #: ../fish/guestfish-actions.pod:4523 ../fish/guestfish-actions.pod:4532
22133 #: ../fish/guestfish-actions.pod:4586 ../fish/guestfish-actions.pod:4609
22134 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
22135 msgstr ""
22136
22137 #. type: =head2
22138 #: ../fish/guestfish-actions.pod:432
22139 msgid "base64-out"
22140 msgstr ""
22141
22142 #. type: verbatim
22143 #: ../fish/guestfish-actions.pod:434
22144 #, no-wrap
22145 msgid ""
22146 " base64-out filename (base64file|-)\n"
22147 "\n"
22148 msgstr ""
22149
22150 #. type: =head2
22151 #: ../fish/guestfish-actions.pod:441
22152 msgid "blockdev-flushbufs"
22153 msgstr ""
22154
22155 #. type: verbatim
22156 #: ../fish/guestfish-actions.pod:443
22157 #, no-wrap
22158 msgid ""
22159 " blockdev-flushbufs device\n"
22160 "\n"
22161 msgstr ""
22162
22163 #. type: =head2
22164 #: ../fish/guestfish-actions.pod:450
22165 msgid "blockdev-getbsz"
22166 msgstr ""
22167
22168 #. type: verbatim
22169 #: ../fish/guestfish-actions.pod:452
22170 #, no-wrap
22171 msgid ""
22172 " blockdev-getbsz device\n"
22173 "\n"
22174 msgstr ""
22175
22176 #. type: =head2
22177 #: ../fish/guestfish-actions.pod:461
22178 msgid "blockdev-getro"
22179 msgstr ""
22180
22181 #. type: verbatim
22182 #: ../fish/guestfish-actions.pod:463
22183 #, no-wrap
22184 msgid ""
22185 " blockdev-getro device\n"
22186 "\n"
22187 msgstr ""
22188
22189 #. type: =head2
22190 #: ../fish/guestfish-actions.pod:470
22191 msgid "blockdev-getsize64"
22192 msgstr ""
22193
22194 #. type: verbatim
22195 #: ../fish/guestfish-actions.pod:472
22196 #, no-wrap
22197 msgid ""
22198 " blockdev-getsize64 device\n"
22199 "\n"
22200 msgstr ""
22201
22202 #. type: textblock
22203 #: ../fish/guestfish-actions.pod:476
22204 msgid "See also L</blockdev-getsz>."
22205 msgstr ""
22206
22207 #. type: =head2
22208 #: ../fish/guestfish-actions.pod:480
22209 msgid "blockdev-getss"
22210 msgstr ""
22211
22212 #. type: verbatim
22213 #: ../fish/guestfish-actions.pod:482
22214 #, no-wrap
22215 msgid ""
22216 " blockdev-getss device\n"
22217 "\n"
22218 msgstr ""
22219
22220 #. type: textblock
22221 #: ../fish/guestfish-actions.pod:487
22222 msgid ""
22223 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
22224 msgstr ""
22225
22226 #. type: =head2
22227 #: ../fish/guestfish-actions.pod:492
22228 msgid "blockdev-getsz"
22229 msgstr ""
22230
22231 #. type: verbatim
22232 #: ../fish/guestfish-actions.pod:494
22233 #, no-wrap
22234 msgid ""
22235 " blockdev-getsz device\n"
22236 "\n"
22237 msgstr ""
22238
22239 #. type: textblock
22240 #: ../fish/guestfish-actions.pod:499
22241 msgid ""
22242 "See also L</blockdev-getss> for the real sector size of the device, and L</"
22243 "blockdev-getsize64> for the more useful I<size in bytes>."
22244 msgstr ""
22245
22246 #. type: =head2
22247 #: ../fish/guestfish-actions.pod:505
22248 msgid "blockdev-rereadpt"
22249 msgstr ""
22250
22251 #. type: verbatim
22252 #: ../fish/guestfish-actions.pod:507
22253 #, no-wrap
22254 msgid ""
22255 " blockdev-rereadpt device\n"
22256 "\n"
22257 msgstr ""
22258
22259 #. type: =head2
22260 #: ../fish/guestfish-actions.pod:513
22261 msgid "blockdev-setbsz"
22262 msgstr ""
22263
22264 #. type: verbatim
22265 #: ../fish/guestfish-actions.pod:515
22266 #, no-wrap
22267 msgid ""
22268 " blockdev-setbsz device blocksize\n"
22269 "\n"
22270 msgstr ""
22271
22272 #. type: =head2
22273 #: ../fish/guestfish-actions.pod:524
22274 msgid "blockdev-setro"
22275 msgstr ""
22276
22277 #. type: verbatim
22278 #: ../fish/guestfish-actions.pod:526
22279 #, no-wrap
22280 msgid ""
22281 " blockdev-setro device\n"
22282 "\n"
22283 msgstr ""
22284
22285 #. type: =head2
22286 #: ../fish/guestfish-actions.pod:532
22287 msgid "blockdev-setrw"
22288 msgstr ""
22289
22290 #. type: verbatim
22291 #: ../fish/guestfish-actions.pod:534
22292 #, no-wrap
22293 msgid ""
22294 " blockdev-setrw device\n"
22295 "\n"
22296 msgstr ""
22297
22298 #. type: =head2
22299 #: ../fish/guestfish-actions.pod:540
22300 msgid "case-sensitive-path"
22301 msgstr ""
22302
22303 #. type: verbatim
22304 #: ../fish/guestfish-actions.pod:542
22305 #, no-wrap
22306 msgid ""
22307 " case-sensitive-path path\n"
22308 "\n"
22309 msgstr ""
22310
22311 #. type: textblock
22312 #: ../fish/guestfish-actions.pod:566
22313 msgid ""
22314 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
22315 "WINDOWS/system32\"> (the exact return value would depend on details of how "
22316 "the directories were originally created under Windows)."
22317 msgstr ""
22318
22319 #. type: textblock
22320 #: ../fish/guestfish-actions.pod:574
22321 msgid "See also L</realpath>."
22322 msgstr ""
22323
22324 #. type: =head2
22325 #: ../fish/guestfish-actions.pod:576
22326 msgid "cat"
22327 msgstr ""
22328
22329 #. type: verbatim
22330 #: ../fish/guestfish-actions.pod:578
22331 #, no-wrap
22332 msgid ""
22333 " cat path\n"
22334 "\n"
22335 msgstr ""
22336
22337 #. type: textblock
22338 #: ../fish/guestfish-actions.pod:582
22339 msgid ""
22340 "Note that this function cannot correctly handle binary files (specifically, "
22341 "files containing C<\\0> character which is treated as end of string).  For "
22342 "those you need to use the L</read-file> or L</download> functions which have "
22343 "a more complex interface."
22344 msgstr ""
22345
22346 #. type: =head2
22347 #: ../fish/guestfish-actions.pod:590
22348 msgid "checksum"
22349 msgstr ""
22350
22351 #. type: verbatim
22352 #: ../fish/guestfish-actions.pod:592
22353 #, no-wrap
22354 msgid ""
22355 " checksum csumtype path\n"
22356 "\n"
22357 msgstr ""
22358
22359 #. type: textblock
22360 #: ../fish/guestfish-actions.pod:635
22361 msgid "To get the checksum for a device, use L</checksum-device>."
22362 msgstr ""
22363
22364 #. type: textblock
22365 #: ../fish/guestfish-actions.pod:637
22366 msgid "To get the checksums for many files, use L</checksums-out>."
22367 msgstr ""
22368
22369 #. type: =head2
22370 #: ../fish/guestfish-actions.pod:639
22371 msgid "checksum-device"
22372 msgstr ""
22373
22374 #. type: verbatim
22375 #: ../fish/guestfish-actions.pod:641
22376 #, no-wrap
22377 msgid ""
22378 " checksum-device csumtype device\n"
22379 "\n"
22380 msgstr ""
22381
22382 #. type: textblock
22383 #: ../fish/guestfish-actions.pod:643
22384 msgid ""
22385 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
22386 "device named C<device>.  For the types of checksums supported see the L</"
22387 "checksum> command."
22388 msgstr ""
22389
22390 #. type: =head2
22391 #: ../fish/guestfish-actions.pod:647
22392 msgid "checksums-out"
22393 msgstr ""
22394
22395 #. type: verbatim
22396 #: ../fish/guestfish-actions.pod:649
22397 #, no-wrap
22398 msgid ""
22399 " checksums-out csumtype directory (sumsfile|-)\n"
22400 "\n"
22401 msgstr ""
22402
22403 #. type: =head2
22404 #: ../fish/guestfish-actions.pod:665
22405 msgid "chmod"
22406 msgstr ""
22407
22408 #. type: verbatim
22409 #: ../fish/guestfish-actions.pod:667
22410 #, no-wrap
22411 msgid ""
22412 " chmod mode path\n"
22413 "\n"
22414 msgstr ""
22415
22416 #. type: =head2
22417 #: ../fish/guestfish-actions.pod:678
22418 msgid "chown"
22419 msgstr ""
22420
22421 #. type: verbatim
22422 #: ../fish/guestfish-actions.pod:680
22423 #, no-wrap
22424 msgid ""
22425 " chown owner group path\n"
22426 "\n"
22427 msgstr ""
22428
22429 #. type: =head2
22430 #: ../fish/guestfish-actions.pod:688
22431 msgid "command"
22432 msgstr ""
22433
22434 #. type: verbatim
22435 #: ../fish/guestfish-actions.pod:690
22436 #, no-wrap
22437 msgid ""
22438 " command 'arguments ...'\n"
22439 "\n"
22440 msgstr ""
22441
22442 #. type: textblock
22443 #: ../fish/guestfish-actions.pod:697
22444 msgid ""
22445 "The single parameter is an argv-style list of arguments.  The first element "
22446 "is the name of the program to run.  Subsequent elements are parameters.  The "
22447 "list must be non-empty (ie. must contain a program name).  Note that the "
22448 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
22449 msgstr ""
22450
22451 #. type: =head2
22452 #: ../fish/guestfish-actions.pod:725
22453 msgid "command-lines"
22454 msgstr ""
22455
22456 #. type: verbatim
22457 #: ../fish/guestfish-actions.pod:727
22458 #, no-wrap
22459 msgid ""
22460 " command-lines 'arguments ...'\n"
22461 "\n"
22462 msgstr ""
22463
22464 #. type: textblock
22465 #: ../fish/guestfish-actions.pod:729
22466 msgid ""
22467 "This is the same as L</command>, but splits the result into a list of lines."
22468 msgstr ""
22469
22470 #. type: textblock
22471 #: ../fish/guestfish-actions.pod:732
22472 msgid "See also: L</sh-lines>"
22473 msgstr ""
22474
22475 #. type: =head2
22476 #: ../fish/guestfish-actions.pod:737
22477 msgid "config"
22478 msgstr ""
22479
22480 #. type: verbatim
22481 #: ../fish/guestfish-actions.pod:739
22482 #, no-wrap
22483 msgid ""
22484 " config qemuparam qemuvalue\n"
22485 "\n"
22486 msgstr ""
22487
22488 #. type: =head2
22489 #: ../fish/guestfish-actions.pod:750
22490 msgid "copy-size"
22491 msgstr ""
22492
22493 #. type: verbatim
22494 #: ../fish/guestfish-actions.pod:752
22495 #, no-wrap
22496 msgid ""
22497 " copy-size src dest size\n"
22498 "\n"
22499 msgstr ""
22500
22501 #. type: =head2
22502 #: ../fish/guestfish-actions.pod:760
22503 msgid "cp"
22504 msgstr ""
22505
22506 #. type: verbatim
22507 #: ../fish/guestfish-actions.pod:762
22508 #, no-wrap
22509 msgid ""
22510 " cp src dest\n"
22511 "\n"
22512 msgstr ""
22513
22514 #. type: =head2
22515 #: ../fish/guestfish-actions.pod:767
22516 msgid "cp-a"
22517 msgstr ""
22518
22519 #. type: verbatim
22520 #: ../fish/guestfish-actions.pod:769
22521 #, no-wrap
22522 msgid ""
22523 " cp-a src dest\n"
22524 "\n"
22525 msgstr ""
22526
22527 #. type: =head2
22528 #: ../fish/guestfish-actions.pod:774
22529 msgid "dd"
22530 msgstr ""
22531
22532 #. type: verbatim
22533 #: ../fish/guestfish-actions.pod:776
22534 #, no-wrap
22535 msgid ""
22536 " dd src dest\n"
22537 "\n"
22538 msgstr ""
22539
22540 #. type: textblock
22541 #: ../fish/guestfish-actions.pod:783
22542 msgid ""
22543 "If the destination is a device, it must be as large or larger than the "
22544 "source file or device, otherwise the copy will fail.  This command cannot do "
22545 "partial copies (see L</copy-size>)."
22546 msgstr ""
22547
22548 #. type: =head2
22549 #: ../fish/guestfish-actions.pod:787
22550 msgid "df"
22551 msgstr ""
22552
22553 #. type: verbatim
22554 #: ../fish/guestfish-actions.pod:789
22555 #, no-wrap
22556 msgid ""
22557 " df\n"
22558 "\n"
22559 msgstr ""
22560
22561 #. type: textblock
22562 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
22563 msgid ""
22564 "This command is mostly useful for interactive sessions.  It is I<not> "
22565 "intended that you try to parse the output string.  Use L</statvfs> from "
22566 "programs."
22567 msgstr ""
22568
22569 #. type: =head2
22570 #: ../fish/guestfish-actions.pod:797
22571 msgid "df-h"
22572 msgstr ""
22573
22574 #. type: verbatim
22575 #: ../fish/guestfish-actions.pod:799
22576 #, no-wrap
22577 msgid ""
22578 " df-h\n"
22579 "\n"
22580 msgstr ""
22581
22582 #. type: =head2
22583 #: ../fish/guestfish-actions.pod:808
22584 msgid "dmesg"
22585 msgstr ""
22586
22587 #. type: verbatim
22588 #: ../fish/guestfish-actions.pod:810
22589 #, no-wrap
22590 msgid ""
22591 " dmesg\n"
22592 "\n"
22593 msgstr ""
22594
22595 #. type: textblock
22596 #: ../fish/guestfish-actions.pod:816
22597 msgid ""
22598 "Another way to get the same information is to enable verbose messages with "
22599 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22600 "before running the program."
22601 msgstr ""
22602
22603 #. type: =head2
22604 #: ../fish/guestfish-actions.pod:821
22605 msgid "download"
22606 msgstr ""
22607
22608 #. type: verbatim
22609 #: ../fish/guestfish-actions.pod:823
22610 #, no-wrap
22611 msgid ""
22612 " download remotefilename (filename|-)\n"
22613 "\n"
22614 msgstr ""
22615
22616 #. type: textblock
22617 #: ../fish/guestfish-actions.pod:830
22618 msgid "See also L</upload>, L</cat>."
22619 msgstr ""
22620
22621 #. type: =head2
22622 #: ../fish/guestfish-actions.pod:834
22623 msgid "download-offset"
22624 msgstr ""
22625
22626 #. type: verbatim
22627 #: ../fish/guestfish-actions.pod:836
22628 #, no-wrap
22629 msgid ""
22630 " download-offset remotefilename (filename|-) offset size\n"
22631 "\n"
22632 msgstr ""
22633
22634 #. type: textblock
22635 #: ../fish/guestfish-actions.pod:844
22636 msgid ""
22637 "Note that there is no limit on the amount of data that can be downloaded "
22638 "with this call, unlike with L</pread>, and this call always reads the full "
22639 "amount unless an error occurs."
22640 msgstr ""
22641
22642 #. type: textblock
22643 #: ../fish/guestfish-actions.pod:849
22644 msgid "See also L</download>, L</pread>."
22645 msgstr ""
22646
22647 #. type: =head2
22648 #: ../fish/guestfish-actions.pod:853
22649 msgid "drop-caches"
22650 msgstr ""
22651
22652 #. type: verbatim
22653 #: ../fish/guestfish-actions.pod:855
22654 #, no-wrap
22655 msgid ""
22656 " drop-caches whattodrop\n"
22657 "\n"
22658 msgstr ""
22659
22660 #. type: =head2
22661 #: ../fish/guestfish-actions.pod:867
22662 msgid "du"
22663 msgstr ""
22664
22665 #. type: verbatim
22666 #: ../fish/guestfish-actions.pod:869
22667 #, no-wrap
22668 msgid ""
22669 " du path\n"
22670 "\n"
22671 msgstr ""
22672
22673 #. type: =head2
22674 #: ../fish/guestfish-actions.pod:881
22675 msgid "e2fsck-f"
22676 msgstr ""
22677
22678 #. type: verbatim
22679 #: ../fish/guestfish-actions.pod:883
22680 #, no-wrap
22681 msgid ""
22682 " e2fsck-f device\n"
22683 "\n"
22684 msgstr ""
22685
22686 #. type: textblock
22687 #: ../fish/guestfish-actions.pod:889
22688 msgid ""
22689 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22690 "should use L</fsck>."
22691 msgstr ""
22692
22693 #. type: =head2
22694 #: ../fish/guestfish-actions.pod:892
22695 msgid "echo-daemon"
22696 msgstr ""
22697
22698 #. type: verbatim
22699 #: ../fish/guestfish-actions.pod:894
22700 #, no-wrap
22701 msgid ""
22702 " echo-daemon 'words ...'\n"
22703 "\n"
22704 msgstr ""
22705
22706 #. type: textblock
22707 #: ../fish/guestfish-actions.pod:901
22708 msgid "See also L</ping-daemon>."
22709 msgstr ""
22710
22711 #. type: =head2
22712 #: ../fish/guestfish-actions.pod:903
22713 msgid "egrep"
22714 msgstr ""
22715
22716 #. type: verbatim
22717 #: ../fish/guestfish-actions.pod:905
22718 #, no-wrap
22719 msgid ""
22720 " egrep regex path\n"
22721 "\n"
22722 msgstr ""
22723
22724 #. type: =head2
22725 #: ../fish/guestfish-actions.pod:913
22726 msgid "egrepi"
22727 msgstr ""
22728
22729 #. type: verbatim
22730 #: ../fish/guestfish-actions.pod:915
22731 #, no-wrap
22732 msgid ""
22733 " egrepi regex path\n"
22734 "\n"
22735 msgstr ""
22736
22737 #. type: =head2
22738 #: ../fish/guestfish-actions.pod:923
22739 msgid "equal"
22740 msgstr ""
22741
22742 #. type: verbatim
22743 #: ../fish/guestfish-actions.pod:925
22744 #, no-wrap
22745 msgid ""
22746 " equal file1 file2\n"
22747 "\n"
22748 msgstr ""
22749
22750 #. type: =head2
22751 #: ../fish/guestfish-actions.pod:932
22752 msgid "exists"
22753 msgstr ""
22754
22755 #. type: verbatim
22756 #: ../fish/guestfish-actions.pod:934
22757 #, no-wrap
22758 msgid ""
22759 " exists path\n"
22760 "\n"
22761 msgstr ""
22762
22763 #. type: textblock
22764 #: ../fish/guestfish-actions.pod:939
22765 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22766 msgstr ""
22767
22768 #. type: =head2
22769 #: ../fish/guestfish-actions.pod:941
22770 msgid "fallocate"
22771 msgstr ""
22772
22773 #. type: verbatim
22774 #: ../fish/guestfish-actions.pod:943
22775 #, no-wrap
22776 msgid ""
22777 " fallocate path len\n"
22778 "\n"
22779 msgstr ""
22780
22781 #. type: =head2
22782 #: ../fish/guestfish-actions.pod:960
22783 msgid "fallocate64"
22784 msgstr ""
22785
22786 #. type: verbatim
22787 #: ../fish/guestfish-actions.pod:962
22788 #, no-wrap
22789 msgid ""
22790 " fallocate64 path len\n"
22791 "\n"
22792 msgstr ""
22793
22794 #. type: textblock
22795 #: ../fish/guestfish-actions.pod:968
22796 msgid ""
22797 "Note that this call allocates disk blocks for the file.  To create a sparse "
22798 "file use L</truncate-size> instead."
22799 msgstr ""
22800
22801 #. type: textblock
22802 #: ../fish/guestfish-actions.pod:971
22803 msgid ""
22804 "The deprecated call L</fallocate> does the same, but owing to an oversight "
22805 "it only allowed 30 bit lengths to be specified, effectively limiting the "
22806 "maximum size of files created through that call to 1GB."
22807 msgstr ""
22808
22809 #. type: =head2
22810 #: ../fish/guestfish-actions.pod:980
22811 msgid "fgrep"
22812 msgstr ""
22813
22814 #. type: verbatim
22815 #: ../fish/guestfish-actions.pod:982
22816 #, no-wrap
22817 msgid ""
22818 " fgrep pattern path\n"
22819 "\n"
22820 msgstr ""
22821
22822 #. type: =head2
22823 #: ../fish/guestfish-actions.pod:990
22824 msgid "fgrepi"
22825 msgstr ""
22826
22827 #. type: verbatim
22828 #: ../fish/guestfish-actions.pod:992
22829 #, no-wrap
22830 msgid ""
22831 " fgrepi pattern path\n"
22832 "\n"
22833 msgstr ""
22834
22835 #. type: =head2
22836 #: ../fish/guestfish-actions.pod:1000
22837 msgid "file"
22838 msgstr ""
22839
22840 #. type: verbatim
22841 #: ../fish/guestfish-actions.pod:1002
22842 #, no-wrap
22843 msgid ""
22844 " file path\n"
22845 "\n"
22846 msgstr ""
22847
22848 #. type: textblock
22849 #: ../fish/guestfish-actions.pod:1014
22850 msgid ""
22851 "This command can also be used on C</dev/> devices (and partitions, LV "
22852 "names).  You can for example use this to determine if a device contains a "
22853 "filesystem, although it's usually better to use L</vfs-type>."
22854 msgstr ""
22855
22856 #. type: =head2
22857 #: ../fish/guestfish-actions.pod:1024
22858 msgid "file-architecture"
22859 msgstr ""
22860
22861 #. type: verbatim
22862 #: ../fish/guestfish-actions.pod:1026
22863 #, no-wrap
22864 msgid ""
22865 " file-architecture filename\n"
22866 "\n"
22867 msgstr ""
22868
22869 #. type: =head2
22870 #: ../fish/guestfish-actions.pod:1129
22871 msgid "filesize"
22872 msgstr ""
22873
22874 #. type: verbatim
22875 #: ../fish/guestfish-actions.pod:1131
22876 #, no-wrap
22877 msgid ""
22878 " filesize file\n"
22879 "\n"
22880 msgstr ""
22881
22882 #. type: textblock
22883 #: ../fish/guestfish-actions.pod:1135
22884 msgid ""
22885 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
22886 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
22887 msgstr ""
22888
22889 #. type: =head2
22890 #: ../fish/guestfish-actions.pod:1139
22891 msgid "fill"
22892 msgstr ""
22893
22894 #. type: verbatim
22895 #: ../fish/guestfish-actions.pod:1141
22896 #, no-wrap
22897 msgid ""
22898 " fill c len path\n"
22899 "\n"
22900 msgstr ""
22901
22902 #. type: textblock
22903 #: ../fish/guestfish-actions.pod:1147
22904 msgid ""
22905 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
22906 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
22907 "L</fill-pattern>."
22908 msgstr ""
22909
22910 #. type: =head2
22911 #: ../fish/guestfish-actions.pod:1152
22912 msgid "fill-pattern"
22913 msgstr ""
22914
22915 #. type: verbatim
22916 #: ../fish/guestfish-actions.pod:1154
22917 #, no-wrap
22918 msgid ""
22919 " fill-pattern pattern len path\n"
22920 "\n"
22921 msgstr ""
22922
22923 #. type: textblock
22924 #: ../fish/guestfish-actions.pod:1156
22925 msgid ""
22926 "This function is like L</fill> except that it creates a new file of length "
22927 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
22928 "is truncated if necessary to ensure the length of the file is exactly C<len> "
22929 "bytes."
22930 msgstr ""
22931
22932 #. type: =head2
22933 #: ../fish/guestfish-actions.pod:1161
22934 msgid "find"
22935 msgstr ""
22936
22937 #. type: verbatim
22938 #: ../fish/guestfish-actions.pod:1163
22939 #, no-wrap
22940 msgid ""
22941 " find directory\n"
22942 "\n"
22943 msgstr ""
22944
22945 #. type: textblock
22946 #: ../fish/guestfish-actions.pod:1177
22947 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
22948 msgstr ""
22949
22950 #. type: textblock
22951 #: ../fish/guestfish-actions.pod:1190
22952 msgid "See also L</find0>."
22953 msgstr ""
22954
22955 #. type: =head2
22956 #: ../fish/guestfish-actions.pod:1195
22957 msgid "find0"
22958 msgstr ""
22959
22960 #. type: verbatim
22961 #: ../fish/guestfish-actions.pod:1197
22962 #, no-wrap
22963 msgid ""
22964 " find0 directory (files|-)\n"
22965 "\n"
22966 msgstr ""
22967
22968 #. type: textblock
22969 #: ../fish/guestfish-actions.pod:1203
22970 msgid ""
22971 "This command works the same way as L</find> with the following exceptions:"
22972 msgstr ""
22973
22974 #. type: =head2
22975 #: ../fish/guestfish-actions.pod:1230
22976 msgid "findfs-label"
22977 msgstr ""
22978
22979 #. type: verbatim
22980 #: ../fish/guestfish-actions.pod:1232
22981 #, no-wrap
22982 msgid ""
22983 " findfs-label label\n"
22984 "\n"
22985 msgstr ""
22986
22987 #. type: textblock
22988 #: ../fish/guestfish-actions.pod:1238
22989 msgid "To find the label of a filesystem, use L</vfs-label>."
22990 msgstr ""
22991
22992 #. type: =head2
22993 #: ../fish/guestfish-actions.pod:1240
22994 msgid "findfs-uuid"
22995 msgstr ""
22996
22997 #. type: verbatim
22998 #: ../fish/guestfish-actions.pod:1242
22999 #, no-wrap
23000 msgid ""
23001 " findfs-uuid uuid\n"
23002 "\n"
23003 msgstr ""
23004
23005 #. type: textblock
23006 #: ../fish/guestfish-actions.pod:1248
23007 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
23008 msgstr ""
23009
23010 #. type: =head2
23011 #: ../fish/guestfish-actions.pod:1250
23012 msgid "fsck"
23013 msgstr ""
23014
23015 #. type: verbatim
23016 #: ../fish/guestfish-actions.pod:1252
23017 #, no-wrap
23018 msgid ""
23019 " fsck fstype device\n"
23020 "\n"
23021 msgstr ""
23022
23023 #. type: =head2
23024 #: ../fish/guestfish-actions.pod:1282
23025 msgid "get-append"
23026 msgstr ""
23027
23028 #. type: verbatim
23029 #: ../fish/guestfish-actions.pod:1284
23030 #, no-wrap
23031 msgid ""
23032 " get-append\n"
23033 "\n"
23034 msgstr ""
23035
23036 #. type: =head2
23037 #: ../fish/guestfish-actions.pod:1291
23038 msgid "get-attach-method"
23039 msgstr ""
23040
23041 #. type: verbatim
23042 #: ../fish/guestfish-actions.pod:1293
23043 #, no-wrap
23044 msgid ""
23045 " get-attach-method\n"
23046 "\n"
23047 msgstr ""
23048
23049 #. type: textblock
23050 #: ../fish/guestfish-actions.pod:1295
23051 msgid "Return the current attach method.  See L</set-attach-method>."
23052 msgstr ""
23053
23054 #. type: =head2
23055 #: ../fish/guestfish-actions.pod:1297
23056 msgid "get-autosync"
23057 msgstr ""
23058
23059 #. type: verbatim
23060 #: ../fish/guestfish-actions.pod:1299
23061 #, no-wrap
23062 msgid ""
23063 " get-autosync\n"
23064 "\n"
23065 msgstr ""
23066
23067 #. type: =head2
23068 #: ../fish/guestfish-actions.pod:1303
23069 msgid "get-direct"
23070 msgstr ""
23071
23072 #. type: verbatim
23073 #: ../fish/guestfish-actions.pod:1305
23074 #, no-wrap
23075 msgid ""
23076 " get-direct\n"
23077 "\n"
23078 msgstr ""
23079
23080 #. type: =head2
23081 #: ../fish/guestfish-actions.pod:1309
23082 msgid "get-e2label"
23083 msgstr ""
23084
23085 #. type: verbatim
23086 #: ../fish/guestfish-actions.pod:1311
23087 #, no-wrap
23088 msgid ""
23089 " get-e2label device\n"
23090 "\n"
23091 msgstr ""
23092
23093 #. type: =head2
23094 #: ../fish/guestfish-actions.pod:1323
23095 msgid "get-e2uuid"
23096 msgstr ""
23097
23098 #. type: verbatim
23099 #: ../fish/guestfish-actions.pod:1325
23100 #, no-wrap
23101 msgid ""
23102 " get-e2uuid device\n"
23103 "\n"
23104 msgstr ""
23105
23106 #. type: =head2
23107 #: ../fish/guestfish-actions.pod:1337
23108 msgid "get-memsize"
23109 msgstr ""
23110
23111 #. type: verbatim
23112 #: ../fish/guestfish-actions.pod:1339
23113 #, no-wrap
23114 msgid ""
23115 " get-memsize\n"
23116 "\n"
23117 msgstr ""
23118
23119 #. type: textblock
23120 #: ../fish/guestfish-actions.pod:1344
23121 msgid ""
23122 "If L</set-memsize> was not called on this handle, and if "
23123 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
23124 "value for memsize."
23125 msgstr ""
23126
23127 #. type: =head2
23128 #: ../fish/guestfish-actions.pod:1351
23129 msgid "get-network"
23130 msgstr ""
23131
23132 #. type: verbatim
23133 #: ../fish/guestfish-actions.pod:1353
23134 #, no-wrap
23135 msgid ""
23136 " get-network\n"
23137 "\n"
23138 msgstr ""
23139
23140 #. type: =head2
23141 #: ../fish/guestfish-actions.pod:1357
23142 msgid "get-path"
23143 msgstr ""
23144
23145 #. type: verbatim
23146 #: ../fish/guestfish-actions.pod:1359
23147 #, no-wrap
23148 msgid ""
23149 " get-path\n"
23150 "\n"
23151 msgstr ""
23152
23153 #. type: =head2
23154 #: ../fish/guestfish-actions.pod:1366
23155 msgid "get-pid"
23156 msgstr ""
23157
23158 #. type: =head2
23159 #: ../fish/guestfish-actions.pod:1368
23160 msgid "pid"
23161 msgstr ""
23162
23163 #. type: verbatim
23164 #: ../fish/guestfish-actions.pod:1370
23165 #, no-wrap
23166 msgid ""
23167 " get-pid\n"
23168 "\n"
23169 msgstr ""
23170
23171 #. type: =head2
23172 #: ../fish/guestfish-actions.pod:1377
23173 msgid "get-qemu"
23174 msgstr ""
23175
23176 #. type: verbatim
23177 #: ../fish/guestfish-actions.pod:1379
23178 #, no-wrap
23179 msgid ""
23180 " get-qemu\n"
23181 "\n"
23182 msgstr ""
23183
23184 #. type: =head2
23185 #: ../fish/guestfish-actions.pod:1386
23186 msgid "get-recovery-proc"
23187 msgstr ""
23188
23189 #. type: verbatim
23190 #: ../fish/guestfish-actions.pod:1388
23191 #, no-wrap
23192 msgid ""
23193 " get-recovery-proc\n"
23194 "\n"
23195 msgstr ""
23196
23197 #. type: =head2
23198 #: ../fish/guestfish-actions.pod:1392
23199 msgid "get-selinux"
23200 msgstr ""
23201
23202 #. type: verbatim
23203 #: ../fish/guestfish-actions.pod:1394
23204 #, no-wrap
23205 msgid ""
23206 " get-selinux\n"
23207 "\n"
23208 msgstr ""
23209
23210 #. type: textblock
23211 #: ../fish/guestfish-actions.pod:1396
23212 msgid ""
23213 "This returns the current setting of the selinux flag which is passed to the "
23214 "appliance at boot time.  See L</set-selinux>."
23215 msgstr ""
23216
23217 #. type: =head2
23218 #: ../fish/guestfish-actions.pod:1402
23219 msgid "get-state"
23220 msgstr ""
23221
23222 #. type: verbatim
23223 #: ../fish/guestfish-actions.pod:1404
23224 #, no-wrap
23225 msgid ""
23226 " get-state\n"
23227 "\n"
23228 msgstr ""
23229
23230 #. type: =head2
23231 #: ../fish/guestfish-actions.pod:1411
23232 msgid "get-trace"
23233 msgstr ""
23234
23235 #. type: verbatim
23236 #: ../fish/guestfish-actions.pod:1413
23237 #, no-wrap
23238 msgid ""
23239 " get-trace\n"
23240 "\n"
23241 msgstr ""
23242
23243 #. type: =head2
23244 #: ../fish/guestfish-actions.pod:1417
23245 msgid "get-umask"
23246 msgstr ""
23247
23248 #. type: verbatim
23249 #: ../fish/guestfish-actions.pod:1419
23250 #, no-wrap
23251 msgid ""
23252 " get-umask\n"
23253 "\n"
23254 msgstr ""
23255
23256 #. type: textblock
23257 #: ../fish/guestfish-actions.pod:1421
23258 msgid ""
23259 "Return the current umask.  By default the umask is C<022> unless it has been "
23260 "set by calling L</umask>."
23261 msgstr ""
23262
23263 #. type: =head2
23264 #: ../fish/guestfish-actions.pod:1424
23265 msgid "get-verbose"
23266 msgstr ""
23267
23268 #. type: verbatim
23269 #: ../fish/guestfish-actions.pod:1426
23270 #, no-wrap
23271 msgid ""
23272 " get-verbose\n"
23273 "\n"
23274 msgstr ""
23275
23276 #. type: =head2
23277 #: ../fish/guestfish-actions.pod:1430
23278 msgid "getcon"
23279 msgstr ""
23280
23281 #. type: verbatim
23282 #: ../fish/guestfish-actions.pod:1432
23283 #, no-wrap
23284 msgid ""
23285 " getcon\n"
23286 "\n"
23287 msgstr ""
23288
23289 #. type: textblock
23290 #: ../fish/guestfish-actions.pod:1436
23291 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
23292 msgstr ""
23293
23294 #. type: =head2
23295 #: ../fish/guestfish-actions.pod:1439
23296 msgid "getxattr"
23297 msgstr ""
23298
23299 #. type: verbatim
23300 #: ../fish/guestfish-actions.pod:1441
23301 #, no-wrap
23302 msgid ""
23303 " getxattr path name\n"
23304 "\n"
23305 msgstr ""
23306
23307 #. type: textblock
23308 #: ../fish/guestfish-actions.pod:1443
23309 msgid ""
23310 "Get a single extended attribute from file C<path> named C<name>.  This call "
23311 "follows symlinks.  If you want to lookup an extended attribute for the "
23312 "symlink itself, use L</lgetxattr>."
23313 msgstr ""
23314
23315 #. type: textblock
23316 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2445
23317 msgid ""
23318 "Normally it is better to get all extended attributes from a file in one go "
23319 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
23320 "buggy and do not provide a way to list out attributes.  For these "
23321 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
23322 "attributes you want in advance and call this function."
23323 msgstr ""
23324
23325 #. type: textblock
23326 #: ../fish/guestfish-actions.pod:1457
23327 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
23328 msgstr ""
23329
23330 #. type: =head2
23331 #: ../fish/guestfish-actions.pod:1459
23332 msgid "getxattrs"
23333 msgstr ""
23334
23335 #. type: verbatim
23336 #: ../fish/guestfish-actions.pod:1461
23337 #, no-wrap
23338 msgid ""
23339 " getxattrs path\n"
23340 "\n"
23341 msgstr ""
23342
23343 #. type: textblock
23344 #: ../fish/guestfish-actions.pod:1469
23345 msgid "See also: L</lgetxattrs>, L<attr(5)>."
23346 msgstr ""
23347
23348 #. type: =head2
23349 #: ../fish/guestfish-actions.pod:1471
23350 msgid "glob-expand"
23351 msgstr ""
23352
23353 #. type: verbatim
23354 #: ../fish/guestfish-actions.pod:1473
23355 #, no-wrap
23356 msgid ""
23357 " glob-expand pattern\n"
23358 "\n"
23359 msgstr ""
23360
23361 #. type: =head2
23362 #: ../fish/guestfish-actions.pod:1486
23363 msgid "grep"
23364 msgstr ""
23365
23366 #. type: verbatim
23367 #: ../fish/guestfish-actions.pod:1488
23368 #, no-wrap
23369 msgid ""
23370 " grep regex path\n"
23371 "\n"
23372 msgstr ""
23373
23374 #. type: =head2
23375 #: ../fish/guestfish-actions.pod:1496
23376 msgid "grepi"
23377 msgstr ""
23378
23379 #. type: verbatim
23380 #: ../fish/guestfish-actions.pod:1498
23381 #, no-wrap
23382 msgid ""
23383 " grepi regex path\n"
23384 "\n"
23385 msgstr ""
23386
23387 #. type: =head2
23388 #: ../fish/guestfish-actions.pod:1506
23389 msgid "grub-install"
23390 msgstr ""
23391
23392 #. type: verbatim
23393 #: ../fish/guestfish-actions.pod:1508
23394 #, no-wrap
23395 msgid ""
23396 " grub-install root device\n"
23397 "\n"
23398 msgstr ""
23399
23400 #. type: =head2
23401 #: ../fish/guestfish-actions.pod:1524
23402 msgid "head"
23403 msgstr ""
23404
23405 #. type: verbatim
23406 #: ../fish/guestfish-actions.pod:1526
23407 #, no-wrap
23408 msgid ""
23409 " head path\n"
23410 "\n"
23411 msgstr ""
23412
23413 #. type: =head2
23414 #: ../fish/guestfish-actions.pod:1534
23415 msgid "head-n"
23416 msgstr ""
23417
23418 #. type: verbatim
23419 #: ../fish/guestfish-actions.pod:1536
23420 #, no-wrap
23421 msgid ""
23422 " head-n nrlines path\n"
23423 "\n"
23424 msgstr ""
23425
23426 #. type: =head2
23427 #: ../fish/guestfish-actions.pod:1549
23428 msgid "hexdump"
23429 msgstr ""
23430
23431 #. type: verbatim
23432 #: ../fish/guestfish-actions.pod:1551
23433 #, no-wrap
23434 msgid ""
23435 " hexdump path\n"
23436 "\n"
23437 msgstr ""
23438
23439 #. type: =head2
23440 #: ../fish/guestfish-actions.pod:1559
23441 msgid "initrd-cat"
23442 msgstr ""
23443
23444 #. type: verbatim
23445 #: ../fish/guestfish-actions.pod:1561
23446 #, no-wrap
23447 msgid ""
23448 " initrd-cat initrdpath filename\n"
23449 "\n"
23450 msgstr ""
23451
23452 #. type: textblock
23453 #: ../fish/guestfish-actions.pod:1573
23454 msgid "See also L</initrd-list>."
23455 msgstr ""
23456
23457 #. type: =head2
23458 #: ../fish/guestfish-actions.pod:1578
23459 msgid "initrd-list"
23460 msgstr ""
23461
23462 #. type: verbatim
23463 #: ../fish/guestfish-actions.pod:1580
23464 #, no-wrap
23465 msgid ""
23466 " initrd-list path\n"
23467 "\n"
23468 msgstr ""
23469
23470 #. type: =head2
23471 #: ../fish/guestfish-actions.pod:1592
23472 msgid "inotify-add-watch"
23473 msgstr ""
23474
23475 #. type: verbatim
23476 #: ../fish/guestfish-actions.pod:1594
23477 #, no-wrap
23478 msgid ""
23479 " inotify-add-watch path mask\n"
23480 "\n"
23481 msgstr ""
23482
23483 #. type: =head2
23484 #: ../fish/guestfish-actions.pod:1606
23485 msgid "inotify-close"
23486 msgstr ""
23487
23488 #. type: verbatim
23489 #: ../fish/guestfish-actions.pod:1608
23490 #, no-wrap
23491 msgid ""
23492 " inotify-close\n"
23493 "\n"
23494 msgstr ""
23495
23496 #. type: =head2
23497 #: ../fish/guestfish-actions.pod:1614
23498 msgid "inotify-files"
23499 msgstr ""
23500
23501 #. type: verbatim
23502 #: ../fish/guestfish-actions.pod:1616
23503 #, no-wrap
23504 msgid ""
23505 " inotify-files\n"
23506 "\n"
23507 msgstr ""
23508
23509 #. type: textblock
23510 #: ../fish/guestfish-actions.pod:1618
23511 msgid ""
23512 "This function is a helpful wrapper around L</inotify-read> which just "
23513 "returns a list of pathnames of objects that were touched.  The returned "
23514 "pathnames are sorted and deduplicated."
23515 msgstr ""
23516
23517 #. type: =head2
23518 #: ../fish/guestfish-actions.pod:1622
23519 msgid "inotify-init"
23520 msgstr ""
23521
23522 #. type: verbatim
23523 #: ../fish/guestfish-actions.pod:1624
23524 #, no-wrap
23525 msgid ""
23526 " inotify-init maxevents\n"
23527 "\n"
23528 msgstr ""
23529
23530 #. type: textblock
23531 #: ../fish/guestfish-actions.pod:1630
23532 msgid ""
23533 "C<maxevents> is the maximum number of events which will be queued up between "
23534 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
23535 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
23536 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
23537 "but records the fact that it threw them away by setting a flag "
23538 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
23539 msgstr ""
23540
23541 #. type: textblock
23542 #: ../fish/guestfish-actions.pod:1640
23543 msgid ""
23544 "Before any events are generated, you have to add some watches to the "
23545 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
23546 "L</inotify-watch-all>."
23547 msgstr ""
23548
23549 #. type: textblock
23550 #: ../fish/guestfish-actions.pod:1646
23551 msgid ""
23552 "Queued up events should be read periodically by calling L</inotify-read> (or "
23553 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
23554 "If you don't read the events out often enough then you risk the internal "
23555 "queue overflowing."
23556 msgstr ""
23557
23558 #. type: textblock
23559 #: ../fish/guestfish-actions.pod:1653
23560 msgid ""
23561 "The handle should be closed after use by calling L</inotify-close>.  This "
23562 "also removes any watches automatically."
23563 msgstr ""
23564
23565 #. type: =head2
23566 #: ../fish/guestfish-actions.pod:1662
23567 msgid "inotify-read"
23568 msgstr ""
23569
23570 #. type: verbatim
23571 #: ../fish/guestfish-actions.pod:1664
23572 #, no-wrap
23573 msgid ""
23574 " inotify-read\n"
23575 "\n"
23576 msgstr ""
23577
23578 #. type: =head2
23579 #: ../fish/guestfish-actions.pod:1677
23580 msgid "inotify-rm-watch"
23581 msgstr ""
23582
23583 #. type: verbatim
23584 #: ../fish/guestfish-actions.pod:1679
23585 #, no-wrap
23586 msgid ""
23587 " inotify-rm-watch wd\n"
23588 "\n"
23589 msgstr ""
23590
23591 #. type: textblock
23592 #: ../fish/guestfish-actions.pod:1681
23593 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23594 msgstr ""
23595
23596 #. type: =head2
23597 #: ../fish/guestfish-actions.pod:1684
23598 msgid "inspect-get-arch"
23599 msgstr ""
23600
23601 #. type: verbatim
23602 #: ../fish/guestfish-actions.pod:1686
23603 #, no-wrap
23604 msgid ""
23605 " inspect-get-arch root\n"
23606 "\n"
23607 msgstr ""
23608
23609 #. type: textblock
23610 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704
23611 #: ../fish/guestfish-actions.pod:1782 ../fish/guestfish-actions.pod:1818
23612 #: ../fish/guestfish-actions.pod:1836 ../fish/guestfish-actions.pod:1870
23613 #: ../fish/guestfish-actions.pod:1885 ../fish/guestfish-actions.pod:1906
23614 #: ../fish/guestfish-actions.pod:1921 ../fish/guestfish-actions.pod:1954
23615 #: ../fish/guestfish-actions.pod:1976 ../fish/guestfish-actions.pod:2000
23616 #: ../fish/guestfish-actions.pod:2017 ../fish/guestfish-actions.pod:2060
23617 #: ../fish/guestfish-actions.pod:2095 ../fish/guestfish-actions.pod:2111
23618 #: ../fish/guestfish-actions.pod:2127 ../fish/guestfish-actions.pod:2140
23619 #: ../fish/guestfish-actions.pod:2153 ../fish/guestfish-actions.pod:2168
23620 msgid ""
23621 "This function should only be called with a root device string as returned by "
23622 "L</inspect-os>."
23623 msgstr ""
23624
23625 #. type: textblock
23626 #: ../fish/guestfish-actions.pod:1691
23627 msgid ""
23628 "This returns the architecture of the inspected operating system.  The "
23629 "possible return values are listed under L</file-architecture>."
23630 msgstr ""
23631
23632 #. type: =head2
23633 #: ../fish/guestfish-actions.pod:1700
23634 msgid "inspect-get-distro"
23635 msgstr ""
23636
23637 #. type: verbatim
23638 #: ../fish/guestfish-actions.pod:1702
23639 #, no-wrap
23640 msgid ""
23641 " inspect-get-distro root\n"
23642 "\n"
23643 msgstr ""
23644
23645 #. type: =head2
23646 #: ../fish/guestfish-actions.pod:1778
23647 msgid "inspect-get-drive-mappings"
23648 msgstr ""
23649
23650 #. type: verbatim
23651 #: ../fish/guestfish-actions.pod:1780
23652 #, no-wrap
23653 msgid ""
23654 " inspect-get-drive-mappings root\n"
23655 "\n"
23656 msgstr ""
23657
23658 #. type: textblock
23659 #: ../fish/guestfish-actions.pod:1810
23660 msgid ""
23661 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23662 "get-mountpoints>, L</inspect-get-filesystems>."
23663 msgstr ""
23664
23665 #. type: =head2
23666 #: ../fish/guestfish-actions.pod:1814
23667 msgid "inspect-get-filesystems"
23668 msgstr ""
23669
23670 #. type: verbatim
23671 #: ../fish/guestfish-actions.pod:1816
23672 #, no-wrap
23673 msgid ""
23674 " inspect-get-filesystems root\n"
23675 "\n"
23676 msgstr ""
23677
23678 #. type: textblock
23679 #: ../fish/guestfish-actions.pod:1829
23680 msgid ""
23681 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23682 "get-mountpoints>."
23683 msgstr ""
23684
23685 #. type: =head2
23686 #: ../fish/guestfish-actions.pod:1832
23687 msgid "inspect-get-format"
23688 msgstr ""
23689
23690 #. type: verbatim
23691 #: ../fish/guestfish-actions.pod:1834
23692 #, no-wrap
23693 msgid ""
23694 " inspect-get-format root\n"
23695 "\n"
23696 msgstr ""
23697
23698 #. type: =head2
23699 #: ../fish/guestfish-actions.pod:1866
23700 msgid "inspect-get-hostname"
23701 msgstr ""
23702
23703 #. type: verbatim
23704 #: ../fish/guestfish-actions.pod:1868
23705 #, no-wrap
23706 msgid ""
23707 " inspect-get-hostname root\n"
23708 "\n"
23709 msgstr ""
23710
23711 #. type: =head2
23712 #: ../fish/guestfish-actions.pod:1881
23713 msgid "inspect-get-major-version"
23714 msgstr ""
23715
23716 #. type: verbatim
23717 #: ../fish/guestfish-actions.pod:1883
23718 #, no-wrap
23719 msgid ""
23720 " inspect-get-major-version root\n"
23721 "\n"
23722 msgstr ""
23723
23724 #. type: =head2
23725 #: ../fish/guestfish-actions.pod:1902
23726 msgid "inspect-get-minor-version"
23727 msgstr ""
23728
23729 #. type: verbatim
23730 #: ../fish/guestfish-actions.pod:1904
23731 #, no-wrap
23732 msgid ""
23733 " inspect-get-minor-version root\n"
23734 "\n"
23735 msgstr ""
23736
23737 #. type: textblock
23738 #: ../fish/guestfish-actions.pod:1914
23739 msgid ""
23740 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23741 "get-major-version>."
23742 msgstr ""
23743
23744 #. type: =head2
23745 #: ../fish/guestfish-actions.pod:1917
23746 msgid "inspect-get-mountpoints"
23747 msgstr ""
23748
23749 #. type: verbatim
23750 #: ../fish/guestfish-actions.pod:1919
23751 #, no-wrap
23752 msgid ""
23753 " inspect-get-mountpoints root\n"
23754 "\n"
23755 msgstr ""
23756
23757 #. type: textblock
23758 #: ../fish/guestfish-actions.pod:1941
23759 msgid ""
23760 "For operating systems like Windows which still use drive letters, this call "
23761 "will only return an entry for the first drive \"mounted on\" C</>.  For "
23762 "information about the mapping of drive letters to partitions, see L</inspect-"
23763 "get-drive-mappings>."
23764 msgstr ""
23765
23766 #. type: textblock
23767 #: ../fish/guestfish-actions.pod:1947
23768 msgid ""
23769 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23770 "get-filesystems>."
23771 msgstr ""
23772
23773 #. type: =head2
23774 #: ../fish/guestfish-actions.pod:1950
23775 msgid "inspect-get-package-format"
23776 msgstr ""
23777
23778 #. type: verbatim
23779 #: ../fish/guestfish-actions.pod:1952
23780 #, no-wrap
23781 msgid ""
23782 " inspect-get-package-format root\n"
23783 "\n"
23784 msgstr ""
23785
23786 #. type: textblock
23787 #: ../fish/guestfish-actions.pod:1957
23788 msgid ""
23789 "This function and L</inspect-get-package-management> return the package "
23790 "format and package management tool used by the inspected operating system.  "
23791 "For example for Fedora these functions would return C<rpm> (package format) "
23792 "and C<yum> (package management)."
23793 msgstr ""
23794
23795 #. type: =head2
23796 #: ../fish/guestfish-actions.pod:1972
23797 msgid "inspect-get-package-management"
23798 msgstr ""
23799
23800 #. type: verbatim
23801 #: ../fish/guestfish-actions.pod:1974
23802 #, no-wrap
23803 msgid ""
23804 " inspect-get-package-management root\n"
23805 "\n"
23806 msgstr ""
23807
23808 #. type: textblock
23809 #: ../fish/guestfish-actions.pod:1979
23810 msgid ""
23811 "L</inspect-get-package-format> and this function return the package format "
23812 "and package management tool used by the inspected operating system.  For "
23813 "example for Fedora these functions would return C<rpm> (package format) and "
23814 "C<yum> (package management)."
23815 msgstr ""
23816
23817 #. type: =head2
23818 #: ../fish/guestfish-actions.pod:1996
23819 msgid "inspect-get-product-name"
23820 msgstr ""
23821
23822 #. type: verbatim
23823 #: ../fish/guestfish-actions.pod:1998
23824 #, no-wrap
23825 msgid ""
23826 " inspect-get-product-name root\n"
23827 "\n"
23828 msgstr ""
23829
23830 #. type: =head2
23831 #: ../fish/guestfish-actions.pod:2013
23832 msgid "inspect-get-product-variant"
23833 msgstr ""
23834
23835 #. type: verbatim
23836 #: ../fish/guestfish-actions.pod:2015
23837 #, no-wrap
23838 msgid ""
23839 " inspect-get-product-variant root\n"
23840 "\n"
23841 msgstr ""
23842
23843 #. type: textblock
23844 #: ../fish/guestfish-actions.pod:2039
23845 msgid ""
23846 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23847 "get-product-name>, L</inspect-get-major-version>."
23848 msgstr ""
23849
23850 #. type: =head2
23851 #: ../fish/guestfish-actions.pod:2043
23852 msgid "inspect-get-roots"
23853 msgstr ""
23854
23855 #. type: verbatim
23856 #: ../fish/guestfish-actions.pod:2045
23857 #, no-wrap
23858 msgid ""
23859 " inspect-get-roots\n"
23860 "\n"
23861 msgstr ""
23862
23863 #. type: textblock
23864 #: ../fish/guestfish-actions.pod:2047
23865 msgid ""
23866 "This function is a convenient way to get the list of root devices, as "
23867 "returned from a previous call to L</inspect-os>, but without redoing the "
23868 "whole inspection process."
23869 msgstr ""
23870
23871 #. type: textblock
23872 #: ../fish/guestfish-actions.pod:2051
23873 msgid ""
23874 "This returns an empty list if either no root devices were found or the "
23875 "caller has not called L</inspect-os>."
23876 msgstr ""
23877
23878 #. type: =head2
23879 #: ../fish/guestfish-actions.pod:2056
23880 msgid "inspect-get-type"
23881 msgstr ""
23882
23883 #. type: verbatim
23884 #: ../fish/guestfish-actions.pod:2058
23885 #, no-wrap
23886 msgid ""
23887 " inspect-get-type root\n"
23888 "\n"
23889 msgstr ""
23890
23891 #. type: =head2
23892 #: ../fish/guestfish-actions.pod:2091
23893 msgid "inspect-get-windows-current-control-set"
23894 msgstr ""
23895
23896 #. type: verbatim
23897 #: ../fish/guestfish-actions.pod:2093
23898 #, no-wrap
23899 msgid ""
23900 " inspect-get-windows-current-control-set root\n"
23901 "\n"
23902 msgstr ""
23903
23904 #. type: =head2
23905 #: ../fish/guestfish-actions.pod:2107
23906 msgid "inspect-get-windows-systemroot"
23907 msgstr ""
23908
23909 #. type: verbatim
23910 #: ../fish/guestfish-actions.pod:2109
23911 #, no-wrap
23912 msgid ""
23913 " inspect-get-windows-systemroot root\n"
23914 "\n"
23915 msgstr ""
23916
23917 #. type: =head2
23918 #: ../fish/guestfish-actions.pod:2123
23919 msgid "inspect-is-live"
23920 msgstr ""
23921
23922 #. type: verbatim
23923 #: ../fish/guestfish-actions.pod:2125
23924 #, no-wrap
23925 msgid ""
23926 " inspect-is-live root\n"
23927 "\n"
23928 msgstr ""
23929
23930 #. type: textblock
23931 #: ../fish/guestfish-actions.pod:2130
23932 msgid ""
23933 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23934 "then this returns true if a live image was detected on the disk."
23935 msgstr ""
23936
23937 #. type: =head2
23938 #: ../fish/guestfish-actions.pod:2136
23939 msgid "inspect-is-multipart"
23940 msgstr ""
23941
23942 #. type: verbatim
23943 #: ../fish/guestfish-actions.pod:2138
23944 #, no-wrap
23945 msgid ""
23946 " inspect-is-multipart root\n"
23947 "\n"
23948 msgstr ""
23949
23950 #. type: textblock
23951 #: ../fish/guestfish-actions.pod:2143
23952 msgid ""
23953 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23954 "then this returns true if the disk is part of a set."
23955 msgstr ""
23956
23957 #. type: =head2
23958 #: ../fish/guestfish-actions.pod:2149
23959 msgid "inspect-is-netinst"
23960 msgstr ""
23961
23962 #. type: verbatim
23963 #: ../fish/guestfish-actions.pod:2151
23964 #, no-wrap
23965 msgid ""
23966 " inspect-is-netinst root\n"
23967 "\n"
23968 msgstr ""
23969
23970 #. type: textblock
23971 #: ../fish/guestfish-actions.pod:2156
23972 msgid ""
23973 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
23974 "then this returns true if the disk is a network installer, ie. not a self-"
23975 "contained install CD but one which is likely to require network access to "
23976 "complete the install."
23977 msgstr ""
23978
23979 #. type: =head2
23980 #: ../fish/guestfish-actions.pod:2164
23981 msgid "inspect-list-applications"
23982 msgstr ""
23983
23984 #. type: verbatim
23985 #: ../fish/guestfish-actions.pod:2166
23986 #, no-wrap
23987 msgid ""
23988 " inspect-list-applications root\n"
23989 "\n"
23990 msgstr ""
23991
23992 #. type: textblock
23993 #: ../fish/guestfish-actions.pod:2173
23994 msgid ""
23995 "I<Note:> This call works differently from other parts of the inspection "
23996 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
23997 "then mount up the disks, before calling this.  Listing applications is a "
23998 "significantly more difficult operation which requires access to the full "
23999 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
24000 "are just returning data cached in the libguestfs handle, this call actually "
24001 "reads parts of the mounted filesystems during the call."
24002 msgstr ""
24003
24004 #. type: =head2
24005 #: ../fish/guestfish-actions.pod:2263
24006 msgid "inspect-os"
24007 msgstr ""
24008
24009 #. type: verbatim
24010 #: ../fish/guestfish-actions.pod:2265
24011 #, no-wrap
24012 msgid ""
24013 " inspect-os\n"
24014 "\n"
24015 msgstr ""
24016
24017 #. type: textblock
24018 #: ../fish/guestfish-actions.pod:2280
24019 msgid ""
24020 "You can pass the root string(s) returned to other L</inspect-get-*> "
24021 "functions in order to query further information about each operating system, "
24022 "such as the name and version."
24023 msgstr ""
24024
24025 #. type: textblock
24026 #: ../fish/guestfish-actions.pod:2285
24027 msgid ""
24028 "This function uses other libguestfs features such as L</mount-ro> and L</"
24029 "umount-all> in order to mount and unmount filesystems and look at the "
24030 "contents.  This should be called with no disks currently mounted.  The "
24031 "function may also use Augeas, so any existing Augeas handle will be closed."
24032 msgstr ""
24033
24034 #. type: textblock
24035 #: ../fish/guestfish-actions.pod:2297 ../fish/guestfish-actions.pod:2473
24036 #: ../fish/guestfish-actions.pod:2519
24037 msgid "See also L</list-filesystems>."
24038 msgstr ""
24039
24040 #. type: =head2
24041 #: ../fish/guestfish-actions.pod:2299
24042 msgid "is-blockdev"
24043 msgstr ""
24044
24045 #. type: verbatim
24046 #: ../fish/guestfish-actions.pod:2301
24047 #, no-wrap
24048 msgid ""
24049 " is-blockdev path\n"
24050 "\n"
24051 msgstr ""
24052
24053 #. type: textblock
24054 #: ../fish/guestfish-actions.pod:2306 ../fish/guestfish-actions.pod:2324
24055 #: ../fish/guestfish-actions.pod:2343 ../fish/guestfish-actions.pod:2352
24056 #: ../fish/guestfish-actions.pod:2362 ../fish/guestfish-actions.pod:2396
24057 #: ../fish/guestfish-actions.pod:2405
24058 msgid "See also L</stat>."
24059 msgstr ""
24060
24061 #. type: =head2
24062 #: ../fish/guestfish-actions.pod:2308
24063 msgid "is-busy"
24064 msgstr ""
24065
24066 #. type: verbatim
24067 #: ../fish/guestfish-actions.pod:2310
24068 #, no-wrap
24069 msgid ""
24070 " is-busy\n"
24071 "\n"
24072 msgstr ""
24073
24074 #. type: =head2
24075 #: ../fish/guestfish-actions.pod:2317
24076 msgid "is-chardev"
24077 msgstr ""
24078
24079 #. type: verbatim
24080 #: ../fish/guestfish-actions.pod:2319
24081 #, no-wrap
24082 msgid ""
24083 " is-chardev path\n"
24084 "\n"
24085 msgstr ""
24086
24087 #. type: =head2
24088 #: ../fish/guestfish-actions.pod:2326
24089 msgid "is-config"
24090 msgstr ""
24091
24092 #. type: verbatim
24093 #: ../fish/guestfish-actions.pod:2328
24094 #, no-wrap
24095 msgid ""
24096 " is-config\n"
24097 "\n"
24098 msgstr ""
24099
24100 #. type: =head2
24101 #: ../fish/guestfish-actions.pod:2335
24102 msgid "is-dir"
24103 msgstr ""
24104
24105 #. type: verbatim
24106 #: ../fish/guestfish-actions.pod:2337
24107 #, no-wrap
24108 msgid ""
24109 " is-dir path\n"
24110 "\n"
24111 msgstr ""
24112
24113 #. type: =head2
24114 #: ../fish/guestfish-actions.pod:2345
24115 msgid "is-fifo"
24116 msgstr ""
24117
24118 #. type: verbatim
24119 #: ../fish/guestfish-actions.pod:2347
24120 #, no-wrap
24121 msgid ""
24122 " is-fifo path\n"
24123 "\n"
24124 msgstr ""
24125
24126 #. type: =head2
24127 #: ../fish/guestfish-actions.pod:2354
24128 msgid "is-file"
24129 msgstr ""
24130
24131 #. type: verbatim
24132 #: ../fish/guestfish-actions.pod:2356
24133 #, no-wrap
24134 msgid ""
24135 " is-file path\n"
24136 "\n"
24137 msgstr ""
24138
24139 #. type: =head2
24140 #: ../fish/guestfish-actions.pod:2364
24141 msgid "is-launching"
24142 msgstr ""
24143
24144 #. type: verbatim
24145 #: ../fish/guestfish-actions.pod:2366
24146 #, no-wrap
24147 msgid ""
24148 " is-launching\n"
24149 "\n"
24150 msgstr ""
24151
24152 #. type: =head2
24153 #: ../fish/guestfish-actions.pod:2373
24154 msgid "is-lv"
24155 msgstr ""
24156
24157 #. type: verbatim
24158 #: ../fish/guestfish-actions.pod:2375
24159 #, no-wrap
24160 msgid ""
24161 " is-lv device\n"
24162 "\n"
24163 msgstr ""
24164
24165 #. type: =head2
24166 #: ../fish/guestfish-actions.pod:2380
24167 msgid "is-ready"
24168 msgstr ""
24169
24170 #. type: verbatim
24171 #: ../fish/guestfish-actions.pod:2382
24172 #, no-wrap
24173 msgid ""
24174 " is-ready\n"
24175 "\n"
24176 msgstr ""
24177
24178 #. type: =head2
24179 #: ../fish/guestfish-actions.pod:2389
24180 msgid "is-socket"
24181 msgstr ""
24182
24183 #. type: verbatim
24184 #: ../fish/guestfish-actions.pod:2391
24185 #, no-wrap
24186 msgid ""
24187 " is-socket path\n"
24188 "\n"
24189 msgstr ""
24190
24191 #. type: =head2
24192 #: ../fish/guestfish-actions.pod:2398
24193 msgid "is-symlink"
24194 msgstr ""
24195
24196 #. type: verbatim
24197 #: ../fish/guestfish-actions.pod:2400
24198 #, no-wrap
24199 msgid ""
24200 " is-symlink path\n"
24201 "\n"
24202 msgstr ""
24203
24204 #. type: =head2
24205 #: ../fish/guestfish-actions.pod:2407
24206 msgid "kill-subprocess"
24207 msgstr ""
24208
24209 #. type: verbatim
24210 #: ../fish/guestfish-actions.pod:2409
24211 #, no-wrap
24212 msgid ""
24213 " kill-subprocess\n"
24214 "\n"
24215 msgstr ""
24216
24217 #. type: =head2
24218 #: ../fish/guestfish-actions.pod:2413
24219 msgid "launch"
24220 msgstr ""
24221
24222 #. type: =head2
24223 #: ../fish/guestfish-actions.pod:2415
24224 msgid "run"
24225 msgstr ""
24226
24227 #. type: verbatim
24228 #: ../fish/guestfish-actions.pod:2417
24229 #, no-wrap
24230 msgid ""
24231 " launch\n"
24232 "\n"
24233 msgstr ""
24234
24235 #. type: =head2
24236 #: ../fish/guestfish-actions.pod:2425
24237 msgid "lchown"
24238 msgstr ""
24239
24240 #. type: verbatim
24241 #: ../fish/guestfish-actions.pod:2427
24242 #, no-wrap
24243 msgid ""
24244 " lchown owner group path\n"
24245 "\n"
24246 msgstr ""
24247
24248 #. type: textblock
24249 #: ../fish/guestfish-actions.pod:2429
24250 msgid ""
24251 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
24252 "chown> but if C<path> is a symlink then the link itself is changed, not the "
24253 "target."
24254 msgstr ""
24255
24256 #. type: =head2
24257 #: ../fish/guestfish-actions.pod:2437
24258 msgid "lgetxattr"
24259 msgstr ""
24260
24261 #. type: verbatim
24262 #: ../fish/guestfish-actions.pod:2439
24263 #, no-wrap
24264 msgid ""
24265 " lgetxattr path name\n"
24266 "\n"
24267 msgstr ""
24268
24269 #. type: textblock
24270 #: ../fish/guestfish-actions.pod:2455
24271 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
24272 msgstr ""
24273
24274 #. type: =head2
24275 #: ../fish/guestfish-actions.pod:2457
24276 msgid "lgetxattrs"
24277 msgstr ""
24278
24279 #. type: verbatim
24280 #: ../fish/guestfish-actions.pod:2459
24281 #, no-wrap
24282 msgid ""
24283 " lgetxattrs path\n"
24284 "\n"
24285 msgstr ""
24286
24287 #. type: textblock
24288 #: ../fish/guestfish-actions.pod:2461
24289 msgid ""
24290 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
24291 "it returns the extended attributes of the link itself."
24292 msgstr ""
24293
24294 #. type: =head2
24295 #: ../fish/guestfish-actions.pod:2465
24296 msgid "list-devices"
24297 msgstr ""
24298
24299 #. type: verbatim
24300 #: ../fish/guestfish-actions.pod:2467
24301 #, no-wrap
24302 msgid ""
24303 " list-devices\n"
24304 "\n"
24305 msgstr ""
24306
24307 #. type: =head2
24308 #: ../fish/guestfish-actions.pod:2475
24309 msgid "list-filesystems"
24310 msgstr ""
24311
24312 #. type: verbatim
24313 #: ../fish/guestfish-actions.pod:2477
24314 #, no-wrap
24315 msgid ""
24316 " list-filesystems\n"
24317 "\n"
24318 msgstr ""
24319
24320 #. type: textblock
24321 #: ../fish/guestfish-actions.pod:2496
24322 msgid ""
24323 "This command runs other libguestfs commands, which might include L</mount> "
24324 "and L</umount>, and therefore you should use this soon after launch and only "
24325 "when nothing is mounted."
24326 msgstr ""
24327
24328 #. type: textblock
24329 #: ../fish/guestfish-actions.pod:2500
24330 msgid ""
24331 "Not all of the filesystems returned will be mountable.  In particular, swap "
24332 "partitions are returned in the list.  Also this command does not check that "
24333 "each filesystem found is valid and mountable, and some filesystems might be "
24334 "mountable but require special options.  Filesystems may not all belong to a "
24335 "single logical operating system (use L</inspect-os> to look for OSes)."
24336 msgstr ""
24337
24338 #. type: =head2
24339 #: ../fish/guestfish-actions.pod:2508
24340 msgid "list-partitions"
24341 msgstr ""
24342
24343 #. type: verbatim
24344 #: ../fish/guestfish-actions.pod:2510
24345 #, no-wrap
24346 msgid ""
24347 " list-partitions\n"
24348 "\n"
24349 msgstr ""
24350
24351 #. type: textblock
24352 #: ../fish/guestfish-actions.pod:2516
24353 msgid ""
24354 "This does not return logical volumes.  For that you will need to call L</"
24355 "lvs>."
24356 msgstr ""
24357
24358 #. type: =head2
24359 #: ../fish/guestfish-actions.pod:2521
24360 msgid "ll"
24361 msgstr ""
24362
24363 #. type: verbatim
24364 #: ../fish/guestfish-actions.pod:2523
24365 #, no-wrap
24366 msgid ""
24367 " ll directory\n"
24368 "\n"
24369 msgstr ""
24370
24371 #. type: =head2
24372 #: ../fish/guestfish-actions.pod:2531
24373 msgid "ln"
24374 msgstr ""
24375
24376 #. type: verbatim
24377 #: ../fish/guestfish-actions.pod:2533
24378 #, no-wrap
24379 msgid ""
24380 " ln target linkname\n"
24381 "\n"
24382 msgstr ""
24383
24384 #. type: =head2
24385 #: ../fish/guestfish-actions.pod:2537
24386 msgid "ln-f"
24387 msgstr ""
24388
24389 #. type: verbatim
24390 #: ../fish/guestfish-actions.pod:2539
24391 #, no-wrap
24392 msgid ""
24393 " ln-f target linkname\n"
24394 "\n"
24395 msgstr ""
24396
24397 #. type: =head2
24398 #: ../fish/guestfish-actions.pod:2544
24399 msgid "ln-s"
24400 msgstr ""
24401
24402 #. type: verbatim
24403 #: ../fish/guestfish-actions.pod:2546
24404 #, no-wrap
24405 msgid ""
24406 " ln-s target linkname\n"
24407 "\n"
24408 msgstr ""
24409
24410 #. type: =head2
24411 #: ../fish/guestfish-actions.pod:2550
24412 msgid "ln-sf"
24413 msgstr ""
24414
24415 #. type: verbatim
24416 #: ../fish/guestfish-actions.pod:2552
24417 #, no-wrap
24418 msgid ""
24419 " ln-sf target linkname\n"
24420 "\n"
24421 msgstr ""
24422
24423 #. type: =head2
24424 #: ../fish/guestfish-actions.pod:2557
24425 msgid "lremovexattr"
24426 msgstr ""
24427
24428 #. type: verbatim
24429 #: ../fish/guestfish-actions.pod:2559
24430 #, no-wrap
24431 msgid ""
24432 " lremovexattr xattr path\n"
24433 "\n"
24434 msgstr ""
24435
24436 #. type: textblock
24437 #: ../fish/guestfish-actions.pod:2561
24438 msgid ""
24439 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
24440 "it removes an extended attribute of the link itself."
24441 msgstr ""
24442
24443 #. type: =head2
24444 #: ../fish/guestfish-actions.pod:2565
24445 msgid "ls"
24446 msgstr ""
24447
24448 #. type: verbatim
24449 #: ../fish/guestfish-actions.pod:2567
24450 #, no-wrap
24451 msgid ""
24452 " ls directory\n"
24453 "\n"
24454 msgstr ""
24455
24456 #. type: textblock
24457 #: ../fish/guestfish-actions.pod:2573
24458 msgid ""
24459 "This command is mostly useful for interactive sessions.  Programs should "
24460 "probably use L</readdir> instead."
24461 msgstr ""
24462
24463 #. type: =head2
24464 #: ../fish/guestfish-actions.pod:2576
24465 msgid "lsetxattr"
24466 msgstr ""
24467
24468 #. type: verbatim
24469 #: ../fish/guestfish-actions.pod:2578
24470 #, no-wrap
24471 msgid ""
24472 " lsetxattr xattr val vallen path\n"
24473 "\n"
24474 msgstr ""
24475
24476 #. type: textblock
24477 #: ../fish/guestfish-actions.pod:2580
24478 msgid ""
24479 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
24480 "sets an extended attribute of the link itself."
24481 msgstr ""
24482
24483 #. type: =head2
24484 #: ../fish/guestfish-actions.pod:2584
24485 msgid "lstat"
24486 msgstr ""
24487
24488 #. type: verbatim
24489 #: ../fish/guestfish-actions.pod:2586
24490 #, no-wrap
24491 msgid ""
24492 " lstat path\n"
24493 "\n"
24494 msgstr ""
24495
24496 #. type: textblock
24497 #: ../fish/guestfish-actions.pod:2590
24498 msgid ""
24499 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
24500 "the link is stat-ed, not the file it refers to."
24501 msgstr ""
24502
24503 #. type: =head2
24504 #: ../fish/guestfish-actions.pod:2596
24505 msgid "lstatlist"
24506 msgstr ""
24507
24508 #. type: verbatim
24509 #: ../fish/guestfish-actions.pod:2598
24510 #, no-wrap
24511 msgid ""
24512 " lstatlist path 'names ...'\n"
24513 "\n"
24514 msgstr ""
24515
24516 #. type: textblock
24517 #: ../fish/guestfish-actions.pod:2600
24518 msgid ""
24519 "This call allows you to perform the L</lstat> operation on multiple files, "
24520 "where all files are in the directory C<path>.  C<names> is the list of files "
24521 "from this directory."
24522 msgstr ""
24523
24524 #. type: textblock
24525 #: ../fish/guestfish-actions.pod:2609
24526 msgid ""
24527 "This call is intended for programs that want to efficiently list a directory "
24528 "contents without making many round-trips.  See also L</lxattrlist> for a "
24529 "similarly efficient call for getting extended attributes.  Very long "
24530 "directory listings might cause the protocol message size to be exceeded, "
24531 "causing this call to fail.  The caller must split up such requests into "
24532 "smaller groups of names."
24533 msgstr ""
24534
24535 #. type: =head2
24536 #: ../fish/guestfish-actions.pod:2617
24537 msgid "luks-add-key"
24538 msgstr ""
24539
24540 #. type: verbatim
24541 #: ../fish/guestfish-actions.pod:2619
24542 #, no-wrap
24543 msgid ""
24544 " luks-add-key device keyslot\n"
24545 "\n"
24546 msgstr ""
24547
24548 #. type: textblock
24549 #: ../fish/guestfish-actions.pod:2626
24550 msgid ""
24551 "Note that if C<keyslot> already contains a key, then this command will "
24552 "fail.  You have to use L</luks-kill-slot> first to remove that key."
24553 msgstr ""
24554
24555 #. type: textblock
24556 #: ../fish/guestfish-actions.pod:2630 ../fish/guestfish-actions.pod:2652
24557 #: ../fish/guestfish-actions.pod:2665 ../fish/guestfish-actions.pod:2679
24558 #: ../fish/guestfish-actions.pod:2702 ../fish/guestfish-actions.pod:2712
24559 msgid ""
24560 "This command has one or more key or passphrase parameters.  Guestfish will "
24561 "prompt for these separately."
24562 msgstr ""
24563
24564 #. type: =head2
24565 #: ../fish/guestfish-actions.pod:2633
24566 msgid "luks-close"
24567 msgstr ""
24568
24569 #. type: verbatim
24570 #: ../fish/guestfish-actions.pod:2635
24571 #, no-wrap
24572 msgid ""
24573 " luks-close device\n"
24574 "\n"
24575 msgstr ""
24576
24577 #. type: textblock
24578 #: ../fish/guestfish-actions.pod:2637
24579 msgid ""
24580 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
24581 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
24582 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
24583 "block device."
24584 msgstr ""
24585
24586 #. type: =head2
24587 #: ../fish/guestfish-actions.pod:2643
24588 msgid "luks-format"
24589 msgstr ""
24590
24591 #. type: verbatim
24592 #: ../fish/guestfish-actions.pod:2645
24593 #, no-wrap
24594 msgid ""
24595 " luks-format device keyslot\n"
24596 "\n"
24597 msgstr ""
24598
24599 #. type: =head2
24600 #: ../fish/guestfish-actions.pod:2658
24601 msgid "luks-format-cipher"
24602 msgstr ""
24603
24604 #. type: verbatim
24605 #: ../fish/guestfish-actions.pod:2660
24606 #, no-wrap
24607 msgid ""
24608 " luks-format-cipher device keyslot cipher\n"
24609 "\n"
24610 msgstr ""
24611
24612 #. type: textblock
24613 #: ../fish/guestfish-actions.pod:2662
24614 msgid ""
24615 "This command is the same as L</luks-format> but it also allows you to set "
24616 "the C<cipher> used."
24617 msgstr ""
24618
24619 #. type: =head2
24620 #: ../fish/guestfish-actions.pod:2671
24621 msgid "luks-kill-slot"
24622 msgstr ""
24623
24624 #. type: verbatim
24625 #: ../fish/guestfish-actions.pod:2673
24626 #, no-wrap
24627 msgid ""
24628 " luks-kill-slot device keyslot\n"
24629 "\n"
24630 msgstr ""
24631
24632 #. type: =head2
24633 #: ../fish/guestfish-actions.pod:2682
24634 msgid "luks-open"
24635 msgstr ""
24636
24637 #. type: verbatim
24638 #: ../fish/guestfish-actions.pod:2684
24639 #, no-wrap
24640 msgid ""
24641 " luks-open device mapname\n"
24642 "\n"
24643 msgstr ""
24644
24645 #. type: textblock
24646 #: ../fish/guestfish-actions.pod:2698
24647 msgid ""
24648 "If this block device contains LVM volume groups, then calling L</vgscan> "
24649 "followed by L</vg-activate-all> will make them visible."
24650 msgstr ""
24651
24652 #. type: =head2
24653 #: ../fish/guestfish-actions.pod:2705
24654 msgid "luks-open-ro"
24655 msgstr ""
24656
24657 #. type: verbatim
24658 #: ../fish/guestfish-actions.pod:2707
24659 #, no-wrap
24660 msgid ""
24661 " luks-open-ro device mapname\n"
24662 "\n"
24663 msgstr ""
24664
24665 #. type: textblock
24666 #: ../fish/guestfish-actions.pod:2709
24667 msgid ""
24668 "This is the same as L</luks-open> except that a read-only mapping is created."
24669 msgstr ""
24670
24671 #. type: =head2
24672 #: ../fish/guestfish-actions.pod:2715
24673 msgid "lvcreate"
24674 msgstr ""
24675
24676 #. type: verbatim
24677 #: ../fish/guestfish-actions.pod:2717
24678 #, no-wrap
24679 msgid ""
24680 " lvcreate logvol volgroup mbytes\n"
24681 "\n"
24682 msgstr ""
24683
24684 #. type: =head2
24685 #: ../fish/guestfish-actions.pod:2722
24686 msgid "lvm-canonical-lv-name"
24687 msgstr ""
24688
24689 #. type: verbatim
24690 #: ../fish/guestfish-actions.pod:2724
24691 #, no-wrap
24692 msgid ""
24693 " lvm-canonical-lv-name lvname\n"
24694 "\n"
24695 msgstr ""
24696
24697 #. type: textblock
24698 #: ../fish/guestfish-actions.pod:2733
24699 msgid "See also L</is-lv>."
24700 msgstr ""
24701
24702 #. type: =head2
24703 #: ../fish/guestfish-actions.pod:2735
24704 msgid "lvm-clear-filter"
24705 msgstr ""
24706
24707 #. type: verbatim
24708 #: ../fish/guestfish-actions.pod:2737
24709 #, no-wrap
24710 msgid ""
24711 " lvm-clear-filter\n"
24712 "\n"
24713 msgstr ""
24714
24715 #. type: textblock
24716 #: ../fish/guestfish-actions.pod:2739
24717 msgid ""
24718 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24719 "block device."
24720 msgstr ""
24721
24722 #. type: =head2
24723 #: ../fish/guestfish-actions.pod:2745
24724 msgid "lvm-remove-all"
24725 msgstr ""
24726
24727 #. type: verbatim
24728 #: ../fish/guestfish-actions.pod:2747
24729 #, no-wrap
24730 msgid ""
24731 " lvm-remove-all\n"
24732 "\n"
24733 msgstr ""
24734
24735 #. type: =head2
24736 #: ../fish/guestfish-actions.pod:2755
24737 msgid "lvm-set-filter"
24738 msgstr ""
24739
24740 #. type: verbatim
24741 #: ../fish/guestfish-actions.pod:2757
24742 #, no-wrap
24743 msgid ""
24744 " lvm-set-filter 'devices ...'\n"
24745 "\n"
24746 msgstr ""
24747
24748 #. type: =head2
24749 #: ../fish/guestfish-actions.pod:2782
24750 msgid "lvremove"
24751 msgstr ""
24752
24753 #. type: verbatim
24754 #: ../fish/guestfish-actions.pod:2784
24755 #, no-wrap
24756 msgid ""
24757 " lvremove device\n"
24758 "\n"
24759 msgstr ""
24760
24761 #. type: =head2
24762 #: ../fish/guestfish-actions.pod:2792
24763 msgid "lvrename"
24764 msgstr ""
24765
24766 #. type: verbatim
24767 #: ../fish/guestfish-actions.pod:2794
24768 #, no-wrap
24769 msgid ""
24770 " lvrename logvol newlogvol\n"
24771 "\n"
24772 msgstr ""
24773
24774 #. type: =head2
24775 #: ../fish/guestfish-actions.pod:2798
24776 msgid "lvresize"
24777 msgstr ""
24778
24779 #. type: verbatim
24780 #: ../fish/guestfish-actions.pod:2800
24781 #, no-wrap
24782 msgid ""
24783 " lvresize device mbytes\n"
24784 "\n"
24785 msgstr ""
24786
24787 #. type: =head2
24788 #: ../fish/guestfish-actions.pod:2806
24789 msgid "lvresize-free"
24790 msgstr ""
24791
24792 #. type: verbatim
24793 #: ../fish/guestfish-actions.pod:2808
24794 #, no-wrap
24795 msgid ""
24796 " lvresize-free lv percent\n"
24797 "\n"
24798 msgstr ""
24799
24800 #. type: =head2
24801 #: ../fish/guestfish-actions.pod:2816
24802 msgid "lvs"
24803 msgstr ""
24804
24805 #. type: verbatim
24806 #: ../fish/guestfish-actions.pod:2818
24807 #, no-wrap
24808 msgid ""
24809 " lvs\n"
24810 "\n"
24811 msgstr ""
24812
24813 #. type: textblock
24814 #: ../fish/guestfish-actions.pod:2826
24815 msgid "See also L</lvs-full>, L</list-filesystems>."
24816 msgstr ""
24817
24818 #. type: =head2
24819 #: ../fish/guestfish-actions.pod:2828
24820 msgid "lvs-full"
24821 msgstr ""
24822
24823 #. type: verbatim
24824 #: ../fish/guestfish-actions.pod:2830
24825 #, no-wrap
24826 msgid ""
24827 " lvs-full\n"
24828 "\n"
24829 msgstr ""
24830
24831 #. type: =head2
24832 #: ../fish/guestfish-actions.pod:2835
24833 msgid "lvuuid"
24834 msgstr ""
24835
24836 #. type: verbatim
24837 #: ../fish/guestfish-actions.pod:2837
24838 #, no-wrap
24839 msgid ""
24840 " lvuuid device\n"
24841 "\n"
24842 msgstr ""
24843
24844 #. type: =head2
24845 #: ../fish/guestfish-actions.pod:2841
24846 msgid "lxattrlist"
24847 msgstr ""
24848
24849 #. type: verbatim
24850 #: ../fish/guestfish-actions.pod:2843
24851 #, no-wrap
24852 msgid ""
24853 " lxattrlist path 'names ...'\n"
24854 "\n"
24855 msgstr ""
24856
24857 #. type: textblock
24858 #: ../fish/guestfish-actions.pod:2859
24859 msgid ""
24860 "This call is intended for programs that want to efficiently list a directory "
24861 "contents without making many round-trips.  See also L</lstatlist> for a "
24862 "similarly efficient call for getting standard stats.  Very long directory "
24863 "listings might cause the protocol message size to be exceeded, causing this "
24864 "call to fail.  The caller must split up such requests into smaller groups of "
24865 "names."
24866 msgstr ""
24867
24868 #. type: =head2
24869 #: ../fish/guestfish-actions.pod:2867
24870 msgid "mkdir"
24871 msgstr ""
24872
24873 #. type: verbatim
24874 #: ../fish/guestfish-actions.pod:2869
24875 #, no-wrap
24876 msgid ""
24877 " mkdir path\n"
24878 "\n"
24879 msgstr ""
24880
24881 #. type: =head2
24882 #: ../fish/guestfish-actions.pod:2873
24883 msgid "mkdir-mode"
24884 msgstr ""
24885
24886 #. type: verbatim
24887 #: ../fish/guestfish-actions.pod:2875
24888 #, no-wrap
24889 msgid ""
24890 " mkdir-mode path mode\n"
24891 "\n"
24892 msgstr ""
24893
24894 #. type: textblock
24895 #: ../fish/guestfish-actions.pod:2884
24896 msgid "See also L</mkdir>, L</umask>"
24897 msgstr ""
24898
24899 #. type: =head2
24900 #: ../fish/guestfish-actions.pod:2886
24901 msgid "mkdir-p"
24902 msgstr ""
24903
24904 #. type: verbatim
24905 #: ../fish/guestfish-actions.pod:2888
24906 #, no-wrap
24907 msgid ""
24908 " mkdir-p path\n"
24909 "\n"
24910 msgstr ""
24911
24912 #. type: =head2
24913 #: ../fish/guestfish-actions.pod:2893
24914 msgid "mkdtemp"
24915 msgstr ""
24916
24917 #. type: verbatim
24918 #: ../fish/guestfish-actions.pod:2895
24919 #, no-wrap
24920 msgid ""
24921 " mkdtemp template\n"
24922 "\n"
24923 msgstr ""
24924
24925 #. type: =head2
24926 #: ../fish/guestfish-actions.pod:2916
24927 msgid "mke2fs-J"
24928 msgstr ""
24929
24930 #. type: verbatim
24931 #: ../fish/guestfish-actions.pod:2918
24932 #, no-wrap
24933 msgid ""
24934 " mke2fs-J fstype blocksize device journal\n"
24935 "\n"
24936 msgstr ""
24937
24938 #. type: textblock
24939 #: ../fish/guestfish-actions.pod:2926
24940 msgid "See also L</mke2journal>."
24941 msgstr ""
24942
24943 #. type: =head2
24944 #: ../fish/guestfish-actions.pod:2928
24945 msgid "mke2fs-JL"
24946 msgstr ""
24947
24948 #. type: verbatim
24949 #: ../fish/guestfish-actions.pod:2930
24950 #, no-wrap
24951 msgid ""
24952 " mke2fs-JL fstype blocksize device label\n"
24953 "\n"
24954 msgstr ""
24955
24956 #. type: textblock
24957 #: ../fish/guestfish-actions.pod:2935
24958 msgid "See also L</mke2journal-L>."
24959 msgstr ""
24960
24961 #. type: =head2
24962 #: ../fish/guestfish-actions.pod:2937
24963 msgid "mke2fs-JU"
24964 msgstr ""
24965
24966 #. type: verbatim
24967 #: ../fish/guestfish-actions.pod:2939
24968 #, no-wrap
24969 msgid ""
24970 " mke2fs-JU fstype blocksize device uuid\n"
24971 "\n"
24972 msgstr ""
24973
24974 #. type: textblock
24975 #: ../fish/guestfish-actions.pod:2944
24976 msgid "See also L</mke2journal-U>."
24977 msgstr ""
24978
24979 #. type: =head2
24980 #: ../fish/guestfish-actions.pod:2946
24981 msgid "mke2journal"
24982 msgstr ""
24983
24984 #. type: verbatim
24985 #: ../fish/guestfish-actions.pod:2948
24986 #, no-wrap
24987 msgid ""
24988 " mke2journal blocksize device\n"
24989 "\n"
24990 msgstr ""
24991
24992 #. type: =head2
24993 #: ../fish/guestfish-actions.pod:2955
24994 msgid "mke2journal-L"
24995 msgstr ""
24996
24997 #. type: verbatim
24998 #: ../fish/guestfish-actions.pod:2957
24999 #, no-wrap
25000 msgid ""
25001 " mke2journal-L blocksize label device\n"
25002 "\n"
25003 msgstr ""
25004
25005 #. type: =head2
25006 #: ../fish/guestfish-actions.pod:2961
25007 msgid "mke2journal-U"
25008 msgstr ""
25009
25010 #. type: verbatim
25011 #: ../fish/guestfish-actions.pod:2963
25012 #, no-wrap
25013 msgid ""
25014 " mke2journal-U blocksize uuid device\n"
25015 "\n"
25016 msgstr ""
25017
25018 #. type: =head2
25019 #: ../fish/guestfish-actions.pod:2967
25020 msgid "mkfifo"
25021 msgstr ""
25022
25023 #. type: verbatim
25024 #: ../fish/guestfish-actions.pod:2969
25025 #, no-wrap
25026 msgid ""
25027 " mkfifo mode path\n"
25028 "\n"
25029 msgstr ""
25030
25031 #. type: textblock
25032 #: ../fish/guestfish-actions.pod:2971
25033 msgid ""
25034 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
25035 "is just a convenient wrapper around L</mknod>."
25036 msgstr ""
25037
25038 #. type: =head2
25039 #: ../fish/guestfish-actions.pod:2977
25040 msgid "mkfs"
25041 msgstr ""
25042
25043 #. type: verbatim
25044 #: ../fish/guestfish-actions.pod:2979
25045 #, no-wrap
25046 msgid ""
25047 " mkfs fstype device\n"
25048 "\n"
25049 msgstr ""
25050
25051 #. type: =head2
25052 #: ../fish/guestfish-actions.pod:2985
25053 msgid "mkfs-b"
25054 msgstr ""
25055
25056 #. type: verbatim
25057 #: ../fish/guestfish-actions.pod:2987
25058 #, no-wrap
25059 msgid ""
25060 " mkfs-b fstype blocksize device\n"
25061 "\n"
25062 msgstr ""
25063
25064 #. type: textblock
25065 #: ../fish/guestfish-actions.pod:2989
25066 msgid ""
25067 "This call is similar to L</mkfs>, but it allows you to control the block "
25068 "size of the resulting filesystem.  Supported block sizes depend on the "
25069 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
25070 msgstr ""
25071
25072 #. type: =head2
25073 #: ../fish/guestfish-actions.pod:3004
25074 msgid "mkfs-opts"
25075 msgstr ""
25076
25077 #. type: verbatim
25078 #: ../fish/guestfish-actions.pod:3006
25079 #, no-wrap
25080 msgid ""
25081 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
25082 "\n"
25083 msgstr ""
25084
25085 #. type: =head2
25086 #: ../fish/guestfish-actions.pod:3041
25087 msgid "mkmountpoint"
25088 msgstr ""
25089
25090 #. type: verbatim
25091 #: ../fish/guestfish-actions.pod:3043
25092 #, no-wrap
25093 msgid ""
25094 " mkmountpoint exemptpath\n"
25095 "\n"
25096 msgstr ""
25097
25098 #. type: textblock
25099 #: ../fish/guestfish-actions.pod:3045
25100 msgid ""
25101 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
25102 "to create extra mountpoints before mounting the first filesystem."
25103 msgstr ""
25104
25105 #. type: textblock
25106 #: ../fish/guestfish-actions.pod:3069
25107 msgid ""
25108 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
25109 "unexpected errors if you try to mix these calls.  It is safest to manually "
25110 "unmount filesystems and remove mountpoints after use."
25111 msgstr ""
25112
25113 #. type: textblock
25114 #: ../fish/guestfish-actions.pod:3073
25115 msgid ""
25116 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
25117 "for this to work for manual mountpoints, you must ensure that the innermost "
25118 "mountpoints have the longest pathnames, as in the example code above."
25119 msgstr ""
25120
25121 #. type: textblock
25122 #: ../fish/guestfish-actions.pod:3080
25123 msgid ""
25124 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
25125 "L</umount-all> to be called when the handle is closed which can also trigger "
25126 "these issues."
25127 msgstr ""
25128
25129 #. type: =head2
25130 #: ../fish/guestfish-actions.pod:3084
25131 msgid "mknod"
25132 msgstr ""
25133
25134 #. type: verbatim
25135 #: ../fish/guestfish-actions.pod:3086
25136 #, no-wrap
25137 msgid ""
25138 " mknod mode devmajor devminor path\n"
25139 "\n"
25140 msgstr ""
25141
25142 #. type: textblock
25143 #: ../fish/guestfish-actions.pod:3096
25144 msgid ""
25145 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
25146 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
25147 "regular file).  These constants are available in the standard Linux header "
25148 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
25149 "wrappers around this command which bitwise OR in the appropriate constant "
25150 "for you."
25151 msgstr ""
25152
25153 #. type: =head2
25154 #: ../fish/guestfish-actions.pod:3106
25155 msgid "mknod-b"
25156 msgstr ""
25157
25158 #. type: verbatim
25159 #: ../fish/guestfish-actions.pod:3108
25160 #, no-wrap
25161 msgid ""
25162 " mknod-b mode devmajor devminor path\n"
25163 "\n"
25164 msgstr ""
25165
25166 #. type: textblock
25167 #: ../fish/guestfish-actions.pod:3110
25168 msgid ""
25169 "This call creates a block device node called C<path> with mode C<mode> and "
25170 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25171 "wrapper around L</mknod>."
25172 msgstr ""
25173
25174 #. type: =head2
25175 #: ../fish/guestfish-actions.pod:3116
25176 msgid "mknod-c"
25177 msgstr ""
25178
25179 #. type: verbatim
25180 #: ../fish/guestfish-actions.pod:3118
25181 #, no-wrap
25182 msgid ""
25183 " mknod-c mode devmajor devminor path\n"
25184 "\n"
25185 msgstr ""
25186
25187 #. type: textblock
25188 #: ../fish/guestfish-actions.pod:3120
25189 msgid ""
25190 "This call creates a char device node called C<path> with mode C<mode> and "
25191 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25192 "wrapper around L</mknod>."
25193 msgstr ""
25194
25195 #. type: =head2
25196 #: ../fish/guestfish-actions.pod:3126
25197 msgid "mkswap"
25198 msgstr ""
25199
25200 #. type: verbatim
25201 #: ../fish/guestfish-actions.pod:3128
25202 #, no-wrap
25203 msgid ""
25204 " mkswap device\n"
25205 "\n"
25206 msgstr ""
25207
25208 #. type: =head2
25209 #: ../fish/guestfish-actions.pod:3132
25210 msgid "mkswap-L"
25211 msgstr ""
25212
25213 #. type: verbatim
25214 #: ../fish/guestfish-actions.pod:3134
25215 #, no-wrap
25216 msgid ""
25217 " mkswap-L label device\n"
25218 "\n"
25219 msgstr ""
25220
25221 #. type: =head2
25222 #: ../fish/guestfish-actions.pod:3142
25223 msgid "mkswap-U"
25224 msgstr ""
25225
25226 #. type: verbatim
25227 #: ../fish/guestfish-actions.pod:3144
25228 #, no-wrap
25229 msgid ""
25230 " mkswap-U uuid device\n"
25231 "\n"
25232 msgstr ""
25233
25234 #. type: =head2
25235 #: ../fish/guestfish-actions.pod:3148
25236 msgid "mkswap-file"
25237 msgstr ""
25238
25239 #. type: verbatim
25240 #: ../fish/guestfish-actions.pod:3150
25241 #, no-wrap
25242 msgid ""
25243 " mkswap-file path\n"
25244 "\n"
25245 msgstr ""
25246
25247 #. type: textblock
25248 #: ../fish/guestfish-actions.pod:3154
25249 msgid ""
25250 "This command just writes a swap file signature to an existing file.  To "
25251 "create the file itself, use something like L</fallocate>."
25252 msgstr ""
25253
25254 #. type: =head2
25255 #: ../fish/guestfish-actions.pod:3157
25256 msgid "modprobe"
25257 msgstr ""
25258
25259 #. type: verbatim
25260 #: ../fish/guestfish-actions.pod:3159
25261 #, no-wrap
25262 msgid ""
25263 " modprobe modulename\n"
25264 "\n"
25265 msgstr ""
25266
25267 #. type: =head2
25268 #: ../fish/guestfish-actions.pod:3166
25269 msgid "mount"
25270 msgstr ""
25271
25272 #. type: verbatim
25273 #: ../fish/guestfish-actions.pod:3168
25274 #, no-wrap
25275 msgid ""
25276 " mount device mountpoint\n"
25277 "\n"
25278 msgstr ""
25279
25280 #. type: textblock
25281 #: ../fish/guestfish-actions.pod:3184
25282 msgid ""
25283 "B<Important note:> When you use this call, the filesystem options C<sync> "
25284 "and C<noatime> are set implicitly.  This was originally done because we "
25285 "thought it would improve reliability, but it turns out that I<-o sync> has a "
25286 "very large negative performance impact and negligible effect on "
25287 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
25288 "code that needs performance, and instead use L</mount-options> (use an empty "
25289 "string for the first parameter if you don't want any options)."
25290 msgstr ""
25291
25292 #. type: =head2
25293 #: ../fish/guestfish-actions.pod:3194
25294 msgid "mount-loop"
25295 msgstr ""
25296
25297 #. type: verbatim
25298 #: ../fish/guestfish-actions.pod:3196
25299 #, no-wrap
25300 msgid ""
25301 " mount-loop file mountpoint\n"
25302 "\n"
25303 msgstr ""
25304
25305 #. type: =head2
25306 #: ../fish/guestfish-actions.pod:3202
25307 msgid "mount-options"
25308 msgstr ""
25309
25310 #. type: verbatim
25311 #: ../fish/guestfish-actions.pod:3204
25312 #, no-wrap
25313 msgid ""
25314 " mount-options options device mountpoint\n"
25315 "\n"
25316 msgstr ""
25317
25318 #. type: textblock
25319 #: ../fish/guestfish-actions.pod:3206
25320 msgid ""
25321 "This is the same as the L</mount> command, but it allows you to set the "
25322 "mount options as for the L<mount(8)> I<-o> flag."
25323 msgstr ""
25324
25325 #. type: =head2
25326 #: ../fish/guestfish-actions.pod:3214
25327 msgid "mount-ro"
25328 msgstr ""
25329
25330 #. type: verbatim
25331 #: ../fish/guestfish-actions.pod:3216
25332 #, no-wrap
25333 msgid ""
25334 " mount-ro device mountpoint\n"
25335 "\n"
25336 msgstr ""
25337
25338 #. type: textblock
25339 #: ../fish/guestfish-actions.pod:3218
25340 msgid ""
25341 "This is the same as the L</mount> command, but it mounts the filesystem with "
25342 "the read-only (I<-o ro>) flag."
25343 msgstr ""
25344
25345 #. type: =head2
25346 #: ../fish/guestfish-actions.pod:3221
25347 msgid "mount-vfs"
25348 msgstr ""
25349
25350 #. type: verbatim
25351 #: ../fish/guestfish-actions.pod:3223
25352 #, no-wrap
25353 msgid ""
25354 " mount-vfs options vfstype device mountpoint\n"
25355 "\n"
25356 msgstr ""
25357
25358 #. type: textblock
25359 #: ../fish/guestfish-actions.pod:3225
25360 msgid ""
25361 "This is the same as the L</mount> command, but it allows you to set both the "
25362 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
25363 msgstr ""
25364
25365 #. type: =head2
25366 #: ../fish/guestfish-actions.pod:3229
25367 msgid "mountpoints"
25368 msgstr ""
25369
25370 #. type: verbatim
25371 #: ../fish/guestfish-actions.pod:3231
25372 #, no-wrap
25373 msgid ""
25374 " mountpoints\n"
25375 "\n"
25376 msgstr ""
25377
25378 #. type: textblock
25379 #: ../fish/guestfish-actions.pod:3233
25380 msgid ""
25381 "This call is similar to L</mounts>.  That call returns a list of devices.  "
25382 "This one returns a hash table (map) of device name to directory where the "
25383 "device is mounted."
25384 msgstr ""
25385
25386 #. type: =head2
25387 #: ../fish/guestfish-actions.pod:3237
25388 msgid "mounts"
25389 msgstr ""
25390
25391 #. type: verbatim
25392 #: ../fish/guestfish-actions.pod:3239
25393 #, no-wrap
25394 msgid ""
25395 " mounts\n"
25396 "\n"
25397 msgstr ""
25398
25399 #. type: textblock
25400 #: ../fish/guestfish-actions.pod:3246
25401 msgid "See also: L</mountpoints>"
25402 msgstr ""
25403
25404 #. type: =head2
25405 #: ../fish/guestfish-actions.pod:3248
25406 msgid "mv"
25407 msgstr ""
25408
25409 #. type: verbatim
25410 #: ../fish/guestfish-actions.pod:3250
25411 #, no-wrap
25412 msgid ""
25413 " mv src dest\n"
25414 "\n"
25415 msgstr ""
25416
25417 #. type: =head2
25418 #: ../fish/guestfish-actions.pod:3255
25419 msgid "ntfs-3g-probe"
25420 msgstr ""
25421
25422 #. type: verbatim
25423 #: ../fish/guestfish-actions.pod:3257
25424 #, no-wrap
25425 msgid ""
25426 " ntfs-3g-probe true|false device\n"
25427 "\n"
25428 msgstr ""
25429
25430 #. type: =head2
25431 #: ../fish/guestfish-actions.pod:3271
25432 msgid "ntfsresize"
25433 msgstr ""
25434
25435 #. type: verbatim
25436 #: ../fish/guestfish-actions.pod:3273
25437 #, no-wrap
25438 msgid ""
25439 " ntfsresize device\n"
25440 "\n"
25441 msgstr ""
25442
25443 #. type: =head2
25444 #: ../fish/guestfish-actions.pod:3279
25445 msgid "ntfsresize-size"
25446 msgstr ""
25447
25448 #. type: verbatim
25449 #: ../fish/guestfish-actions.pod:3281
25450 #, no-wrap
25451 msgid ""
25452 " ntfsresize-size device size\n"
25453 "\n"
25454 msgstr ""
25455
25456 #. type: textblock
25457 #: ../fish/guestfish-actions.pod:3283
25458 msgid ""
25459 "This command is the same as L</ntfsresize> except that it allows you to "
25460 "specify the new size (in bytes) explicitly."
25461 msgstr ""
25462
25463 #. type: =head2
25464 #: ../fish/guestfish-actions.pod:3286
25465 msgid "part-add"
25466 msgstr ""
25467
25468 #. type: verbatim
25469 #: ../fish/guestfish-actions.pod:3288
25470 #, no-wrap
25471 msgid ""
25472 " part-add device prlogex startsect endsect\n"
25473 "\n"
25474 msgstr ""
25475
25476 #. type: textblock
25477 #: ../fish/guestfish-actions.pod:3290
25478 msgid ""
25479 "This command adds a partition to C<device>.  If there is no partition table "
25480 "on the device, call L</part-init> first."
25481 msgstr ""
25482
25483 #. type: textblock
25484 #: ../fish/guestfish-actions.pod:3302
25485 msgid ""
25486 "Creating a partition which covers the whole disk is not so easy.  Use L</"
25487 "part-disk> to do that."
25488 msgstr ""
25489
25490 #. type: =head2
25491 #: ../fish/guestfish-actions.pod:3305
25492 msgid "part-del"
25493 msgstr ""
25494
25495 #. type: verbatim
25496 #: ../fish/guestfish-actions.pod:3307
25497 #, no-wrap
25498 msgid ""
25499 " part-del device partnum\n"
25500 "\n"
25501 msgstr ""
25502
25503 #. type: =head2
25504 #: ../fish/guestfish-actions.pod:3315
25505 msgid "part-disk"
25506 msgstr ""
25507
25508 #. type: verbatim
25509 #: ../fish/guestfish-actions.pod:3317
25510 #, no-wrap
25511 msgid ""
25512 " part-disk device parttype\n"
25513 "\n"
25514 msgstr ""
25515
25516 #. type: textblock
25517 #: ../fish/guestfish-actions.pod:3319
25518 msgid ""
25519 "This command is simply a combination of L</part-init> followed by L</part-"
25520 "add> to create a single primary partition covering the whole disk."
25521 msgstr ""
25522
25523 #. type: textblock
25524 #: ../fish/guestfish-actions.pod:3323
25525 msgid ""
25526 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
25527 "possible values are described in L</part-init>."
25528 msgstr ""
25529
25530 #. type: =head2
25531 #: ../fish/guestfish-actions.pod:3329
25532 msgid "part-get-bootable"
25533 msgstr ""
25534
25535 #. type: verbatim
25536 #: ../fish/guestfish-actions.pod:3331
25537 #, no-wrap
25538 msgid ""
25539 " part-get-bootable device partnum\n"
25540 "\n"
25541 msgstr ""
25542
25543 #. type: textblock
25544 #: ../fish/guestfish-actions.pod:3336
25545 msgid "See also L</part-set-bootable>."
25546 msgstr ""
25547
25548 #. type: =head2
25549 #: ../fish/guestfish-actions.pod:3338
25550 msgid "part-get-mbr-id"
25551 msgstr ""
25552
25553 #. type: verbatim
25554 #: ../fish/guestfish-actions.pod:3340
25555 #, no-wrap
25556 msgid ""
25557 " part-get-mbr-id device partnum\n"
25558 "\n"
25559 msgstr ""
25560
25561 #. type: textblock
25562 #: ../fish/guestfish-actions.pod:3345 ../fish/guestfish-actions.pod:3483
25563 msgid ""
25564 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
25565 "undefined results for other partition table types (see L</part-get-"
25566 "parttype>)."
25567 msgstr ""
25568
25569 #. type: =head2
25570 #: ../fish/guestfish-actions.pod:3349
25571 msgid "part-get-parttype"
25572 msgstr ""
25573
25574 #. type: verbatim
25575 #: ../fish/guestfish-actions.pod:3351
25576 #, no-wrap
25577 msgid ""
25578 " part-get-parttype device\n"
25579 "\n"
25580 msgstr ""
25581
25582 #. type: textblock
25583 #: ../fish/guestfish-actions.pod:3356
25584 msgid ""
25585 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
25586 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
25587 "possible, although unusual.  See L</part-init> for a full list."
25588 msgstr ""
25589
25590 #. type: =head2
25591 #: ../fish/guestfish-actions.pod:3361
25592 msgid "part-init"
25593 msgstr ""
25594
25595 #. type: verbatim
25596 #: ../fish/guestfish-actions.pod:3363
25597 #, no-wrap
25598 msgid ""
25599 " part-init device parttype\n"
25600 "\n"
25601 msgstr ""
25602
25603 #. type: textblock
25604 #: ../fish/guestfish-actions.pod:3369
25605 msgid ""
25606 "Initially there are no partitions.  Following this, you should call L</part-"
25607 "add> for each partition required."
25608 msgstr ""
25609
25610 #. type: =head2
25611 #: ../fish/guestfish-actions.pod:3432
25612 msgid "part-list"
25613 msgstr ""
25614
25615 #. type: verbatim
25616 #: ../fish/guestfish-actions.pod:3434
25617 #, no-wrap
25618 msgid ""
25619 " part-list device\n"
25620 "\n"
25621 msgstr ""
25622
25623 #. type: textblock
25624 #: ../fish/guestfish-actions.pod:3449
25625 msgid ""
25626 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25627 "the device's sector size, see L</blockdev-getss>."
25628 msgstr ""
25629
25630 #. type: =head2
25631 #: ../fish/guestfish-actions.pod:3462
25632 msgid "part-set-bootable"
25633 msgstr ""
25634
25635 #. type: verbatim
25636 #: ../fish/guestfish-actions.pod:3464
25637 #, no-wrap
25638 msgid ""
25639 " part-set-bootable device partnum true|false\n"
25640 "\n"
25641 msgstr ""
25642
25643 #. type: =head2
25644 #: ../fish/guestfish-actions.pod:3473
25645 msgid "part-set-mbr-id"
25646 msgstr ""
25647
25648 #. type: verbatim
25649 #: ../fish/guestfish-actions.pod:3475
25650 #, no-wrap
25651 msgid ""
25652 " part-set-mbr-id device partnum idbyte\n"
25653 "\n"
25654 msgstr ""
25655
25656 #. type: =head2
25657 #: ../fish/guestfish-actions.pod:3487
25658 msgid "part-set-name"
25659 msgstr ""
25660
25661 #. type: verbatim
25662 #: ../fish/guestfish-actions.pod:3489
25663 #, no-wrap
25664 msgid ""
25665 " part-set-name device partnum name\n"
25666 "\n"
25667 msgstr ""
25668
25669 #. type: =head2
25670 #: ../fish/guestfish-actions.pod:3497
25671 msgid "part-to-dev"
25672 msgstr ""
25673
25674 #. type: verbatim
25675 #: ../fish/guestfish-actions.pod:3499
25676 #, no-wrap
25677 msgid ""
25678 " part-to-dev partition\n"
25679 "\n"
25680 msgstr ""
25681
25682 #. type: textblock
25683 #: ../fish/guestfish-actions.pod:3505
25684 msgid ""
25685 "The named partition must exist, for example as a string returned from L</"
25686 "list-partitions>."
25687 msgstr ""
25688
25689 #. type: =head2
25690 #: ../fish/guestfish-actions.pod:3508
25691 msgid "ping-daemon"
25692 msgstr ""
25693
25694 #. type: verbatim
25695 #: ../fish/guestfish-actions.pod:3510
25696 #, no-wrap
25697 msgid ""
25698 " ping-daemon\n"
25699 "\n"
25700 msgstr ""
25701
25702 #. type: =head2
25703 #: ../fish/guestfish-actions.pod:3517
25704 msgid "pread"
25705 msgstr ""
25706
25707 #. type: verbatim
25708 #: ../fish/guestfish-actions.pod:3519
25709 #, no-wrap
25710 msgid ""
25711 " pread path count offset\n"
25712 "\n"
25713 msgstr ""
25714
25715 #. type: textblock
25716 #: ../fish/guestfish-actions.pod:3527
25717 msgid "See also L</pwrite>, L</pread-device>."
25718 msgstr ""
25719
25720 #. type: =head2
25721 #: ../fish/guestfish-actions.pod:3532
25722 msgid "pread-device"
25723 msgstr ""
25724
25725 #. type: verbatim
25726 #: ../fish/guestfish-actions.pod:3534
25727 #, no-wrap
25728 msgid ""
25729 " pread-device device count offset\n"
25730 "\n"
25731 msgstr ""
25732
25733 #. type: textblock
25734 #: ../fish/guestfish-actions.pod:3542
25735 msgid "See also L</pread>."
25736 msgstr ""
25737
25738 #. type: =head2
25739 #: ../fish/guestfish-actions.pod:3547
25740 msgid "pvcreate"
25741 msgstr ""
25742
25743 #. type: verbatim
25744 #: ../fish/guestfish-actions.pod:3549
25745 #, no-wrap
25746 msgid ""
25747 " pvcreate device\n"
25748 "\n"
25749 msgstr ""
25750
25751 #. type: =head2
25752 #: ../fish/guestfish-actions.pod:3555
25753 msgid "pvremove"
25754 msgstr ""
25755
25756 #. type: verbatim
25757 #: ../fish/guestfish-actions.pod:3557
25758 #, no-wrap
25759 msgid ""
25760 " pvremove device\n"
25761 "\n"
25762 msgstr ""
25763
25764 #. type: =head2
25765 #: ../fish/guestfish-actions.pod:3566
25766 msgid "pvresize"
25767 msgstr ""
25768
25769 #. type: verbatim
25770 #: ../fish/guestfish-actions.pod:3568
25771 #, no-wrap
25772 msgid ""
25773 " pvresize device\n"
25774 "\n"
25775 msgstr ""
25776
25777 #. type: =head2
25778 #: ../fish/guestfish-actions.pod:3573
25779 msgid "pvresize-size"
25780 msgstr ""
25781
25782 #. type: verbatim
25783 #: ../fish/guestfish-actions.pod:3575
25784 #, no-wrap
25785 msgid ""
25786 " pvresize-size device size\n"
25787 "\n"
25788 msgstr ""
25789
25790 #. type: textblock
25791 #: ../fish/guestfish-actions.pod:3577
25792 msgid ""
25793 "This command is the same as L</pvresize> except that it allows you to "
25794 "specify the new size (in bytes) explicitly."
25795 msgstr ""
25796
25797 #. type: =head2
25798 #: ../fish/guestfish-actions.pod:3580
25799 msgid "pvs"
25800 msgstr ""
25801
25802 #. type: verbatim
25803 #: ../fish/guestfish-actions.pod:3582
25804 #, no-wrap
25805 msgid ""
25806 " pvs\n"
25807 "\n"
25808 msgstr ""
25809
25810 #. type: textblock
25811 #: ../fish/guestfish-actions.pod:3590
25812 msgid "See also L</pvs-full>."
25813 msgstr ""
25814
25815 #. type: =head2
25816 #: ../fish/guestfish-actions.pod:3592
25817 msgid "pvs-full"
25818 msgstr ""
25819
25820 #. type: verbatim
25821 #: ../fish/guestfish-actions.pod:3594
25822 #, no-wrap
25823 msgid ""
25824 " pvs-full\n"
25825 "\n"
25826 msgstr ""
25827
25828 #. type: =head2
25829 #: ../fish/guestfish-actions.pod:3599
25830 msgid "pvuuid"
25831 msgstr ""
25832
25833 #. type: verbatim
25834 #: ../fish/guestfish-actions.pod:3601
25835 #, no-wrap
25836 msgid ""
25837 " pvuuid device\n"
25838 "\n"
25839 msgstr ""
25840
25841 #. type: =head2
25842 #: ../fish/guestfish-actions.pod:3605
25843 msgid "pwrite"
25844 msgstr ""
25845
25846 #. type: verbatim
25847 #: ../fish/guestfish-actions.pod:3607
25848 #, no-wrap
25849 msgid ""
25850 " pwrite path content offset\n"
25851 "\n"
25852 msgstr ""
25853
25854 #. type: textblock
25855 #: ../fish/guestfish-actions.pod:3618
25856 msgid "See also L</pread>, L</pwrite-device>."
25857 msgstr ""
25858
25859 #. type: =head2
25860 #: ../fish/guestfish-actions.pod:3623
25861 msgid "pwrite-device"
25862 msgstr ""
25863
25864 #. type: verbatim
25865 #: ../fish/guestfish-actions.pod:3625
25866 #, no-wrap
25867 msgid ""
25868 " pwrite-device device content offset\n"
25869 "\n"
25870 msgstr ""
25871
25872 #. type: textblock
25873 #: ../fish/guestfish-actions.pod:3635
25874 msgid "See also L</pwrite>."
25875 msgstr ""
25876
25877 #. type: =head2
25878 #: ../fish/guestfish-actions.pod:3640
25879 msgid "read-file"
25880 msgstr ""
25881
25882 #. type: verbatim
25883 #: ../fish/guestfish-actions.pod:3642
25884 #, no-wrap
25885 msgid ""
25886 " read-file path\n"
25887 "\n"
25888 msgstr ""
25889
25890 #. type: textblock
25891 #: ../fish/guestfish-actions.pod:3647
25892 msgid ""
25893 "Unlike L</cat>, this function can correctly handle files that contain "
25894 "embedded ASCII NUL characters.  However unlike L</download>, this function "
25895 "is limited in the total size of file that can be handled."
25896 msgstr ""
25897
25898 #. type: =head2
25899 #: ../fish/guestfish-actions.pod:3655
25900 msgid "read-lines"
25901 msgstr ""
25902
25903 #. type: verbatim
25904 #: ../fish/guestfish-actions.pod:3657
25905 #, no-wrap
25906 msgid ""
25907 " read-lines path\n"
25908 "\n"
25909 msgstr ""
25910
25911 #. type: textblock
25912 #: ../fish/guestfish-actions.pod:3664
25913 msgid ""
25914 "Note that this function cannot correctly handle binary files (specifically, "
25915 "files containing C<\\0> character which is treated as end of line).  For "
25916 "those you need to use the L</read-file> function which has a more complex "
25917 "interface."
25918 msgstr ""
25919
25920 #. type: =head2
25921 #: ../fish/guestfish-actions.pod:3669
25922 msgid "readdir"
25923 msgstr ""
25924
25925 #. type: verbatim
25926 #: ../fish/guestfish-actions.pod:3671
25927 #, no-wrap
25928 msgid ""
25929 " readdir dir\n"
25930 "\n"
25931 msgstr ""
25932
25933 #. type: textblock
25934 #: ../fish/guestfish-actions.pod:3723
25935 msgid ""
25936 "This function is primarily intended for use by programs.  To get a simple "
25937 "list of names, use L</ls>.  To get a printable directory for human "
25938 "consumption, use L</ll>."
25939 msgstr ""
25940
25941 #. type: =head2
25942 #: ../fish/guestfish-actions.pod:3727
25943 msgid "readlink"
25944 msgstr ""
25945
25946 #. type: verbatim
25947 #: ../fish/guestfish-actions.pod:3729
25948 #, no-wrap
25949 msgid ""
25950 " readlink path\n"
25951 "\n"
25952 msgstr ""
25953
25954 #. type: =head2
25955 #: ../fish/guestfish-actions.pod:3733
25956 msgid "readlinklist"
25957 msgstr ""
25958
25959 #. type: verbatim
25960 #: ../fish/guestfish-actions.pod:3735
25961 #, no-wrap
25962 msgid ""
25963 " readlinklist path 'names ...'\n"
25964 "\n"
25965 msgstr ""
25966
25967 #. type: =head2
25968 #: ../fish/guestfish-actions.pod:3759
25969 msgid "realpath"
25970 msgstr ""
25971
25972 #. type: verbatim
25973 #: ../fish/guestfish-actions.pod:3761
25974 #, no-wrap
25975 msgid ""
25976 " realpath path\n"
25977 "\n"
25978 msgstr ""
25979
25980 #. type: =head2
25981 #: ../fish/guestfish-actions.pod:3766
25982 msgid "removexattr"
25983 msgstr ""
25984
25985 #. type: verbatim
25986 #: ../fish/guestfish-actions.pod:3768
25987 #, no-wrap
25988 msgid ""
25989 " removexattr xattr path\n"
25990 "\n"
25991 msgstr ""
25992
25993 #. type: textblock
25994 #: ../fish/guestfish-actions.pod:3773
25995 msgid "See also: L</lremovexattr>, L<attr(5)>."
25996 msgstr ""
25997
25998 #. type: =head2
25999 #: ../fish/guestfish-actions.pod:3775
26000 msgid "resize2fs"
26001 msgstr ""
26002
26003 #. type: verbatim
26004 #: ../fish/guestfish-actions.pod:3777
26005 #, no-wrap
26006 msgid ""
26007 " resize2fs device\n"
26008 "\n"
26009 msgstr ""
26010
26011 #. type: textblock
26012 #: ../fish/guestfish-actions.pod:3782
26013 msgid ""
26014 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
26015 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
26016 "gives an error about this and sometimes not.  In any case, it is always safe "
26017 "to call L</e2fsck-f> before calling this function."
26018 msgstr ""
26019
26020 #. type: =head2
26021 #: ../fish/guestfish-actions.pod:3788
26022 msgid "resize2fs-M"
26023 msgstr ""
26024
26025 #. type: verbatim
26026 #: ../fish/guestfish-actions.pod:3790
26027 #, no-wrap
26028 msgid ""
26029 " resize2fs-M device\n"
26030 "\n"
26031 msgstr ""
26032
26033 #. type: textblock
26034 #: ../fish/guestfish-actions.pod:3792
26035 msgid ""
26036 "This command is the same as L</resize2fs>, but the filesystem is resized to "
26037 "its minimum size.  This works like the C<-M> option to the C<resize2fs> "
26038 "command."
26039 msgstr ""
26040
26041 #. type: textblock
26042 #: ../fish/guestfish-actions.pod:3796
26043 msgid ""
26044 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
26045 "and read the C<Block size> and C<Block count> values.  These two numbers, "
26046 "multiplied together, give the resulting size of the minimal filesystem in "
26047 "bytes."
26048 msgstr ""
26049
26050 #. type: =head2
26051 #: ../fish/guestfish-actions.pod:3801
26052 msgid "resize2fs-size"
26053 msgstr ""
26054
26055 #. type: verbatim
26056 #: ../fish/guestfish-actions.pod:3803
26057 #, no-wrap
26058 msgid ""
26059 " resize2fs-size device size\n"
26060 "\n"
26061 msgstr ""
26062
26063 #. type: textblock
26064 #: ../fish/guestfish-actions.pod:3805
26065 msgid ""
26066 "This command is the same as L</resize2fs> except that it allows you to "
26067 "specify the new size (in bytes) explicitly."
26068 msgstr ""
26069
26070 #. type: =head2
26071 #: ../fish/guestfish-actions.pod:3808
26072 msgid "rm"
26073 msgstr ""
26074
26075 #. type: verbatim
26076 #: ../fish/guestfish-actions.pod:3810
26077 #, no-wrap
26078 msgid ""
26079 " rm path\n"
26080 "\n"
26081 msgstr ""
26082
26083 #. type: =head2
26084 #: ../fish/guestfish-actions.pod:3814
26085 msgid "rm-rf"
26086 msgstr ""
26087
26088 #. type: verbatim
26089 #: ../fish/guestfish-actions.pod:3816
26090 #, no-wrap
26091 msgid ""
26092 " rm-rf path\n"
26093 "\n"
26094 msgstr ""
26095
26096 #. type: =head2
26097 #: ../fish/guestfish-actions.pod:3822
26098 msgid "rmdir"
26099 msgstr ""
26100
26101 #. type: verbatim
26102 #: ../fish/guestfish-actions.pod:3824
26103 #, no-wrap
26104 msgid ""
26105 " rmdir path\n"
26106 "\n"
26107 msgstr ""
26108
26109 #. type: =head2
26110 #: ../fish/guestfish-actions.pod:3828
26111 msgid "rmmountpoint"
26112 msgstr ""
26113
26114 #. type: verbatim
26115 #: ../fish/guestfish-actions.pod:3830
26116 #, no-wrap
26117 msgid ""
26118 " rmmountpoint exemptpath\n"
26119 "\n"
26120 msgstr ""
26121
26122 #. type: textblock
26123 #: ../fish/guestfish-actions.pod:3832
26124 msgid ""
26125 "This calls removes a mountpoint that was previously created with L</"
26126 "mkmountpoint>.  See L</mkmountpoint> for full details."
26127 msgstr ""
26128
26129 #. type: =head2
26130 #: ../fish/guestfish-actions.pod:3836
26131 msgid "scrub-device"
26132 msgstr ""
26133
26134 #. type: verbatim
26135 #: ../fish/guestfish-actions.pod:3838
26136 #, no-wrap
26137 msgid ""
26138 " scrub-device device\n"
26139 "\n"
26140 msgstr ""
26141
26142 #. type: =head2
26143 #: ../fish/guestfish-actions.pod:3849
26144 msgid "scrub-file"
26145 msgstr ""
26146
26147 #. type: verbatim
26148 #: ../fish/guestfish-actions.pod:3851
26149 #, no-wrap
26150 msgid ""
26151 " scrub-file file\n"
26152 "\n"
26153 msgstr ""
26154
26155 #. type: =head2
26156 #: ../fish/guestfish-actions.pod:3861
26157 msgid "scrub-freespace"
26158 msgstr ""
26159
26160 #. type: verbatim
26161 #: ../fish/guestfish-actions.pod:3863
26162 #, no-wrap
26163 msgid ""
26164 " scrub-freespace dir\n"
26165 "\n"
26166 msgstr ""
26167
26168 #. type: textblock
26169 #: ../fish/guestfish-actions.pod:3865
26170 msgid ""
26171 "This command creates the directory C<dir> and then fills it with files until "
26172 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
26173 "deletes them.  The intention is to scrub any free space on the partition "
26174 "containing C<dir>."
26175 msgstr ""
26176
26177 #. type: =head2
26178 #: ../fish/guestfish-actions.pod:3874
26179 msgid "set-append"
26180 msgstr ""
26181
26182 #. type: =head2
26183 #: ../fish/guestfish-actions.pod:3876
26184 msgid "append"
26185 msgstr ""
26186
26187 #. type: verbatim
26188 #: ../fish/guestfish-actions.pod:3878
26189 #, no-wrap
26190 msgid ""
26191 " set-append append\n"
26192 "\n"
26193 msgstr ""
26194
26195 #. type: =head2
26196 #: ../fish/guestfish-actions.pod:3889
26197 msgid "set-attach-method"
26198 msgstr ""
26199
26200 #. type: =head2
26201 #: ../fish/guestfish-actions.pod:3891
26202 msgid "attach-method"
26203 msgstr ""
26204
26205 #. type: verbatim
26206 #: ../fish/guestfish-actions.pod:3893
26207 #, no-wrap
26208 msgid ""
26209 " set-attach-method attachmethod\n"
26210 "\n"
26211 msgstr ""
26212
26213 #. type: =head2
26214 #: ../fish/guestfish-actions.pod:3915
26215 msgid "set-autosync"
26216 msgstr ""
26217
26218 #. type: =head2
26219 #: ../fish/guestfish-actions.pod:3917
26220 msgid "autosync"
26221 msgstr ""
26222
26223 #. type: verbatim
26224 #: ../fish/guestfish-actions.pod:3919
26225 #, no-wrap
26226 msgid ""
26227 " set-autosync true|false\n"
26228 "\n"
26229 msgstr ""
26230
26231 #. type: =head2
26232 #: ../fish/guestfish-actions.pod:3929
26233 msgid "set-direct"
26234 msgstr ""
26235
26236 #. type: =head2
26237 #: ../fish/guestfish-actions.pod:3931
26238 msgid "direct"
26239 msgstr ""
26240
26241 #. type: verbatim
26242 #: ../fish/guestfish-actions.pod:3933
26243 #, no-wrap
26244 msgid ""
26245 " set-direct true|false\n"
26246 "\n"
26247 msgstr ""
26248
26249 #. type: textblock
26250 #: ../fish/guestfish-actions.pod:3939
26251 msgid ""
26252 "One consequence of this is that log messages aren't caught by the library "
26253 "and handled by L</set-log-message-callback>, but go straight to stdout."
26254 msgstr ""
26255
26256 #. type: =head2
26257 #: ../fish/guestfish-actions.pod:3948
26258 msgid "set-e2label"
26259 msgstr ""
26260
26261 #. type: verbatim
26262 #: ../fish/guestfish-actions.pod:3950
26263 #, no-wrap
26264 msgid ""
26265 " set-e2label device label\n"
26266 "\n"
26267 msgstr ""
26268
26269 #. type: textblock
26270 #: ../fish/guestfish-actions.pod:3956
26271 msgid ""
26272 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
26273 "label on a filesystem."
26274 msgstr ""
26275
26276 #. type: =head2
26277 #: ../fish/guestfish-actions.pod:3959
26278 msgid "set-e2uuid"
26279 msgstr ""
26280
26281 #. type: verbatim
26282 #: ../fish/guestfish-actions.pod:3961
26283 #, no-wrap
26284 msgid ""
26285 " set-e2uuid device uuid\n"
26286 "\n"
26287 msgstr ""
26288
26289 #. type: textblock
26290 #: ../fish/guestfish-actions.pod:3968
26291 msgid ""
26292 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
26293 "UUID of a filesystem."
26294 msgstr ""
26295
26296 #. type: =head2
26297 #: ../fish/guestfish-actions.pod:3971
26298 msgid "set-memsize"
26299 msgstr ""
26300
26301 #. type: =head2
26302 #: ../fish/guestfish-actions.pod:3973
26303 msgid "memsize"
26304 msgstr ""
26305
26306 #. type: verbatim
26307 #: ../fish/guestfish-actions.pod:3975
26308 #, no-wrap
26309 msgid ""
26310 " set-memsize memsize\n"
26311 "\n"
26312 msgstr ""
26313
26314 #. type: textblock
26315 #: ../fish/guestfish-actions.pod:3977
26316 msgid ""
26317 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
26318 "This only has any effect if called before L</launch>."
26319 msgstr ""
26320
26321 #. type: =head2
26322 #: ../fish/guestfish-actions.pod:3988
26323 msgid "set-network"
26324 msgstr ""
26325
26326 #. type: =head2
26327 #: ../fish/guestfish-actions.pod:3990
26328 msgid "network"
26329 msgstr ""
26330
26331 #. type: verbatim
26332 #: ../fish/guestfish-actions.pod:3992
26333 #, no-wrap
26334 msgid ""
26335 " set-network true|false\n"
26336 "\n"
26337 msgstr ""
26338
26339 #. type: textblock
26340 #: ../fish/guestfish-actions.pod:4000
26341 msgid ""
26342 "You must call this before calling L</launch>, otherwise it has no effect."
26343 msgstr ""
26344
26345 #. type: =head2
26346 #: ../fish/guestfish-actions.pod:4003
26347 msgid "set-path"
26348 msgstr ""
26349
26350 #. type: =head2
26351 #: ../fish/guestfish-actions.pod:4005
26352 msgid "path"
26353 msgstr ""
26354
26355 #. type: verbatim
26356 #: ../fish/guestfish-actions.pod:4007
26357 #, no-wrap
26358 msgid ""
26359 " set-path searchpath\n"
26360 "\n"
26361 msgstr ""
26362
26363 #. type: =head2
26364 #: ../fish/guestfish-actions.pod:4016
26365 msgid "set-qemu"
26366 msgstr ""
26367
26368 #. type: =head2
26369 #: ../fish/guestfish-actions.pod:4018
26370 msgid "qemu"
26371 msgstr ""
26372
26373 #. type: verbatim
26374 #: ../fish/guestfish-actions.pod:4020
26375 #, no-wrap
26376 msgid ""
26377 " set-qemu qemu\n"
26378 "\n"
26379 msgstr ""
26380
26381 #. type: =head2
26382 #: ../fish/guestfish-actions.pod:4040
26383 msgid "set-recovery-proc"
26384 msgstr ""
26385
26386 #. type: =head2
26387 #: ../fish/guestfish-actions.pod:4042
26388 msgid "recovery-proc"
26389 msgstr ""
26390
26391 #. type: verbatim
26392 #: ../fish/guestfish-actions.pod:4044
26393 #, no-wrap
26394 msgid ""
26395 " set-recovery-proc true|false\n"
26396 "\n"
26397 msgstr ""
26398
26399 #. type: textblock
26400 #: ../fish/guestfish-actions.pod:4046
26401 msgid ""
26402 "If this is called with the parameter C<false> then L</launch> does not "
26403 "create a recovery process.  The purpose of the recovery process is to stop "
26404 "runaway qemu processes in the case where the main program aborts abruptly."
26405 msgstr ""
26406
26407 #. type: textblock
26408 #: ../fish/guestfish-actions.pod:4051
26409 msgid ""
26410 "This only has any effect if called before L</launch>, and the default is "
26411 "true."
26412 msgstr ""
26413
26414 #. type: =head2
26415 #: ../fish/guestfish-actions.pod:4060
26416 msgid "set-selinux"
26417 msgstr ""
26418
26419 #. type: =head2
26420 #: ../fish/guestfish-actions.pod:4062
26421 msgid "selinux"
26422 msgstr ""
26423
26424 #. type: verbatim
26425 #: ../fish/guestfish-actions.pod:4064
26426 #, no-wrap
26427 msgid ""
26428 " set-selinux true|false\n"
26429 "\n"
26430 msgstr ""
26431
26432 #. type: =head2
26433 #: ../fish/guestfish-actions.pod:4075
26434 msgid "set-trace"
26435 msgstr ""
26436
26437 #. type: =head2
26438 #: ../fish/guestfish-actions.pod:4077
26439 msgid "trace"
26440 msgstr ""
26441
26442 #. type: verbatim
26443 #: ../fish/guestfish-actions.pod:4079
26444 #, no-wrap
26445 msgid ""
26446 " set-trace true|false\n"
26447 "\n"
26448 msgstr ""
26449
26450 #. type: textblock
26451 #: ../fish/guestfish-actions.pod:4091
26452 msgid ""
26453 "Trace messages are normally sent to C<stderr>, unless you register a "
26454 "callback to send them somewhere else (see L</set-event-callback>)."
26455 msgstr ""
26456
26457 #. type: =head2
26458 #: ../fish/guestfish-actions.pod:4095
26459 msgid "set-verbose"
26460 msgstr ""
26461
26462 #. type: =head2
26463 #: ../fish/guestfish-actions.pod:4097
26464 msgid "verbose"
26465 msgstr ""
26466
26467 #. type: verbatim
26468 #: ../fish/guestfish-actions.pod:4099
26469 #, no-wrap
26470 msgid ""
26471 " set-verbose true|false\n"
26472 "\n"
26473 msgstr ""
26474
26475 #. type: textblock
26476 #: ../fish/guestfish-actions.pod:4106
26477 msgid ""
26478 "Verbose messages are normally sent to C<stderr>, unless you register a "
26479 "callback to send them somewhere else (see L</set-event-callback>)."
26480 msgstr ""
26481
26482 #. type: =head2
26483 #: ../fish/guestfish-actions.pod:4110
26484 msgid "setcon"
26485 msgstr ""
26486
26487 #. type: verbatim
26488 #: ../fish/guestfish-actions.pod:4112
26489 #, no-wrap
26490 msgid ""
26491 " setcon context\n"
26492 "\n"
26493 msgstr ""
26494
26495 #. type: =head2
26496 #: ../fish/guestfish-actions.pod:4119
26497 msgid "setxattr"
26498 msgstr ""
26499
26500 #. type: verbatim
26501 #: ../fish/guestfish-actions.pod:4121
26502 #, no-wrap
26503 msgid ""
26504 " setxattr xattr val vallen path\n"
26505 "\n"
26506 msgstr ""
26507
26508 #. type: textblock
26509 #: ../fish/guestfish-actions.pod:4127
26510 msgid "See also: L</lsetxattr>, L<attr(5)>."
26511 msgstr ""
26512
26513 #. type: =head2
26514 #: ../fish/guestfish-actions.pod:4129
26515 msgid "sfdisk"
26516 msgstr ""
26517
26518 #. type: verbatim
26519 #: ../fish/guestfish-actions.pod:4131
26520 #, no-wrap
26521 msgid ""
26522 " sfdisk device cyls heads sectors 'lines ...'\n"
26523 "\n"
26524 msgstr ""
26525
26526 #. type: textblock
26527 #: ../fish/guestfish-actions.pod:4153
26528 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
26529 msgstr ""
26530
26531 #. type: =head2
26532 #: ../fish/guestfish-actions.pod:4159
26533 msgid "sfdiskM"
26534 msgstr ""
26535
26536 #. type: verbatim
26537 #: ../fish/guestfish-actions.pod:4161
26538 #, no-wrap
26539 msgid ""
26540 " sfdiskM device 'lines ...'\n"
26541 "\n"
26542 msgstr ""
26543
26544 #. type: textblock
26545 #: ../fish/guestfish-actions.pod:4163
26546 msgid ""
26547 "This is a simplified interface to the L</sfdisk> command, where partition "
26548 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
26549 "you don't need to specify the cyls, heads and sectors parameters which were "
26550 "rarely if ever used anyway."
26551 msgstr ""
26552
26553 #. type: textblock
26554 #: ../fish/guestfish-actions.pod:4169
26555 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
26556 msgstr ""
26557
26558 #. type: =head2
26559 #: ../fish/guestfish-actions.pod:4175
26560 msgid "sfdisk-N"
26561 msgstr ""
26562
26563 #. type: verbatim
26564 #: ../fish/guestfish-actions.pod:4177
26565 #, no-wrap
26566 msgid ""
26567 " sfdisk-N device partnum cyls heads sectors line\n"
26568 "\n"
26569 msgstr ""
26570
26571 #. type: textblock
26572 #: ../fish/guestfish-actions.pod:4182
26573 msgid ""
26574 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
26575 "cyls/heads/sectors parameters."
26576 msgstr ""
26577
26578 #. type: textblock
26579 #: ../fish/guestfish-actions.pod:4185
26580 msgid "See also: L</part-add>"
26581 msgstr ""
26582
26583 #. type: =head2
26584 #: ../fish/guestfish-actions.pod:4190
26585 msgid "sfdisk-disk-geometry"
26586 msgstr ""
26587
26588 #. type: verbatim
26589 #: ../fish/guestfish-actions.pod:4192
26590 #, no-wrap
26591 msgid ""
26592 " sfdisk-disk-geometry device\n"
26593 "\n"
26594 msgstr ""
26595
26596 #. type: textblock
26597 #: ../fish/guestfish-actions.pod:4194
26598 msgid ""
26599 "This displays the disk geometry of C<device> read from the partition table.  "
26600 "Especially in the case where the underlying block device has been resized, "
26601 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
26602 "kernel-geometry>)."
26603 msgstr ""
26604
26605 #. type: =head2
26606 #: ../fish/guestfish-actions.pod:4202
26607 msgid "sfdisk-kernel-geometry"
26608 msgstr ""
26609
26610 #. type: verbatim
26611 #: ../fish/guestfish-actions.pod:4204
26612 #, no-wrap
26613 msgid ""
26614 " sfdisk-kernel-geometry device\n"
26615 "\n"
26616 msgstr ""
26617
26618 #. type: =head2
26619 #: ../fish/guestfish-actions.pod:4211
26620 msgid "sfdisk-l"
26621 msgstr ""
26622
26623 #. type: verbatim
26624 #: ../fish/guestfish-actions.pod:4213
26625 #, no-wrap
26626 msgid ""
26627 " sfdisk-l device\n"
26628 "\n"
26629 msgstr ""
26630
26631 #. type: textblock
26632 #: ../fish/guestfish-actions.pod:4219
26633 msgid "See also: L</part-list>"
26634 msgstr ""
26635
26636 #. type: =head2
26637 #: ../fish/guestfish-actions.pod:4221
26638 msgid "sh"
26639 msgstr ""
26640
26641 #. type: verbatim
26642 #: ../fish/guestfish-actions.pod:4223
26643 #, no-wrap
26644 msgid ""
26645 " sh command\n"
26646 "\n"
26647 msgstr ""
26648
26649 #. type: textblock
26650 #: ../fish/guestfish-actions.pod:4228
26651 msgid "This is like L</command>, but passes the command to:"
26652 msgstr ""
26653
26654 #. type: textblock
26655 #: ../fish/guestfish-actions.pod:4236
26656 msgid "All the provisos about L</command> apply to this call."
26657 msgstr ""
26658
26659 #. type: =head2
26660 #: ../fish/guestfish-actions.pod:4238
26661 msgid "sh-lines"
26662 msgstr ""
26663
26664 #. type: verbatim
26665 #: ../fish/guestfish-actions.pod:4240
26666 #, no-wrap
26667 msgid ""
26668 " sh-lines command\n"
26669 "\n"
26670 msgstr ""
26671
26672 #. type: textblock
26673 #: ../fish/guestfish-actions.pod:4242
26674 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26675 msgstr ""
26676
26677 #. type: textblock
26678 #: ../fish/guestfish-actions.pod:4245
26679 msgid "See also: L</command-lines>"
26680 msgstr ""
26681
26682 #. type: =head2
26683 #: ../fish/guestfish-actions.pod:4247
26684 msgid "sleep"
26685 msgstr ""
26686
26687 #. type: verbatim
26688 #: ../fish/guestfish-actions.pod:4249
26689 #, no-wrap
26690 msgid ""
26691 " sleep secs\n"
26692 "\n"
26693 msgstr ""
26694
26695 #. type: =head2
26696 #: ../fish/guestfish-actions.pod:4253
26697 msgid "stat"
26698 msgstr ""
26699
26700 #. type: verbatim
26701 #: ../fish/guestfish-actions.pod:4255
26702 #, no-wrap
26703 msgid ""
26704 " stat path\n"
26705 "\n"
26706 msgstr ""
26707
26708 #. type: =head2
26709 #: ../fish/guestfish-actions.pod:4261
26710 msgid "statvfs"
26711 msgstr ""
26712
26713 #. type: verbatim
26714 #: ../fish/guestfish-actions.pod:4263
26715 #, no-wrap
26716 msgid ""
26717 " statvfs path\n"
26718 "\n"
26719 msgstr ""
26720
26721 #. type: =head2
26722 #: ../fish/guestfish-actions.pod:4271
26723 msgid "strings"
26724 msgstr ""
26725
26726 #. type: verbatim
26727 #: ../fish/guestfish-actions.pod:4273
26728 #, no-wrap
26729 msgid ""
26730 " strings path\n"
26731 "\n"
26732 msgstr ""
26733
26734 #. type: =head2
26735 #: ../fish/guestfish-actions.pod:4281
26736 msgid "strings-e"
26737 msgstr ""
26738
26739 #. type: verbatim
26740 #: ../fish/guestfish-actions.pod:4283
26741 #, no-wrap
26742 msgid ""
26743 " strings-e encoding path\n"
26744 "\n"
26745 msgstr ""
26746
26747 #. type: textblock
26748 #: ../fish/guestfish-actions.pod:4285
26749 msgid ""
26750 "This is like the L</strings> command, but allows you to specify the encoding "
26751 "of strings that are looked for in the source file C<path>."
26752 msgstr ""
26753
26754 #. type: textblock
26755 #: ../fish/guestfish-actions.pod:4295
26756 msgid ""
26757 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26758 "ISO-8859-X (this is what L</strings> uses)."
26759 msgstr ""
26760
26761 #. type: =head2
26762 #: ../fish/guestfish-actions.pod:4327
26763 msgid "swapoff-device"
26764 msgstr ""
26765
26766 #. type: verbatim
26767 #: ../fish/guestfish-actions.pod:4329
26768 #, no-wrap
26769 msgid ""
26770 " swapoff-device device\n"
26771 "\n"
26772 msgstr ""
26773
26774 #. type: textblock
26775 #: ../fish/guestfish-actions.pod:4331
26776 msgid ""
26777 "This command disables the libguestfs appliance swap device or partition "
26778 "named C<device>.  See L</swapon-device>."
26779 msgstr ""
26780
26781 #. type: =head2
26782 #: ../fish/guestfish-actions.pod:4335
26783 msgid "swapoff-file"
26784 msgstr ""
26785
26786 #. type: verbatim
26787 #: ../fish/guestfish-actions.pod:4337
26788 #, no-wrap
26789 msgid ""
26790 " swapoff-file file\n"
26791 "\n"
26792 msgstr ""
26793
26794 #. type: =head2
26795 #: ../fish/guestfish-actions.pod:4341
26796 msgid "swapoff-label"
26797 msgstr ""
26798
26799 #. type: verbatim
26800 #: ../fish/guestfish-actions.pod:4343
26801 #, no-wrap
26802 msgid ""
26803 " swapoff-label label\n"
26804 "\n"
26805 msgstr ""
26806
26807 #. type: =head2
26808 #: ../fish/guestfish-actions.pod:4348
26809 msgid "swapoff-uuid"
26810 msgstr ""
26811
26812 #. type: verbatim
26813 #: ../fish/guestfish-actions.pod:4350
26814 #, no-wrap
26815 msgid ""
26816 " swapoff-uuid uuid\n"
26817 "\n"
26818 msgstr ""
26819
26820 #. type: =head2
26821 #: ../fish/guestfish-actions.pod:4355
26822 msgid "swapon-device"
26823 msgstr ""
26824
26825 #. type: verbatim
26826 #: ../fish/guestfish-actions.pod:4357
26827 #, no-wrap
26828 msgid ""
26829 " swapon-device device\n"
26830 "\n"
26831 msgstr ""
26832
26833 #. type: textblock
26834 #: ../fish/guestfish-actions.pod:4359
26835 msgid ""
26836 "This command enables the libguestfs appliance to use the swap device or "
26837 "partition named C<device>.  The increased memory is made available for all "
26838 "commands, for example those run using L</command> or L</sh>."
26839 msgstr ""
26840
26841 #. type: =head2
26842 #: ../fish/guestfish-actions.pod:4371
26843 msgid "swapon-file"
26844 msgstr ""
26845
26846 #. type: verbatim
26847 #: ../fish/guestfish-actions.pod:4373
26848 #, no-wrap
26849 msgid ""
26850 " swapon-file file\n"
26851 "\n"
26852 msgstr ""
26853
26854 #. type: textblock
26855 #: ../fish/guestfish-actions.pod:4375
26856 msgid ""
26857 "This command enables swap to a file.  See L</swapon-device> for other notes."
26858 msgstr ""
26859
26860 #. type: =head2
26861 #: ../fish/guestfish-actions.pod:4378
26862 msgid "swapon-label"
26863 msgstr ""
26864
26865 #. type: verbatim
26866 #: ../fish/guestfish-actions.pod:4380
26867 #, no-wrap
26868 msgid ""
26869 " swapon-label label\n"
26870 "\n"
26871 msgstr ""
26872
26873 #. type: textblock
26874 #: ../fish/guestfish-actions.pod:4382
26875 msgid ""
26876 "This command enables swap to a labeled swap partition.  See L</swapon-"
26877 "device> for other notes."
26878 msgstr ""
26879
26880 #. type: =head2
26881 #: ../fish/guestfish-actions.pod:4385
26882 msgid "swapon-uuid"
26883 msgstr ""
26884
26885 #. type: verbatim
26886 #: ../fish/guestfish-actions.pod:4387
26887 #, no-wrap
26888 msgid ""
26889 " swapon-uuid uuid\n"
26890 "\n"
26891 msgstr ""
26892
26893 #. type: textblock
26894 #: ../fish/guestfish-actions.pod:4389
26895 msgid ""
26896 "This command enables swap to a swap partition with the given UUID.  See L</"
26897 "swapon-device> for other notes."
26898 msgstr ""
26899
26900 #. type: =head2
26901 #: ../fish/guestfish-actions.pod:4392
26902 msgid "sync"
26903 msgstr ""
26904
26905 #. type: verbatim
26906 #: ../fish/guestfish-actions.pod:4394
26907 #, no-wrap
26908 msgid ""
26909 " sync\n"
26910 "\n"
26911 msgstr ""
26912
26913 #. type: =head2
26914 #: ../fish/guestfish-actions.pod:4402
26915 msgid "tail"
26916 msgstr ""
26917
26918 #. type: verbatim
26919 #: ../fish/guestfish-actions.pod:4404
26920 #, no-wrap
26921 msgid ""
26922 " tail path\n"
26923 "\n"
26924 msgstr ""
26925
26926 #. type: =head2
26927 #: ../fish/guestfish-actions.pod:4412
26928 msgid "tail-n"
26929 msgstr ""
26930
26931 #. type: verbatim
26932 #: ../fish/guestfish-actions.pod:4414
26933 #, no-wrap
26934 msgid ""
26935 " tail-n nrlines path\n"
26936 "\n"
26937 msgstr ""
26938
26939 #. type: =head2
26940 #: ../fish/guestfish-actions.pod:4427
26941 msgid "tar-in"
26942 msgstr ""
26943
26944 #. type: verbatim
26945 #: ../fish/guestfish-actions.pod:4429
26946 #, no-wrap
26947 msgid ""
26948 " tar-in (tarfile|-) directory\n"
26949 "\n"
26950 msgstr ""
26951
26952 #. type: textblock
26953 #: ../fish/guestfish-actions.pod:4434
26954 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
26955 msgstr ""
26956
26957 #. type: =head2
26958 #: ../fish/guestfish-actions.pod:4439
26959 msgid "tar-out"
26960 msgstr ""
26961
26962 #. type: verbatim
26963 #: ../fish/guestfish-actions.pod:4441
26964 #, no-wrap
26965 msgid ""
26966 " tar-out directory (tarfile|-)\n"
26967 "\n"
26968 msgstr ""
26969
26970 #. type: textblock
26971 #: ../fish/guestfish-actions.pod:4446
26972 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
26973 msgstr ""
26974
26975 #. type: =head2
26976 #: ../fish/guestfish-actions.pod:4451
26977 msgid "tgz-in"
26978 msgstr ""
26979
26980 #. type: verbatim
26981 #: ../fish/guestfish-actions.pod:4453
26982 #, no-wrap
26983 msgid ""
26984 " tgz-in (tarball|-) directory\n"
26985 "\n"
26986 msgstr ""
26987
26988 #. type: textblock
26989 #: ../fish/guestfish-actions.pod:4458
26990 msgid "To upload an uncompressed tarball, use L</tar-in>."
26991 msgstr ""
26992
26993 #. type: =head2
26994 #: ../fish/guestfish-actions.pod:4462
26995 msgid "tgz-out"
26996 msgstr ""
26997
26998 #. type: verbatim
26999 #: ../fish/guestfish-actions.pod:4464
27000 #, no-wrap
27001 msgid ""
27002 " tgz-out directory (tarball|-)\n"
27003 "\n"
27004 msgstr ""
27005
27006 #. type: textblock
27007 #: ../fish/guestfish-actions.pod:4469
27008 msgid "To download an uncompressed tarball, use L</tar-out>."
27009 msgstr ""
27010
27011 #. type: =head2
27012 #: ../fish/guestfish-actions.pod:4473
27013 msgid "touch"
27014 msgstr ""
27015
27016 #. type: verbatim
27017 #: ../fish/guestfish-actions.pod:4475
27018 #, no-wrap
27019 msgid ""
27020 " touch path\n"
27021 "\n"
27022 msgstr ""
27023
27024 #. type: =head2
27025 #: ../fish/guestfish-actions.pod:4484
27026 msgid "truncate"
27027 msgstr ""
27028
27029 #. type: verbatim
27030 #: ../fish/guestfish-actions.pod:4486
27031 #, no-wrap
27032 msgid ""
27033 " truncate path\n"
27034 "\n"
27035 msgstr ""
27036
27037 #. type: =head2
27038 #: ../fish/guestfish-actions.pod:4491
27039 msgid "truncate-size"
27040 msgstr ""
27041
27042 #. type: verbatim
27043 #: ../fish/guestfish-actions.pod:4493
27044 #, no-wrap
27045 msgid ""
27046 " truncate-size path size\n"
27047 "\n"
27048 msgstr ""
27049
27050 #. type: textblock
27051 #: ../fish/guestfish-actions.pod:4498
27052 msgid ""
27053 "If the current file size is less than C<size> then the file is extended to "
27054 "the required size with zero bytes.  This creates a sparse file (ie. disk "
27055 "blocks are not allocated for the file until you write to it).  To create a "
27056 "non-sparse file of zeroes, use L</fallocate64> instead."
27057 msgstr ""
27058
27059 #. type: =head2
27060 #: ../fish/guestfish-actions.pod:4504
27061 msgid "tune2fs-l"
27062 msgstr ""
27063
27064 #. type: verbatim
27065 #: ../fish/guestfish-actions.pod:4506
27066 #, no-wrap
27067 msgid ""
27068 " tune2fs-l device\n"
27069 "\n"
27070 msgstr ""
27071
27072 #. type: =head2
27073 #: ../fish/guestfish-actions.pod:4516
27074 msgid "txz-in"
27075 msgstr ""
27076
27077 #. type: verbatim
27078 #: ../fish/guestfish-actions.pod:4518
27079 #, no-wrap
27080 msgid ""
27081 " txz-in (tarball|-) directory\n"
27082 "\n"
27083 msgstr ""
27084
27085 #. type: =head2
27086 #: ../fish/guestfish-actions.pod:4525
27087 msgid "txz-out"
27088 msgstr ""
27089
27090 #. type: verbatim
27091 #: ../fish/guestfish-actions.pod:4527
27092 #, no-wrap
27093 msgid ""
27094 " txz-out directory (tarball|-)\n"
27095 "\n"
27096 msgstr ""
27097
27098 #. type: =head2
27099 #: ../fish/guestfish-actions.pod:4534
27100 msgid "umask"
27101 msgstr ""
27102
27103 #. type: verbatim
27104 #: ../fish/guestfish-actions.pod:4536
27105 #, no-wrap
27106 msgid ""
27107 " umask mask\n"
27108 "\n"
27109 msgstr ""
27110
27111 #. type: textblock
27112 #: ../fish/guestfish-actions.pod:4550
27113 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
27114 msgstr ""
27115
27116 #. type: =head2
27117 #: ../fish/guestfish-actions.pod:4555
27118 msgid "umount"
27119 msgstr ""
27120
27121 #. type: =head2
27122 #: ../fish/guestfish-actions.pod:4557
27123 msgid "unmount"
27124 msgstr ""
27125
27126 #. type: verbatim
27127 #: ../fish/guestfish-actions.pod:4559
27128 #, no-wrap
27129 msgid ""
27130 " umount pathordevice\n"
27131 "\n"
27132 msgstr ""
27133
27134 #. type: =head2
27135 #: ../fish/guestfish-actions.pod:4565
27136 msgid "umount-all"
27137 msgstr ""
27138
27139 #. type: =head2
27140 #: ../fish/guestfish-actions.pod:4567
27141 msgid "unmount-all"
27142 msgstr ""
27143
27144 #. type: verbatim
27145 #: ../fish/guestfish-actions.pod:4569
27146 #, no-wrap
27147 msgid ""
27148 " umount-all\n"
27149 "\n"
27150 msgstr ""
27151
27152 #. type: =head2
27153 #: ../fish/guestfish-actions.pod:4575
27154 msgid "upload"
27155 msgstr ""
27156
27157 #. type: verbatim
27158 #: ../fish/guestfish-actions.pod:4577
27159 #, no-wrap
27160 msgid ""
27161 " upload (filename|-) remotefilename\n"
27162 "\n"
27163 msgstr ""
27164
27165 #. type: textblock
27166 #: ../fish/guestfish-actions.pod:4584
27167 msgid "See also L</download>."
27168 msgstr ""
27169
27170 #. type: =head2
27171 #: ../fish/guestfish-actions.pod:4588
27172 msgid "upload-offset"
27173 msgstr ""
27174
27175 #. type: verbatim
27176 #: ../fish/guestfish-actions.pod:4590
27177 #, no-wrap
27178 msgid ""
27179 " upload-offset (filename|-) remotefilename offset\n"
27180 "\n"
27181 msgstr ""
27182
27183 #. type: textblock
27184 #: ../fish/guestfish-actions.pod:4602
27185 msgid ""
27186 "Note that there is no limit on the amount of data that can be uploaded with "
27187 "this call, unlike with L</pwrite>, and this call always writes the full "
27188 "amount unless an error occurs."
27189 msgstr ""
27190
27191 #. type: textblock
27192 #: ../fish/guestfish-actions.pod:4607
27193 msgid "See also L</upload>, L</pwrite>."
27194 msgstr ""
27195
27196 #. type: =head2
27197 #: ../fish/guestfish-actions.pod:4611
27198 msgid "utimens"
27199 msgstr ""
27200
27201 #. type: verbatim
27202 #: ../fish/guestfish-actions.pod:4613
27203 #, no-wrap
27204 msgid ""
27205 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
27206 "\n"
27207 msgstr ""
27208
27209 #. type: =head2
27210 #: ../fish/guestfish-actions.pod:4632
27211 msgid "version"
27212 msgstr ""
27213
27214 #. type: verbatim
27215 #: ../fish/guestfish-actions.pod:4634
27216 #, no-wrap
27217 msgid ""
27218 " version\n"
27219 "\n"
27220 msgstr ""
27221
27222 #. type: textblock
27223 #: ../fish/guestfish-actions.pod:4661
27224 msgid ""
27225 "I<Note:> Don't use this call to test for availability of features.  In "
27226 "enterprise distributions we backport features from later versions into "
27227 "earlier versions, making this an unreliable way to test for features.  Use "
27228 "L</available> instead."
27229 msgstr ""
27230
27231 #. type: =head2
27232 #: ../fish/guestfish-actions.pod:4667
27233 msgid "vfs-label"
27234 msgstr ""
27235
27236 #. type: verbatim
27237 #: ../fish/guestfish-actions.pod:4669
27238 #, no-wrap
27239 msgid ""
27240 " vfs-label device\n"
27241 "\n"
27242 msgstr ""
27243
27244 #. type: textblock
27245 #: ../fish/guestfish-actions.pod:4676
27246 msgid "To find a filesystem from the label, use L</findfs-label>."
27247 msgstr ""
27248
27249 #. type: =head2
27250 #: ../fish/guestfish-actions.pod:4678
27251 msgid "vfs-type"
27252 msgstr ""
27253
27254 #. type: verbatim
27255 #: ../fish/guestfish-actions.pod:4680
27256 #, no-wrap
27257 msgid ""
27258 " vfs-type device\n"
27259 "\n"
27260 msgstr ""
27261
27262 #. type: =head2
27263 #: ../fish/guestfish-actions.pod:4690
27264 msgid "vfs-uuid"
27265 msgstr ""
27266
27267 #. type: verbatim
27268 #: ../fish/guestfish-actions.pod:4692
27269 #, no-wrap
27270 msgid ""
27271 " vfs-uuid device\n"
27272 "\n"
27273 msgstr ""
27274
27275 #. type: textblock
27276 #: ../fish/guestfish-actions.pod:4699
27277 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
27278 msgstr ""
27279
27280 #. type: =head2
27281 #: ../fish/guestfish-actions.pod:4701
27282 msgid "vg-activate"
27283 msgstr ""
27284
27285 #. type: verbatim
27286 #: ../fish/guestfish-actions.pod:4703
27287 #, no-wrap
27288 msgid ""
27289 " vg-activate true|false 'volgroups ...'\n"
27290 "\n"
27291 msgstr ""
27292
27293 #. type: =head2
27294 #: ../fish/guestfish-actions.pod:4716
27295 msgid "vg-activate-all"
27296 msgstr ""
27297
27298 #. type: verbatim
27299 #: ../fish/guestfish-actions.pod:4718
27300 #, no-wrap
27301 msgid ""
27302 " vg-activate-all true|false\n"
27303 "\n"
27304 msgstr ""
27305
27306 #. type: =head2
27307 #: ../fish/guestfish-actions.pod:4728
27308 msgid "vgcreate"
27309 msgstr ""
27310
27311 #. type: verbatim
27312 #: ../fish/guestfish-actions.pod:4730
27313 #, no-wrap
27314 msgid ""
27315 " vgcreate volgroup 'physvols ...'\n"
27316 "\n"
27317 msgstr ""
27318
27319 #. type: =head2
27320 #: ../fish/guestfish-actions.pod:4735
27321 msgid "vglvuuids"
27322 msgstr ""
27323
27324 #. type: verbatim
27325 #: ../fish/guestfish-actions.pod:4737
27326 #, no-wrap
27327 msgid ""
27328 " vglvuuids vgname\n"
27329 "\n"
27330 msgstr ""
27331
27332 #. type: textblock
27333 #: ../fish/guestfish-actions.pod:4742
27334 msgid ""
27335 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
27336 "logical volumes and volume groups."
27337 msgstr ""
27338
27339 #. type: textblock
27340 #: ../fish/guestfish-actions.pod:4745
27341 msgid "See also L</vgpvuuids>."
27342 msgstr ""
27343
27344 #. type: =head2
27345 #: ../fish/guestfish-actions.pod:4747
27346 msgid "vgpvuuids"
27347 msgstr ""
27348
27349 #. type: verbatim
27350 #: ../fish/guestfish-actions.pod:4749
27351 #, no-wrap
27352 msgid ""
27353 " vgpvuuids vgname\n"
27354 "\n"
27355 msgstr ""
27356
27357 #. type: textblock
27358 #: ../fish/guestfish-actions.pod:4754
27359 msgid ""
27360 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
27361 "physical volumes and volume groups."
27362 msgstr ""
27363
27364 #. type: textblock
27365 #: ../fish/guestfish-actions.pod:4757
27366 msgid "See also L</vglvuuids>."
27367 msgstr ""
27368
27369 #. type: =head2
27370 #: ../fish/guestfish-actions.pod:4759
27371 msgid "vgremove"
27372 msgstr ""
27373
27374 #. type: verbatim
27375 #: ../fish/guestfish-actions.pod:4761
27376 #, no-wrap
27377 msgid ""
27378 " vgremove vgname\n"
27379 "\n"
27380 msgstr ""
27381
27382 #. type: =head2
27383 #: ../fish/guestfish-actions.pod:4768
27384 msgid "vgrename"
27385 msgstr ""
27386
27387 #. type: verbatim
27388 #: ../fish/guestfish-actions.pod:4770
27389 #, no-wrap
27390 msgid ""
27391 " vgrename volgroup newvolgroup\n"
27392 "\n"
27393 msgstr ""
27394
27395 #. type: =head2
27396 #: ../fish/guestfish-actions.pod:4774
27397 msgid "vgs"
27398 msgstr ""
27399
27400 #. type: verbatim
27401 #: ../fish/guestfish-actions.pod:4776
27402 #, no-wrap
27403 msgid ""
27404 " vgs\n"
27405 "\n"
27406 msgstr ""
27407
27408 #. type: textblock
27409 #: ../fish/guestfish-actions.pod:4784
27410 msgid "See also L</vgs-full>."
27411 msgstr ""
27412
27413 #. type: =head2
27414 #: ../fish/guestfish-actions.pod:4786
27415 msgid "vgs-full"
27416 msgstr ""
27417
27418 #. type: verbatim
27419 #: ../fish/guestfish-actions.pod:4788
27420 #, no-wrap
27421 msgid ""
27422 " vgs-full\n"
27423 "\n"
27424 msgstr ""
27425
27426 #. type: =head2
27427 #: ../fish/guestfish-actions.pod:4793
27428 msgid "vgscan"
27429 msgstr ""
27430
27431 #. type: verbatim
27432 #: ../fish/guestfish-actions.pod:4795
27433 #, no-wrap
27434 msgid ""
27435 " vgscan\n"
27436 "\n"
27437 msgstr ""
27438
27439 #. type: =head2
27440 #: ../fish/guestfish-actions.pod:4800
27441 msgid "vguuid"
27442 msgstr ""
27443
27444 #. type: verbatim
27445 #: ../fish/guestfish-actions.pod:4802
27446 #, no-wrap
27447 msgid ""
27448 " vguuid vgname\n"
27449 "\n"
27450 msgstr ""
27451
27452 #. type: =head2
27453 #: ../fish/guestfish-actions.pod:4806
27454 msgid "wc-c"
27455 msgstr ""
27456
27457 #. type: verbatim
27458 #: ../fish/guestfish-actions.pod:4808
27459 #, no-wrap
27460 msgid ""
27461 " wc-c path\n"
27462 "\n"
27463 msgstr ""
27464
27465 #. type: =head2
27466 #: ../fish/guestfish-actions.pod:4813
27467 msgid "wc-l"
27468 msgstr ""
27469
27470 #. type: verbatim
27471 #: ../fish/guestfish-actions.pod:4815
27472 #, no-wrap
27473 msgid ""
27474 " wc-l path\n"
27475 "\n"
27476 msgstr ""
27477
27478 #. type: =head2
27479 #: ../fish/guestfish-actions.pod:4820
27480 msgid "wc-w"
27481 msgstr ""
27482
27483 #. type: verbatim
27484 #: ../fish/guestfish-actions.pod:4822
27485 #, no-wrap
27486 msgid ""
27487 " wc-w path\n"
27488 "\n"
27489 msgstr ""
27490
27491 #. type: =head2
27492 #: ../fish/guestfish-actions.pod:4827
27493 msgid "write"
27494 msgstr ""
27495
27496 #. type: verbatim
27497 #: ../fish/guestfish-actions.pod:4829
27498 #, no-wrap
27499 msgid ""
27500 " write path content\n"
27501 "\n"
27502 msgstr ""
27503
27504 #. type: =head2
27505 #: ../fish/guestfish-actions.pod:4837
27506 msgid "write-file"
27507 msgstr ""
27508
27509 #. type: verbatim
27510 #: ../fish/guestfish-actions.pod:4839
27511 #, no-wrap
27512 msgid ""
27513 " write-file path content size\n"
27514 "\n"
27515 msgstr ""
27516
27517 #. type: =head2
27518 #: ../fish/guestfish-actions.pod:4862
27519 msgid "zegrep"
27520 msgstr ""
27521
27522 #. type: verbatim
27523 #: ../fish/guestfish-actions.pod:4864
27524 #, no-wrap
27525 msgid ""
27526 " zegrep regex path\n"
27527 "\n"
27528 msgstr ""
27529
27530 #. type: =head2
27531 #: ../fish/guestfish-actions.pod:4872
27532 msgid "zegrepi"
27533 msgstr ""
27534
27535 #. type: verbatim
27536 #: ../fish/guestfish-actions.pod:4874
27537 #, no-wrap
27538 msgid ""
27539 " zegrepi regex path\n"
27540 "\n"
27541 msgstr ""
27542
27543 #. type: =head2
27544 #: ../fish/guestfish-actions.pod:4882
27545 msgid "zero"
27546 msgstr ""
27547
27548 #. type: verbatim
27549 #: ../fish/guestfish-actions.pod:4884
27550 #, no-wrap
27551 msgid ""
27552 " zero device\n"
27553 "\n"
27554 msgstr ""
27555
27556 #. type: textblock
27557 #: ../fish/guestfish-actions.pod:4892
27558 msgid "See also: L</zero-device>, L</scrub-device>."
27559 msgstr ""
27560
27561 #. type: =head2
27562 #: ../fish/guestfish-actions.pod:4894
27563 msgid "zero-device"
27564 msgstr ""
27565
27566 #. type: verbatim
27567 #: ../fish/guestfish-actions.pod:4896
27568 #, no-wrap
27569 msgid ""
27570 " zero-device device\n"
27571 "\n"
27572 msgstr ""
27573
27574 #. type: textblock
27575 #: ../fish/guestfish-actions.pod:4898
27576 msgid ""
27577 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
27578 "which just zeroes the first few blocks of a device."
27579 msgstr ""
27580
27581 #. type: =head2
27582 #: ../fish/guestfish-actions.pod:4905
27583 msgid "zerofree"
27584 msgstr ""
27585
27586 #. type: verbatim
27587 #: ../fish/guestfish-actions.pod:4907
27588 #, no-wrap
27589 msgid ""
27590 " zerofree device\n"
27591 "\n"
27592 msgstr ""
27593
27594 #. type: =head2
27595 #: ../fish/guestfish-actions.pod:4920
27596 msgid "zfgrep"
27597 msgstr ""
27598
27599 #. type: verbatim
27600 #: ../fish/guestfish-actions.pod:4922
27601 #, no-wrap
27602 msgid ""
27603 " zfgrep pattern path\n"
27604 "\n"
27605 msgstr ""
27606
27607 #. type: =head2
27608 #: ../fish/guestfish-actions.pod:4930
27609 msgid "zfgrepi"
27610 msgstr ""
27611
27612 #. type: verbatim
27613 #: ../fish/guestfish-actions.pod:4932
27614 #, no-wrap
27615 msgid ""
27616 " zfgrepi pattern path\n"
27617 "\n"
27618 msgstr ""
27619
27620 #. type: =head2
27621 #: ../fish/guestfish-actions.pod:4940
27622 msgid "zfile"
27623 msgstr ""
27624
27625 #. type: verbatim
27626 #: ../fish/guestfish-actions.pod:4942
27627 #, no-wrap
27628 msgid ""
27629 " zfile meth path\n"
27630 "\n"
27631 msgstr ""
27632
27633 #. type: textblock
27634 #: ../fish/guestfish-actions.pod:4949
27635 msgid ""
27636 "Since 1.0.63, use L</file> instead which can now process compressed files."
27637 msgstr ""
27638
27639 #. type: =head2
27640 #: ../fish/guestfish-actions.pod:4959
27641 msgid "zgrep"
27642 msgstr ""
27643
27644 #. type: verbatim
27645 #: ../fish/guestfish-actions.pod:4961
27646 #, no-wrap
27647 msgid ""
27648 " zgrep regex path\n"
27649 "\n"
27650 msgstr ""
27651
27652 #. type: =head2
27653 #: ../fish/guestfish-actions.pod:4969
27654 msgid "zgrepi"
27655 msgstr ""
27656
27657 #. type: verbatim
27658 #: ../fish/guestfish-actions.pod:4971
27659 #, no-wrap
27660 msgid ""
27661 " zgrepi regex path\n"
27662 "\n"
27663 msgstr ""
27664
27665 #. type: =head2
27666 #: ../fish/guestfish-commands.pod:1
27667 msgid "alloc"
27668 msgstr ""
27669
27670 #. type: =head2
27671 #: ../fish/guestfish-commands.pod:3
27672 msgid "allocate"
27673 msgstr ""
27674
27675 #. type: verbatim
27676 #: ../fish/guestfish-commands.pod:5
27677 #, no-wrap
27678 msgid ""
27679 " alloc filename size\n"
27680 "\n"
27681 msgstr ""
27682
27683 #. type: textblock
27684 #: ../fish/guestfish-commands.pod:7
27685 msgid ""
27686 "This creates an empty (zeroed) file of the given size, and then adds so it "
27687 "can be further examined."
27688 msgstr ""
27689
27690 #. type: textblock
27691 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27692 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27693 msgstr ""
27694
27695 #. type: textblock
27696 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27697 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27698 msgstr ""
27699
27700 #. type: textblock
27701 #: ../fish/guestfish-commands.pod:14
27702 msgid ""
27703 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27704 "image, see L</PREPARED DISK IMAGES>."
27705 msgstr ""
27706
27707 #. type: =head2
27708 #: ../fish/guestfish-commands.pod:17
27709 msgid "copy-in"
27710 msgstr ""
27711
27712 #. type: verbatim
27713 #: ../fish/guestfish-commands.pod:19
27714 #, no-wrap
27715 msgid ""
27716 " copy-in local [local ...] /remotedir\n"
27717 "\n"
27718 msgstr ""
27719
27720 #. type: textblock
27721 #: ../fish/guestfish-commands.pod:21
27722 msgid ""
27723 "C<copy-in> copies local files or directories recursively into the disk "
27724 "image, placing them in the directory called C</remotedir> (which must "
27725 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27726 "other commands as necessary."
27727 msgstr ""
27728
27729 #. type: textblock
27730 #: ../fish/guestfish-commands.pod:26
27731 msgid ""
27732 "Multiple local files and directories can be specified, but the last "
27733 "parameter must always be a remote directory.  Wildcards cannot be used."
27734 msgstr ""
27735
27736 #. type: =head2
27737 #: ../fish/guestfish-commands.pod:30
27738 msgid "copy-out"
27739 msgstr ""
27740
27741 #. type: verbatim
27742 #: ../fish/guestfish-commands.pod:32
27743 #, no-wrap
27744 msgid ""
27745 " copy-out remote [remote ...] localdir\n"
27746 "\n"
27747 msgstr ""
27748
27749 #. type: textblock
27750 #: ../fish/guestfish-commands.pod:34
27751 msgid ""
27752 "C<copy-out> copies remote files or directories recursively out of the disk "
27753 "image, placing them on the host disk in a local directory called C<localdir> "
27754 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
27755 "download>, L</tar-out> and other commands as necessary."
27756 msgstr ""
27757
27758 #. type: textblock
27759 #: ../fish/guestfish-commands.pod:40
27760 msgid ""
27761 "Multiple remote files and directories can be specified, but the last "
27762 "parameter must always be a local directory.  To download to the current "
27763 "directory, use C<.> as in:"
27764 msgstr ""
27765
27766 #. type: verbatim
27767 #: ../fish/guestfish-commands.pod:44
27768 #, no-wrap
27769 msgid ""
27770 " copy-out /home .\n"
27771 "\n"
27772 msgstr ""
27773
27774 #. type: textblock
27775 #: ../fish/guestfish-commands.pod:46
27776 msgid ""
27777 "Wildcards cannot be used in the ordinary command, but you can use them with "
27778 "the help of L</glob> like this:"
27779 msgstr ""
27780
27781 #. type: verbatim
27782 #: ../fish/guestfish-commands.pod:49
27783 #, no-wrap
27784 msgid ""
27785 " glob copy-out /home/* .\n"
27786 "\n"
27787 msgstr ""
27788
27789 #. type: =head2
27790 #: ../fish/guestfish-commands.pod:51
27791 msgid "echo"
27792 msgstr ""
27793
27794 #. type: verbatim
27795 #: ../fish/guestfish-commands.pod:53
27796 #, no-wrap
27797 msgid ""
27798 " echo [params ...]\n"
27799 "\n"
27800 msgstr ""
27801
27802 #. type: textblock
27803 #: ../fish/guestfish-commands.pod:55
27804 msgid "This echos the parameters to the terminal."
27805 msgstr ""
27806
27807 #. type: =head2
27808 #: ../fish/guestfish-commands.pod:57
27809 msgid "edit"
27810 msgstr ""
27811
27812 #. type: =head2
27813 #: ../fish/guestfish-commands.pod:59
27814 msgid "vi"
27815 msgstr ""
27816
27817 #. type: =head2
27818 #: ../fish/guestfish-commands.pod:61
27819 msgid "emacs"
27820 msgstr ""
27821
27822 #. type: verbatim
27823 #: ../fish/guestfish-commands.pod:63
27824 #, no-wrap
27825 msgid ""
27826 " edit filename\n"
27827 "\n"
27828 msgstr ""
27829
27830 #. type: textblock
27831 #: ../fish/guestfish-commands.pod:65
27832 msgid ""
27833 "This is used to edit a file.  It downloads the file, edits it locally using "
27834 "your editor, then uploads the result."
27835 msgstr ""
27836
27837 #. type: textblock
27838 #: ../fish/guestfish-commands.pod:68
27839 msgid ""
27840 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
27841 "or C<emacs> you will get those corresponding editors."
27842 msgstr ""
27843
27844 #. type: =head2
27845 #: ../fish/guestfish-commands.pod:72
27846 msgid "glob"
27847 msgstr ""
27848
27849 #. type: verbatim
27850 #: ../fish/guestfish-commands.pod:74
27851 #, no-wrap
27852 msgid ""
27853 " glob command args...\n"
27854 "\n"
27855 msgstr ""
27856
27857 #. type: textblock
27858 #: ../fish/guestfish-commands.pod:76
27859 msgid ""
27860 "Expand wildcards in any paths in the args list, and run C<command> "
27861 "repeatedly on each matching path."
27862 msgstr ""
27863
27864 #. type: textblock
27865 #: ../fish/guestfish-commands.pod:79
27866 msgid "See L</WILDCARDS AND GLOBBING>."
27867 msgstr ""
27868
27869 #. type: =head2
27870 #: ../fish/guestfish-commands.pod:81
27871 msgid "hexedit"
27872 msgstr ""
27873
27874 #. type: verbatim
27875 #: ../fish/guestfish-commands.pod:83
27876 #, no-wrap
27877 msgid ""
27878 " hexedit <filename|device>\n"
27879 " hexedit <filename|device> <max>\n"
27880 " hexedit <filename|device> <start> <max>\n"
27881 "\n"
27882 msgstr ""
27883
27884 #. type: textblock
27885 #: ../fish/guestfish-commands.pod:87
27886 msgid ""
27887 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
27888 "device."
27889 msgstr ""
27890
27891 #. type: textblock
27892 #: ../fish/guestfish-commands.pod:90
27893 msgid ""
27894 "This command works by downloading potentially the whole file or device, "
27895 "editing it locally, then uploading it.  If the file or device is large, you "
27896 "have to specify which part you wish to edit by using C<max> and/or C<start> "
27897 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
27898 "usual modifiers allowed such as C<1M> (1 megabyte)."
27899 msgstr ""
27900
27901 #. type: textblock
27902 #: ../fish/guestfish-commands.pod:97
27903 msgid "For example to edit the first few sectors of a disk you might do:"
27904 msgstr ""
27905
27906 #. type: verbatim
27907 #: ../fish/guestfish-commands.pod:100
27908 #, no-wrap
27909 msgid ""
27910 " hexedit /dev/sda 1M\n"
27911 "\n"
27912 msgstr ""
27913
27914 #. type: textblock
27915 #: ../fish/guestfish-commands.pod:102
27916 msgid ""
27917 "which would allow you to edit anywhere within the first megabyte of the disk."
27918 msgstr ""
27919
27920 #. type: textblock
27921 #: ../fish/guestfish-commands.pod:105
27922 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
27923 msgstr ""
27924
27925 #. type: verbatim
27926 #: ../fish/guestfish-commands.pod:107
27927 #, no-wrap
27928 msgid ""
27929 " hexedit /dev/sda1 0x400 0x400\n"
27930 "\n"
27931 msgstr ""
27932
27933 #. type: textblock
27934 #: ../fish/guestfish-commands.pod:109
27935 msgid "(assuming the superblock is in the standard location)."
27936 msgstr ""
27937
27938 #. type: textblock
27939 #: ../fish/guestfish-commands.pod:111
27940 msgid ""
27941 "This command requires the external L<hexedit(1)> program.  You can specify "
27942 "another program to use by setting the C<HEXEDITOR> environment variable."
27943 msgstr ""
27944
27945 #. type: textblock
27946 #: ../fish/guestfish-commands.pod:115
27947 msgid "See also L</hexdump>."
27948 msgstr ""
27949
27950 #. type: =head2
27951 #: ../fish/guestfish-commands.pod:117
27952 msgid "lcd"
27953 msgstr ""
27954
27955 #. type: verbatim
27956 #: ../fish/guestfish-commands.pod:119
27957 #, no-wrap
27958 msgid ""
27959 " lcd directory\n"
27960 "\n"
27961 msgstr ""
27962
27963 #. type: textblock
27964 #: ../fish/guestfish-commands.pod:121
27965 msgid ""
27966 "Change the local directory, ie. the current directory of guestfish itself."
27967 msgstr ""
27968
27969 #. type: textblock
27970 #: ../fish/guestfish-commands.pod:124
27971 msgid "Note that C<!cd> won't do what you might expect."
27972 msgstr ""
27973
27974 #. type: =head2
27975 #: ../fish/guestfish-commands.pod:126
27976 msgid "man"
27977 msgstr ""
27978
27979 #. type: =head2
27980 #: ../fish/guestfish-commands.pod:128
27981 msgid "manual"
27982 msgstr ""
27983
27984 #. type: verbatim
27985 #: ../fish/guestfish-commands.pod:130
27986 #, no-wrap
27987 msgid ""
27988 "  man\n"
27989 "\n"
27990 msgstr ""
27991
27992 #. type: textblock
27993 #: ../fish/guestfish-commands.pod:132
27994 msgid "Opens the manual page for guestfish."
27995 msgstr ""
27996
27997 #. type: =head2
27998 #: ../fish/guestfish-commands.pod:134
27999 msgid "more"
28000 msgstr ""
28001
28002 #. type: =head2
28003 #: ../fish/guestfish-commands.pod:136
28004 msgid "less"
28005 msgstr ""
28006
28007 #. type: verbatim
28008 #: ../fish/guestfish-commands.pod:138
28009 #, no-wrap
28010 msgid ""
28011 " more filename\n"
28012 "\n"
28013 msgstr ""
28014
28015 #. type: verbatim
28016 #: ../fish/guestfish-commands.pod:140
28017 #, no-wrap
28018 msgid ""
28019 " less filename\n"
28020 "\n"
28021 msgstr ""
28022
28023 #. type: textblock
28024 #: ../fish/guestfish-commands.pod:142
28025 msgid "This is used to view a file."
28026 msgstr ""
28027
28028 #. type: textblock
28029 #: ../fish/guestfish-commands.pod:144
28030 msgid ""
28031 "The default viewer is C<$PAGER>.  However if you use the alternate command "
28032 "C<less> you will get the C<less> command specifically."
28033 msgstr ""
28034
28035 #. type: =head2
28036 #: ../fish/guestfish-commands.pod:147
28037 msgid "reopen"
28038 msgstr ""
28039
28040 #. type: verbatim
28041 #: ../fish/guestfish-commands.pod:149
28042 #, no-wrap
28043 msgid ""
28044 "  reopen\n"
28045 "\n"
28046 msgstr ""
28047
28048 #. type: textblock
28049 #: ../fish/guestfish-commands.pod:151
28050 msgid ""
28051 "Close and reopen the libguestfs handle.  It is not necessary to use this "
28052 "normally, because the handle is closed properly when guestfish exits.  "
28053 "However this is occasionally useful for testing."
28054 msgstr ""
28055
28056 #. type: =head2
28057 #: ../fish/guestfish-commands.pod:155
28058 msgid "sparse"
28059 msgstr ""
28060
28061 #. type: verbatim
28062 #: ../fish/guestfish-commands.pod:157
28063 #, no-wrap
28064 msgid ""
28065 " sparse filename size\n"
28066 "\n"
28067 msgstr ""
28068
28069 #. type: textblock
28070 #: ../fish/guestfish-commands.pod:159
28071 msgid ""
28072 "This creates an empty sparse file of the given size, and then adds so it can "
28073 "be further examined."
28074 msgstr ""
28075
28076 #. type: textblock
28077 #: ../fish/guestfish-commands.pod:162
28078 msgid ""
28079 "In all respects it works the same as the L</alloc> command, except that the "
28080 "image file is allocated sparsely, which means that disk blocks are not "
28081 "assigned to the file until they are needed.  Sparse disk files only use "
28082 "space when written to, but they are slower and there is a danger you could "
28083 "run out of real disk space during a write operation."
28084 msgstr ""
28085
28086 #. type: =head2
28087 #: ../fish/guestfish-commands.pod:172
28088 msgid "supported"
28089 msgstr ""
28090
28091 #. type: verbatim
28092 #: ../fish/guestfish-commands.pod:174
28093 #, no-wrap
28094 msgid ""
28095 " supported\n"
28096 "\n"
28097 msgstr ""
28098
28099 #. type: textblock
28100 #: ../fish/guestfish-commands.pod:176
28101 msgid ""
28102 "This command returns a list of the optional groups known to the daemon, and "
28103 "indicates which ones are supported by this build of the libguestfs appliance."
28104 msgstr ""
28105
28106 #. type: textblock
28107 #: ../fish/guestfish-commands.pod:180
28108 msgid "See also L<guestfs(3)/AVAILABILITY>."
28109 msgstr ""
28110
28111 #. type: =head2
28112 #: ../fish/guestfish-commands.pod:182
28113 msgid "time"
28114 msgstr ""
28115
28116 #. type: verbatim
28117 #: ../fish/guestfish-commands.pod:184
28118 #, no-wrap
28119 msgid ""
28120 " time command args...\n"
28121 "\n"
28122 msgstr ""
28123
28124 #. type: textblock
28125 #: ../fish/guestfish-commands.pod:186
28126 msgid ""
28127 "Run the command as usual, but print the elapsed time afterwards.  This can "
28128 "be useful for benchmarking operations."
28129 msgstr ""
28130
28131 #. type: textblock
28132 #: ../test-tool/libguestfs-test-tool.pod:5
28133 msgid "libguestfs-test-tool - End user tests for libguestfs"
28134 msgstr ""
28135
28136 #. type: verbatim
28137 #: ../test-tool/libguestfs-test-tool.pod:9
28138 #, no-wrap
28139 msgid ""
28140 " libguestfs-test-tool [--options]\n"
28141 "\n"
28142 msgstr ""
28143
28144 #. type: textblock
28145 #: ../test-tool/libguestfs-test-tool.pod:13
28146 msgid ""
28147 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
28148 "and developers, to allow them to check basic libguestfs functionality is "
28149 "working.  This is needed because libguestfs occasionally breaks for reasons "
28150 "beyond our control: usually because of changes in the underlying qemu or "
28151 "kernel packages, or the host environment."
28152 msgstr ""
28153
28154 #. type: textblock
28155 #: ../test-tool/libguestfs-test-tool.pod:20
28156 msgid "If you suspect a problem in libguestfs, then just run:"
28157 msgstr ""
28158
28159 #. type: verbatim
28160 #: ../test-tool/libguestfs-test-tool.pod:22
28161 #, no-wrap
28162 msgid ""
28163 " libguestfs-test-tool\n"
28164 "\n"
28165 msgstr ""
28166
28167 #. type: textblock
28168 #: ../test-tool/libguestfs-test-tool.pod:24
28169 msgid "It will print lots of diagnostic messages."
28170 msgstr ""
28171
28172 #. type: textblock
28173 #: ../test-tool/libguestfs-test-tool.pod:26
28174 msgid "If it runs to completion successfully, you will see this near the end:"
28175 msgstr ""
28176
28177 #. type: verbatim
28178 #: ../test-tool/libguestfs-test-tool.pod:28
28179 #, no-wrap
28180 msgid ""
28181 " ===== TEST FINISHED OK =====\n"
28182 "\n"
28183 msgstr ""
28184
28185 #. type: textblock
28186 #: ../test-tool/libguestfs-test-tool.pod:30
28187 msgid "and the test tool will exit with code 0."
28188 msgstr ""
28189
28190 #. type: textblock
28191 #: ../test-tool/libguestfs-test-tool.pod:32
28192 msgid ""
28193 "If it fails (and/or exits with non-zero error code), please paste the "
28194 "B<complete, unedited> output of the test tool into a bug report.  More "
28195 "information about reporting bugs can be found on the L<http://libguestfs.org/"
28196 "> website."
28197 msgstr ""
28198
28199 #. type: =item
28200 #: ../test-tool/libguestfs-test-tool.pod:41
28201 msgid "I<--help>"
28202 msgstr ""
28203
28204 #. type: textblock
28205 #: ../test-tool/libguestfs-test-tool.pod:43
28206 msgid "Display short usage information and exit."
28207 msgstr ""
28208
28209 #. type: =item
28210 #: ../test-tool/libguestfs-test-tool.pod:45
28211 msgid "I<--helper /path/to/libguestfs-test-tool-helper>"
28212 msgstr ""
28213
28214 #. type: textblock
28215 #: ../test-tool/libguestfs-test-tool.pod:47
28216 msgid ""
28217 "Pass an alternate name for the helper program.  libguestfs-test-tool will "
28218 "normally look in the C<$libexec> directory that was configured when the tool "
28219 "was built."
28220 msgstr ""
28221
28222 #. type: =item
28223 #: ../test-tool/libguestfs-test-tool.pod:51
28224 msgid "I<--qemu qemu_binary>"
28225 msgstr ""
28226
28227 #. type: textblock
28228 #: ../test-tool/libguestfs-test-tool.pod:53
28229 msgid ""
28230 "If you have downloaded another qemu binary, point this option at the full "
28231 "path of the binary to try it."
28232 msgstr ""
28233
28234 #. type: =item
28235 #: ../test-tool/libguestfs-test-tool.pod:56
28236 msgid "I<--qemudir qemu_source_dir>"
28237 msgstr ""
28238
28239 #. type: textblock
28240 #: ../test-tool/libguestfs-test-tool.pod:58
28241 msgid ""
28242 "If you have compiled qemu from source, point this option at the source "
28243 "directory to try it."
28244 msgstr ""
28245
28246 #. type: =item
28247 #: ../test-tool/libguestfs-test-tool.pod:61
28248 msgid "I<--timeout N>"
28249 msgstr ""
28250
28251 #. type: textblock
28252 #: ../test-tool/libguestfs-test-tool.pod:63
28253 msgid ""
28254 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
28255 "does not usually need to be adjusted unless your machine is very slow."
28256 msgstr ""
28257
28258 #. type: =head1
28259 #: ../test-tool/libguestfs-test-tool.pod:69
28260 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
28261 msgstr ""
28262
28263 #. type: textblock
28264 #: ../test-tool/libguestfs-test-tool.pod:71
28265 msgid ""
28266 "If you have compiled another version of qemu from source and would like to "
28267 "try that, then you can use the I<--qemudir> option to point to the qemu "
28268 "source directory."
28269 msgstr ""
28270
28271 #. type: textblock
28272 #: ../test-tool/libguestfs-test-tool.pod:75
28273 msgid ""
28274 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
28275 "option to point to the binary."
28276 msgstr ""
28277
28278 #. type: textblock
28279 #: ../test-tool/libguestfs-test-tool.pod:78
28280 msgid ""
28281 "When using an alternate qemu with libguestfs, usually you would need to "
28282 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
28283 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
28284 "use either of the I<--qemudir> or I<--qemu> options."
28285 msgstr ""
28286
28287 #. type: textblock
28288 #: ../test-tool/libguestfs-test-tool.pod:85
28289 msgid ""
28290 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
28291 "I<1> if there was an error."
28292 msgstr ""
28293
28294 #. type: =item
28295 #: ../test-tool/libguestfs-test-tool.pod:92
28296 msgid "/usr/libexec/libguestfs-test-tool-helper"
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../test-tool/libguestfs-test-tool.pod:94
28301 msgid ""
28302 "This helper program is run inside the appliance and provides additional "
28303 "tests."
28304 msgstr ""
28305
28306 #. type: =item
28307 #: ../test-tool/libguestfs-test-tool.pod:97
28308 msgid "/usr/bin/mkisofs"
28309 msgstr ""
28310
28311 #. type: textblock
28312 #: ../test-tool/libguestfs-test-tool.pod:99
28313 msgid ""
28314 "The C<mkisofs> command is required in order to construct a CD-ROM ISO file "
28315 "which is used as part of the tests."
28316 msgstr ""
28317
28318 #. type: textblock
28319 #: ../test-tool/libguestfs-test-tool.pod:106
28320 msgid ""
28321 "For the full list of environment variables which may affect libguestfs, "
28322 "please see the L<guestfs(3)> manual page."
28323 msgstr ""
28324
28325 #. type: textblock
28326 #: ../test-tool/libguestfs-test-tool.pod:111
28327 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
28328 msgstr ""
28329
28330 #. type: textblock
28331 #: ../test-tool/libguestfs-test-tool.pod:121
28332 msgid "Copyright (C) 2009 Red Hat Inc.  L<http://libguestfs.org/>"
28333 msgstr ""
28334
28335 #. type: textblock
28336 #: ../fuse/guestmount.pod:5
28337 msgid ""
28338 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
28339 msgstr ""
28340
28341 #. type: verbatim
28342 #: ../fuse/guestmount.pod:9
28343 #, no-wrap
28344 msgid ""
28345 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
28346 "\n"
28347 msgstr ""
28348
28349 #. type: verbatim
28350 #: ../fuse/guestmount.pod:11
28351 #, no-wrap
28352 msgid ""
28353 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
28354 "\n"
28355 msgstr ""
28356
28357 #. type: verbatim
28358 #: ../fuse/guestmount.pod:13
28359 #, no-wrap
28360 msgid ""
28361 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
28362 "\n"
28363 msgstr ""
28364
28365 #. type: textblock
28366 #: ../fuse/guestmount.pod:17
28367 msgid ""
28368 "You must I<not> use C<guestmount> in read-write mode on live virtual "
28369 "machines.  If you do this, you risk disk corruption in the VM."
28370 msgstr ""
28371
28372 #. type: textblock
28373 #: ../fuse/guestmount.pod:22
28374 msgid ""
28375 "The guestmount program can be used to mount virtual machine filesystems and "
28376 "other disk images on the host.  It uses libguestfs for access to the guest "
28377 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
28378 "a mountable device."
28379 msgstr ""
28380
28381 #. type: textblock
28382 #: ../fuse/guestmount.pod:27
28383 msgid ""
28384 "Along with other options, you have to give at least one device (I<-a> "
28385 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
28386 "option) or use the I<-i> inspection option.  How this works is better "
28387 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
28388 "below."
28389 msgstr ""
28390
28391 #. type: textblock
28392 #: ../fuse/guestmount.pod:33
28393 msgid ""
28394 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
28395 "by you, and the filesystem will not be visible to any other users unless you "
28396 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
28397 "the filesystem, use the C<fusermount -u> command."
28398 msgstr ""
28399
28400 #. type: textblock
28401 #: ../fuse/guestmount.pod:41
28402 msgid ""
28403 "For a typical Windows guest which has its main filesystem on the first "
28404 "partition:"
28405 msgstr ""
28406
28407 #. type: verbatim
28408 #: ../fuse/guestmount.pod:44
28409 #, no-wrap
28410 msgid ""
28411 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
28412 "\n"
28413 msgstr ""
28414
28415 #. type: textblock
28416 #: ../fuse/guestmount.pod:46
28417 msgid ""
28418 "For a typical Linux guest which has a /boot filesystem on the first "
28419 "partition, and the root filesystem on a logical volume:"
28420 msgstr ""
28421
28422 #. type: verbatim
28423 #: ../fuse/guestmount.pod:49
28424 #, no-wrap
28425 msgid ""
28426 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
28427 "\n"
28428 msgstr ""
28429
28430 #. type: textblock
28431 #: ../fuse/guestmount.pod:51
28432 msgid "To get libguestfs to detect guest mountpoints for you:"
28433 msgstr ""
28434
28435 #. type: verbatim
28436 #: ../fuse/guestmount.pod:53
28437 #, no-wrap
28438 msgid ""
28439 " guestmount -a guest.img -i --ro /mnt\n"
28440 "\n"
28441 msgstr ""
28442
28443 #. type: textblock
28444 #: ../fuse/guestmount.pod:55
28445 msgid "For a libvirt guest called \"Guest\" you could do:"
28446 msgstr ""
28447
28448 #. type: verbatim
28449 #: ../fuse/guestmount.pod:57
28450 #, no-wrap
28451 msgid ""
28452 " guestmount -d Guest -i --ro /mnt\n"
28453 "\n"
28454 msgstr ""
28455
28456 #. type: textblock
28457 #: ../fuse/guestmount.pod:59
28458 msgid ""
28459 "If you don't know what filesystems are contained in a guest or disk image, "
28460 "use L<virt-filesystems(1)> first:"
28461 msgstr ""
28462
28463 #. type: verbatim
28464 #: ../fuse/guestmount.pod:62
28465 #, no-wrap
28466 msgid ""
28467 " virt-filesystems MyGuest\n"
28468 "\n"
28469 msgstr ""
28470
28471 #. type: textblock
28472 #: ../fuse/guestmount.pod:64
28473 msgid ""
28474 "If you want to trace the libguestfs calls but without excessive debugging "
28475 "information, we recommend:"
28476 msgstr ""
28477
28478 #. type: verbatim
28479 #: ../fuse/guestmount.pod:67
28480 #, no-wrap
28481 msgid ""
28482 " guestmount [...] --trace /mnt\n"
28483 "\n"
28484 msgstr ""
28485
28486 #. type: textblock
28487 #: ../fuse/guestmount.pod:69
28488 msgid "If you want to debug the program, we recommend:"
28489 msgstr ""
28490
28491 #. type: verbatim
28492 #: ../fuse/guestmount.pod:71
28493 #, no-wrap
28494 msgid ""
28495 " guestmount [...] --trace --verbose /mnt\n"
28496 "\n"
28497 msgstr ""
28498
28499 #. type: =item
28500 #: ../fuse/guestmount.pod:77
28501 msgid "B<-a image> | B<--add image>"
28502 msgstr ""
28503
28504 #. type: textblock
28505 #: ../fuse/guestmount.pod:79
28506 msgid "Add a block device or virtual machine image."
28507 msgstr ""
28508
28509 #. type: =item
28510 #: ../fuse/guestmount.pod:84
28511 msgid "B<-c URI> | B<--connect URI>"
28512 msgstr ""
28513
28514 #. type: =item
28515 #: ../fuse/guestmount.pod:90
28516 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
28517 msgstr ""
28518
28519 #. type: =item
28520 #: ../fuse/guestmount.pod:96
28521 msgid "B<--dir-cache-timeout N>"
28522 msgstr ""
28523
28524 #. type: textblock
28525 #: ../fuse/guestmount.pod:98
28526 msgid ""
28527 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
28528 "seconds.  The readdir cache [actually, there are several semi-independent "
28529 "caches] is populated after a readdir(2) call with the stat and extended "
28530 "attributes of the files in the directory, in anticipation that they will be "
28531 "requested soon after."
28532 msgstr ""
28533
28534 #. type: textblock
28535 #: ../fuse/guestmount.pod:104
28536 msgid ""
28537 "There is also a different attribute cache implemented by FUSE (see the FUSE "
28538 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
28539 "requests, only cache existing ones."
28540 msgstr ""
28541
28542 #. type: =item
28543 #: ../fuse/guestmount.pod:115
28544 msgid "B<--format=raw|qcow2|..> | B<--format>"
28545 msgstr ""
28546
28547 #. type: textblock
28548 #: ../fuse/guestmount.pod:122
28549 msgid ""
28550 "If you have untrusted raw-format guest disk images, you should use this "
28551 "option to specify the disk format.  This avoids a possible security problem "
28552 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
28553 "guestfs_add_drive_opts>."
28554 msgstr ""
28555
28556 #. type: =item
28557 #: ../fuse/guestmount.pod:127
28558 msgid "B<--fuse-help>"
28559 msgstr ""
28560
28561 #. type: textblock
28562 #: ../fuse/guestmount.pod:129
28563 msgid "Display help on special FUSE options (see I<-o> below)."
28564 msgstr ""
28565
28566 #. type: textblock
28567 #: ../fuse/guestmount.pod:133
28568 msgid "Display brief help and exit."
28569 msgstr ""
28570
28571 #. type: =item
28572 #: ../fuse/guestmount.pod:135
28573 msgid "B<-i> | B<--inspector>"
28574 msgstr ""
28575
28576 #. type: textblock
28577 #: ../fuse/guestmount.pod:155
28578 msgid ""
28579 "Mount the named partition or logical volume on the given mountpoint B<in the "
28580 "guest> (this has nothing to do with mountpoints in the host)."
28581 msgstr ""
28582
28583 #. type: textblock
28584 #: ../fuse/guestmount.pod:158
28585 msgid ""
28586 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
28587 "something on C</>."
28588 msgstr ""
28589
28590 #. type: =item
28591 #: ../fuse/guestmount.pod:171
28592 msgid "B<-n> | B<--no-sync>"
28593 msgstr ""
28594
28595 #. type: textblock
28596 #: ../fuse/guestmount.pod:173
28597 msgid ""
28598 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
28599 "unmounted.  If you specify this option, then we don't attempt to sync the "
28600 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
28601 msgstr ""
28602
28603 #. type: =item
28604 #: ../fuse/guestmount.pod:178
28605 msgid "B<-o option> | B<--option option>"
28606 msgstr ""
28607
28608 #. type: textblock
28609 #: ../fuse/guestmount.pod:180
28610 msgid "Pass extra options to FUSE."
28611 msgstr ""
28612
28613 #. type: textblock
28614 #: ../fuse/guestmount.pod:182
28615 msgid ""
28616 "To get a list of all the extra options supported by FUSE, use the command "
28617 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
28618 "of them are a good idea."
28619 msgstr ""
28620
28621 #. type: verbatim
28622 #: ../fuse/guestmount.pod:186
28623 #, no-wrap
28624 msgid ""
28625 " guestmount --fuse-help\n"
28626 "\n"
28627 msgstr ""
28628
28629 #. type: textblock
28630 #: ../fuse/guestmount.pod:188
28631 msgid "Some potentially useful FUSE options:"
28632 msgstr ""
28633
28634 #. type: =item
28635 #: ../fuse/guestmount.pod:192
28636 msgid "B<-o allow_other>"
28637 msgstr ""
28638
28639 #. type: textblock
28640 #: ../fuse/guestmount.pod:194
28641 msgid "Allow other users to see the filesystem."
28642 msgstr ""
28643
28644 #. type: =item
28645 #: ../fuse/guestmount.pod:196
28646 msgid "B<-o attr_timeout=N>"
28647 msgstr ""
28648
28649 #. type: textblock
28650 #: ../fuse/guestmount.pod:198
28651 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28652 msgstr ""
28653
28654 #. type: =item
28655 #: ../fuse/guestmount.pod:200
28656 msgid "B<-o kernel_cache>"
28657 msgstr ""
28658
28659 #. type: textblock
28660 #: ../fuse/guestmount.pod:202
28661 msgid ""
28662 "Allow the kernel to cache files (reduces the number of reads that have to go "
28663 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28664 "afford the extra memory usage."
28665 msgstr ""
28666
28667 #. type: =item
28668 #: ../fuse/guestmount.pod:206
28669 msgid "B<-o uid=N> B<-o gid=N>"
28670 msgstr ""
28671
28672 #. type: textblock
28673 #: ../fuse/guestmount.pod:208
28674 msgid ""
28675 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28676 "the chosen values."
28677 msgstr ""
28678
28679 #. type: =item
28680 #: ../fuse/guestmount.pod:213
28681 msgid "B<-r> | B<--ro>"
28682 msgstr ""
28683
28684 #. type: textblock
28685 #: ../fuse/guestmount.pod:215
28686 msgid ""
28687 "Add devices and mount everything read-only.  Also disallow writes and make "
28688 "the disk appear read-only to FUSE."
28689 msgstr ""
28690
28691 #. type: textblock
28692 #: ../fuse/guestmount.pod:218
28693 msgid ""
28694 "This is highly recommended if you are not going to edit the guest disk.  If "
28695 "the guest is running and this option is I<not> supplied, then there is a "
28696 "strong risk of disk corruption in the guest.  We try to prevent this from "
28697 "happening, but it is not always possible."
28698 msgstr ""
28699
28700 #. type: textblock
28701 #: ../fuse/guestmount.pod:223
28702 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28703 msgstr ""
28704
28705 #. type: textblock
28706 #: ../fuse/guestmount.pod:227
28707 msgid "Enable SELinux support for the guest."
28708 msgstr ""
28709
28710 #. type: =item
28711 #: ../fuse/guestmount.pod:229
28712 msgid "B<-v> | B<--verbose>"
28713 msgstr ""
28714
28715 #. type: textblock
28716 #: ../fuse/guestmount.pod:231
28717 msgid "Enable verbose messages from underlying libguestfs."
28718 msgstr ""
28719
28720 #. type: =item
28721 #: ../fuse/guestmount.pod:233
28722 msgid "B<-V> | B<--version>"
28723 msgstr ""
28724
28725 #. type: textblock
28726 #: ../fuse/guestmount.pod:235
28727 msgid "Display the program version and exit."
28728 msgstr ""
28729
28730 #. type: =item
28731 #: ../fuse/guestmount.pod:237
28732 msgid "B<-w> | B<--rw>"
28733 msgstr ""
28734
28735 #. type: textblock
28736 #: ../fuse/guestmount.pod:242 ../fuse/guestmount.pod:263
28737 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28738 msgstr ""
28739
28740 #. type: =item
28741 #: ../fuse/guestmount.pod:244
28742 msgid "B<-x> | B<--trace>"
28743 msgstr ""
28744
28745 #. type: textblock
28746 #: ../fuse/guestmount.pod:246
28747 msgid "Trace libguestfs calls and entry into each FUSE function."
28748 msgstr ""
28749
28750 #. type: textblock
28751 #: ../fuse/guestmount.pod:248
28752 msgid "This also stops the daemon from forking into the background."
28753 msgstr ""
28754
28755 #. type: textblock
28756 #: ../fuse/guestmount.pod:269
28757 msgid ""
28758 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28759 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
28760 "net/>."
28761 msgstr ""
28762
28763 #. type: textblock
28764 #: ../fuse/guestmount.pod:284
28765 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28766 msgstr ""
28767
28768 #. type: textblock
28769 #: ../tools/virt-edit.pl:34
28770 msgid "virt-edit - Edit a file in a virtual machine"
28771 msgstr ""
28772
28773 #. type: verbatim
28774 #: ../tools/virt-edit.pl:38
28775 #, no-wrap
28776 msgid ""
28777 " virt-edit [--options] domname file\n"
28778 "\n"
28779 msgstr ""
28780
28781 #. type: verbatim
28782 #: ../tools/virt-edit.pl:40
28783 #, no-wrap
28784 msgid ""
28785 " virt-edit [--options] disk.img [disk.img ...] file\n"
28786 "\n"
28787 msgstr ""
28788
28789 #. type: verbatim
28790 #: ../tools/virt-edit.pl:42
28791 #, no-wrap
28792 msgid ""
28793 " virt-edit [domname|disk.img] file -e 'expr'\n"
28794 "\n"
28795 msgstr ""
28796
28797 #. type: textblock
28798 #: ../tools/virt-edit.pl:46
28799 msgid ""
28800 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28801 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28802 "doing this, but doesn't catch all cases."
28803 msgstr ""
28804
28805 #. type: textblock
28806 #: ../tools/virt-edit.pl:52
28807 msgid ""
28808 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28809 "the named virtual machine (or disk image)."
28810 msgstr ""
28811
28812 #. type: textblock
28813 #: ../tools/virt-edit.pl:55
28814 msgid "If you want to just view a file, use L<virt-cat(1)>."
28815 msgstr ""
28816
28817 #. type: textblock
28818 #: ../tools/virt-edit.pl:57
28819 msgid ""
28820 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
28821 "USING GUESTFISH> below)."
28822 msgstr ""
28823
28824 #. type: textblock
28825 #: ../tools/virt-edit.pl:60
28826 msgid ""
28827 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
28828 "files.  L<guestfish(1)> can do that and much more."
28829 msgstr ""
28830
28831 #. type: textblock
28832 #: ../tools/virt-edit.pl:65
28833 msgid "Edit the named files interactively:"
28834 msgstr ""
28835
28836 #. type: verbatim
28837 #: ../tools/virt-edit.pl:67
28838 #, no-wrap
28839 msgid ""
28840 " virt-edit mydomain /boot/grub/grub.conf\n"
28841 "\n"
28842 msgstr ""
28843
28844 #. type: verbatim
28845 #: ../tools/virt-edit.pl:69
28846 #, no-wrap
28847 msgid ""
28848 " virt-edit mydomain /etc/passwd\n"
28849 "\n"
28850 msgstr ""
28851
28852 #. type: textblock
28853 #: ../tools/virt-edit.pl:71
28854 msgid "For Windows guests, some Windows paths are understood:"
28855 msgstr ""
28856
28857 #. type: verbatim
28858 #: ../tools/virt-edit.pl:73
28859 #, no-wrap
28860 msgid ""
28861 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
28862 "\n"
28863 msgstr ""
28864
28865 #. type: textblock
28866 #: ../tools/virt-edit.pl:75
28867 msgid ""
28868 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
28869 "below).  To change the init default level to 5:"
28870 msgstr ""
28871
28872 #. type: verbatim
28873 #: ../tools/virt-edit.pl:79
28874 #, no-wrap
28875 msgid ""
28876 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
28877 "\n"
28878 msgstr ""
28879
28880 #. type: textblock
28881 #: ../tools/virt-edit.pl:91 ../tools/virt-win-reg.pl:106
28882 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113
28883 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
28884 msgid "Display brief help."
28885 msgstr ""
28886
28887 #. type: textblock
28888 #: ../tools/virt-edit.pl:99 ../tools/virt-win-reg.pl:114
28889 #: ../tools/virt-resize.pl:272 ../tools/virt-list-filesystems.pl:71
28890 #: ../tools/virt-tar.pl:121 ../tools/virt-make-fs.pl:171
28891 #: ../tools/virt-list-partitions.pl:72
28892 msgid "Display version number and exit."
28893 msgstr ""
28894
28895 #. type: =item
28896 #: ../tools/virt-edit.pl:105
28897 msgid "B<--backup extension> | B<-b extension>"
28898 msgstr ""
28899
28900 #. type: textblock
28901 #: ../tools/virt-edit.pl:107
28902 msgid ""
28903 "Create a backup of the original file I<in the guest disk image>.  The backup "
28904 "has the original filename with C<extension> added."
28905 msgstr ""
28906
28907 #. type: textblock
28908 #: ../tools/virt-edit.pl:110
28909 msgid ""
28910 "Usually the first character of C<extension> would be a dot C<.> so you would "
28911 "write:"
28912 msgstr ""
28913
28914 #. type: verbatim
28915 #: ../tools/virt-edit.pl:113
28916 #, no-wrap
28917 msgid ""
28918 " virt-edit -b .orig [etc]\n"
28919 "\n"
28920 msgstr ""
28921
28922 #. type: textblock
28923 #: ../tools/virt-edit.pl:115
28924 msgid "By default, no backup file is made."
28925 msgstr ""
28926
28927 #. type: =item
28928 #: ../tools/virt-edit.pl:121 ../tools/virt-win-reg.pl:128
28929 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127
28930 #: ../tools/virt-list-partitions.pl:78
28931 msgid "B<--connect URI> | B<-c URI>"
28932 msgstr ""
28933
28934 #. type: textblock
28935 #: ../tools/virt-edit.pl:123 ../tools/virt-win-reg.pl:130
28936 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129
28937 #: ../tools/virt-list-partitions.pl:80
28938 msgid ""
28939 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
28940 "to the default libvirt hypervisor."
28941 msgstr ""
28942
28943 #. type: textblock
28944 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:133
28945 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132
28946 #: ../tools/virt-list-partitions.pl:83
28947 msgid ""
28948 "If you specify guest block devices directly, then libvirt is not used at all."
28949 msgstr ""
28950
28951 #. type: =item
28952 #: ../tools/virt-edit.pl:133 ../tools/virt-win-reg.pl:140
28953 #: ../tools/virt-resize.pl:520 ../tools/virt-list-filesystems.pl:89
28954 #: ../tools/virt-tar.pl:139 ../tools/virt-list-partitions.pl:90
28955 msgid "B<--format> raw"
28956 msgstr ""
28957
28958 #. type: textblock
28959 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:142
28960 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141
28961 #: ../tools/virt-list-partitions.pl:92
28962 msgid ""
28963 "Specify the format of disk images given on the command line.  If this is "
28964 "omitted then the format is autodetected from the content of the disk image."
28965 msgstr ""
28966
28967 #. type: textblock
28968 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:146
28969 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145
28970 #: ../tools/virt-list-partitions.pl:96
28971 msgid ""
28972 "If disk images are requested from libvirt, then this program asks libvirt "
28973 "for this information.  In this case, the value of the format parameter is "
28974 "ignored."
28975 msgstr ""
28976
28977 #. type: textblock
28978 #: ../tools/virt-edit.pl:143 ../tools/virt-win-reg.pl:150
28979 #: ../tools/virt-resize.pl:525 ../tools/virt-resize.pl:540
28980 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149
28981 #: ../tools/virt-list-partitions.pl:100
28982 msgid ""
28983 "If working with untrusted raw-format guest disk images, you should ensure "
28984 "the format is always specified."
28985 msgstr ""
28986
28987 #. type: =item
28988 #: ../tools/virt-edit.pl:150
28989 msgid "B<--expr EXPR> | B<-e EXPR>"
28990 msgstr ""
28991
28992 #. type: textblock
28993 #: ../tools/virt-edit.pl:152
28994 msgid ""
28995 "Instead of launching the external editor, non-interactively apply the Perl "
28996 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
28997 "EDITING> below."
28998 msgstr ""
28999
29000 #. type: textblock
29001 #: ../tools/virt-edit.pl:156
29002 msgid ""
29003 "Be careful to properly quote the expression to prevent it from being altered "
29004 "by the shell."
29005 msgstr ""
29006
29007 #. type: =head1
29008 #: ../tools/virt-edit.pl:280
29009 msgid "NON-INTERACTIVE EDITING"
29010 msgstr ""
29011
29012 #. type: textblock
29013 #: ../tools/virt-edit.pl:282
29014 msgid ""
29015 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
29016 "administrator can interactively edit the file."
29017 msgstr ""
29018
29019 #. type: textblock
29020 #: ../tools/virt-edit.pl:285
29021 msgid ""
29022 "There are two ways also to use C<virt-edit> from scripts in order to make "
29023 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
29024 "like this, it's less error-prone to write scripts directly using the "
29025 "libguestfs API and Augeas for configuration file editing.)"
29026 msgstr ""
29027
29028 #. type: textblock
29029 #: ../tools/virt-edit.pl:291
29030 msgid ""
29031 "The first method is to temporarily set C<$EDITOR> to any script or program "
29032 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
29033 "update C<tmpfile> in place however it likes."
29034 msgstr ""
29035
29036 #. type: textblock
29037 #: ../tools/virt-edit.pl:295
29038 msgid ""
29039 "The second method is to use the C<-e> parameter of C<virt-edit> to run a "
29040 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
29041 "instances of C<foo> with C<bar> in a file:"
29042 msgstr ""
29043
29044 #. type: verbatim
29045 #: ../tools/virt-edit.pl:299
29046 #, no-wrap
29047 msgid ""
29048 " virt-edit domname filename -e 's/foo/bar/'\n"
29049 "\n"
29050 msgstr ""
29051
29052 #. type: textblock
29053 #: ../tools/virt-edit.pl:301
29054 msgid ""
29055 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
29056 "For example to delete root's password you could do:"
29057 msgstr ""
29058
29059 #. type: verbatim
29060 #: ../tools/virt-edit.pl:304
29061 #, no-wrap
29062 msgid ""
29063 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
29064 "\n"
29065 msgstr ""
29066
29067 #. type: textblock
29068 #: ../tools/virt-edit.pl:306
29069 msgid ""
29070 "What really happens is that the snippet is evaluated as a Perl expression "
29071 "for each line of the file.  The line, including the final C<\\n>, is passed "
29072 "in C<$_> and the expression should update C<$_> or leave it unchanged."
29073 msgstr ""
29074
29075 #. type: textblock
29076 #: ../tools/virt-edit.pl:311
29077 msgid ""
29078 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
29079 "C<apache> user account from the password file you can do:"
29080 msgstr ""
29081
29082 #. type: verbatim
29083 #: ../tools/virt-edit.pl:314
29084 #, no-wrap
29085 msgid ""
29086 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
29087 "\n"
29088 msgstr ""
29089
29090 #. type: textblock
29091 #: ../tools/virt-edit.pl:316
29092 msgid ""
29093 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
29094 "the end of the file is rather difficult this way since there is no concept "
29095 "of \"last line of the file\" - your expression just doesn't get called "
29096 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
29097 "want to do this."
29098 msgstr ""
29099
29100 #. type: textblock
29101 #: ../tools/virt-edit.pl:322
29102 msgid ""
29103 "The variable C<$lineno> contains the current line number.  As is "
29104 "traditional, the first line in the file is number C<1>."
29105 msgstr ""
29106
29107 #. type: textblock
29108 #: ../tools/virt-edit.pl:325
29109 msgid ""
29110 "The return value from the expression is ignored, but the expression may call "
29111 "C<die> in order to abort the whole program, leaving the original file "
29112 "untouched."
29113 msgstr ""
29114
29115 #. type: textblock
29116 #: ../tools/virt-edit.pl:329
29117 msgid ""
29118 "Remember when matching the end of a line that C<$_> may contain the final C<"
29119 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
29120 "newline then neither of these.  Thus to match or substitute some text at the "
29121 "end of a line, use this regular expression:"
29122 msgstr ""
29123
29124 #. type: verbatim
29125 #: ../tools/virt-edit.pl:334
29126 #, no-wrap
29127 msgid ""
29128 " /some text(\\r?\\n)?$/\n"
29129 "\n"
29130 msgstr ""
29131
29132 #. type: textblock
29133 #: ../tools/virt-edit.pl:336
29134 msgid ""
29135 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
29136 "$_> itself (since that would remove all newlines from the file):"
29137 msgstr ""
29138
29139 #. type: verbatim
29140 #: ../tools/virt-edit.pl:340
29141 #, no-wrap
29142 msgid ""
29143 " my $m = $_; chomp $m; $m =~ /some text$/\n"
29144 "\n"
29145 msgstr ""
29146
29147 #. type: textblock
29148 #: ../tools/virt-edit.pl:344
29149 msgid ""
29150 "C<virt-edit> has a limited ability to understand Windows drive letters and "
29151 "paths (eg. C<E:\\foo\\bar.txt>)."
29152 msgstr ""
29153
29154 #. type: textblock
29155 #: ../tools/virt-edit.pl:347
29156 msgid "If and only if the guest is running Windows then:"
29157 msgstr ""
29158
29159 #. type: textblock
29160 #: ../tools/virt-edit.pl:353
29161 msgid ""
29162 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
29163 "to the correct filesystem."
29164 msgstr ""
29165
29166 #. type: textblock
29167 #: ../tools/virt-edit.pl:358
29168 msgid ""
29169 "Any backslash (C<\\>) characters in the path are replaced with forward "
29170 "slashes so that libguestfs can process it."
29171 msgstr ""
29172
29173 #. type: textblock
29174 #: ../tools/virt-edit.pl:363
29175 msgid ""
29176 "The path is resolved case insensitively to locate the file that should be "
29177 "edited."
29178 msgstr ""
29179
29180 #. type: textblock
29181 #: ../tools/virt-edit.pl:368
29182 msgid "There are some known shortcomings:"
29183 msgstr ""
29184
29185 #. type: textblock
29186 #: ../tools/virt-edit.pl:374
29187 msgid "Some NTFS symbolic links may not be followed correctly."
29188 msgstr ""
29189
29190 #. type: textblock
29191 #: ../tools/virt-edit.pl:378
29192 msgid "NTFS junction points that cross filesystems are not followed."
29193 msgstr ""
29194
29195 #. type: =head1
29196 #: ../tools/virt-edit.pl:435
29197 msgid "USING GUESTFISH"
29198 msgstr ""
29199
29200 #. type: textblock
29201 #: ../tools/virt-edit.pl:437
29202 msgid ""
29203 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
29204 "C<virt-edit> doesn't work."
29205 msgstr ""
29206
29207 #. type: textblock
29208 #: ../tools/virt-edit.pl:440
29209 msgid "Using C<virt-edit> is approximately equivalent to doing:"
29210 msgstr ""
29211
29212 #. type: verbatim
29213 #: ../tools/virt-edit.pl:442
29214 #, no-wrap
29215 msgid ""
29216 " guestfish --rw -i -d domname edit /file\n"
29217 "\n"
29218 msgstr ""
29219
29220 #. type: textblock
29221 #: ../tools/virt-edit.pl:444
29222 msgid ""
29223 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
29224 "path to the file."
29225 msgstr ""
29226
29227 #. type: textblock
29228 #: ../tools/virt-edit.pl:447
29229 msgid ""
29230 "The command above uses libguestfs's guest inspection feature and so does not "
29231 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
29232 "disk images that don't contain guests.  To edit a file on a disk image "
29233 "directly, use:"
29234 msgstr ""
29235
29236 #. type: verbatim
29237 #: ../tools/virt-edit.pl:452
29238 #, no-wrap
29239 msgid ""
29240 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
29241 "\n"
29242 msgstr ""
29243
29244 #. type: textblock
29245 #: ../tools/virt-edit.pl:454
29246 msgid ""
29247 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
29248 "the disk image to edit, and C</file> is the full path to the file."
29249 msgstr ""
29250
29251 #. type: textblock
29252 #: ../tools/virt-edit.pl:458
29253 msgid ""
29254 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
29255 "C<write> or C<upload> instead:"
29256 msgstr ""
29257
29258 #. type: verbatim
29259 #: ../tools/virt-edit.pl:461
29260 #, no-wrap
29261 msgid ""
29262 " guestfish --rw -i -d domname touch /newfile\n"
29263 "\n"
29264 msgstr ""
29265
29266 #. type: verbatim
29267 #: ../tools/virt-edit.pl:463
29268 #, no-wrap
29269 msgid ""
29270 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
29271 "\n"
29272 msgstr ""
29273
29274 #. type: verbatim
29275 #: ../tools/virt-edit.pl:465
29276 #, no-wrap
29277 msgid ""
29278 " guestfish --rw -i -d domname upload localfile /newfile\n"
29279 "\n"
29280 msgstr ""
29281
29282 #. type: textblock
29283 #: ../tools/virt-edit.pl:467
29284 msgid ""
29285 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
29286 msgstr ""
29287
29288 #. type: verbatim
29289 #: ../tools/virt-edit.pl:470
29290 #, no-wrap
29291 msgid ""
29292 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
29293 "\n"
29294 msgstr ""
29295
29296 #. type: =item
29297 #: ../tools/virt-edit.pl:480
29298 msgid "C<EDITOR>"
29299 msgstr ""
29300
29301 #. type: textblock
29302 #: ../tools/virt-edit.pl:482
29303 msgid ""
29304 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
29305 "\"emacs -nw\">"
29306 msgstr ""
29307
29308 #. type: textblock
29309 #: ../tools/virt-edit.pl:485
29310 msgid "If not set, C<vi> is used."
29311 msgstr ""
29312
29313 #. type: =head1
29314 #: ../tools/virt-edit.pl:489 ../tools/virt-win-reg.pl:559
29315 #: ../tools/virt-resize.pl:1482 ../tools/virt-list-filesystems.pl:182
29316 #: ../tools/virt-tar.pl:279 ../tools/virt-make-fs.pl:532
29317 #: ../tools/virt-list-partitions.pl:250
29318 msgid "SHELL QUOTING"
29319 msgstr ""
29320
29321 #. type: textblock
29322 #: ../tools/virt-edit.pl:491 ../tools/virt-win-reg.pl:567
29323 #: ../tools/virt-resize.pl:1484 ../tools/virt-list-filesystems.pl:184
29324 #: ../tools/virt-tar.pl:281 ../tools/virt-make-fs.pl:534
29325 #: ../tools/virt-list-partitions.pl:252
29326 msgid ""
29327 "Libvirt guest names can contain arbitrary characters, some of which have "
29328 "meaning to the shell such as C<#> and space.  You may need to quote or "
29329 "escape these characters on the command line.  See the shell manual page L<sh"
29330 "(1)> for details."
29331 msgstr ""
29332
29333 #. type: textblock
29334 #: ../tools/virt-edit.pl:498
29335 msgid ""
29336 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-"
29337 "tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
29338 "L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
29339 msgstr ""
29340
29341 #. type: =head1
29342 #: ../tools/virt-edit.pl:510 ../tools/virt-win-reg.pl:598
29343 #: ../tools/virt-resize.pl:1510 ../tools/virt-list-filesystems.pl:202
29344 #: ../tools/virt-tar.pl:301 ../tools/virt-make-fs.pl:564
29345 #: ../tools/virt-list-partitions.pl:269
29346 msgid "AUTHOR"
29347 msgstr ""
29348
29349 #. type: textblock
29350 #: ../tools/virt-edit.pl:512 ../tools/virt-win-reg.pl:600
29351 #: ../tools/virt-resize.pl:1512 ../tools/virt-list-filesystems.pl:204
29352 #: ../tools/virt-tar.pl:303 ../tools/virt-make-fs.pl:566
29353 #: ../tools/virt-list-partitions.pl:271
29354 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
29355 msgstr ""
29356
29357 #. type: textblock
29358 #: ../tools/virt-edit.pl:516
29359 msgid "Copyright (C) 2009-2011 Red Hat Inc."
29360 msgstr ""
29361
29362 #. type: textblock
29363 #: ../tools/virt-win-reg.pl:37
29364 msgid ""
29365 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
29366 msgstr ""
29367
29368 #. type: verbatim
29369 #: ../tools/virt-win-reg.pl:41
29370 #, no-wrap
29371 msgid ""
29372 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
29373 "\n"
29374 msgstr ""
29375
29376 #. type: verbatim
29377 #: ../tools/virt-win-reg.pl:43
29378 #, no-wrap
29379 msgid ""
29380 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
29381 "\n"
29382 msgstr ""
29383
29384 #. type: verbatim
29385 #: ../tools/virt-win-reg.pl:45
29386 #, no-wrap
29387 msgid ""
29388 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
29389 "\n"
29390 msgstr ""
29391
29392 #. type: verbatim
29393 #: ../tools/virt-win-reg.pl:47
29394 #, no-wrap
29395 msgid ""
29396 " virt-win-reg --merge domname [input.reg ...]\n"
29397 "\n"
29398 msgstr ""
29399
29400 #. type: verbatim
29401 #: ../tools/virt-win-reg.pl:49
29402 #, no-wrap
29403 msgid ""
29404 " virt-win-reg [--options] disk.img ... # instead of domname\n"
29405 "\n"
29406 msgstr ""
29407
29408 #. type: textblock
29409 #: ../tools/virt-win-reg.pl:53
29410 msgid ""
29411 "You must I<not> use C<virt-win-reg> with the C<--merge> option on live "
29412 "virtual machines.  If you do this, you I<will> get irreversible disk "
29413 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
29414 "but doesn't catch all cases."
29415 msgstr ""
29416
29417 #. type: textblock
29418 #: ../tools/virt-win-reg.pl:58
29419 msgid ""
29420 "Modifying the Windows Registry is an inherently risky operation.  The format "
29421 "is deliberately obscure and undocumented, and Registry changes can leave the "
29422 "system unbootable.  Therefore when using the C<--merge> option, make sure "
29423 "you have a reliable backup first."
29424 msgstr ""
29425
29426 #. type: textblock
29427 #: ../tools/virt-win-reg.pl:65
29428 msgid ""
29429 "This program can export and merge Windows Registry entries from a Windows "
29430 "guest."
29431 msgstr ""
29432
29433 #. type: textblock
29434 #: ../tools/virt-win-reg.pl:68
29435 msgid ""
29436 "The first parameter is the libvirt guest name or the raw disk image of a "
29437 "Windows guest."
29438 msgstr ""
29439
29440 #. type: textblock
29441 #: ../tools/virt-win-reg.pl:71
29442 msgid ""
29443 "If C<--merge> is I<not> specified, then the chosen registry key is displayed/"
29444 "exported (recursively).  For example:"
29445 msgstr ""
29446
29447 #. type: verbatim
29448 #: ../tools/virt-win-reg.pl:74
29449 #, no-wrap
29450 msgid ""
29451 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
29452 "\n"
29453 msgstr ""
29454
29455 #. type: textblock
29456 #: ../tools/virt-win-reg.pl:76
29457 msgid ""
29458 "You can also display single values from within registry keys, for example:"
29459 msgstr ""
29460
29461 #. type: verbatim
29462 #: ../tools/virt-win-reg.pl:79
29463 #, no-wrap
29464 msgid ""
29465 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
29466 " $ virt-win-reg Windows7 $cvkey ProductName\n"
29467 " Windows 7 Enterprise\n"
29468 "\n"
29469 msgstr ""
29470
29471 #. type: textblock
29472 #: ../tools/virt-win-reg.pl:83
29473 msgid ""
29474 "With C<--merge>, you can merge a textual regedit file into the Windows "
29475 "Registry:"
29476 msgstr ""
29477
29478 #. type: verbatim
29479 #: ../tools/virt-win-reg.pl:86
29480 #, no-wrap
29481 msgid ""
29482 " $ virt-win-reg --merge Windows7 changes.reg\n"
29483 "\n"
29484 msgstr ""
29485
29486 #. type: =head1
29487 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29488 msgid "NOTE"
29489 msgstr ""
29490
29491 #. type: textblock
29492 #: ../tools/virt-win-reg.pl:90
29493 msgid ""
29494 "This program is only meant for simple access to the registry.  If you want "
29495 "to do complicated things with the registry, we suggest you download the "
29496 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29497 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29498 "L<hivexregedit(1)>."
29499 msgstr ""
29500
29501 #. type: =item
29502 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29503 msgid "B<--debug>"
29504 msgstr ""
29505
29506 #. type: textblock
29507 #: ../tools/virt-win-reg.pl:122 ../tools/virt-resize.pl:498
29508 msgid "Enable debugging messages."
29509 msgstr ""
29510
29511 #. type: =item
29512 #: ../tools/virt-win-reg.pl:157
29513 msgid "B<--merge>"
29514 msgstr ""
29515
29516 #. type: textblock
29517 #: ../tools/virt-win-reg.pl:159
29518 msgid ""
29519 "In merge mode, this merges a textual regedit file into the Windows Registry "
29520 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29521 "displays or exports Registry entries instead."
29522 msgstr ""
29523
29524 #. type: textblock
29525 #: ../tools/virt-win-reg.pl:163
29526 msgid ""
29527 "Note that C<--merge> is I<unsafe> to use on live virtual machines, and will "
29528 "result in disk corruption.  However exporting (without this flag)  is always "
29529 "safe."
29530 msgstr ""
29531
29532 #. type: =item
29533 #: ../tools/virt-win-reg.pl:171
29534 msgid "B<--encoding> UTF-16LE|ASCII"
29535 msgstr ""
29536
29537 #. type: textblock
29538 #: ../tools/virt-win-reg.pl:173
29539 msgid ""
29540 "When merging (only), you may need to specify the encoding for strings to be "
29541 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
29542 "(3)/ENCODING STRINGS>."
29543 msgstr ""
29544
29545 #. type: textblock
29546 #: ../tools/virt-win-reg.pl:177
29547 msgid ""
29548 "The default is to use UTF-16LE, which should work with recent versions of "
29549 "Windows."
29550 msgstr ""
29551
29552 #. type: =head1
29553 #: ../tools/virt-win-reg.pl:402
29554 msgid "SUPPORTED SYSTEMS"
29555 msgstr ""
29556
29557 #. type: textblock
29558 #: ../tools/virt-win-reg.pl:404
29559 msgid ""
29560 "The program currently supports Windows NT-derived guests starting with "
29561 "Windows XP through to at least Windows 7."
29562 msgstr ""
29563
29564 #. type: textblock
29565 #: ../tools/virt-win-reg.pl:407
29566 msgid ""
29567 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
29568 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
29569 "and C<HKEY_USERS\\.DEFAULT>."
29570 msgstr ""
29571
29572 #. type: textblock
29573 #: ../tools/virt-win-reg.pl:411
29574 msgid ""
29575 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29576 "C<HKEY_USERS>."
29577 msgstr ""
29578
29579 #. type: textblock
29580 #: ../tools/virt-win-reg.pl:414
29581 msgid ""
29582 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
29583 "time."
29584 msgstr ""
29585
29586 #. type: =head1
29587 #: ../tools/virt-win-reg.pl:417
29588 msgid "ENCODING"
29589 msgstr ""
29590
29591 #. type: textblock
29592 #: ../tools/virt-win-reg.pl:419
29593 msgid ""
29594 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29595 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
29596 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
29597 "Windows-style line endings, you may need to reencode the whole file before "
29598 "or after processing."
29599 msgstr ""
29600
29601 #. type: textblock
29602 #: ../tools/virt-win-reg.pl:425
29603 msgid ""
29604 "To reencode a file from Windows format to Linux (before processing it with "
29605 "the C<--merge> option), you would do something like this:"
29606 msgstr ""
29607
29608 #. type: verbatim
29609 #: ../tools/virt-win-reg.pl:428
29610 #, no-wrap
29611 msgid ""
29612 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29613 "\n"
29614 msgstr ""
29615
29616 #. type: textblock
29617 #: ../tools/virt-win-reg.pl:430
29618 msgid ""
29619 "To go in the opposite direction, after exporting and before sending the file "
29620 "to a Windows user, do something like this:"
29621 msgstr ""
29622
29623 #. type: verbatim
29624 #: ../tools/virt-win-reg.pl:433
29625 #, no-wrap
29626 msgid ""
29627 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29628 "\n"
29629 msgstr ""
29630
29631 #. type: textblock
29632 #: ../tools/virt-win-reg.pl:435
29633 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29634 msgstr ""
29635
29636 #. type: textblock
29637 #: ../tools/virt-win-reg.pl:437
29638 msgid ""
29639 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29640 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
29641 "style (CRLF) line endings, like this:"
29642 msgstr ""
29643
29644 #. type: verbatim
29645 #: ../tools/virt-win-reg.pl:441
29646 #, no-wrap
29647 msgid ""
29648 " $ file software.reg\n"
29649 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29650 " with CRLF line terminators\n"
29651 "\n"
29652 msgstr ""
29653
29654 #. type: textblock
29655 #: ../tools/virt-win-reg.pl:445
29656 msgid "This file would need conversion before you could C<--merge> it."
29657 msgstr ""
29658
29659 #. type: =head1
29660 #: ../tools/virt-win-reg.pl:447
29661 msgid "CurrentControlSet etc."
29662 msgstr ""
29663
29664 #. type: textblock
29665 #: ../tools/virt-win-reg.pl:449
29666 msgid ""
29667 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29668 "Registry at the level of the hive file, and therefore you cannot modify "
29669 "these."
29670 msgstr ""
29671
29672 #. type: textblock
29673 #: ../tools/virt-win-reg.pl:453
29674 msgid ""
29675 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29676 "circumstances it might refer to another control set.  The way to find out is "
29677 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29678 msgstr ""
29679
29680 #. type: verbatim
29681 #: ../tools/virt-win-reg.pl:457
29682 #, no-wrap
29683 msgid ""
29684 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29685 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29686 " \"Current\"=dword:00000001\n"
29687 " \"Default\"=dword:00000001\n"
29688 " \"Failed\"=dword:00000000\n"
29689 " \"LastKnownGood\"=dword:00000002\n"
29690 "\n"
29691 msgstr ""
29692
29693 #. type: textblock
29694 #: ../tools/virt-win-reg.pl:464
29695 msgid "\"Current\" is the one which Windows will choose when it boots."
29696 msgstr ""
29697
29698 #. type: textblock
29699 #: ../tools/virt-win-reg.pl:466
29700 msgid ""
29701 "Similarly, other C<Current...> keys in the path may need to be replaced."
29702 msgstr ""
29703
29704 #. type: =head1
29705 #: ../tools/virt-win-reg.pl:469
29706 msgid "WINDOWS TIPS"
29707 msgstr ""
29708
29709 #. type: textblock
29710 #: ../tools/virt-win-reg.pl:471
29711 msgid ""
29712 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29713 "be shut off, else you will get disk corruption."
29714 msgstr ""
29715
29716 #. type: =head2
29717 #: ../tools/virt-win-reg.pl:474
29718 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29719 msgstr ""
29720
29721 #. type: textblock
29722 #: ../tools/virt-win-reg.pl:476
29723 msgid ""
29724 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29725 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29726 "is uploaded into C<C:\\>:"
29727 msgstr ""
29728
29729 #. type: verbatim
29730 #: ../tools/virt-win-reg.pl:480
29731 #, no-wrap
29732 msgid ""
29733 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29734 "\n"
29735 msgstr ""
29736
29737 #. type: textblock
29738 #: ../tools/virt-win-reg.pl:482
29739 msgid "Prepare a regedit file containing the registry change:"
29740 msgstr ""
29741
29742 #. type: verbatim
29743 #: ../tools/virt-win-reg.pl:484
29744 #, no-wrap
29745 msgid ""
29746 " cat > test.reg <<'EOF'\n"
29747 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29748 " \"Test\"=\"c:\\\\test.bat\"\n"
29749 " EOF\n"
29750 "\n"
29751 msgstr ""
29752
29753 #. type: textblock
29754 #: ../tools/virt-win-reg.pl:489
29755 msgid ""
29756 "In this example we use the key C<RunOnce> which means that the script will "
29757 "run precisely once when the first user logs in.  If you want it to run every "
29758 "time a user logs in, replace C<RunOnce> with C<Run>."
29759 msgstr ""
29760
29761 #. type: textblock
29762 #: ../tools/virt-win-reg.pl:493
29763 msgid "Now update the registry:"
29764 msgstr ""
29765
29766 #. type: verbatim
29767 #: ../tools/virt-win-reg.pl:495
29768 #, no-wrap
29769 msgid ""
29770 " virt-win-reg --merge WindowsGuest test.reg\n"
29771 "\n"
29772 msgstr ""
29773
29774 #. type: =head2
29775 #: ../tools/virt-win-reg.pl:497
29776 msgid "INSTALLING A SERVICE"
29777 msgstr ""
29778
29779 #. type: textblock
29780 #: ../tools/virt-win-reg.pl:499
29781 msgid ""
29782 "This section assumes you are familiar with Windows services, and you either "
29783 "have a program which handles the Windows Service Control Protocol directly "
29784 "or you want to run any program using a service wrapper like SrvAny or the "
29785 "free RHSrvAny."
29786 msgstr ""
29787
29788 #. type: textblock
29789 #: ../tools/virt-win-reg.pl:504
29790 msgid ""
29791 "First upload the program and optionally the service wrapper.  In this case "
29792 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
29793 msgstr ""
29794
29795 #. type: verbatim
29796 #: ../tools/virt-win-reg.pl:508
29797 #, no-wrap
29798 msgid ""
29799 " guestfish -i -d WindowsGuest <<EOF\n"
29800 "   upload rhsrvany.exe /rhsrvany.exe\n"
29801 "   upload test.exe /test.exe\n"
29802 " EOF\n"
29803 "\n"
29804 msgstr ""
29805
29806 #. type: textblock
29807 #: ../tools/virt-win-reg.pl:513
29808 msgid ""
29809 "Prepare a regedit file containing the registry changes.  In this example, "
29810 "the first registry change is needed for the service itself or the service "
29811 "wrapper (if used).  The second registry change is only needed because I am "
29812 "using the RHSrvAny service wrapper."
29813 msgstr ""
29814
29815 #. type: verbatim
29816 #: ../tools/virt-win-reg.pl:518
29817 #, no-wrap
29818 msgid ""
29819 " cat > service.reg <<'EOF'\n"
29820 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
29821 " \"Type\"=dword:00000010\n"
29822 " \"Start\"=dword:00000002\n"
29823 " \"ErrorControl\"=dword:00000001\n"
29824 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
29825 " \"DisplayName\"=\"RHSrvAny\"\n"
29826 " \"ObjectName\"=\"NetworkService\"\n"
29827 " \n"
29828 msgstr ""
29829
29830 #. type: verbatim
29831 #: ../tools/virt-win-reg.pl:527
29832 #, no-wrap
29833 msgid ""
29834 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
29835 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
29836 " \"PWD\"=\"c:\\\\Temp\"\n"
29837 " EOF\n"
29838 "\n"
29839 msgstr ""
29840
29841 #. type: textblock
29842 #: ../tools/virt-win-reg.pl:538
29843 msgid ""
29844 "For use of C<ControlSet001> see the section above in this manual page.  You "
29845 "may need to adjust this according to the control set that is in use by the "
29846 "guest."
29847 msgstr ""
29848
29849 #. type: textblock
29850 #: ../tools/virt-win-reg.pl:544
29851 msgid ""
29852 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
29853 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
29854 "privileged account."
29855 msgstr ""
29856
29857 #. type: textblock
29858 #: ../tools/virt-win-reg.pl:550
29859 msgid ""
29860 "For the meaning of the magic numbers, see this Microsoft KB article: "
29861 "L<http://support.microsoft.com/kb/103000>."
29862 msgstr ""
29863
29864 #. type: textblock
29865 #: ../tools/virt-win-reg.pl:555
29866 msgid "Update the registry:"
29867 msgstr ""
29868
29869 #. type: verbatim
29870 #: ../tools/virt-win-reg.pl:557
29871 #, no-wrap
29872 msgid ""
29873 " virt-win-reg --merge WindowsGuest service.reg\n"
29874 "\n"
29875 msgstr ""
29876
29877 #. type: textblock
29878 #: ../tools/virt-win-reg.pl:561
29879 msgid ""
29880 "Be careful when passing parameters containing C<\\> (backslash) in the "
29881 "shell.  Usually you will have to use 'single quotes' or double backslashes "
29882 "(but not both) to protect them from the shell."
29883 msgstr ""
29884
29885 #. type: textblock
29886 #: ../tools/virt-win-reg.pl:565
29887 msgid "Paths and value names are case-insensitive."
29888 msgstr ""
29889
29890 #. type: textblock
29891 #: ../tools/virt-win-reg.pl:574
29892 msgid ""
29893 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
29894 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
29895 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
29896 msgstr ""
29897
29898 #. type: textblock
29899 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
29900 msgid ""
29901 "When reporting bugs, please enable debugging and capture the I<complete> "
29902 "output:"
29903 msgstr ""
29904
29905 #. type: verbatim
29906 #: ../tools/virt-win-reg.pl:592
29907 #, no-wrap
29908 msgid ""
29909 " export LIBGUESTFS_DEBUG=1\n"
29910 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
29911 "\n"
29912 msgstr ""
29913
29914 #. type: textblock
29915 #: ../tools/virt-win-reg.pl:595
29916 msgid ""
29917 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
29918 "redhat.com/>"
29919 msgstr ""
29920
29921 #. type: textblock
29922 #: ../tools/virt-win-reg.pl:604 ../tools/virt-resize.pl:1516
29923 #: ../tools/virt-make-fs.pl:570
29924 msgid "Copyright (C) 2010 Red Hat Inc."
29925 msgstr ""
29926
29927 #. type: textblock
29928 #: ../tools/virt-resize.pl:42
29929 msgid "virt-resize - Resize a virtual machine disk"
29930 msgstr ""
29931
29932 #. type: verbatim
29933 #: ../tools/virt-resize.pl:46
29934 #, no-wrap
29935 msgid ""
29936 " virt-resize [--resize /dev/sdaN=[+/-]<size>[%]]\n"
29937 "   [--expand /dev/sdaN] [--shrink /dev/sdaN]\n"
29938 "   [--ignore /dev/sdaN] [--delete /dev/sdaN] [...] indisk outdisk\n"
29939 "\n"
29940 msgstr ""
29941
29942 #. type: textblock
29943 #: ../tools/virt-resize.pl:52
29944 msgid ""
29945 "Virt-resize is a tool which can resize a virtual machine disk, making it "
29946 "larger or smaller overall, and resizing or deleting any partitions contained "
29947 "within."
29948 msgstr ""
29949
29950 #. type: textblock
29951 #: ../tools/virt-resize.pl:56
29952 msgid ""
29953 "Virt-resize B<cannot> resize disk images in-place.  Virt-resize B<should "
29954 "not> be used on live virtual machines - for consistent results, shut the "
29955 "virtual machine down before resizing it."
29956 msgstr ""
29957
29958 #. type: textblock
29959 #: ../tools/virt-resize.pl:60
29960 msgid ""
29961 "If you are not familiar with the associated tools: L<virt-filesystems(1)> "
29962 "and L<virt-df(1)>, we recommend you go and read those manual pages first."
29963 msgstr ""
29964
29965 #. type: textblock
29966 #: ../tools/virt-resize.pl:66
29967 msgid ""
29968 "Copy C<olddisk> to C<newdisk>, extending one of the guest's partitions to "
29969 "fill the extra 5GB of space."
29970 msgstr ""
29971
29972 #. type: verbatim
29973 #: ../tools/virt-resize.pl:69
29974 #, no-wrap
29975 msgid ""
29976 " truncate -r olddisk newdisk; truncate -s +5G newdisk\n"
29977 " virt-filesystems --long -h --all -a olddisk\n"
29978 " # Note \"/dev/sda2\" is a partition inside the \"olddisk\" file.\n"
29979 " virt-resize --expand /dev/sda2 olddisk newdisk\n"
29980 "\n"
29981 msgstr ""
29982
29983 #. type: textblock
29984 #: ../tools/virt-resize.pl:74
29985 msgid ""
29986 "As above, but make the /boot partition 200MB bigger, while giving the "
29987 "remaining space to /dev/sda2:"
29988 msgstr ""
29989
29990 #. type: verbatim
29991 #: ../tools/virt-resize.pl:77
29992 #, no-wrap
29993 msgid ""
29994 " virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 olddisk newdisk\n"
29995 "\n"
29996 msgstr ""
29997
29998 #. type: textblock
29999 #: ../tools/virt-resize.pl:79
30000 msgid "As above, but the output format will be uncompressed qcow2:"
30001 msgstr ""
30002
30003 #. type: verbatim
30004 #: ../tools/virt-resize.pl:81
30005 #, no-wrap
30006 msgid ""
30007 " qemu-img create -f qcow2 newdisk.qcow2 15G\n"
30008 " virt-resize --expand /dev/sda2 olddisk newdisk.qcow2\n"
30009 "\n"
30010 msgstr ""
30011
30012 #. type: =head1
30013 #: ../tools/virt-resize.pl:84
30014 msgid "DETAILED USAGE"
30015 msgstr ""
30016
30017 #. type: =head2
30018 #: ../tools/virt-resize.pl:86
30019 msgid "EXPANDING A VIRTUAL MACHINE DISK"
30020 msgstr ""
30021
30022 #. type: =item
30023 #: ../tools/virt-resize.pl:90
30024 msgid "1. Shut down the virtual machine"
30025 msgstr ""
30026
30027 #. type: =item
30028 #: ../tools/virt-resize.pl:92
30029 msgid "2. Locate input disk image"
30030 msgstr ""
30031
30032 #. type: textblock
30033 #: ../tools/virt-resize.pl:94
30034 msgid ""
30035 "Locate the input disk image (ie. the file or device on the host containing "
30036 "the guest's disk).  If the guest is managed by libvirt, you can use C<virsh "
30037 "dumpxml> like this to find the disk image name:"
30038 msgstr ""
30039
30040 #. type: verbatim
30041 #: ../tools/virt-resize.pl:98
30042 #, no-wrap
30043 msgid ""
30044 " # virsh dumpxml guestname | xpath /domain/devices/disk/source\n"
30045 " Found 1 nodes:\n"
30046 " -- NODE --\n"
30047 " <source dev=\"/dev/vg/lv_guest\" />\n"
30048 "\n"
30049 msgstr ""
30050
30051 #. type: =item
30052 #: ../tools/virt-resize.pl:103
30053 msgid "3. Look at current sizing"
30054 msgstr ""
30055
30056 #. type: textblock
30057 #: ../tools/virt-resize.pl:105
30058 msgid "Use L<virt-filesystems(1)> to display the current partitions and sizes:"
30059 msgstr ""
30060
30061 #. type: verbatim
30062 #: ../tools/virt-resize.pl:108
30063 #, no-wrap
30064 msgid ""
30065 " # virt-filesystems --long --parts --blkdevs -h -a /dev/vg/lv_guest\n"
30066 " Name       Type       Size  Parent\n"
30067 " /dev/sda1  partition  101M  /dev/sda\n"
30068 " /dev/sda2  partition  7.9G  /dev/sda\n"
30069 " /dev/sda   device     8.0G  -\n"
30070 "\n"
30071 msgstr ""
30072
30073 #. type: textblock
30074 #: ../tools/virt-resize.pl:114
30075 msgid ""
30076 "(This example is a virtual machine with an 8 GB disk which we would like to "
30077 "expand up to 10 GB)."
30078 msgstr ""
30079
30080 #. type: =item
30081 #: ../tools/virt-resize.pl:117
30082 msgid "4. Create output disk"
30083 msgstr ""
30084
30085 #. type: textblock
30086 #: ../tools/virt-resize.pl:119
30087 msgid ""
30088 "Virt-resize cannot do in-place disk modifications.  You have to have space "
30089 "to store the resized output disk."
30090 msgstr ""
30091
30092 #. type: textblock
30093 #: ../tools/virt-resize.pl:122
30094 msgid ""
30095 "To store the resized disk image in a file, create a file of a suitable size:"
30096 msgstr ""
30097
30098 #. type: verbatim
30099 #: ../tools/virt-resize.pl:125
30100 #, no-wrap
30101 msgid ""
30102 " # rm -f outdisk\n"
30103 " # truncate -s 10G outdisk\n"
30104 "\n"
30105 msgstr ""
30106
30107 #. type: textblock
30108 #: ../tools/virt-resize.pl:128
30109 msgid "Or use L<lvcreate(1)> to create a logical volume:"
30110 msgstr ""
30111
30112 #. type: verbatim
30113 #: ../tools/virt-resize.pl:130
30114 #, no-wrap
30115 msgid ""
30116 " # lvcreate -L 10G -n lv_name vg_name\n"
30117 "\n"
30118 msgstr ""
30119
30120 #. type: textblock
30121 #: ../tools/virt-resize.pl:132
30122 msgid "Or use L<virsh(1)> vol-create-as to create a libvirt storage volume:"
30123 msgstr ""
30124
30125 #. type: verbatim
30126 #: ../tools/virt-resize.pl:134
30127 #, no-wrap
30128 msgid ""
30129 " # virsh pool-list\n"
30130 " # virsh vol-create-as poolname newvol 10G\n"
30131 "\n"
30132 msgstr ""
30133
30134 #. type: =item
30135 #: ../tools/virt-resize.pl:137
30136 msgid "5. Resize"
30137 msgstr ""
30138
30139 #. type: textblock
30140 #: ../tools/virt-resize.pl:139
30141 msgid ""
30142 "virt-resize takes two mandatory parameters, the input disk (eg. device or "
30143 "file) and the output disk.  The output disk is the one created in the "
30144 "previous step."
30145 msgstr ""
30146
30147 #. type: verbatim
30148 #: ../tools/virt-resize.pl:143
30149 #, no-wrap
30150 msgid ""
30151 " # virt-resize indisk outdisk\n"
30152 "\n"
30153 msgstr ""
30154
30155 #. type: textblock
30156 #: ../tools/virt-resize.pl:145
30157 msgid ""
30158 "This command just copies disk image C<indisk> to disk image C<outdisk> "
30159 "I<without> resizing or changing any existing partitions.  If C<outdisk> is "
30160 "larger, then an extra, empty partition is created at the end of the disk "
30161 "covering the extra space.  If C<outdisk> is smaller, then it will give an "
30162 "error."
30163 msgstr ""
30164
30165 #. type: textblock
30166 #: ../tools/virt-resize.pl:151
30167 msgid ""
30168 "More realistically you'd want to expand existing partitions in the disk "
30169 "image by passing extra options (for the full list see the L</OPTIONS> "
30170 "section below)."
30171 msgstr ""
30172
30173 #. type: textblock
30174 #: ../tools/virt-resize.pl:155
30175 msgid ""
30176 "L</--expand> is the most useful option.  It expands the named partition "
30177 "within the disk to fill any extra space:"
30178 msgstr ""
30179
30180 #. type: verbatim
30181 #: ../tools/virt-resize.pl:158
30182 #, no-wrap
30183 msgid ""
30184 " # virt-resize --expand /dev/sda2 indisk outdisk\n"
30185 "\n"
30186 msgstr ""
30187
30188 #. type: textblock
30189 #: ../tools/virt-resize.pl:160
30190 msgid ""
30191 "(In this case, an extra partition is I<not> created at the end of the disk, "
30192 "because there will be no unused space)."
30193 msgstr ""
30194
30195 #. type: textblock
30196 #: ../tools/virt-resize.pl:163
30197 msgid ""
30198 "L</--resize> is the other commonly used option.  The following would "
30199 "increase the size of /dev/sda1 by 200M, and expand /dev/sda2 to fill the "
30200 "rest of the available space:"
30201 msgstr ""
30202
30203 #. type: verbatim
30204 #: ../tools/virt-resize.pl:167
30205 #, no-wrap
30206 msgid ""
30207 " # virt-resize --resize /dev/sda1=+200M --expand /dev/sda2 \\\n"
30208 "     indisk outdisk\n"
30209 "\n"
30210 msgstr ""
30211
30212 #. type: textblock
30213 #: ../tools/virt-resize.pl:170
30214 msgid ""
30215 "If the expanded partition in the image contains a filesystem or LVM PV, then "
30216 "if virt-resize knows how, it will resize the contents, the equivalent of "
30217 "calling a command such as L<pvresize(8)>, L<resize2fs(8)> or L<ntfsresize(8)"
30218 ">.  However virt-resize does not know how to resize some filesystems, so you "
30219 "would have to online resize them after booting the guest."
30220 msgstr ""
30221
30222 #. type: textblock
30223 #: ../tools/virt-resize.pl:177
30224 msgid "Other options are covered below."
30225 msgstr ""
30226
30227 #. type: =item
30228 #: ../tools/virt-resize.pl:179
30229 msgid "6. Test"
30230 msgstr ""
30231
30232 #. type: textblock
30233 #: ../tools/virt-resize.pl:181
30234 msgid "Thoroughly test the new disk image I<before> discarding the old one."
30235 msgstr ""
30236
30237 #. type: textblock
30238 #: ../tools/virt-resize.pl:183
30239 msgid "If you are using libvirt, edit the XML to point at the new disk:"
30240 msgstr ""
30241
30242 #. type: verbatim
30243 #: ../tools/virt-resize.pl:185
30244 #, no-wrap
30245 msgid ""
30246 " # virsh edit guestname\n"
30247 "\n"
30248 msgstr ""
30249
30250 #. type: textblock
30251 #: ../tools/virt-resize.pl:187
30252 msgid ""
30253 "Change E<lt>source ...E<gt>, see L<http://libvirt.org/formatdomain."
30254 "html#elementsDisks>"
30255 msgstr ""
30256
30257 #. type: textblock
30258 #: ../tools/virt-resize.pl:190
30259 msgid "Then start up the domain with the new, resized disk:"
30260 msgstr ""
30261
30262 #. type: verbatim
30263 #: ../tools/virt-resize.pl:192
30264 #, no-wrap
30265 msgid ""
30266 " # virsh start guestname\n"
30267 "\n"
30268 msgstr ""
30269
30270 #. type: textblock
30271 #: ../tools/virt-resize.pl:194
30272 msgid ""
30273 "and check that it still works.  See also the L</NOTES> section below for "
30274 "additional information."
30275 msgstr ""
30276
30277 #. type: =item
30278 #: ../tools/virt-resize.pl:197
30279 msgid "7. Resize LVs etc inside the guest"
30280 msgstr ""
30281
30282 #. type: textblock
30283 #: ../tools/virt-resize.pl:199
30284 msgid "(This can also be done offline using L<guestfish(1)>)"
30285 msgstr ""
30286
30287 #. type: textblock
30288 #: ../tools/virt-resize.pl:201
30289 msgid ""
30290 "Once the guest has booted you should see the new space available, at least "
30291 "for filesystems that virt-resize knows how to resize, and for PVs.  The user "
30292 "may need to resize LVs inside PVs, and also resize filesystem types that "
30293 "virt-resize does not know how to expand."
30294 msgstr ""
30295
30296 #. type: =head2
30297 #: ../tools/virt-resize.pl:208
30298 msgid "SHRINKING A VIRTUAL MACHINE DISK"
30299 msgstr ""
30300
30301 #. type: textblock
30302 #: ../tools/virt-resize.pl:210
30303 msgid ""
30304 "Shrinking is somewhat more complex than expanding, and only an overview is "
30305 "given here."
30306 msgstr ""
30307
30308 #. type: textblock
30309 #: ../tools/virt-resize.pl:213
30310 msgid ""
30311 "Firstly virt-resize will not attempt to shrink any partition content (PVs, "
30312 "filesystems).  The user has to shrink content before passing the disk image "
30313 "to virt-resize, and virt-resize will check that the content has been shrunk "
30314 "properly."
30315 msgstr ""
30316
30317 #. type: textblock
30318 #: ../tools/virt-resize.pl:218
30319 msgid "(Shrinking can also be done offline using L<guestfish(1)>)"
30320 msgstr ""
30321
30322 #. type: textblock
30323 #: ../tools/virt-resize.pl:220
30324 msgid ""
30325 "After shrinking PVs and filesystems, shut down the guest, and proceed with "
30326 "steps 3 and 4 above to allocate a new disk image."
30327 msgstr ""
30328
30329 #. type: textblock
30330 #: ../tools/virt-resize.pl:223
30331 msgid ""
30332 "Then run virt-resize with any of the C<--shrink> and/or C<--resize> options."
30333 msgstr ""
30334
30335 #. type: =head2
30336 #: ../tools/virt-resize.pl:226
30337 msgid "IGNORING OR DELETING PARTITIONS"
30338 msgstr ""
30339
30340 #. type: textblock
30341 #: ../tools/virt-resize.pl:228
30342 msgid ""
30343 "virt-resize also gives a convenient way to ignore or delete partitions when "
30344 "copying from the input disk to the output disk.  Ignoring a partition speeds "
30345 "up the copy where you don't care about the existing contents of a "
30346 "partition.  Deleting a partition removes it completely, but note that it "
30347 "also renumbers any partitions after the one which is deleted, which can "
30348 "leave some guests unbootable."
30349 msgstr ""
30350
30351 #. type: =head2
30352 #: ../tools/virt-resize.pl:235
30353 msgid "QCOW2 AND NON-SPARSE RAW FORMATS"
30354 msgstr ""
30355
30356 #. type: textblock
30357 #: ../tools/virt-resize.pl:237
30358 msgid ""
30359 "If the input disk is in qcow2 format, then you may prefer that the output is "
30360 "in qcow2 format as well.  Alternately, virt-resize can convert the format on "
30361 "the fly.  The output format is simply determined by the format of the empty "
30362 "output container that you provide.  Thus to create qcow2 output, use:"
30363 msgstr ""
30364
30365 #. type: verbatim
30366 #: ../tools/virt-resize.pl:243
30367 #, no-wrap
30368 msgid ""
30369 " qemu-img create [-c] -f qcow2 outdisk [size]\n"
30370 "\n"
30371 msgstr ""
30372
30373 #. type: textblock
30374 #: ../tools/virt-resize.pl:245
30375 msgid "instead of the truncate command (use C<-c> for a compressed disk)."
30376 msgstr ""
30377
30378 #. type: textblock
30379 #: ../tools/virt-resize.pl:247
30380 msgid "Similarly, to get non-sparse raw output use:"
30381 msgstr ""
30382
30383 #. type: verbatim
30384 #: ../tools/virt-resize.pl:249
30385 #, no-wrap
30386 msgid ""
30387 " fallocate -l size outdisk\n"
30388 "\n"
30389 msgstr ""
30390
30391 #. type: textblock
30392 #: ../tools/virt-resize.pl:251
30393 msgid ""
30394 "(on older systems that don't have the L<fallocate(1)> command use C<dd if=/"
30395 "dev/zero of=outdisk bs=1M count=..>)"
30396 msgstr ""
30397
30398 #. type: textblock
30399 #: ../tools/virt-resize.pl:264
30400 msgid "Display help."
30401 msgstr ""
30402
30403 #. type: =item
30404 #: ../tools/virt-resize.pl:278
30405 msgid "B<--resize part=size>"
30406 msgstr ""
30407
30408 #. type: textblock
30409 #: ../tools/virt-resize.pl:280
30410 msgid ""
30411 "Resize the named partition (expanding or shrinking it) so that it has the "
30412 "given size."
30413 msgstr ""
30414
30415 #. type: textblock
30416 #: ../tools/virt-resize.pl:283
30417 msgid ""
30418 "C<size> can be expressed as an absolute number followed by b/K/M/G/T/P/E to "
30419 "mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, Petabytes or "
30420 "Exabytes; or as a percentage of the current size; or as a relative number or "
30421 "percentage.  For example:"
30422 msgstr ""
30423
30424 #. type: verbatim
30425 #: ../tools/virt-resize.pl:288
30426 #, no-wrap
30427 msgid ""
30428 " --resize /dev/sda2=10G\n"
30429 "\n"
30430 msgstr ""
30431
30432 #. type: verbatim
30433 #: ../tools/virt-resize.pl:290
30434 #, no-wrap
30435 msgid ""
30436 " --resize /dev/sda4=90%\n"
30437 "\n"
30438 msgstr ""
30439
30440 #. type: verbatim
30441 #: ../tools/virt-resize.pl:292
30442 #, no-wrap
30443 msgid ""
30444 " --resize /dev/sda2=+1G\n"
30445 "\n"
30446 msgstr ""
30447
30448 #. type: verbatim
30449 #: ../tools/virt-resize.pl:294
30450 #, no-wrap
30451 msgid ""
30452 " --resize /dev/sda2=-200M\n"
30453 "\n"
30454 msgstr ""
30455
30456 #. type: verbatim
30457 #: ../tools/virt-resize.pl:296
30458 #, no-wrap
30459 msgid ""
30460 " --resize /dev/sda1=+128K\n"
30461 "\n"
30462 msgstr ""
30463
30464 #. type: verbatim
30465 #: ../tools/virt-resize.pl:298
30466 #, no-wrap
30467 msgid ""
30468 " --resize /dev/sda1=+10%\n"
30469 "\n"
30470 msgstr ""
30471
30472 #. type: verbatim
30473 #: ../tools/virt-resize.pl:300
30474 #, no-wrap
30475 msgid ""
30476 " --resize /dev/sda1=-10%\n"
30477 "\n"
30478 msgstr ""
30479
30480 #. type: textblock
30481 #: ../tools/virt-resize.pl:302
30482 msgid ""
30483 "You can increase the size of any partition.  Virt-resize will expand the "
30484 "direct content of the partition if it knows how (see C<--expand> below)."
30485 msgstr ""
30486
30487 #. type: textblock
30488 #: ../tools/virt-resize.pl:306
30489 msgid ""
30490 "You can only I<decrease> the size of partitions that contain filesystems or "
30491 "PVs which have already been shrunk.  Virt-resize will check this has been "
30492 "done before proceeding, or else will print an error (see also C<--resize-"
30493 "force>)."
30494 msgstr ""
30495
30496 #. type: textblock
30497 #: ../tools/virt-resize.pl:311 ../tools/virt-resize.pl:403
30498 #: ../tools/virt-resize.pl:420
30499 msgid "You can give this option multiple times."
30500 msgstr ""
30501
30502 #. type: =item
30503 #: ../tools/virt-resize.pl:317
30504 msgid "B<--resize-force part=size>"
30505 msgstr ""
30506
30507 #. type: textblock
30508 #: ../tools/virt-resize.pl:319
30509 msgid ""
30510 "This is the same as C<--resize> except that it will let you decrease the "
30511 "size of any partition.  Generally this means you will lose any data which "
30512 "was at the end of the partition you shrink, but you may not care about that "
30513 "(eg. if shrinking an unused partition, or if you can easily recreate it such "
30514 "as a swap partition)."
30515 msgstr ""
30516
30517 #. type: textblock
30518 #: ../tools/virt-resize.pl:325
30519 msgid "See also the C<--ignore> option."
30520 msgstr ""
30521
30522 #. type: =item
30523 #: ../tools/virt-resize.pl:331
30524 msgid "B<--expand part>"
30525 msgstr ""
30526
30527 #. type: textblock
30528 #: ../tools/virt-resize.pl:333
30529 msgid ""
30530 "Expand the named partition so it uses up all extra space (space left over "
30531 "after any other resize changes that you request have been done)."
30532 msgstr ""
30533
30534 #. type: textblock
30535 #: ../tools/virt-resize.pl:336
30536 msgid ""
30537 "If virt-resize knows how, it will expand the direct content of the "
30538 "partition.  For example, if the partition is an LVM PV, it will expand the "
30539 "PV to fit (like calling L<pvresize(8)>).  Virt-resize leaves any other "
30540 "content it doesn't know about alone."
30541 msgstr ""
30542
30543 #. type: textblock
30544 #: ../tools/virt-resize.pl:341
30545 msgid "Currently virt-resize can resize:"
30546 msgstr ""
30547
30548 #. type: textblock
30549 #: ../tools/virt-resize.pl:347
30550 msgid ""
30551 "ext2, ext3 and ext4 filesystems when they are contained directly inside a "
30552 "partition."
30553 msgstr ""
30554
30555 #. type: textblock
30556 #: ../tools/virt-resize.pl:352
30557 msgid ""
30558 "NTFS filesystems contained directly in a partition, if libguestfs was "
30559 "compiled with support for NTFS."
30560 msgstr ""
30561
30562 #. type: textblock
30563 #: ../tools/virt-resize.pl:355
30564 msgid ""
30565 "The filesystem must have been shut down consistently last time it was used.  "
30566 "Additionally, L<ntfsresize(8)> marks the resized filesystem as requiring a "
30567 "consistency check, so at the first boot after resizing Windows will check "
30568 "the disk."
30569 msgstr ""
30570
30571 #. type: textblock
30572 #: ../tools/virt-resize.pl:362
30573 msgid ""
30574 "LVM PVs (physical volumes).  virt-resize does not usually resize anything "
30575 "inside the PV, but see the C<--LV-expand> option.  The user could also "
30576 "resize LVs as desired after boot."
30577 msgstr ""
30578
30579 #. type: textblock
30580 #: ../tools/virt-resize.pl:368 ../tools/virt-resize.pl:390
30581 msgid "Note that you cannot use C<--expand> and C<--shrink> together."
30582 msgstr ""
30583
30584 #. type: =item
30585 #: ../tools/virt-resize.pl:374
30586 msgid "B<--shrink part>"
30587 msgstr ""
30588
30589 #. type: textblock
30590 #: ../tools/virt-resize.pl:376
30591 msgid ""
30592 "Shrink the named partition until the overall disk image fits in the "
30593 "destination.  The named partition B<must> contain a filesystem or PV which "
30594 "has already been shrunk using another tool (eg. L<guestfish(1)> or other "
30595 "online tools).  Virt-resize will check this and give an error if it has not "
30596 "been done."
30597 msgstr ""
30598
30599 #. type: textblock
30600 #: ../tools/virt-resize.pl:382
30601 msgid ""
30602 "The amount by which the overall disk must be shrunk (after carrying out all "
30603 "other operations requested by the user) is called the \"deficit\".  For "
30604 "example, a straight copy (assume no other operations)  from a 5GB disk image "
30605 "to a 4GB disk image results in a 1GB deficit.  In this case, virt-resize "
30606 "would give an error unless the user specified a partition to shrink and that "
30607 "partition had more than a gigabyte of free space."
30608 msgstr ""
30609
30610 #. type: =item
30611 #: ../tools/virt-resize.pl:396
30612 msgid "B<--ignore part>"
30613 msgstr ""
30614
30615 #. type: textblock
30616 #: ../tools/virt-resize.pl:398
30617 msgid ""
30618 "Ignore the named partition.  Effectively this means the partition is "
30619 "allocated on the destination disk, but the content is not copied across from "
30620 "the source disk.  The content of the partition will be blank (all zero "
30621 "bytes)."
30622 msgstr ""
30623
30624 #. type: =item
30625 #: ../tools/virt-resize.pl:409
30626 msgid "B<--delete part>"
30627 msgstr ""
30628
30629 #. type: textblock
30630 #: ../tools/virt-resize.pl:411
30631 msgid ""
30632 "Delete the named partition.  It would be more accurate to describe this as "
30633 "\"don't copy it over\", since virt-resize doesn't do in-place changes and "
30634 "the original disk image is left intact."
30635 msgstr ""
30636
30637 #. type: textblock
30638 #: ../tools/virt-resize.pl:415
30639 msgid ""
30640 "Note that when you delete a partition, then anything contained in the "
30641 "partition is also deleted.  Furthermore, this causes any partitions that "
30642 "come after to be I<renumbered>, which can easily make your guest unbootable."
30643 msgstr ""
30644
30645 #. type: =item
30646 #: ../tools/virt-resize.pl:426
30647 msgid "B<--LV-expand logvol>"
30648 msgstr ""
30649
30650 #. type: textblock
30651 #: ../tools/virt-resize.pl:428
30652 msgid ""
30653 "This takes the logical volume and, as a final step, expands it to fill all "
30654 "the space available in its volume group.  A typical usage, assuming a Linux "
30655 "guest with a single PV C</dev/sda2> and a root device called C</dev/vg_guest/"
30656 "lv_root> would be:"
30657 msgstr ""
30658
30659 #. type: verbatim
30660 #: ../tools/virt-resize.pl:433
30661 #, no-wrap
30662 msgid ""
30663 " virt-resize indisk outdisk \\\n"
30664 "   --expand /dev/sda2 --LV-expand /dev/vg_guest/lv_root\n"
30665 "\n"
30666 msgstr ""
30667
30668 #. type: textblock
30669 #: ../tools/virt-resize.pl:436
30670 msgid ""
30671 "This would first expand the partition (and PV), and then expand the root "
30672 "device to fill the extra space in the PV."
30673 msgstr ""
30674
30675 #. type: textblock
30676 #: ../tools/virt-resize.pl:439
30677 msgid ""
30678 "The contents of the LV are also resized if virt-resize knows how to do "
30679 "that.  You can stop virt-resize from trying to expand the content by using "
30680 "the option C<--no-expand-content>."
30681 msgstr ""
30682
30683 #. type: textblock
30684 #: ../tools/virt-resize.pl:443
30685 msgid "Use L<virt-filesystems(1)> to list the filesystems in the guest."
30686 msgstr ""
30687
30688 #. type: textblock
30689 #: ../tools/virt-resize.pl:446
30690 msgid ""
30691 "You can give this option multiple times, I<but> it doesn't make sense to do "
30692 "this unless the logical volumes you specify are all in different volume "
30693 "groups."
30694 msgstr ""
30695
30696 #. type: =item
30697 #: ../tools/virt-resize.pl:454
30698 msgid "B<--no-copy-boot-loader>"
30699 msgstr ""
30700
30701 #. type: textblock
30702 #: ../tools/virt-resize.pl:456
30703 msgid ""
30704 "By default, virt-resize copies over some sectors at the start of the disk "
30705 "(up to the beginning of the first partition).  Commonly these sectors "
30706 "contain the Master Boot Record (MBR) and the boot loader, and are required "
30707 "in order for the guest to boot correctly."
30708 msgstr ""
30709
30710 #. type: textblock
30711 #: ../tools/virt-resize.pl:461
30712 msgid ""
30713 "If you specify this flag, then this initial copy is not done.  You may need "
30714 "to reinstall the boot loader in this case."
30715 msgstr ""
30716
30717 #. type: =item
30718 #: ../tools/virt-resize.pl:469
30719 msgid "B<--no-extra-partition>"
30720 msgstr ""
30721
30722 #. type: textblock
30723 #: ../tools/virt-resize.pl:471
30724 msgid ""
30725 "By default, virt-resize creates an extra partition if there is any extra, "
30726 "unused space after all resizing has happened.  Use this option to prevent "
30727 "the extra partition from being created.  If you do this then the extra space "
30728 "will be inaccessible until you run fdisk, parted, or some other partitioning "
30729 "tool in the guest."
30730 msgstr ""
30731
30732 #. type: textblock
30733 #: ../tools/virt-resize.pl:477
30734 msgid ""
30735 "Note that if the surplus space is smaller than 10 MB, no extra partition "
30736 "will be created."
30737 msgstr ""
30738
30739 #. type: =item
30740 #: ../tools/virt-resize.pl:484
30741 msgid "B<--no-expand-content>"
30742 msgstr ""
30743
30744 #. type: textblock
30745 #: ../tools/virt-resize.pl:486
30746 msgid ""
30747 "By default, virt-resize will try to expand the direct contents of "
30748 "partitions, if it knows how (see C<--expand> option above)."
30749 msgstr ""
30750
30751 #. type: textblock
30752 #: ../tools/virt-resize.pl:489
30753 msgid ""
30754 "If you give the C<--no-expand-content> option then virt-resize will not "
30755 "attempt this."
30756 msgstr ""
30757
30758 #. type: =item
30759 #: ../tools/virt-resize.pl:496
30760 msgid "B<-d> | B<--debug>"
30761 msgstr ""
30762
30763 #. type: =item
30764 #: ../tools/virt-resize.pl:504
30765 msgid "B<-n> | B<--dryrun>"
30766 msgstr ""
30767
30768 #. type: textblock
30769 #: ../tools/virt-resize.pl:506
30770 msgid "Print a summary of what would be done, but don't do anything."
30771 msgstr ""
30772
30773 #. type: =item
30774 #: ../tools/virt-resize.pl:512
30775 msgid "B<-q> | B<--quiet>"
30776 msgstr ""
30777
30778 #. type: textblock
30779 #: ../tools/virt-resize.pl:514
30780 msgid "Don't print the summary."
30781 msgstr ""
30782
30783 #. type: textblock
30784 #: ../tools/virt-resize.pl:522
30785 msgid ""
30786 "Specify the format of the input disk image.  If this flag is not given then "
30787 "it is auto-detected from the image itself."
30788 msgstr ""
30789
30790 #. type: textblock
30791 #: ../tools/virt-resize.pl:528
30792 msgid ""
30793 "Note that this option I<does not> affect the output format.  See L</QCOW2 "
30794 "AND NON-SPARSE RAW FORMATS>."
30795 msgstr ""
30796
30797 #. type: =item
30798 #: ../tools/virt-resize.pl:535
30799 msgid "B<--output-format> raw"
30800 msgstr ""
30801
30802 #. type: textblock
30803 #: ../tools/virt-resize.pl:537
30804 msgid ""
30805 "Specify the format of the output disk image.  If this flag is not given then "
30806 "it is auto-detected from the image itself."
30807 msgstr ""
30808
30809 #. type: textblock
30810 #: ../tools/virt-resize.pl:543
30811 msgid ""
30812 "Note that you still need to create the output disk with the right format.  "
30813 "See L</QCOW2 AND NON-SPARSE RAW FORMATS>."
30814 msgstr ""
30815
30816 #. type: =head1
30817 #: ../tools/virt-resize.pl:1425
30818 msgid "NOTES"
30819 msgstr ""
30820
30821 #. type: =head2
30822 #: ../tools/virt-resize.pl:1427
30823 msgid "\"Partition 1 does not end on cylinder boundary.\""
30824 msgstr ""
30825
30826 #. type: textblock
30827 #: ../tools/virt-resize.pl:1429
30828 msgid ""
30829 "Virt-resize aligns partitions to multiples of 64 sectors.  Usually this "
30830 "means the partitions will not be aligned to the ancient CHS geometry.  "
30831 "However CHS geometry is meaningless for disks manufactured since the early "
30832 "1990s, and doubly so for virtual hard drives.  Alignment of partitions to "
30833 "cylinders is not required by any modern operating system."
30834 msgstr ""
30835
30836 #. type: =head2
30837 #: ../tools/virt-resize.pl:1436
30838 msgid "RESIZING WINDOWS VIRTUAL MACHINES"
30839 msgstr ""
30840
30841 #. type: textblock
30842 #: ../tools/virt-resize.pl:1438
30843 msgid ""
30844 "In Windows Vista and later versions, Microsoft switched to using a separate "
30845 "boot partition.  In these VMs, typically C</dev/sda1> is the boot partition "
30846 "and C</dev/sda2> is the main (C:) drive.  We have not had any luck resizing "
30847 "the boot partition.  Doing so seems to break the guest completely.  However "
30848 "expanding the second partition (ie. C: drive) should work."
30849 msgstr ""
30850
30851 #. type: textblock
30852 #: ../tools/virt-resize.pl:1445
30853 msgid ""
30854 "Windows may initiate a lengthy \"chkdsk\" on first boot after a resize, if "
30855 "NTFS partitions have been expanded.  This is just a safety check and (unless "
30856 "it find errors) is nothing to worry about."
30857 msgstr ""
30858
30859 #. type: =head2
30860 #: ../tools/virt-resize.pl:1449
30861 msgid "GUEST BOOT STUCK AT \"GRUB\""
30862 msgstr ""
30863
30864 #. type: textblock
30865 #: ../tools/virt-resize.pl:1451
30866 msgid ""
30867 "If a Linux guest does not boot after resizing, and the boot is stuck after "
30868 "printing C<GRUB> on the console, try reinstalling grub.  This sometimes "
30869 "happens on older (RHEL 5-era) guests, for reasons we don't fully understand, "
30870 "although we think is to do with partition alignment."
30871 msgstr ""
30872
30873 #. type: verbatim
30874 #: ../tools/virt-resize.pl:1456
30875 #, no-wrap
30876 msgid ""
30877 " guestfish -i -a newdisk\n"
30878 " ><fs> cat /boot/grub/device.map\n"
30879 " # check the contents of this file are sensible or\n"
30880 " # edit the file if necessary\n"
30881 " ><fs> grub-install / /dev/vda\n"
30882 " ><fs> exit\n"
30883 "\n"
30884 msgstr ""
30885
30886 #. type: textblock
30887 #: ../tools/virt-resize.pl:1463
30888 msgid ""
30889 "For more flexible guest reconfiguration, including if you need to specify "
30890 "other parameters to grub-install, use L<virt-rescue(1)>."
30891 msgstr ""
30892
30893 #. type: =head1
30894 #: ../tools/virt-resize.pl:1466
30895 msgid "ALTERNATIVE TOOLS"
30896 msgstr ""
30897
30898 #. type: textblock
30899 #: ../tools/virt-resize.pl:1468
30900 msgid ""
30901 "There are several proprietary tools for resizing partitions.  We won't "
30902 "mention any here."
30903 msgstr ""
30904
30905 #. type: textblock
30906 #: ../tools/virt-resize.pl:1471
30907 msgid ""
30908 "L<parted(8)> and its graphical shell gparted can do some types of resizing "
30909 "operations on disk images.  They can resize and move partitions, but I don't "
30910 "think they can do anything with the contents, and they certainly don't "
30911 "understand LVM."
30912 msgstr ""
30913
30914 #. type: textblock
30915 #: ../tools/virt-resize.pl:1476
30916 msgid ""
30917 "L<guestfish(1)> can do everything that virt-resize can do and a lot more, "
30918 "but at a much lower level.  You will probably end up hand-calculating sector "
30919 "offsets, which is something that virt-resize was designed to avoid.  If you "
30920 "want to see the guestfish-equivalent commands that virt-resize runs, use the "
30921 "C<--debug> flag."
30922 msgstr ""
30923
30924 #. type: textblock
30925 #: ../tools/virt-resize.pl:1491
30926 msgid ""
30927 "L<virt-filesystems(1)>, L<virt-df(1)>, L<guestfs(3)>, L<guestfish(1)>, L<lvm"
30928 "(8)>, L<pvresize(8)>, L<lvresize(8)>, L<resize2fs(8)>, L<ntfsresize(8)>, "
30929 "L<virsh(1)>, L<parted(8)>, L<truncate(1)>, L<fallocate(1)>, L<grub(8)>, "
30930 "L<grub-install(8)>, L<virt-rescue(1)>, L<Sys::Guestfs(3)>, L<http://"
30931 "libguestfs.org/>."
30932 msgstr ""
30933
30934 #. type: textblock
30935 #: ../tools/virt-list-filesystems.pl:32
30936 msgid ""
30937 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
30938 msgstr ""
30939
30940 #. type: verbatim
30941 #: ../tools/virt-list-filesystems.pl:36
30942 #, no-wrap
30943 msgid ""
30944 " virt-list-filesystems [--options] domname\n"
30945 "\n"
30946 msgstr ""
30947
30948 #. type: verbatim
30949 #: ../tools/virt-list-filesystems.pl:38
30950 #, no-wrap
30951 msgid ""
30952 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
30953 "\n"
30954 msgstr ""
30955
30956 #. type: textblock
30957 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
30958 msgid ""
30959 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
30960 "replacement."
30961 msgstr ""
30962
30963 #. type: textblock
30964 #: ../tools/virt-list-filesystems.pl:45
30965 msgid ""
30966 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
30967 "are contained in a virtual machine or disk image."
30968 msgstr ""
30969
30970 #. type: textblock
30971 #: ../tools/virt-list-filesystems.pl:49
30972 msgid ""
30973 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
30974 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30975 "> tool."
30976 msgstr ""
30977
30978 #. type: =item
30979 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
30980 msgid "B<-l> | B<--long>"
30981 msgstr ""
30982
30983 #. type: textblock
30984 #: ../tools/virt-list-filesystems.pl:108
30985 msgid ""
30986 "With this option, C<virt-list-filesystems> displays the type of each "
30987 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
30988 msgstr ""
30989
30990 #. type: =item
30991 #: ../tools/virt-list-filesystems.pl:115
30992 msgid "B<-a> | B<--all>"
30993 msgstr ""
30994
30995 #. type: textblock
30996 #: ../tools/virt-list-filesystems.pl:117
30997 msgid ""
30998 "Normally we only show mountable filesystems.  If this option is given then "
30999 "swap devices are shown too."
31000 msgstr ""
31001
31002 #. type: textblock
31003 #: ../tools/virt-list-filesystems.pl:191
31004 msgid ""
31005 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
31006 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
31007 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
31008 msgstr ""
31009
31010 #. type: textblock
31011 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
31012 msgid "Copyright (C) 2009 Red Hat Inc."
31013 msgstr ""
31014
31015 #. type: textblock
31016 #: ../tools/virt-tar.pl:33
31017 msgid "virt-tar - Extract or upload files to a virtual machine"
31018 msgstr ""
31019
31020 #. type: verbatim
31021 #: ../tools/virt-tar.pl:37
31022 #, no-wrap
31023 msgid ""
31024 " virt-tar [--options] -x domname directory tarball\n"
31025 "\n"
31026 msgstr ""
31027
31028 #. type: verbatim
31029 #: ../tools/virt-tar.pl:39
31030 #, no-wrap
31031 msgid ""
31032 " virt-tar [--options] -u domname tarball directory\n"
31033 "\n"
31034 msgstr ""
31035
31036 #. type: verbatim
31037 #: ../tools/virt-tar.pl:41
31038 #, no-wrap
31039 msgid ""
31040 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
31041 "\n"
31042 msgstr ""
31043
31044 #. type: verbatim
31045 #: ../tools/virt-tar.pl:43
31046 #, no-wrap
31047 msgid ""
31048 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
31049 "\n"
31050 msgstr ""
31051
31052 #. type: textblock
31053 #: ../tools/virt-tar.pl:47
31054 msgid ""
31055 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
31056 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
31057 msgstr ""
31058
31059 #. type: textblock
31060 #: ../tools/virt-tar.pl:52
31061 msgid "Download C</home> from the VM into a local tarball:"
31062 msgstr ""
31063
31064 #. type: verbatim
31065 #: ../tools/virt-tar.pl:54
31066 #, no-wrap
31067 msgid ""
31068 " virt-tar -x domname /home home.tar\n"
31069 "\n"
31070 msgstr ""
31071
31072 #. type: verbatim
31073 #: ../tools/virt-tar.pl:56
31074 #, no-wrap
31075 msgid ""
31076 " virt-tar -zx domname /home home.tar.gz\n"
31077 "\n"
31078 msgstr ""
31079
31080 #. type: textblock
31081 #: ../tools/virt-tar.pl:58
31082 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
31083 msgstr ""
31084
31085 #. type: verbatim
31086 #: ../tools/virt-tar.pl:60
31087 #, no-wrap
31088 msgid ""
31089 " virt-tar -u domname uploadstuff.tar /tmp\n"
31090 "\n"
31091 msgstr ""
31092
31093 #. type: verbatim
31094 #: ../tools/virt-tar.pl:62
31095 #, no-wrap
31096 msgid ""
31097 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
31098 "\n"
31099 msgstr ""
31100
31101 #. type: textblock
31102 #: ../tools/virt-tar.pl:66
31103 msgid ""
31104 "You must I<not> use C<virt-tar> with the C<-u> option (upload) on live "
31105 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
31106 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
31107 msgstr ""
31108
31109 #. type: textblock
31110 #: ../tools/virt-tar.pl:71
31111 msgid ""
31112 "You can use C<-x> (extract) on live virtual machines, but you might get "
31113 "inconsistent results or errors if there is filesystem activity inside the "
31114 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
31115 "work, but the only way to guarantee consistent results is if the virtual "
31116 "machine is shut down."
31117 msgstr ""
31118
31119 #. type: textblock
31120 #: ../tools/virt-tar.pl:79
31121 msgid ""
31122 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
31123 "parts of a guest filesystem.  There are many possibilities: making backups, "
31124 "uploading data files, snooping on guest activity, fixing or customizing "
31125 "guests, etc."
31126 msgstr ""
31127
31128 #. type: textblock
31129 #: ../tools/virt-tar.pl:84
31130 msgid ""
31131 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
31132 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
31133 "should look at the L<guestfish(1)> tool."
31134 msgstr ""
31135
31136 #. type: textblock
31137 #: ../tools/virt-tar.pl:88
31138 msgid ""
31139 "There are two modes of operation: C<-x> (eXtract) downloads a directory and "
31140 "its contents (recursively) from the virtual machine into a local tarball.  "
31141 "C<-u> uploads from a local tarball, unpacking it into a directory inside the "
31142 "virtual machine.  You cannot use these two options together."
31143 msgstr ""
31144
31145 #. type: textblock
31146 #: ../tools/virt-tar.pl:94
31147 msgid ""
31148 "In addition, you may need to use the C<-z> (gZip) option to enable "
31149 "compression.  When uploading, you have to specify C<-z> if the upload file "
31150 "is compressed because virt-tar won't detect this on its own."
31151 msgstr ""
31152
31153 #. type: textblock
31154 #: ../tools/virt-tar.pl:98
31155 msgid ""
31156 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
31157 "example it cannot do PKZip files or bzip2 compression.  If you want that "
31158 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
31159 "the L<libguestfs(3)> API)."
31160 msgstr ""
31161
31162 #. type: =item
31163 #: ../tools/virt-tar.pl:156
31164 msgid "B<-x> | B<--extract> | B<--download>"
31165 msgstr ""
31166
31167 #. type: =item
31168 #: ../tools/virt-tar.pl:158
31169 msgid "B<-u> | B<--upload>"
31170 msgstr ""
31171
31172 #. type: textblock
31173 #: ../tools/virt-tar.pl:160
31174 msgid ""
31175 "Use C<-x> to extract (download) a directory from a virtual machine to a "
31176 "local tarball."
31177 msgstr ""
31178
31179 #. type: textblock
31180 #: ../tools/virt-tar.pl:163
31181 msgid ""
31182 "Use C<-u> to upload and unpack from a local tarball into a virtual machine.  "
31183 "Please read the L</WARNING> section above before using this option."
31184 msgstr ""
31185
31186 #. type: textblock
31187 #: ../tools/virt-tar.pl:167
31188 msgid "You must specify exactly one of these options."
31189 msgstr ""
31190
31191 #. type: =item
31192 #: ../tools/virt-tar.pl:173
31193 msgid "B<-z> | B<--gzip>"
31194 msgstr ""
31195
31196 #. type: textblock
31197 #: ../tools/virt-tar.pl:175
31198 msgid "Specify that the input or output tarball is gzip-compressed."
31199 msgstr ""
31200
31201 #. type: textblock
31202 #: ../tools/virt-tar.pl:288
31203 msgid ""
31204 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
31205 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
31206 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
31207 "org/>."
31208 msgstr ""
31209
31210 #. type: textblock
31211 #: ../tools/virt-make-fs.pl:37
31212 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
31213 msgstr ""
31214
31215 #. type: verbatim
31216 #: ../tools/virt-make-fs.pl:41
31217 #, no-wrap
31218 msgid ""
31219 " virt-make-fs [--options] input.tar output.img\n"
31220 "\n"
31221 msgstr ""
31222
31223 #. type: verbatim
31224 #: ../tools/virt-make-fs.pl:43
31225 #, no-wrap
31226 msgid ""
31227 " virt-make-fs [--options] input.tar.gz output.img\n"
31228 "\n"
31229 msgstr ""
31230
31231 #. type: verbatim
31232 #: ../tools/virt-make-fs.pl:45
31233 #, no-wrap
31234 msgid ""
31235 " virt-make-fs [--options] directory output.img\n"
31236 "\n"
31237 msgstr ""
31238
31239 #. type: textblock
31240 #: ../tools/virt-make-fs.pl:49
31241 msgid ""
31242 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
31243 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
31244 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
31245 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
31246 "you want to attach these filesystems to existing virtual machines (eg. to "
31247 "import large amounts of read-only data to a VM)."
31248 msgstr ""
31249
31250 #. type: textblock
31251 #: ../tools/virt-make-fs.pl:57
31252 msgid "Basic usage is:"
31253 msgstr ""
31254
31255 #. type: verbatim
31256 #: ../tools/virt-make-fs.pl:59
31257 #, no-wrap
31258 msgid ""
31259 " virt-make-fs input output\n"
31260 "\n"
31261 msgstr ""
31262
31263 #. type: textblock
31264 #: ../tools/virt-make-fs.pl:61
31265 msgid ""
31266 "where C<input> is either a directory containing files that you want to add, "
31267 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
31268 "C<output> is a disk image.  The input type is detected automatically.  The "
31269 "output disk image defaults to a raw ext2 image unless you specify extra "
31270 "flags (see L</OPTIONS> below)."
31271 msgstr ""
31272
31273 #. type: =head2
31274 #: ../tools/virt-make-fs.pl:67
31275 msgid "EXTRA SPACE"
31276 msgstr ""
31277
31278 #. type: textblock
31279 #: ../tools/virt-make-fs.pl:69
31280 msgid ""
31281 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
31282 "the files that it contains, but might have extra space.  Depending on how "
31283 "you are going to use the output, you might think this extra space is wasted "
31284 "and want to minimize it, or you might want to leave space so that more files "
31285 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
31286 "but you can use the C<--size> flag to leave space in the filesystem if you "
31287 "want it."
31288 msgstr ""
31289
31290 #. type: textblock
31291 #: ../tools/virt-make-fs.pl:77
31292 msgid ""
31293 "An alternative way to leave extra space but not make the output image any "
31294 "bigger is to use an alternative disk image format (instead of the default "
31295 "\"raw\" format).  Using C<--format=qcow2> will use the native QEmu/KVM qcow2 "
31296 "image format (check your hypervisor supports this before using it).  This "
31297 "allows you to choose a large C<--size> but the extra space won't actually be "
31298 "allocated in the image until you try to store something in it."
31299 msgstr ""
31300
31301 #. type: textblock
31302 #: ../tools/virt-make-fs.pl:85
31303 msgid ""
31304 "Don't forget that you can also use local commands including L<resize2fs(8)> "
31305 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
31306 "to build another image from scratch."
31307 msgstr ""
31308
31309 #. type: =head3
31310 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
31311 #: ../tools/virt-make-fs.pl:142
31312 msgid "EXAMPLE"
31313 msgstr ""
31314
31315 #. type: verbatim
31316 #: ../tools/virt-make-fs.pl:91
31317 #, no-wrap
31318 msgid ""
31319 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
31320 "\n"
31321 msgstr ""
31322
31323 #. type: =head2
31324 #: ../tools/virt-make-fs.pl:93
31325 msgid "FILESYSTEM TYPE"
31326 msgstr ""
31327
31328 #. type: textblock
31329 #: ../tools/virt-make-fs.pl:95
31330 msgid ""
31331 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
31332 "libguestfs supports can be used (but I<not> read-only formats like "
31333 "ISO9660).  Here are some of the more common choices:"
31334 msgstr ""
31335
31336 #. type: =item
31337 #: ../tools/virt-make-fs.pl:101
31338 msgid "I<ext3>"
31339 msgstr ""
31340
31341 #. type: textblock
31342 #: ../tools/virt-make-fs.pl:103
31343 msgid ""
31344 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
31345 "you are not going to use the filesystem in a way that requires the journal, "
31346 "then this is just wasted overhead."
31347 msgstr ""
31348
31349 #. type: =item
31350 #: ../tools/virt-make-fs.pl:107
31351 msgid "I<ntfs> or I<vfat>"
31352 msgstr ""
31353
31354 #. type: textblock
31355 #: ../tools/virt-make-fs.pl:109
31356 msgid "Useful if exporting data to a Windows guest."
31357 msgstr ""
31358
31359 #. type: textblock
31360 #: ../tools/virt-make-fs.pl:111
31361 msgid ""
31362 "I<Note for vfat>: The tar archive or local directory must only contain files "
31363 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
31364 "program running within libguestfs is unable to change the ownership of non-"
31365 "root files, since vfat itself does not support this."
31366 msgstr ""
31367
31368 #. type: =item
31369 #: ../tools/virt-make-fs.pl:116
31370 msgid "I<minix>"
31371 msgstr ""
31372
31373 #. type: textblock
31374 #: ../tools/virt-make-fs.pl:118
31375 msgid ""
31376 "Lower overhead than C<ext2>, but certain limitations on filename length and "
31377 "total filesystem size."
31378 msgstr ""
31379
31380 #. type: verbatim
31381 #: ../tools/virt-make-fs.pl:125
31382 #, no-wrap
31383 msgid ""
31384 " virt-make-fs --type=minix input minixfs.img\n"
31385 "\n"
31386 msgstr ""
31387
31388 #. type: =head2
31389 #: ../tools/virt-make-fs.pl:127
31390 msgid "TO PARTITION OR NOT TO PARTITION"
31391 msgstr ""
31392
31393 #. type: textblock
31394 #: ../tools/virt-make-fs.pl:129
31395 msgid "Optionally virt-make-fs can add a partition table to the output disk."
31396 msgstr ""
31397
31398 #. type: textblock
31399 #: ../tools/virt-make-fs.pl:131
31400 msgid ""
31401 "Adding a partition can make the disk image more compatible with certain "
31402 "virtualized operating systems which don't expect to see a filesystem "
31403 "directly located on a block device (Linux doesn't care and will happily "
31404 "handle both types)."
31405 msgstr ""
31406
31407 #. type: textblock
31408 #: ../tools/virt-make-fs.pl:136
31409 msgid ""
31410 "On the other hand, if you have a partition table then the output image is no "
31411 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
31412 "directly on a partitioned disk image.  (However libguestfs tools such as "
31413 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
31414 msgstr ""
31415
31416 #. type: textblock
31417 #: ../tools/virt-make-fs.pl:144
31418 msgid "Add an MBR partition:"
31419 msgstr ""
31420
31421 #. type: verbatim
31422 #: ../tools/virt-make-fs.pl:146
31423 #, no-wrap
31424 msgid ""
31425 " virt-make-fs --partition -- input disk.img\n"
31426 "\n"
31427 msgstr ""
31428
31429 #. type: textblock
31430 #: ../tools/virt-make-fs.pl:148
31431 msgid ""
31432 "If the output disk image could be terabyte-sized or larger, it's better to "
31433 "use an EFI/GPT-compatible partition table:"
31434 msgstr ""
31435
31436 #. type: verbatim
31437 #: ../tools/virt-make-fs.pl:151
31438 #, no-wrap
31439 msgid ""
31440 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
31441 "\n"
31442 msgstr ""
31443
31444 #. type: textblock
31445 #: ../tools/virt-make-fs.pl:179
31446 msgid "Enable debugging information."
31447 msgstr ""
31448
31449 #. type: =item
31450 #: ../tools/virt-make-fs.pl:185
31451 msgid "B<--size=E<lt>NE<gt>>"
31452 msgstr ""
31453
31454 #. type: =item
31455 #: ../tools/virt-make-fs.pl:187
31456 msgid "B<--size=+E<lt>NE<gt>>"
31457 msgstr ""
31458
31459 #. type: =item
31460 #: ../tools/virt-make-fs.pl:189
31461 msgid "B<-s E<lt>NE<gt>>"
31462 msgstr ""
31463
31464 #. type: =item
31465 #: ../tools/virt-make-fs.pl:191
31466 msgid "B<-s +E<lt>NE<gt>>"
31467 msgstr ""
31468
31469 #. type: textblock
31470 #: ../tools/virt-make-fs.pl:193
31471 msgid ""
31472 "Use the C<--size> (or C<-s>) option to choose the size of the output image."
31473 msgstr ""
31474
31475 #. type: textblock
31476 #: ../tools/virt-make-fs.pl:196
31477 msgid ""
31478 "If this option is I<not> given, then the output image will be just large "
31479 "enough to contain all the files, with not much wasted space."
31480 msgstr ""
31481
31482 #. type: textblock
31483 #: ../tools/virt-make-fs.pl:199
31484 msgid ""
31485 "To choose a fixed size output disk, specify an absolute number followed by b/"
31486 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
31487 "Petabytes or Exabytes.  This must be large enough to contain all the input "
31488 "files, else you will get an error."
31489 msgstr ""
31490
31491 #. type: textblock
31492 #: ../tools/virt-make-fs.pl:204
31493 msgid ""
31494 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
31495 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
31496 "Petabytes or Exabytes.  For example: C<--size=+200M> means enough space for "
31497 "the input files, and (approximately) an extra 200 MB free space."
31498 msgstr ""
31499
31500 #. type: textblock
31501 #: ../tools/virt-make-fs.pl:210
31502 msgid ""
31503 "Note that virt-make-fs estimates free space, and therefore will not produce "
31504 "filesystems containing precisely the free space requested.  (It is much more "
31505 "expensive and time-consuming to produce a filesystem which has precisely the "
31506 "desired free space)."
31507 msgstr ""
31508
31509 #. type: =item
31510 #: ../tools/virt-make-fs.pl:219
31511 msgid "B<--format=E<lt>fmtE<gt>>"
31512 msgstr ""
31513
31514 #. type: =item
31515 #: ../tools/virt-make-fs.pl:221
31516 msgid "B<-F E<lt>fmtE<gt>>"
31517 msgstr ""
31518
31519 #. type: textblock
31520 #: ../tools/virt-make-fs.pl:223
31521 msgid "Choose the output disk image format."
31522 msgstr ""
31523
31524 #. type: textblock
31525 #: ../tools/virt-make-fs.pl:225
31526 msgid "The default is C<raw> (raw disk image)."
31527 msgstr ""
31528
31529 #. type: textblock
31530 #: ../tools/virt-make-fs.pl:227
31531 msgid ""
31532 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
31533 "that would really make sense here is C<qcow2>."
31534 msgstr ""
31535
31536 #. type: =item
31537 #: ../tools/virt-make-fs.pl:234
31538 msgid "B<--type=E<lt>fsE<gt>>"
31539 msgstr ""
31540
31541 #. type: =item
31542 #: ../tools/virt-make-fs.pl:236
31543 msgid "B<-t E<lt>fsE<gt>>"
31544 msgstr ""
31545
31546 #. type: textblock
31547 #: ../tools/virt-make-fs.pl:238
31548 msgid "Choose the output filesystem type."
31549 msgstr ""
31550
31551 #. type: textblock
31552 #: ../tools/virt-make-fs.pl:240
31553 msgid "The default is C<ext2>."
31554 msgstr ""
31555
31556 #. type: textblock
31557 #: ../tools/virt-make-fs.pl:242
31558 msgid ""
31559 "Any filesystem which is supported read-write by libguestfs can be used here."
31560 msgstr ""
31561
31562 #. type: =item
31563 #: ../tools/virt-make-fs.pl:249
31564 msgid "B<--partition>"
31565 msgstr ""
31566
31567 #. type: =item
31568 #: ../tools/virt-make-fs.pl:251
31569 msgid "B<--partition=E<lt>parttypeE<gt>>"
31570 msgstr ""
31571
31572 #. type: textblock
31573 #: ../tools/virt-make-fs.pl:253
31574 msgid ""
31575 "If specified, this flag adds an MBR partition table to the output disk image."
31576 msgstr ""
31577
31578 #. type: textblock
31579 #: ../tools/virt-make-fs.pl:256
31580 msgid ""
31581 "You can change the partition table type, eg. C<--partition=gpt> for large "
31582 "disks."
31583 msgstr ""
31584
31585 #. type: textblock
31586 #: ../tools/virt-make-fs.pl:259
31587 msgid ""
31588 "Note that if you just use a lonesome C<--partition>, the Perl option parser "
31589 "might consider the next parameter to be the partition type.  For example:"
31590 msgstr ""
31591
31592 #. type: verbatim
31593 #: ../tools/virt-make-fs.pl:263
31594 #, no-wrap
31595 msgid ""
31596 " virt-make-fs --partition input.tar ...\n"
31597 "\n"
31598 msgstr ""
31599
31600 #. type: textblock
31601 #: ../tools/virt-make-fs.pl:265
31602 msgid ""
31603 "would cause virt-make-fs to think you wanted to use a partition type of "
31604 "C<input.tar> which is completely wrong.  To avoid this, use C<--> (a double "
31605 "dash) between options and the input file argument:"
31606 msgstr ""
31607
31608 #. type: verbatim
31609 #: ../tools/virt-make-fs.pl:269
31610 #, no-wrap
31611 msgid ""
31612 " virt-make-fs --partition -- input.tar ...\n"
31613 "\n"
31614 msgstr ""
31615
31616 #. type: textblock
31617 #: ../tools/virt-make-fs.pl:541
31618 msgid ""
31619 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
31620 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
31621 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
31622 msgstr ""
31623
31624 #. type: verbatim
31625 #: ../tools/virt-make-fs.pl:558
31626 #, no-wrap
31627 msgid ""
31628 " export LIBGUESTFS_DEBUG=1\n"
31629 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
31630 "\n"
31631 msgstr ""
31632
31633 #. type: textblock
31634 #: ../tools/virt-make-fs.pl:561
31635 msgid ""
31636 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
31637 "redhat.com/>"
31638 msgstr ""
31639
31640 #. type: textblock
31641 #: ../tools/virt-list-partitions.pl:32
31642 msgid ""
31643 "virt-list-partitions - List partitions in a virtual machine or disk image"
31644 msgstr ""
31645
31646 #. type: verbatim
31647 #: ../tools/virt-list-partitions.pl:36
31648 #, no-wrap
31649 msgid ""
31650 " virt-list-partitions [--options] domname\n"
31651 "\n"
31652 msgstr ""
31653
31654 #. type: verbatim
31655 #: ../tools/virt-list-partitions.pl:38
31656 #, no-wrap
31657 msgid ""
31658 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
31659 "\n"
31660 msgstr ""
31661
31662 #. type: textblock
31663 #: ../tools/virt-list-partitions.pl:45
31664 msgid ""
31665 "C<virt-list-partitions> is a command line tool to list the partitions that "
31666 "are contained in a virtual machine or disk image.  It is mainly useful as a "
31667 "first step to using L<virt-resize(1)>."
31668 msgstr ""
31669
31670 #. type: textblock
31671 #: ../tools/virt-list-partitions.pl:50
31672 msgid ""
31673 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
31674 "functionality.  For more complex cases you should look at the L<guestfish(1)"
31675 "> tool."
31676 msgstr ""
31677
31678 #. type: =item
31679 #: ../tools/virt-list-partitions.pl:107
31680 msgid "B<-h> | B<--human-readable>"
31681 msgstr ""
31682
31683 #. type: textblock
31684 #: ../tools/virt-list-partitions.pl:109
31685 msgid "Show sizes in human-readable form (eg. \"1G\")."
31686 msgstr ""
31687
31688 #. type: textblock
31689 #: ../tools/virt-list-partitions.pl:117
31690 msgid ""
31691 "With this option, C<virt-list-partitions> displays the type and size of each "
31692 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
31693 msgstr ""
31694
31695 #. type: =item
31696 #: ../tools/virt-list-partitions.pl:124
31697 msgid "B<-t> | B<--total>"
31698 msgstr ""
31699
31700 #. type: textblock
31701 #: ../tools/virt-list-partitions.pl:126
31702 msgid ""
31703 "Display the total size of each block device (as a separate row or rows)."
31704 msgstr ""
31705
31706 #. type: textblock
31707 #: ../tools/virt-list-partitions.pl:259
31708 msgid ""
31709 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
31710 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
31711 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
31712 msgstr ""
31713
31714 #. type: textblock
31715 #: ../tools/virt-list-partitions.pl:275
31716 msgid "Copyright (C) 2009-2010 Red Hat Inc."
31717 msgstr ""