64d51856480b2a6315708f0a59bfa88142de60f6
[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-05-18 12:00+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-list-filesystems.pl:30 ../tools/virt-tar.pl:31
26 #: ../tools/virt-make-fs.pl:35 ../tools/virt-list-partitions.pl:30
27 msgid "NAME"
28 msgstr "НАЗВА"
29
30 #. type: textblock
31 #: ../src/guestfs.pod:5
32 msgid "guestfs - Library for accessing and modifying virtual machine images"
33 msgstr ""
34 "guestfs — бібліотека для доступу та внесення змін до образів віртуальних "
35 "машин"
36
37 #. type: =head1
38 #: ../src/guestfs.pod:7 ../fish/guestfish.pod:7
39 #: ../test-tool/libguestfs-test-tool.pod:7 ../fuse/guestmount.pod:7
40 #: ../tools/virt-edit.pl:36 ../tools/virt-win-reg.pl:39
41 #: ../tools/virt-list-filesystems.pl:34 ../tools/virt-tar.pl:35
42 #: ../tools/virt-make-fs.pl:39 ../tools/virt-list-partitions.pl:34
43 msgid "SYNOPSIS"
44 msgstr "КОРОТКИЙ ОПИС"
45
46 #. type: verbatim
47 #: ../src/guestfs.pod:9
48 #, no-wrap
49 msgid ""
50 " #include <guestfs.h>\n"
51 " \n"
52 msgstr ""
53 " #include <guestfs.h>\n"
54 " \n"
55
56 #. type: verbatim
57 #: ../src/guestfs.pod:11
58 #, no-wrap
59 msgid ""
60 " guestfs_h *g = guestfs_create ();\n"
61 " guestfs_add_drive (g, \"guest.img\");\n"
62 " guestfs_launch (g);\n"
63 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
64 " guestfs_touch (g, \"/hello\");\n"
65 " guestfs_umount (g, \"/\");\n"
66 " guestfs_close (g);\n"
67 "\n"
68 msgstr ""
69 " guestfs_h *g = guestfs_create ();\n"
70 " guestfs_add_drive (g, \"guest.img\");\n"
71 " guestfs_launch (g);\n"
72 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
73 " guestfs_touch (g, \"/hello\");\n"
74 " guestfs_umount (g, \"/\");\n"
75 " guestfs_close (g);\n"
76 "\n"
77
78 #. type: verbatim
79 #: ../src/guestfs.pod:19
80 #, no-wrap
81 msgid ""
82 " cc prog.c -o prog -lguestfs\n"
83 "or:\n"
84 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
85 "\n"
86 msgstr ""
87 " cc prog.c -o prog -lguestfs\n"
88 "або:\n"
89 " cc prog.c -o prog `pkg-config libguestfs --cflags --libs`\n"
90 "\n"
91
92 #. type: =head1
93 #: ../src/guestfs.pod:23 ../fish/guestfish.pod:30
94 #: ../test-tool/libguestfs-test-tool.pod:11 ../fuse/guestmount.pod:20
95 #: ../tools/virt-edit.pl:50 ../tools/virt-win-reg.pl:63
96 #: ../tools/virt-list-filesystems.pl:40 ../tools/virt-tar.pl:77
97 #: ../tools/virt-make-fs.pl:47 ../tools/virt-list-partitions.pl:40
98 msgid "DESCRIPTION"
99 msgstr "ОПИС"
100
101 #. type: textblock
102 #: ../src/guestfs.pod:25
103 msgid ""
104 "Libguestfs is a library for accessing and modifying guest disk images.  "
105 "Amongst the things this is good for: making batch configuration changes to "
106 "guests, getting disk used/free statistics (see also: virt-df), migrating "
107 "between virtualization systems (see also: virt-p2v), performing partial "
108 "backups, performing partial guest clones, cloning guests and changing "
109 "registry/UUID/hostname info, and much else besides."
110 msgstr ""
111
112 #. type: textblock
113 #: ../src/guestfs.pod:33
114 msgid ""
115 "Libguestfs uses Linux kernel and qemu code, and can access any type of guest "
116 "filesystem that Linux and qemu can, including but not limited to: ext2/3/4, "
117 "btrfs, FAT and NTFS, LVM, many different disk partition schemes, qcow, "
118 "qcow2, vmdk."
119 msgstr ""
120
121 #. type: textblock
122 #: ../src/guestfs.pod:38
123 msgid ""
124 "Libguestfs provides ways to enumerate guest storage (eg. partitions, LVs, "
125 "what filesystem is in each LV, etc.).  It can also run commands in the "
126 "context of the guest.  Also you can access filesystems over FUSE."
127 msgstr ""
128
129 #. type: textblock
130 #: ../src/guestfs.pod:43
131 msgid ""
132 "Libguestfs is a library that can be linked with C and C++ management "
133 "programs (or management programs written in OCaml, Perl, Python, Ruby, Java, "
134 "PHP, Haskell or C#).  You can also use it from shell scripts or the command "
135 "line."
136 msgstr ""
137
138 #. type: textblock
139 #: ../src/guestfs.pod:48
140 msgid ""
141 "You don't need to be root to use libguestfs, although obviously you do need "
142 "enough permissions to access the disk images."
143 msgstr ""
144
145 #. type: textblock
146 #: ../src/guestfs.pod:51
147 msgid ""
148 "Libguestfs is a large API because it can do many things.  For a gentle "
149 "introduction, please read the L</API OVERVIEW> section next."
150 msgstr ""
151
152 #. type: textblock
153 #: ../src/guestfs.pod:54
154 msgid ""
155 "There are also some example programs in the L<guestfs-examples(3)> manual "
156 "page."
157 msgstr ""
158
159 #. type: =head1
160 #: ../src/guestfs.pod:57
161 msgid "API OVERVIEW"
162 msgstr "ОГЛЯД API"
163
164 #. type: textblock
165 #: ../src/guestfs.pod:59
166 msgid ""
167 "This section provides a gentler overview of the libguestfs API.  We also try "
168 "to group API calls together, where that may not be obvious from reading "
169 "about the individual calls in the main section of this manual."
170 msgstr ""
171
172 #. type: =head2
173 #: ../src/guestfs.pod:64
174 msgid "HANDLES"
175 msgstr "ОБРОБНИКИ"
176
177 #. type: textblock
178 #: ../src/guestfs.pod:66
179 msgid ""
180 "Before you can use libguestfs calls, you have to create a handle.  Then you "
181 "must add at least one disk image to the handle, followed by launching the "
182 "handle, then performing whatever operations you want, and finally closing "
183 "the handle.  By convention we use the single letter C<g> for the name of the "
184 "handle variable, although of course you can use any name you want."
185 msgstr ""
186
187 #. type: textblock
188 #: ../src/guestfs.pod:73
189 msgid "The general structure of all libguestfs-using programs looks like this:"
190 msgstr ""
191
192 #. type: verbatim
193 #: ../src/guestfs.pod:76
194 #, no-wrap
195 msgid ""
196 " guestfs_h *g = guestfs_create ();\n"
197 " \n"
198 msgstr ""
199 " guestfs_h *g = guestfs_create ();\n"
200 " \n"
201
202 #. type: verbatim
203 #: ../src/guestfs.pod:78
204 #, no-wrap
205 msgid ""
206 " /* Call guestfs_add_drive additional times if there are\n"
207 "  * multiple disk images.\n"
208 "  */\n"
209 " guestfs_add_drive (g, \"guest.img\");\n"
210 " \n"
211 msgstr ""
212
213 #. type: verbatim
214 #: ../src/guestfs.pod:83
215 #, no-wrap
216 msgid ""
217 " /* Most manipulation calls won't work until you've launched\n"
218 "  * the handle 'g'.  You have to do this _after_ adding drives\n"
219 "  * and _before_ other commands.\n"
220 "  */\n"
221 " guestfs_launch (g);\n"
222 " \n"
223 msgstr ""
224
225 #. type: verbatim
226 #: ../src/guestfs.pod:89
227 #, no-wrap
228 msgid ""
229 " /* Now you can examine what partitions, LVs etc are available.\n"
230 "  */\n"
231 " char **partitions = guestfs_list_partitions (g);\n"
232 " char **logvols = guestfs_lvs (g);\n"
233 " \n"
234 msgstr ""
235
236 #. type: verbatim
237 #: ../src/guestfs.pod:94
238 #, no-wrap
239 msgid ""
240 " /* To access a filesystem in the image, you must mount it.\n"
241 "  */\n"
242 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
243 " \n"
244 msgstr ""
245 " /* Щоб отримати доступ до файлової системи на образі, вам слід його змонтувати.\n"
246 "  */\n"
247 " guestfs_mount (g, \"/dev/sda1\", \"/\");\n"
248 " \n"
249
250 #. type: verbatim
251 #: ../src/guestfs.pod:98
252 #, fuzzy, no-wrap
253 #| msgid ""
254 #| " /* Now you can perform filesystem actions on the guest\n"
255 #| "  * disk image.\n"
256 #| "  */\n"
257 #| " guestfs_touch (g, \"/hello\");\n"
258 #| "\n"
259 msgid ""
260 " /* Now you can perform filesystem actions on the guest\n"
261 "  * disk image.\n"
262 "  */\n"
263 " guestfs_touch (g, \"/hello\");\n"
264 " \n"
265 msgstr ""
266 " /* Тепер ви можете виконувати дії з файловою системою на\n"
267 "  * образі диска операційної системи.\n"
268 "  */\n"
269 " guestfs_touch (g, \"/hello\");\n"
270 "\n"
271
272 #. type: verbatim
273 #: ../src/guestfs.pod:103
274 #, no-wrap
275 msgid ""
276 " /* This is only needed for libguestfs < 1.5.24.  Since then\n"
277 "  * it is done automatically when you close the handle.  See\n"
278 "  * discussion of autosync in this page.\n"
279 "  */\n"
280 " guestfs_sync (g);\n"
281 " \n"
282 msgstr ""
283
284 #. type: verbatim
285 #: ../src/guestfs.pod:109
286 #, no-wrap
287 msgid ""
288 " /* Close the handle 'g'. */\n"
289 " guestfs_close (g);\n"
290 "\n"
291 msgstr ""
292
293 #. type: textblock
294 #: ../src/guestfs.pod:112
295 msgid ""
296 "The code above doesn't include any error checking.  In real code you should "
297 "check return values carefully for errors.  In general all functions that "
298 "return integers return C<-1> on error, and all functions that return "
299 "pointers return C<NULL> on error.  See section L</ERROR HANDLING> below for "
300 "how to handle errors, and consult the documentation for each function call "
301 "below to see precisely how they return error indications.  See L<guestfs-"
302 "examples(3)> for fully worked examples."
303 msgstr ""
304
305 #. type: =head2
306 #: ../src/guestfs.pod:121
307 msgid "DISK IMAGES"
308 msgstr ""
309
310 #. type: textblock
311 #: ../src/guestfs.pod:123
312 msgid ""
313 "The image filename (C<\"guest.img\"> in the example above) could be a disk "
314 "image from a virtual machine, a L<dd(1)> copy of a physical hard disk, an "
315 "actual block device, or simply an empty file of zeroes that you have created "
316 "through L<posix_fallocate(3)>.  Libguestfs lets you do useful things to all "
317 "of these."
318 msgstr ""
319
320 #. type: textblock
321 #: ../src/guestfs.pod:129
322 msgid ""
323 "The call you should use in modern code for adding drives is L</"
324 "guestfs_add_drive_opts>.  To add a disk image, allowing writes, and "
325 "specifying that the format is raw, do:"
326 msgstr ""
327
328 #. type: verbatim
329 #: ../src/guestfs.pod:133
330 #, no-wrap
331 msgid ""
332 " guestfs_add_drive_opts (g, filename,\n"
333 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
334 "                         -1);\n"
335 "\n"
336 msgstr ""
337
338 #. type: textblock
339 #: ../src/guestfs.pod:137
340 msgid "You can add a disk read-only using:"
341 msgstr ""
342
343 #. type: verbatim
344 #: ../src/guestfs.pod:139
345 #, no-wrap
346 msgid ""
347 " guestfs_add_drive_opts (g, filename,\n"
348 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"raw\",\n"
349 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
350 "                         -1);\n"
351 "\n"
352 msgstr ""
353
354 #. type: textblock
355 #: ../src/guestfs.pod:144
356 msgid ""
357 "or by calling the older function L</guestfs_add_drive_ro>.  In either case "
358 "libguestfs won't modify the file."
359 msgstr ""
360
361 #. type: textblock
362 #: ../src/guestfs.pod:147
363 msgid ""
364 "Be extremely cautious if the disk image is in use, eg. if it is being used "
365 "by a virtual machine.  Adding it read-write will almost certainly cause disk "
366 "corruption, but adding it read-only is safe."
367 msgstr ""
368
369 #. type: textblock
370 #: ../src/guestfs.pod:151
371 msgid ""
372 "You must add at least one disk image, and you may add multiple disk images.  "
373 "In the API, the disk images are usually referred to as C</dev/sda> (for the "
374 "first one you added), C</dev/sdb> (for the second one you added), etc."
375 msgstr ""
376
377 #. type: textblock
378 #: ../src/guestfs.pod:156
379 msgid ""
380 "Once L</guestfs_launch> has been called you cannot add any more images.  You "
381 "can call L</guestfs_list_devices> to get a list of the device names, in the "
382 "order that you added them.  See also L</BLOCK DEVICE NAMING> below."
383 msgstr ""
384
385 #. type: =head2
386 #: ../src/guestfs.pod:161
387 msgid "MOUNTING"
388 msgstr "МОНТУВАННЯ"
389
390 #. type: textblock
391 #: ../src/guestfs.pod:163
392 msgid ""
393 "Before you can read or write files, create directories and so on in a disk "
394 "image that contains filesystems, you have to mount those filesystems using "
395 "L</guestfs_mount_options> or L</guestfs_mount_ro>.  If you already know that "
396 "a disk image contains (for example) one partition with a filesystem on that "
397 "partition, then you can mount it directly:"
398 msgstr ""
399
400 #. type: verbatim
401 #: ../src/guestfs.pod:170
402 #, no-wrap
403 msgid ""
404 " guestfs_mount_options (g, \"\", \"/dev/sda1\", \"/\");\n"
405 "\n"
406 msgstr ""
407
408 #. type: textblock
409 #: ../src/guestfs.pod:172
410 msgid ""
411 "where C</dev/sda1> means literally the first partition (C<1>) of the first "
412 "disk image that we added (C</dev/sda>).  If the disk contains Linux LVM2 "
413 "logical volumes you could refer to those instead (eg. C</dev/VG/LV>).  Note "
414 "that these are libguestfs virtual devices, and are nothing to do with host "
415 "devices."
416 msgstr ""
417
418 #. type: textblock
419 #: ../src/guestfs.pod:178
420 msgid ""
421 "If you are given a disk image and you don't know what it contains then you "
422 "have to find out.  Libguestfs can do that too: use L</"
423 "guestfs_list_partitions> and L</guestfs_lvs> to list possible partitions and "
424 "LVs, and either try mounting each to see what is mountable, or else examine "
425 "them with L</guestfs_vfs_type> or L</guestfs_file>.  To list just "
426 "filesystems, use L</guestfs_list_filesystems>."
427 msgstr ""
428
429 #. type: textblock
430 #: ../src/guestfs.pod:186
431 msgid ""
432 "Libguestfs also has a set of APIs for inspection of unknown disk images (see "
433 "L</INSPECTION> below).  But you might find it easier to look at higher level "
434 "programs built on top of libguestfs, in particular L<virt-inspector(1)>."
435 msgstr ""
436
437 #. type: textblock
438 #: ../src/guestfs.pod:191
439 msgid ""
440 "To mount a filesystem read-only, use L</guestfs_mount_ro>.  There are "
441 "several other variations of the C<guestfs_mount_*> call."
442 msgstr ""
443
444 #. type: =head2
445 #: ../src/guestfs.pod:194
446 msgid "FILESYSTEM ACCESS AND MODIFICATION"
447 msgstr ""
448
449 #. type: textblock
450 #: ../src/guestfs.pod:196
451 msgid ""
452 "The majority of the libguestfs API consists of fairly low-level calls for "
453 "accessing and modifying the files, directories, symlinks etc on mounted "
454 "filesystems.  There are over a hundred such calls which you can find listed "
455 "in detail below in this man page, and we don't even pretend to cover them "
456 "all in this overview."
457 msgstr ""
458
459 #. type: textblock
460 #: ../src/guestfs.pod:202
461 msgid ""
462 "Specify filenames as full paths, starting with C<\"/\"> and including the "
463 "mount point."
464 msgstr ""
465
466 #. type: textblock
467 #: ../src/guestfs.pod:205
468 msgid ""
469 "For example, if you mounted a filesystem at C<\"/\"> and you want to read "
470 "the file called C<\"etc/passwd\"> then you could do:"
471 msgstr ""
472
473 #. type: verbatim
474 #: ../src/guestfs.pod:208
475 #, no-wrap
476 msgid ""
477 " char *data = guestfs_cat (g, \"/etc/passwd\");\n"
478 "\n"
479 msgstr ""
480
481 #. type: textblock
482 #: ../src/guestfs.pod:210
483 msgid ""
484 "This would return C<data> as a newly allocated buffer containing the full "
485 "content of that file (with some conditions: see also L</DOWNLOADING> below), "
486 "or C<NULL> if there was an error."
487 msgstr ""
488
489 #. type: textblock
490 #: ../src/guestfs.pod:214
491 msgid ""
492 "As another example, to create a top-level directory on that filesystem "
493 "called C<\"var\"> you would do:"
494 msgstr ""
495
496 #. type: verbatim
497 #: ../src/guestfs.pod:217
498 #, no-wrap
499 msgid ""
500 " guestfs_mkdir (g, \"/var\");\n"
501 "\n"
502 msgstr ""
503
504 #. type: textblock
505 #: ../src/guestfs.pod:219
506 msgid "To create a symlink you could do:"
507 msgstr ""
508
509 #. type: verbatim
510 #: ../src/guestfs.pod:221
511 #, no-wrap
512 msgid ""
513 " guestfs_ln_s (g, \"/etc/init.d/portmap\",\n"
514 "               \"/etc/rc3.d/S30portmap\");\n"
515 "\n"
516 msgstr ""
517
518 #. type: textblock
519 #: ../src/guestfs.pod:224
520 msgid ""
521 "Libguestfs will reject attempts to use relative paths and there is no "
522 "concept of a current working directory."
523 msgstr ""
524
525 #. type: textblock
526 #: ../src/guestfs.pod:227
527 msgid ""
528 "Libguestfs can return errors in many situations: for example if the "
529 "filesystem isn't writable, or if a file or directory that you requested "
530 "doesn't exist.  If you are using the C API (documented here)  you have to "
531 "check for those error conditions after each call.  (Other language bindings "
532 "turn these errors into exceptions)."
533 msgstr ""
534
535 #. type: textblock
536 #: ../src/guestfs.pod:233
537 msgid ""
538 "File writes are affected by the per-handle umask, set by calling L</"
539 "guestfs_umask> and defaulting to 022.  See L</UMASK>."
540 msgstr ""
541
542 #. type: =head2
543 #: ../src/guestfs.pod:236
544 msgid "PARTITIONING"
545 msgstr "ПОДІЛ НА РОЗДІЛИ"
546
547 #. type: textblock
548 #: ../src/guestfs.pod:238
549 msgid ""
550 "Libguestfs contains API calls to read, create and modify partition tables on "
551 "disk images."
552 msgstr ""
553
554 #. type: textblock
555 #: ../src/guestfs.pod:241
556 msgid ""
557 "In the common case where you want to create a single partition covering the "
558 "whole disk, you should use the L</guestfs_part_disk> call:"
559 msgstr ""
560
561 #. type: verbatim
562 #: ../src/guestfs.pod:245
563 #, no-wrap
564 msgid ""
565 " const char *parttype = \"mbr\";\n"
566 " if (disk_is_larger_than_2TB)\n"
567 "   parttype = \"gpt\";\n"
568 " guestfs_part_disk (g, \"/dev/sda\", parttype);\n"
569 "\n"
570 msgstr ""
571
572 #. type: textblock
573 #: ../src/guestfs.pod:250
574 msgid ""
575 "Obviously this effectively wipes anything that was on that disk image before."
576 msgstr ""
577
578 #. type: =head2
579 #: ../src/guestfs.pod:253
580 msgid "LVM2"
581 msgstr "LVM2"
582
583 #. type: textblock
584 #: ../src/guestfs.pod:255
585 msgid ""
586 "Libguestfs provides access to a large part of the LVM2 API, such as L</"
587 "guestfs_lvcreate> and L</guestfs_vgremove>.  It won't make much sense unless "
588 "you familiarize yourself with the concepts of physical volumes, volume "
589 "groups and logical volumes."
590 msgstr ""
591
592 #. type: textblock
593 #: ../src/guestfs.pod:260
594 msgid ""
595 "This author strongly recommends reading the LVM HOWTO, online at L<http://"
596 "tldp.org/HOWTO/LVM-HOWTO/>."
597 msgstr ""
598
599 #. type: =head2
600 #: ../src/guestfs.pod:263
601 msgid "DOWNLOADING"
602 msgstr ""
603
604 #. type: textblock
605 #: ../src/guestfs.pod:265
606 msgid ""
607 "Use L</guestfs_cat> to download small, text only files.  This call is "
608 "limited to files which are less than 2 MB and which cannot contain any ASCII "
609 "NUL (C<\\0>) characters.  However the API is very simple to use."
610 msgstr ""
611
612 #. type: textblock
613 #: ../src/guestfs.pod:269
614 msgid ""
615 "L</guestfs_read_file> can be used to read files which contain arbitrary 8 "
616 "bit data, since it returns a (pointer, size) pair.  However it is still "
617 "limited to \"small\" files, less than 2 MB."
618 msgstr ""
619
620 #. type: textblock
621 #: ../src/guestfs.pod:273
622 msgid ""
623 "L</guestfs_download> can be used to download any file, with no limits on "
624 "content or size (even files larger than 4 GB)."
625 msgstr ""
626
627 #. type: textblock
628 #: ../src/guestfs.pod:276
629 msgid ""
630 "To download multiple files, see L</guestfs_tar_out> and L</guestfs_tgz_out>."
631 msgstr ""
632
633 #. type: =head2
634 #: ../src/guestfs.pod:279
635 msgid "UPLOADING"
636 msgstr "ВИВАНТАЖЕННЯ"
637
638 #. type: textblock
639 #: ../src/guestfs.pod:281
640 msgid ""
641 "It's often the case that you want to write a file or files to the disk image."
642 msgstr ""
643
644 #. type: textblock
645 #: ../src/guestfs.pod:284
646 msgid ""
647 "To write a small file with fixed content, use L</guestfs_write>.  To create "
648 "a file of all zeroes, use L</guestfs_truncate_size> (sparse) or L</"
649 "guestfs_fallocate64> (with all disk blocks allocated).  There are a variety "
650 "of other functions for creating test files, for example L</guestfs_fill> and "
651 "L</guestfs_fill_pattern>."
652 msgstr ""
653
654 #. type: textblock
655 #: ../src/guestfs.pod:290
656 msgid ""
657 "To upload a single file, use L</guestfs_upload>.  This call has no limits on "
658 "file content or size (even files larger than 4 GB)."
659 msgstr ""
660
661 #. type: textblock
662 #: ../src/guestfs.pod:293
663 msgid ""
664 "To upload multiple files, see L</guestfs_tar_in> and L</guestfs_tgz_in>."
665 msgstr ""
666
667 #. type: textblock
668 #: ../src/guestfs.pod:295
669 msgid ""
670 "However the fastest way to upload I<large numbers of arbitrary files> is to "
671 "turn them into a squashfs or CD ISO (see L<mksquashfs(8)> and L<mkisofs(8)"
672 ">), then attach this using L</guestfs_add_drive_ro>.  If you add the drive "
673 "in a predictable way (eg. adding it last after all other drives) then you "
674 "can get the device name from L</guestfs_list_devices> and mount it directly "
675 "using L</guestfs_mount_ro>.  Note that squashfs images are sometimes non-"
676 "portable between kernel versions, and they don't support labels or UUIDs.  "
677 "If you want to pre-build an image or you need to mount it using a label or "
678 "UUID, use an ISO image instead."
679 msgstr ""
680
681 #. type: =head2
682 #: ../src/guestfs.pod:306
683 msgid "COPYING"
684 msgstr "КОПІЮВАННЯ"
685
686 #. type: textblock
687 #: ../src/guestfs.pod:308
688 msgid ""
689 "There are various different commands for copying between files and devices "
690 "and in and out of the guest filesystem.  These are summarised in the table "
691 "below."
692 msgstr ""
693
694 #. type: =item
695 #: ../src/guestfs.pod:314
696 msgid "B<file> to B<file>"
697 msgstr ""
698
699 #. type: textblock
700 #: ../src/guestfs.pod:316
701 msgid ""
702 "Use L</guestfs_cp> to copy a single file, or L</guestfs_cp_a> to copy "
703 "directories recursively."
704 msgstr ""
705
706 #. type: =item
707 #: ../src/guestfs.pod:319
708 msgid "B<file or device> to B<file or device>"
709 msgstr ""
710
711 #. type: textblock
712 #: ../src/guestfs.pod:321
713 msgid ""
714 "Use L</guestfs_dd> which efficiently uses L<dd(1)> to copy between files and "
715 "devices in the guest."
716 msgstr ""
717
718 #. type: textblock
719 #: ../src/guestfs.pod:324
720 msgid "Example: duplicate the contents of an LV:"
721 msgstr ""
722
723 #. type: verbatim
724 #: ../src/guestfs.pod:326
725 #, no-wrap
726 msgid ""
727 " guestfs_dd (g, \"/dev/VG/Original\", \"/dev/VG/Copy\");\n"
728 "\n"
729 msgstr ""
730
731 #. type: textblock
732 #: ../src/guestfs.pod:328
733 msgid ""
734 "The destination (C</dev/VG/Copy>) must be at least as large as the source "
735 "(C</dev/VG/Original>).  To copy less than the whole source device, use L</"
736 "guestfs_copy_size>."
737 msgstr ""
738
739 #. type: =item
740 #: ../src/guestfs.pod:332
741 msgid "B<file on the host> to B<file or device>"
742 msgstr ""
743
744 #. type: textblock
745 #: ../src/guestfs.pod:334
746 msgid "Use L</guestfs_upload>.  See L</UPLOADING> above."
747 msgstr ""
748
749 #. type: =item
750 #: ../src/guestfs.pod:336
751 msgid "B<file or device> to B<file on the host>"
752 msgstr ""
753
754 #. type: textblock
755 #: ../src/guestfs.pod:338
756 msgid "Use L</guestfs_download>.  See L</DOWNLOADING> above."
757 msgstr ""
758
759 #. type: =head2
760 #: ../src/guestfs.pod:342
761 msgid "UPLOADING AND DOWNLOADING TO PIPES AND FILE DESCRIPTORS"
762 msgstr ""
763
764 #. type: textblock
765 #: ../src/guestfs.pod:344
766 msgid ""
767 "Calls like L</guestfs_upload>, L</guestfs_download>, L</guestfs_tar_in>, L</"
768 "guestfs_tar_out> etc appear to only take filenames as arguments, so it "
769 "appears you can only upload and download to files.  However many Un*x-like "
770 "hosts let you use the special device files C</dev/stdin>, C</dev/stdout>, C</"
771 "dev/stderr> and C</dev/fd/N> to read and write from stdin, stdout, stderr, "
772 "and arbitrary file descriptor N."
773 msgstr ""
774
775 #. type: textblock
776 #: ../src/guestfs.pod:352
777 msgid "For example, L<virt-cat(1)> writes its output to stdout by doing:"
778 msgstr ""
779
780 #. type: verbatim
781 #: ../src/guestfs.pod:355
782 #, no-wrap
783 msgid ""
784 " guestfs_download (g, filename, \"/dev/stdout\");\n"
785 "\n"
786 msgstr ""
787
788 #. type: textblock
789 #: ../src/guestfs.pod:357
790 msgid "and you can write tar output to a file descriptor C<fd> by doing:"
791 msgstr ""
792
793 #. type: verbatim
794 #: ../src/guestfs.pod:359
795 #, no-wrap
796 msgid ""
797 " char devfd[64];\n"
798 " snprintf (devfd, sizeof devfd, \"/dev/fd/%d\", fd);\n"
799 " guestfs_tar_out (g, \"/\", devfd);\n"
800 "\n"
801 msgstr ""
802
803 #. type: =head2
804 #: ../src/guestfs.pod:363
805 msgid "LISTING FILES"
806 msgstr ""
807
808 #. type: textblock
809 #: ../src/guestfs.pod:365
810 msgid ""
811 "L</guestfs_ll> is just designed for humans to read (mainly when using the "
812 "L<guestfish(1)>-equivalent command C<ll>)."
813 msgstr ""
814
815 #. type: textblock
816 #: ../src/guestfs.pod:368
817 msgid ""
818 "L</guestfs_ls> is a quick way to get a list of files in a directory from "
819 "programs, as a flat list of strings."
820 msgstr ""
821
822 #. type: textblock
823 #: ../src/guestfs.pod:371
824 msgid ""
825 "L</guestfs_readdir> is a programmatic way to get a list of files in a "
826 "directory, plus additional information about each one.  It is more "
827 "equivalent to using the L<readdir(3)> call on a local filesystem."
828 msgstr ""
829
830 #. type: textblock
831 #: ../src/guestfs.pod:375
832 msgid ""
833 "L</guestfs_find> and L</guestfs_find0> can be used to recursively list files."
834 msgstr ""
835
836 #. type: =head2
837 #: ../src/guestfs.pod:378
838 msgid "RUNNING COMMANDS"
839 msgstr ""
840
841 #. type: textblock
842 #: ../src/guestfs.pod:380
843 msgid ""
844 "Although libguestfs is primarily an API for manipulating files inside guest "
845 "images, we also provide some limited facilities for running commands inside "
846 "guests."
847 msgstr ""
848
849 #. type: textblock
850 #: ../src/guestfs.pod:384
851 msgid "There are many limitations to this:"
852 msgstr ""
853
854 #. type: =item
855 #: ../src/guestfs.pod:388 ../src/guestfs.pod:393 ../src/guestfs.pod:398
856 #: ../src/guestfs.pod:402 ../src/guestfs.pod:407 ../src/guestfs.pod:411
857 #: ../src/guestfs.pod:416 ../src/guestfs.pod:421 ../src/guestfs.pod:1064
858 #: ../src/guestfs.pod:1068 ../src/guestfs.pod:1072 ../src/guestfs.pod:1077
859 #: ../src/guestfs.pod:1085 ../src/guestfs.pod:1104 ../src/guestfs.pod:1112
860 #: ../src/guestfs.pod:1134 ../src/guestfs.pod:1138 ../src/guestfs.pod:1142
861 #: ../src/guestfs.pod:1146 ../src/guestfs.pod:1150 ../src/guestfs.pod:1154
862 #: ../src/guestfs.pod:1643 ../src/guestfs.pod:1648 ../src/guestfs.pod:1652
863 #: ../src/guestfs.pod:1753 ../src/guestfs.pod:1758 ../src/guestfs.pod:1762
864 #: ../src/guestfs.pod:1772 ../src/guestfs.pod:2007 ../src/guestfs.pod:2012
865 #: ../src/guestfs.pod:2018 ../src/guestfs.pod:2026 ../src/guestfs.pod:2380
866 #: ../src/guestfs.pod:2386 ../src/guestfs.pod:2391 ../src/guestfs.pod:2397
867 #: ../src/guestfs.pod:2962 ../src/guestfs.pod:2966 ../src/guestfs.pod:2970
868 #: ../src/guestfs.pod:2974 ../src/guestfs-actions.pod:15
869 #: ../src/guestfs-actions.pod:22 ../src/guestfs-actions.pod:577
870 #: ../src/guestfs-actions.pod:585 ../src/guestfs-actions.pod:592
871 #: ../src/guestfs-actions.pod:599 ../src/guestfs-actions.pod:1600
872 #: ../src/guestfs-actions.pod:1604 ../src/guestfs-actions.pod:1608
873 #: ../src/guestfs-actions.pod:1612 ../src/guestfs-actions.pod:1620
874 #: ../src/guestfs-actions.pod:1624 ../src/guestfs-actions.pod:1628
875 #: ../src/guestfs-actions.pod:1638 ../src/guestfs-actions.pod:1642
876 #: ../src/guestfs-actions.pod:1646 ../src/guestfs-actions.pod:1784
877 #: ../src/guestfs-actions.pod:1788 ../src/guestfs-actions.pod:1793
878 #: ../src/guestfs-actions.pod:1798 ../src/guestfs-actions.pod:1859
879 #: ../src/guestfs-actions.pod:1863 ../src/guestfs-actions.pod:1868
880 #: ../fish/guestfish.pod:443 ../fish/guestfish.pod:447
881 #: ../fish/guestfish.pod:451 ../fish/guestfish.pod:455
882 #: ../fish/guestfish-actions.pod:13 ../fish/guestfish-actions.pod:20
883 #: ../fish/guestfish-actions.pod:380 ../fish/guestfish-actions.pod:388
884 #: ../fish/guestfish-actions.pod:395 ../fish/guestfish-actions.pod:402
885 #: ../fish/guestfish-actions.pod:1072 ../fish/guestfish-actions.pod:1076
886 #: ../fish/guestfish-actions.pod:1080 ../fish/guestfish-actions.pod:1084
887 #: ../fish/guestfish-actions.pod:1092 ../fish/guestfish-actions.pod:1096
888 #: ../fish/guestfish-actions.pod:1100 ../fish/guestfish-actions.pod:1110
889 #: ../fish/guestfish-actions.pod:1114 ../fish/guestfish-actions.pod:1118
890 #: ../fish/guestfish-actions.pod:1208 ../fish/guestfish-actions.pod:1212
891 #: ../fish/guestfish-actions.pod:1217 ../fish/guestfish-actions.pod:1222
892 #: ../fish/guestfish-actions.pod:1264 ../fish/guestfish-actions.pod:1268
893 #: ../fish/guestfish-actions.pod:1273 ../tools/virt-edit.pl:351
894 #: ../tools/virt-edit.pl:356 ../tools/virt-edit.pl:361
895 #: ../tools/virt-edit.pl:372 ../tools/virt-edit.pl:376
896 #: ../tools/virt-win-reg.pl:536 ../tools/virt-win-reg.pl:542
897 #: ../tools/virt-win-reg.pl:548
898 msgid "*"
899 msgstr ""
900
901 #. type: textblock
902 #: ../src/guestfs.pod:390
903 msgid ""
904 "The kernel version that the command runs under will be different from what "
905 "it expects."
906 msgstr ""
907
908 #. type: textblock
909 #: ../src/guestfs.pod:395
910 msgid ""
911 "If the command needs to communicate with daemons, then most likely they "
912 "won't be running."
913 msgstr ""
914
915 #. type: textblock
916 #: ../src/guestfs.pod:400
917 msgid "The command will be running in limited memory."
918 msgstr ""
919
920 #. type: textblock
921 #: ../src/guestfs.pod:404
922 msgid ""
923 "The network may not be available unless you enable it (see L</"
924 "guestfs_set_network>)."
925 msgstr ""
926
927 #. type: textblock
928 #: ../src/guestfs.pod:409
929 msgid "Only supports Linux guests (not Windows, BSD, etc)."
930 msgstr ""
931
932 #. type: textblock
933 #: ../src/guestfs.pod:413
934 msgid ""
935 "Architecture limitations (eg. won't work for a PPC guest on an X86 host)."
936 msgstr ""
937
938 #. type: textblock
939 #: ../src/guestfs.pod:418
940 msgid ""
941 "For SELinux guests, you may need to enable SELinux and load policy first.  "
942 "See L</SELINUX> in this manpage."
943 msgstr ""
944
945 #. type: textblock
946 #: ../src/guestfs.pod:423
947 msgid ""
948 "I<Security:> It is not safe to run commands from untrusted, possibly "
949 "malicious guests.  These commands may attempt to exploit your program by "
950 "sending unexpected output.  They could also try to exploit the Linux kernel "
951 "or qemu provided by the libguestfs appliance.  They could use the network "
952 "provided by the libguestfs appliance to bypass ordinary network partitions "
953 "and firewalls.  They could use the elevated privileges or different SELinux "
954 "context of your program to their advantage."
955 msgstr ""
956
957 #. type: textblock
958 #: ../src/guestfs.pod:432
959 msgid ""
960 "A secure alternative is to use libguestfs to install a \"firstboot\" script "
961 "(a script which runs when the guest next boots normally), and to have this "
962 "script run the commands you want in the normal context of the running guest, "
963 "network security and so on.  For information about other security issues, "
964 "see L</SECURITY>."
965 msgstr ""
966
967 #. type: textblock
968 #: ../src/guestfs.pod:440
969 msgid ""
970 "The two main API calls to run commands are L</guestfs_command> and L</"
971 "guestfs_sh> (there are also variations)."
972 msgstr ""
973
974 #. type: textblock
975 #: ../src/guestfs.pod:443
976 msgid ""
977 "The difference is that L</guestfs_sh> runs commands using the shell, so any "
978 "shell globs, redirections, etc will work."
979 msgstr ""
980
981 #. type: =head2
982 #: ../src/guestfs.pod:446
983 msgid "CONFIGURATION FILES"
984 msgstr "ФАЙЛИ НАЛАШТУВАННЯ"
985
986 #. type: textblock
987 #: ../src/guestfs.pod:448
988 msgid ""
989 "To read and write configuration files in Linux guest filesystems, we "
990 "strongly recommend using Augeas.  For example, Augeas understands how to "
991 "read and write, say, a Linux shadow password file or X.org configuration "
992 "file, and so avoids you having to write that code."
993 msgstr ""
994
995 #. type: textblock
996 #: ../src/guestfs.pod:453
997 msgid ""
998 "The main Augeas calls are bound through the C<guestfs_aug_*> APIs.  We don't "
999 "document Augeas itself here because there is excellent documentation on the "
1000 "L<http://augeas.net/> website."
1001 msgstr ""
1002
1003 #. type: textblock
1004 #: ../src/guestfs.pod:457
1005 msgid ""
1006 "If you don't want to use Augeas (you fool!) then try calling L</"
1007 "guestfs_read_lines> to get the file as a list of lines which you can iterate "
1008 "over."
1009 msgstr ""
1010
1011 #. type: =head2
1012 #: ../src/guestfs.pod:461
1013 msgid "SELINUX"
1014 msgstr "SELINUX"
1015
1016 #. type: textblock
1017 #: ../src/guestfs.pod:463
1018 msgid ""
1019 "We support SELinux guests.  To ensure that labeling happens correctly in "
1020 "SELinux guests, you need to enable SELinux and load the guest's policy:"
1021 msgstr ""
1022
1023 #. type: =item
1024 #: ../src/guestfs.pod:469 ../src/guestfs.pod:1257 ../src/guestfs.pod:1395
1025 #: ../src/guestfs.pod:2425
1026 msgid "1."
1027 msgstr ""
1028
1029 #. type: textblock
1030 #: ../src/guestfs.pod:471
1031 msgid "Before launching, do:"
1032 msgstr ""
1033
1034 #. type: verbatim
1035 #: ../src/guestfs.pod:473
1036 #, no-wrap
1037 msgid ""
1038 " guestfs_set_selinux (g, 1);\n"
1039 "\n"
1040 msgstr ""
1041
1042 #. type: =item
1043 #: ../src/guestfs.pod:475 ../src/guestfs.pod:1261 ../src/guestfs.pod:1399
1044 #: ../src/guestfs.pod:2450
1045 msgid "2."
1046 msgstr ""
1047
1048 #. type: textblock
1049 #: ../src/guestfs.pod:477
1050 msgid ""
1051 "After mounting the guest's filesystem(s), load the policy.  This is best "
1052 "done by running the L<load_policy(8)> command in the guest itself:"
1053 msgstr ""
1054
1055 #. type: verbatim
1056 #: ../src/guestfs.pod:481
1057 #, no-wrap
1058 msgid ""
1059 " guestfs_sh (g, \"/usr/sbin/load_policy\");\n"
1060 "\n"
1061 msgstr ""
1062
1063 #. type: textblock
1064 #: ../src/guestfs.pod:483
1065 msgid ""
1066 "(Older versions of C<load_policy> require you to specify the name of the "
1067 "policy file)."
1068 msgstr ""
1069
1070 #. type: =item
1071 #: ../src/guestfs.pod:486 ../src/guestfs.pod:1405
1072 msgid "3."
1073 msgstr ""
1074
1075 #. type: textblock
1076 #: ../src/guestfs.pod:488
1077 msgid ""
1078 "Optionally, set the security context for the API.  The correct security "
1079 "context to use can only be known by inspecting the guest.  As an example:"
1080 msgstr ""
1081
1082 #. type: verbatim
1083 #: ../src/guestfs.pod:492
1084 #, no-wrap
1085 msgid ""
1086 " guestfs_setcon (g, \"unconfined_u:unconfined_r:unconfined_t:s0\");\n"
1087 "\n"
1088 msgstr ""
1089
1090 #. type: textblock
1091 #: ../src/guestfs.pod:496
1092 msgid "This will work for running commands and editing existing files."
1093 msgstr ""
1094
1095 #. type: textblock
1096 #: ../src/guestfs.pod:498
1097 msgid ""
1098 "When new files are created, you may need to label them explicitly, for "
1099 "example by running the external command C<restorecon pathname>."
1100 msgstr ""
1101
1102 #. type: =head2
1103 #: ../src/guestfs.pod:502
1104 msgid "UMASK"
1105 msgstr ""
1106
1107 #. type: textblock
1108 #: ../src/guestfs.pod:504
1109 msgid ""
1110 "Certain calls are affected by the current file mode creation mask (the "
1111 "\"umask\").  In particular ones which create files or directories, such as "
1112 "L</guestfs_touch>, L</guestfs_mknod> or L</guestfs_mkdir>.  This affects "
1113 "either the default mode that the file is created with or modifies the mode "
1114 "that you supply."
1115 msgstr ""
1116
1117 #. type: textblock
1118 #: ../src/guestfs.pod:510
1119 msgid ""
1120 "The default umask is C<022>, so files are created with modes such as C<0644> "
1121 "and directories with C<0755>."
1122 msgstr ""
1123
1124 #. type: textblock
1125 #: ../src/guestfs.pod:513
1126 msgid ""
1127 "There are two ways to avoid being affected by umask.  Either set umask to 0 "
1128 "(call C<guestfs_umask (g, 0)> early after launching).  Or call L</"
1129 "guestfs_chmod> after creating each file or directory."
1130 msgstr ""
1131
1132 #. type: textblock
1133 #: ../src/guestfs.pod:517
1134 msgid "For more information about umask, see L<umask(2)>."
1135 msgstr ""
1136
1137 #. type: =head1
1138 #: ../src/guestfs.pod:519 ../fish/guestfish.pod:765
1139 msgid "ENCRYPTED DISKS"
1140 msgstr ""
1141
1142 #. type: textblock
1143 #: ../src/guestfs.pod:521
1144 msgid ""
1145 "Libguestfs allows you to access Linux guests which have been encrypted using "
1146 "whole disk encryption that conforms to the Linux Unified Key Setup (LUKS) "
1147 "standard.  This includes nearly all whole disk encryption systems used by "
1148 "modern Linux guests."
1149 msgstr ""
1150
1151 #. type: textblock
1152 #: ../src/guestfs.pod:527
1153 msgid ""
1154 "Use L</guestfs_vfs_type> to identify LUKS-encrypted block devices (it "
1155 "returns the string C<crypto_LUKS>)."
1156 msgstr ""
1157
1158 #. type: textblock
1159 #: ../src/guestfs.pod:530
1160 msgid ""
1161 "Then open these devices by calling L</guestfs_luks_open>.  Obviously you "
1162 "will require the passphrase!"
1163 msgstr ""
1164
1165 #. type: textblock
1166 #: ../src/guestfs.pod:533
1167 msgid ""
1168 "Opening a LUKS device creates a new device mapper device called C</dev/"
1169 "mapper/mapname> (where C<mapname> is the string you supply to L</"
1170 "guestfs_luks_open>).  Reads and writes to this mapper device are decrypted "
1171 "from and encrypted to the underlying block device respectively."
1172 msgstr ""
1173
1174 #. type: textblock
1175 #: ../src/guestfs.pod:539
1176 msgid ""
1177 "LVM volume groups on the device can be made visible by calling L</"
1178 "guestfs_vgscan> followed by L</guestfs_vg_activate_all>.  The logical volume"
1179 "(s) can now be mounted in the usual way."
1180 msgstr ""
1181
1182 #. type: textblock
1183 #: ../src/guestfs.pod:543
1184 msgid ""
1185 "Use the reverse process to close a LUKS device.  Unmount any logical volumes "
1186 "on it, deactivate the volume groups by caling C<guestfs_vg_activate (g, 0, "
1187 "[\"/dev/VG\"])>.  Then close the mapper device by calling L</"
1188 "guestfs_luks_close> on the C</dev/mapper/mapname> device (I<not> the "
1189 "underlying encrypted block device)."
1190 msgstr ""
1191
1192 #. type: =head2
1193 #: ../src/guestfs.pod:550
1194 msgid "INSPECTION"
1195 msgstr "ПЕРЕВІРКА"
1196
1197 #. type: textblock
1198 #: ../src/guestfs.pod:552
1199 msgid ""
1200 "Libguestfs has APIs for inspecting an unknown disk image to find out if it "
1201 "contains operating systems, an install CD or a live CD.  (These APIs used to "
1202 "be in a separate Perl-only library called L<Sys::Guestfs::Lib(3)> but since "
1203 "version 1.5.3 the most frequently used part of this library has been "
1204 "rewritten in C and moved into the core code)."
1205 msgstr ""
1206
1207 #. type: textblock
1208 #: ../src/guestfs.pod:559
1209 msgid ""
1210 "Add all disks belonging to the unknown virtual machine and call L</"
1211 "guestfs_launch> in the usual way."
1212 msgstr ""
1213
1214 #. type: textblock
1215 #: ../src/guestfs.pod:562
1216 msgid ""
1217 "Then call L</guestfs_inspect_os>.  This function uses other libguestfs calls "
1218 "and certain heuristics, and returns a list of operating systems that were "
1219 "found.  An empty list means none were found.  A single element is the root "
1220 "filesystem of the operating system.  For dual- or multi-boot guests, "
1221 "multiple roots can be returned, each one corresponding to a separate "
1222 "operating system.  (Multi-boot virtual machines are extremely rare in the "
1223 "world of virtualization, but since this scenario can happen, we have built "
1224 "libguestfs to deal with it.)"
1225 msgstr ""
1226
1227 #. type: textblock
1228 #: ../src/guestfs.pod:571
1229 msgid ""
1230 "For each root, you can then call various C<guestfs_inspect_get_*> functions "
1231 "to get additional details about that operating system.  For example, call L</"
1232 "guestfs_inspect_get_type> to return the string C<windows> or C<linux> for "
1233 "Windows and Linux-based operating systems respectively."
1234 msgstr ""
1235
1236 #. type: textblock
1237 #: ../src/guestfs.pod:577
1238 msgid ""
1239 "Un*x-like and Linux-based operating systems usually consist of several "
1240 "filesystems which are mounted at boot time (for example, a separate boot "
1241 "partition mounted on C</boot>).  The inspection rules are able to detect how "
1242 "filesystems correspond to mount points.  Call "
1243 "C<guestfs_inspect_get_mountpoints> to get this mapping.  It might return a "
1244 "hash table like this example:"
1245 msgstr ""
1246
1247 #. type: verbatim
1248 #: ../src/guestfs.pod:584
1249 #, no-wrap
1250 msgid ""
1251 " /boot => /dev/sda1\n"
1252 " /     => /dev/vg_guest/lv_root\n"
1253 " /usr  => /dev/vg_guest/lv_usr\n"
1254 "\n"
1255 msgstr ""
1256
1257 #. type: textblock
1258 #: ../src/guestfs.pod:588
1259 msgid ""
1260 "The caller can then make calls to L</guestfs_mount_options> to mount the "
1261 "filesystems as suggested."
1262 msgstr ""
1263
1264 #. type: textblock
1265 #: ../src/guestfs.pod:591
1266 msgid ""
1267 "Be careful to mount filesystems in the right order (eg. C</> before C</"
1268 "usr>).  Sorting the keys of the hash by length, shortest first, should work."
1269 msgstr ""
1270
1271 #. type: textblock
1272 #: ../src/guestfs.pod:595
1273 msgid ""
1274 "Inspection currently only works for some common operating systems.  "
1275 "Contributors are welcome to send patches for other operating systems that we "
1276 "currently cannot detect."
1277 msgstr ""
1278
1279 #. type: textblock
1280 #: ../src/guestfs.pod:599
1281 msgid ""
1282 "Encrypted disks must be opened before inspection.  See L</ENCRYPTED DISKS> "
1283 "for more details.  The L</guestfs_inspect_os> function just ignores any "
1284 "encrypted devices."
1285 msgstr ""
1286
1287 #. type: textblock
1288 #: ../src/guestfs.pod:603
1289 msgid ""
1290 "A note on the implementation: The call L</guestfs_inspect_os> performs "
1291 "inspection and caches the results in the guest handle.  Subsequent calls to "
1292 "C<guestfs_inspect_get_*> return this cached information, but I<do not> re-"
1293 "read the disks.  If you change the content of the guest disks, you can redo "
1294 "inspection by calling L</guestfs_inspect_os> again.  (L</"
1295 "guestfs_inspect_list_applications> works a little differently from the other "
1296 "calls and does read the disks.  See documentation for that function for "
1297 "details)."
1298 msgstr ""
1299
1300 #. type: =head3
1301 #: ../src/guestfs.pod:612
1302 msgid "INSPECTING INSTALL DISKS"
1303 msgstr ""
1304
1305 #. type: textblock
1306 #: ../src/guestfs.pod:614
1307 msgid ""
1308 "Libguestfs (since 1.9.4) can detect some install disks, install CDs, live "
1309 "CDs and more."
1310 msgstr ""
1311
1312 #. type: textblock
1313 #: ../src/guestfs.pod:617
1314 msgid ""
1315 "Call L</guestfs_inspect_get_format> to return the format of the operating "
1316 "system, which currently can be C<installed> (a regular operating system) or "
1317 "C<installer> (some sort of install disk)."
1318 msgstr ""
1319
1320 #. type: textblock
1321 #: ../src/guestfs.pod:621
1322 msgid ""
1323 "Further information is available about the operating system that can be "
1324 "installed using the regular inspection APIs like L</"
1325 "guestfs_inspect_get_product_name>, L</guestfs_inspect_get_major_version> etc."
1326 msgstr ""
1327
1328 #. type: textblock
1329 #: ../src/guestfs.pod:626
1330 msgid ""
1331 "Some additional information specific to installer disks is also available "
1332 "from the L</guestfs_inspect_is_live>, L</guestfs_inspect_is_netinst> and L</"
1333 "guestfs_inspect_is_multipart> calls."
1334 msgstr ""
1335
1336 #. type: =head2
1337 #: ../src/guestfs.pod:631
1338 msgid "SPECIAL CONSIDERATIONS FOR WINDOWS GUESTS"
1339 msgstr ""
1340
1341 #. type: textblock
1342 #: ../src/guestfs.pod:633
1343 msgid ""
1344 "Libguestfs can mount NTFS partitions.  It does this using the L<http://www."
1345 "ntfs-3g.org/> driver."
1346 msgstr ""
1347
1348 #. type: =head3
1349 #: ../src/guestfs.pod:636
1350 msgid "DRIVE LETTERS AND PATHS"
1351 msgstr ""
1352
1353 #. type: textblock
1354 #: ../src/guestfs.pod:638
1355 msgid ""
1356 "DOS and Windows still use drive letters, and the filesystems are always "
1357 "treated as case insensitive by Windows itself, and therefore you might find "
1358 "a Windows configuration file referring to a path like C<c:\\windows"
1359 "\\system32>.  When the filesystem is mounted in libguestfs, that directory "
1360 "might be referred to as C</WINDOWS/System32>."
1361 msgstr ""
1362
1363 #. type: textblock
1364 #: ../src/guestfs.pod:644
1365 msgid ""
1366 "Drive letter mappings can be found using inspection (see L</INSPECTION> and "
1367 "L</guestfs_inspect_get_drive_mappings>)"
1368 msgstr ""
1369
1370 #. type: textblock
1371 #: ../src/guestfs.pod:647
1372 msgid ""
1373 "Dealing with separator characters (backslash vs forward slash) is outside "
1374 "the scope of libguestfs, but usually a simple character replacement will "
1375 "work."
1376 msgstr ""
1377
1378 #. type: textblock
1379 #: ../src/guestfs.pod:651
1380 msgid ""
1381 "To resolve the case insensitivity of paths, call L</"
1382 "guestfs_case_sensitive_path>."
1383 msgstr ""
1384
1385 #. type: =head3
1386 #: ../src/guestfs.pod:654
1387 msgid "ACCESSING THE WINDOWS REGISTRY"
1388 msgstr ""
1389
1390 #. type: textblock
1391 #: ../src/guestfs.pod:656
1392 msgid ""
1393 "Libguestfs also provides some help for decoding Windows Registry \"hive\" "
1394 "files, through the library C<hivex> which is part of the libguestfs project "
1395 "although ships as a separate tarball.  You have to locate and download the "
1396 "hive file(s) yourself, and then pass them to C<hivex> functions.  See also "
1397 "the programs L<hivexml(1)>, L<hivexsh(1)>, L<hivexregedit(1)> and L<virt-win-"
1398 "reg(1)> for more help on this issue."
1399 msgstr ""
1400
1401 #. type: =head3
1402 #: ../src/guestfs.pod:664
1403 msgid "SYMLINKS ON NTFS-3G FILESYSTEMS"
1404 msgstr ""
1405
1406 #. type: textblock
1407 #: ../src/guestfs.pod:666
1408 msgid ""
1409 "Ntfs-3g tries to rewrite \"Junction Points\" and NTFS \"symbolic links\" to "
1410 "provide something which looks like a Linux symlink.  The way it tries to do "
1411 "the rewriting is described here:"
1412 msgstr ""
1413
1414 #. type: textblock
1415 #: ../src/guestfs.pod:670
1416 msgid ""
1417 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1418 "symbolic-links/>"
1419 msgstr ""
1420 "L<http://www.tuxera.com/community/ntfs-3g-advanced/junction-points-and-"
1421 "symbolic-links/>"
1422
1423 #. type: textblock
1424 #: ../src/guestfs.pod:672
1425 msgid ""
1426 "The essential problem is that ntfs-3g simply does not have enough "
1427 "information to do a correct job.  NTFS links can contain drive letters and "
1428 "references to external device GUIDs that ntfs-3g has no way of resolving.  "
1429 "It is almost certainly the case that libguestfs callers should ignore what "
1430 "ntfs-3g does (ie. don't use L</guestfs_readlink> on NTFS volumes)."
1431 msgstr ""
1432
1433 #. type: textblock
1434 #: ../src/guestfs.pod:679
1435 msgid ""
1436 "Instead if you encounter a symbolic link on an ntfs-3g filesystem, use L</"
1437 "guestfs_lgetxattr> to read the C<system.ntfs_reparse_data> extended "
1438 "attribute, and read the raw reparse data from that (you can find the format "
1439 "documented in various places around the web)."
1440 msgstr ""
1441
1442 #. type: =head3
1443 #: ../src/guestfs.pod:684
1444 msgid "EXTENDED ATTRIBUTES ON NTFS-3G FILESYSTEMS"
1445 msgstr ""
1446
1447 #. type: textblock
1448 #: ../src/guestfs.pod:686
1449 msgid ""
1450 "There are other useful extended attributes that can be read from ntfs-3g "
1451 "filesystems (using L</guestfs_getxattr>).  See:"
1452 msgstr ""
1453
1454 #. type: textblock
1455 #: ../src/guestfs.pod:689
1456 msgid ""
1457 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1458 msgstr ""
1459 "L<http://www.tuxera.com/community/ntfs-3g-advanced/extended-attributes/>"
1460
1461 #. type: =head2
1462 #: ../src/guestfs.pod:691
1463 msgid "USING LIBGUESTFS WITH OTHER PROGRAMMING LANGUAGES"
1464 msgstr ""
1465
1466 #. type: textblock
1467 #: ../src/guestfs.pod:693
1468 msgid ""
1469 "Although we don't want to discourage you from using the C API, we will "
1470 "mention here that the same API is also available in other languages."
1471 msgstr ""
1472
1473 #. type: textblock
1474 #: ../src/guestfs.pod:696
1475 msgid ""
1476 "The API is broadly identical in all supported languages.  This means that "
1477 "the C call C<guestfs_add_drive_ro(g,file)> is C<$g-E<gt>add_drive_ro($file)> "
1478 "in Perl, C<g.add_drive_ro(file)> in Python, and C<g#add_drive_ro file> in "
1479 "OCaml.  In other words, a straightforward, predictable isomorphism between "
1480 "each language."
1481 msgstr ""
1482
1483 #. type: textblock
1484 #: ../src/guestfs.pod:702
1485 msgid ""
1486 "Error messages are automatically transformed into exceptions if the language "
1487 "supports it."
1488 msgstr ""
1489
1490 #. type: textblock
1491 #: ../src/guestfs.pod:705
1492 msgid ""
1493 "We don't try to \"object orientify\" parts of the API in OO languages, "
1494 "although contributors are welcome to write higher level APIs above what we "
1495 "provide in their favourite languages if they wish."
1496 msgstr ""
1497
1498 #. type: =item
1499 #: ../src/guestfs.pod:711
1500 msgid "B<C++>"
1501 msgstr "B<C++>"
1502
1503 #. type: textblock
1504 #: ../src/guestfs.pod:713
1505 msgid ""
1506 "You can use the I<guestfs.h> header file from C++ programs.  The C++ API is "
1507 "identical to the C API.  C++ classes and exceptions are not used."
1508 msgstr ""
1509
1510 #. type: =item
1511 #: ../src/guestfs.pod:717
1512 msgid "B<C#>"
1513 msgstr "B<C#>"
1514
1515 #. type: textblock
1516 #: ../src/guestfs.pod:719
1517 msgid ""
1518 "The C# bindings are highly experimental.  Please read the warnings at the "
1519 "top of C<csharp/Libguestfs.cs>."
1520 msgstr ""
1521
1522 #. type: =item
1523 #: ../src/guestfs.pod:722
1524 msgid "B<Haskell>"
1525 msgstr "B<Haskell>"
1526
1527 #. type: textblock
1528 #: ../src/guestfs.pod:724
1529 msgid ""
1530 "This is the only language binding that is working but incomplete.  Only "
1531 "calls which return simple integers have been bound in Haskell, and we are "
1532 "looking for help to complete this binding."
1533 msgstr ""
1534
1535 #. type: =item
1536 #: ../src/guestfs.pod:728
1537 msgid "B<Java>"
1538 msgstr "B<Java>"
1539
1540 #. type: textblock
1541 #: ../src/guestfs.pod:730
1542 msgid ""
1543 "Full documentation is contained in the Javadoc which is distributed with "
1544 "libguestfs."
1545 msgstr ""
1546
1547 #. type: =item
1548 #: ../src/guestfs.pod:733
1549 msgid "B<OCaml>"
1550 msgstr "B<OCaml>"
1551
1552 #. type: textblock
1553 #: ../src/guestfs.pod:735
1554 msgid "See L<guestfs-ocaml(3)>."
1555 msgstr "Див. L<guestfs-ocaml(3)>."
1556
1557 #. type: =item
1558 #: ../src/guestfs.pod:737
1559 msgid "B<Perl>"
1560 msgstr "B<Perl>"
1561
1562 #. type: textblock
1563 #: ../src/guestfs.pod:739
1564 msgid "See L<guestfs-perl(3)> and L<Sys::Guestfs(3)>."
1565 msgstr "Див. L<guestfs-perl(3)> та L<Sys::Guestfs(3)>."
1566
1567 #. type: =item
1568 #: ../src/guestfs.pod:741
1569 msgid "B<PHP>"
1570 msgstr "B<PHP>"
1571
1572 #. type: textblock
1573 #: ../src/guestfs.pod:743
1574 msgid ""
1575 "For documentation see C<README-PHP> supplied with libguestfs sources or in "
1576 "the php-libguestfs package for your distribution."
1577 msgstr ""
1578
1579 #. type: textblock
1580 #: ../src/guestfs.pod:746
1581 msgid "The PHP binding only works correctly on 64 bit machines."
1582 msgstr ""
1583
1584 #. type: =item
1585 #: ../src/guestfs.pod:748
1586 msgid "B<Python>"
1587 msgstr "B<Python>"
1588
1589 #. type: textblock
1590 #: ../src/guestfs.pod:750
1591 msgid "See L<guestfs-python(3)>."
1592 msgstr "Див. L<guestfs-python(3)>."
1593
1594 #. type: =item
1595 #: ../src/guestfs.pod:752
1596 msgid "B<Ruby>"
1597 msgstr "B<Ruby>"
1598
1599 #. type: textblock
1600 #: ../src/guestfs.pod:754
1601 msgid "See L<guestfs-ruby(3)>."
1602 msgstr "Див. L<guestfs-ruby(3)>."
1603
1604 #. type: =item
1605 #: ../src/guestfs.pod:756
1606 msgid "B<shell scripts>"
1607 msgstr "B<скрипти оболонки>"
1608
1609 #. type: textblock
1610 #: ../src/guestfs.pod:758
1611 msgid "See L<guestfish(1)>."
1612 msgstr "Див. L<guestfish(1)>."
1613
1614 #. type: =head2
1615 #: ../src/guestfs.pod:762
1616 msgid "LIBGUESTFS GOTCHAS"
1617 msgstr ""
1618
1619 #. type: textblock
1620 #: ../src/guestfs.pod:764
1621 msgid ""
1622 "L<http://en.wikipedia.org/wiki/Gotcha_(programming)>: \"A feature of a "
1623 "system [...] that works in the way it is documented but is counterintuitive "
1624 "and almost invites mistakes.\""
1625 msgstr ""
1626
1627 #. type: textblock
1628 #: ../src/guestfs.pod:768
1629 msgid ""
1630 "Since we developed libguestfs and the associated tools, there are several "
1631 "things we would have designed differently, but are now stuck with for "
1632 "backwards compatibility or other reasons.  If there is ever a libguestfs 2.0 "
1633 "release, you can expect these to change.  Beware of them."
1634 msgstr ""
1635
1636 #. type: =item
1637 #: ../src/guestfs.pod:776
1638 msgid "Autosync / forgetting to sync."
1639 msgstr ""
1640
1641 #. type: textblock
1642 #: ../src/guestfs.pod:778
1643 msgid ""
1644 "I<Update:> Autosync is enabled by default for all API users starting from "
1645 "libguestfs 1.5.24.  This section only applies to older versions."
1646 msgstr ""
1647
1648 #. type: textblock
1649 #: ../src/guestfs.pod:781
1650 msgid ""
1651 "When modifying a filesystem from C or another language, you B<must> unmount "
1652 "all filesystems and call L</guestfs_sync> explicitly before you close the "
1653 "libguestfs handle.  You can also call:"
1654 msgstr ""
1655
1656 #. type: verbatim
1657 #: ../src/guestfs.pod:785
1658 #, no-wrap
1659 msgid ""
1660 " guestfs_set_autosync (g, 1);\n"
1661 "\n"
1662 msgstr ""
1663
1664 #. type: textblock
1665 #: ../src/guestfs.pod:787
1666 msgid ""
1667 "to have the unmount/sync done automatically for you when the handle 'g' is "
1668 "closed.  (This feature is called \"autosync\", L</guestfs_set_autosync> q.v.)"
1669 msgstr ""
1670
1671 #. type: textblock
1672 #: ../src/guestfs.pod:791
1673 msgid ""
1674 "If you forget to do this, then it is entirely possible that your changes "
1675 "won't be written out, or will be partially written, or (very rarely) that "
1676 "you'll get disk corruption."
1677 msgstr ""
1678
1679 #. type: textblock
1680 #: ../src/guestfs.pod:795
1681 msgid ""
1682 "Note that in L<guestfish(3)> autosync is the default.  So quick and dirty "
1683 "guestfish scripts that forget to sync will work just fine, which can make "
1684 "this very puzzling if you are trying to debug a problem."
1685 msgstr ""
1686
1687 #. type: =item
1688 #: ../src/guestfs.pod:799
1689 msgid "Mount option C<-o sync> should not be the default."
1690 msgstr ""
1691
1692 #. type: textblock
1693 #: ../src/guestfs.pod:801
1694 msgid ""
1695 "If you use L</guestfs_mount>, then C<-o sync,noatime> are added implicitly.  "
1696 "However C<-o sync> does not add any reliability benefit, but does have a "
1697 "very large performance impact."
1698 msgstr ""
1699
1700 #. type: textblock
1701 #: ../src/guestfs.pod:805
1702 msgid ""
1703 "The work around is to use L</guestfs_mount_options> and set the mount "
1704 "options that you actually want to use."
1705 msgstr ""
1706
1707 #. type: =item
1708 #: ../src/guestfs.pod:808
1709 msgid "Read-only should be the default."
1710 msgstr ""
1711
1712 #. type: textblock
1713 #: ../src/guestfs.pod:810
1714 msgid ""
1715 "In L<guestfish(3)>, I<--ro> should be the default, and you should have to "
1716 "specify I<--rw> if you want to make changes to the image."
1717 msgstr ""
1718
1719 #. type: textblock
1720 #: ../src/guestfs.pod:813
1721 msgid "This would reduce the potential to corrupt live VM images."
1722 msgstr ""
1723
1724 #. type: textblock
1725 #: ../src/guestfs.pod:815
1726 msgid ""
1727 "Note that many filesystems change the disk when you just mount and unmount, "
1728 "even if you didn't perform any writes.  You need to use L</"
1729 "guestfs_add_drive_ro> to guarantee that the disk is not changed."
1730 msgstr ""
1731
1732 #. type: =item
1733 #: ../src/guestfs.pod:819
1734 msgid "guestfish command line is hard to use."
1735 msgstr ""
1736
1737 #. type: textblock
1738 #: ../src/guestfs.pod:821
1739 msgid ""
1740 "C<guestfish disk.img> doesn't do what people expect (open C<disk.img> for "
1741 "examination).  It tries to run a guestfish command C<disk.img> which doesn't "
1742 "exist, so it fails.  In earlier versions of guestfish the error message was "
1743 "also unintuitive, but we have corrected this since.  Like the Bourne shell, "
1744 "we should have used C<guestfish -c command> to run commands."
1745 msgstr ""
1746
1747 #. type: =item
1748 #: ../src/guestfs.pod:828
1749 msgid "guestfish megabyte modifiers don't work right on all commands"
1750 msgstr ""
1751
1752 #. type: textblock
1753 #: ../src/guestfs.pod:830
1754 msgid ""
1755 "In recent guestfish you can use C<1M> to mean 1 megabyte (and similarly for "
1756 "other modifiers).  What guestfish actually does is to multiply the number "
1757 "part by the modifier part and pass the result to the C API.  However this "
1758 "doesn't work for a few APIs which aren't expecting bytes, but are already "
1759 "expecting some other unit (eg. megabytes)."
1760 msgstr ""
1761
1762 #. type: textblock
1763 #: ../src/guestfs.pod:837
1764 msgid "The most common is L</guestfs_lvcreate>.  The guestfish command:"
1765 msgstr ""
1766
1767 #. type: verbatim
1768 #: ../src/guestfs.pod:839
1769 #, no-wrap
1770 msgid ""
1771 " lvcreate LV VG 100M\n"
1772 "\n"
1773 msgstr ""
1774
1775 #. type: textblock
1776 #: ../src/guestfs.pod:841
1777 msgid ""
1778 "does not do what you might expect.  Instead because L</guestfs_lvcreate> is "
1779 "already expecting megabytes, this tries to create a 100 I<terabyte> (100 "
1780 "megabytes * megabytes) logical volume.  The error message you get from this "
1781 "is also a little obscure."
1782 msgstr ""
1783
1784 #. type: textblock
1785 #: ../src/guestfs.pod:846
1786 msgid ""
1787 "This could be fixed in the generator by specially marking parameters and "
1788 "return values which take bytes or other units."
1789 msgstr ""
1790
1791 #. type: =item
1792 #: ../src/guestfs.pod:849
1793 msgid "Ambiguity between devices and paths"
1794 msgstr ""
1795
1796 #. type: textblock
1797 #: ../src/guestfs.pod:851
1798 msgid ""
1799 "There is a subtle ambiguity in the API between a device name (eg. C</dev/"
1800 "sdb2>) and a similar pathname.  A file might just happen to be called "
1801 "C<sdb2> in the directory C</dev> (consider some non-Unix VM image)."
1802 msgstr ""
1803
1804 #. type: textblock
1805 #: ../src/guestfs.pod:856
1806 msgid ""
1807 "In the current API we usually resolve this ambiguity by having two separate "
1808 "calls, for example L</guestfs_checksum> and L</guestfs_checksum_device>.  "
1809 "Some API calls are ambiguous and (incorrectly) resolve the problem by "
1810 "detecting if the path supplied begins with C</dev/>."
1811 msgstr ""
1812
1813 #. type: textblock
1814 #: ../src/guestfs.pod:862
1815 msgid ""
1816 "To avoid both the ambiguity and the need to duplicate some calls, we could "
1817 "make paths/devices into structured names.  One way to do this would be to "
1818 "use a notation like grub (C<hd(0,0)>), although nobody really likes this "
1819 "aspect of grub.  Another way would be to use a structured type, equivalent "
1820 "to this OCaml type:"
1821 msgstr ""
1822
1823 #. type: verbatim
1824 #: ../src/guestfs.pod:868
1825 #, no-wrap
1826 msgid ""
1827 " type path = Path of string | Device of int | Partition of int * int\n"
1828 "\n"
1829 msgstr ""
1830
1831 #. type: textblock
1832 #: ../src/guestfs.pod:870
1833 msgid "which would allow you to pass arguments like:"
1834 msgstr ""
1835
1836 #. type: verbatim
1837 #: ../src/guestfs.pod:872
1838 #, no-wrap
1839 msgid ""
1840 " Path \"/foo/bar\"\n"
1841 " Device 1            (* /dev/sdb, or perhaps /dev/sda *)\n"
1842 " Partition (1, 2)    (* /dev/sdb2 (or is it /dev/sda2 or /dev/sdb3?) *)\n"
1843 " Path \"/dev/sdb2\"    (* not a device *)\n"
1844 "\n"
1845 msgstr ""
1846
1847 #. type: textblock
1848 #: ../src/guestfs.pod:877
1849 msgid ""
1850 "As you can see there are still problems to resolve even with this "
1851 "representation.  Also consider how it might work in guestfish."
1852 msgstr ""
1853
1854 #. type: =head2
1855 #: ../src/guestfs.pod:882
1856 msgid "KEYS AND PASSPHRASES"
1857 msgstr ""
1858
1859 #. type: textblock
1860 #: ../src/guestfs.pod:884
1861 msgid ""
1862 "Certain libguestfs calls take a parameter that contains sensitive key "
1863 "material, passed in as a C string."
1864 msgstr ""
1865
1866 #. type: textblock
1867 #: ../src/guestfs.pod:887
1868 msgid ""
1869 "In the future we would hope to change the libguestfs implementation so that "
1870 "keys are L<mlock(2)>-ed into physical RAM, and thus can never end up in "
1871 "swap.  However this is I<not> done at the moment, because of the complexity "
1872 "of such an implementation."
1873 msgstr ""
1874
1875 #. type: textblock
1876 #: ../src/guestfs.pod:892
1877 msgid ""
1878 "Therefore you should be aware that any key parameter you pass to libguestfs "
1879 "might end up being written out to the swap partition.  If this is a concern, "
1880 "scrub the swap partition or don't use libguestfs on encrypted devices."
1881 msgstr ""
1882
1883 #. type: =head2
1884 #: ../src/guestfs.pod:897
1885 msgid "MULTIPLE HANDLES AND MULTIPLE THREADS"
1886 msgstr ""
1887
1888 #. type: textblock
1889 #: ../src/guestfs.pod:899
1890 msgid ""
1891 "All high-level libguestfs actions are synchronous.  If you want to use "
1892 "libguestfs asynchronously then you must create a thread."
1893 msgstr ""
1894
1895 #. type: textblock
1896 #: ../src/guestfs.pod:902
1897 msgid ""
1898 "Only use the handle from a single thread.  Either use the handle exclusively "
1899 "from one thread, or provide your own mutex so that two threads cannot issue "
1900 "calls on the same handle at the same time."
1901 msgstr ""
1902
1903 #. type: textblock
1904 #: ../src/guestfs.pod:906
1905 msgid ""
1906 "See the graphical program guestfs-browser for one possible architecture for "
1907 "multithreaded programs using libvirt and libguestfs."
1908 msgstr ""
1909
1910 #. type: =head2
1911 #: ../src/guestfs.pod:909
1912 msgid "PATH"
1913 msgstr "ШЛЯХ"
1914
1915 #. type: textblock
1916 #: ../src/guestfs.pod:911
1917 msgid ""
1918 "Libguestfs needs a supermin appliance, which it finds by looking along an "
1919 "internal path."
1920 msgstr ""
1921
1922 #. type: textblock
1923 #: ../src/guestfs.pod:914
1924 msgid ""
1925 "By default it looks for these in the directory C<$libdir/guestfs> (eg. C</"
1926 "usr/local/lib/guestfs> or C</usr/lib64/guestfs>)."
1927 msgstr ""
1928
1929 #. type: textblock
1930 #: ../src/guestfs.pod:917
1931 msgid ""
1932 "Use L</guestfs_set_path> or set the environment variable L</LIBGUESTFS_PATH> "
1933 "to change the directories that libguestfs will search in.  The value is a "
1934 "colon-separated list of paths.  The current directory is I<not> searched "
1935 "unless the path contains an empty element or C<.>.  For example "
1936 "C<LIBGUESTFS_PATH=:/usr/lib/guestfs> would search the current directory and "
1937 "then C</usr/lib/guestfs>."
1938 msgstr ""
1939
1940 #. type: =head2
1941 #: ../src/guestfs.pod:924
1942 msgid "QEMU WRAPPERS"
1943 msgstr ""
1944
1945 #. type: textblock
1946 #: ../src/guestfs.pod:926
1947 msgid ""
1948 "If you want to compile your own qemu, run qemu from a non-standard location, "
1949 "or pass extra arguments to qemu, then you can write a shell-script wrapper "
1950 "around qemu."
1951 msgstr ""
1952
1953 #. type: textblock
1954 #: ../src/guestfs.pod:930
1955 msgid ""
1956 "There is one important rule to remember: you I<must C<exec qemu>> as the "
1957 "last command in the shell script (so that qemu replaces the shell and "
1958 "becomes the direct child of the libguestfs-using program).  If you don't do "
1959 "this, then the qemu process won't be cleaned up correctly."
1960 msgstr ""
1961
1962 #. type: textblock
1963 #: ../src/guestfs.pod:935
1964 msgid ""
1965 "Here is an example of a wrapper, where I have built my own copy of qemu from "
1966 "source:"
1967 msgstr ""
1968
1969 #. type: verbatim
1970 #: ../src/guestfs.pod:938
1971 #, no-wrap
1972 msgid ""
1973 " #!/bin/sh -\n"
1974 " qemudir=/home/rjones/d/qemu\n"
1975 " exec $qemudir/x86_64-softmmu/qemu-system-x86_64 -L $qemudir/pc-bios \"$@\"\n"
1976 "\n"
1977 msgstr ""
1978
1979 #. type: textblock
1980 #: ../src/guestfs.pod:942
1981 msgid ""
1982 "Save this script as C</tmp/qemu.wrapper> (or wherever), C<chmod +x>, and "
1983 "then use it by setting the LIBGUESTFS_QEMU environment variable.  For "
1984 "example:"
1985 msgstr ""
1986
1987 #. type: verbatim
1988 #: ../src/guestfs.pod:946
1989 #, no-wrap
1990 msgid ""
1991 " LIBGUESTFS_QEMU=/tmp/qemu.wrapper guestfish\n"
1992 "\n"
1993 msgstr ""
1994
1995 #. type: textblock
1996 #: ../src/guestfs.pod:948
1997 msgid ""
1998 "Note that libguestfs also calls qemu with the -help and -version options in "
1999 "order to determine features."
2000 msgstr ""
2001
2002 #. type: =head2
2003 #: ../src/guestfs.pod:951
2004 msgid "ATTACHING TO RUNNING DAEMONS"
2005 msgstr ""
2006
2007 #. type: textblock
2008 #: ../src/guestfs.pod:953
2009 msgid ""
2010 "I<Note (1):> This is B<highly experimental> and has a tendency to eat "
2011 "babies.  Use with caution."
2012 msgstr ""
2013
2014 #. type: textblock
2015 #: ../src/guestfs.pod:956
2016 msgid ""
2017 "I<Note (2):> This section explains how to attach to a running daemon from a "
2018 "low level perspective.  For most users, simply using virt tools such as "
2019 "L<guestfish(1)> with the I<--live> option will \"just work\"."
2020 msgstr ""
2021
2022 #. type: =head3
2023 #: ../src/guestfs.pod:960
2024 msgid "Using guestfs_set_attach_method"
2025 msgstr ""
2026
2027 #. type: textblock
2028 #: ../src/guestfs.pod:962
2029 msgid ""
2030 "By calling L</guestfs_set_attach_method> you can change how the library "
2031 "connects to the C<guestfsd> daemon in L</guestfs_launch> (read L</"
2032 "ARCHITECTURE> for some background)."
2033 msgstr ""
2034
2035 #. type: textblock
2036 #: ../src/guestfs.pod:966
2037 msgid ""
2038 "The normal attach method is C<appliance>, where a small appliance is created "
2039 "containing the daemon, and then the library connects to this."
2040 msgstr ""
2041
2042 #. type: textblock
2043 #: ../src/guestfs.pod:969
2044 msgid ""
2045 "Setting attach method to C<unix:I<path>> (where I<path> is the path of a "
2046 "Unix domain socket) causes L</guestfs_launch> to connect to an existing "
2047 "daemon over the Unix domain socket."
2048 msgstr ""
2049
2050 #. type: textblock
2051 #: ../src/guestfs.pod:973
2052 msgid ""
2053 "The normal use for this is to connect to a running virtual machine that "
2054 "contains a C<guestfsd> daemon, and send commands so you can read and write "
2055 "files inside the live virtual machine."
2056 msgstr ""
2057
2058 #. type: =head3
2059 #: ../src/guestfs.pod:977
2060 msgid "Using guestfs_add_domain with live flag"
2061 msgstr ""
2062
2063 #. type: textblock
2064 #: ../src/guestfs.pod:979
2065 msgid ""
2066 "L</guestfs_add_domain> provides some help for getting the correct attach "
2067 "method.  If you pass the C<live> option to this function, then (if the "
2068 "virtual machine is running) it will examine the libvirt XML looking for a "
2069 "virtio-serial channel to connect to:"
2070 msgstr ""
2071
2072 #. type: verbatim
2073 #: ../src/guestfs.pod:985
2074 #, no-wrap
2075 msgid ""
2076 " <domain>\n"
2077 "   ...\n"
2078 "   <devices>\n"
2079 "     ...\n"
2080 "     <channel type='unix'>\n"
2081 "       <source mode='bind' path='/path/to/socket'/>\n"
2082 "       <target type='virtio' name='org.libguestfs.channel.0'/>\n"
2083 "     </channel>\n"
2084 "     ...\n"
2085 "   </devices>\n"
2086 " </domain>\n"
2087 "\n"
2088 msgstr ""
2089
2090 #. type: textblock
2091 #: ../src/guestfs.pod:997
2092 msgid ""
2093 "L</guestfs_add_domain> extracts C</path/to/socket> and sets the attach "
2094 "method to C<unix:/path/to/socket>."
2095 msgstr ""
2096
2097 #. type: textblock
2098 #: ../src/guestfs.pod:1000
2099 msgid ""
2100 "Some of the libguestfs tools (including guestfish) support a I<--live> "
2101 "option which is passed through to L</guestfs_add_domain> thus allowing you "
2102 "to attach to and modify live virtual machines."
2103 msgstr ""
2104
2105 #. type: textblock
2106 #: ../src/guestfs.pod:1004
2107 msgid ""
2108 "The virtual machine needs to have been set up beforehand so that it has the "
2109 "virtio-serial channel and so that guestfsd is running inside it."
2110 msgstr ""
2111
2112 #. type: =head2
2113 #: ../src/guestfs.pod:1008
2114 msgid "ABI GUARANTEE"
2115 msgstr ""
2116
2117 #. type: textblock
2118 #: ../src/guestfs.pod:1010
2119 msgid ""
2120 "We guarantee the libguestfs ABI (binary interface), for public, high-level "
2121 "actions as outlined in this section.  Although we will deprecate some "
2122 "actions, for example if they get replaced by newer calls, we will keep the "
2123 "old actions forever.  This allows you the developer to program in confidence "
2124 "against the libguestfs API."
2125 msgstr ""
2126
2127 #. type: =head2
2128 #: ../src/guestfs.pod:1016
2129 msgid "BLOCK DEVICE NAMING"
2130 msgstr ""
2131
2132 #. type: textblock
2133 #: ../src/guestfs.pod:1018
2134 msgid ""
2135 "In the kernel there is now quite a profusion of schemata for naming block "
2136 "devices (in this context, by I<block device> I mean a physical or virtual "
2137 "hard drive).  The original Linux IDE driver used names starting with C</dev/"
2138 "hd*>.  SCSI devices have historically used a different naming scheme, C</dev/"
2139 "sd*>.  When the Linux kernel I<libata> driver became a popular replacement "
2140 "for the old IDE driver (particularly for SATA devices) those devices also "
2141 "used the C</dev/sd*> scheme.  Additionally we now have virtual machines with "
2142 "paravirtualized drivers.  This has created several different naming systems, "
2143 "such as C</dev/vd*> for virtio disks and C</dev/xvd*> for Xen PV disks."
2144 msgstr ""
2145
2146 #. type: textblock
2147 #: ../src/guestfs.pod:1030
2148 msgid ""
2149 "As discussed above, libguestfs uses a qemu appliance running an embedded "
2150 "Linux kernel to access block devices.  We can run a variety of appliances "
2151 "based on a variety of Linux kernels."
2152 msgstr ""
2153
2154 #. type: textblock
2155 #: ../src/guestfs.pod:1034
2156 msgid ""
2157 "This causes a problem for libguestfs because many API calls use device or "
2158 "partition names.  Working scripts and the recipe (example) scripts that we "
2159 "make available over the internet could fail if the naming scheme changes."
2160 msgstr ""
2161
2162 #. type: textblock
2163 #: ../src/guestfs.pod:1039
2164 msgid ""
2165 "Therefore libguestfs defines C</dev/sd*> as the I<standard naming scheme>.  "
2166 "Internally C</dev/sd*> names are translated, if necessary, to other names as "
2167 "required.  For example, under RHEL 5 which uses the C</dev/hd*> scheme, any "
2168 "device parameter C</dev/sda2> is translated to C</dev/hda2> transparently."
2169 msgstr ""
2170
2171 #. type: textblock
2172 #: ../src/guestfs.pod:1045
2173 msgid ""
2174 "Note that this I<only> applies to parameters.  The L</guestfs_list_devices>, "
2175 "L</guestfs_list_partitions> and similar calls return the true names of the "
2176 "devices and partitions as known to the appliance."
2177 msgstr ""
2178
2179 #. type: =head3
2180 #: ../src/guestfs.pod:1050
2181 msgid "ALGORITHM FOR BLOCK DEVICE NAME TRANSLATION"
2182 msgstr ""
2183
2184 #. type: textblock
2185 #: ../src/guestfs.pod:1052
2186 msgid ""
2187 "Usually this translation is transparent.  However in some (very rare)  cases "
2188 "you may need to know the exact algorithm.  Such cases include where you use "
2189 "L</guestfs_config> to add a mixture of virtio and IDE devices to the qemu-"
2190 "based appliance, so have a mixture of C</dev/sd*> and C</dev/vd*> devices."
2191 msgstr ""
2192
2193 #. type: textblock
2194 #: ../src/guestfs.pod:1058
2195 msgid ""
2196 "The algorithm is applied only to I<parameters> which are known to be either "
2197 "device or partition names.  Return values from functions such as L</"
2198 "guestfs_list_devices> are never changed."
2199 msgstr ""
2200
2201 #. type: textblock
2202 #: ../src/guestfs.pod:1066
2203 msgid "Is the string a parameter which is a device or partition name?"
2204 msgstr ""
2205
2206 #. type: textblock
2207 #: ../src/guestfs.pod:1070
2208 msgid "Does the string begin with C</dev/sd>?"
2209 msgstr ""
2210
2211 #. type: textblock
2212 #: ../src/guestfs.pod:1074
2213 msgid ""
2214 "Does the named device exist? If so, we use that device.  However if I<not> "
2215 "then we continue with this algorithm."
2216 msgstr ""
2217
2218 #. type: textblock
2219 #: ../src/guestfs.pod:1079
2220 msgid "Replace initial C</dev/sd> string with C</dev/hd>."
2221 msgstr ""
2222
2223 #. type: textblock
2224 #: ../src/guestfs.pod:1081
2225 msgid "For example, change C</dev/sda2> to C</dev/hda2>."
2226 msgstr ""
2227
2228 #. type: textblock
2229 #: ../src/guestfs.pod:1083
2230 msgid "If that named device exists, use it.  If not, continue."
2231 msgstr ""
2232
2233 #. type: textblock
2234 #: ../src/guestfs.pod:1087
2235 msgid "Replace initial C</dev/sd> string with C</dev/vd>."
2236 msgstr ""
2237
2238 #. type: textblock
2239 #: ../src/guestfs.pod:1089
2240 msgid "If that named device exists, use it.  If not, return an error."
2241 msgstr ""
2242
2243 #. type: =head3
2244 #: ../src/guestfs.pod:1093
2245 msgid "PORTABILITY CONCERNS WITH BLOCK DEVICE NAMING"
2246 msgstr ""
2247
2248 #. type: textblock
2249 #: ../src/guestfs.pod:1095
2250 msgid ""
2251 "Although the standard naming scheme and automatic translation is useful for "
2252 "simple programs and guestfish scripts, for larger programs it is best not to "
2253 "rely on this mechanism."
2254 msgstr ""
2255
2256 #. type: textblock
2257 #: ../src/guestfs.pod:1099
2258 msgid ""
2259 "Where possible for maximum future portability programs using libguestfs "
2260 "should use these future-proof techniques:"
2261 msgstr ""
2262
2263 #. type: textblock
2264 #: ../src/guestfs.pod:1106
2265 msgid ""
2266 "Use L</guestfs_list_devices> or L</guestfs_list_partitions> to list actual "
2267 "device names, and then use those names directly."
2268 msgstr ""
2269
2270 #. type: textblock
2271 #: ../src/guestfs.pod:1109
2272 msgid ""
2273 "Since those device names exist by definition, they will never be translated."
2274 msgstr ""
2275
2276 #. type: textblock
2277 #: ../src/guestfs.pod:1114
2278 msgid ""
2279 "Use higher level ways to identify filesystems, such as LVM names, UUIDs and "
2280 "filesystem labels."
2281 msgstr ""
2282
2283 #. type: =head1
2284 #: ../src/guestfs.pod:1119
2285 msgid "SECURITY"
2286 msgstr "БЕЗПЕКА"
2287
2288 #. type: textblock
2289 #: ../src/guestfs.pod:1121
2290 msgid ""
2291 "This section discusses security implications of using libguestfs, "
2292 "particularly with untrusted or malicious guests or disk images."
2293 msgstr ""
2294
2295 #. type: =head2
2296 #: ../src/guestfs.pod:1124
2297 msgid "GENERAL SECURITY CONSIDERATIONS"
2298 msgstr ""
2299
2300 #. type: textblock
2301 #: ../src/guestfs.pod:1126
2302 msgid ""
2303 "Be careful with any files or data that you download from a guest (by "
2304 "\"download\" we mean not just the L</guestfs_download> command but any "
2305 "command that reads files, filenames, directories or anything else from a "
2306 "disk image).  An attacker could manipulate the data to fool your program "
2307 "into doing the wrong thing.  Consider cases such as:"
2308 msgstr ""
2309
2310 #. type: textblock
2311 #: ../src/guestfs.pod:1136
2312 msgid "the data (file etc) not being present"
2313 msgstr ""
2314
2315 #. type: textblock
2316 #: ../src/guestfs.pod:1140
2317 msgid "being present but empty"
2318 msgstr ""
2319
2320 #. type: textblock
2321 #: ../src/guestfs.pod:1144
2322 msgid "being much larger than normal"
2323 msgstr ""
2324
2325 #. type: textblock
2326 #: ../src/guestfs.pod:1148
2327 msgid "containing arbitrary 8 bit data"
2328 msgstr ""
2329
2330 #. type: textblock
2331 #: ../src/guestfs.pod:1152
2332 msgid "being in an unexpected character encoding"
2333 msgstr ""
2334
2335 #. type: textblock
2336 #: ../src/guestfs.pod:1156
2337 msgid "containing homoglyphs."
2338 msgstr ""
2339
2340 #. type: =head2
2341 #: ../src/guestfs.pod:1160
2342 msgid "SECURITY OF MOUNTING FILESYSTEMS"
2343 msgstr ""
2344
2345 #. type: textblock
2346 #: ../src/guestfs.pod:1162
2347 msgid ""
2348 "When you mount a filesystem under Linux, mistakes in the kernel filesystem "
2349 "(VFS) module can sometimes be escalated into exploits by deliberately "
2350 "creating a malicious, malformed filesystem.  These exploits are very severe "
2351 "for two reasons.  Firstly there are very many filesystem drivers in the "
2352 "kernel, and many of them are infrequently used and not much developer "
2353 "attention has been paid to the code.  Linux userspace helps potential "
2354 "crackers by detecting the filesystem type and automatically choosing the "
2355 "right VFS driver, even if that filesystem type is obscure or unexpected for "
2356 "the administrator.  Secondly, a kernel-level exploit is like a local root "
2357 "exploit (worse in some ways), giving immediate and total access to the "
2358 "system right down to the hardware level."
2359 msgstr ""
2360
2361 #. type: textblock
2362 #: ../src/guestfs.pod:1175
2363 msgid ""
2364 "That explains why you should never mount a filesystem from an untrusted "
2365 "guest on your host kernel.  How about libguestfs? We run a Linux kernel "
2366 "inside a qemu virtual machine, usually running as a non-root user.  The "
2367 "attacker would need to write a filesystem which first exploited the kernel, "
2368 "and then exploited either qemu virtualization (eg. a faulty qemu driver) or "
2369 "the libguestfs protocol, and finally to be as serious as the host kernel "
2370 "exploit it would need to escalate its privileges to root.  This multi-step "
2371 "escalation, performed by a static piece of data, is thought to be extremely "
2372 "hard to do, although we never say 'never' about security issues."
2373 msgstr ""
2374
2375 #. type: textblock
2376 #: ../src/guestfs.pod:1186
2377 msgid ""
2378 "In any case callers can reduce the attack surface by forcing the filesystem "
2379 "type when mounting (use L</guestfs_mount_vfs>)."
2380 msgstr ""
2381
2382 #. type: =head2
2383 #: ../src/guestfs.pod:1189
2384 msgid "PROTOCOL SECURITY"
2385 msgstr ""
2386
2387 #. type: textblock
2388 #: ../src/guestfs.pod:1191
2389 msgid ""
2390 "The protocol is designed to be secure, being based on RFC 4506 (XDR)  with a "
2391 "defined upper message size.  However a program that uses libguestfs must "
2392 "also take care - for example you can write a program that downloads a binary "
2393 "from a disk image and executes it locally, and no amount of protocol "
2394 "security will save you from the consequences."
2395 msgstr ""
2396
2397 #. type: =head2
2398 #: ../src/guestfs.pod:1197
2399 msgid "INSPECTION SECURITY"
2400 msgstr ""
2401
2402 #. type: textblock
2403 #: ../src/guestfs.pod:1199
2404 msgid ""
2405 "Parts of the inspection API (see L</INSPECTION>) return untrusted strings "
2406 "directly from the guest, and these could contain any 8 bit data.  Callers "
2407 "should be careful to escape these before printing them to a structured file "
2408 "(for example, use HTML escaping if creating a web page)."
2409 msgstr ""
2410
2411 #. type: textblock
2412 #: ../src/guestfs.pod:1205
2413 msgid ""
2414 "Guest configuration may be altered in unusual ways by the administrator of "
2415 "the virtual machine, and may not reflect reality (particularly for untrusted "
2416 "or actively malicious guests).  For example we parse the hostname from "
2417 "configuration files like C</etc/sysconfig/network> that we find in the "
2418 "guest, but the guest administrator can easily manipulate these files to "
2419 "provide the wrong hostname."
2420 msgstr ""
2421
2422 #. type: textblock
2423 #: ../src/guestfs.pod:1213
2424 msgid ""
2425 "The inspection API parses guest configuration using two external libraries: "
2426 "Augeas (Linux configuration) and hivex (Windows Registry).  Both are "
2427 "designed to be robust in the face of malicious data, although denial of "
2428 "service attacks are still possible, for example with oversized configuration "
2429 "files."
2430 msgstr ""
2431
2432 #. type: =head2
2433 #: ../src/guestfs.pod:1219
2434 msgid "RUNNING UNTRUSTED GUEST COMMANDS"
2435 msgstr ""
2436
2437 #. type: textblock
2438 #: ../src/guestfs.pod:1221
2439 msgid ""
2440 "Be very cautious about running commands from the guest.  By running a "
2441 "command in the guest, you are giving CPU time to a binary that you do not "
2442 "control, under the same user account as the library, albeit wrapped in qemu "
2443 "virtualization.  More information and alternatives can be found in the "
2444 "section L</RUNNING COMMANDS>."
2445 msgstr ""
2446
2447 #. type: =head2
2448 #: ../src/guestfs.pod:1227
2449 msgid "CVE-2010-3851"
2450 msgstr "CVE-2010-3851"
2451
2452 #. type: textblock
2453 #: ../src/guestfs.pod:1229
2454 msgid "https://bugzilla.redhat.com/642934"
2455 msgstr "https://bugzilla.redhat.com/642934"
2456
2457 #. type: textblock
2458 #: ../src/guestfs.pod:1231
2459 msgid ""
2460 "This security bug concerns the automatic disk format detection that qemu "
2461 "does on disk images."
2462 msgstr ""
2463
2464 #. type: textblock
2465 #: ../src/guestfs.pod:1234
2466 msgid ""
2467 "A raw disk image is just the raw bytes, there is no header.  Other disk "
2468 "images like qcow2 contain a special header.  Qemu deals with this by looking "
2469 "for one of the known headers, and if none is found then assuming the disk "
2470 "image must be raw."
2471 msgstr ""
2472
2473 #. type: textblock
2474 #: ../src/guestfs.pod:1239
2475 msgid ""
2476 "This allows a guest which has been given a raw disk image to write some "
2477 "other header.  At next boot (or when the disk image is accessed by "
2478 "libguestfs) qemu would do autodetection and think the disk image format was, "
2479 "say, qcow2 based on the header written by the guest."
2480 msgstr ""
2481
2482 #. type: textblock
2483 #: ../src/guestfs.pod:1244
2484 msgid ""
2485 "This in itself would not be a problem, but qcow2 offers many features, one "
2486 "of which is to allow a disk image to refer to another image (called the "
2487 "\"backing disk\").  It does this by placing the path to the backing disk "
2488 "into the qcow2 header.  This path is not validated and could point to any "
2489 "host file (eg. \"/etc/passwd\").  The backing disk is then exposed through "
2490 "\"holes\" in the qcow2 disk image, which of course is completely under the "
2491 "control of the attacker."
2492 msgstr ""
2493
2494 #. type: textblock
2495 #: ../src/guestfs.pod:1252
2496 msgid ""
2497 "In libguestfs this is rather hard to exploit except under two circumstances:"
2498 msgstr ""
2499
2500 #. type: textblock
2501 #: ../src/guestfs.pod:1259
2502 msgid "You have enabled the network or have opened the disk in write mode."
2503 msgstr ""
2504
2505 #. type: textblock
2506 #: ../src/guestfs.pod:1263
2507 msgid ""
2508 "You are also running untrusted code from the guest (see L</RUNNING "
2509 "COMMANDS>)."
2510 msgstr ""
2511
2512 #. type: textblock
2513 #: ../src/guestfs.pod:1268
2514 msgid ""
2515 "The way to avoid this is to specify the expected disk format when adding "
2516 "disks (the optional C<format> option to L</guestfs_add_drive_opts>).  You "
2517 "should always do this if the disk is raw format, and it's a good idea for "
2518 "other cases too."
2519 msgstr ""
2520
2521 #. type: textblock
2522 #: ../src/guestfs.pod:1273
2523 msgid ""
2524 "For disks added from libvirt using calls like L</guestfs_add_domain>, the "
2525 "format is fetched from libvirt and passed through."
2526 msgstr ""
2527
2528 #. type: textblock
2529 #: ../src/guestfs.pod:1276
2530 msgid ""
2531 "For libguestfs tools, use the I<--format> command line parameter as "
2532 "appropriate."
2533 msgstr ""
2534
2535 #. type: =head1
2536 #: ../src/guestfs.pod:1279
2537 msgid "CONNECTION MANAGEMENT"
2538 msgstr ""
2539
2540 #. type: =head2
2541 #: ../src/guestfs.pod:1281
2542 msgid "guestfs_h *"
2543 msgstr ""
2544
2545 #. type: textblock
2546 #: ../src/guestfs.pod:1283
2547 msgid ""
2548 "C<guestfs_h> is the opaque type representing a connection handle.  Create a "
2549 "handle by calling L</guestfs_create>.  Call L</guestfs_close> to free the "
2550 "handle and release all resources used."
2551 msgstr ""
2552
2553 #. type: textblock
2554 #: ../src/guestfs.pod:1287
2555 msgid ""
2556 "For information on using multiple handles and threads, see the section L</"
2557 "MULTIPLE HANDLES AND MULTIPLE THREADS> above."
2558 msgstr ""
2559
2560 #. type: =head2
2561 #: ../src/guestfs.pod:1290
2562 msgid "guestfs_create"
2563 msgstr ""
2564
2565 #. type: verbatim
2566 #: ../src/guestfs.pod:1292
2567 #, no-wrap
2568 msgid ""
2569 " guestfs_h *guestfs_create (void);\n"
2570 "\n"
2571 msgstr ""
2572
2573 #. type: textblock
2574 #: ../src/guestfs.pod:1294
2575 msgid "Create a connection handle."
2576 msgstr ""
2577
2578 #. type: textblock
2579 #: ../src/guestfs.pod:1296
2580 msgid ""
2581 "On success this returns a non-NULL pointer to a handle.  On error it returns "
2582 "NULL."
2583 msgstr ""
2584
2585 #. type: textblock
2586 #: ../src/guestfs.pod:1299
2587 msgid ""
2588 "You have to \"configure\" the handle after creating it.  This includes "
2589 "calling L</guestfs_add_drive_opts> (or one of the equivalent calls) on the "
2590 "handle at least once."
2591 msgstr ""
2592
2593 #. type: textblock
2594 #: ../src/guestfs.pod:1303
2595 msgid "After configuring the handle, you have to call L</guestfs_launch>."
2596 msgstr ""
2597
2598 #. type: textblock
2599 #: ../src/guestfs.pod:1305
2600 msgid ""
2601 "You may also want to configure error handling for the handle.  See the L</"
2602 "ERROR HANDLING> section below."
2603 msgstr ""
2604
2605 #. type: =head2
2606 #: ../src/guestfs.pod:1308
2607 msgid "guestfs_close"
2608 msgstr ""
2609
2610 #. type: verbatim
2611 #: ../src/guestfs.pod:1310
2612 #, no-wrap
2613 msgid ""
2614 " void guestfs_close (guestfs_h *g);\n"
2615 "\n"
2616 msgstr ""
2617
2618 #. type: textblock
2619 #: ../src/guestfs.pod:1312
2620 msgid "This closes the connection handle and frees up all resources used."
2621 msgstr ""
2622
2623 #. type: textblock
2624 #: ../src/guestfs.pod:1314
2625 msgid ""
2626 "If autosync was set on the handle and the handle was launched, then this "
2627 "implicitly calls various functions to unmount filesystems and sync the "
2628 "disk.  See L</guestfs_set_autosync> for more details."
2629 msgstr ""
2630
2631 #. type: textblock
2632 #: ../src/guestfs.pod:1318
2633 msgid "If a close callback was set on the handle, then it is called."
2634 msgstr ""
2635
2636 #. type: =head1
2637 #: ../src/guestfs.pod:1320
2638 msgid "ERROR HANDLING"
2639 msgstr "ОБРОБКА ПОМИЛОК"
2640
2641 #. type: textblock
2642 #: ../src/guestfs.pod:1322
2643 msgid ""
2644 "API functions can return errors.  For example, almost all functions that "
2645 "return C<int> will return C<-1> to indicate an error."
2646 msgstr ""
2647
2648 #. type: textblock
2649 #: ../src/guestfs.pod:1325
2650 msgid ""
2651 "Additional information is available for errors: an error message string and "
2652 "optionally an error number (errno) if the thing that failed was a system "
2653 "call."
2654 msgstr ""
2655
2656 #. type: textblock
2657 #: ../src/guestfs.pod:1329
2658 msgid ""
2659 "You can get at the additional information about the last error on the handle "
2660 "by calling L</guestfs_last_error>, L</guestfs_last_errno>, and/or by setting "
2661 "up an error handler with L</guestfs_set_error_handler>."
2662 msgstr ""
2663
2664 #. type: textblock
2665 #: ../src/guestfs.pod:1334
2666 msgid ""
2667 "When the handle is created, a default error handler is installed which "
2668 "prints the error message string to C<stderr>.  For small short-running "
2669 "command line programs it is sufficient to do:"
2670 msgstr ""
2671
2672 #. type: verbatim
2673 #: ../src/guestfs.pod:1338
2674 #, no-wrap
2675 msgid ""
2676 " if (guestfs_launch (g) == -1)\n"
2677 "   exit (EXIT_FAILURE);\n"
2678 "\n"
2679 msgstr ""
2680
2681 #. type: textblock
2682 #: ../src/guestfs.pod:1341
2683 msgid ""
2684 "since the default error handler will ensure that an error message has been "
2685 "printed to C<stderr> before the program exits."
2686 msgstr ""
2687
2688 #. type: textblock
2689 #: ../src/guestfs.pod:1344
2690 msgid ""
2691 "For other programs the caller will almost certainly want to install an "
2692 "alternate error handler or do error handling in-line like this:"
2693 msgstr ""
2694
2695 #. type: verbatim
2696 #: ../src/guestfs.pod:1347
2697 #, no-wrap
2698 msgid ""
2699 " g = guestfs_create ();\n"
2700 " \n"
2701 msgstr ""
2702
2703 #. type: verbatim
2704 #: ../src/guestfs.pod:1349
2705 #, no-wrap
2706 msgid ""
2707 " /* This disables the default behaviour of printing errors\n"
2708 "    on stderr. */\n"
2709 " guestfs_set_error_handler (g, NULL, NULL);\n"
2710 " \n"
2711 msgstr ""
2712
2713 #. type: verbatim
2714 #: ../src/guestfs.pod:1353
2715 #, no-wrap
2716 msgid ""
2717 " if (guestfs_launch (g) == -1) {\n"
2718 "   /* Examine the error message and print it etc. */\n"
2719 "   char *msg = guestfs_last_error (g);\n"
2720 "   int errnum = guestfs_last_errno (g);\n"
2721 "   fprintf (stderr, \"%s\\n\", msg);\n"
2722 "   /* ... */\n"
2723 "  }\n"
2724 "\n"
2725 msgstr ""
2726
2727 #. type: textblock
2728 #: ../src/guestfs.pod:1361
2729 msgid ""
2730 "Out of memory errors are handled differently.  The default action is to call "
2731 "L<abort(3)>.  If this is undesirable, then you can set a handler using L</"
2732 "guestfs_set_out_of_memory_handler>."
2733 msgstr ""
2734
2735 #. type: textblock
2736 #: ../src/guestfs.pod:1365
2737 msgid ""
2738 "L</guestfs_create> returns C<NULL> if the handle cannot be created, and "
2739 "because there is no handle if this happens there is no way to get additional "
2740 "error information.  However L</guestfs_create> is supposed to be a "
2741 "lightweight operation which can only fail because of insufficient memory (it "
2742 "returns NULL in this case)."
2743 msgstr ""
2744
2745 #. type: =head2
2746 #: ../src/guestfs.pod:1371
2747 msgid "guestfs_last_error"
2748 msgstr ""
2749
2750 #. type: verbatim
2751 #: ../src/guestfs.pod:1373
2752 #, no-wrap
2753 msgid ""
2754 " const char *guestfs_last_error (guestfs_h *g);\n"
2755 "\n"
2756 msgstr ""
2757
2758 #. type: textblock
2759 #: ../src/guestfs.pod:1375
2760 msgid ""
2761 "This returns the last error message that happened on C<g>.  If there has not "
2762 "been an error since the handle was created, then this returns C<NULL>."
2763 msgstr ""
2764
2765 #. type: textblock
2766 #: ../src/guestfs.pod:1379
2767 msgid ""
2768 "The lifetime of the returned string is until the next error occurs, or L</"
2769 "guestfs_close> is called."
2770 msgstr ""
2771
2772 #. type: =head2
2773 #: ../src/guestfs.pod:1382
2774 msgid "guestfs_last_errno"
2775 msgstr ""
2776
2777 #. type: verbatim
2778 #: ../src/guestfs.pod:1384
2779 #, no-wrap
2780 msgid ""
2781 " int guestfs_last_errno (guestfs_h *g);\n"
2782 "\n"
2783 msgstr ""
2784
2785 #. type: textblock
2786 #: ../src/guestfs.pod:1386
2787 msgid "This returns the last error number (errno) that happened on C<g>."
2788 msgstr ""
2789
2790 #. type: textblock
2791 #: ../src/guestfs.pod:1388
2792 msgid "If successful, an errno integer not equal to zero is returned."
2793 msgstr ""
2794
2795 #. type: textblock
2796 #: ../src/guestfs.pod:1390
2797 msgid ""
2798 "If no error, this returns 0.  This call can return 0 in three situations:"
2799 msgstr ""
2800
2801 #. type: textblock
2802 #: ../src/guestfs.pod:1397
2803 msgid "There has not been any error on the handle."
2804 msgstr ""
2805
2806 #. type: textblock
2807 #: ../src/guestfs.pod:1401
2808 msgid ""
2809 "There has been an error but the errno was meaningless.  This corresponds to "
2810 "the case where the error did not come from a failed system call, but for "
2811 "some other reason."
2812 msgstr ""
2813
2814 #. type: textblock
2815 #: ../src/guestfs.pod:1407
2816 msgid ""
2817 "There was an error from a failed system call, but for some reason the errno "
2818 "was not captured and returned.  This usually indicates a bug in libguestfs."
2819 msgstr ""
2820
2821 #. type: textblock
2822 #: ../src/guestfs.pod:1413
2823 msgid ""
2824 "Libguestfs tries to convert the errno from inside the applicance into a "
2825 "corresponding errno for the caller (not entirely trivial: the appliance "
2826 "might be running a completely different operating system from the library "
2827 "and error numbers are not standardized across Un*xen).  If this could not be "
2828 "done, then the error is translated to C<EINVAL>.  In practice this should "
2829 "only happen in very rare circumstances."
2830 msgstr ""
2831
2832 #. type: =head2
2833 #: ../src/guestfs.pod:1421
2834 msgid "guestfs_set_error_handler"
2835 msgstr ""
2836
2837 #. type: verbatim
2838 #: ../src/guestfs.pod:1423
2839 #, no-wrap
2840 msgid ""
2841 " typedef void (*guestfs_error_handler_cb) (guestfs_h *g,\n"
2842 "                                           void *opaque,\n"
2843 "                                           const char *msg);\n"
2844 " void guestfs_set_error_handler (guestfs_h *g,\n"
2845 "                                 guestfs_error_handler_cb cb,\n"
2846 "                                 void *opaque);\n"
2847 "\n"
2848 msgstr ""
2849
2850 #. type: textblock
2851 #: ../src/guestfs.pod:1430
2852 msgid ""
2853 "The callback C<cb> will be called if there is an error.  The parameters "
2854 "passed to the callback are an opaque data pointer and the error message "
2855 "string."
2856 msgstr ""
2857
2858 #. type: textblock
2859 #: ../src/guestfs.pod:1434
2860 msgid ""
2861 "C<errno> is not passed to the callback.  To get that the callback must call "
2862 "L</guestfs_last_errno>."
2863 msgstr ""
2864
2865 #. type: textblock
2866 #: ../src/guestfs.pod:1437
2867 msgid ""
2868 "Note that the message string C<msg> is freed as soon as the callback "
2869 "function returns, so if you want to stash it somewhere you must make your "
2870 "own copy."
2871 msgstr ""
2872
2873 #. type: textblock
2874 #: ../src/guestfs.pod:1441
2875 msgid "The default handler prints messages on C<stderr>."
2876 msgstr ""
2877
2878 #. type: textblock
2879 #: ../src/guestfs.pod:1443
2880 msgid "If you set C<cb> to C<NULL> then I<no> handler is called."
2881 msgstr ""
2882
2883 #. type: =head2
2884 #: ../src/guestfs.pod:1445
2885 msgid "guestfs_get_error_handler"
2886 msgstr ""
2887
2888 #. type: verbatim
2889 #: ../src/guestfs.pod:1447
2890 #, no-wrap
2891 msgid ""
2892 " guestfs_error_handler_cb guestfs_get_error_handler (guestfs_h *g,\n"
2893 "                                                     void **opaque_rtn);\n"
2894 "\n"
2895 msgstr ""
2896
2897 #. type: textblock
2898 #: ../src/guestfs.pod:1450
2899 msgid "Returns the current error handler callback."
2900 msgstr ""
2901
2902 #. type: =head2
2903 #: ../src/guestfs.pod:1452
2904 msgid "guestfs_set_out_of_memory_handler"
2905 msgstr ""
2906
2907 #. type: verbatim
2908 #: ../src/guestfs.pod:1454
2909 #, no-wrap
2910 msgid ""
2911 " typedef void (*guestfs_abort_cb) (void);\n"
2912 " int guestfs_set_out_of_memory_handler (guestfs_h *g,\n"
2913 "                                        guestfs_abort_cb);\n"
2914 "\n"
2915 msgstr ""
2916
2917 #. type: textblock
2918 #: ../src/guestfs.pod:1458
2919 msgid ""
2920 "The callback C<cb> will be called if there is an out of memory situation.  "
2921 "I<Note this callback must not return>."
2922 msgstr ""
2923
2924 #. type: textblock
2925 #: ../src/guestfs.pod:1461
2926 msgid "The default is to call L<abort(3)>."
2927 msgstr ""
2928
2929 #. type: textblock
2930 #: ../src/guestfs.pod:1463
2931 msgid ""
2932 "You cannot set C<cb> to C<NULL>.  You can't ignore out of memory situations."
2933 msgstr ""
2934
2935 #. type: =head2
2936 #: ../src/guestfs.pod:1466
2937 msgid "guestfs_get_out_of_memory_handler"
2938 msgstr ""
2939
2940 #. type: verbatim
2941 #: ../src/guestfs.pod:1468
2942 #, no-wrap
2943 msgid ""
2944 " guestfs_abort_fn guestfs_get_out_of_memory_handler (guestfs_h *g);\n"
2945 "\n"
2946 msgstr ""
2947
2948 #. type: textblock
2949 #: ../src/guestfs.pod:1470
2950 msgid "This returns the current out of memory handler."
2951 msgstr ""
2952
2953 #. type: =head1
2954 #: ../src/guestfs.pod:1472
2955 msgid "API CALLS"
2956 msgstr ""
2957
2958 #. type: textblock
2959 #: ../src/guestfs.pod:1474 ../fish/guestfish.pod:1008
2960 msgid "@ACTIONS@"
2961 msgstr "@ACTIONS@"
2962
2963 #. type: =head1
2964 #: ../src/guestfs.pod:1476
2965 msgid "STRUCTURES"
2966 msgstr "СТРУКТУРИ"
2967
2968 #. type: textblock
2969 #: ../src/guestfs.pod:1478
2970 msgid "@STRUCTS@"
2971 msgstr "@STRUCTS@"
2972
2973 #. type: =head1
2974 #: ../src/guestfs.pod:1480
2975 msgid "AVAILABILITY"
2976 msgstr ""
2977
2978 #. type: =head2
2979 #: ../src/guestfs.pod:1482
2980 msgid "GROUPS OF FUNCTIONALITY IN THE APPLIANCE"
2981 msgstr ""
2982
2983 #. type: textblock
2984 #: ../src/guestfs.pod:1484
2985 msgid ""
2986 "Using L</guestfs_available> you can test availability of the following "
2987 "groups of functions.  This test queries the appliance to see if the "
2988 "appliance you are currently using supports the functionality."
2989 msgstr ""
2990
2991 #. type: textblock
2992 #: ../src/guestfs.pod:1489
2993 msgid "@AVAILABILITY@"
2994 msgstr ""
2995
2996 #. type: =head2
2997 #: ../src/guestfs.pod:1491
2998 msgid "GUESTFISH supported COMMAND"
2999 msgstr ""
3000
3001 #. type: textblock
3002 #: ../src/guestfs.pod:1493
3003 msgid ""
3004 "In L<guestfish(3)> there is a handy interactive command C<supported> which "
3005 "prints out the available groups and whether they are supported by this build "
3006 "of libguestfs.  Note however that you have to do C<run> first."
3007 msgstr ""
3008
3009 #. type: =head2
3010 #: ../src/guestfs.pod:1498
3011 msgid "SINGLE CALLS AT COMPILE TIME"
3012 msgstr ""
3013
3014 #. type: textblock
3015 #: ../src/guestfs.pod:1500
3016 msgid ""
3017 "Since version 1.5.8, C<E<lt>guestfs.hE<gt>> defines symbols for each C API "
3018 "function, such as:"
3019 msgstr ""
3020
3021 #. type: verbatim
3022 #: ../src/guestfs.pod:1503
3023 #, no-wrap
3024 msgid ""
3025 " #define LIBGUESTFS_HAVE_DD 1\n"
3026 "\n"
3027 msgstr ""
3028
3029 #. type: textblock
3030 #: ../src/guestfs.pod:1505
3031 msgid "if L</guestfs_dd> is available."
3032 msgstr ""
3033
3034 #. type: textblock
3035 #: ../src/guestfs.pod:1507
3036 msgid ""
3037 "Before version 1.5.8, if you needed to test whether a single libguestfs "
3038 "function is available at compile time, we recommended using build tools such "
3039 "as autoconf or cmake.  For example in autotools you could use:"
3040 msgstr ""
3041
3042 #. type: verbatim
3043 #: ../src/guestfs.pod:1512
3044 #, no-wrap
3045 msgid ""
3046 " AC_CHECK_LIB([guestfs],[guestfs_create])\n"
3047 " AC_CHECK_FUNCS([guestfs_dd])\n"
3048 "\n"
3049 msgstr ""
3050
3051 #. type: textblock
3052 #: ../src/guestfs.pod:1515
3053 msgid ""
3054 "which would result in C<HAVE_GUESTFS_DD> being either defined or not defined "
3055 "in your program."
3056 msgstr ""
3057
3058 #. type: =head2
3059 #: ../src/guestfs.pod:1518
3060 msgid "SINGLE CALLS AT RUN TIME"
3061 msgstr ""
3062
3063 #. type: textblock
3064 #: ../src/guestfs.pod:1520
3065 msgid ""
3066 "Testing at compile time doesn't guarantee that a function really exists in "
3067 "the library.  The reason is that you might be dynamically linked against a "
3068 "previous I<libguestfs.so> (dynamic library)  which doesn't have the call.  "
3069 "This situation unfortunately results in a segmentation fault, which is a "
3070 "shortcoming of the C dynamic linking system itself."
3071 msgstr ""
3072
3073 #. type: textblock
3074 #: ../src/guestfs.pod:1527
3075 msgid ""
3076 "You can use L<dlopen(3)> to test if a function is available at run time, as "
3077 "in this example program (note that you still need the compile time check as "
3078 "well):"
3079 msgstr ""
3080
3081 #. type: verbatim
3082 #: ../src/guestfs.pod:1531
3083 #, no-wrap
3084 msgid ""
3085 " #include <stdio.h>\n"
3086 " #include <stdlib.h>\n"
3087 " #include <unistd.h>\n"
3088 " #include <dlfcn.h>\n"
3089 " #include <guestfs.h>\n"
3090 " \n"
3091 msgstr ""
3092
3093 #. type: verbatim
3094 #: ../src/guestfs.pod:1537
3095 #, no-wrap
3096 msgid ""
3097 " main ()\n"
3098 " {\n"
3099 " #ifdef LIBGUESTFS_HAVE_DD\n"
3100 "   void *dl;\n"
3101 "   int has_function;\n"
3102 " \n"
3103 msgstr ""
3104
3105 #. type: verbatim
3106 #: ../src/guestfs.pod:1543
3107 #, no-wrap
3108 msgid ""
3109 "   /* Test if the function guestfs_dd is really available. */\n"
3110 "   dl = dlopen (NULL, RTLD_LAZY);\n"
3111 "   if (!dl) {\n"
3112 "     fprintf (stderr, \"dlopen: %s\\n\", dlerror ());\n"
3113 "     exit (EXIT_FAILURE);\n"
3114 "   }\n"
3115 "   has_function = dlsym (dl, \"guestfs_dd\") != NULL;\n"
3116 "   dlclose (dl);\n"
3117 " \n"
3118 msgstr ""
3119
3120 #. type: verbatim
3121 #: ../src/guestfs.pod:1552
3122 #, no-wrap
3123 msgid ""
3124 "   if (!has_function)\n"
3125 "     printf (\"this libguestfs.so does NOT have guestfs_dd function\\n\");\n"
3126 "   else {\n"
3127 "     printf (\"this libguestfs.so has guestfs_dd function\\n\");\n"
3128 "     /* Now it's safe to call\n"
3129 "     guestfs_dd (g, \"foo\", \"bar\");\n"
3130 "     */\n"
3131 "   }\n"
3132 " #else\n"
3133 "   printf (\"guestfs_dd function was not found at compile time\\n\");\n"
3134 " #endif\n"
3135 "  }\n"
3136 "\n"
3137 msgstr ""
3138
3139 #. type: textblock
3140 #: ../src/guestfs.pod:1565
3141 msgid ""
3142 "You may think the above is an awful lot of hassle, and it is.  There are "
3143 "other ways outside of the C linking system to ensure that this kind of "
3144 "incompatibility never arises, such as using package versioning:"
3145 msgstr ""
3146
3147 #. type: verbatim
3148 #: ../src/guestfs.pod:1570
3149 #, no-wrap
3150 msgid ""
3151 " Requires: libguestfs >= 1.0.80\n"
3152 "\n"
3153 msgstr ""
3154
3155 #. type: =head1
3156 #: ../src/guestfs.pod:1572
3157 msgid "CALLS WITH OPTIONAL ARGUMENTS"
3158 msgstr ""
3159
3160 #. type: textblock
3161 #: ../src/guestfs.pod:1574
3162 msgid ""
3163 "A recent feature of the API is the introduction of calls which take optional "
3164 "arguments.  In C these are declared 3 ways.  The main way is as a call which "
3165 "takes variable arguments (ie. C<...>), as in this example:"
3166 msgstr ""
3167
3168 #. type: verbatim
3169 #: ../src/guestfs.pod:1579
3170 #, no-wrap
3171 msgid ""
3172 " int guestfs_add_drive_opts (guestfs_h *g, const char *filename, ...);\n"
3173 "\n"
3174 msgstr ""
3175
3176 #. type: textblock
3177 #: ../src/guestfs.pod:1581
3178 msgid ""
3179 "Call this with a list of optional arguments, terminated by C<-1>.  So to "
3180 "call with no optional arguments specified:"
3181 msgstr ""
3182
3183 #. type: verbatim
3184 #: ../src/guestfs.pod:1584
3185 #, no-wrap
3186 msgid ""
3187 " guestfs_add_drive_opts (g, filename, -1);\n"
3188 "\n"
3189 msgstr ""
3190
3191 #. type: textblock
3192 #: ../src/guestfs.pod:1586
3193 msgid "With a single optional argument:"
3194 msgstr ""
3195
3196 #. type: verbatim
3197 #: ../src/guestfs.pod:1588
3198 #, no-wrap
3199 msgid ""
3200 " guestfs_add_drive_opts (g, filename,\n"
3201 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3202 "                         -1);\n"
3203 "\n"
3204 msgstr ""
3205
3206 #. type: textblock
3207 #: ../src/guestfs.pod:1592
3208 msgid "With two:"
3209 msgstr ""
3210
3211 #. type: verbatim
3212 #: ../src/guestfs.pod:1594
3213 #, no-wrap
3214 msgid ""
3215 " guestfs_add_drive_opts (g, filename,\n"
3216 "                         GUESTFS_ADD_DRIVE_OPTS_FORMAT, \"qcow2\",\n"
3217 "                         GUESTFS_ADD_DRIVE_OPTS_READONLY, 1,\n"
3218 "                         -1);\n"
3219 "\n"
3220 msgstr ""
3221
3222 #. type: textblock
3223 #: ../src/guestfs.pod:1599
3224 msgid ""
3225 "and so forth.  Don't forget the terminating C<-1> otherwise Bad Things will "
3226 "happen!"
3227 msgstr ""
3228
3229 #. type: =head2
3230 #: ../src/guestfs.pod:1602
3231 msgid "USING va_list FOR OPTIONAL ARGUMENTS"
3232 msgstr ""
3233
3234 #. type: textblock
3235 #: ../src/guestfs.pod:1604
3236 msgid ""
3237 "The second variant has the same name with the suffix C<_va>, which works the "
3238 "same way but takes a C<va_list>.  See the C manual for details.  For the "
3239 "example function, this is declared:"
3240 msgstr ""
3241
3242 #. type: verbatim
3243 #: ../src/guestfs.pod:1608
3244 #, no-wrap
3245 msgid ""
3246 " int guestfs_add_drive_opts_va (guestfs_h *g, const char *filename,\n"
3247 "                                va_list args);\n"
3248 "\n"
3249 msgstr ""
3250
3251 #. type: =head2
3252 #: ../src/guestfs.pod:1611
3253 msgid "CONSTRUCTING OPTIONAL ARGUMENTS"
3254 msgstr ""
3255
3256 #. type: textblock
3257 #: ../src/guestfs.pod:1613
3258 msgid ""
3259 "The third variant is useful where you need to construct these calls.  You "
3260 "pass in a structure where you fill in the optional fields.  The structure "
3261 "has a bitmask as the first element which you must set to indicate which "
3262 "fields you have filled in.  For our example function the structure and call "
3263 "are declared:"
3264 msgstr ""
3265
3266 #. type: verbatim
3267 #: ../src/guestfs.pod:1619
3268 #, no-wrap
3269 msgid ""
3270 " struct guestfs_add_drive_opts_argv {\n"
3271 "   uint64_t bitmask;\n"
3272 "   int readonly;\n"
3273 "   const char *format;\n"
3274 "   /* ... */\n"
3275 " };\n"
3276 " int guestfs_add_drive_opts_argv (guestfs_h *g, const char *filename,\n"
3277 "              const struct guestfs_add_drive_opts_argv *optargs);\n"
3278 "\n"
3279 msgstr ""
3280
3281 #. type: textblock
3282 #: ../src/guestfs.pod:1628
3283 msgid "You could call it like this:"
3284 msgstr ""
3285
3286 #. type: verbatim
3287 #: ../src/guestfs.pod:1630
3288 #, no-wrap
3289 msgid ""
3290 " struct guestfs_add_drive_opts_argv optargs = {\n"
3291 "   .bitmask = GUESTFS_ADD_DRIVE_OPTS_READONLY_BITMASK |\n"
3292 "              GUESTFS_ADD_DRIVE_OPTS_FORMAT_BITMASK,\n"
3293 "   .readonly = 1,\n"
3294 "   .format = \"qcow2\"\n"
3295 " };\n"
3296 " \n"
3297 msgstr ""
3298
3299 #. type: verbatim
3300 #: ../src/guestfs.pod:1637
3301 #, no-wrap
3302 msgid ""
3303 " guestfs_add_drive_opts_argv (g, filename, &optargs);\n"
3304 "\n"
3305 msgstr ""
3306
3307 #. type: textblock
3308 #: ../src/guestfs.pod:1639 ../src/guestfs-actions.pod:11
3309 #: ../src/guestfs-actions.pod:1855 ../fish/guestfish-actions.pod:9
3310 #: ../fish/guestfish-actions.pod:1260 ../tools/virt-win-reg.pl:532
3311 msgid "Notes:"
3312 msgstr "Нотатки:"
3313
3314 #. type: textblock
3315 #: ../src/guestfs.pod:1645
3316 msgid "The C<_BITMASK> suffix on each option name when specifying the bitmask."
3317 msgstr ""
3318
3319 #. type: textblock
3320 #: ../src/guestfs.pod:1650
3321 msgid "You do not need to fill in all fields of the structure."
3322 msgstr ""
3323
3324 #. type: textblock
3325 #: ../src/guestfs.pod:1654
3326 msgid ""
3327 "There must be a one-to-one correspondence between fields of the structure "
3328 "that are filled in, and bits set in the bitmask."
3329 msgstr ""
3330
3331 #. type: =head2
3332 #: ../src/guestfs.pod:1659
3333 msgid "OPTIONAL ARGUMENTS IN OTHER LANGUAGES"
3334 msgstr ""
3335
3336 #. type: textblock
3337 #: ../src/guestfs.pod:1661
3338 msgid ""
3339 "In other languages, optional arguments are expressed in the way that is "
3340 "natural for that language.  We refer you to the language-specific "
3341 "documentation for more details on that."
3342 msgstr ""
3343
3344 #. type: textblock
3345 #: ../src/guestfs.pod:1665
3346 msgid "For guestfish, see L<guestfish(1)/OPTIONAL ARGUMENTS>."
3347 msgstr ""
3348
3349 #. type: =head2
3350 #: ../src/guestfs.pod:1667
3351 msgid "SETTING CALLBACKS TO HANDLE EVENTS"
3352 msgstr ""
3353
3354 #. type: textblock
3355 #: ../src/guestfs.pod:1669
3356 msgid ""
3357 "B<Note:> This section documents the generic event mechanism introduced in "
3358 "libguestfs 1.10, which you should use in new code if possible.  The old "
3359 "functions C<guestfs_set_log_message_callback>, "
3360 "C<guestfs_set_subprocess_quit_callback>, "
3361 "C<guestfs_set_launch_done_callback>, C<guestfs_set_close_callback> and "
3362 "C<guestfs_set_progress_callback> are no longer documented in this manual "
3363 "page."
3364 msgstr ""
3365
3366 #. type: textblock
3367 #: ../src/guestfs.pod:1677
3368 msgid ""
3369 "Handles generate events when certain things happen, such as log messages "
3370 "being generated, progress messages during long-running operations, or the "
3371 "handle being closed.  The API calls described below let you register a "
3372 "callback to be called when events happen.  You can register multiple "
3373 "callbacks (for the same, different or overlapping sets of events), and "
3374 "individually remove callbacks.  If callbacks are not removed, then they "
3375 "remain in force until the handle is closed."
3376 msgstr ""
3377
3378 #. type: textblock
3379 #: ../src/guestfs.pod:1685
3380 msgid ""
3381 "In the current implementation, events are only generated synchronously: that "
3382 "means that events (and hence callbacks) can only happen while you are in the "
3383 "middle of making another libguestfs call.  The callback is called in the "
3384 "same thread."
3385 msgstr ""
3386
3387 #. type: textblock
3388 #: ../src/guestfs.pod:1690
3389 msgid ""
3390 "Events may contain a payload, usually nothing (void), an array of 64 bit "
3391 "unsigned integers, or a message buffer.  Payloads are discussed later on."
3392 msgstr ""
3393
3394 #. type: =head3
3395 #: ../src/guestfs.pod:1694
3396 msgid "CLASSES OF EVENTS"
3397 msgstr ""
3398
3399 #. type: =item
3400 #: ../src/guestfs.pod:1698
3401 msgid "GUESTFS_EVENT_CLOSE (payload type: void)"
3402 msgstr ""
3403
3404 #. type: textblock
3405 #: ../src/guestfs.pod:1701
3406 msgid ""
3407 "The callback function will be called while the handle is being closed "
3408 "(synchronously from L</guestfs_close>)."
3409 msgstr ""
3410
3411 #. type: textblock
3412 #: ../src/guestfs.pod:1704
3413 msgid ""
3414 "Note that libguestfs installs an L<atexit(3)> handler to try to clean up "
3415 "handles that are open when the program exits.  This means that this callback "
3416 "might be called indirectly from L<exit(3)>, which can cause unexpected "
3417 "problems in higher-level languages (eg. if your HLL interpreter has already "
3418 "been cleaned up by the time this is called, and if your callback then jumps "
3419 "into some HLL function)."
3420 msgstr ""
3421
3422 #. type: textblock
3423 #: ../src/guestfs.pod:1711
3424 msgid ""
3425 "If no callback is registered: the handle is closed without any callback "
3426 "being invoked."
3427 msgstr ""
3428
3429 #. type: =item
3430 #: ../src/guestfs.pod:1714
3431 msgid "GUESTFS_EVENT_SUBPROCESS_QUIT (payload type: void)"
3432 msgstr ""
3433
3434 #. type: textblock
3435 #: ../src/guestfs.pod:1717
3436 msgid ""
3437 "The callback function will be called when the child process quits, either "
3438 "asynchronously or if killed by L</guestfs_kill_subprocess>.  (This "
3439 "corresponds to a transition from any state to the CONFIG state)."
3440 msgstr ""
3441
3442 #. type: textblock
3443 #: ../src/guestfs.pod:1721 ../src/guestfs.pod:1730
3444 msgid "If no callback is registered: the event is ignored."
3445 msgstr ""
3446
3447 #. type: =item
3448 #: ../src/guestfs.pod:1723
3449 msgid "GUESTFS_EVENT_LAUNCH_DONE (payload type: void)"
3450 msgstr ""
3451
3452 #. type: textblock
3453 #: ../src/guestfs.pod:1726
3454 msgid ""
3455 "The callback function will be called when the child process becomes ready "
3456 "first time after it has been launched.  (This corresponds to a transition "
3457 "from LAUNCHING to the READY state)."
3458 msgstr ""
3459
3460 #. type: =item
3461 #: ../src/guestfs.pod:1732
3462 msgid "GUESTFS_EVENT_PROGRESS (payload type: array of 4 x uint64_t)"
3463 msgstr ""
3464
3465 #. type: textblock
3466 #: ../src/guestfs.pod:1735
3467 msgid ""
3468 "Some long-running operations can generate progress messages.  If this "
3469 "callback is registered, then it will be called each time a progress message "
3470 "is generated (usually two seconds after the operation started, and three "
3471 "times per second thereafter until it completes, although the frequency may "
3472 "change in future versions)."
3473 msgstr ""
3474
3475 #. type: textblock
3476 #: ../src/guestfs.pod:1741
3477 msgid ""
3478 "The callback receives in the payload four unsigned 64 bit numbers which are "
3479 "(in order): C<proc_nr>, C<serial>, C<position>, C<total>."
3480 msgstr ""
3481
3482 #. type: textblock
3483 #: ../src/guestfs.pod:1744
3484 msgid ""
3485 "The units of C<total> are not defined, although for some operations C<total> "
3486 "may relate in some way to the amount of data to be transferred (eg. in bytes "
3487 "or megabytes), and C<position> may be the portion which has been transferred."
3488 msgstr ""
3489
3490 #. type: textblock
3491 #: ../src/guestfs.pod:1749
3492 msgid "The only defined and stable parts of the API are:"
3493 msgstr ""
3494
3495 #. type: textblock
3496 #: ../src/guestfs.pod:1755
3497 msgid ""
3498 "The callback can display to the user some type of progress bar or indicator "
3499 "which shows the ratio of C<position>:C<total>."
3500 msgstr ""
3501
3502 #. type: textblock
3503 #: ../src/guestfs.pod:1760
3504 msgid "0 E<lt>= C<position> E<lt>= C<total>"
3505 msgstr ""
3506
3507 #. type: textblock
3508 #: ../src/guestfs.pod:1764
3509 msgid ""
3510 "If any progress notification is sent during a call, then a final progress "
3511 "notification is always sent when C<position> = C<total> (I<unless> the call "
3512 "fails with an error)."
3513 msgstr ""
3514
3515 #. type: textblock
3516 #: ../src/guestfs.pod:1768
3517 msgid ""
3518 "This is to simplify caller code, so callers can easily set the progress "
3519 "indicator to \"100%\" at the end of the operation, without requiring special "
3520 "code to detect this case."
3521 msgstr ""
3522
3523 #. type: textblock
3524 #: ../src/guestfs.pod:1774
3525 msgid ""
3526 "For some calls we are unable to estimate the progress of the call, but we "
3527 "can still generate progress messages to indicate activity.  This is known as "
3528 "\"pulse mode\", and is directly supported by certain progress bar "
3529 "implementations (eg. GtkProgressBar)."
3530 msgstr ""
3531
3532 #. type: textblock
3533 #: ../src/guestfs.pod:1779
3534 msgid ""
3535 "For these calls, zero or more progress messages are generated with "
3536 "C<position = 0> and C<total = 1>, followed by a final message with "
3537 "C<position = total = 1>."
3538 msgstr ""
3539
3540 #. type: textblock
3541 #: ../src/guestfs.pod:1783
3542 msgid ""
3543 "As noted above, if the call fails with an error then the final message may "
3544 "not be generated."
3545 msgstr ""
3546
3547 #. type: textblock
3548 #: ../src/guestfs.pod:1788
3549 msgid ""
3550 "The callback also receives the procedure number (C<proc_nr>) and serial "
3551 "number (C<serial>) of the call.  These are only useful for debugging "
3552 "protocol issues, and the callback can normally ignore them.  The callback "
3553 "may want to print these numbers in error messages or debugging messages."
3554 msgstr ""
3555
3556 #. type: textblock
3557 #: ../src/guestfs.pod:1794
3558 msgid "If no callback is registered: progress messages are discarded."
3559 msgstr ""
3560
3561 #. type: =item
3562 #: ../src/guestfs.pod:1796
3563 msgid "GUESTFS_EVENT_APPLIANCE (payload type: message buffer)"
3564 msgstr ""
3565
3566 #. type: textblock
3567 #: ../src/guestfs.pod:1799
3568 msgid ""
3569 "The callback function is called whenever a log message is generated by qemu, "
3570 "the appliance kernel, guestfsd (daemon), or utility programs."
3571 msgstr ""
3572
3573 #. type: textblock
3574 #: ../src/guestfs.pod:1802
3575 msgid ""
3576 "If the verbose flag (L</guestfs_set_verbose>) is set before launch (L</"
3577 "guestfs_launch>) then additional debug messages are generated."
3578 msgstr ""
3579
3580 #. type: textblock
3581 #: ../src/guestfs.pod:1805 ../src/guestfs.pod:1819
3582 msgid ""
3583 "If no callback is registered: the messages are discarded unless the verbose "
3584 "flag is set in which case they are sent to stderr.  You can override the "
3585 "printing of verbose messages to stderr by setting up a callback."
3586 msgstr ""
3587
3588 #. type: =item
3589 #: ../src/guestfs.pod:1810
3590 msgid "GUESTFS_EVENT_LIBRARY (payload type: message buffer)"
3591 msgstr ""
3592
3593 #. type: textblock
3594 #: ../src/guestfs.pod:1813
3595 msgid ""
3596 "The callback function is called whenever a log message is generated by the "
3597 "library part of libguestfs."
3598 msgstr ""
3599
3600 #. type: textblock
3601 #: ../src/guestfs.pod:1816
3602 msgid ""
3603 "If the verbose flag (L</guestfs_set_verbose>) is set then additional debug "
3604 "messages are generated."
3605 msgstr ""
3606
3607 #. type: =item
3608 #: ../src/guestfs.pod:1824
3609 msgid "GUESTFS_EVENT_TRACE (payload type: message buffer)"
3610 msgstr ""
3611
3612 #. type: textblock
3613 #: ../src/guestfs.pod:1827
3614 msgid ""
3615 "The callback function is called whenever a trace message is generated.  This "
3616 "only applies if the trace flag (L</guestfs_set_trace>) is set."
3617 msgstr ""
3618
3619 #. type: textblock
3620 #: ../src/guestfs.pod:1830
3621 msgid ""
3622 "If no callback is registered: the messages are sent to stderr.  You can "
3623 "override the printing of trace messages to stderr by setting up a callback."
3624 msgstr ""
3625
3626 #. type: =head3
3627 #: ../src/guestfs.pod:1836
3628 msgid "guestfs_set_event_callback"
3629 msgstr ""
3630
3631 #. type: verbatim
3632 #: ../src/guestfs.pod:1838
3633 #, no-wrap
3634 msgid ""
3635 " int guestfs_set_event_callback (guestfs_h *g,\n"
3636 "                                 guestfs_event_callback cb,\n"
3637 "                                 uint64_t event_bitmask,\n"
3638 "                                 int flags,\n"
3639 "                                 void *opaque);\n"
3640 "\n"
3641 msgstr ""
3642
3643 #. type: textblock
3644 #: ../src/guestfs.pod:1844
3645 msgid ""
3646 "This function registers a callback (C<cb>) for all event classes in the "
3647 "C<event_bitmask>."
3648 msgstr ""
3649
3650 #. type: textblock
3651 #: ../src/guestfs.pod:1847
3652 msgid ""
3653 "For example, to register for all log message events, you could call this "
3654 "function with the bitmask C<GUESTFS_EVENT_APPLIANCE|GUESTFS_EVENT_LIBRARY>.  "
3655 "To register a single callback for all possible classes of events, use "
3656 "C<GUESTFS_EVENT_ALL>."
3657 msgstr ""
3658
3659 #. type: textblock
3660 #: ../src/guestfs.pod:1853
3661 msgid "C<flags> should always be passed as 0."
3662 msgstr ""
3663
3664 #. type: textblock
3665 #: ../src/guestfs.pod:1855
3666 msgid ""
3667 "C<opaque> is an opaque pointer which is passed to the callback.  You can use "
3668 "it for any purpose."
3669 msgstr ""
3670
3671 #. type: textblock
3672 #: ../src/guestfs.pod:1858
3673 msgid ""
3674 "The return value is the event handle (an integer) which you can use to "
3675 "delete the callback (see below)."
3676 msgstr ""
3677
3678 #. type: textblock
3679 #: ../src/guestfs.pod:1861
3680 msgid ""
3681 "If there is an error, this function returns C<-1>, and sets the error in the "
3682 "handle in the usual way (see L</guestfs_last_error> etc.)"
3683 msgstr ""
3684
3685 #. type: textblock
3686 #: ../src/guestfs.pod:1864
3687 msgid ""
3688 "Callbacks remain in effect until they are deleted, or until the handle is "
3689 "closed."
3690 msgstr ""
3691
3692 #. type: textblock
3693 #: ../src/guestfs.pod:1867
3694 msgid ""
3695 "In the case where multiple callbacks are registered for a particular event "
3696 "class, all of the callbacks are called.  The order in which multiple "
3697 "callbacks are called is not defined."
3698 msgstr ""
3699
3700 #. type: =head3
3701 #: ../src/guestfs.pod:1871
3702 msgid "guestfs_delete_event_callback"
3703 msgstr ""
3704
3705 #. type: verbatim
3706 #: ../src/guestfs.pod:1873
3707 #, no-wrap
3708 msgid ""
3709 " void guestfs_delete_event_callback (guestfs_h *g, int event_handle);\n"
3710 "\n"
3711 msgstr ""
3712
3713 #. type: textblock
3714 #: ../src/guestfs.pod:1875
3715 msgid ""
3716 "Delete a callback that was previously registered.  C<event_handle> should be "
3717 "the integer that was returned by a previous call to "
3718 "C<guestfs_set_event_callback> on the same handle."
3719 msgstr ""
3720
3721 #. type: =head3
3722 #: ../src/guestfs.pod:1879
3723 msgid "guestfs_event_callback"
3724 msgstr ""
3725
3726 #. type: verbatim
3727 #: ../src/guestfs.pod:1881
3728 #, no-wrap
3729 msgid ""
3730 " typedef void (*guestfs_event_callback) (\n"
3731 "                  guestfs_h *g,\n"
3732 "                  void *opaque,\n"
3733 "                  uint64_t event,\n"
3734 "                  int event_handle,\n"
3735 "                  int flags,\n"
3736 "                  const char *buf, size_t buf_len,\n"
3737 "                  const uint64_t *array, size_t array_len);\n"
3738 "\n"
3739 msgstr ""
3740
3741 #. type: textblock
3742 #: ../src/guestfs.pod:1890
3743 msgid ""
3744 "This is the type of the event callback function that you have to provide."
3745 msgstr ""
3746
3747 #. type: textblock
3748 #: ../src/guestfs.pod:1893
3749 msgid ""
3750 "The basic parameters are: the handle (C<g>), the opaque user pointer "
3751 "(C<opaque>), the event class (eg. C<GUESTFS_EVENT_PROGRESS>), the event "
3752 "handle, and C<flags> which in the current API you should ignore."
3753 msgstr ""
3754
3755 #. type: textblock
3756 #: ../src/guestfs.pod:1897
3757 msgid ""
3758 "The remaining parameters contain the event payload (if any).  Each event may "
3759 "contain a payload, which usually relates to the event class, but for future "
3760 "proofing your code should be written to handle any payload for any event "
3761 "class."
3762 msgstr ""
3763
3764 #. type: textblock
3765 #: ../src/guestfs.pod:1902
3766 msgid ""
3767 "C<buf> and C<buf_len> contain a message buffer (if C<buf_len == 0>, then "
3768 "there is no message buffer).  Note that this message buffer can contain "
3769 "arbitrary 8 bit data, including NUL bytes."
3770 msgstr ""
3771
3772 #. type: textblock
3773 #: ../src/guestfs.pod:1906
3774 msgid ""
3775 "C<array> and C<array_len> is an array of 64 bit unsigned integers.  At the "
3776 "moment this is only used for progress messages."
3777 msgstr ""
3778
3779 #. type: =head3
3780 #: ../src/guestfs.pod:1909
3781 msgid "EXAMPLE: CAPTURING LOG MESSAGES"
3782 msgstr ""
3783
3784 #. type: textblock
3785 #: ../src/guestfs.pod:1911
3786 msgid ""
3787 "One motivation for the generic event API was to allow GUI programs to "
3788 "capture debug and other messages.  In libguestfs E<le> 1.8 these were sent "
3789 "unconditionally to C<stderr>."
3790 msgstr ""
3791
3792 #. type: textblock
3793 #: ../src/guestfs.pod:1915
3794 msgid ""
3795 "Events associated with log messages are: C<GUESTFS_EVENT_LIBRARY>, "
3796 "C<GUESTFS_EVENT_APPLIANCE> and C<GUESTFS_EVENT_TRACE>.  (Note that error "
3797 "messages are not events; you must capture error messages separately)."
3798 msgstr ""
3799
3800 #. type: textblock
3801 #: ../src/guestfs.pod:1920
3802 msgid ""
3803 "Programs have to set up a callback to capture the classes of events of "
3804 "interest:"
3805 msgstr ""
3806
3807 #. type: verbatim
3808 #: ../src/guestfs.pod:1923
3809 #, no-wrap
3810 msgid ""
3811 " int eh =\n"
3812 "   guestfs_set_event_callback\n"
3813 "     (g, message_callback,\n"
3814 "      GUESTFS_EVENT_LIBRARY|GUESTFS_EVENT_APPLIANCE|\n"
3815 "      GUESTFS_EVENT_TRACE,\n"
3816 "      0, NULL) == -1)\n"
3817 " if (eh == -1) {\n"
3818 "   // handle error in the usual way\n"
3819 " }\n"
3820 "\n"
3821 msgstr ""
3822
3823 #. type: textblock
3824 #: ../src/guestfs.pod:1933
3825 msgid ""
3826 "The callback can then direct messages to the appropriate place.  In this "
3827 "example, messages are directed to syslog:"
3828 msgstr ""
3829
3830 #. type: verbatim
3831 #: ../src/guestfs.pod:1936
3832 #, no-wrap
3833 msgid ""
3834 " static void\n"
3835 " message_callback (\n"
3836 "         guestfs_h *g,\n"
3837 "         void *opaque,\n"
3838 "         uint64_t event,\n"
3839 "         int event_handle,\n"
3840 "         int flags,\n"
3841 "         const char *buf, size_t buf_len,\n"
3842 "         const uint64_t *array, size_t array_len)\n"
3843 " {\n"
3844 "   const int priority = LOG_USER|LOG_INFO;\n"
3845 "   if (buf_len > 0)\n"
3846 "     syslog (priority, \"event 0x%lx: %s\", event, buf);\n"
3847 " }\n"
3848 "\n"
3849 msgstr ""
3850
3851 #. type: =head1
3852 #: ../src/guestfs.pod:1951
3853 msgid "PRIVATE DATA AREA"
3854 msgstr ""
3855
3856 #. type: textblock
3857 #: ../src/guestfs.pod:1953
3858 msgid ""
3859 "You can attach named pieces of private data to the libguestfs handle, fetch "
3860 "them by name, and walk over them, for the lifetime of the handle.  This is "
3861 "called the private data area and is only available from the C API."
3862 msgstr ""
3863
3864 #. type: textblock
3865 #: ../src/guestfs.pod:1958
3866 msgid "To attach a named piece of data, use the following call:"
3867 msgstr ""
3868
3869 #. type: verbatim
3870 #: ../src/guestfs.pod:1960
3871 #, no-wrap
3872 msgid ""
3873 " void guestfs_set_private (guestfs_h *g, const char *key, void *data);\n"
3874 "\n"
3875 msgstr ""
3876
3877 #. type: textblock
3878 #: ../src/guestfs.pod:1962
3879 msgid ""
3880 "C<key> is the name to associate with this data, and C<data> is an arbitrary "
3881 "pointer (which can be C<NULL>).  Any previous item with the same key is "
3882 "overwritten."
3883 msgstr ""
3884
3885 #. type: textblock
3886 #: ../src/guestfs.pod:1966
3887 msgid ""
3888 "You can use any C<key> you want, but your key should I<not> start with an "
3889 "underscore character.  Keys beginning with an underscore character are "
3890 "reserved for internal libguestfs purposes (eg. for implementing language "
3891 "bindings).  It is recommended that you prefix the key with some unique "
3892 "string to avoid collisions with other users."
3893 msgstr ""
3894
3895 #. type: textblock
3896 #: ../src/guestfs.pod:1972
3897 msgid "To retrieve the pointer, use:"
3898 msgstr ""
3899
3900 #. type: verbatim
3901 #: ../src/guestfs.pod:1974
3902 #, no-wrap
3903 msgid ""
3904 " void *guestfs_get_private (guestfs_h *g, const char *key);\n"
3905 "\n"
3906 msgstr ""
3907
3908 #. type: textblock
3909 #: ../src/guestfs.pod:1976
3910 msgid ""
3911 "This function returns C<NULL> if either no data is found associated with "
3912 "C<key>, or if the user previously set the C<key>'s C<data> pointer to "
3913 "C<NULL>."
3914 msgstr ""
3915
3916 #. type: textblock
3917 #: ../src/guestfs.pod:1980
3918 msgid ""
3919 "Libguestfs does not try to look at or interpret the C<data> pointer in any "
3920 "way.  As far as libguestfs is concerned, it need not be a valid pointer at "
3921 "all.  In particular, libguestfs does I<not> try to free the data when the "
3922 "handle is closed.  If the data must be freed, then the caller must either "
3923 "free it before calling L</guestfs_close> or must set up a close callback to "
3924 "do it (see L</GUESTFS_EVENT_CLOSE>)."
3925 msgstr ""
3926
3927 #. type: textblock
3928 #: ../src/guestfs.pod:1987
3929 msgid "To walk over all entries, use these two functions:"
3930 msgstr ""
3931
3932 #. type: verbatim
3933 #: ../src/guestfs.pod:1989
3934 #, no-wrap
3935 msgid ""
3936 " void *guestfs_first_private (guestfs_h *g, const char **key_rtn);\n"
3937 "\n"
3938 msgstr ""
3939
3940 #. type: verbatim
3941 #: ../src/guestfs.pod:1991
3942 #, no-wrap
3943 msgid ""
3944 " void *guestfs_next_private (guestfs_h *g, const char **key_rtn);\n"
3945 "\n"
3946 msgstr ""
3947
3948 #. type: textblock
3949 #: ../src/guestfs.pod:1993
3950 msgid ""
3951 "C<guestfs_first_private> returns the first key, pointer pair (\"first\" does "
3952 "not have any particular meaning -- keys are not returned in any defined "
3953 "order).  A pointer to the key is returned in C<*key_rtn> and the "
3954 "corresponding data pointer is returned from the function.  C<NULL> is "
3955 "returned if there are no keys stored in the handle."
3956 msgstr ""
3957
3958 #. type: textblock
3959 #: ../src/guestfs.pod:1999
3960 msgid ""
3961 "C<guestfs_next_private> returns the next key, pointer pair.  The return "
3962 "value of this function is also C<NULL> is there are no further entries to "
3963 "return."
3964 msgstr ""
3965
3966 #. type: textblock
3967 #: ../src/guestfs.pod:2003
3968 msgid "Notes about walking over entries:"
3969 msgstr ""
3970
3971 #. type: textblock
3972 #: ../src/guestfs.pod:2009
3973 msgid ""
3974 "You must not call C<guestfs_set_private> while walking over the entries."
3975 msgstr ""
3976
3977 #. type: textblock
3978 #: ../src/guestfs.pod:2014
3979 msgid ""
3980 "The handle maintains an internal iterator which is reset when you call "
3981 "C<guestfs_first_private>.  This internal iterator is invalidated when you "
3982 "call C<guestfs_set_private>."
3983 msgstr ""
3984
3985 #. type: textblock
3986 #: ../src/guestfs.pod:2020
3987 msgid "If you have set the data pointer associated with a key to C<NULL>, ie:"
3988 msgstr ""
3989
3990 #. type: verbatim
3991 #: ../src/guestfs.pod:2022
3992 #, no-wrap
3993 msgid ""
3994 " guestfs_set_private (g, key, NULL);\n"
3995 "\n"
3996 msgstr ""
3997
3998 #. type: textblock
3999 #: ../src/guestfs.pod:2024
4000 msgid "then that C<key> is not returned when walking."
4001 msgstr ""
4002
4003 #. type: textblock
4004 #: ../src/guestfs.pod:2028
4005 msgid ""
4006 "C<*key_rtn> is only valid until the next call to C<guestfs_first_private>, "
4007 "C<guestfs_next_private> or C<guestfs_set_private>."
4008 msgstr ""
4009
4010 #. type: textblock
4011 #: ../src/guestfs.pod:2034
4012 msgid ""
4013 "The following example code shows how to print all keys and data pointers "
4014 "that are associated with the handle C<g>:"
4015 msgstr ""
4016
4017 #. type: verbatim
4018 #: ../src/guestfs.pod:2037
4019 #, no-wrap
4020 msgid ""
4021 " const char *key;\n"
4022 " void *data = guestfs_first_private (g, &key);\n"
4023 " while (data != NULL)\n"
4024 "   {\n"
4025 "     printf (\"key = %s, data = %p\\n\", key, data);\n"
4026 "     data = guestfs_next_private (g, &key);\n"
4027 "   }\n"
4028 "\n"
4029 msgstr ""
4030
4031 #. type: textblock
4032 #: ../src/guestfs.pod:2045
4033 msgid ""
4034 "More commonly you are only interested in keys that begin with an application-"
4035 "specific prefix C<foo_>.  Modify the loop like so:"
4036 msgstr ""
4037
4038 #. type: verbatim
4039 #: ../src/guestfs.pod:2048
4040 #, no-wrap
4041 msgid ""
4042 " const char *key;\n"
4043 " void *data = guestfs_first_private (g, &key);\n"
4044 " while (data != NULL)\n"
4045 "   {\n"
4046 "     if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4047 "       printf (\"key = %s, data = %p\\n\", key, data);\n"
4048 "     data = guestfs_next_private (g, &key);\n"
4049 "   }\n"
4050 "\n"
4051 msgstr ""
4052
4053 #. type: textblock
4054 #: ../src/guestfs.pod:2057
4055 msgid ""
4056 "If you need to modify keys while walking, then you have to jump back to the "
4057 "beginning of the loop.  For example, to delete all keys prefixed with "
4058 "C<foo_>:"
4059 msgstr ""
4060
4061 #. type: verbatim
4062 #: ../src/guestfs.pod:2061
4063 #, no-wrap
4064 msgid ""
4065 "  const char *key;\n"
4066 "  void *data;\n"
4067 " again:\n"
4068 "  data = guestfs_first_private (g, &key);\n"
4069 "  while (data != NULL)\n"
4070 "    {\n"
4071 "      if (strncmp (key, \"foo_\", strlen (\"foo_\")) == 0)\n"
4072 "        {\n"
4073 "          guestfs_set_private (g, key, NULL);\n"
4074 "          /* note that 'key' pointer is now invalid, and so is\n"
4075 "             the internal iterator */\n"
4076 "          goto again;\n"
4077 "        }\n"
4078 "      data = guestfs_next_private (g, &key);\n"
4079 "    }\n"
4080 "\n"
4081 msgstr ""
4082
4083 #. type: textblock
4084 #: ../src/guestfs.pod:2077
4085 msgid ""
4086 "Note that the above loop is guaranteed to terminate because the keys are "
4087 "being deleted, but other manipulations of keys within the loop might not "
4088 "terminate unless you also maintain an indication of which keys have been "
4089 "visited."
4090 msgstr ""
4091
4092 #. type: =end
4093 #: ../src/guestfs.pod:2082 ../src/guestfs.pod:2087
4094 msgid "html"
4095 msgstr "html"
4096
4097 #. type: textblock
4098 #: ../src/guestfs.pod:2084
4099 msgid ""
4100 "<!-- old anchor for the next section --> <a name="
4101 "\"state_machine_and_low_level_event_api\"/>"
4102 msgstr ""
4103 "<!-- old anchor for the next section --> <a name="
4104 "\"state_machine_and_low_level_event_api\"/>"
4105
4106 #. type: =head1
4107 #: ../src/guestfs.pod:2089
4108 msgid "ARCHITECTURE"
4109 msgstr "АРХІТЕКТУРА"
4110
4111 #. type: textblock
4112 #: ../src/guestfs.pod:2091
4113 msgid ""
4114 "Internally, libguestfs is implemented by running an appliance (a special "
4115 "type of small virtual machine) using L<qemu(1)>.  Qemu runs as a child "
4116 "process of the main program."
4117 msgstr ""
4118
4119 #. type: verbatim
4120 #: ../src/guestfs.pod:2095
4121 #, no-wrap
4122 msgid ""
4123 "  ___________________\n"
4124 " /                   \\\n"
4125 " | main program      |\n"
4126 " |                   |\n"
4127 " |                   |           child process / appliance\n"
4128 " |                   |           __________________________\n"
4129 " |                   |          / qemu                     \\\n"
4130 " +-------------------+   RPC    |      +-----------------+ |\n"
4131 " | libguestfs     <--------------------> guestfsd        | |\n"
4132 " |                   |          |      +-----------------+ |\n"
4133 " \\___________________/          |      | Linux kernel    | |\n"
4134 "                                |      +--^--------------+ |\n"
4135 "                                \\_________|________________/\n"
4136 "                                          |\n"
4137 "                                   _______v______\n"
4138 "                                  /              \\\n"
4139 "                                  | Device or    |\n"
4140 "                                  | disk image   |\n"
4141 "                                  \\______________/\n"
4142 "\n"
4143 msgstr ""
4144
4145 #. type: textblock
4146 #: ../src/guestfs.pod:2115
4147 msgid ""
4148 "The library, linked to the main program, creates the child process and hence "
4149 "the appliance in the L</guestfs_launch> function."
4150 msgstr ""
4151
4152 #. type: textblock
4153 #: ../src/guestfs.pod:2118
4154 msgid ""
4155 "Inside the appliance is a Linux kernel and a complete stack of userspace "
4156 "tools (such as LVM and ext2 programs) and a small controlling daemon called "
4157 "L</guestfsd>.  The library talks to L</guestfsd> using remote procedure "
4158 "calls (RPC).  There is a mostly one-to-one correspondence between libguestfs "
4159 "API calls and RPC calls to the daemon.  Lastly the disk image(s) are "
4160 "attached to the qemu process which translates device access by the "
4161 "appliance's Linux kernel into accesses to the image."
4162 msgstr ""
4163
4164 #. type: textblock
4165 #: ../src/guestfs.pod:2127
4166 msgid ""
4167 "A common misunderstanding is that the appliance \"is\" the virtual machine.  "
4168 "Although the disk image you are attached to might also be used by some "
4169 "virtual machine, libguestfs doesn't know or care about this.  (But you will "
4170 "care if both libguestfs's qemu process and your virtual machine are trying "
4171 "to update the disk image at the same time, since these usually results in "
4172 "massive disk corruption)."
4173 msgstr ""
4174
4175 #. type: =head1
4176 #: ../src/guestfs.pod:2134
4177 msgid "STATE MACHINE"
4178 msgstr "СКІНЧЕННИЙ АВТОМАТ"
4179
4180 #. type: textblock
4181 #: ../src/guestfs.pod:2136
4182 msgid "libguestfs uses a state machine to model the child process:"
4183 msgstr ""
4184
4185 #. type: verbatim
4186 #: ../src/guestfs.pod:2138
4187 #, no-wrap
4188 msgid ""
4189 "                         |\n"
4190 "                    guestfs_create\n"
4191 "                         |\n"
4192 "                         |\n"
4193 "                     ____V_____\n"
4194 "                    /          \\\n"
4195 "                    |  CONFIG  |\n"
4196 "                    \\__________/\n"
4197 "                     ^ ^   ^  \\\n"
4198 "                    /  |    \\  \\ guestfs_launch\n"
4199 "                   /   |    _\\__V______\n"
4200 "                  /    |   /           \\\n"
4201 "                 /     |   | LAUNCHING |\n"
4202 "                /      |   \\___________/\n"
4203 "               /       |       /\n"
4204 "              /        |  guestfs_launch\n"
4205 "             /         |     /\n"
4206 "    ______  /        __|____V\n"
4207 "   /      \\ ------> /        \\\n"
4208 "   | BUSY |         | READY  |\n"
4209 "   \\______/ <------ \\________/\n"
4210 "\n"
4211 msgstr ""
4212
4213 #. type: textblock
4214 #: ../src/guestfs.pod:2160
4215 msgid ""
4216 "The normal transitions are (1) CONFIG (when the handle is created, but there "
4217 "is no child process), (2) LAUNCHING (when the child process is booting up), "
4218 "(3) alternating between READY and BUSY as commands are issued to, and "
4219 "carried out by, the child process."
4220 msgstr ""
4221
4222 #. type: textblock
4223 #: ../src/guestfs.pod:2165
4224 msgid ""
4225 "The guest may be killed by L</guestfs_kill_subprocess>, or may die "
4226 "asynchronously at any time (eg. due to some internal error), and that causes "
4227 "the state to transition back to CONFIG."
4228 msgstr ""
4229
4230 #. type: textblock
4231 #: ../src/guestfs.pod:2169
4232 msgid ""
4233 "Configuration commands for qemu such as L</guestfs_add_drive> can only be "
4234 "issued when in the CONFIG state."
4235 msgstr ""
4236
4237 #. type: textblock
4238 #: ../src/guestfs.pod:2172
4239 msgid ""
4240 "The API offers one call that goes from CONFIG through LAUNCHING to READY.  "
4241 "L</guestfs_launch> blocks until the child process is READY to accept "
4242 "commands (or until some failure or timeout).  L</guestfs_launch> internally "
4243 "moves the state from CONFIG to LAUNCHING while it is running."
4244 msgstr ""
4245
4246 #. type: textblock
4247 #: ../src/guestfs.pod:2178
4248 msgid ""
4249 "API actions such as L</guestfs_mount> can only be issued when in the READY "
4250 "state.  These API calls block waiting for the command to be carried out (ie. "
4251 "the state to transition to BUSY and then back to READY).  There are no non-"
4252 "blocking versions, and no way to issue more than one command per handle at "
4253 "the same time."
4254 msgstr ""
4255
4256 #. type: textblock
4257 #: ../src/guestfs.pod:2184
4258 msgid ""
4259 "Finally, the child process sends asynchronous messages back to the main "
4260 "program, such as kernel log messages.  You can register a callback to "
4261 "receive these messages."
4262 msgstr ""
4263
4264 #. type: =head1
4265 #: ../src/guestfs.pod:2188
4266 msgid "INTERNALS"
4267 msgstr ""
4268
4269 #. type: =head2
4270 #: ../src/guestfs.pod:2190
4271 msgid "COMMUNICATION PROTOCOL"
4272 msgstr ""
4273
4274 #. type: textblock
4275 #: ../src/guestfs.pod:2192
4276 msgid ""
4277 "Don't rely on using this protocol directly.  This section documents how it "
4278 "currently works, but it may change at any time."
4279 msgstr ""
4280
4281 #. type: textblock
4282 #: ../src/guestfs.pod:2195
4283 msgid ""
4284 "The protocol used to talk between the library and the daemon running inside "
4285 "the qemu virtual machine is a simple RPC mechanism built on top of XDR (RFC "
4286 "1014, RFC 1832, RFC 4506)."
4287 msgstr ""
4288
4289 #. type: textblock
4290 #: ../src/guestfs.pod:2199
4291 msgid ""
4292 "The detailed format of structures is in C<src/guestfs_protocol.x> (note: "
4293 "this file is automatically generated)."
4294 msgstr ""
4295
4296 #. type: textblock
4297 #: ../src/guestfs.pod:2202
4298 msgid ""
4299 "There are two broad cases, ordinary functions that don't have any C<FileIn> "
4300 "and C<FileOut> parameters, which are handled with very simple request/reply "
4301 "messages.  Then there are functions that have any C<FileIn> or C<FileOut> "
4302 "parameters, which use the same request and reply messages, but they may also "
4303 "be followed by files sent using a chunked encoding."
4304 msgstr ""
4305
4306 #. type: =head3
4307 #: ../src/guestfs.pod:2209
4308 msgid "ORDINARY FUNCTIONS (NO FILEIN/FILEOUT PARAMS)"
4309 msgstr ""
4310
4311 #. type: textblock
4312 #: ../src/guestfs.pod:2211
4313 msgid "For ordinary functions, the request message is:"
4314 msgstr ""
4315
4316 #. type: verbatim
4317 #: ../src/guestfs.pod:2213
4318 #, no-wrap
4319 msgid ""
4320 " total length (header + arguments,\n"
4321 "      but not including the length word itself)\n"
4322 " struct guestfs_message_header (encoded as XDR)\n"
4323 " struct guestfs_<foo>_args (encoded as XDR)\n"
4324 "\n"
4325 msgstr ""
4326
4327 #. type: textblock
4328 #: ../src/guestfs.pod:2218
4329 msgid ""
4330 "The total length field allows the daemon to allocate a fixed size buffer "
4331 "into which it slurps the rest of the message.  As a result, the total length "
4332 "is limited to C<GUESTFS_MESSAGE_MAX> bytes (currently 4MB), which means the "
4333 "effective size of any request is limited to somewhere under this size."
4334 msgstr ""
4335
4336 #. type: textblock
4337 #: ../src/guestfs.pod:2224
4338 msgid ""
4339 "Note also that many functions don't take any arguments, in which case the "
4340 "C<guestfs_I<foo>_args> is completely omitted."
4341 msgstr ""
4342
4343 #. type: textblock
4344 #: ../src/guestfs.pod:2227
4345 msgid ""
4346 "The header contains the procedure number (C<guestfs_proc>) which is how the "
4347 "receiver knows what type of args structure to expect, or none at all."
4348 msgstr ""
4349
4350 #. type: textblock
4351 #: ../src/guestfs.pod:2231
4352 msgid ""
4353 "For functions that take optional arguments, the optional arguments are "
4354 "encoded in the C<guestfs_I<foo>_args> structure in the same way as ordinary "
4355 "arguments.  A bitmask in the header indicates which optional arguments are "
4356 "meaningful.  The bitmask is also checked to see if it contains bits set "
4357 "which the daemon does not know about (eg. if more optional arguments were "
4358 "added in a later version of the library), and this causes the call to be "
4359 "rejected."
4360 msgstr ""
4361
4362 #. type: textblock
4363 #: ../src/guestfs.pod:2239
4364 msgid "The reply message for ordinary functions is:"
4365 msgstr ""
4366
4367 #. type: verbatim
4368 #: ../src/guestfs.pod:2241
4369 #, no-wrap
4370 msgid ""
4371 " total length (header + ret,\n"
4372 "      but not including the length word itself)\n"
4373 " struct guestfs_message_header (encoded as XDR)\n"
4374 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4375 "\n"
4376 msgstr ""
4377
4378 #. type: textblock
4379 #: ../src/guestfs.pod:2246
4380 msgid ""
4381 "As above the C<guestfs_I<foo>_ret> structure may be completely omitted for "
4382 "functions that return no formal return values."
4383 msgstr ""
4384
4385 #. type: textblock
4386 #: ../src/guestfs.pod:2249
4387 msgid ""
4388 "As above the total length of the reply is limited to C<GUESTFS_MESSAGE_MAX>."
4389 msgstr ""
4390
4391 #. type: textblock
4392 #: ../src/guestfs.pod:2252
4393 msgid ""
4394 "In the case of an error, a flag is set in the header, and the reply message "
4395 "is slightly changed:"
4396 msgstr ""
4397
4398 #. type: verbatim
4399 #: ../src/guestfs.pod:2255
4400 #, no-wrap
4401 msgid ""
4402 " total length (header + error,\n"
4403 "      but not including the length word itself)\n"
4404 " struct guestfs_message_header (encoded as XDR)\n"
4405 " struct guestfs_message_error (encoded as XDR)\n"
4406 "\n"
4407 msgstr ""
4408
4409 #. type: textblock
4410 #: ../src/guestfs.pod:2260
4411 msgid ""
4412 "The C<guestfs_message_error> structure contains the error message as a "
4413 "string."
4414 msgstr ""
4415
4416 #. type: =head3
4417 #: ../src/guestfs.pod:2263
4418 msgid "FUNCTIONS THAT HAVE FILEIN PARAMETERS"
4419 msgstr ""
4420
4421 #. type: textblock
4422 #: ../src/guestfs.pod:2265
4423 msgid ""
4424 "A C<FileIn> parameter indicates that we transfer a file I<into> the guest.  "
4425 "The normal request message is sent (see above).  However this is followed by "
4426 "a sequence of file chunks."
4427 msgstr ""
4428
4429 #. type: verbatim
4430 #: ../src/guestfs.pod:2269
4431 #, no-wrap
4432 msgid ""
4433 " total length (header + arguments,\n"
4434 "      but not including the length word itself,\n"
4435 "      and not including the chunks)\n"
4436 " struct guestfs_message_header (encoded as XDR)\n"
4437 " struct guestfs_<foo>_args (encoded as XDR)\n"
4438 " sequence of chunks for FileIn param #0\n"
4439 " sequence of chunks for FileIn param #1 etc.\n"
4440 "\n"
4441 msgstr ""
4442
4443 #. type: textblock
4444 #: ../src/guestfs.pod:2277
4445 msgid "The \"sequence of chunks\" is:"
4446 msgstr ""
4447
4448 #. type: verbatim
4449 #: ../src/guestfs.pod:2279
4450 #, no-wrap
4451 msgid ""
4452 " length of chunk (not including length word itself)\n"
4453 " struct guestfs_chunk (encoded as XDR)\n"
4454 " length of chunk\n"
4455 " struct guestfs_chunk (encoded as XDR)\n"
4456 "   ...\n"
4457 " length of chunk\n"
4458 " struct guestfs_chunk (with data.data_len == 0)\n"
4459 "\n"
4460 msgstr ""
4461
4462 #. type: textblock
4463 #: ../src/guestfs.pod:2287
4464 msgid ""
4465 "The final chunk has the C<data_len> field set to zero.  Additionally a flag "
4466 "is set in the final chunk to indicate either successful completion or early "
4467 "cancellation."
4468 msgstr ""
4469
4470 #. type: textblock
4471 #: ../src/guestfs.pod:2291
4472 msgid ""
4473 "At time of writing there are no functions that have more than one FileIn "
4474 "parameter.  However this is (theoretically) supported, by sending the "
4475 "sequence of chunks for each FileIn parameter one after another (from left to "
4476 "right)."
4477 msgstr ""
4478
4479 #. type: textblock
4480 #: ../src/guestfs.pod:2296
4481 msgid ""
4482 "Both the library (sender) I<and> the daemon (receiver) may cancel the "
4483 "transfer.  The library does this by sending a chunk with a special flag set "
4484 "to indicate cancellation.  When the daemon sees this, it cancels the whole "
4485 "RPC, does I<not> send any reply, and goes back to reading the next request."
4486 msgstr ""
4487
4488 #. type: textblock
4489 #: ../src/guestfs.pod:2302
4490 msgid ""
4491 "The daemon may also cancel.  It does this by writing a special word "
4492 "C<GUESTFS_CANCEL_FLAG> to the socket.  The library listens for this during "
4493 "the transfer, and if it gets it, it will cancel the transfer (it sends a "
4494 "cancel chunk).  The special word is chosen so that even if cancellation "
4495 "happens right at the end of the transfer (after the library has finished "
4496 "writing and has started listening for the reply), the \"spurious\" cancel "
4497 "flag will not be confused with the reply message."
4498 msgstr ""
4499
4500 #. type: textblock
4501 #: ../src/guestfs.pod:2311
4502 msgid ""
4503 "This protocol allows the transfer of arbitrary sized files (no 32 bit "
4504 "limit), and also files where the size is not known in advance (eg. from "
4505 "pipes or sockets).  However the chunks are rather small "
4506 "(C<GUESTFS_MAX_CHUNK_SIZE>), so that neither the library nor the daemon need "
4507 "to keep much in memory."
4508 msgstr ""
4509
4510 #. type: =head3
4511 #: ../src/guestfs.pod:2317
4512 msgid "FUNCTIONS THAT HAVE FILEOUT PARAMETERS"
4513 msgstr ""
4514
4515 #. type: textblock
4516 #: ../src/guestfs.pod:2319
4517 msgid ""
4518 "The protocol for FileOut parameters is exactly the same as for FileIn "
4519 "parameters, but with the roles of daemon and library reversed."
4520 msgstr ""
4521
4522 #. type: verbatim
4523 #: ../src/guestfs.pod:2322
4524 #, no-wrap
4525 msgid ""
4526 " total length (header + ret,\n"
4527 "      but not including the length word itself,\n"
4528 "      and not including the chunks)\n"
4529 " struct guestfs_message_header (encoded as XDR)\n"
4530 " struct guestfs_<foo>_ret (encoded as XDR)\n"
4531 " sequence of chunks for FileOut param #0\n"
4532 " sequence of chunks for FileOut param #1 etc.\n"
4533 "\n"
4534 msgstr ""
4535
4536 #. type: =head3
4537 #: ../src/guestfs.pod:2330
4538 msgid "INITIAL MESSAGE"
4539 msgstr ""
4540
4541 #. type: textblock
4542 #: ../src/guestfs.pod:2332
4543 msgid ""
4544 "When the daemon launches it sends an initial word (C<GUESTFS_LAUNCH_FLAG>) "
4545 "which indicates that the guest and daemon is alive.  This is what L</"
4546 "guestfs_launch> waits for."
4547 msgstr ""
4548
4549 #. type: =head3
4550 #: ../src/guestfs.pod:2336
4551 msgid "PROGRESS NOTIFICATION MESSAGES"
4552 msgstr ""
4553
4554 #. type: textblock
4555 #: ../src/guestfs.pod:2338
4556 msgid ""
4557 "The daemon may send progress notification messages at any time.  These are "
4558 "distinguished by the normal length word being replaced by "
4559 "C<GUESTFS_PROGRESS_FLAG>, followed by a fixed size progress message."
4560 msgstr ""
4561
4562 #. type: textblock
4563 #: ../src/guestfs.pod:2342
4564 msgid ""
4565 "The library turns them into progress callbacks (see L</"
4566 "GUESTFS_EVENT_PROGRESS>) if there is a callback registered, or discards them "
4567 "if not."
4568 msgstr ""
4569
4570 #. type: textblock
4571 #: ../src/guestfs.pod:2346
4572 msgid ""
4573 "The daemon self-limits the frequency of progress messages it sends (see "
4574 "C<daemon/proto.c:notify_progress>).  Not all calls generate progress "
4575 "messages."
4576 msgstr ""
4577
4578 #. type: =head1
4579 #: ../src/guestfs.pod:2350
4580 msgid "LIBGUESTFS VERSION NUMBERS"
4581 msgstr ""
4582
4583 #. type: textblock
4584 #: ../src/guestfs.pod:2352
4585 msgid ""
4586 "Since April 2010, libguestfs has started to make separate development and "
4587 "stable releases, along with corresponding branches in our git repository.  "
4588 "These separate releases can be identified by version number:"
4589 msgstr ""
4590
4591 #. type: verbatim
4592 #: ../src/guestfs.pod:2357
4593 #, no-wrap
4594 msgid ""
4595 "                 even numbers for stable: 1.2.x, 1.4.x, ...\n"
4596 "       .-------- odd numbers for development: 1.3.x, 1.5.x, ...\n"
4597 "       |\n"
4598 "       v\n"
4599 " 1  .  3  .  5\n"
4600 " ^           ^\n"
4601 " |           |\n"
4602 " |           `-------- sub-version\n"
4603 " |\n"
4604 " `------ always '1' because we don't change the ABI\n"
4605 "\n"
4606 msgstr ""
4607
4608 #. type: textblock
4609 #: ../src/guestfs.pod:2368
4610 msgid "Thus \"1.3.5\" is the 5th update to the development branch \"1.3\"."
4611 msgstr ""
4612
4613 #. type: textblock
4614 #: ../src/guestfs.pod:2370
4615 msgid ""
4616 "As time passes we cherry pick fixes from the development branch and backport "
4617 "those into the stable branch, the effect being that the stable branch should "
4618 "get more stable and less buggy over time.  So the stable releases are ideal "
4619 "for people who don't need new features but would just like the software to "
4620 "work."
4621 msgstr ""
4622
4623 #. type: textblock
4624 #: ../src/guestfs.pod:2376
4625 msgid "Our criteria for backporting changes are:"
4626 msgstr ""
4627
4628 #. type: textblock
4629 #: ../src/guestfs.pod:2382
4630 msgid ""
4631 "Documentation changes which don't affect any code are backported unless the "
4632 "documentation refers to a future feature which is not in stable."
4633 msgstr ""
4634
4635 #. type: textblock
4636 #: ../src/guestfs.pod:2388
4637 msgid ""
4638 "Bug fixes which are not controversial, fix obvious problems, and have been "
4639 "well tested are backported."
4640 msgstr ""
4641
4642 #. type: textblock
4643 #: ../src/guestfs.pod:2393
4644 msgid ""
4645 "Simple rearrangements of code which shouldn't affect how it works get "
4646 "backported.  This is so that the code in the two branches doesn't get too "
4647 "far out of step, allowing us to backport future fixes more easily."
4648 msgstr ""
4649
4650 #. type: textblock
4651 #: ../src/guestfs.pod:2399
4652 msgid ""
4653 "We I<don't> backport new features, new APIs, new tools etc, except in one "
4654 "exceptional case: the new feature is required in order to implement an "
4655 "important bug fix."
4656 msgstr ""
4657
4658 #. type: textblock
4659 #: ../src/guestfs.pod:2405
4660 msgid ""
4661 "A new stable branch starts when we think the new features in development are "
4662 "substantial and compelling enough over the current stable branch to warrant "
4663 "it.  When that happens we create new stable and development versions 1.N.0 "
4664 "and 1.(N+1).0 [N is even].  The new dot-oh release won't necessarily be so "
4665 "stable at this point, but by backporting fixes from development, that branch "
4666 "will stabilize over time."
4667 msgstr ""
4668
4669 #. type: =head1
4670 #: ../src/guestfs.pod:2413
4671 msgid "EXTENDING LIBGUESTFS"
4672 msgstr ""
4673
4674 #. type: =head2
4675 #: ../src/guestfs.pod:2415
4676 msgid "ADDING A NEW API ACTION"
4677 msgstr ""
4678
4679 #. type: textblock
4680 #: ../src/guestfs.pod:2417
4681 msgid ""
4682 "Large amounts of boilerplate code in libguestfs (RPC, bindings, "
4683 "documentation) are generated, and this makes it easy to extend the "
4684 "libguestfs API."
4685 msgstr ""
4686
4687 #. type: textblock
4688 #: ../src/guestfs.pod:2421
4689 msgid "To add a new API action there are two changes:"
4690 msgstr ""
4691
4692 #. type: textblock
4693 #: ../src/guestfs.pod:2427
4694 msgid ""
4695 "You need to add a description of the call (name, parameters, return type, "
4696 "tests, documentation) to C<generator/generator_actions.ml>."
4697 msgstr ""
4698
4699 #. type: textblock
4700 #: ../src/guestfs.pod:2430
4701 msgid ""
4702 "There are two sorts of API action, depending on whether the call goes "
4703 "through to the daemon in the appliance, or is serviced entirely by the "
4704 "library (see L</ARCHITECTURE> above).  L</guestfs_sync> is an example of the "
4705 "former, since the sync is done in the appliance.  L</guestfs_set_trace> is "
4706 "an example of the latter, since a trace flag is maintained in the handle and "
4707 "all tracing is done on the library side."
4708 msgstr ""
4709
4710 #. type: textblock
4711 #: ../src/guestfs.pod:2438
4712 msgid ""
4713 "Most new actions are of the first type, and get added to the "
4714 "C<daemon_functions> list.  Each function has a unique procedure number used "
4715 "in the RPC protocol which is assigned to that action when we publish "
4716 "libguestfs and cannot be reused.  Take the latest procedure number and "
4717 "increment it."
4718 msgstr ""
4719
4720 #. type: textblock
4721 #: ../src/guestfs.pod:2444
4722 msgid ""
4723 "For library-only actions of the second type, add to the "
4724 "C<non_daemon_functions> list.  Since these functions are serviced by the "
4725 "library and do not travel over the RPC mechanism to the daemon, these "
4726 "functions do not need a procedure number, and so the procedure number is set "
4727 "to C<-1>."
4728 msgstr ""
4729
4730 #. type: textblock
4731 #: ../src/guestfs.pod:2452
4732 msgid "Implement the action (in C):"
4733 msgstr ""
4734
4735 #. type: textblock
4736 #: ../src/guestfs.pod:2454
4737 msgid ""
4738 "For daemon actions, implement the function C<do_E<lt>nameE<gt>> in the "
4739 "C<daemon/> directory."
4740 msgstr ""
4741
4742 #. type: textblock
4743 #: ../src/guestfs.pod:2457
4744 msgid ""
4745 "For library actions, implement the function C<guestfs__E<lt>nameE<gt>> "
4746 "(note: double underscore) in the C<src/> directory."
4747 msgstr ""
4748
4749 #. type: textblock
4750 #: ../src/guestfs.pod:2460
4751 msgid "In either case, use another function as an example of what to do."
4752 msgstr ""
4753
4754 #. type: textblock
4755 #: ../src/guestfs.pod:2464
4756 msgid "After making these changes, use C<make> to compile."
4757 msgstr ""
4758
4759 #. type: textblock
4760 #: ../src/guestfs.pod:2466
4761 msgid ""
4762 "Note that you don't need to implement the RPC, language bindings, manual "
4763 "pages or anything else.  It's all automatically generated from the OCaml "
4764 "description."
4765 msgstr ""
4766
4767 #. type: =head2
4768 #: ../src/guestfs.pod:2470
4769 msgid "ADDING TESTS FOR AN API ACTION"
4770 msgstr ""
4771
4772 #. type: textblock
4773 #: ../src/guestfs.pod:2472
4774 msgid ""
4775 "You can supply zero or as many tests as you want per API call.  The tests "
4776 "can either be added as part of the API description (C<generator/"
4777 "generator_actions.ml>), or in some rarer cases you may want to drop a script "
4778 "into C<regressions/>.  Note that adding a script to C<regressions/> is "
4779 "slower, so if possible use the first method."
4780 msgstr ""
4781
4782 #. type: textblock
4783 #: ../src/guestfs.pod:2478
4784 msgid ""
4785 "The following describes the test environment used when you add an API test "
4786 "in C<generator_actions.ml>."
4787 msgstr ""
4788
4789 #. type: textblock
4790 #: ../src/guestfs.pod:2481
4791 msgid "The test environment has 4 block devices:"
4792 msgstr ""
4793
4794 #. type: =item
4795 #: ../src/guestfs.pod:2485
4796 msgid "C</dev/sda> 500MB"
4797 msgstr ""
4798
4799 #. type: textblock
4800 #: ../src/guestfs.pod:2487
4801 msgid "General block device for testing."
4802 msgstr ""
4803
4804 #. type: =item
4805 #: ../src/guestfs.pod:2489
4806 msgid "C</dev/sdb> 50MB"
4807 msgstr ""
4808
4809 #. type: textblock
4810 #: ../src/guestfs.pod:2491
4811 msgid ""
4812 "C</dev/sdb1> is an ext2 filesystem used for testing filesystem write "
4813 "operations."
4814 msgstr ""
4815
4816 #. type: =item
4817 #: ../src/guestfs.pod:2494
4818 msgid "C</dev/sdc> 10MB"
4819 msgstr ""
4820
4821 #. type: textblock
4822 #: ../src/guestfs.pod:2496
4823 msgid "Used in a few tests where two block devices are needed."
4824 msgstr ""
4825
4826 #. type: =item
4827 #: ../src/guestfs.pod:2498
4828 msgid "C</dev/sdd>"
4829 msgstr "C</dev/sdd>"
4830
4831 #. type: textblock
4832 #: ../src/guestfs.pod:2500
4833 msgid "ISO with fixed content (see C<images/test.iso>)."
4834 msgstr ""
4835
4836 #. type: textblock
4837 #: ../src/guestfs.pod:2504
4838 msgid ""
4839 "To be able to run the tests in a reasonable amount of time, the libguestfs "
4840 "appliance and block devices are reused between tests.  So don't try testing "
4841 "L</guestfs_kill_subprocess> :-x"
4842 msgstr ""
4843
4844 #. type: textblock
4845 #: ../src/guestfs.pod:2508
4846 msgid ""
4847 "Each test starts with an initial scenario, selected using one of the "
4848 "C<Init*> expressions, described in C<generator/generator_types.ml>.  These "
4849 "initialize the disks mentioned above in a particular way as documented in "
4850 "C<generator_types.ml>.  You should not assume anything about the previous "
4851 "contents of other disks that are not initialized."
4852 msgstr ""
4853
4854 #. type: textblock
4855 #: ../src/guestfs.pod:2514
4856 msgid ""
4857 "You can add a prerequisite clause to any individual test.  This is a run-"
4858 "time check, which, if it fails, causes the test to be skipped.  Useful if "
4859 "testing a command which might not work on all variations of libguestfs "
4860 "builds.  A test that has prerequisite of C<Always> means to run "
4861 "unconditionally."
4862 msgstr ""
4863
4864 #. type: textblock
4865 #: ../src/guestfs.pod:2520
4866 msgid ""
4867 "In addition, packagers can skip individual tests by setting environment "
4868 "variables before running C<make check>."
4869 msgstr ""
4870
4871 #. type: verbatim
4872 #: ../src/guestfs.pod:2523
4873 #, no-wrap
4874 msgid ""
4875 " SKIP_TEST_<CMD>_<NUM>=1\n"
4876 "\n"
4877 msgstr ""
4878
4879 #. type: textblock
4880 #: ../src/guestfs.pod:2525
4881 msgid "eg: C<SKIP_TEST_COMMAND_3=1> skips test #3 of L</guestfs_command>."
4882 msgstr ""
4883
4884 #. type: textblock
4885 #: ../src/guestfs.pod:2527
4886 msgid "or:"
4887 msgstr "або:"
4888
4889 #. type: verbatim
4890 #: ../src/guestfs.pod:2529
4891 #, no-wrap
4892 msgid ""
4893 " SKIP_TEST_<CMD>=1\n"
4894 "\n"
4895 msgstr ""
4896
4897 #. type: textblock
4898 #: ../src/guestfs.pod:2531
4899 msgid "eg: C<SKIP_TEST_ZEROFREE=1> skips all L</guestfs_zerofree> tests."
4900 msgstr ""
4901
4902 #. type: textblock
4903 #: ../src/guestfs.pod:2533
4904 msgid "Packagers can run only certain tests by setting for example:"
4905 msgstr ""
4906
4907 #. type: verbatim
4908 #: ../src/guestfs.pod:2535
4909 #, no-wrap
4910 msgid ""
4911 " TEST_ONLY=\"vfs_type zerofree\"\n"
4912 "\n"
4913 msgstr ""
4914
4915 #. type: textblock
4916 #: ../src/guestfs.pod:2537
4917 msgid ""
4918 "See C<capitests/tests.c> for more details of how these environment variables "
4919 "work."
4920 msgstr ""
4921
4922 #. type: =head2
4923 #: ../src/guestfs.pod:2540
4924 msgid "DEBUGGING NEW API ACTIONS"
4925 msgstr ""
4926
4927 #. type: textblock
4928 #: ../src/guestfs.pod:2542
4929 msgid "Test new actions work before submitting them."
4930 msgstr ""
4931
4932 #. type: textblock
4933 #: ../src/guestfs.pod:2544
4934 msgid "You can use guestfish to try out new commands."
4935 msgstr ""
4936
4937 #. type: textblock
4938 #: ../src/guestfs.pod:2546
4939 msgid ""
4940 "Debugging the daemon is a problem because it runs inside a minimal "
4941 "environment.  However you can fprintf messages in the daemon to stderr, and "
4942 "they will show up if you use C<guestfish -v>."
4943 msgstr ""
4944
4945 #. type: =head2
4946 #: ../src/guestfs.pod:2550
4947 msgid "FORMATTING CODE AND OTHER CONVENTIONS"
4948 msgstr ""
4949
4950 #. type: textblock
4951 #: ../src/guestfs.pod:2552
4952 msgid ""
4953 "Our C source code generally adheres to some basic code-formatting "
4954 "conventions.  The existing code base is not totally consistent on this "
4955 "front, but we do prefer that contributed code be formatted similarly.  In "
4956 "short, use spaces-not-TABs for indentation, use 2 spaces for each "
4957 "indentation level, and other than that, follow the K&R style."
4958 msgstr ""
4959
4960 #. type: textblock
4961 #: ../src/guestfs.pod:2558
4962 msgid ""
4963 "If you use Emacs, add the following to one of one of your start-up files (e."
4964 "g., ~/.emacs), to help ensure that you get indentation right:"
4965 msgstr ""
4966
4967 #. type: verbatim
4968 #: ../src/guestfs.pod:2561
4969 #, no-wrap
4970 msgid ""
4971 " ;;; In libguestfs, indent with spaces everywhere (not TABs).\n"
4972 " ;;; Exceptions: Makefile and ChangeLog modes.\n"
4973 " (add-hook 'find-file-hook\n"
4974 "     '(lambda () (if (and buffer-file-name\n"
4975 "                          (string-match \"/libguestfs\\\\>\"\n"
4976 "                              (buffer-file-name))\n"
4977 "                          (not (string-equal mode-name \"Change Log\"))\n"
4978 "                          (not (string-equal mode-name \"Makefile\")))\n"
4979 "                     (setq indent-tabs-mode nil))))\n"
4980 " \n"
4981 msgstr ""
4982
4983 #. type: verbatim
4984 #: ../src/guestfs.pod:2571
4985 #, no-wrap
4986 msgid ""
4987 " ;;; When editing C sources in libguestfs, use this style.\n"
4988 " (defun libguestfs-c-mode ()\n"
4989 "   \"C mode with adjusted defaults for use with libguestfs.\"\n"
4990 "   (interactive)\n"
4991 "   (c-set-style \"K&R\")\n"
4992 "   (setq c-indent-level 2)\n"
4993 "   (setq c-basic-offset 2))\n"
4994 " (add-hook 'c-mode-hook\n"
4995 "           '(lambda () (if (string-match \"/libguestfs\\\\>\"\n"
4996 "                               (buffer-file-name))\n"
4997 "                           (libguestfs-c-mode))))\n"
4998 "\n"
4999 msgstr ""
5000
5001 #. type: textblock
5002 #: ../src/guestfs.pod:2583
5003 msgid "Enable warnings when compiling (and fix any problems this finds):"
5004 msgstr ""
5005
5006 #. type: verbatim
5007 #: ../src/guestfs.pod:2586
5008 #, no-wrap
5009 msgid ""
5010 " ./configure --enable-gcc-warnings\n"
5011 "\n"
5012 msgstr ""
5013
5014 #. type: textblock
5015 #: ../src/guestfs.pod:2588
5016 msgid "Useful targets are:"
5017 msgstr ""
5018
5019 #. type: verbatim
5020 #: ../src/guestfs.pod:2590
5021 #, no-wrap
5022 msgid ""
5023 " make syntax-check  # checks the syntax of the C code\n"
5024 " make check         # runs the test suite\n"
5025 "\n"
5026 msgstr ""
5027
5028 #. type: =head2
5029 #: ../src/guestfs.pod:2593
5030 msgid "DAEMON CUSTOM PRINTF FORMATTERS"
5031 msgstr ""
5032
5033 #. type: textblock
5034 #: ../src/guestfs.pod:2595
5035 msgid ""
5036 "In the daemon code we have created custom printf formatters C<%Q> and C<%R>, "
5037 "which are used to do shell quoting."
5038 msgstr ""
5039
5040 #. type: =item
5041 #: ../src/guestfs.pod:2600
5042 msgid "%Q"
5043 msgstr "%Q"
5044
5045 #. type: textblock
5046 #: ../src/guestfs.pod:2602
5047 msgid ""
5048 "Simple shell quoted string.  Any spaces or other shell characters are "
5049 "escaped for you."
5050 msgstr ""
5051
5052 #. type: =item
5053 #: ../src/guestfs.pod:2605
5054 msgid "%R"
5055 msgstr "%R"
5056
5057 #. type: textblock
5058 #: ../src/guestfs.pod:2607
5059 msgid ""
5060 "Same as C<%Q> except the string is treated as a path which is prefixed by "
5061 "the sysroot."
5062 msgstr ""
5063
5064 #. type: textblock
5065 #: ../src/guestfs.pod:2612 ../fish/guestfish.pod:240 ../fish/guestfish.pod:613
5066 msgid "For example:"
5067 msgstr "Приклад:"
5068
5069 #. type: verbatim
5070 #: ../src/guestfs.pod:2614
5071 #, no-wrap
5072 msgid ""
5073 " asprintf (&cmd, \"cat %R\", path);\n"
5074 "\n"
5075 msgstr ""
5076
5077 #. type: textblock
5078 #: ../src/guestfs.pod:2616
5079 msgid "would produce C<cat /sysroot/some\\ path\\ with\\ spaces>"
5080 msgstr ""
5081
5082 #. type: textblock
5083 #: ../src/guestfs.pod:2618
5084 msgid ""
5085 "I<Note:> Do I<not> use these when you are passing parameters to the C<command"
5086 "{,r,v,rv}()> functions.  These parameters do NOT need to be quoted because "
5087 "they are not passed via the shell (instead, straight to exec).  You probably "
5088 "want to use the C<sysroot_path()> function however."
5089 msgstr ""
5090
5091 #. type: =head2
5092 #: ../src/guestfs.pod:2624
5093 msgid "SUBMITTING YOUR NEW API ACTIONS"
5094 msgstr ""
5095
5096 #. type: textblock
5097 #: ../src/guestfs.pod:2626
5098 msgid ""
5099 "Submit patches to the mailing list: L<http://www.redhat.com/mailman/listinfo/"
5100 "libguestfs> and CC to L<rjones@redhat.com>."
5101 msgstr ""
5102
5103 #. type: =head2
5104 #: ../src/guestfs.pod:2630
5105 msgid "INTERNATIONALIZATION (I18N) SUPPORT"
5106 msgstr ""
5107
5108 #. type: textblock
5109 #: ../src/guestfs.pod:2632
5110 msgid "We support i18n (gettext anyhow) in the library."
5111 msgstr ""
5112
5113 #. type: textblock
5114 #: ../src/guestfs.pod:2634
5115 msgid ""
5116 "However many messages come from the daemon, and we don't translate those at "
5117 "the moment.  One reason is that the appliance generally has all locale files "
5118 "removed from it, because they take up a lot of space.  So we'd have to readd "
5119 "some of those, as well as copying our PO files into the appliance."
5120 msgstr ""
5121
5122 #. type: textblock
5123 #: ../src/guestfs.pod:2640
5124 msgid ""
5125 "Debugging messages are never translated, since they are intended for the "
5126 "programmers."
5127 msgstr ""
5128
5129 #. type: =head2
5130 #: ../src/guestfs.pod:2643
5131 msgid "SOURCE CODE SUBDIRECTORIES"
5132 msgstr ""
5133
5134 #. type: =item
5135 #: ../src/guestfs.pod:2647 ../src/guestfs-actions.pod:5814
5136 #: ../fish/guestfish-actions.pod:3908
5137 msgid "C<appliance>"
5138 msgstr "C<appliance>"
5139
5140 #. type: textblock
5141 #: ../src/guestfs.pod:2649
5142 msgid "The libguestfs appliance, build scripts and so on."
5143 msgstr ""
5144
5145 #. type: =item
5146 #: ../src/guestfs.pod:2651
5147 msgid "C<capitests>"
5148 msgstr "C<capitests>"
5149
5150 #. type: textblock
5151 #: ../src/guestfs.pod:2653
5152 msgid "Automated tests of the C API."
5153 msgstr ""
5154
5155 #. type: =item
5156 #: ../src/guestfs.pod:2655
5157 msgid "C<cat>"
5158 msgstr "C<cat>"
5159
5160 #. type: textblock
5161 #: ../src/guestfs.pod:2657
5162 msgid ""
5163 "The L<virt-cat(1)>, L<virt-filesystems(1)> and L<virt-ls(1)> commands and "
5164 "documentation."
5165 msgstr ""
5166
5167 #. type: =item
5168 #: ../src/guestfs.pod:2660
5169 msgid "C<contrib>"
5170 msgstr "C<contrib>"
5171
5172 #. type: textblock
5173 #: ../src/guestfs.pod:2662
5174 msgid "Outside contributions, experimental parts."
5175 msgstr ""
5176
5177 #. type: =item
5178 #: ../src/guestfs.pod:2664
5179 msgid "C<daemon>"
5180 msgstr "C<daemon>"
5181
5182 #. type: textblock
5183 #: ../src/guestfs.pod:2666
5184 msgid ""
5185 "The daemon that runs inside the libguestfs appliance and carries out actions."
5186 msgstr ""
5187
5188 #. type: =item
5189 #: ../src/guestfs.pod:2669
5190 msgid "C<df>"
5191 msgstr "C<df>"
5192
5193 #. type: textblock
5194 #: ../src/guestfs.pod:2671
5195 msgid "L<virt-df(1)> command and documentation."
5196 msgstr ""
5197
5198 #. type: =item
5199 #: ../src/guestfs.pod:2673
5200 msgid "C<examples>"
5201 msgstr "C<examples>"
5202
5203 #. type: textblock
5204 #: ../src/guestfs.pod:2675
5205 msgid "C API example code."
5206 msgstr "Код прикладів використання програмного інтерфейсу мовою C."
5207
5208 #. type: =item
5209 #: ../src/guestfs.pod:2677
5210 msgid "C<fish>"
5211 msgstr "C<fish>"
5212
5213 #. type: textblock
5214 #: ../src/guestfs.pod:2679
5215 msgid ""
5216 "L<guestfish(1)>, the command-line shell, and various shell scripts built on "
5217 "top such as L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, "
5218 "L<virt-tar-out(1)>."
5219 msgstr ""
5220
5221 #. type: =item
5222 #: ../src/guestfs.pod:2683
5223 msgid "C<fuse>"
5224 msgstr "C<fuse>"
5225
5226 #. type: textblock
5227 #: ../src/guestfs.pod:2685
5228 msgid ""
5229 "L<guestmount(1)>, FUSE (userspace filesystem) built on top of libguestfs."
5230 msgstr ""
5231
5232 #. type: =item
5233 #: ../src/guestfs.pod:2687
5234 msgid "C<generator>"
5235 msgstr "C<generator>"
5236
5237 #. type: textblock
5238 #: ../src/guestfs.pod:2689
5239 msgid ""
5240 "The crucially important generator, used to automatically generate large "
5241 "amounts of boilerplate C code for things like RPC and bindings."
5242 msgstr ""
5243
5244 #. type: =item
5245 #: ../src/guestfs.pod:2692
5246 msgid "C<images>"
5247 msgstr "C<images>"
5248
5249 #. type: textblock
5250 #: ../src/guestfs.pod:2694
5251 msgid "Files used by the test suite."
5252 msgstr ""
5253
5254 #. type: textblock
5255 #: ../src/guestfs.pod:2696
5256 msgid "Some \"phony\" guest images which we test against."
5257 msgstr ""
5258
5259 #. type: =item
5260 #: ../src/guestfs.pod:2698
5261 msgid "C<inspector>"
5262 msgstr "C<inspector>"
5263
5264 #. type: textblock
5265 #: ../src/guestfs.pod:2700
5266 msgid "L<virt-inspector(1)>, the virtual machine image inspector."
5267 msgstr ""
5268
5269 #. type: =item
5270 #: ../src/guestfs.pod:2702
5271 msgid "C<logo>"
5272 msgstr "C<logo>"
5273
5274 #. type: textblock
5275 #: ../src/guestfs.pod:2704
5276 msgid "Logo used on the website.  The fish is called Arthur by the way."
5277 msgstr ""
5278
5279 #. type: =item
5280 #: ../src/guestfs.pod:2706
5281 msgid "C<m4>"
5282 msgstr "C<m4>"
5283
5284 #. type: textblock
5285 #: ../src/guestfs.pod:2708
5286 msgid "M4 macros used by autoconf."
5287 msgstr ""
5288
5289 #. type: =item
5290 #: ../src/guestfs.pod:2710
5291 msgid "C<po>"
5292 msgstr "C<po>"
5293
5294 #. type: textblock
5295 #: ../src/guestfs.pod:2712
5296 msgid "Translations of simple gettext strings."
5297 msgstr "Переклади простих рядків gettext."
5298
5299 #. type: =item
5300 #: ../src/guestfs.pod:2714
5301 msgid "C<po-docs>"
5302 msgstr "C<po-docs>"
5303
5304 #. type: textblock
5305 #: ../src/guestfs.pod:2716
5306 msgid ""
5307 "The build infrastructure and PO files for translations of manpages and POD "
5308 "files.  Eventually this will be combined with the C<po> directory, but that "
5309 "is rather complicated."
5310 msgstr ""
5311
5312 #. type: =item
5313 #: ../src/guestfs.pod:2720
5314 msgid "C<regressions>"
5315 msgstr "C<regressions>"
5316
5317 #. type: textblock
5318 #: ../src/guestfs.pod:2722
5319 msgid "Regression tests."
5320 msgstr "Тести на регресії."
5321
5322 #. type: =item
5323 #: ../src/guestfs.pod:2724
5324 msgid "C<rescue>"
5325 msgstr "C<rescue>"
5326
5327 #. type: textblock
5328 #: ../src/guestfs.pod:2726
5329 msgid "L<virt-rescue(1)> command and documentation."
5330 msgstr ""
5331
5332 #. type: =item
5333 #: ../src/guestfs.pod:2728
5334 msgid "C<src>"
5335 msgstr "C<src>"
5336
5337 #. type: textblock
5338 #: ../src/guestfs.pod:2730
5339 msgid "Source code to the C library."
5340 msgstr ""
5341
5342 #. type: =item
5343 #: ../src/guestfs.pod:2732
5344 msgid "C<tools>"
5345 msgstr "C<tools>"
5346
5347 #. type: textblock
5348 #: ../src/guestfs.pod:2734
5349 msgid "Command line tools written in Perl (L<virt-resize(1)> and many others)."
5350 msgstr ""
5351
5352 #. type: =item
5353 #: ../src/guestfs.pod:2736
5354 msgid "C<test-tool>"
5355 msgstr "C<test-tool>"
5356
5357 #. type: textblock
5358 #: ../src/guestfs.pod:2738
5359 msgid ""
5360 "Test tool for end users to test if their qemu/kernel combination will work "
5361 "with libguestfs."
5362 msgstr ""
5363
5364 #. type: =item
5365 #: ../src/guestfs.pod:2741
5366 msgid "C<csharp>"
5367 msgstr "C<csharp>"
5368
5369 #. type: =item
5370 #: ../src/guestfs.pod:2743
5371 msgid "C<haskell>"
5372 msgstr "C<haskell>"
5373
5374 #. type: =item
5375 #: ../src/guestfs.pod:2745
5376 msgid "C<java>"
5377 msgstr "C<java>"
5378
5379 #. type: =item
5380 #: ../src/guestfs.pod:2747
5381 msgid "C<ocaml>"
5382 msgstr "C<ocaml>"
5383
5384 #. type: =item
5385 #: ../src/guestfs.pod:2749
5386 msgid "C<php>"
5387 msgstr "C<php>"
5388
5389 #. type: =item
5390 #: ../src/guestfs.pod:2751
5391 msgid "C<perl>"
5392 msgstr "C<perl>"
5393
5394 #. type: =item
5395 #: ../src/guestfs.pod:2753
5396 msgid "C<python>"
5397 msgstr "C<python>"
5398
5399 #. type: =item
5400 #: ../src/guestfs.pod:2755
5401 msgid "C<ruby>"
5402 msgstr "C<ruby>"
5403
5404 #. type: textblock
5405 #: ../src/guestfs.pod:2757
5406 msgid "Language bindings."
5407 msgstr "Прив’язки до мов програмування."
5408
5409 #. type: =head1
5410 #: ../src/guestfs.pod:2761
5411 msgid "LIMITS"
5412 msgstr ""
5413
5414 #. type: =head2
5415 #: ../src/guestfs.pod:2763
5416 msgid "PROTOCOL LIMITS"
5417 msgstr ""
5418
5419 #. type: textblock
5420 #: ../src/guestfs.pod:2765
5421 msgid ""
5422 "Internally libguestfs uses a message-based protocol to pass API calls and "
5423 "their responses to and from a small \"appliance\" (see L</INTERNALS> for "
5424 "plenty more detail about this).  The maximum message size used by the "
5425 "protocol is slightly less than 4 MB.  For some API calls you may need to be "
5426 "aware of this limit.  The API calls which may be affected are individually "
5427 "documented, with a link back to this section of the documentation."
5428 msgstr ""
5429
5430 #. type: textblock
5431 #: ../src/guestfs.pod:2773
5432 msgid ""
5433 "A simple call such as L</guestfs_cat> returns its result (the file data) in "
5434 "a simple string.  Because this string is at some point internally encoded as "
5435 "a message, the maximum size that it can return is slightly under 4 MB.  If "
5436 "the requested file is larger than this then you will get an error."
5437 msgstr ""
5438
5439 #. type: textblock
5440 #: ../src/guestfs.pod:2779
5441 msgid ""
5442 "In order to transfer large files into and out of the guest filesystem, you "
5443 "need to use particular calls that support this.  The sections L</UPLOADING> "
5444 "and L</DOWNLOADING> document how to do this."
5445 msgstr ""
5446
5447 #. type: textblock
5448 #: ../src/guestfs.pod:2783
5449 msgid ""
5450 "You might also consider mounting the disk image using our FUSE filesystem "
5451 "support (L<guestmount(1)>)."
5452 msgstr ""
5453
5454 #. type: =head2
5455 #: ../src/guestfs.pod:2786
5456 msgid "MAXIMUM NUMBER OF DISKS"
5457 msgstr ""
5458
5459 #. type: textblock
5460 #: ../src/guestfs.pod:2788
5461 msgid "When using virtio disks (the default) the current limit is B<25> disks."
5462 msgstr ""
5463
5464 #. type: textblock
5465 #: ../src/guestfs.pod:2791
5466 msgid ""
5467 "Virtio itself consumes 1 virtual PCI slot per disk, and PCI is limited to 31 "
5468 "slots.  However febootstrap only understands disks with names C</dev/vda> "
5469 "through C</dev/vdz> (26 letters) and it reserves one disk for its own "
5470 "purposes."
5471 msgstr ""
5472
5473 #. type: textblock
5474 #: ../src/guestfs.pod:2796
5475 msgid ""
5476 "We are working to substantially raise this limit in future versions but it "
5477 "requires complex changes to qemu."
5478 msgstr ""
5479
5480 #. type: textblock
5481 #: ../src/guestfs.pod:2799
5482 msgid ""
5483 "In future versions of libguestfs it should also be possible to \"hot plug\" "
5484 "disks (add and remove disks after calling L</guestfs_launch>).  This also "
5485 "requires changes to qemu."
5486 msgstr ""
5487
5488 #. type: =head2
5489 #: ../src/guestfs.pod:2803
5490 msgid "MAXIMUM NUMBER OF PARTITIONS PER DISK"
5491 msgstr ""
5492
5493 #. type: textblock
5494 #: ../src/guestfs.pod:2805
5495 msgid "Virtio limits the maximum number of partitions per disk to B<15>."
5496 msgstr ""
5497
5498 #. type: textblock
5499 #: ../src/guestfs.pod:2807
5500 msgid ""
5501 "This is because it reserves 4 bits for the minor device number (thus C</dev/"
5502 "vda>, and C</dev/vda1> through C</dev/vda15>)."
5503 msgstr ""
5504
5505 #. type: textblock
5506 #: ../src/guestfs.pod:2810
5507 msgid ""
5508 "If you attach a disk with more than 15 partitions, the extra partitions are "
5509 "ignored by libguestfs."
5510 msgstr ""
5511
5512 #. type: =head2
5513 #: ../src/guestfs.pod:2813
5514 msgid "MAXIMUM SIZE OF A DISK"
5515 msgstr ""
5516
5517 #. type: textblock
5518 #: ../src/guestfs.pod:2815
5519 msgid "Probably the limit is between 2**63-1 and 2**64-1 bytes."
5520 msgstr ""
5521
5522 #. type: textblock
5523 #: ../src/guestfs.pod:2817
5524 msgid ""
5525 "We have tested block devices up to 1 exabyte (2**60 or "
5526 "1,152,921,504,606,846,976 bytes) using sparse files backed by an XFS host "
5527 "filesystem."
5528 msgstr ""
5529
5530 #. type: textblock
5531 #: ../src/guestfs.pod:2821
5532 msgid ""
5533 "Although libguestfs probably does not impose any limit, the underlying host "
5534 "storage will.  If you store disk images on a host ext4 filesystem, then the "
5535 "maximum size will be limited by the maximum ext4 file size (currently 16 "
5536 "TB).  If you store disk images as host logical volumes then you are limited "
5537 "by the maximum size of an LV."
5538 msgstr ""
5539
5540 #. type: textblock
5541 #: ../src/guestfs.pod:2827
5542 msgid ""
5543 "For the hugest disk image files, we recommend using XFS on the host for "
5544 "storage."
5545 msgstr ""
5546
5547 #. type: =head2
5548 #: ../src/guestfs.pod:2830
5549 msgid "MAXIMUM SIZE OF A PARTITION"
5550 msgstr ""
5551
5552 #. type: textblock
5553 #: ../src/guestfs.pod:2832
5554 msgid ""
5555 "The MBR (ie. classic MS-DOS) partitioning scheme uses 32 bit sector "
5556 "numbers.  Assuming a 512 byte sector size, this means that MBR cannot "
5557 "address a partition located beyond 2 TB on the disk."
5558 msgstr ""
5559
5560 #. type: textblock
5561 #: ../src/guestfs.pod:2836
5562 msgid ""
5563 "It is recommended that you use GPT partitions on disks which are larger than "
5564 "this size.  GPT uses 64 bit sector numbers and so can address partitions "
5565 "which are theoretically larger than the largest disk we could support."
5566 msgstr ""
5567
5568 #. type: =head2
5569 #: ../src/guestfs.pod:2841
5570 msgid "MAXIMUM SIZE OF A FILESYSTEM, FILES, DIRECTORIES"
5571 msgstr ""
5572
5573 #. type: textblock
5574 #: ../src/guestfs.pod:2843
5575 msgid ""
5576 "This depends on the filesystem type.  libguestfs itself does not impose any "
5577 "known limit.  Consult Wikipedia or the filesystem documentation to find out "
5578 "what these limits are."
5579 msgstr ""
5580
5581 #. type: =head2
5582 #: ../src/guestfs.pod:2847
5583 msgid "MAXIMUM UPLOAD AND DOWNLOAD"
5584 msgstr ""
5585
5586 #. type: textblock
5587 #: ../src/guestfs.pod:2849
5588 msgid ""
5589 "The API functions L</guestfs_upload>, L</guestfs_download>, L</"
5590 "guestfs_tar_in>, L</guestfs_tar_out> and the like allow unlimited sized "
5591 "uploads and downloads."
5592 msgstr ""
5593
5594 #. type: =head2
5595 #: ../src/guestfs.pod:2853
5596 #, fuzzy
5597 #| msgid "INSPECTION"
5598 msgid "INSPECTION LIMITS"
5599 msgstr "ПЕРЕВІРКА"
5600
5601 #. type: textblock
5602 #: ../src/guestfs.pod:2855
5603 msgid ""
5604 "The inspection code has several arbitrary limits on things like the size of "
5605 "Windows Registry hive it will read, and the length of product name.  These "
5606 "are intended to stop a malicious guest from consuming arbitrary amounts of "
5607 "memory and disk space on the host, and should not be reached in practice.  "
5608 "See the source code for more information."
5609 msgstr ""
5610
5611 #. type: =head1
5612 #: ../src/guestfs.pod:2861 ../fish/guestfish.pod:1015
5613 #: ../test-tool/libguestfs-test-tool.pod:82 ../tools/virt-edit.pl:476
5614 msgid "ENVIRONMENT VARIABLES"
5615 msgstr "ЗМІННІ СЕРЕДОВИЩА"
5616
5617 #. type: =item
5618 #: ../src/guestfs.pod:2865 ../fish/guestfish.pod:1041
5619 msgid "LIBGUESTFS_APPEND"
5620 msgstr ""
5621
5622 #. type: textblock
5623 #: ../src/guestfs.pod:2867 ../fish/guestfish.pod:1043
5624 msgid "Pass additional options to the guest kernel."
5625 msgstr ""
5626
5627 #. type: =item
5628 #: ../src/guestfs.pod:2869 ../fish/guestfish.pod:1045
5629 msgid "LIBGUESTFS_DEBUG"
5630 msgstr ""
5631
5632 #. type: textblock
5633 #: ../src/guestfs.pod:2871
5634 msgid ""
5635 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
5636 "effect as calling C<guestfs_set_verbose (g, 1)>."
5637 msgstr ""
5638
5639 #. type: =item
5640 #: ../src/guestfs.pod:2874 ../fish/guestfish.pod:1050
5641 msgid "LIBGUESTFS_MEMSIZE"
5642 msgstr ""
5643
5644 #. type: textblock
5645 #: ../src/guestfs.pod:2876 ../fish/guestfish.pod:1052
5646 msgid ""
5647 "Set the memory allocated to the qemu process, in megabytes.  For example:"
5648 msgstr ""
5649
5650 #. type: verbatim
5651 #: ../src/guestfs.pod:2879 ../fish/guestfish.pod:1055
5652 #, no-wrap
5653 msgid ""
5654 " LIBGUESTFS_MEMSIZE=700\n"
5655 "\n"
5656 msgstr ""
5657
5658 #. type: =item
5659 #: ../src/guestfs.pod:2881 ../fish/guestfish.pod:1057
5660 msgid "LIBGUESTFS_PATH"
5661 msgstr ""
5662
5663 #. type: textblock
5664 #: ../src/guestfs.pod:2883
5665 msgid ""
5666 "Set the path that libguestfs uses to search for a supermin appliance.  See "
5667 "the discussion of paths in section L</PATH> above."
5668 msgstr ""
5669
5670 #. type: =item
5671 #: ../src/guestfs.pod:2886 ../fish/guestfish.pod:1062
5672 msgid "LIBGUESTFS_QEMU"
5673 msgstr ""
5674
5675 #. type: textblock
5676 #: ../src/guestfs.pod:2888 ../fish/guestfish.pod:1064
5677 msgid ""
5678 "Set the default qemu binary that libguestfs uses.  If not set, then the qemu "
5679 "which was found at compile time by the configure script is used."
5680 msgstr ""
5681
5682 #. type: textblock
5683 #: ../src/guestfs.pod:2892
5684 msgid "See also L</QEMU WRAPPERS> above."
5685 msgstr ""
5686
5687 #. type: =item
5688 #: ../src/guestfs.pod:2894 ../fish/guestfish.pod:1068
5689 msgid "LIBGUESTFS_TRACE"
5690 msgstr ""
5691
5692 #. type: textblock
5693 #: ../src/guestfs.pod:2896
5694 msgid ""
5695 "Set C<LIBGUESTFS_TRACE=1> to enable command traces.  This has the same "
5696 "effect as calling C<guestfs_set_trace (g, 1)>."
5697 msgstr ""
5698
5699 #. type: =item
5700 #: ../src/guestfs.pod:2899 ../fish/guestfish.pod:1077
5701 msgid "TMPDIR"
5702 msgstr ""
5703
5704 #. type: textblock
5705 #: ../src/guestfs.pod:2901 ../fish/guestfish.pod:1079
5706 msgid ""
5707 "Location of temporary directory, defaults to C</tmp> except for the cached "
5708 "supermin appliance which defaults to C</var/tmp>."
5709 msgstr ""
5710
5711 #. type: textblock
5712 #: ../src/guestfs.pod:2904 ../fish/guestfish.pod:1082
5713 msgid ""
5714 "If libguestfs was compiled to use the supermin appliance then the real "
5715 "appliance is cached in this directory, shared between all handles belonging "
5716 "to the same EUID.  You can use C<$TMPDIR> to configure another directory to "
5717 "use in case C</var/tmp> is not large enough."
5718 msgstr ""
5719
5720 #. type: =head1
5721 #: ../src/guestfs.pod:2912 ../fish/guestfish.pod:1149
5722 #: ../test-tool/libguestfs-test-tool.pod:87 ../fuse/guestmount.pod:267
5723 #: ../tools/virt-edit.pl:496 ../tools/virt-win-reg.pl:572
5724 #: ../tools/virt-list-filesystems.pl:189 ../tools/virt-tar.pl:286
5725 #: ../tools/virt-make-fs.pl:539 ../tools/virt-list-partitions.pl:257
5726 msgid "SEE ALSO"
5727 msgstr "ТАКОЖ ПЕРЕГЛЯНЬТЕ"
5728
5729 #. type: textblock
5730 #: ../src/guestfs.pod:2914
5731 msgid ""
5732 "L<guestfs-examples(3)>, L<guestfs-ocaml(3)>, L<guestfs-python(3)>, L<guestfs-"
5733 "ruby(3)>, L<guestfish(1)>, L<guestmount(1)>, L<virt-cat(1)>, L<virt-copy-in"
5734 "(1)>, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems"
5735 "(1)>, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-"
5736 "partitions(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-"
5737 "tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)>, L<qemu(1)"
5738 ">, L<febootstrap(1)>, L<hivex(3)>, L<http://libguestfs.org/>."
5739 msgstr ""
5740
5741 #. type: textblock
5742 #: ../src/guestfs.pod:2941
5743 msgid ""
5744 "Tools with a similar purpose: L<fdisk(8)>, L<parted(8)>, L<kpartx(8)>, L<lvm"
5745 "(8)>, L<disktype(1)>."
5746 msgstr ""
5747
5748 #. type: =head1
5749 #: ../src/guestfs.pod:2948 ../tools/virt-win-reg.pl:587
5750 #: ../tools/virt-make-fs.pl:553
5751 msgid "BUGS"
5752 msgstr "ВАДИ"
5753
5754 #. type: textblock
5755 #: ../src/guestfs.pod:2950
5756 msgid "To get a list of bugs against libguestfs use this link:"
5757 msgstr ""
5758 "Щоб переглянути список відомих вад у libguestfs, скористайтеся таким "
5759 "посиланням:"
5760
5761 #. type: textblock
5762 #: ../src/guestfs.pod:2952
5763 msgid ""
5764 "L<https://bugzilla.redhat.com/buglist.cgi?"
5765 "component=libguestfs&product=Virtualization+Tools>"
5766 msgstr ""
5767 "L<https://bugzilla.redhat.com/buglist.cgi?"
5768 "component=libguestfs&product=Virtualization+Tools>"
5769
5770 #. type: textblock
5771 #: ../src/guestfs.pod:2954
5772 msgid "To report a new bug against libguestfs use this link:"
5773 msgstr "Для звітування щодо вад у libguestfs скористайтеся цим посиланням:"
5774
5775 #. type: textblock
5776 #: ../src/guestfs.pod:2956
5777 msgid ""
5778 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5779 "component=libguestfs&product=Virtualization+Tools>"
5780 msgstr ""
5781 "L<https://bugzilla.redhat.com/enter_bug.cgi?"
5782 "component=libguestfs&product=Virtualization+Tools>"
5783
5784 #. type: textblock
5785 #: ../src/guestfs.pod:2958
5786 msgid "When reporting a bug, please check:"
5787 msgstr ""
5788
5789 #. type: textblock
5790 #: ../src/guestfs.pod:2964
5791 msgid "That the bug hasn't been reported already."
5792 msgstr ""
5793
5794 #. type: textblock
5795 #: ../src/guestfs.pod:2968
5796 msgid "That you are testing a recent version."
5797 msgstr ""
5798
5799 #. type: textblock
5800 #: ../src/guestfs.pod:2972
5801 msgid "Describe the bug accurately, and give a way to reproduce it."
5802 msgstr ""
5803
5804 #. type: textblock
5805 #: ../src/guestfs.pod:2976
5806 msgid ""
5807 "Run libguestfs-test-tool and paste the B<complete, unedited> output into the "
5808 "bug report."
5809 msgstr ""
5810
5811 #. type: =head1
5812 #: ../src/guestfs.pod:2981 ../fish/guestfish.pod:1172
5813 #: ../test-tool/libguestfs-test-tool.pod:93 ../fuse/guestmount.pod:278
5814 msgid "AUTHORS"
5815 msgstr "АВТОРИ"
5816
5817 #. type: textblock
5818 #: ../src/guestfs.pod:2983 ../fish/guestfish.pod:1174
5819 #: ../test-tool/libguestfs-test-tool.pod:95 ../fuse/guestmount.pod:280
5820 msgid "Richard W.M. Jones (C<rjones at redhat dot com>)"
5821 msgstr ""
5822
5823 #. type: =head1
5824 #: ../src/guestfs.pod:2985 ../fish/guestfish.pod:1176
5825 #: ../test-tool/libguestfs-test-tool.pod:97 ../fuse/guestmount.pod:282
5826 #: ../tools/virt-edit.pl:514 ../tools/virt-win-reg.pl:602
5827 #: ../tools/virt-list-filesystems.pl:206 ../tools/virt-tar.pl:305
5828 #: ../tools/virt-make-fs.pl:568 ../tools/virt-list-partitions.pl:273
5829 msgid "COPYRIGHT"
5830 msgstr "АВТОРСЬКІ ПРАВА"
5831
5832 #. type: textblock
5833 #: ../src/guestfs.pod:2987 ../fish/guestfish.pod:1178
5834 #: ../test-tool/libguestfs-test-tool.pod:99
5835 msgid "Copyright (C) 2009-2011 Red Hat Inc.  L<http://libguestfs.org/>"
5836 msgstr ""
5837
5838 #. type: textblock
5839 #: ../src/guestfs.pod:2990
5840 msgid ""
5841 "This library is free software; you can redistribute it and/or modify it "
5842 "under the terms of the GNU Lesser General Public License as published by the "
5843 "Free Software Foundation; either version 2 of the License, or (at your "
5844 "option) any later version."
5845 msgstr ""
5846
5847 #. type: textblock
5848 #: ../src/guestfs.pod:2995
5849 msgid ""
5850 "This library is distributed in the hope that it will be useful, but WITHOUT "
5851 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
5852 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License "
5853 "for more details."
5854 msgstr ""
5855
5856 #. type: textblock
5857 #: ../src/guestfs.pod:3000
5858 msgid ""
5859 "You should have received a copy of the GNU Lesser General Public License "
5860 "along with this library; if not, write to the Free Software Foundation, "
5861 "Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA"
5862 msgstr ""
5863
5864 #. type: =head2
5865 #: ../src/guestfs-actions.pod:1
5866 msgid "guestfs_add_cdrom"
5867 msgstr ""
5868
5869 #. type: verbatim
5870 #: ../src/guestfs-actions.pod:3
5871 #, no-wrap
5872 msgid ""
5873 " int\n"
5874 " guestfs_add_cdrom (guestfs_h *g,\n"
5875 "                    const char *filename);\n"
5876 "\n"
5877 msgstr ""
5878
5879 #. type: textblock
5880 #: ../src/guestfs-actions.pod:7 ../fish/guestfish-actions.pod:5
5881 msgid "This function adds a virtual CD-ROM disk image to the guest."
5882 msgstr ""
5883
5884 #. type: textblock
5885 #: ../src/guestfs-actions.pod:9 ../fish/guestfish-actions.pod:7
5886 msgid "This is equivalent to the qemu parameter I<-cdrom filename>."
5887 msgstr ""
5888
5889 #. type: textblock
5890 #: ../src/guestfs-actions.pod:17
5891 msgid ""
5892 "This call checks for the existence of C<filename>.  This stops you from "
5893 "specifying other types of drive which are supported by qemu such as C<nbd:> "
5894 "and C<http:> URLs.  To specify those, use the general C<guestfs_config> call "
5895 "instead."
5896 msgstr ""
5897
5898 #. type: textblock
5899 #: ../src/guestfs-actions.pod:24
5900 msgid ""
5901 "If you just want to add an ISO file (often you use this as an efficient way "
5902 "to transfer large files into the guest), then you should probably use "
5903 "C<guestfs_add_drive_ro> instead."
5904 msgstr ""
5905
5906 #. type: textblock
5907 #: ../src/guestfs-actions.pod:30 ../src/guestfs-actions.pod:134
5908 #: ../src/guestfs-actions.pod:195 ../src/guestfs-actions.pod:232
5909 #: ../src/guestfs-actions.pod:246 ../src/guestfs-actions.pod:267
5910 #: ../src/guestfs-actions.pod:287 ../src/guestfs-actions.pod:301
5911 #: ../src/guestfs-actions.pod:416 ../src/guestfs-actions.pod:436
5912 #: ../src/guestfs-actions.pod:450 ../src/guestfs-actions.pod:495
5913 #: ../src/guestfs-actions.pod:523 ../src/guestfs-actions.pod:541
5914 #: ../src/guestfs-actions.pod:608 ../src/guestfs-actions.pod:641
5915 #: ../src/guestfs-actions.pod:655 ../src/guestfs-actions.pod:670
5916 #: ../src/guestfs-actions.pod:769 ../src/guestfs-actions.pod:787
5917 #: ../src/guestfs-actions.pod:801 ../src/guestfs-actions.pod:815
5918 #: ../src/guestfs-actions.pod:976 ../src/guestfs-actions.pod:996
5919 #: ../src/guestfs-actions.pod:1014 ../src/guestfs-actions.pod:1098
5920 #: ../src/guestfs-actions.pod:1116 ../src/guestfs-actions.pod:1135
5921 #: ../src/guestfs-actions.pod:1149 ../src/guestfs-actions.pod:1169
5922 #: ../src/guestfs-actions.pod:1239 ../src/guestfs-actions.pod:1270
5923 #: ../src/guestfs-actions.pod:1295 ../src/guestfs-actions.pod:1337
5924 #: ../src/guestfs-actions.pod:1443 ../src/guestfs-actions.pod:1477
5925 #: ../src/guestfs-actions.pod:1695 ../src/guestfs-actions.pod:1717
5926 #: ../src/guestfs-actions.pod:1804 ../src/guestfs-actions.pod:2266
5927 #: ../src/guestfs-actions.pod:2410 ../src/guestfs-actions.pod:2471
5928 #: ../src/guestfs-actions.pod:2506 ../src/guestfs-actions.pod:3459
5929 #: ../src/guestfs-actions.pod:3474 ../src/guestfs-actions.pod:3499
5930 #: ../src/guestfs-actions.pod:3654 ../src/guestfs-actions.pod:3668
5931 #: ../src/guestfs-actions.pod:3681 ../src/guestfs-actions.pod:3695
5932 #: ../src/guestfs-actions.pod:3710 ../src/guestfs-actions.pod:3746
5933 #: ../src/guestfs-actions.pod:3818 ../src/guestfs-actions.pod:3838
5934 #: ../src/guestfs-actions.pod:3855 ../src/guestfs-actions.pod:3878
5935 #: ../src/guestfs-actions.pod:3901 ../src/guestfs-actions.pod:3933
5936 #: ../src/guestfs-actions.pod:3952 ../src/guestfs-actions.pod:3971
5937 #: ../src/guestfs-actions.pod:4006 ../src/guestfs-actions.pod:4018
5938 #: ../src/guestfs-actions.pod:4054 ../src/guestfs-actions.pod:4070
5939 #: ../src/guestfs-actions.pod:4083 ../src/guestfs-actions.pod:4098
5940 #: ../src/guestfs-actions.pod:4115 ../src/guestfs-actions.pod:4208
5941 #: ../src/guestfs-actions.pod:4228 ../src/guestfs-actions.pod:4241
5942 #: ../src/guestfs-actions.pod:4292 ../src/guestfs-actions.pod:4310
5943 #: ../src/guestfs-actions.pod:4328 ../src/guestfs-actions.pod:4344
5944 #: ../src/guestfs-actions.pod:4358 ../src/guestfs-actions.pod:4372
5945 #: ../src/guestfs-actions.pod:4389 ../src/guestfs-actions.pod:4404
5946 #: ../src/guestfs-actions.pod:4424 ../src/guestfs-actions.pod:4482
5947 #: ../src/guestfs-actions.pod:4555 ../src/guestfs-actions.pod:4586
5948 #: ../src/guestfs-actions.pod:4605 ../src/guestfs-actions.pod:4624
5949 #: ../src/guestfs-actions.pod:4636 ../src/guestfs-actions.pod:4653
5950 #: ../src/guestfs-actions.pod:4666 ../src/guestfs-actions.pod:4681
5951 #: ../src/guestfs-actions.pod:4696 ../src/guestfs-actions.pod:4731
5952 #: ../src/guestfs-actions.pod:4746 ../src/guestfs-actions.pod:4766
5953 #: ../src/guestfs-actions.pod:4780 ../src/guestfs-actions.pod:4797
5954 #: ../src/guestfs-actions.pod:4846 ../src/guestfs-actions.pod:4883
5955 #: ../src/guestfs-actions.pod:4897 ../src/guestfs-actions.pod:4925
5956 #: ../src/guestfs-actions.pod:4942 ../src/guestfs-actions.pod:4960
5957 #: ../src/guestfs-actions.pod:5094 ../src/guestfs-actions.pod:5151
5958 #: ../src/guestfs-actions.pod:5173 ../src/guestfs-actions.pod:5191
5959 #: ../src/guestfs-actions.pod:5223 ../src/guestfs-actions.pod:5289
5960 #: ../src/guestfs-actions.pod:5306 ../src/guestfs-actions.pod:5319
5961 #: ../src/guestfs-actions.pod:5333 ../src/guestfs-actions.pod:5622
5962 #: ../src/guestfs-actions.pod:5641 ../src/guestfs-actions.pod:5660
5963 #: ../src/guestfs-actions.pod:5672 ../src/guestfs-actions.pod:5684
5964 #: ../src/guestfs-actions.pod:5698 ../src/guestfs-actions.pod:5710
5965 #: ../src/guestfs-actions.pod:5724 ../src/guestfs-actions.pod:5740
5966 #: ../src/guestfs-actions.pod:5761 ../src/guestfs-actions.pod:5780
5967 #: ../src/guestfs-actions.pod:5799 ../src/guestfs-actions.pod:5829
5968 #: ../src/guestfs-actions.pod:5845 ../src/guestfs-actions.pod:5868
5969 #: ../src/guestfs-actions.pod:5886 ../src/guestfs-actions.pod:5905
5970 #: ../src/guestfs-actions.pod:5926 ../src/guestfs-actions.pod:5945
5971 #: ../src/guestfs-actions.pod:5962 ../src/guestfs-actions.pod:5990
5972 #: ../src/guestfs-actions.pod:6014 ../src/guestfs-actions.pod:6033
5973 #: ../src/guestfs-actions.pod:6057 ../src/guestfs-actions.pod:6076
5974 #: ../src/guestfs-actions.pod:6091 ../src/guestfs-actions.pod:6110
5975 #: ../src/guestfs-actions.pod:6147 ../src/guestfs-actions.pod:6170
5976 #: ../src/guestfs-actions.pod:6196 ../src/guestfs-actions.pod:6304
5977 #: ../src/guestfs-actions.pod:6425 ../src/guestfs-actions.pod:6437
5978 #: ../src/guestfs-actions.pod:6450 ../src/guestfs-actions.pod:6463
5979 #: ../src/guestfs-actions.pod:6485 ../src/guestfs-actions.pod:6498
5980 #: ../src/guestfs-actions.pod:6511 ../src/guestfs-actions.pod:6524
5981 #: ../src/guestfs-actions.pod:6539 ../src/guestfs-actions.pod:6598
5982 #: ../src/guestfs-actions.pod:6615 ../src/guestfs-actions.pod:6631
5983 #: ../src/guestfs-actions.pod:6647 ../src/guestfs-actions.pod:6664
5984 #: ../src/guestfs-actions.pod:6677 ../src/guestfs-actions.pod:6697
5985 #: ../src/guestfs-actions.pod:6733 ../src/guestfs-actions.pod:6747
5986 #: ../src/guestfs-actions.pod:6788 ../src/guestfs-actions.pod:6801
5987 #: ../src/guestfs-actions.pod:6819 ../src/guestfs-actions.pod:6853
5988 #: ../src/guestfs-actions.pod:6889 ../src/guestfs-actions.pod:7008
5989 #: ../src/guestfs-actions.pod:7026 ../src/guestfs-actions.pod:7040
5990 #: ../src/guestfs-actions.pod:7095 ../src/guestfs-actions.pod:7108
5991 #: ../src/guestfs-actions.pod:7153 ../src/guestfs-actions.pod:7186
5992 #: ../src/guestfs-actions.pod:7240 ../src/guestfs-actions.pod:7266
5993 #: ../src/guestfs-actions.pod:7332 ../src/guestfs-actions.pod:7351
5994 #: ../src/guestfs-actions.pod:7380
5995 msgid "This function returns 0 on success or -1 on error."
5996 msgstr ""
5997
5998 #. type: textblock
5999 #: ../src/guestfs-actions.pod:32 ../src/guestfs-actions.pod:248
6000 #: ../src/guestfs-actions.pod:269 ../fish/guestfish-actions.pod:28
6001 #: ../fish/guestfish-actions.pod:158 ../fish/guestfish-actions.pod:172
6002 msgid ""
6003 "This function is deprecated.  In new code, use the C<add_drive_opts> call "
6004 "instead."
6005 msgstr ""
6006
6007 #. type: textblock
6008 #: ../src/guestfs-actions.pod:35 ../src/guestfs-actions.pod:251
6009 #: ../src/guestfs-actions.pod:272 ../src/guestfs-actions.pod:1448
6010 #: ../src/guestfs-actions.pod:1944 ../src/guestfs-actions.pod:1965
6011 #: ../src/guestfs-actions.pod:4429 ../src/guestfs-actions.pod:7274
6012 #: ../src/guestfs-actions.pod:7443 ../fish/guestfish-actions.pod:31
6013 #: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175
6014 #: ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1319
6015 #: ../fish/guestfish-actions.pod:1333 ../fish/guestfish-actions.pod:3008
6016 #: ../fish/guestfish-actions.pod:4866 ../fish/guestfish-actions.pod:4963
6017 msgid ""
6018 "Deprecated functions will not be removed from the API, but the fact that "
6019 "they are deprecated indicates that there are problems with correct use of "
6020 "these functions."
6021 msgstr ""
6022
6023 #. type: textblock
6024 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136
6025 #: ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1916
6026 #: ../src/guestfs-actions.pod:2014 ../src/guestfs-actions.pod:2117
6027 #: ../src/guestfs-actions.pod:3461 ../src/guestfs-actions.pod:3481
6028 #: ../src/guestfs-actions.pod:4733 ../src/guestfs-actions.pod:5847
6029 #: ../src/guestfs-actions.pod:5964 ../src/guestfs-actions.pod:6078
6030 #: ../src/guestfs-actions.pod:6541 ../src/guestfs-actions.pod:6666
6031 #: ../src/guestfs-actions.pod:7188
6032 msgid "(Added in 0.3)"
6033 msgstr ""
6034
6035 #. type: =head2
6036 #: ../src/guestfs-actions.pod:41
6037 msgid "guestfs_add_domain"
6038 msgstr ""
6039
6040 #. type: verbatim
6041 #: ../src/guestfs-actions.pod:43
6042 #, no-wrap
6043 msgid ""
6044 " int\n"
6045 " guestfs_add_domain (guestfs_h *g,\n"
6046 "                     const char *dom,\n"
6047 "                     ...);\n"
6048 "\n"
6049 msgstr ""
6050
6051 #. type: textblock
6052 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145
6053 #: ../src/guestfs-actions.pod:4443
6054 msgid ""
6055 "You may supply a list of optional arguments to this call.  Use zero or more "
6056 "of the following pairs of parameters, and terminate the list with C<-1> on "
6057 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
6058 msgstr ""
6059
6060 #. type: verbatim
6061 #: ../src/guestfs-actions.pod:53
6062 #, no-wrap
6063 msgid ""
6064 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
6065 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
6066 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
6067 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
6068 "\n"
6069 msgstr ""
6070
6071 #. type: textblock
6072 #: ../src/guestfs-actions.pod:58
6073 msgid ""
6074 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
6075 "It works by connecting to libvirt, requesting the domain and domain XML from "
6076 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
6077 "one."
6078 msgstr ""
6079
6080 #. type: textblock
6081 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
6082 msgid ""
6083 "The number of disks added is returned.  This operation is atomic: if an "
6084 "error is returned, then no disks are added."
6085 msgstr ""
6086
6087 #. type: textblock
6088 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
6089 msgid ""
6090 "This function does some minimal checks to make sure the libvirt domain is "
6091 "not running (unless C<readonly> is true).  In a future version we will try "
6092 "to acquire the libvirt lock on each disk."
6093 msgstr ""
6094
6095 #. type: textblock
6096 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
6097 msgid ""
6098 "Disks must be accessible locally.  This often means that adding disks from a "
6099 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
6100 "unless those disks are accessible via the same device path locally too."
6101 msgstr ""
6102
6103 #. type: textblock
6104 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
6105 msgid ""
6106 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
6107 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
6108 "libvirt URI (or one set through an environment variable, see the libvirt "
6109 "documentation for full details)."
6110 msgstr ""
6111
6112 #. type: textblock
6113 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
6114 msgid ""
6115 "The optional C<live> flag controls whether this call will try to connect to "
6116 "a running virtual machine C<guestfsd> process if it sees a suitable "
6117 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
6118 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
6119 "DAEMONS> for more information."
6120 msgstr ""
6121
6122 #. type: textblock
6123 #: ../src/guestfs-actions.pod:88
6124 msgid ""
6125 "The other optional parameters are passed directly through to "
6126 "C<guestfs_add_drive_opts>."
6127 msgstr ""
6128
6129 #. type: textblock
6130 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344
6131 #: ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687
6132 #: ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736
6133 #: ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315
6134 #: ../src/guestfs-actions.pod:1674 ../src/guestfs-actions.pod:1877
6135 #: ../src/guestfs-actions.pod:1986 ../src/guestfs-actions.pod:2026
6136 #: ../src/guestfs-actions.pod:2081 ../src/guestfs-actions.pod:2104
6137 #: ../src/guestfs-actions.pod:2397 ../src/guestfs-actions.pod:2780
6138 #: ../src/guestfs-actions.pod:2801 ../src/guestfs-actions.pod:4869
6139 #: ../src/guestfs-actions.pod:4997 ../src/guestfs-actions.pod:5403
6140 #: ../src/guestfs-actions.pod:5429 ../src/guestfs-actions.pod:6774
6141 #: ../src/guestfs-actions.pod:7199 ../src/guestfs-actions.pod:7212
6142 #: ../src/guestfs-actions.pod:7225
6143 msgid "On error this function returns -1."
6144 msgstr ""
6145
6146 #. type: textblock
6147 #: ../src/guestfs-actions.pod:93
6148 msgid "(Added in 1.7.4)"
6149 msgstr ""
6150
6151 #. type: =head2
6152 #: ../src/guestfs-actions.pod:95
6153 msgid "guestfs_add_domain_va"
6154 msgstr ""
6155
6156 #. type: verbatim
6157 #: ../src/guestfs-actions.pod:97
6158 #, no-wrap
6159 msgid ""
6160 " int\n"
6161 " guestfs_add_domain_va (guestfs_h *g,\n"
6162 "                        const char *dom,\n"
6163 "                        va_list args);\n"
6164 "\n"
6165 msgstr ""
6166
6167 #. type: textblock
6168 #: ../src/guestfs-actions.pod:102
6169 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
6170 msgstr ""
6171
6172 #. type: textblock
6173 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115
6174 #: ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219
6175 #: ../src/guestfs-actions.pod:4496 ../src/guestfs-actions.pod:4508
6176 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6177 msgstr ""
6178
6179 #. type: =head2
6180 #: ../src/guestfs-actions.pod:106
6181 msgid "guestfs_add_domain_argv"
6182 msgstr ""
6183
6184 #. type: verbatim
6185 #: ../src/guestfs-actions.pod:108
6186 #, no-wrap
6187 msgid ""
6188 " int\n"
6189 " guestfs_add_domain_argv (guestfs_h *g,\n"
6190 "                          const char *dom,\n"
6191 "                          const struct guestfs_add_domain_argv *optargs);\n"
6192 "\n"
6193 msgstr ""
6194
6195 #. type: textblock
6196 #: ../src/guestfs-actions.pod:113
6197 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6198 msgstr ""
6199
6200 #. type: =head2
6201 #: ../src/guestfs-actions.pod:117
6202 msgid "guestfs_add_drive"
6203 msgstr ""
6204
6205 #. type: verbatim
6206 #: ../src/guestfs-actions.pod:119
6207 #, no-wrap
6208 msgid ""
6209 " int\n"
6210 " guestfs_add_drive (guestfs_h *g,\n"
6211 "                    const char *filename);\n"
6212 "\n"
6213 msgstr ""
6214
6215 #. type: textblock
6216 #: ../src/guestfs-actions.pod:123
6217 msgid ""
6218 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6219 "optional parameters, so the disk is added writable, with the format being "
6220 "detected automatically."
6221 msgstr ""
6222
6223 #. type: textblock
6224 #: ../src/guestfs-actions.pod:127
6225 msgid ""
6226 "Automatic detection of the format opens you up to a potential security hole "
6227 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6228 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6229 "you should think about replacing calls to this function with calls to "
6230 "C<guestfs_add_drive_opts>, and specifying the format."
6231 msgstr ""
6232
6233 #. type: =head2
6234 #: ../src/guestfs-actions.pod:138
6235 msgid "guestfs_add_drive_opts"
6236 msgstr ""
6237
6238 #. type: verbatim
6239 #: ../src/guestfs-actions.pod:140
6240 #, no-wrap
6241 msgid ""
6242 " int\n"
6243 " guestfs_add_drive_opts (guestfs_h *g,\n"
6244 "                         const char *filename,\n"
6245 "                         ...);\n"
6246 "\n"
6247 msgstr ""
6248
6249 #. type: verbatim
6250 #: ../src/guestfs-actions.pod:150
6251 #, no-wrap
6252 msgid ""
6253 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6254 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6255 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6256 "\n"
6257 msgstr ""
6258
6259 #. type: textblock
6260 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
6261 msgid ""
6262 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6263 "The first time you call this function, the disk appears as C</dev/sda>, the "
6264 "second time as C</dev/sdb>, and so on."
6265 msgstr ""
6266
6267 #. type: textblock
6268 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
6269 msgid ""
6270 "You don't necessarily need to be root when using libguestfs.  However you "
6271 "obviously do need sufficient permissions to access the filename for whatever "
6272 "operations you want to perform (ie. read access if you just want to read the "
6273 "image or write access if you want to modify the image)."
6274 msgstr ""
6275
6276 #. type: textblock
6277 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
6278 msgid "This call checks that C<filename> exists."
6279 msgstr ""
6280
6281 #. type: textblock
6282 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4454
6283 #: ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3019
6284 msgid "The optional arguments are:"
6285 msgstr ""
6286
6287 #. type: =item
6288 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
6289 msgid "C<readonly>"
6290 msgstr "C<readonly>"
6291
6292 #. type: textblock
6293 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
6294 msgid ""
6295 "If true then the image is treated as read-only.  Writes are still allowed, "
6296 "but they are stored in a temporary snapshot overlay which is discarded at "
6297 "the end.  The disk that you add is not modified."
6298 msgstr ""
6299
6300 #. type: =item
6301 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
6302 msgid "C<format>"
6303 msgstr "C<format>"
6304
6305 #. type: textblock
6306 #: ../src/guestfs-actions.pod:179
6307 msgid ""
6308 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6309 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6310 "Possible formats include C<raw> and C<qcow2>."
6311 msgstr ""
6312
6313 #. type: textblock
6314 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
6315 msgid ""
6316 "Automatic detection of the format opens you up to a potential security hole "
6317 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6318 "RHBZ#642934.  Specifying the format closes this security hole."
6319 msgstr ""
6320
6321 #. type: =item
6322 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
6323 msgid "C<iface>"
6324 msgstr "C<iface>"
6325
6326 #. type: textblock
6327 #: ../src/guestfs-actions.pod:190
6328 msgid ""
6329 "This rarely-used option lets you emulate the behaviour of the deprecated "
6330 "C<guestfs_add_drive_with_if> call (q.v.)"
6331 msgstr ""
6332
6333 #. type: textblock
6334 #: ../src/guestfs-actions.pod:197
6335 msgid "(Added in 1.5.23)"
6336 msgstr ""
6337
6338 #. type: =head2
6339 #: ../src/guestfs-actions.pod:199
6340 msgid "guestfs_add_drive_opts_va"
6341 msgstr ""
6342
6343 #. type: verbatim
6344 #: ../src/guestfs-actions.pod:201
6345 #, no-wrap
6346 msgid ""
6347 " int\n"
6348 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6349 "                            const char *filename,\n"
6350 "                            va_list args);\n"
6351 "\n"
6352 msgstr ""
6353
6354 #. type: textblock
6355 #: ../src/guestfs-actions.pod:206
6356 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6357 msgstr ""
6358
6359 #. type: =head2
6360 #: ../src/guestfs-actions.pod:210
6361 msgid "guestfs_add_drive_opts_argv"
6362 msgstr ""
6363
6364 #. type: verbatim
6365 #: ../src/guestfs-actions.pod:212
6366 #, no-wrap
6367 msgid ""
6368 " int\n"
6369 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6370 "                              const char *filename,\n"
6371 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6372 "\n"
6373 msgstr ""
6374
6375 #. type: textblock
6376 #: ../src/guestfs-actions.pod:217
6377 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6378 msgstr ""
6379
6380 #. type: =head2
6381 #: ../src/guestfs-actions.pod:221
6382 msgid "guestfs_add_drive_ro"
6383 msgstr ""
6384
6385 #. type: verbatim
6386 #: ../src/guestfs-actions.pod:223
6387 #, no-wrap
6388 msgid ""
6389 " int\n"
6390 " guestfs_add_drive_ro (guestfs_h *g,\n"
6391 "                       const char *filename);\n"
6392 "\n"
6393 msgstr ""
6394
6395 #. type: textblock
6396 #: ../src/guestfs-actions.pod:227
6397 msgid ""
6398 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6399 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6400 "disk is added read-only, with the format being detected automatically."
6401 msgstr ""
6402
6403 #. type: textblock
6404 #: ../src/guestfs-actions.pod:234
6405 msgid "(Added in 1.0.38)"
6406 msgstr ""
6407
6408 #. type: =head2
6409 #: ../src/guestfs-actions.pod:236
6410 msgid "guestfs_add_drive_ro_with_if"
6411 msgstr ""
6412
6413 #. type: verbatim
6414 #: ../src/guestfs-actions.pod:238
6415 #, no-wrap
6416 msgid ""
6417 " int\n"
6418 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6419 "                               const char *filename,\n"
6420 "                               const char *iface);\n"
6421 "\n"
6422 msgstr ""
6423
6424 #. type: textblock
6425 #: ../src/guestfs-actions.pod:243
6426 msgid ""
6427 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6428 "QEMU interface emulation to use at run time."
6429 msgstr ""
6430
6431 #. type: textblock
6432 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276
6433 #: ../src/guestfs-actions.pod:2356
6434 msgid "(Added in 1.0.84)"
6435 msgstr ""
6436
6437 #. type: =head2
6438 #: ../src/guestfs-actions.pod:257
6439 msgid "guestfs_add_drive_with_if"
6440 msgstr ""
6441
6442 #. type: verbatim
6443 #: ../src/guestfs-actions.pod:259
6444 #, no-wrap
6445 msgid ""
6446 " int\n"
6447 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6448 "                            const char *filename,\n"
6449 "                            const char *iface);\n"
6450 "\n"
6451 msgstr ""
6452
6453 #. type: textblock
6454 #: ../src/guestfs-actions.pod:264
6455 msgid ""
6456 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6457 "QEMU interface emulation to use at run time."
6458 msgstr ""
6459
6460 #. type: =head2
6461 #: ../src/guestfs-actions.pod:278
6462 msgid "guestfs_aug_clear"
6463 msgstr ""
6464
6465 #. type: verbatim
6466 #: ../src/guestfs-actions.pod:280
6467 #, no-wrap
6468 msgid ""
6469 " int\n"
6470 " guestfs_aug_clear (guestfs_h *g,\n"
6471 "                    const char *augpath);\n"
6472 "\n"
6473 msgstr ""
6474
6475 #. type: textblock
6476 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6477 msgid ""
6478 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6479 "L<augtool(1)> C<clear> command."
6480 msgstr ""
6481
6482 #. type: textblock
6483 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2106
6484 msgid "(Added in 1.3.4)"
6485 msgstr ""
6486
6487 #. type: =head2
6488 #: ../src/guestfs-actions.pod:291
6489 msgid "guestfs_aug_close"
6490 msgstr ""
6491
6492 #. type: verbatim
6493 #: ../src/guestfs-actions.pod:293
6494 #, no-wrap
6495 msgid ""
6496 " int\n"
6497 " guestfs_aug_close (guestfs_h *g);\n"
6498 "\n"
6499 msgstr ""
6500
6501 #. type: textblock
6502 #: ../src/guestfs-actions.pod:296
6503 msgid ""
6504 "Close the current Augeas handle and free up any resources used by it.  After "
6505 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6506 "any other Augeas functions."
6507 msgstr ""
6508
6509 #. type: textblock
6510 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328
6511 #: ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360
6512 #: ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438
6513 #: ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483
6514 #: ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511
6515 #: ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543
6516 #: ../src/guestfs-actions.pod:5480
6517 msgid "(Added in 0.7)"
6518 msgstr ""
6519
6520 #. type: =head2
6521 #: ../src/guestfs-actions.pod:305
6522 msgid "guestfs_aug_defnode"
6523 msgstr ""
6524
6525 #. type: verbatim
6526 #: ../src/guestfs-actions.pod:307
6527 #, no-wrap
6528 msgid ""
6529 " struct guestfs_int_bool *\n"
6530 " guestfs_aug_defnode (guestfs_h *g,\n"
6531 "                      const char *name,\n"
6532 "                      const char *expr,\n"
6533 "                      const char *val);\n"
6534 "\n"
6535 msgstr ""
6536
6537 #. type: textblock
6538 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6539 msgid ""
6540 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6541 msgstr ""
6542
6543 #. type: textblock
6544 #: ../src/guestfs-actions.pod:316
6545 msgid ""
6546 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6547 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6548 "containing that single node."
6549 msgstr ""
6550
6551 #. type: textblock
6552 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6553 msgid ""
6554 "On success this returns a pair containing the number of nodes in the "
6555 "nodeset, and a boolean flag if a node was created."
6556 msgstr ""
6557
6558 #. type: textblock
6559 #: ../src/guestfs-actions.pod:324
6560 msgid ""
6561 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6562 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6563 msgstr ""
6564
6565 #. type: =head2
6566 #: ../src/guestfs-actions.pod:330
6567 msgid "guestfs_aug_defvar"
6568 msgstr ""
6569
6570 #. type: verbatim
6571 #: ../src/guestfs-actions.pod:332
6572 #, no-wrap
6573 msgid ""
6574 " int\n"
6575 " guestfs_aug_defvar (guestfs_h *g,\n"
6576 "                     const char *name,\n"
6577 "                     const char *expr);\n"
6578 "\n"
6579 msgstr ""
6580
6581 #. type: textblock
6582 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6583 msgid ""
6584 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6585 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6586 msgstr ""
6587
6588 #. type: textblock
6589 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6590 msgid ""
6591 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6592 "evaluates to something which is not a nodeset."
6593 msgstr ""
6594
6595 #. type: =head2
6596 #: ../src/guestfs-actions.pod:348
6597 msgid "guestfs_aug_get"
6598 msgstr ""
6599
6600 #. type: verbatim
6601 #: ../src/guestfs-actions.pod:350
6602 #, no-wrap
6603 msgid ""
6604 " char *\n"
6605 " guestfs_aug_get (guestfs_h *g,\n"
6606 "                  const char *augpath);\n"
6607 "\n"
6608 msgstr ""
6609
6610 #. type: textblock
6611 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6612 msgid ""
6613 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6614 "node, the C<value> is returned."
6615 msgstr ""
6616
6617 #. type: textblock
6618 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857
6619 #: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935
6620 #: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054
6621 #: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201
6622 #: ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354
6623 #: ../src/guestfs-actions.pod:1545 ../src/guestfs-actions.pod:1657
6624 #: ../src/guestfs-actions.pod:1820 ../src/guestfs-actions.pod:1837
6625 #: ../src/guestfs-actions.pod:1904 ../src/guestfs-actions.pod:1938
6626 #: ../src/guestfs-actions.pod:1959 ../src/guestfs-actions.pod:2129
6627 #: ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2528
6628 #: ../src/guestfs-actions.pod:2621 ../src/guestfs-actions.pod:2732
6629 #: ../src/guestfs-actions.pod:2752 ../src/guestfs-actions.pod:2872
6630 #: ../src/guestfs-actions.pod:2903 ../src/guestfs-actions.pod:2927
6631 #: ../src/guestfs-actions.pod:2964 ../src/guestfs-actions.pod:3024
6632 #: ../src/guestfs-actions.pod:3047 ../src/guestfs-actions.pod:3068
6633 #: ../src/guestfs-actions.pod:3640 ../src/guestfs-actions.pod:3990
6634 #: ../src/guestfs-actions.pod:4160 ../src/guestfs-actions.pod:4270
6635 #: ../src/guestfs-actions.pod:5015 ../src/guestfs-actions.pod:5208
6636 #: ../src/guestfs-actions.pod:5378 ../src/guestfs-actions.pod:5556
6637 #: ../src/guestfs-actions.pod:5605 ../src/guestfs-actions.pod:6217
6638 #: ../src/guestfs-actions.pod:6233 ../src/guestfs-actions.pod:6250
6639 #: ../src/guestfs-actions.pod:6274 ../src/guestfs-actions.pod:6948
6640 #: ../src/guestfs-actions.pod:6967 ../src/guestfs-actions.pod:6985
6641 #: ../src/guestfs-actions.pod:7165 ../src/guestfs-actions.pod:7437
6642 msgid ""
6643 "This function returns a string, or NULL on error.  I<The caller must free "
6644 "the returned string after use>."
6645 msgstr ""
6646
6647 #. type: =head2
6648 #: ../src/guestfs-actions.pod:362
6649 msgid "guestfs_aug_init"
6650 msgstr ""
6651
6652 #. type: verbatim
6653 #: ../src/guestfs-actions.pod:364
6654 #, no-wrap
6655 msgid ""
6656 " int\n"
6657 " guestfs_aug_init (guestfs_h *g,\n"
6658 "                   const char *root,\n"
6659 "                   int flags);\n"
6660 "\n"
6661 msgstr ""
6662
6663 #. type: textblock
6664 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6665 msgid ""
6666 "Create a new Augeas handle for editing configuration files.  If there was "
6667 "any previous Augeas handle associated with this guestfs session, then it is "
6668 "closed."
6669 msgstr ""
6670
6671 #. type: textblock
6672 #: ../src/guestfs-actions.pod:373
6673 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6674 msgstr ""
6675
6676 #. type: textblock
6677 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6678 msgid ""
6679 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6680 msgstr ""
6681
6682 #. type: textblock
6683 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6684 msgid ""
6685 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6686 "logical I<or> of the following integers:"
6687 msgstr ""
6688
6689 #. type: =item
6690 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6691 msgid "C<AUG_SAVE_BACKUP> = 1"
6692 msgstr "C<AUG_SAVE_BACKUP> = 1"
6693
6694 #. type: textblock
6695 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6696 msgid "Keep the original file with a C<.augsave> extension."
6697 msgstr ""
6698
6699 #. type: =item
6700 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6701 msgid "C<AUG_SAVE_NEWFILE> = 2"
6702 msgstr "C<AUG_SAVE_NEWFILE> = 2"
6703
6704 #. type: textblock
6705 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6706 msgid ""
6707 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6708 "original.  Overrides C<AUG_SAVE_BACKUP>."
6709 msgstr ""
6710
6711 #. type: =item
6712 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6713 msgid "C<AUG_TYPE_CHECK> = 4"
6714 msgstr "C<AUG_TYPE_CHECK> = 4"
6715
6716 #. type: textblock
6717 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6718 msgid "Typecheck lenses (can be expensive)."
6719 msgstr ""
6720
6721 #. type: =item
6722 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6723 msgid "C<AUG_NO_STDINC> = 8"
6724 msgstr "C<AUG_NO_STDINC> = 8"
6725
6726 #. type: textblock
6727 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6728 msgid "Do not use standard load path for modules."
6729 msgstr ""
6730
6731 #. type: =item
6732 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6733 msgid "C<AUG_SAVE_NOOP> = 16"
6734 msgstr "C<AUG_SAVE_NOOP> = 16"
6735
6736 #. type: textblock
6737 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6738 msgid "Make save a no-op, just record what would have been changed."
6739 msgstr ""
6740
6741 #. type: =item
6742 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6743 msgid "C<AUG_NO_LOAD> = 32"
6744 msgstr "C<AUG_NO_LOAD> = 32"
6745
6746 #. type: textblock
6747 #: ../src/guestfs-actions.pod:408
6748 msgid "Do not load the tree in C<guestfs_aug_init>."
6749 msgstr ""
6750
6751 #. type: textblock
6752 #: ../src/guestfs-actions.pod:412
6753 msgid "To close the handle, you can call C<guestfs_aug_close>."
6754 msgstr ""
6755
6756 #. type: textblock
6757 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6758 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6759 msgstr ""
6760
6761 #. type: =head2
6762 #: ../src/guestfs-actions.pod:420
6763 msgid "guestfs_aug_insert"
6764 msgstr ""
6765
6766 #. type: verbatim
6767 #: ../src/guestfs-actions.pod:422
6768 #, no-wrap
6769 msgid ""
6770 " int\n"
6771 " guestfs_aug_insert (guestfs_h *g,\n"
6772 "                     const char *augpath,\n"
6773 "                     const char *label,\n"
6774 "                     int before);\n"
6775 "\n"
6776 msgstr ""
6777
6778 #. type: textblock
6779 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6780 msgid ""
6781 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6782 "or after C<path> (depending on the boolean flag C<before>)."
6783 msgstr ""
6784
6785 #. type: textblock
6786 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6787 msgid ""
6788 "C<path> must match exactly one existing node in the tree, and C<label> must "
6789 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6790 msgstr ""
6791
6792 #. type: =head2
6793 #: ../src/guestfs-actions.pod:440
6794 msgid "guestfs_aug_load"
6795 msgstr ""
6796
6797 #. type: verbatim
6798 #: ../src/guestfs-actions.pod:442
6799 #, no-wrap
6800 msgid ""
6801 " int\n"
6802 " guestfs_aug_load (guestfs_h *g);\n"
6803 "\n"
6804 msgstr ""
6805
6806 #. type: textblock
6807 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6808 msgid "Load files into the tree."
6809 msgstr "Завантажити файли до ієрархії."
6810
6811 #. type: textblock
6812 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6813 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6814 msgstr ""
6815
6816 #. type: =head2
6817 #: ../src/guestfs-actions.pod:454
6818 msgid "guestfs_aug_ls"
6819 msgstr ""
6820
6821 #. type: verbatim
6822 #: ../src/guestfs-actions.pod:456
6823 #, no-wrap
6824 msgid ""
6825 " char **\n"
6826 " guestfs_aug_ls (guestfs_h *g,\n"
6827 "                 const char *augpath);\n"
6828 "\n"
6829 msgstr ""
6830
6831 #. type: textblock
6832 #: ../src/guestfs-actions.pod:460
6833 msgid ""
6834 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6835 "sorting the resulting nodes into alphabetical order."
6836 msgstr ""
6837
6838 #. type: textblock
6839 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479
6840 #: ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073
6841 #: ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388
6842 #: ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510
6843 #: ../src/guestfs-actions.pod:1759 ../src/guestfs-actions.pod:2201
6844 #: ../src/guestfs-actions.pod:2217 ../src/guestfs-actions.pod:2236
6845 #: ../src/guestfs-actions.pod:2279 ../src/guestfs-actions.pod:2303
6846 #: ../src/guestfs-actions.pod:2374 ../src/guestfs-actions.pod:2423
6847 #: ../src/guestfs-actions.pod:2690 ../src/guestfs-actions.pod:2981
6848 #: ../src/guestfs-actions.pod:3270 ../src/guestfs-actions.pod:3560
6849 #: ../src/guestfs-actions.pod:3622 ../src/guestfs-actions.pod:3727
6850 #: ../src/guestfs-actions.pod:4132 ../src/guestfs-actions.pod:4830
6851 #: ../src/guestfs-actions.pod:5350 ../src/guestfs-actions.pod:5476
6852 #: ../src/guestfs-actions.pod:5590 ../src/guestfs-actions.pod:6290
6853 #: ../src/guestfs-actions.pod:6351 ../src/guestfs-actions.pod:6406
6854 #: ../src/guestfs-actions.pod:6552 ../src/guestfs-actions.pod:6576
6855 #: ../src/guestfs-actions.pod:7058 ../src/guestfs-actions.pod:7078
6856 #: ../src/guestfs-actions.pod:7125 ../src/guestfs-actions.pod:7290
6857 #: ../src/guestfs-actions.pod:7309 ../src/guestfs-actions.pod:7394
6858 #: ../src/guestfs-actions.pod:7413 ../src/guestfs-actions.pod:7459
6859 #: ../src/guestfs-actions.pod:7478
6860 msgid ""
6861 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6862 ">), or NULL if there was an error.  I<The caller must free the strings and "
6863 "the array after use>."
6864 msgstr ""
6865
6866 #. type: textblock
6867 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998
6868 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426
6869 #: ../src/guestfs-actions.pod:3348 ../src/guestfs-actions.pod:3379
6870 #: ../src/guestfs-actions.pod:3973 ../src/guestfs-actions.pod:4023
6871 #: ../src/guestfs-actions.pod:4210 ../src/guestfs-actions.pod:4243
6872 #: ../src/guestfs-actions.pod:4406 ../src/guestfs-actions.pod:4834
6873 #: ../src/guestfs-actions.pod:5291 ../src/guestfs-actions.pod:5686
6874 #: ../src/guestfs-actions.pod:5700 ../src/guestfs-actions.pod:5712
6875 #: ../src/guestfs-actions.pod:6152 ../src/guestfs-actions.pod:6790
6876 #: ../src/guestfs-actions.pod:6803 ../src/guestfs-actions.pod:7042
6877 #: ../src/guestfs-actions.pod:7278
6878 msgid "(Added in 0.8)"
6879 msgstr ""
6880
6881 #. type: =head2
6882 #: ../src/guestfs-actions.pod:469
6883 msgid "guestfs_aug_match"
6884 msgstr ""
6885
6886 #. type: verbatim
6887 #: ../src/guestfs-actions.pod:471
6888 #, no-wrap
6889 msgid ""
6890 " char **\n"
6891 " guestfs_aug_match (guestfs_h *g,\n"
6892 "                    const char *augpath);\n"
6893 "\n"
6894 msgstr ""
6895
6896 #. type: textblock
6897 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6898 msgid ""
6899 "Returns a list of paths which match the path expression C<path>.  The "
6900 "returned paths are sufficiently qualified so that they match exactly one "
6901 "node in the current tree."
6902 msgstr ""
6903
6904 #. type: =head2
6905 #: ../src/guestfs-actions.pod:485
6906 msgid "guestfs_aug_mv"
6907 msgstr ""
6908
6909 #. type: verbatim
6910 #: ../src/guestfs-actions.pod:487
6911 #, no-wrap
6912 msgid ""
6913 " int\n"
6914 " guestfs_aug_mv (guestfs_h *g,\n"
6915 "                 const char *src,\n"
6916 "                 const char *dest);\n"
6917 "\n"
6918 msgstr ""
6919
6920 #. type: textblock
6921 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6922 msgid ""
6923 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6924 "C<dest> is overwritten if it exists."
6925 msgstr ""
6926
6927 #. type: =head2
6928 #: ../src/guestfs-actions.pod:499
6929 msgid "guestfs_aug_rm"
6930 msgstr ""
6931
6932 #. type: verbatim
6933 #: ../src/guestfs-actions.pod:501
6934 #, no-wrap
6935 msgid ""
6936 " int\n"
6937 " guestfs_aug_rm (guestfs_h *g,\n"
6938 "                 const char *augpath);\n"
6939 "\n"
6940 msgstr ""
6941
6942 #. type: textblock
6943 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6944 msgid "Remove C<path> and all of its children."
6945 msgstr ""
6946
6947 #. type: textblock
6948 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6949 msgid "On success this returns the number of entries which were removed."
6950 msgstr ""
6951
6952 #. type: =head2
6953 #: ../src/guestfs-actions.pod:513
6954 msgid "guestfs_aug_save"
6955 msgstr ""
6956
6957 #. type: verbatim
6958 #: ../src/guestfs-actions.pod:515
6959 #, no-wrap
6960 msgid ""
6961 " int\n"
6962 " guestfs_aug_save (guestfs_h *g);\n"
6963 "\n"
6964 msgstr ""
6965
6966 #. type: textblock
6967 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6968 msgid "This writes all pending changes to disk."
6969 msgstr ""
6970
6971 #. type: textblock
6972 #: ../src/guestfs-actions.pod:520
6973 msgid ""
6974 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6975 "are saved."
6976 msgstr ""
6977
6978 #. type: =head2
6979 #: ../src/guestfs-actions.pod:527
6980 msgid "guestfs_aug_set"
6981 msgstr ""
6982
6983 #. type: verbatim
6984 #: ../src/guestfs-actions.pod:529
6985 #, no-wrap
6986 msgid ""
6987 " int\n"
6988 " guestfs_aug_set (guestfs_h *g,\n"
6989 "                  const char *augpath,\n"
6990 "                  const char *val);\n"
6991 "\n"
6992 msgstr ""
6993
6994 #. type: textblock
6995 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
6996 msgid "Set the value associated with C<path> to C<val>."
6997 msgstr ""
6998
6999 #. type: textblock
7000 #: ../src/guestfs-actions.pod:536
7001 msgid ""
7002 "In the Augeas API, it is possible to clear a node by setting the value to "
7003 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
7004 "this call.  Instead you must use the C<guestfs_aug_clear> call."
7005 msgstr ""
7006
7007 #. type: =head2
7008 #: ../src/guestfs-actions.pod:545
7009 msgid "guestfs_available"
7010 msgstr ""
7011
7012 #. type: verbatim
7013 #: ../src/guestfs-actions.pod:547
7014 #, no-wrap
7015 msgid ""
7016 " int\n"
7017 " guestfs_available (guestfs_h *g,\n"
7018 "                    char *const *groups);\n"
7019 "\n"
7020 msgstr ""
7021
7022 #. type: textblock
7023 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
7024 msgid ""
7025 "This command is used to check the availability of some groups of "
7026 "functionality in the appliance, which not all builds of the libguestfs "
7027 "appliance will be able to provide."
7028 msgstr ""
7029
7030 #. type: textblock
7031 #: ../src/guestfs-actions.pod:555
7032 msgid ""
7033 "The libguestfs groups, and the functions that those groups correspond to, "
7034 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
7035 "runtime by calling C<guestfs_available_all_groups>."
7036 msgstr ""
7037
7038 #. type: textblock
7039 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
7040 msgid ""
7041 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
7042 "\"]> would check for the availability of the Linux inotify functions and "
7043 "Augeas (configuration file editing) functions."
7044 msgstr ""
7045
7046 #. type: textblock
7047 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
7048 msgid "The command returns no error if I<all> requested groups are available."
7049 msgstr ""
7050
7051 #. type: textblock
7052 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
7053 msgid ""
7054 "It fails with an error if one or more of the requested groups is unavailable "
7055 "in the appliance."
7056 msgstr ""
7057
7058 #. type: textblock
7059 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
7060 msgid ""
7061 "If an unknown group name is included in the list of groups then an error is "
7062 "always returned."
7063 msgstr ""
7064
7065 #. type: textblock
7066 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
7067 msgid "I<Notes:>"
7068 msgstr "I<Нотатки:>"
7069
7070 #. type: textblock
7071 #: ../src/guestfs-actions.pod:579
7072 msgid "You must call C<guestfs_launch> before calling this function."
7073 msgstr ""
7074
7075 #. type: textblock
7076 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
7077 msgid ""
7078 "The reason is because we don't know what groups are supported by the "
7079 "appliance/daemon until it is running and can be queried."
7080 msgstr ""
7081
7082 #. type: textblock
7083 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
7084 msgid ""
7085 "If a group of functions is available, this does not necessarily mean that "
7086 "they will work.  You still have to check for errors when calling individual "
7087 "API functions even if they are available."
7088 msgstr ""
7089
7090 #. type: textblock
7091 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
7092 msgid ""
7093 "It is usually the job of distro packagers to build complete functionality "
7094 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
7095 "with all requirements satisfied, will support everything."
7096 msgstr ""
7097
7098 #. type: textblock
7099 #: ../src/guestfs-actions.pod:601
7100 msgid ""
7101 "This call was added in version C<1.0.80>.  In previous versions of "
7102 "libguestfs all you could do would be to speculatively execute a command to "
7103 "find out if the daemon implemented it.  See also C<guestfs_version>."
7104 msgstr ""
7105
7106 #. type: textblock
7107 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
7108 msgid "(Added in 1.0.80)"
7109 msgstr ""
7110
7111 #. type: =head2
7112 #: ../src/guestfs-actions.pod:612
7113 msgid "guestfs_available_all_groups"
7114 msgstr ""
7115
7116 #. type: verbatim
7117 #: ../src/guestfs-actions.pod:614
7118 #, no-wrap
7119 msgid ""
7120 " char **\n"
7121 " guestfs_available_all_groups (guestfs_h *g);\n"
7122 "\n"
7123 msgstr ""
7124
7125 #. type: textblock
7126 #: ../src/guestfs-actions.pod:617
7127 msgid ""
7128 "This command returns a list of all optional groups that this daemon knows "
7129 "about.  Note this returns both supported and unsupported groups.  To find "
7130 "out which ones the daemon can actually support you have to call "
7131 "C<guestfs_available> on each member of the returned list."
7132 msgstr ""
7133
7134 #. type: textblock
7135 #: ../src/guestfs-actions.pod:623
7136 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7137 msgstr ""
7138
7139 #. type: textblock
7140 #: ../src/guestfs-actions.pod:629
7141 msgid "(Added in 1.3.15)"
7142 msgstr ""
7143
7144 #. type: =head2
7145 #: ../src/guestfs-actions.pod:631
7146 msgid "guestfs_base64_in"
7147 msgstr ""
7148
7149 #. type: verbatim
7150 #: ../src/guestfs-actions.pod:633
7151 #, no-wrap
7152 msgid ""
7153 " int\n"
7154 " guestfs_base64_in (guestfs_h *g,\n"
7155 "                    const char *base64file,\n"
7156 "                    const char *filename);\n"
7157 "\n"
7158 msgstr ""
7159
7160 #. type: textblock
7161 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
7162 msgid ""
7163 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7164 msgstr ""
7165
7166 #. type: textblock
7167 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
7168 msgid "(Added in 1.3.5)"
7169 msgstr ""
7170
7171 #. type: =head2
7172 #: ../src/guestfs-actions.pod:645
7173 msgid "guestfs_base64_out"
7174 msgstr ""
7175
7176 #. type: verbatim
7177 #: ../src/guestfs-actions.pod:647
7178 #, no-wrap
7179 msgid ""
7180 " int\n"
7181 " guestfs_base64_out (guestfs_h *g,\n"
7182 "                     const char *filename,\n"
7183 "                     const char *base64file);\n"
7184 "\n"
7185 msgstr ""
7186
7187 #. type: textblock
7188 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
7189 msgid ""
7190 "This command downloads the contents of C<filename>, writing it out to local "
7191 "file C<base64file> encoded as base64."
7192 msgstr ""
7193
7194 #. type: =head2
7195 #: ../src/guestfs-actions.pod:659
7196 msgid "guestfs_blockdev_flushbufs"
7197 msgstr ""
7198
7199 #. type: verbatim
7200 #: ../src/guestfs-actions.pod:661
7201 #, no-wrap
7202 msgid ""
7203 " int\n"
7204 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7205 "                             const char *device);\n"
7206 "\n"
7207 msgstr ""
7208
7209 #. type: textblock
7210 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
7211 msgid ""
7212 "This tells the kernel to flush internal buffers associated with C<device>."
7213 msgstr ""
7214
7215 #. type: textblock
7216 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685
7217 #: ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716
7218 #: ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753
7219 #: ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785
7220 #: ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813
7221 #: ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459
7222 #: ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478
7223 #: ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503
7224 #: ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522
7225 #: ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
7226 msgid "This uses the L<blockdev(8)> command."
7227 msgstr ""
7228
7229 #. type: textblock
7230 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689
7231 #: ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720
7232 #: ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757
7233 #: ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789
7234 #: ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
7235 msgid "(Added in 0.9.3)"
7236 msgstr ""
7237
7238 #. type: =head2
7239 #: ../src/guestfs-actions.pod:674
7240 msgid "guestfs_blockdev_getbsz"
7241 msgstr ""
7242
7243 #. type: verbatim
7244 #: ../src/guestfs-actions.pod:676
7245 #, no-wrap
7246 msgid ""
7247 " int\n"
7248 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7249 "                          const char *device);\n"
7250 "\n"
7251 msgstr ""
7252
7253 #. type: textblock
7254 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
7255 msgid "This returns the block size of a device."
7256 msgstr ""
7257
7258 #. type: textblock
7259 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782
7260 #: ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
7261 msgid ""
7262 "(Note this is different from both I<size in blocks> and I<filesystem block "
7263 "size>)."
7264 msgstr ""
7265
7266 #. type: =head2
7267 #: ../src/guestfs-actions.pod:691
7268 msgid "guestfs_blockdev_getro"
7269 msgstr ""
7270
7271 #. type: verbatim
7272 #: ../src/guestfs-actions.pod:693
7273 #, no-wrap
7274 msgid ""
7275 " int\n"
7276 " guestfs_blockdev_getro (guestfs_h *g,\n"
7277 "                         const char *device);\n"
7278 "\n"
7279 msgstr ""
7280
7281 #. type: textblock
7282 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
7283 msgid ""
7284 "Returns a boolean indicating if the block device is read-only (true if read-"
7285 "only, false if not)."
7286 msgstr ""
7287
7288 #. type: textblock
7289 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409
7290 #: ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1914
7291 #: ../src/guestfs-actions.pod:1925 ../src/guestfs-actions.pod:1997
7292 #: ../src/guestfs-actions.pod:2052 ../src/guestfs-actions.pod:2067
7293 #: ../src/guestfs-actions.pod:2092 ../src/guestfs-actions.pod:2115
7294 #: ../src/guestfs-actions.pod:3088 ../src/guestfs-actions.pod:3105
7295 #: ../src/guestfs-actions.pod:3124 ../src/guestfs-actions.pod:3287
7296 #: ../src/guestfs-actions.pod:3301 ../src/guestfs-actions.pod:3316
7297 #: ../src/guestfs-actions.pod:3330 ../src/guestfs-actions.pod:3346
7298 #: ../src/guestfs-actions.pod:3361 ../src/guestfs-actions.pod:3377
7299 #: ../src/guestfs-actions.pod:3391 ../src/guestfs-actions.pod:3404
7300 #: ../src/guestfs-actions.pod:3418 ../src/guestfs-actions.pod:3433
7301 #: ../src/guestfs-actions.pod:3448 ../src/guestfs-actions.pod:4979
7302 msgid "This function returns a C truth value on success or -1 on error."
7303 msgstr ""
7304
7305 #. type: =head2
7306 #: ../src/guestfs-actions.pod:706
7307 msgid "guestfs_blockdev_getsize64"
7308 msgstr ""
7309
7310 #. type: verbatim
7311 #: ../src/guestfs-actions.pod:708
7312 #, no-wrap
7313 msgid ""
7314 " int64_t\n"
7315 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7316 "                             const char *device);\n"
7317 "\n"
7318 msgstr ""
7319
7320 #. type: textblock
7321 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
7322 msgid "This returns the size of the device in bytes."
7323 msgstr ""
7324
7325 #. type: textblock
7326 #: ../src/guestfs-actions.pod:714
7327 msgid "See also C<guestfs_blockdev_getsz>."
7328 msgstr ""
7329
7330 #. type: =head2
7331 #: ../src/guestfs-actions.pod:722
7332 msgid "guestfs_blockdev_getss"
7333 msgstr ""
7334
7335 #. type: verbatim
7336 #: ../src/guestfs-actions.pod:724
7337 #, no-wrap
7338 msgid ""
7339 " int\n"
7340 " guestfs_blockdev_getss (guestfs_h *g,\n"
7341 "                         const char *device);\n"
7342 "\n"
7343 msgstr ""
7344
7345 #. type: textblock
7346 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
7347 msgid ""
7348 "This returns the size of sectors on a block device.  Usually 512, but can be "
7349 "larger for modern devices."
7350 msgstr ""
7351
7352 #. type: textblock
7353 #: ../src/guestfs-actions.pod:731
7354 msgid ""
7355 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7356 "that)."
7357 msgstr ""
7358
7359 #. type: =head2
7360 #: ../src/guestfs-actions.pod:740
7361 msgid "guestfs_blockdev_getsz"
7362 msgstr ""
7363
7364 #. type: verbatim
7365 #: ../src/guestfs-actions.pod:742
7366 #, no-wrap
7367 msgid ""
7368 " int64_t\n"
7369 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7370 "                         const char *device);\n"
7371 "\n"
7372 msgstr ""
7373
7374 #. type: textblock
7375 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
7376 msgid ""
7377 "This returns the size of the device in units of 512-byte sectors (even if "
7378 "the sectorsize isn't 512 bytes ... weird)."
7379 msgstr ""
7380
7381 #. type: textblock
7382 #: ../src/guestfs-actions.pod:749
7383 msgid ""
7384 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7385 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7386 msgstr ""
7387
7388 #. type: =head2
7389 #: ../src/guestfs-actions.pod:759
7390 msgid "guestfs_blockdev_rereadpt"
7391 msgstr ""
7392
7393 #. type: verbatim
7394 #: ../src/guestfs-actions.pod:761
7395 #, no-wrap
7396 msgid ""
7397 " int\n"
7398 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7399 "                            const char *device);\n"
7400 "\n"
7401 msgstr ""
7402
7403 #. type: textblock
7404 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
7405 msgid "Reread the partition table on C<device>."
7406 msgstr ""
7407
7408 #. type: =head2
7409 #: ../src/guestfs-actions.pod:773
7410 msgid "guestfs_blockdev_setbsz"
7411 msgstr ""
7412
7413 #. type: verbatim
7414 #: ../src/guestfs-actions.pod:775
7415 #, no-wrap
7416 msgid ""
7417 " int\n"
7418 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7419 "                          const char *device,\n"
7420 "                          int blocksize);\n"
7421 "\n"
7422 msgstr ""
7423
7424 #. type: textblock
7425 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
7426 msgid "This sets the block size of a device."
7427 msgstr ""
7428
7429 #. type: =head2
7430 #: ../src/guestfs-actions.pod:791
7431 msgid "guestfs_blockdev_setro"
7432 msgstr ""
7433
7434 #. type: verbatim
7435 #: ../src/guestfs-actions.pod:793
7436 #, no-wrap
7437 msgid ""
7438 " int\n"
7439 " guestfs_blockdev_setro (guestfs_h *g,\n"
7440 "                         const char *device);\n"
7441 "\n"
7442 msgstr ""
7443
7444 #. type: textblock
7445 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
7446 msgid "Sets the block device named C<device> to read-only."
7447 msgstr ""
7448
7449 #. type: =head2
7450 #: ../src/guestfs-actions.pod:805
7451 msgid "guestfs_blockdev_setrw"
7452 msgstr ""
7453
7454 #. type: verbatim
7455 #: ../src/guestfs-actions.pod:807
7456 #, no-wrap
7457 msgid ""
7458 " int\n"
7459 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7460 "                         const char *device);\n"
7461 "\n"
7462 msgstr ""
7463
7464 #. type: textblock
7465 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
7466 msgid "Sets the block device named C<device> to read-write."
7467 msgstr ""
7468
7469 #. type: =head2
7470 #: ../src/guestfs-actions.pod:819
7471 msgid "guestfs_case_sensitive_path"
7472 msgstr ""
7473
7474 #. type: verbatim
7475 #: ../src/guestfs-actions.pod:821
7476 #, no-wrap
7477 msgid ""
7478 " char *\n"
7479 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7480 "                              const char *path);\n"
7481 "\n"
7482 msgstr ""
7483
7484 #. type: textblock
7485 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
7486 msgid ""
7487 "This can be used to resolve case insensitive paths on a filesystem which is "
7488 "case sensitive.  The use case is to resolve paths which you have read from "
7489 "Windows configuration files or the Windows Registry, to the true path."
7490 msgstr ""
7491
7492 #. type: textblock
7493 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
7494 msgid ""
7495 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7496 "(and probably others), which is that although the underlying filesystem is "
7497 "case-insensitive, the driver exports the filesystem to Linux as case-"
7498 "sensitive."
7499 msgstr ""
7500
7501 #. type: textblock
7502 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
7503 msgid ""
7504 "One consequence of this is that special directories such as C<c:\\windows> "
7505 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7506 "precise details of how they were created.  In Windows itself this would not "
7507 "be a problem."
7508 msgstr ""
7509
7510 #. type: textblock
7511 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7512 msgid ""
7513 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7514 "#posixfilenames1>"
7515 msgstr ""
7516
7517 #. type: textblock
7518 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7519 msgid ""
7520 "This function resolves the true case of each element in the path and returns "
7521 "the case-sensitive path."
7522 msgstr ""
7523
7524 #. type: textblock
7525 #: ../src/guestfs-actions.pod:847
7526 msgid ""
7527 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7528 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7529 "how the directories were originally created under Windows)."
7530 msgstr ""
7531
7532 #. type: textblock
7533 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7534 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7535 msgstr ""
7536
7537 #. type: textblock
7538 #: ../src/guestfs-actions.pod:855
7539 msgid "See also C<guestfs_realpath>."
7540 msgstr ""
7541
7542 #. type: textblock
7543 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:6970
7544 msgid "(Added in 1.0.75)"
7545 msgstr ""
7546
7547 #. type: =head2
7548 #: ../src/guestfs-actions.pod:862
7549 msgid "guestfs_cat"
7550 msgstr ""
7551
7552 #. type: verbatim
7553 #: ../src/guestfs-actions.pod:864
7554 #, no-wrap
7555 msgid ""
7556 " char *\n"
7557 " guestfs_cat (guestfs_h *g,\n"
7558 "              const char *path);\n"
7559 "\n"
7560 msgstr ""
7561
7562 #. type: textblock
7563 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5466
7564 #: ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3667
7565 msgid "Return the contents of the file named C<path>."
7566 msgstr ""
7567
7568 #. type: textblock
7569 #: ../src/guestfs-actions.pod:870
7570 msgid ""
7571 "Note that this function cannot correctly handle binary files (specifically, "
7572 "files containing C<\\0> character which is treated as end of string).  For "
7573 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7574 "functions which have a more complex interface."
7575 msgstr ""
7576
7577 #. type: textblock
7578 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057
7579 #: ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373
7580 #: ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495
7581 #: ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1763
7582 #: ../src/guestfs-actions.pod:2221 ../src/guestfs-actions.pod:2240
7583 #: ../src/guestfs-actions.pod:2283 ../src/guestfs-actions.pod:2307
7584 #: ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:2353
7585 #: ../src/guestfs-actions.pod:5248 ../src/guestfs-actions.pod:5274
7586 #: ../src/guestfs-actions.pod:5405 ../src/guestfs-actions.pod:5431
7587 #: ../src/guestfs-actions.pod:5455 ../src/guestfs-actions.pod:6355
7588 #: ../src/guestfs-actions.pod:6410 ../src/guestfs-actions.pod:6556
7589 #: ../src/guestfs-actions.pod:6580 ../src/guestfs-actions.pod:7242
7590 #: ../src/guestfs-actions.pod:7268 ../src/guestfs-actions.pod:7294
7591 #: ../src/guestfs-actions.pod:7313 ../src/guestfs-actions.pod:7398
7592 #: ../src/guestfs-actions.pod:7417 ../src/guestfs-actions.pod:7463
7593 #: ../src/guestfs-actions.pod:7482 ../fish/guestfish-actions.pod:587
7594 #: ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734
7595 #: ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920
7596 #: ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997
7597 #: ../fish/guestfish-actions.pod:1192 ../fish/guestfish-actions.pod:1493
7598 #: ../fish/guestfish-actions.pod:1503 ../fish/guestfish-actions.pod:1531
7599 #: ../fish/guestfish-actions.pod:1546 ../fish/guestfish-actions.pod:1556
7600 #: ../fish/guestfish-actions.pod:1575 ../fish/guestfish-actions.pod:3537
7601 #: ../fish/guestfish-actions.pod:3552 ../fish/guestfish-actions.pod:3628
7602 #: ../fish/guestfish-actions.pod:3645 ../fish/guestfish-actions.pod:3660
7603 #: ../fish/guestfish-actions.pod:4286 ../fish/guestfish-actions.pod:4332
7604 #: ../fish/guestfish-actions.pod:4417 ../fish/guestfish-actions.pod:4432
7605 #: ../fish/guestfish-actions.pod:4842 ../fish/guestfish-actions.pod:4860
7606 #: ../fish/guestfish-actions.pod:4877 ../fish/guestfish-actions.pod:4887
7607 #: ../fish/guestfish-actions.pod:4935 ../fish/guestfish-actions.pod:4945
7608 #: ../fish/guestfish-actions.pod:4974 ../fish/guestfish-actions.pod:4984
7609 msgid ""
7610 "Because of the message protocol, there is a transfer limit of somewhere "
7611 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7612 msgstr ""
7613
7614 #. type: textblock
7615 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3564
7616 #: ../src/guestfs-actions.pod:3626 ../src/guestfs-actions.pod:3643
7617 #: ../src/guestfs-actions.pod:3731 ../src/guestfs-actions.pod:4136
7618 #: ../src/guestfs-actions.pod:4150 ../src/guestfs-actions.pod:5354
7619 #: ../src/guestfs-actions.pod:5368 ../src/guestfs-actions.pod:7129
7620 #: ../src/guestfs-actions.pod:7143
7621 msgid "(Added in 0.4)"
7622 msgstr ""
7623
7624 #. type: =head2
7625 #: ../src/guestfs-actions.pod:883
7626 msgid "guestfs_checksum"
7627 msgstr ""
7628
7629 #. type: verbatim
7630 #: ../src/guestfs-actions.pod:885
7631 #, no-wrap
7632 msgid ""
7633 " char *\n"
7634 " guestfs_checksum (guestfs_h *g,\n"
7635 "                   const char *csumtype,\n"
7636 "                   const char *path);\n"
7637 "\n"
7638 msgstr ""
7639
7640 #. type: textblock
7641 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7642 msgid ""
7643 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7644 msgstr ""
7645
7646 #. type: textblock
7647 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7648 msgid ""
7649 "The type of checksum to compute is given by the C<csumtype> parameter which "
7650 "must have one of the following values:"
7651 msgstr ""
7652
7653 #. type: =item
7654 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7655 msgid "C<crc>"
7656 msgstr "C<crc>"
7657
7658 #. type: textblock
7659 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7660 msgid ""
7661 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7662 "C<cksum> command."
7663 msgstr ""
7664
7665 #. type: =item
7666 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7667 msgid "C<md5>"
7668 msgstr "C<md5>"
7669
7670 #. type: textblock
7671 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7672 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7673 msgstr ""
7674
7675 #. type: =item
7676 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7677 msgid "C<sha1>"
7678 msgstr "C<sha1>"
7679
7680 #. type: textblock
7681 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7682 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7683 msgstr ""
7684
7685 #. type: =item
7686 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7687 msgid "C<sha224>"
7688 msgstr "C<sha224>"
7689
7690 #. type: textblock
7691 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7692 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7693 msgstr ""
7694
7695 #. type: =item
7696 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7697 msgid "C<sha256>"
7698 msgstr "C<sha256>"
7699
7700 #. type: textblock
7701 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7702 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7703 msgstr ""
7704
7705 #. type: =item
7706 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7707 msgid "C<sha384>"
7708 msgstr "C<sha384>"
7709
7710 #. type: textblock
7711 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7712 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7713 msgstr ""
7714
7715 #. type: =item
7716 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7717 msgid "C<sha512>"
7718 msgstr "C<sha512>"
7719
7720 #. type: textblock
7721 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7722 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7723 msgstr ""
7724
7725 #. type: textblock
7726 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7727 msgid "The checksum is returned as a printable string."
7728 msgstr ""
7729
7730 #. type: textblock
7731 #: ../src/guestfs-actions.pod:931
7732 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7733 msgstr ""
7734
7735 #. type: textblock
7736 #: ../src/guestfs-actions.pod:933
7737 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7738 msgstr ""
7739
7740 #. type: textblock
7741 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246
7742 #: ../src/guestfs-actions.pod:2083 ../src/guestfs-actions.pod:3303
7743 #: ../src/guestfs-actions.pod:3332 ../src/guestfs-actions.pod:3393
7744 #: ../src/guestfs-actions.pod:3420 ../src/guestfs-actions.pod:6826
7745 msgid "(Added in 1.0.2)"
7746 msgstr ""
7747
7748 #. type: =head2
7749 #: ../src/guestfs-actions.pod:940
7750 msgid "guestfs_checksum_device"
7751 msgstr ""
7752
7753 #. type: verbatim
7754 #: ../src/guestfs-actions.pod:942
7755 #, no-wrap
7756 msgid ""
7757 " char *\n"
7758 " guestfs_checksum_device (guestfs_h *g,\n"
7759 "                          const char *csumtype,\n"
7760 "                          const char *device);\n"
7761 "\n"
7762 msgstr ""
7763
7764 #. type: textblock
7765 #: ../src/guestfs-actions.pod:947
7766 msgid ""
7767 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7768 "device named C<device>.  For the types of checksums supported see the "
7769 "C<guestfs_checksum> command."
7770 msgstr ""
7771
7772 #. type: textblock
7773 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4885
7774 #: ../src/guestfs-actions.pod:4944 ../src/guestfs-actions.pod:4981
7775 #: ../src/guestfs-actions.pod:4999 ../src/guestfs-actions.pod:5175
7776 #: ../src/guestfs-actions.pod:6735 ../src/guestfs-actions.pod:6749
7777 #: ../src/guestfs-actions.pod:7155
7778 msgid "(Added in 1.3.2)"
7779 msgstr ""
7780
7781 #. type: =head2
7782 #: ../src/guestfs-actions.pod:956
7783 msgid "guestfs_checksums_out"
7784 msgstr ""
7785
7786 #. type: verbatim
7787 #: ../src/guestfs-actions.pod:958
7788 #, no-wrap
7789 msgid ""
7790 " int\n"
7791 " guestfs_checksums_out (guestfs_h *g,\n"
7792 "                        const char *csumtype,\n"
7793 "                        const char *directory,\n"
7794 "                        const char *sumsfile);\n"
7795 "\n"
7796 msgstr ""
7797
7798 #. type: textblock
7799 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7800 msgid ""
7801 "This command computes the checksums of all regular files in C<directory> and "
7802 "then emits a list of those checksums to the local output file C<sumsfile>."
7803 msgstr ""
7804
7805 #. type: textblock
7806 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7807 msgid ""
7808 "This can be used for verifying the integrity of a virtual machine.  However "
7809 "to be properly secure you should pay attention to the output of the checksum "
7810 "command (it uses the ones from GNU coreutils).  In particular when the "
7811 "filename is not printable, coreutils uses a special backslash syntax.  For "
7812 "more information, see the GNU coreutils info file."
7813 msgstr ""
7814
7815 #. type: textblock
7816 #: ../src/guestfs-actions.pod:978
7817 msgid "(Added in 1.3.7)"
7818 msgstr ""
7819
7820 #. type: =head2
7821 #: ../src/guestfs-actions.pod:980
7822 msgid "guestfs_chmod"
7823 msgstr ""
7824
7825 #. type: verbatim
7826 #: ../src/guestfs-actions.pod:982
7827 #, no-wrap
7828 msgid ""
7829 " int\n"
7830 " guestfs_chmod (guestfs_h *g,\n"
7831 "                int mode,\n"
7832 "                const char *path);\n"
7833 "\n"
7834 msgstr ""
7835
7836 #. type: textblock
7837 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7838 msgid ""
7839 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7840 "supported."
7841 msgstr ""
7842
7843 #. type: textblock
7844 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7845 msgid ""
7846 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7847 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7848 "C<700>."
7849 msgstr ""
7850
7851 #. type: textblock
7852 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4387
7853 #: ../src/guestfs-actions.pod:4584 ../src/guestfs-actions.pod:4603
7854 #: ../src/guestfs-actions.pod:4622 ../fish/guestfish-actions.pod:676
7855 #: ../fish/guestfish-actions.pod:2983 ../fish/guestfish-actions.pod:3112
7856 #: ../fish/guestfish-actions.pod:3122 ../fish/guestfish-actions.pod:3132
7857 msgid "The mode actually set is affected by the umask."
7858 msgstr ""
7859
7860 #. type: =head2
7861 #: ../src/guestfs-actions.pod:1000
7862 msgid "guestfs_chown"
7863 msgstr ""
7864
7865 #. type: verbatim
7866 #: ../src/guestfs-actions.pod:1002
7867 #, no-wrap
7868 msgid ""
7869 " int\n"
7870 " guestfs_chown (guestfs_h *g,\n"
7871 "                int owner,\n"
7872 "                int group,\n"
7873 "                const char *path);\n"
7874 "\n"
7875 msgstr ""
7876
7877 #. type: textblock
7878 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7879 msgid "Change the file owner to C<owner> and group to C<group>."
7880 msgstr ""
7881
7882 #. type: textblock
7883 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3495
7884 #: ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2441
7885 msgid ""
7886 "Only numeric uid and gid are supported.  If you want to use names, you will "
7887 "need to locate and parse the password file yourself (Augeas support makes "
7888 "this relatively easy)."
7889 msgstr ""
7890
7891 #. type: =head2
7892 #: ../src/guestfs-actions.pod:1018
7893 msgid "guestfs_command"
7894 msgstr ""
7895
7896 #. type: verbatim
7897 #: ../src/guestfs-actions.pod:1020
7898 #, no-wrap
7899 msgid ""
7900 " char *\n"
7901 " guestfs_command (guestfs_h *g,\n"
7902 "                  char *const *arguments);\n"
7903 "\n"
7904 msgstr ""
7905
7906 #. type: textblock
7907 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7908 msgid ""
7909 "This call runs a command from the guest filesystem.  The filesystem must be "
7910 "mounted, and must contain a compatible operating system (ie. something "
7911 "Linux, with the same or compatible processor architecture)."
7912 msgstr ""
7913
7914 #. type: textblock
7915 #: ../src/guestfs-actions.pod:1029
7916 msgid ""
7917 "The single parameter is an argv-style list of arguments.  The first element "
7918 "is the name of the program to run.  Subsequent elements are parameters.  The "
7919 "list must be non-empty (ie. must contain a program name).  Note that the "
7920 "command runs directly, and is I<not> invoked via the shell (see "
7921 "C<guestfs_sh>)."
7922 msgstr ""
7923
7924 #. type: textblock
7925 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7926 msgid "The return value is anything printed to I<stdout> by the command."
7927 msgstr ""
7928
7929 #. type: textblock
7930 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7931 msgid ""
7932 "If the command returns a non-zero exit status, then this function returns an "
7933 "error message.  The error message string is the content of I<stderr> from "
7934 "the command."
7935 msgstr ""
7936
7937 #. type: textblock
7938 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7939 msgid ""
7940 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7941 "bin>.  If you require a program from another location, you should provide "
7942 "the full path in the first parameter."
7943 msgstr ""
7944
7945 #. type: textblock
7946 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7947 msgid ""
7948 "Shared libraries and data files required by the program must be available on "
7949 "filesystems which are mounted in the correct places.  It is the caller's "
7950 "responsibility to ensure all filesystems that are needed are mounted at the "
7951 "right locations."
7952 msgstr ""
7953
7954 #. type: textblock
7955 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080
7956 #: ../src/guestfs-actions.pod:1548
7957 msgid "(Added in 0.9.1)"
7958 msgstr ""
7959
7960 #. type: =head2
7961 #: ../src/guestfs-actions.pod:1062
7962 msgid "guestfs_command_lines"
7963 msgstr ""
7964
7965 #. type: verbatim
7966 #: ../src/guestfs-actions.pod:1064
7967 #, no-wrap
7968 msgid ""
7969 " char **\n"
7970 " guestfs_command_lines (guestfs_h *g,\n"
7971 "                        char *const *arguments);\n"
7972 "\n"
7973 msgstr ""
7974
7975 #. type: textblock
7976 #: ../src/guestfs-actions.pod:1068
7977 msgid ""
7978 "This is the same as C<guestfs_command>, but splits the result into a list of "
7979 "lines."
7980 msgstr ""
7981
7982 #. type: textblock
7983 #: ../src/guestfs-actions.pod:1071
7984 msgid "See also: C<guestfs_sh_lines>"
7985 msgstr ""
7986
7987 #. type: =head2
7988 #: ../src/guestfs-actions.pod:1082
7989 msgid "guestfs_config"
7990 msgstr ""
7991
7992 #. type: verbatim
7993 #: ../src/guestfs-actions.pod:1084
7994 #, no-wrap
7995 msgid ""
7996 " int\n"
7997 " guestfs_config (guestfs_h *g,\n"
7998 "                 const char *qemuparam,\n"
7999 "                 const char *qemuvalue);\n"
8000 "\n"
8001 msgstr ""
8002
8003 #. type: textblock
8004 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
8005 msgid ""
8006 "This can be used to add arbitrary qemu command line parameters of the form "
8007 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8008 "setting some parameters which would interfere with parameters that we use."
8009 msgstr ""
8010
8011 #. type: textblock
8012 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
8013 msgid "The first character of C<param> string must be a C<-> (dash)."
8014 msgstr ""
8015
8016 #. type: textblock
8017 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
8018 msgid "C<value> can be NULL."
8019 msgstr ""
8020
8021 #. type: =head2
8022 #: ../src/guestfs-actions.pod:1102
8023 msgid "guestfs_copy_size"
8024 msgstr ""
8025
8026 #. type: verbatim
8027 #: ../src/guestfs-actions.pod:1104
8028 #, no-wrap
8029 msgid ""
8030 " int\n"
8031 " guestfs_copy_size (guestfs_h *g,\n"
8032 "                    const char *src,\n"
8033 "                    const char *dest,\n"
8034 "                    int64_t size);\n"
8035 "\n"
8036 msgstr ""
8037
8038 #. type: textblock
8039 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
8040 msgid ""
8041 "This command copies exactly C<size> bytes from one source device or file "
8042 "C<src> to another destination device or file C<dest>."
8043 msgstr ""
8044
8045 #. type: textblock
8046 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
8047 msgid ""
8048 "Note this will fail if the source is too short or if the destination is not "
8049 "large enough."
8050 msgstr ""
8051
8052 #. type: textblock
8053 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241
8054 #: ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317
8055 #: ../src/guestfs-actions.pod:1697 ../src/guestfs-actions.pod:1719
8056 #: ../src/guestfs-actions.pod:3476 ../src/guestfs-actions.pod:6821
8057 #: ../src/guestfs-actions.pod:6855 ../src/guestfs-actions.pod:7334
8058 #: ../src/guestfs-actions.pod:7353
8059 msgid ""
8060 "This long-running command can generate progress notification messages so "
8061 "that the caller can display a progress bar or indicator.  To receive these "
8062 "messages, the caller must register a progress event callback.  See L<guestfs"
8063 "(3)/GUESTFS_EVENT_PROGRESS>."
8064 msgstr ""
8065
8066 #. type: textblock
8067 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4163
8068 #: ../src/guestfs-actions.pod:5381 ../src/guestfs-actions.pod:7062
8069 #: ../src/guestfs-actions.pod:7082 ../src/guestfs-actions.pod:7168
8070 msgid "(Added in 1.0.87)"
8071 msgstr ""
8072
8073 #. type: =head2
8074 #: ../src/guestfs-actions.pod:1125
8075 msgid "guestfs_cp"
8076 msgstr ""
8077
8078 #. type: verbatim
8079 #: ../src/guestfs-actions.pod:1127
8080 #, no-wrap
8081 msgid ""
8082 " int\n"
8083 " guestfs_cp (guestfs_h *g,\n"
8084 "             const char *src,\n"
8085 "             const char *dest);\n"
8086 "\n"
8087 msgstr ""
8088
8089 #. type: textblock
8090 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
8091 msgid ""
8092 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8093 "destination filename or destination directory."
8094 msgstr ""
8095
8096 #. type: textblock
8097 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151
8098 #: ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297
8099 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4848
8100 #: ../src/guestfs-actions.pod:5225
8101 msgid "(Added in 1.0.18)"
8102 msgstr ""
8103
8104 #. type: =head2
8105 #: ../src/guestfs-actions.pod:1139
8106 msgid "guestfs_cp_a"
8107 msgstr ""
8108
8109 #. type: verbatim
8110 #: ../src/guestfs-actions.pod:1141
8111 #, no-wrap
8112 msgid ""
8113 " int\n"
8114 " guestfs_cp_a (guestfs_h *g,\n"
8115 "               const char *src,\n"
8116 "               const char *dest);\n"
8117 "\n"
8118 msgstr ""
8119
8120 #. type: textblock
8121 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
8122 msgid ""
8123 "This copies a file or directory from C<src> to C<dest> recursively using the "
8124 "C<cp -a> command."
8125 msgstr ""
8126
8127 #. type: =head2
8128 #: ../src/guestfs-actions.pod:1153
8129 msgid "guestfs_dd"
8130 msgstr ""
8131
8132 #. type: verbatim
8133 #: ../src/guestfs-actions.pod:1155
8134 #, no-wrap
8135 msgid ""
8136 " int\n"
8137 " guestfs_dd (guestfs_h *g,\n"
8138 "             const char *src,\n"
8139 "             const char *dest);\n"
8140 "\n"
8141 msgstr ""
8142
8143 #. type: textblock
8144 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
8145 msgid ""
8146 "This command copies from one source device or file C<src> to another "
8147 "destination device or file C<dest>.  Normally you would use this to copy to "
8148 "or from a device or partition, for example to duplicate a filesystem."
8149 msgstr ""
8150
8151 #. type: textblock
8152 #: ../src/guestfs-actions.pod:1165
8153 msgid ""
8154 "If the destination is a device, it must be as large or larger than the "
8155 "source file or device, otherwise the copy will fail.  This command cannot do "
8156 "partial copies (see C<guestfs_copy_size>)."
8157 msgstr ""
8158
8159 #. type: =head2
8160 #: ../src/guestfs-actions.pod:1173
8161 msgid "guestfs_df"
8162 msgstr ""
8163
8164 #. type: verbatim
8165 #: ../src/guestfs-actions.pod:1175
8166 #, no-wrap
8167 msgid ""
8168 " char *\n"
8169 " guestfs_df (guestfs_h *g);\n"
8170 "\n"
8171 msgstr ""
8172
8173 #. type: textblock
8174 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
8175 msgid "This command runs the C<df> command to report disk space used."
8176 msgstr ""
8177
8178 #. type: textblock
8179 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
8180 msgid ""
8181 "This command is mostly useful for interactive sessions.  It is I<not> "
8182 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8183 "from programs."
8184 msgstr ""
8185
8186 #. type: textblock
8187 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204
8188 #: ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2286
8189 #: ../src/guestfs-actions.pod:2310 ../src/guestfs-actions.pod:2378
8190 #: ../src/guestfs-actions.pod:4273 ../src/guestfs-actions.pod:4748
8191 #: ../src/guestfs-actions.pod:6559 ../src/guestfs-actions.pod:6583
8192 #: ../src/guestfs-actions.pod:7201 ../src/guestfs-actions.pod:7214
8193 #: ../src/guestfs-actions.pod:7227
8194 msgid "(Added in 1.0.54)"
8195 msgstr ""
8196
8197 #. type: =head2
8198 #: ../src/guestfs-actions.pod:1189
8199 msgid "guestfs_df_h"
8200 msgstr ""
8201
8202 #. type: verbatim
8203 #: ../src/guestfs-actions.pod:1191
8204 #, no-wrap
8205 msgid ""
8206 " char *\n"
8207 " guestfs_df_h (guestfs_h *g);\n"
8208 "\n"
8209 msgstr ""
8210
8211 #. type: textblock
8212 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
8213 msgid ""
8214 "This command runs the C<df -h> command to report disk space used in human-"
8215 "readable format."
8216 msgstr ""
8217
8218 #. type: =head2
8219 #: ../src/guestfs-actions.pod:1206
8220 msgid "guestfs_dmesg"
8221 msgstr ""
8222
8223 #. type: verbatim
8224 #: ../src/guestfs-actions.pod:1208
8225 #, no-wrap
8226 msgid ""
8227 " char *\n"
8228 " guestfs_dmesg (guestfs_h *g);\n"
8229 "\n"
8230 msgstr ""
8231
8232 #. type: textblock
8233 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
8234 msgid ""
8235 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8236 "This is sometimes useful for extended debugging of problems."
8237 msgstr ""
8238
8239 #. type: textblock
8240 #: ../src/guestfs-actions.pod:1215
8241 msgid ""
8242 "Another way to get the same information is to enable verbose messages with "
8243 "C<guestfs_set_verbose> or by setting the environment variable "
8244 "C<LIBGUESTFS_DEBUG=1> before running the program."
8245 msgstr ""
8246
8247 #. type: =head2
8248 #: ../src/guestfs-actions.pod:1225
8249 msgid "guestfs_download"
8250 msgstr ""
8251
8252 #. type: verbatim
8253 #: ../src/guestfs-actions.pod:1227
8254 #, no-wrap
8255 msgid ""
8256 " int\n"
8257 " guestfs_download (guestfs_h *g,\n"
8258 "                   const char *remotefilename,\n"
8259 "                   const char *filename);\n"
8260 "\n"
8261 msgstr ""
8262
8263 #. type: textblock
8264 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257
8265 #: ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
8266 msgid ""
8267 "Download file C<remotefilename> and save it as C<filename> on the local "
8268 "machine."
8269 msgstr ""
8270
8271 #. type: textblock
8272 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6815
8273 #: ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4590
8274 msgid "C<filename> can also be a named pipe."
8275 msgstr ""
8276
8277 #. type: textblock
8278 #: ../src/guestfs-actions.pod:1237
8279 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8280 msgstr ""
8281
8282 #. type: =head2
8283 #: ../src/guestfs-actions.pod:1248
8284 msgid "guestfs_download_offset"
8285 msgstr ""
8286
8287 #. type: verbatim
8288 #: ../src/guestfs-actions.pod:1250
8289 #, no-wrap
8290 msgid ""
8291 " int\n"
8292 " guestfs_download_offset (guestfs_h *g,\n"
8293 "                          const char *remotefilename,\n"
8294 "                          const char *filename,\n"
8295 "                          int64_t offset,\n"
8296 "                          int64_t size);\n"
8297 "\n"
8298 msgstr ""
8299
8300 #. type: textblock
8301 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
8302 msgid ""
8303 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8304 "region must be within the file or device)."
8305 msgstr ""
8306
8307 #. type: textblock
8308 #: ../src/guestfs-actions.pod:1263
8309 msgid ""
8310 "Note that there is no limit on the amount of data that can be downloaded "
8311 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8312 "full amount unless an error occurs."
8313 msgstr ""
8314
8315 #. type: textblock
8316 #: ../src/guestfs-actions.pod:1268
8317 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8318 msgstr ""
8319
8320 #. type: textblock
8321 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6860
8322 msgid "(Added in 1.5.17)"
8323 msgstr ""
8324
8325 #. type: =head2
8326 #: ../src/guestfs-actions.pod:1279
8327 msgid "guestfs_drop_caches"
8328 msgstr ""
8329
8330 #. type: verbatim
8331 #: ../src/guestfs-actions.pod:1281
8332 #, no-wrap
8333 msgid ""
8334 " int\n"
8335 " guestfs_drop_caches (guestfs_h *g,\n"
8336 "                      int whattodrop);\n"
8337 "\n"
8338 msgstr ""
8339
8340 #. type: textblock
8341 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
8342 msgid ""
8343 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8344 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8345 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8346 msgstr ""
8347
8348 #. type: textblock
8349 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
8350 msgid "Setting C<whattodrop> to 3 should drop everything."
8351 msgstr ""
8352
8353 #. type: textblock
8354 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
8355 msgid ""
8356 "This automatically calls L<sync(2)> before the operation, so that the "
8357 "maximum guest memory is freed."
8358 msgstr ""
8359
8360 #. type: =head2
8361 #: ../src/guestfs-actions.pod:1299
8362 msgid "guestfs_du"
8363 msgstr ""
8364
8365 #. type: verbatim
8366 #: ../src/guestfs-actions.pod:1301
8367 #, no-wrap
8368 msgid ""
8369 " int64_t\n"
8370 " guestfs_du (guestfs_h *g,\n"
8371 "             const char *path);\n"
8372 "\n"
8373 msgstr ""
8374
8375 #. type: textblock
8376 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
8377 msgid ""
8378 "This command runs the C<du -s> command to estimate file space usage for "
8379 "C<path>."
8380 msgstr ""
8381
8382 #. type: textblock
8383 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
8384 msgid ""
8385 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8386 "estimate includes the contents of the directory and all subdirectories "
8387 "(recursively)."
8388 msgstr ""
8389
8390 #. type: textblock
8391 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
8392 msgid ""
8393 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8394 msgstr ""
8395
8396 #. type: =head2
8397 #: ../src/guestfs-actions.pod:1324
8398 msgid "guestfs_e2fsck_f"
8399 msgstr ""
8400
8401 #. type: verbatim
8402 #: ../src/guestfs-actions.pod:1326
8403 #, no-wrap
8404 msgid ""
8405 " int\n"
8406 " guestfs_e2fsck_f (guestfs_h *g,\n"
8407 "                   const char *device);\n"
8408 "\n"
8409 msgstr ""
8410
8411 #. type: textblock
8412 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
8413 msgid ""
8414 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8415 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
8416 "clean (I<-f>)."
8417 msgstr ""
8418
8419 #. type: textblock
8420 #: ../src/guestfs-actions.pod:1334
8421 msgid ""
8422 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8423 "Normally you should use C<guestfs_fsck>."
8424 msgstr ""
8425
8426 #. type: textblock
8427 #: ../src/guestfs-actions.pod:1339
8428 msgid "(Added in 1.0.29)"
8429 msgstr ""
8430
8431 #. type: =head2
8432 #: ../src/guestfs-actions.pod:1341
8433 msgid "guestfs_echo_daemon"
8434 msgstr ""
8435
8436 #. type: verbatim
8437 #: ../src/guestfs-actions.pod:1343
8438 #, no-wrap
8439 msgid ""
8440 " char *\n"
8441 " guestfs_echo_daemon (guestfs_h *g,\n"
8442 "                      char *const *words);\n"
8443 "\n"
8444 msgstr ""
8445
8446 #. type: textblock
8447 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
8448 msgid ""
8449 "This command concatenates the list of C<words> passed with single spaces "
8450 "between them and returns the resulting string."
8451 msgstr ""
8452
8453 #. type: textblock
8454 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
8455 msgid "You can use this command to test the connection through to the daemon."
8456 msgstr ""
8457
8458 #. type: textblock
8459 #: ../src/guestfs-actions.pod:1352
8460 msgid "See also C<guestfs_ping_daemon>."
8461 msgstr ""
8462
8463 #. type: textblock
8464 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2094
8465 #: ../src/guestfs-actions.pod:6059
8466 msgid "(Added in 1.0.69)"
8467 msgstr ""
8468
8469 #. type: =head2
8470 #: ../src/guestfs-actions.pod:1359
8471 msgid "guestfs_egrep"
8472 msgstr ""
8473
8474 #. type: verbatim
8475 #: ../src/guestfs-actions.pod:1361
8476 #, no-wrap
8477 msgid ""
8478 " char **\n"
8479 " guestfs_egrep (guestfs_h *g,\n"
8480 "                const char *regex,\n"
8481 "                const char *path);\n"
8482 "\n"
8483 msgstr ""
8484
8485 #. type: textblock
8486 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
8487 msgid ""
8488 "This calls the external C<egrep> program and returns the matching lines."
8489 msgstr ""
8490
8491 #. type: textblock
8492 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395
8493 #: ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498
8494 #: ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2224
8495 #: ../src/guestfs-actions.pod:2243 ../src/guestfs-actions.pod:2399
8496 #: ../src/guestfs-actions.pod:2412 ../src/guestfs-actions.pod:2427
8497 #: ../src/guestfs-actions.pod:2473 ../src/guestfs-actions.pod:2495
8498 #: ../src/guestfs-actions.pod:2508 ../src/guestfs-actions.pod:3656
8499 #: ../src/guestfs-actions.pod:3670 ../src/guestfs-actions.pod:3683
8500 #: ../src/guestfs-actions.pod:3697 ../src/guestfs-actions.pod:4683
8501 #: ../src/guestfs-actions.pod:5559 ../src/guestfs-actions.pod:5608
8502 #: ../src/guestfs-actions.pod:6427 ../src/guestfs-actions.pod:6439
8503 #: ../src/guestfs-actions.pod:6452 ../src/guestfs-actions.pod:6465
8504 #: ../src/guestfs-actions.pod:6487 ../src/guestfs-actions.pod:6500
8505 #: ../src/guestfs-actions.pod:6513 ../src/guestfs-actions.pod:6526
8506 #: ../src/guestfs-actions.pod:7297 ../src/guestfs-actions.pod:7316
8507 #: ../src/guestfs-actions.pod:7401 ../src/guestfs-actions.pod:7420
8508 #: ../src/guestfs-actions.pod:7466 ../src/guestfs-actions.pod:7485
8509 msgid "(Added in 1.0.66)"
8510 msgstr ""
8511
8512 #. type: =head2
8513 #: ../src/guestfs-actions.pod:1378
8514 msgid "guestfs_egrepi"
8515 msgstr ""
8516
8517 #. type: verbatim
8518 #: ../src/guestfs-actions.pod:1380
8519 #, no-wrap
8520 msgid ""
8521 " char **\n"
8522 " guestfs_egrepi (guestfs_h *g,\n"
8523 "                 const char *regex,\n"
8524 "                 const char *path);\n"
8525 "\n"
8526 msgstr ""
8527
8528 #. type: textblock
8529 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
8530 msgid ""
8531 "This calls the external C<egrep -i> program and returns the matching lines."
8532 msgstr ""
8533
8534 #. type: =head2
8535 #: ../src/guestfs-actions.pod:1397
8536 msgid "guestfs_equal"
8537 msgstr ""
8538
8539 #. type: verbatim
8540 #: ../src/guestfs-actions.pod:1399
8541 #, no-wrap
8542 msgid ""
8543 " int\n"
8544 " guestfs_equal (guestfs_h *g,\n"
8545 "                const char *file1,\n"
8546 "                const char *file2);\n"
8547 "\n"
8548 msgstr ""
8549
8550 #. type: textblock
8551 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
8552 msgid ""
8553 "This compares the two files C<file1> and C<file2> and returns true if their "
8554 "content is exactly equal, or false otherwise."
8555 msgstr ""
8556
8557 #. type: textblock
8558 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
8559 msgid "The external L<cmp(1)> program is used for the comparison."
8560 msgstr ""
8561
8562 #. type: =head2
8563 #: ../src/guestfs-actions.pod:1413
8564 msgid "guestfs_exists"
8565 msgstr ""
8566
8567 #. type: verbatim
8568 #: ../src/guestfs-actions.pod:1415
8569 #, no-wrap
8570 msgid ""
8571 " int\n"
8572 " guestfs_exists (guestfs_h *g,\n"
8573 "                 const char *path);\n"
8574 "\n"
8575 msgstr ""
8576
8577 #. type: textblock
8578 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
8579 msgid ""
8580 "This returns C<true> if and only if there is a file, directory (or anything) "
8581 "with the given C<path> name."
8582 msgstr ""
8583
8584 #. type: textblock
8585 #: ../src/guestfs-actions.pod:1422
8586 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8587 msgstr ""
8588
8589 #. type: =head2
8590 #: ../src/guestfs-actions.pod:1428
8591 msgid "guestfs_fallocate"
8592 msgstr ""
8593
8594 #. type: verbatim
8595 #: ../src/guestfs-actions.pod:1430
8596 #, no-wrap
8597 msgid ""
8598 " int\n"
8599 " guestfs_fallocate (guestfs_h *g,\n"
8600 "                    const char *path,\n"
8601 "                    int len);\n"
8602 "\n"
8603 msgstr ""
8604
8605 #. type: textblock
8606 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461
8607 #: ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8608 msgid ""
8609 "This command preallocates a file (containing zero bytes) named C<path> of "
8610 "size C<len> bytes.  If the file exists already, it is overwritten."
8611 msgstr ""
8612
8613 #. type: textblock
8614 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8615 msgid ""
8616 "Do not confuse this with the guestfish-specific C<alloc> command which "
8617 "allocates a file in the host and attaches it as a device."
8618 msgstr ""
8619
8620 #. type: textblock
8621 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
8622 msgid ""
8623 "This function is deprecated.  In new code, use the C<fallocate64> call "
8624 "instead."
8625 msgstr ""
8626
8627 #. type: =head2
8628 #: ../src/guestfs-actions.pod:1454
8629 msgid "guestfs_fallocate64"
8630 msgstr ""
8631
8632 #. type: verbatim
8633 #: ../src/guestfs-actions.pod:1456
8634 #, no-wrap
8635 msgid ""
8636 " int\n"
8637 " guestfs_fallocate64 (guestfs_h *g,\n"
8638 "                      const char *path,\n"
8639 "                      int64_t len);\n"
8640 "\n"
8641 msgstr ""
8642
8643 #. type: textblock
8644 #: ../src/guestfs-actions.pod:1465
8645 msgid ""
8646 "Note that this call allocates disk blocks for the file.  To create a sparse "
8647 "file use C<guestfs_truncate_size> instead."
8648 msgstr ""
8649
8650 #. type: textblock
8651 #: ../src/guestfs-actions.pod:1468
8652 msgid ""
8653 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8654 "oversight it only allowed 30 bit lengths to be specified, effectively "
8655 "limiting the maximum size of files created through that call to 1GB."
8656 msgstr ""
8657
8658 #. type: textblock
8659 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8660 msgid ""
8661 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8662 "commands which create a file in the host and attach it as a device."
8663 msgstr ""
8664
8665 #. type: textblock
8666 #: ../src/guestfs-actions.pod:1479
8667 msgid "(Added in 1.3.17)"
8668 msgstr ""
8669
8670 #. type: =head2
8671 #: ../src/guestfs-actions.pod:1481
8672 msgid "guestfs_fgrep"
8673 msgstr ""
8674
8675 #. type: verbatim
8676 #: ../src/guestfs-actions.pod:1483
8677 #, no-wrap
8678 msgid ""
8679 " char **\n"
8680 " guestfs_fgrep (guestfs_h *g,\n"
8681 "                const char *pattern,\n"
8682 "                const char *path);\n"
8683 "\n"
8684 msgstr ""
8685
8686 #. type: textblock
8687 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8688 msgid ""
8689 "This calls the external C<fgrep> program and returns the matching lines."
8690 msgstr ""
8691
8692 #. type: =head2
8693 #: ../src/guestfs-actions.pod:1500
8694 msgid "guestfs_fgrepi"
8695 msgstr ""
8696
8697 #. type: verbatim
8698 #: ../src/guestfs-actions.pod:1502
8699 #, no-wrap
8700 msgid ""
8701 " char **\n"
8702 " guestfs_fgrepi (guestfs_h *g,\n"
8703 "                 const char *pattern,\n"
8704 "                 const char *path);\n"
8705 "\n"
8706 msgstr ""
8707
8708 #. type: textblock
8709 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8710 msgid ""
8711 "This calls the external C<fgrep -i> program and returns the matching lines."
8712 msgstr ""
8713
8714 #. type: =head2
8715 #: ../src/guestfs-actions.pod:1519
8716 msgid "guestfs_file"
8717 msgstr ""
8718
8719 #. type: verbatim
8720 #: ../src/guestfs-actions.pod:1521
8721 #, no-wrap
8722 msgid ""
8723 " char *\n"
8724 " guestfs_file (guestfs_h *g,\n"
8725 "               const char *path);\n"
8726 "\n"
8727 msgstr ""
8728
8729 #. type: textblock
8730 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8731 msgid ""
8732 "This call uses the standard L<file(1)> command to determine the type or "
8733 "contents of the file."
8734 msgstr ""
8735
8736 #. type: textblock
8737 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8738 msgid ""
8739 "This call will also transparently look inside various types of compressed "
8740 "file."
8741 msgstr ""
8742
8743 #. type: textblock
8744 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8745 msgid ""
8746 "The exact command which runs is C<file -zb path>.  Note in particular that "
8747 "the filename is not prepended to the output (the I<-b> option)."
8748 msgstr ""
8749
8750 #. type: textblock
8751 #: ../src/guestfs-actions.pod:1535
8752 msgid ""
8753 "This command can also be used on C</dev/> devices (and partitions, LV "
8754 "names).  You can for example use this to determine if a device contains a "
8755 "filesystem, although it's usually better to use C<guestfs_vfs_type>."
8756 msgstr ""
8757
8758 #. type: textblock
8759 #: ../src/guestfs-actions.pod:1540 ../fish/guestfish-actions.pod:1019
8760 msgid ""
8761 "If the C<path> does not begin with C</dev/> then this command only works for "
8762 "the content of regular files.  For other file types (directory, symbolic "
8763 "link etc) it will just return the string C<directory> etc."
8764 msgstr ""
8765
8766 #. type: =head2
8767 #: ../src/guestfs-actions.pod:1550
8768 msgid "guestfs_file_architecture"
8769 msgstr ""
8770
8771 #. type: verbatim
8772 #: ../src/guestfs-actions.pod:1552
8773 #, no-wrap
8774 msgid ""
8775 " char *\n"
8776 " guestfs_file_architecture (guestfs_h *g,\n"
8777 "                            const char *filename);\n"
8778 "\n"
8779 msgstr ""
8780
8781 #. type: textblock
8782 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8783 msgid ""
8784 "This detects the architecture of the binary C<filename>, and returns it if "
8785 "known."
8786 msgstr ""
8787
8788 #. type: textblock
8789 #: ../src/guestfs-actions.pod:1559 ../fish/guestfish-actions.pod:1031
8790 msgid "Currently defined architectures are:"
8791 msgstr ""
8792
8793 #. type: =item
8794 #: ../src/guestfs-actions.pod:1563 ../fish/guestfish-actions.pod:1035
8795 msgid "\"i386\""
8796 msgstr "\"i386\""
8797
8798 #. type: textblock
8799 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8800 msgid ""
8801 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8802 "irrespective of the precise processor requirements of the binary."
8803 msgstr ""
8804
8805 #. type: =item
8806 #: ../src/guestfs-actions.pod:1568 ../fish/guestfish-actions.pod:1040
8807 msgid "\"x86_64\""
8808 msgstr "\"x86_64\""
8809
8810 #. type: textblock
8811 #: ../src/guestfs-actions.pod:1570 ../fish/guestfish-actions.pod:1042
8812 msgid "64 bit x86-64."
8813 msgstr ""
8814
8815 #. type: =item
8816 #: ../src/guestfs-actions.pod:1572 ../fish/guestfish-actions.pod:1044
8817 msgid "\"sparc\""
8818 msgstr ""
8819
8820 #. type: textblock
8821 #: ../src/guestfs-actions.pod:1574 ../fish/guestfish-actions.pod:1046
8822 msgid "32 bit SPARC."
8823 msgstr ""
8824
8825 #. type: =item
8826 #: ../src/guestfs-actions.pod:1576 ../fish/guestfish-actions.pod:1048
8827 msgid "\"sparc64\""
8828 msgstr ""
8829
8830 #. type: textblock
8831 #: ../src/guestfs-actions.pod:1578 ../fish/guestfish-actions.pod:1050
8832 msgid "64 bit SPARC V9 and above."
8833 msgstr ""
8834
8835 #. type: =item
8836 #: ../src/guestfs-actions.pod:1580 ../fish/guestfish-actions.pod:1052
8837 msgid "\"ia64\""
8838 msgstr "\"ia64\""
8839
8840 #. type: textblock
8841 #: ../src/guestfs-actions.pod:1582 ../fish/guestfish-actions.pod:1054
8842 msgid "Intel Itanium."
8843 msgstr "Intel Itanium."
8844
8845 #. type: =item
8846 #: ../src/guestfs-actions.pod:1584 ../fish/guestfish-actions.pod:1056
8847 msgid "\"ppc\""
8848 msgstr ""
8849
8850 #. type: textblock
8851 #: ../src/guestfs-actions.pod:1586 ../fish/guestfish-actions.pod:1058
8852 msgid "32 bit Power PC."
8853 msgstr ""
8854
8855 #. type: =item
8856 #: ../src/guestfs-actions.pod:1588 ../fish/guestfish-actions.pod:1060
8857 msgid "\"ppc64\""
8858 msgstr ""
8859
8860 #. type: textblock
8861 #: ../src/guestfs-actions.pod:1590 ../fish/guestfish-actions.pod:1062
8862 msgid "64 bit Power PC."
8863 msgstr ""
8864
8865 #. type: textblock
8866 #: ../src/guestfs-actions.pod:1594 ../fish/guestfish-actions.pod:1066
8867 msgid "Libguestfs may return other architecture strings in future."
8868 msgstr ""
8869
8870 #. type: textblock
8871 #: ../src/guestfs-actions.pod:1596 ../fish/guestfish-actions.pod:1068
8872 msgid "The function works on at least the following types of files:"
8873 msgstr ""
8874
8875 #. type: textblock
8876 #: ../src/guestfs-actions.pod:1602 ../fish/guestfish-actions.pod:1074
8877 msgid "many types of Un*x and Linux binary"
8878 msgstr ""
8879
8880 #. type: textblock
8881 #: ../src/guestfs-actions.pod:1606 ../fish/guestfish-actions.pod:1078
8882 msgid "many types of Un*x and Linux shared library"
8883 msgstr ""
8884
8885 #. type: textblock
8886 #: ../src/guestfs-actions.pod:1610 ../fish/guestfish-actions.pod:1082
8887 msgid "Windows Win32 and Win64 binaries"
8888 msgstr ""
8889
8890 #. type: textblock
8891 #: ../src/guestfs-actions.pod:1614 ../fish/guestfish-actions.pod:1086
8892 msgid "Windows Win32 and Win64 DLLs"
8893 msgstr ""
8894
8895 #. type: textblock
8896 #: ../src/guestfs-actions.pod:1616 ../fish/guestfish-actions.pod:1088
8897 msgid "Win32 binaries and DLLs return C<i386>."
8898 msgstr ""
8899
8900 #. type: textblock
8901 #: ../src/guestfs-actions.pod:1618 ../fish/guestfish-actions.pod:1090
8902 msgid "Win64 binaries and DLLs return C<x86_64>."
8903 msgstr ""
8904
8905 #. type: textblock
8906 #: ../src/guestfs-actions.pod:1622 ../fish/guestfish-actions.pod:1094
8907 msgid "Linux kernel modules"
8908 msgstr ""
8909
8910 #. type: textblock
8911 #: ../src/guestfs-actions.pod:1626 ../fish/guestfish-actions.pod:1098
8912 msgid "Linux new-style initrd images"
8913 msgstr ""
8914
8915 #. type: textblock
8916 #: ../src/guestfs-actions.pod:1630 ../fish/guestfish-actions.pod:1102
8917 msgid "some non-x86 Linux vmlinuz kernels"
8918 msgstr ""
8919
8920 #. type: textblock
8921 #: ../src/guestfs-actions.pod:1634 ../fish/guestfish-actions.pod:1106
8922 msgid "What it can't do currently:"
8923 msgstr ""
8924
8925 #. type: textblock
8926 #: ../src/guestfs-actions.pod:1640 ../fish/guestfish-actions.pod:1112
8927 msgid "static libraries (libfoo.a)"
8928 msgstr ""
8929
8930 #. type: textblock
8931 #: ../src/guestfs-actions.pod:1644 ../fish/guestfish-actions.pod:1116
8932 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8933 msgstr ""
8934
8935 #. type: textblock
8936 #: ../src/guestfs-actions.pod:1648 ../fish/guestfish-actions.pod:1120
8937 msgid "x86 Linux vmlinuz kernels"
8938 msgstr ""
8939
8940 #. type: textblock
8941 #: ../src/guestfs-actions.pod:1650 ../fish/guestfish-actions.pod:1122
8942 msgid ""
8943 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8944 "compressed code, and are horribly hard to unpack.  If you want to find the "
8945 "architecture of a kernel, use the architecture of the associated initrd or "
8946 "kernel module(s) instead."
8947 msgstr ""
8948
8949 #. type: textblock
8950 #: ../src/guestfs-actions.pod:1660 ../src/guestfs-actions.pod:1823
8951 #: ../src/guestfs-actions.pod:1840 ../src/guestfs-actions.pod:2531
8952 #: ../src/guestfs-actions.pod:2624 ../src/guestfs-actions.pod:2694
8953 #: ../src/guestfs-actions.pod:2782 ../src/guestfs-actions.pod:2803
8954 #: ../src/guestfs-actions.pod:2846 ../src/guestfs-actions.pod:2930
8955 #: ../src/guestfs-actions.pod:3027 ../src/guestfs-actions.pod:3274
8956 #: ../src/guestfs-actions.pod:3406
8957 msgid "(Added in 1.5.3)"
8958 msgstr ""
8959
8960 #. type: =head2
8961 #: ../src/guestfs-actions.pod:1662
8962 msgid "guestfs_filesize"
8963 msgstr ""
8964
8965 #. type: verbatim
8966 #: ../src/guestfs-actions.pod:1664
8967 #, no-wrap
8968 msgid ""
8969 " int64_t\n"
8970 " guestfs_filesize (guestfs_h *g,\n"
8971 "                   const char *file);\n"
8972 "\n"
8973 msgstr ""
8974
8975 #. type: textblock
8976 #: ../src/guestfs-actions.pod:1668 ../fish/guestfish-actions.pod:1133
8977 msgid "This command returns the size of C<file> in bytes."
8978 msgstr ""
8979
8980 #. type: textblock
8981 #: ../src/guestfs-actions.pod:1670
8982 msgid ""
8983 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8984 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8985 "devices, use C<guestfs_blockdev_getsize64>."
8986 msgstr ""
8987
8988 #. type: textblock
8989 #: ../src/guestfs-actions.pod:1676
8990 msgid "(Added in 1.0.82)"
8991 msgstr ""
8992
8993 #. type: =head2
8994 #: ../src/guestfs-actions.pod:1678
8995 msgid "guestfs_fill"
8996 msgstr ""
8997
8998 #. type: verbatim
8999 #: ../src/guestfs-actions.pod:1680
9000 #, no-wrap
9001 msgid ""
9002 " int\n"
9003 " guestfs_fill (guestfs_h *g,\n"
9004 "               int c,\n"
9005 "               int len,\n"
9006 "               const char *path);\n"
9007 "\n"
9008 msgstr ""
9009
9010 #. type: textblock
9011 #: ../src/guestfs-actions.pod:1686 ../fish/guestfish-actions.pod:1143
9012 msgid ""
9013 "This command creates a new file called C<path>.  The initial content of the "
9014 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9015 "[0..255]>."
9016 msgstr ""
9017
9018 #. type: textblock
9019 #: ../src/guestfs-actions.pod:1690
9020 msgid ""
9021 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9022 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9023 "bytes use C<guestfs_fill_pattern>."
9024 msgstr ""
9025
9026 #. type: textblock
9027 #: ../src/guestfs-actions.pod:1702
9028 msgid "(Added in 1.0.79)"
9029 msgstr ""
9030
9031 #. type: =head2
9032 #: ../src/guestfs-actions.pod:1704
9033 msgid "guestfs_fill_pattern"
9034 msgstr ""
9035
9036 #. type: verbatim
9037 #: ../src/guestfs-actions.pod:1706
9038 #, no-wrap
9039 msgid ""
9040 " int\n"
9041 " guestfs_fill_pattern (guestfs_h *g,\n"
9042 "                       const char *pattern,\n"
9043 "                       int len,\n"
9044 "                       const char *path);\n"
9045 "\n"
9046 msgstr ""
9047
9048 #. type: textblock
9049 #: ../src/guestfs-actions.pod:1712
9050 msgid ""
9051 "This function is like C<guestfs_fill> except that it creates a new file of "
9052 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9053 "pattern is truncated if necessary to ensure the length of the file is "
9054 "exactly C<len> bytes."
9055 msgstr ""
9056
9057 #. type: textblock
9058 #: ../src/guestfs-actions.pod:1724
9059 msgid "(Added in 1.3.12)"
9060 msgstr ""
9061
9062 #. type: =head2
9063 #: ../src/guestfs-actions.pod:1726
9064 msgid "guestfs_find"
9065 msgstr ""
9066
9067 #. type: verbatim
9068 #: ../src/guestfs-actions.pod:1728
9069 #, no-wrap
9070 msgid ""
9071 " char **\n"
9072 " guestfs_find (guestfs_h *g,\n"
9073 "               const char *directory);\n"
9074 "\n"
9075 msgstr ""
9076
9077 #. type: textblock
9078 #: ../src/guestfs-actions.pod:1732 ../fish/guestfish-actions.pod:1165
9079 msgid ""
9080 "This command lists out all files and directories, recursively, starting at "
9081 "C<directory>.  It is essentially equivalent to running the shell command "
9082 "C<find directory -print> but some post-processing happens on the output, "
9083 "described below."
9084 msgstr ""
9085
9086 #. type: textblock
9087 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
9088 msgid ""
9089 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9090 "structure was:"
9091 msgstr ""
9092
9093 #. type: verbatim
9094 #: ../src/guestfs-actions.pod:1740 ../fish/guestfish-actions.pod:1173
9095 #, no-wrap
9096 msgid ""
9097 " /tmp/a\n"
9098 " /tmp/b\n"
9099 " /tmp/c/d\n"
9100 "\n"
9101 msgstr ""
9102
9103 #. type: textblock
9104 #: ../src/guestfs-actions.pod:1744
9105 msgid ""
9106 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9107 msgstr ""
9108
9109 #. type: verbatim
9110 #: ../src/guestfs-actions.pod:1747 ../fish/guestfish-actions.pod:1180
9111 #, no-wrap
9112 msgid ""
9113 " a\n"
9114 " b\n"
9115 " c\n"
9116 " c/d\n"
9117 "\n"
9118 msgstr ""
9119
9120 #. type: textblock
9121 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
9122 msgid "If C<directory> is not a directory, then this command returns an error."
9123 msgstr ""
9124
9125 #. type: textblock
9126 #: ../src/guestfs-actions.pod:1755 ../fish/guestfish-actions.pod:1188
9127 msgid "The returned list is sorted."
9128 msgstr ""
9129
9130 #. type: textblock
9131 #: ../src/guestfs-actions.pod:1757
9132 msgid "See also C<guestfs_find0>."
9133 msgstr ""
9134
9135 #. type: textblock
9136 #: ../src/guestfs-actions.pod:1766 ../src/guestfs-actions.pod:4100
9137 #: ../src/guestfs-actions.pod:5643
9138 msgid "(Added in 1.0.27)"
9139 msgstr ""
9140
9141 #. type: =head2
9142 #: ../src/guestfs-actions.pod:1768
9143 msgid "guestfs_find0"
9144 msgstr ""
9145
9146 #. type: verbatim
9147 #: ../src/guestfs-actions.pod:1770
9148 #, no-wrap
9149 msgid ""
9150 " int\n"
9151 " guestfs_find0 (guestfs_h *g,\n"
9152 "                const char *directory,\n"
9153 "                const char *files);\n"
9154 "\n"
9155 msgstr ""
9156
9157 #. type: textblock
9158 #: ../src/guestfs-actions.pod:1775 ../fish/guestfish-actions.pod:1199
9159 msgid ""
9160 "This command lists out all files and directories, recursively, starting at "
9161 "C<directory>, placing the resulting list in the external file called "
9162 "C<files>."
9163 msgstr ""
9164
9165 #. type: textblock
9166 #: ../src/guestfs-actions.pod:1779
9167 msgid ""
9168 "This command works the same way as C<guestfs_find> with the following "
9169 "exceptions:"
9170 msgstr ""
9171
9172 #. type: textblock
9173 #: ../src/guestfs-actions.pod:1786 ../fish/guestfish-actions.pod:1210
9174 msgid "The resulting list is written to an external file."
9175 msgstr ""
9176
9177 #. type: textblock
9178 #: ../src/guestfs-actions.pod:1790 ../fish/guestfish-actions.pod:1214
9179 msgid ""
9180 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9181 "L<find(1)> option I<-print0>."
9182 msgstr ""
9183
9184 #. type: textblock
9185 #: ../src/guestfs-actions.pod:1795 ../fish/guestfish-actions.pod:1219
9186 msgid "This command is not limited in the number of names that it can return."
9187 msgstr ""
9188
9189 #. type: textblock
9190 #: ../src/guestfs-actions.pod:1800 ../fish/guestfish-actions.pod:1224
9191 msgid "The result list is not sorted."
9192 msgstr ""
9193
9194 #. type: textblock
9195 #: ../src/guestfs-actions.pod:1806
9196 msgid "(Added in 1.0.74)"
9197 msgstr ""
9198
9199 #. type: =head2
9200 #: ../src/guestfs-actions.pod:1808
9201 msgid "guestfs_findfs_label"
9202 msgstr ""
9203
9204 #. type: verbatim
9205 #: ../src/guestfs-actions.pod:1810
9206 #, no-wrap
9207 msgid ""
9208 " char *\n"
9209 " guestfs_findfs_label (guestfs_h *g,\n"
9210 "                       const char *label);\n"
9211 "\n"
9212 msgstr ""
9213
9214 #. type: textblock
9215 #: ../src/guestfs-actions.pod:1814 ../fish/guestfish-actions.pod:1234
9216 msgid ""
9217 "This command searches the filesystems and returns the one which has the "
9218 "given label.  An error is returned if no such filesystem can be found."
9219 msgstr ""
9220
9221 #. type: textblock
9222 #: ../src/guestfs-actions.pod:1818
9223 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9224 msgstr ""
9225
9226 #. type: =head2
9227 #: ../src/guestfs-actions.pod:1825
9228 msgid "guestfs_findfs_uuid"
9229 msgstr ""
9230
9231 #. type: verbatim
9232 #: ../src/guestfs-actions.pod:1827
9233 #, no-wrap
9234 msgid ""
9235 " char *\n"
9236 " guestfs_findfs_uuid (guestfs_h *g,\n"
9237 "                      const char *uuid);\n"
9238 "\n"
9239 msgstr ""
9240
9241 #. type: textblock
9242 #: ../src/guestfs-actions.pod:1831 ../fish/guestfish-actions.pod:1244
9243 msgid ""
9244 "This command searches the filesystems and returns the one which has the "
9245 "given UUID.  An error is returned if no such filesystem can be found."
9246 msgstr ""
9247
9248 #. type: textblock
9249 #: ../src/guestfs-actions.pod:1835
9250 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9251 msgstr ""
9252
9253 #. type: =head2
9254 #: ../src/guestfs-actions.pod:1842
9255 msgid "guestfs_fsck"
9256 msgstr ""
9257
9258 #. type: verbatim
9259 #: ../src/guestfs-actions.pod:1844
9260 #, no-wrap
9261 msgid ""
9262 " int\n"
9263 " guestfs_fsck (guestfs_h *g,\n"
9264 "               const char *fstype,\n"
9265 "               const char *device);\n"
9266 "\n"
9267 msgstr ""
9268
9269 #. type: textblock
9270 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
9271 msgid ""
9272 "This runs the filesystem checker (fsck) on C<device> which should have "
9273 "filesystem type C<fstype>."
9274 msgstr ""
9275
9276 #. type: textblock
9277 #: ../src/guestfs-actions.pod:1852 ../fish/guestfish-actions.pod:1257
9278 msgid ""
9279 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9280 "codes from C<fsck>."
9281 msgstr ""
9282
9283 #. type: textblock
9284 #: ../src/guestfs-actions.pod:1861 ../fish/guestfish-actions.pod:1266
9285 msgid "Multiple status codes can be summed together."
9286 msgstr ""
9287
9288 #. type: textblock
9289 #: ../src/guestfs-actions.pod:1865 ../fish/guestfish-actions.pod:1270
9290 msgid ""
9291 "A non-zero return code can mean \"success\", for example if errors have been "
9292 "corrected on the filesystem."
9293 msgstr ""
9294
9295 #. type: textblock
9296 #: ../src/guestfs-actions.pod:1870 ../fish/guestfish-actions.pod:1275
9297 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9298 msgstr ""
9299
9300 #. type: textblock
9301 #: ../src/guestfs-actions.pod:1875 ../fish/guestfish-actions.pod:1280
9302 msgid ""
9303 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9304 msgstr ""
9305
9306 #. type: textblock
9307 #: ../src/guestfs-actions.pod:1879 ../src/guestfs-actions.pod:7339
9308 msgid "(Added in 1.0.16)"
9309 msgstr ""
9310
9311 #. type: =head2
9312 #: ../src/guestfs-actions.pod:1881
9313 msgid "guestfs_get_append"
9314 msgstr ""
9315
9316 #. type: verbatim
9317 #: ../src/guestfs-actions.pod:1883
9318 #, no-wrap
9319 msgid ""
9320 " const char *\n"
9321 " guestfs_get_append (guestfs_h *g);\n"
9322 "\n"
9323 msgstr ""
9324
9325 #. type: textblock
9326 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
9327 msgid ""
9328 "Return the additional kernel options which are added to the guest kernel "
9329 "command line."
9330 msgstr ""
9331
9332 #. type: textblock
9333 #: ../src/guestfs-actions.pod:1889 ../fish/guestfish-actions.pod:1289
9334 msgid "If C<NULL> then no options are added."
9335 msgstr ""
9336
9337 #. type: textblock
9338 #: ../src/guestfs-actions.pod:1891
9339 msgid ""
9340 "This function returns a string which may be NULL.  There is no way to return "
9341 "an error from this function.  The string is owned by the guest handle and "
9342 "must I<not> be freed."
9343 msgstr ""
9344
9345 #. type: textblock
9346 #: ../src/guestfs-actions.pod:1895 ../src/guestfs-actions.pod:5321
9347 #: ../src/guestfs-actions.pod:5801 ../src/guestfs-actions.pod:6201
9348 #: ../src/guestfs-actions.pod:6220 ../src/guestfs-actions.pod:6236
9349 #: ../src/guestfs-actions.pod:6253 ../src/guestfs-actions.pod:7010
9350 #: ../src/guestfs-actions.pod:7028 ../src/guestfs-actions.pod:7382
9351 msgid "(Added in 1.0.26)"
9352 msgstr ""
9353
9354 #. type: =head2
9355 #: ../src/guestfs-actions.pod:1897
9356 msgid "guestfs_get_attach_method"
9357 msgstr ""
9358
9359 #. type: verbatim
9360 #: ../src/guestfs-actions.pod:1899
9361 #, no-wrap
9362 msgid ""
9363 " char *\n"
9364 " guestfs_get_attach_method (guestfs_h *g);\n"
9365 "\n"
9366 msgstr ""
9367
9368 #. type: textblock
9369 #: ../src/guestfs-actions.pod:1902
9370 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
9371 msgstr ""
9372
9373 #. type: =head2
9374 #: ../src/guestfs-actions.pod:1907
9375 msgid "guestfs_get_autosync"
9376 msgstr ""
9377
9378 #. type: verbatim
9379 #: ../src/guestfs-actions.pod:1909
9380 #, no-wrap
9381 msgid ""
9382 " int\n"
9383 " guestfs_get_autosync (guestfs_h *g);\n"
9384 "\n"
9385 msgstr ""
9386
9387 #. type: textblock
9388 #: ../src/guestfs-actions.pod:1912 ../fish/guestfish-actions.pod:1301
9389 msgid "Get the autosync flag."
9390 msgstr ""
9391
9392 #. type: =head2
9393 #: ../src/guestfs-actions.pod:1918
9394 msgid "guestfs_get_direct"
9395 msgstr ""
9396
9397 #. type: verbatim
9398 #: ../src/guestfs-actions.pod:1920
9399 #, no-wrap
9400 msgid ""
9401 " int\n"
9402 " guestfs_get_direct (guestfs_h *g);\n"
9403 "\n"
9404 msgstr ""
9405
9406 #. type: textblock
9407 #: ../src/guestfs-actions.pod:1923 ../fish/guestfish-actions.pod:1307
9408 msgid "Return the direct appliance mode flag."
9409 msgstr ""
9410
9411 #. type: textblock
9412 #: ../src/guestfs-actions.pod:1927 ../src/guestfs-actions.pod:5870
9413 msgid "(Added in 1.0.72)"
9414 msgstr ""
9415
9416 #. type: =head2
9417 #: ../src/guestfs-actions.pod:1929
9418 msgid "guestfs_get_e2label"
9419 msgstr ""
9420
9421 #. type: verbatim
9422 #: ../src/guestfs-actions.pod:1931
9423 #, no-wrap
9424 msgid ""
9425 " char *\n"
9426 " guestfs_get_e2label (guestfs_h *g,\n"
9427 "                      const char *device);\n"
9428 "\n"
9429 msgstr ""
9430
9431 #. type: textblock
9432 #: ../src/guestfs-actions.pod:1935 ../fish/guestfish-actions.pod:1313
9433 msgid ""
9434 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9435 msgstr ""
9436
9437 #. type: textblock
9438 #: ../src/guestfs-actions.pod:1941 ../fish/guestfish-actions.pod:1316
9439 msgid ""
9440 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9441 msgstr ""
9442
9443 #. type: textblock
9444 #: ../src/guestfs-actions.pod:1948 ../src/guestfs-actions.pod:1969
9445 #: ../src/guestfs-actions.pod:5888 ../src/guestfs-actions.pod:5907
9446 msgid "(Added in 1.0.15)"
9447 msgstr ""
9448
9449 #. type: =head2
9450 #: ../src/guestfs-actions.pod:1950
9451 msgid "guestfs_get_e2uuid"
9452 msgstr ""
9453
9454 #. type: verbatim
9455 #: ../src/guestfs-actions.pod:1952
9456 #, no-wrap
9457 msgid ""
9458 " char *\n"
9459 " guestfs_get_e2uuid (guestfs_h *g,\n"
9460 "                     const char *device);\n"
9461 "\n"
9462 msgstr ""
9463
9464 #. type: textblock
9465 #: ../src/guestfs-actions.pod:1956 ../fish/guestfish-actions.pod:1327
9466 msgid ""
9467 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9468 msgstr ""
9469
9470 #. type: textblock
9471 #: ../src/guestfs-actions.pod:1962 ../fish/guestfish-actions.pod:1330
9472 msgid ""
9473 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9474 msgstr ""
9475
9476 #. type: =head2
9477 #: ../src/guestfs-actions.pod:1971
9478 msgid "guestfs_get_memsize"
9479 msgstr ""
9480
9481 #. type: verbatim
9482 #: ../src/guestfs-actions.pod:1973
9483 #, no-wrap
9484 msgid ""
9485 " int\n"
9486 " guestfs_get_memsize (guestfs_h *g);\n"
9487 "\n"
9488 msgstr ""
9489
9490 #. type: textblock
9491 #: ../src/guestfs-actions.pod:1976 ../fish/guestfish-actions.pod:1341
9492 msgid ""
9493 "This gets the memory size in megabytes allocated to the qemu subprocess."
9494 msgstr ""
9495
9496 #. type: textblock
9497 #: ../src/guestfs-actions.pod:1979
9498 msgid ""
9499 "If C<guestfs_set_memsize> was not called on this handle, and if "
9500 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9501 "value for memsize."
9502 msgstr ""
9503
9504 #. type: textblock
9505 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2064
9506 #: ../src/guestfs-actions.pod:5923 ../src/guestfs-actions.pod:6030
9507 #: ../fish/guestfish-actions.pod:1348 ../fish/guestfish-actions.pod:1399
9508 #: ../fish/guestfish-actions.pod:3993 ../fish/guestfish-actions.pod:4080
9509 msgid ""
9510 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9511 msgstr ""
9512
9513 #. type: textblock
9514 #: ../src/guestfs-actions.pod:1988 ../src/guestfs-actions.pod:4391
9515 #: ../src/guestfs-actions.pod:4588 ../src/guestfs-actions.pod:4607
9516 #: ../src/guestfs-actions.pod:4626 ../src/guestfs-actions.pod:4638
9517 #: ../src/guestfs-actions.pod:4655 ../src/guestfs-actions.pod:4668
9518 #: ../src/guestfs-actions.pod:5546 ../src/guestfs-actions.pod:5928
9519 #: ../src/guestfs-actions.pod:6175 ../src/guestfs-actions.pod:6776
9520 msgid "(Added in 1.0.55)"
9521 msgstr ""
9522
9523 #. type: =head2
9524 #: ../src/guestfs-actions.pod:1990
9525 msgid "guestfs_get_network"
9526 msgstr ""
9527
9528 #. type: verbatim
9529 #: ../src/guestfs-actions.pod:1992
9530 #, no-wrap
9531 msgid ""
9532 " int\n"
9533 " guestfs_get_network (guestfs_h *g);\n"
9534 "\n"
9535 msgstr ""
9536
9537 #. type: textblock
9538 #: ../src/guestfs-actions.pod:1995 ../fish/guestfish-actions.pod:1355
9539 msgid "This returns the enable network flag."
9540 msgstr ""
9541
9542 #. type: textblock
9543 #: ../src/guestfs-actions.pod:1999 ../src/guestfs-actions.pod:5947
9544 msgid "(Added in 1.5.4)"
9545 msgstr ""
9546
9547 #. type: =head2
9548 #: ../src/guestfs-actions.pod:2001
9549 msgid "guestfs_get_path"
9550 msgstr ""
9551
9552 #. type: verbatim
9553 #: ../src/guestfs-actions.pod:2003
9554 #, no-wrap
9555 msgid ""
9556 " const char *\n"
9557 " guestfs_get_path (guestfs_h *g);\n"
9558 "\n"
9559 msgstr ""
9560
9561 #. type: textblock
9562 #: ../src/guestfs-actions.pod:2006 ../fish/guestfish-actions.pod:1361
9563 msgid "Return the current search path."
9564 msgstr ""
9565
9566 #. type: textblock
9567 #: ../src/guestfs-actions.pod:2008 ../fish/guestfish-actions.pod:1363
9568 msgid ""
9569 "This is always non-NULL.  If it wasn't set already, then this will return "
9570 "the default path."
9571 msgstr ""
9572
9573 #. type: textblock
9574 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2040
9575 msgid ""
9576 "This function returns a string, or NULL on error.  The string is owned by "
9577 "the guest handle and must I<not> be freed."
9578 msgstr ""
9579
9580 #. type: =head2
9581 #: ../src/guestfs-actions.pod:2016
9582 msgid "guestfs_get_pid"
9583 msgstr ""
9584
9585 #. type: verbatim
9586 #: ../src/guestfs-actions.pod:2018
9587 #, no-wrap
9588 msgid ""
9589 " int\n"
9590 " guestfs_get_pid (guestfs_h *g);\n"
9591 "\n"
9592 msgstr ""
9593
9594 #. type: textblock
9595 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
9596 msgid ""
9597 "Return the process ID of the qemu subprocess.  If there is no qemu "
9598 "subprocess, then this will return an error."
9599 msgstr ""
9600
9601 #. type: textblock
9602 #: ../src/guestfs-actions.pod:2024 ../fish/guestfish-actions.pod:1375
9603 msgid "This is an internal call used for debugging and testing."
9604 msgstr ""
9605
9606 #. type: textblock
9607 #: ../src/guestfs-actions.pod:2028
9608 msgid "(Added in 1.0.56)"
9609 msgstr ""
9610
9611 #. type: =head2
9612 #: ../src/guestfs-actions.pod:2030
9613 msgid "guestfs_get_qemu"
9614 msgstr ""
9615
9616 #. type: verbatim
9617 #: ../src/guestfs-actions.pod:2032
9618 #, no-wrap
9619 msgid ""
9620 " const char *\n"
9621 " guestfs_get_qemu (guestfs_h *g);\n"
9622 "\n"
9623 msgstr ""
9624
9625 #. type: textblock
9626 #: ../src/guestfs-actions.pod:2035 ../fish/guestfish-actions.pod:1381
9627 msgid "Return the current qemu binary."
9628 msgstr ""
9629
9630 #. type: textblock
9631 #: ../src/guestfs-actions.pod:2037 ../fish/guestfish-actions.pod:1383
9632 msgid ""
9633 "This is always non-NULL.  If it wasn't set already, then this will return "
9634 "the default qemu binary name."
9635 msgstr ""
9636
9637 #. type: textblock
9638 #: ../src/guestfs-actions.pod:2043 ../src/guestfs-actions.pod:5992
9639 msgid "(Added in 1.0.6)"
9640 msgstr ""
9641
9642 #. type: =head2
9643 #: ../src/guestfs-actions.pod:2045
9644 msgid "guestfs_get_recovery_proc"
9645 msgstr ""
9646
9647 #. type: verbatim
9648 #: ../src/guestfs-actions.pod:2047
9649 #, no-wrap
9650 msgid ""
9651 " int\n"
9652 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9653 "\n"
9654 msgstr ""
9655
9656 #. type: textblock
9657 #: ../src/guestfs-actions.pod:2050 ../fish/guestfish-actions.pod:1390
9658 msgid "Return the recovery process enabled flag."
9659 msgstr ""
9660
9661 #. type: textblock
9662 #: ../src/guestfs-actions.pod:2054 ../src/guestfs-actions.pod:3501
9663 #: ../src/guestfs-actions.pod:3798 ../src/guestfs-actions.pod:4198
9664 #: ../src/guestfs-actions.pod:4230 ../src/guestfs-actions.pod:5251
9665 #: ../src/guestfs-actions.pod:5594 ../src/guestfs-actions.pod:6016
9666 #: ../src/guestfs-actions.pod:6679 ../src/guestfs-actions.pod:6699
9667 #: ../src/guestfs-actions.pod:6891
9668 msgid "(Added in 1.0.77)"
9669 msgstr ""
9670
9671 #. type: =head2
9672 #: ../src/guestfs-actions.pod:2056
9673 msgid "guestfs_get_selinux"
9674 msgstr ""
9675
9676 #. type: verbatim
9677 #: ../src/guestfs-actions.pod:2058
9678 #, no-wrap
9679 msgid ""
9680 " int\n"
9681 " guestfs_get_selinux (guestfs_h *g);\n"
9682 "\n"
9683 msgstr ""
9684
9685 #. type: textblock
9686 #: ../src/guestfs-actions.pod:2061
9687 msgid ""
9688 "This returns the current setting of the selinux flag which is passed to the "
9689 "appliance at boot time.  See C<guestfs_set_selinux>."
9690 msgstr ""
9691
9692 #. type: textblock
9693 #: ../src/guestfs-actions.pod:2069 ../src/guestfs-actions.pod:2132
9694 #: ../src/guestfs-actions.pod:6035 ../src/guestfs-actions.pod:6093
9695 msgid "(Added in 1.0.67)"
9696 msgstr ""
9697
9698 #. type: =head2
9699 #: ../src/guestfs-actions.pod:2071
9700 msgid "guestfs_get_state"
9701 msgstr ""
9702
9703 #. type: verbatim
9704 #: ../src/guestfs-actions.pod:2073
9705 #, no-wrap
9706 msgid ""
9707 " int\n"
9708 " guestfs_get_state (guestfs_h *g);\n"
9709 "\n"
9710 msgstr ""
9711
9712 #. type: textblock
9713 #: ../src/guestfs-actions.pod:2076 ../fish/guestfish-actions.pod:1406
9714 msgid ""
9715 "This returns the current state as an opaque integer.  This is only useful "
9716 "for printing debug and internal error messages."
9717 msgstr ""
9718
9719 #. type: textblock
9720 #: ../src/guestfs-actions.pod:2079 ../src/guestfs-actions.pod:3299
9721 #: ../src/guestfs-actions.pod:3328 ../src/guestfs-actions.pod:3389
9722 #: ../src/guestfs-actions.pod:3416 ../fish/guestfish-actions.pod:1409
9723 #: ../fish/guestfish-actions.pod:2323 ../fish/guestfish-actions.pod:2341
9724 #: ../fish/guestfish-actions.pod:2379 ../fish/guestfish-actions.pod:2395
9725 msgid "For more information on states, see L<guestfs(3)>."
9726 msgstr ""
9727
9728 #. type: =head2
9729 #: ../src/guestfs-actions.pod:2085
9730 msgid "guestfs_get_trace"
9731 msgstr ""
9732
9733 #. type: verbatim
9734 #: ../src/guestfs-actions.pod:2087
9735 #, no-wrap
9736 msgid ""
9737 " int\n"
9738 " guestfs_get_trace (guestfs_h *g);\n"
9739 "\n"
9740 msgstr ""
9741
9742 #. type: textblock
9743 #: ../src/guestfs-actions.pod:2090 ../fish/guestfish-actions.pod:1415
9744 msgid "Return the command trace flag."
9745 msgstr ""
9746
9747 #. type: =head2
9748 #: ../src/guestfs-actions.pod:2096
9749 msgid "guestfs_get_umask"
9750 msgstr ""
9751
9752 #. type: verbatim
9753 #: ../src/guestfs-actions.pod:2098
9754 #, no-wrap
9755 msgid ""
9756 " int\n"
9757 " guestfs_get_umask (guestfs_h *g);\n"
9758 "\n"
9759 msgstr ""
9760
9761 #. type: textblock
9762 #: ../src/guestfs-actions.pod:2101
9763 msgid ""
9764 "Return the current umask.  By default the umask is C<022> unless it has been "
9765 "set by calling C<guestfs_umask>."
9766 msgstr ""
9767
9768 #. type: =head2
9769 #: ../src/guestfs-actions.pod:2108
9770 msgid "guestfs_get_verbose"
9771 msgstr ""
9772
9773 #. type: verbatim
9774 #: ../src/guestfs-actions.pod:2110
9775 #, no-wrap
9776 msgid ""
9777 " int\n"
9778 " guestfs_get_verbose (guestfs_h *g);\n"
9779 "\n"
9780 msgstr ""
9781
9782 #. type: textblock
9783 #: ../src/guestfs-actions.pod:2113 ../fish/guestfish-actions.pod:1428
9784 msgid "This returns the verbose messages flag."
9785 msgstr ""
9786
9787 #. type: =head2
9788 #: ../src/guestfs-actions.pod:2119
9789 msgid "guestfs_getcon"
9790 msgstr ""
9791
9792 #. type: verbatim
9793 #: ../src/guestfs-actions.pod:2121
9794 #, no-wrap
9795 msgid ""
9796 " char *\n"
9797 " guestfs_getcon (guestfs_h *g);\n"
9798 "\n"
9799 msgstr ""
9800
9801 #. type: textblock
9802 #: ../src/guestfs-actions.pod:2124 ../fish/guestfish-actions.pod:1434
9803 msgid "This gets the SELinux security context of the daemon."
9804 msgstr ""
9805
9806 #. type: textblock
9807 #: ../src/guestfs-actions.pod:2126
9808 msgid ""
9809 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9810 msgstr ""
9811
9812 #. type: =head2
9813 #: ../src/guestfs-actions.pod:2134
9814 msgid "guestfs_getxattr"
9815 msgstr ""
9816
9817 #. type: verbatim
9818 #: ../src/guestfs-actions.pod:2136
9819 #, no-wrap
9820 msgid ""
9821 " char *\n"
9822 " guestfs_getxattr (guestfs_h *g,\n"
9823 "                   const char *path,\n"
9824 "                   const char *name,\n"
9825 "                   size_t *size_r);\n"
9826 "\n"
9827 msgstr ""
9828
9829 #. type: textblock
9830 #: ../src/guestfs-actions.pod:2142
9831 msgid ""
9832 "Get a single extended attribute from file C<path> named C<name>.  This call "
9833 "follows symlinks.  If you want to lookup an extended attribute for the "
9834 "symlink itself, use C<guestfs_lgetxattr>."
9835 msgstr ""
9836
9837 #. type: textblock
9838 #: ../src/guestfs-actions.pod:2146 ../src/guestfs-actions.pod:3515
9839 msgid ""
9840 "Normally it is better to get all extended attributes from a file in one go "
9841 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9842 "implementations are buggy and do not provide a way to list out attributes.  "
9843 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9844 "extended attributes you want in advance and call this function."
9845 msgstr ""
9846
9847 #. type: textblock
9848 #: ../src/guestfs-actions.pod:2153 ../src/guestfs-actions.pod:3522
9849 #: ../fish/guestfish-actions.pod:1454 ../fish/guestfish-actions.pod:2460
9850 msgid ""
9851 "Extended attribute values are blobs of binary data.  If there is no extended "
9852 "attribute named C<name>, this returns an error."
9853 msgstr ""
9854
9855 #. type: textblock
9856 #: ../src/guestfs-actions.pod:2156
9857 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9858 msgstr ""
9859
9860 #. type: textblock
9861 #: ../src/guestfs-actions.pod:2158 ../src/guestfs-actions.pod:2349
9862 #: ../src/guestfs-actions.pod:3527 ../src/guestfs-actions.pod:5244
9863 #: ../src/guestfs-actions.pod:5270 ../src/guestfs-actions.pod:5451
9864 msgid ""
9865 "This function returns a buffer, or NULL on error.  The size of the returned "
9866 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9867 "after use>."
9868 msgstr ""
9869
9870 #. type: textblock
9871 #: ../src/guestfs-actions.pod:2162 ../src/guestfs-actions.pod:3531
9872 msgid "(Added in 1.7.24)"
9873 msgstr ""
9874
9875 #. type: =head2
9876 #: ../src/guestfs-actions.pod:2164
9877 msgid "guestfs_getxattrs"
9878 msgstr ""
9879
9880 #. type: verbatim
9881 #: ../src/guestfs-actions.pod:2166
9882 #, no-wrap
9883 msgid ""
9884 " struct guestfs_xattr_list *\n"
9885 " guestfs_getxattrs (guestfs_h *g,\n"
9886 "                    const char *path);\n"
9887 "\n"
9888 msgstr ""
9889
9890 #. type: textblock
9891 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9892 msgid ""
9893 "This call lists the extended attributes of the file or directory C<path>."
9894 msgstr ""
9895
9896 #. type: textblock
9897 #: ../src/guestfs-actions.pod:2173 ../fish/guestfish-actions.pod:1466
9898 msgid ""
9899 "At the system call level, this is a combination of the L<listxattr(2)> and "
9900 "L<getxattr(2)> calls."
9901 msgstr ""
9902
9903 #. type: textblock
9904 #: ../src/guestfs-actions.pod:2176
9905 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9906 msgstr ""
9907
9908 #. type: textblock
9909 #: ../src/guestfs-actions.pod:2178 ../src/guestfs-actions.pod:3543
9910 #: ../src/guestfs-actions.pod:4194
9911 msgid ""
9912 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9913 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9914 msgstr ""
9915
9916 #. type: textblock
9917 #: ../src/guestfs-actions.pod:2182 ../src/guestfs-actions.pod:3547
9918 #: ../src/guestfs-actions.pod:3712 ../src/guestfs-actions.pod:3748
9919 #: ../src/guestfs-actions.pod:5624 ../src/guestfs-actions.pod:6112
9920 #: ../src/guestfs-actions.pod:7447
9921 msgid "(Added in 1.0.59)"
9922 msgstr ""
9923
9924 #. type: =head2
9925 #: ../src/guestfs-actions.pod:2184
9926 msgid "guestfs_glob_expand"
9927 msgstr ""
9928
9929 #. type: verbatim
9930 #: ../src/guestfs-actions.pod:2186
9931 #, no-wrap
9932 msgid ""
9933 " char **\n"
9934 " guestfs_glob_expand (guestfs_h *g,\n"
9935 "                      const char *pattern);\n"
9936 "\n"
9937 msgstr ""
9938
9939 #. type: textblock
9940 #: ../src/guestfs-actions.pod:2190 ../fish/guestfish-actions.pod:1475
9941 msgid ""
9942 "This command searches for all the pathnames matching C<pattern> according to "
9943 "the wildcard expansion rules used by the shell."
9944 msgstr ""
9945
9946 #. type: textblock
9947 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9948 msgid ""
9949 "If no paths match, then this returns an empty list (note: not an error)."
9950 msgstr ""
9951
9952 #. type: textblock
9953 #: ../src/guestfs-actions.pod:2197 ../fish/guestfish-actions.pod:1482
9954 msgid ""
9955 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
9956 "GLOB_BRACE>.  See that manual page for more details."
9957 msgstr ""
9958
9959 #. type: textblock
9960 #: ../src/guestfs-actions.pod:2205 ../src/guestfs-actions.pod:6277
9961 #: ../src/guestfs-actions.pod:6294
9962 msgid "(Added in 1.0.50)"
9963 msgstr ""
9964
9965 #. type: =head2
9966 #: ../src/guestfs-actions.pod:2207
9967 msgid "guestfs_grep"
9968 msgstr ""
9969
9970 #. type: verbatim
9971 #: ../src/guestfs-actions.pod:2209
9972 #, no-wrap
9973 msgid ""
9974 " char **\n"
9975 " guestfs_grep (guestfs_h *g,\n"
9976 "               const char *regex,\n"
9977 "               const char *path);\n"
9978 "\n"
9979 msgstr ""
9980
9981 #. type: textblock
9982 #: ../src/guestfs-actions.pod:2214 ../fish/guestfish-actions.pod:1490
9983 msgid "This calls the external C<grep> program and returns the matching lines."
9984 msgstr ""
9985
9986 #. type: =head2
9987 #: ../src/guestfs-actions.pod:2226
9988 msgid "guestfs_grepi"
9989 msgstr ""
9990
9991 #. type: verbatim
9992 #: ../src/guestfs-actions.pod:2228
9993 #, no-wrap
9994 msgid ""
9995 " char **\n"
9996 " guestfs_grepi (guestfs_h *g,\n"
9997 "                const char *regex,\n"
9998 "                const char *path);\n"
9999 "\n"
10000 msgstr ""
10001
10002 #. type: textblock
10003 #: ../src/guestfs-actions.pod:2233 ../fish/guestfish-actions.pod:1500
10004 msgid ""
10005 "This calls the external C<grep -i> program and returns the matching lines."
10006 msgstr ""
10007
10008 #. type: =head2
10009 #: ../src/guestfs-actions.pod:2245
10010 msgid "guestfs_grub_install"
10011 msgstr ""
10012
10013 #. type: verbatim
10014 #: ../src/guestfs-actions.pod:2247
10015 #, no-wrap
10016 msgid ""
10017 " int\n"
10018 " guestfs_grub_install (guestfs_h *g,\n"
10019 "                       const char *root,\n"
10020 "                       const char *device);\n"
10021 "\n"
10022 msgstr ""
10023
10024 #. type: textblock
10025 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
10026 msgid ""
10027 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10028 "the root directory being C<root>."
10029 msgstr ""
10030
10031 #. type: textblock
10032 #: ../src/guestfs-actions.pod:2255 ../fish/guestfish-actions.pod:1513
10033 msgid ""
10034 "Note: If grub-install reports the error \"No suitable drive was found in the "
10035 "generated device map.\" it may be that you need to create a C</boot/grub/"
10036 "device.map> file first that contains the mapping between grub device names "
10037 "and Linux device names.  It is usually sufficient to create a file "
10038 "containing:"
10039 msgstr ""
10040
10041 #. type: verbatim
10042 #: ../src/guestfs-actions.pod:2262 ../fish/guestfish-actions.pod:1520
10043 #, no-wrap
10044 msgid ""
10045 " (hd0) /dev/vda\n"
10046 "\n"
10047 msgstr ""
10048
10049 #. type: textblock
10050 #: ../src/guestfs-actions.pod:2264 ../fish/guestfish-actions.pod:1522
10051 msgid "replacing C</dev/vda> with the name of the installation device."
10052 msgstr ""
10053
10054 #. type: textblock
10055 #: ../src/guestfs-actions.pod:2268
10056 msgid "(Added in 1.0.17)"
10057 msgstr ""
10058
10059 #. type: =head2
10060 #: ../src/guestfs-actions.pod:2270
10061 msgid "guestfs_head"
10062 msgstr ""
10063
10064 #. type: verbatim
10065 #: ../src/guestfs-actions.pod:2272
10066 #, no-wrap
10067 msgid ""
10068 " char **\n"
10069 " guestfs_head (guestfs_h *g,\n"
10070 "               const char *path);\n"
10071 "\n"
10072 msgstr ""
10073
10074 #. type: textblock
10075 #: ../src/guestfs-actions.pod:2276 ../fish/guestfish-actions.pod:1528
10076 msgid ""
10077 "This command returns up to the first 10 lines of a file as a list of strings."
10078 msgstr ""
10079
10080 #. type: =head2
10081 #: ../src/guestfs-actions.pod:2288
10082 msgid "guestfs_head_n"
10083 msgstr ""
10084
10085 #. type: verbatim
10086 #: ../src/guestfs-actions.pod:2290
10087 #, no-wrap
10088 msgid ""
10089 " char **\n"
10090 " guestfs_head_n (guestfs_h *g,\n"
10091 "                 int nrlines,\n"
10092 "                 const char *path);\n"
10093 "\n"
10094 msgstr ""
10095
10096 #. type: textblock
10097 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
10098 msgid ""
10099 "If the parameter C<nrlines> is a positive number, this returns the first "
10100 "C<nrlines> lines of the file C<path>."
10101 msgstr ""
10102
10103 #. type: textblock
10104 #: ../src/guestfs-actions.pod:2298 ../fish/guestfish-actions.pod:1541
10105 msgid ""
10106 "If the parameter C<nrlines> is a negative number, this returns lines from "
10107 "the file C<path>, excluding the last C<nrlines> lines."
10108 msgstr ""
10109
10110 #. type: textblock
10111 #: ../src/guestfs-actions.pod:2301 ../src/guestfs-actions.pod:6574
10112 #: ../fish/guestfish-actions.pod:1544 ../fish/guestfish-actions.pod:4430
10113 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10114 msgstr ""
10115
10116 #. type: =head2
10117 #: ../src/guestfs-actions.pod:2312
10118 msgid "guestfs_hexdump"
10119 msgstr ""
10120
10121 #. type: verbatim
10122 #: ../src/guestfs-actions.pod:2314
10123 #, no-wrap
10124 msgid ""
10125 " char *\n"
10126 " guestfs_hexdump (guestfs_h *g,\n"
10127 "                  const char *path);\n"
10128 "\n"
10129 msgstr ""
10130
10131 #. type: textblock
10132 #: ../src/guestfs-actions.pod:2318 ../fish/guestfish-actions.pod:1553
10133 msgid ""
10134 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10135 "readable, canonical hex dump of the file."
10136 msgstr ""
10137
10138 #. type: textblock
10139 #: ../src/guestfs-actions.pod:2327 ../src/guestfs-actions.pod:6358
10140 #: ../src/guestfs-actions.pod:6413
10141 msgid "(Added in 1.0.22)"
10142 msgstr ""
10143
10144 #. type: =head2
10145 #: ../src/guestfs-actions.pod:2329
10146 msgid "guestfs_initrd_cat"
10147 msgstr ""
10148
10149 #. type: verbatim
10150 #: ../src/guestfs-actions.pod:2331
10151 #, no-wrap
10152 msgid ""
10153 " char *\n"
10154 " guestfs_initrd_cat (guestfs_h *g,\n"
10155 "                     const char *initrdpath,\n"
10156 "                     const char *filename,\n"
10157 "                     size_t *size_r);\n"
10158 "\n"
10159 msgstr ""
10160
10161 #. type: textblock
10162 #: ../src/guestfs-actions.pod:2337 ../fish/guestfish-actions.pod:1563
10163 msgid ""
10164 "This command unpacks the file C<filename> from the initrd file called "
10165 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10166 "character."
10167 msgstr ""
10168
10169 #. type: textblock
10170 #: ../src/guestfs-actions.pod:2341 ../fish/guestfish-actions.pod:1567
10171 msgid ""
10172 "For example, in guestfish you could use the following command to examine the "
10173 "boot script (usually called C</init>)  contained in a Linux initrd or "
10174 "initramfs image:"
10175 msgstr ""
10176
10177 #. type: verbatim
10178 #: ../src/guestfs-actions.pod:2345 ../fish/guestfish-actions.pod:1571
10179 #, no-wrap
10180 msgid ""
10181 " initrd-cat /boot/initrd-<version>.img init\n"
10182 "\n"
10183 msgstr ""
10184
10185 #. type: textblock
10186 #: ../src/guestfs-actions.pod:2347
10187 msgid "See also C<guestfs_initrd_list>."
10188 msgstr ""
10189
10190 #. type: =head2
10191 #: ../src/guestfs-actions.pod:2358
10192 msgid "guestfs_initrd_list"
10193 msgstr ""
10194
10195 #. type: verbatim
10196 #: ../src/guestfs-actions.pod:2360
10197 #, no-wrap
10198 msgid ""
10199 " char **\n"
10200 " guestfs_initrd_list (guestfs_h *g,\n"
10201 "                      const char *path);\n"
10202 "\n"
10203 msgstr ""
10204
10205 #. type: textblock
10206 #: ../src/guestfs-actions.pod:2364 ../fish/guestfish-actions.pod:1582
10207 msgid "This command lists out files contained in an initrd."
10208 msgstr ""
10209
10210 #. type: textblock
10211 #: ../src/guestfs-actions.pod:2366 ../fish/guestfish-actions.pod:1584
10212 msgid ""
10213 "The files are listed without any initial C</> character.  The files are "
10214 "listed in the order they appear (not necessarily alphabetical).  Directory "
10215 "names are listed as separate items."
10216 msgstr ""
10217
10218 #. type: textblock
10219 #: ../src/guestfs-actions.pod:2370 ../fish/guestfish-actions.pod:1588
10220 msgid ""
10221 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10222 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10223 "files)."
10224 msgstr ""
10225
10226 #. type: =head2
10227 #: ../src/guestfs-actions.pod:2380
10228 msgid "guestfs_inotify_add_watch"
10229 msgstr ""
10230
10231 #. type: verbatim
10232 #: ../src/guestfs-actions.pod:2382
10233 #, no-wrap
10234 msgid ""
10235 " int64_t\n"
10236 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10237 "                            const char *path,\n"
10238 "                            int mask);\n"
10239 "\n"
10240 msgstr ""
10241
10242 #. type: textblock
10243 #: ../src/guestfs-actions.pod:2387 ../fish/guestfish-actions.pod:1596
10244 msgid "Watch C<path> for the events listed in C<mask>."
10245 msgstr ""
10246
10247 #. type: textblock
10248 #: ../src/guestfs-actions.pod:2389 ../fish/guestfish-actions.pod:1598
10249 msgid ""
10250 "Note that if C<path> is a directory then events within that directory are "
10251 "watched, but this does I<not> happen recursively (in subdirectories)."
10252 msgstr ""
10253
10254 #. type: textblock
10255 #: ../src/guestfs-actions.pod:2393 ../fish/guestfish-actions.pod:1602
10256 msgid ""
10257 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10258 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10259 msgstr ""
10260
10261 #. type: =head2
10262 #: ../src/guestfs-actions.pod:2401
10263 msgid "guestfs_inotify_close"
10264 msgstr ""
10265
10266 #. type: verbatim
10267 #: ../src/guestfs-actions.pod:2403
10268 #, no-wrap
10269 msgid ""
10270 " int\n"
10271 " guestfs_inotify_close (guestfs_h *g);\n"
10272 "\n"
10273 msgstr ""
10274
10275 #. type: textblock
10276 #: ../src/guestfs-actions.pod:2406 ../fish/guestfish-actions.pod:1610
10277 msgid ""
10278 "This closes the inotify handle which was previously opened by inotify_init.  "
10279 "It removes all watches, throws away any pending events, and deallocates all "
10280 "resources."
10281 msgstr ""
10282
10283 #. type: =head2
10284 #: ../src/guestfs-actions.pod:2414
10285 msgid "guestfs_inotify_files"
10286 msgstr ""
10287
10288 #. type: verbatim
10289 #: ../src/guestfs-actions.pod:2416
10290 #, no-wrap
10291 msgid ""
10292 " char **\n"
10293 " guestfs_inotify_files (guestfs_h *g);\n"
10294 "\n"
10295 msgstr ""
10296
10297 #. type: textblock
10298 #: ../src/guestfs-actions.pod:2419
10299 msgid ""
10300 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10301 "returns a list of pathnames of objects that were touched.  The returned "
10302 "pathnames are sorted and deduplicated."
10303 msgstr ""
10304
10305 #. type: =head2
10306 #: ../src/guestfs-actions.pod:2429
10307 msgid "guestfs_inotify_init"
10308 msgstr ""
10309
10310 #. type: verbatim
10311 #: ../src/guestfs-actions.pod:2431
10312 #, no-wrap
10313 msgid ""
10314 " int\n"
10315 " guestfs_inotify_init (guestfs_h *g,\n"
10316 "                       int maxevents);\n"
10317 "\n"
10318 msgstr ""
10319
10320 #. type: textblock
10321 #: ../src/guestfs-actions.pod:2435 ../fish/guestfish-actions.pod:1626
10322 msgid ""
10323 "This command creates a new inotify handle.  The inotify subsystem can be "
10324 "used to notify events which happen to objects in the guest filesystem."
10325 msgstr ""
10326
10327 #. type: textblock
10328 #: ../src/guestfs-actions.pod:2439
10329 msgid ""
10330 "C<maxevents> is the maximum number of events which will be queued up between "
10331 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10332 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10333 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10334 "throws away events, but records the fact that it threw them away by setting "
10335 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10336 "C<guestfs_inotify_read>)."
10337 msgstr ""
10338
10339 #. type: textblock
10340 #: ../src/guestfs-actions.pod:2449
10341 msgid ""
10342 "Before any events are generated, you have to add some watches to the "
10343 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10344 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10345 msgstr ""
10346
10347 #. type: textblock
10348 #: ../src/guestfs-actions.pod:2455
10349 msgid ""
10350 "Queued up events should be read periodically by calling "
10351 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10352 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10353 "often enough then you risk the internal queue overflowing."
10354 msgstr ""
10355
10356 #. type: textblock
10357 #: ../src/guestfs-actions.pod:2462
10358 msgid ""
10359 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10360 "This also removes any watches automatically."
10361 msgstr ""
10362
10363 #. type: textblock
10364 #: ../src/guestfs-actions.pod:2466 ../fish/guestfish-actions.pod:1657
10365 msgid ""
10366 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10367 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10368 "that there is one global inotify handle per libguestfs instance."
10369 msgstr ""
10370
10371 #. type: =head2
10372 #: ../src/guestfs-actions.pod:2475
10373 msgid "guestfs_inotify_read"
10374 msgstr ""
10375
10376 #. type: verbatim
10377 #: ../src/guestfs-actions.pod:2477
10378 #, no-wrap
10379 msgid ""
10380 " struct guestfs_inotify_event_list *\n"
10381 " guestfs_inotify_read (guestfs_h *g);\n"
10382 "\n"
10383 msgstr ""
10384
10385 #. type: textblock
10386 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
10387 msgid ""
10388 "Return the complete queue of events that have happened since the previous "
10389 "read call."
10390 msgstr ""
10391
10392 #. type: textblock
10393 #: ../src/guestfs-actions.pod:2483 ../fish/guestfish-actions.pod:1669
10394 msgid "If no events have happened, this returns an empty list."
10395 msgstr ""
10396
10397 #. type: textblock
10398 #: ../src/guestfs-actions.pod:2485 ../fish/guestfish-actions.pod:1671
10399 msgid ""
10400 "I<Note>: In order to make sure that all events have been read, you must call "
10401 "this function repeatedly until it returns an empty list.  The reason is that "
10402 "the call will read events up to the maximum appliance-to-host message size "
10403 "and leave remaining events in the queue."
10404 msgstr ""
10405
10406 #. type: textblock
10407 #: ../src/guestfs-actions.pod:2491
10408 msgid ""
10409 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10410 "there was an error.  I<The caller must call "
10411 "C<guestfs_free_inotify_event_list> after use>."
10412 msgstr ""
10413
10414 #. type: =head2
10415 #: ../src/guestfs-actions.pod:2497
10416 msgid "guestfs_inotify_rm_watch"
10417 msgstr ""
10418
10419 #. type: verbatim
10420 #: ../src/guestfs-actions.pod:2499
10421 #, no-wrap
10422 msgid ""
10423 " int\n"
10424 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10425 "                           int wd);\n"
10426 "\n"
10427 msgstr ""
10428
10429 #. type: textblock
10430 #: ../src/guestfs-actions.pod:2503
10431 msgid ""
10432 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10433 msgstr ""
10434
10435 #. type: =head2
10436 #: ../src/guestfs-actions.pod:2510
10437 msgid "guestfs_inspect_get_arch"
10438 msgstr ""
10439
10440 #. type: verbatim
10441 #: ../src/guestfs-actions.pod:2512
10442 #, no-wrap
10443 msgid ""
10444 " char *\n"
10445 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10446 "                           const char *root);\n"
10447 "\n"
10448 msgstr ""
10449
10450 #. type: textblock
10451 #: ../src/guestfs-actions.pod:2516 ../src/guestfs-actions.pod:2539
10452 #: ../src/guestfs-actions.pod:2632 ../src/guestfs-actions.pod:2676
10453 #: ../src/guestfs-actions.pod:2702 ../src/guestfs-actions.pod:2741
10454 #: ../src/guestfs-actions.pod:2763 ../src/guestfs-actions.pod:2790
10455 #: ../src/guestfs-actions.pod:2811 ../src/guestfs-actions.pod:2854
10456 #: ../src/guestfs-actions.pod:2883 ../src/guestfs-actions.pod:2914
10457 #: ../src/guestfs-actions.pod:2938 ../src/guestfs-actions.pod:2993
10458 #: ../src/guestfs-actions.pod:3035 ../src/guestfs-actions.pod:3056
10459 #: ../src/guestfs-actions.pod:3079 ../src/guestfs-actions.pod:3096
10460 #: ../src/guestfs-actions.pod:3113 ../src/guestfs-actions.pod:3132
10461 msgid ""
10462 "This function should only be called with a root device string as returned by "
10463 "C<guestfs_inspect_os>."
10464 msgstr ""
10465
10466 #. type: textblock
10467 #: ../src/guestfs-actions.pod:2519
10468 msgid ""
10469 "This returns the architecture of the inspected operating system.  The "
10470 "possible return values are listed under C<guestfs_file_architecture>."
10471 msgstr ""
10472
10473 #. type: textblock
10474 #: ../src/guestfs-actions.pod:2523 ../fish/guestfish-actions.pod:1695
10475 msgid ""
10476 "If the architecture could not be determined, then the string C<unknown> is "
10477 "returned."
10478 msgstr ""
10479
10480 #. type: textblock
10481 #: ../src/guestfs-actions.pod:2526 ../src/guestfs-actions.pod:2619
10482 #: ../src/guestfs-actions.pod:2730 ../src/guestfs-actions.pod:2750
10483 #: ../src/guestfs-actions.pod:2778 ../src/guestfs-actions.pod:2870
10484 #: ../src/guestfs-actions.pod:2901 ../src/guestfs-actions.pod:2925
10485 #: ../src/guestfs-actions.pod:2979 ../src/guestfs-actions.pod:3022
10486 #: ../src/guestfs-actions.pod:3045 ../src/guestfs-actions.pod:3066
10487 #: ../src/guestfs-actions.pod:3086 ../src/guestfs-actions.pod:3103
10488 #: ../src/guestfs-actions.pod:3122 ../src/guestfs-actions.pod:3225
10489 #: ../src/guestfs-actions.pod:3266 ../fish/guestfish-actions.pod:1698
10490 #: ../fish/guestfish-actions.pod:1784 ../fish/guestfish-actions.pod:1872
10491 #: ../fish/guestfish-actions.pod:1887 ../fish/guestfish-actions.pod:1908
10492 #: ../fish/guestfish-actions.pod:1978 ../fish/guestfish-actions.pod:2002
10493 #: ../fish/guestfish-actions.pod:2019 ../fish/guestfish-actions.pod:2062
10494 #: ../fish/guestfish-actions.pod:2097 ../fish/guestfish-actions.pod:2113
10495 #: ../fish/guestfish-actions.pod:2129 ../fish/guestfish-actions.pod:2142
10496 #: ../fish/guestfish-actions.pod:2155 ../fish/guestfish-actions.pod:2170
10497 #: ../fish/guestfish-actions.pod:2269 ../fish/guestfish-actions.pod:2303
10498 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10499 msgstr ""
10500
10501 #. type: =head2
10502 #: ../src/guestfs-actions.pod:2533
10503 msgid "guestfs_inspect_get_distro"
10504 msgstr ""
10505
10506 #. type: verbatim
10507 #: ../src/guestfs-actions.pod:2535
10508 #, no-wrap
10509 msgid ""
10510 " char *\n"
10511 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10512 "                             const char *root);\n"
10513 "\n"
10514 msgstr ""
10515
10516 #. type: textblock
10517 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
10518 msgid ""
10519 "This returns the distro (distribution) of the inspected operating system."
10520 msgstr ""
10521
10522 #. type: textblock
10523 #: ../src/guestfs-actions.pod:2545 ../fish/guestfish-actions.pod:1710
10524 msgid "Currently defined distros are:"
10525 msgstr ""
10526
10527 #. type: =item
10528 #: ../src/guestfs-actions.pod:2549 ../fish/guestfish-actions.pod:1714
10529 msgid "\"archlinux\""
10530 msgstr "\"archlinux\""
10531
10532 #. type: textblock
10533 #: ../src/guestfs-actions.pod:2551 ../fish/guestfish-actions.pod:1716
10534 msgid "Arch Linux."
10535 msgstr "Arch Linux."
10536
10537 #. type: =item
10538 #: ../src/guestfs-actions.pod:2553 ../fish/guestfish-actions.pod:1718
10539 #, fuzzy
10540 #| msgid "\"gentoo\""
10541 msgid "\"centos\""
10542 msgstr "\"gentoo\""
10543
10544 #. type: textblock
10545 #: ../src/guestfs-actions.pod:2555 ../fish/guestfish-actions.pod:1720
10546 msgid "CentOS."
10547 msgstr ""
10548
10549 #. type: =item
10550 #: ../src/guestfs-actions.pod:2557 ../fish/guestfish-actions.pod:1722
10551 msgid "\"debian\""
10552 msgstr "\"debian\""
10553
10554 #. type: textblock
10555 #: ../src/guestfs-actions.pod:2559 ../fish/guestfish-actions.pod:1724
10556 msgid "Debian."
10557 msgstr "Debian."
10558
10559 #. type: =item
10560 #: ../src/guestfs-actions.pod:2561 ../fish/guestfish-actions.pod:1726
10561 msgid "\"fedora\""
10562 msgstr "\"fedora\""
10563
10564 #. type: textblock
10565 #: ../src/guestfs-actions.pod:2563 ../fish/guestfish-actions.pod:1728
10566 msgid "Fedora."
10567 msgstr "Fedora."
10568
10569 #. type: =item
10570 #: ../src/guestfs-actions.pod:2565 ../fish/guestfish-actions.pod:1730
10571 msgid "\"gentoo\""
10572 msgstr "\"gentoo\""
10573
10574 #. type: textblock
10575 #: ../src/guestfs-actions.pod:2567 ../fish/guestfish-actions.pod:1732
10576 msgid "Gentoo."
10577 msgstr "Gentoo."
10578
10579 #. type: =item
10580 #: ../src/guestfs-actions.pod:2569 ../fish/guestfish-actions.pod:1734
10581 msgid "\"linuxmint\""
10582 msgstr "\"linuxmint\""
10583
10584 #. type: textblock
10585 #: ../src/guestfs-actions.pod:2571 ../fish/guestfish-actions.pod:1736
10586 msgid "Linux Mint."
10587 msgstr "Linux Mint."
10588
10589 #. type: =item
10590 #: ../src/guestfs-actions.pod:2573 ../fish/guestfish-actions.pod:1738
10591 msgid "\"mandriva\""
10592 msgstr "\"mandriva\""
10593
10594 #. type: textblock
10595 #: ../src/guestfs-actions.pod:2575 ../fish/guestfish-actions.pod:1740
10596 msgid "Mandriva."
10597 msgstr "Mandriva."
10598
10599 #. type: =item
10600 #: ../src/guestfs-actions.pod:2577 ../fish/guestfish-actions.pod:1742
10601 msgid "\"meego\""
10602 msgstr "\"meego\""
10603
10604 #. type: textblock
10605 #: ../src/guestfs-actions.pod:2579 ../fish/guestfish-actions.pod:1744
10606 msgid "MeeGo."
10607 msgstr "MeeGo."
10608
10609 #. type: =item
10610 #: ../src/guestfs-actions.pod:2581 ../fish/guestfish-actions.pod:1746
10611 msgid "\"pardus\""
10612 msgstr "\"pardus\""
10613
10614 #. type: textblock
10615 #: ../src/guestfs-actions.pod:2583 ../fish/guestfish-actions.pod:1748
10616 msgid "Pardus."
10617 msgstr "Pardus."
10618
10619 #. type: =item
10620 #: ../src/guestfs-actions.pod:2585 ../fish/guestfish-actions.pod:1750
10621 msgid "\"redhat-based\""
10622 msgstr "\"redhat-based\""
10623
10624 #. type: textblock
10625 #: ../src/guestfs-actions.pod:2587 ../fish/guestfish-actions.pod:1752
10626 msgid "Some Red Hat-derived distro."
10627 msgstr "Дистрибутив, що походить від Red Hat."
10628
10629 #. type: =item
10630 #: ../src/guestfs-actions.pod:2589 ../fish/guestfish-actions.pod:1754
10631 msgid "\"rhel\""
10632 msgstr "\"rhel\""
10633
10634 #. type: textblock
10635 #: ../src/guestfs-actions.pod:2591 ../fish/guestfish-actions.pod:1756
10636 #, fuzzy
10637 #| msgid "Red Hat Enterprise Linux and some derivatives."
10638 msgid "Red Hat Enterprise Linux."
10639 msgstr "Red Hat Enterprise Linux та деякі з похідних дистрибутивів."
10640
10641 #. type: =item
10642 #: ../src/guestfs-actions.pod:2593 ../fish/guestfish-actions.pod:1758
10643 msgid "\"scientificlinux\""
10644 msgstr ""
10645
10646 #. type: textblock
10647 #: ../src/guestfs-actions.pod:2595 ../fish/guestfish-actions.pod:1760
10648 msgid "Scientific Linux."
10649 msgstr ""
10650
10651 #. type: =item
10652 #: ../src/guestfs-actions.pod:2597 ../fish/guestfish-actions.pod:1762
10653 msgid "\"slackware\""
10654 msgstr ""
10655
10656 #. type: textblock
10657 #: ../src/guestfs-actions.pod:2599 ../fish/guestfish-actions.pod:1764
10658 msgid "Slackware."
10659 msgstr ""
10660
10661 #. type: =item
10662 #: ../src/guestfs-actions.pod:2601 ../fish/guestfish-actions.pod:1766
10663 msgid "\"ubuntu\""
10664 msgstr "\"ubuntu\""
10665
10666 #. type: textblock
10667 #: ../src/guestfs-actions.pod:2603 ../fish/guestfish-actions.pod:1768
10668 msgid "Ubuntu."
10669 msgstr "Ubuntu."
10670
10671 #. type: =item
10672 #: ../src/guestfs-actions.pod:2605 ../src/guestfs-actions.pod:2721
10673 #: ../src/guestfs-actions.pod:3013 ../fish/guestfish-actions.pod:1770
10674 #: ../fish/guestfish-actions.pod:1863 ../fish/guestfish-actions.pod:2088
10675 msgid "\"unknown\""
10676 msgstr "\"unknown\""
10677
10678 #. type: textblock
10679 #: ../src/guestfs-actions.pod:2607 ../fish/guestfish-actions.pod:1772
10680 msgid "The distro could not be determined."
10681 msgstr "Дистрибутив, тип якого не вдалося визначити."
10682
10683 #. type: =item
10684 #: ../src/guestfs-actions.pod:2609 ../src/guestfs-actions.pod:3005
10685 #: ../fish/guestfish-actions.pod:1774 ../fish/guestfish-actions.pod:2080
10686 msgid "\"windows\""
10687 msgstr "\"windows\""
10688
10689 #. type: textblock
10690 #: ../src/guestfs-actions.pod:2611 ../fish/guestfish-actions.pod:1776
10691 msgid ""
10692 "Windows does not have distributions.  This string is returned if the OS type "
10693 "is Windows."
10694 msgstr ""
10695
10696 #. type: textblock
10697 #: ../src/guestfs-actions.pod:2616 ../src/guestfs-actions.pod:2727
10698 #: ../src/guestfs-actions.pod:3019 ../fish/guestfish-actions.pod:1781
10699 #: ../fish/guestfish-actions.pod:1869 ../fish/guestfish-actions.pod:2094
10700 msgid ""
10701 "Future versions of libguestfs may return other strings here.  The caller "
10702 "should be prepared to handle any string."
10703 msgstr ""
10704
10705 #. type: =head2
10706 #: ../src/guestfs-actions.pod:2626
10707 msgid "guestfs_inspect_get_drive_mappings"
10708 msgstr ""
10709
10710 #. type: verbatim
10711 #: ../src/guestfs-actions.pod:2628
10712 #, no-wrap
10713 msgid ""
10714 " char **\n"
10715 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10716 "                                     const char *root);\n"
10717 "\n"
10718 msgstr ""
10719
10720 #. type: textblock
10721 #: ../src/guestfs-actions.pod:2635 ../fish/guestfish-actions.pod:1793
10722 msgid ""
10723 "This call is useful for Windows which uses a primitive system of assigning "
10724 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10725 "Windows Registry to find out how disks/partitions are mapped to drive "
10726 "letters, and returns a hash table as in the example below:"
10727 msgstr ""
10728
10729 #. type: verbatim
10730 #: ../src/guestfs-actions.pod:2641 ../fish/guestfish-actions.pod:1799
10731 #, no-wrap
10732 msgid ""
10733 " C      =>     /dev/vda2\n"
10734 " E      =>     /dev/vdb1\n"
10735 " F      =>     /dev/vdc1\n"
10736 "\n"
10737 msgstr ""
10738
10739 #. type: textblock
10740 #: ../src/guestfs-actions.pod:2645 ../fish/guestfish-actions.pod:1803
10741 msgid ""
10742 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10743 "and just contains the drive letter, without the customary colon separator "
10744 "character."
10745 msgstr ""
10746
10747 #. type: textblock
10748 #: ../src/guestfs-actions.pod:2649 ../fish/guestfish-actions.pod:1807
10749 msgid ""
10750 "In future we may support other operating systems that also used drive "
10751 "letters, but the keys for those might not be case insensitive and might be "
10752 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10753 "C<h1> etc."
10754 msgstr ""
10755
10756 #. type: textblock
10757 #: ../src/guestfs-actions.pod:2654 ../fish/guestfish-actions.pod:1812
10758 msgid ""
10759 "For Windows guests, currently only hard drive mappings are returned.  "
10760 "Removable disks (eg. DVD-ROMs) are ignored."
10761 msgstr ""
10762
10763 #. type: textblock
10764 #: ../src/guestfs-actions.pod:2657 ../fish/guestfish-actions.pod:1815
10765 msgid ""
10766 "For guests that do not use drive mappings, or if the drive mappings could "
10767 "not be determined, this returns an empty hash table."
10768 msgstr ""
10769
10770 #. type: textblock
10771 #: ../src/guestfs-actions.pod:2660
10772 msgid ""
10773 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10774 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10775 msgstr ""
10776
10777 #. type: textblock
10778 #: ../src/guestfs-actions.pod:2664 ../src/guestfs-actions.pod:2840
10779 #: ../src/guestfs-actions.pod:3600 ../src/guestfs-actions.pod:4810
10780 #: ../src/guestfs-actions.pod:6715
10781 msgid ""
10782 "This function returns a NULL-terminated array of strings, or NULL if there "
10783 "was an error.  The array of strings will always have length C<2n+1>, where "
10784 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10785 "caller must free the strings and the array after use>."
10786 msgstr ""
10787
10788 #. type: =head2
10789 #: ../src/guestfs-actions.pod:2670
10790 msgid "guestfs_inspect_get_filesystems"
10791 msgstr ""
10792
10793 #. type: verbatim
10794 #: ../src/guestfs-actions.pod:2672
10795 #, no-wrap
10796 msgid ""
10797 " char **\n"
10798 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10799 "                                  const char *root);\n"
10800 "\n"
10801 msgstr ""
10802
10803 #. type: textblock
10804 #: ../src/guestfs-actions.pod:2679 ../fish/guestfish-actions.pod:1829
10805 msgid ""
10806 "This returns a list of all the filesystems that we think are associated with "
10807 "this operating system.  This includes the root filesystem, other ordinary "
10808 "filesystems, and non-mounted devices like swap partitions."
10809 msgstr ""
10810
10811 #. type: textblock
10812 #: ../src/guestfs-actions.pod:2684 ../fish/guestfish-actions.pod:1834
10813 msgid ""
10814 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10815 "to be shared between operating systems."
10816 msgstr ""
10817
10818 #. type: textblock
10819 #: ../src/guestfs-actions.pod:2687
10820 msgid ""
10821 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10822 "C<guestfs_inspect_get_mountpoints>."
10823 msgstr ""
10824
10825 #. type: =head2
10826 #: ../src/guestfs-actions.pod:2696
10827 msgid "guestfs_inspect_get_format"
10828 msgstr ""
10829
10830 #. type: verbatim
10831 #: ../src/guestfs-actions.pod:2698
10832 #, no-wrap
10833 msgid ""
10834 " char *\n"
10835 " guestfs_inspect_get_format (guestfs_h *g,\n"
10836 "                             const char *root);\n"
10837 "\n"
10838 msgstr ""
10839
10840 #. type: textblock
10841 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1847
10842 msgid ""
10843 "This returns the format of the inspected operating system.  You can use it "
10844 "to detect install images, live CDs and similar."
10845 msgstr ""
10846
10847 #. type: textblock
10848 #: ../src/guestfs-actions.pod:2708 ../fish/guestfish-actions.pod:1850
10849 msgid "Currently defined formats are:"
10850 msgstr ""
10851
10852 #. type: =item
10853 #: ../src/guestfs-actions.pod:2712 ../fish/guestfish-actions.pod:1854
10854 msgid "\"installed\""
10855 msgstr "\"installed\""
10856
10857 #. type: textblock
10858 #: ../src/guestfs-actions.pod:2714 ../fish/guestfish-actions.pod:1856
10859 msgid "This is an installed operating system."
10860 msgstr "Це встановлена операційна система."
10861
10862 #. type: =item
10863 #: ../src/guestfs-actions.pod:2716 ../fish/guestfish-actions.pod:1858
10864 msgid "\"installer\""
10865 msgstr ""
10866
10867 #. type: textblock
10868 #: ../src/guestfs-actions.pod:2718 ../fish/guestfish-actions.pod:1860
10869 msgid ""
10870 "The disk image being inspected is not an installed operating system, but a "
10871 "I<bootable> install disk, live CD, or similar."
10872 msgstr ""
10873
10874 #. type: textblock
10875 #: ../src/guestfs-actions.pod:2723 ../fish/guestfish-actions.pod:1865
10876 msgid "The format of this disk image is not known."
10877 msgstr ""
10878
10879 #. type: =head2
10880 #: ../src/guestfs-actions.pod:2735
10881 msgid "guestfs_inspect_get_hostname"
10882 msgstr ""
10883
10884 #. type: verbatim
10885 #: ../src/guestfs-actions.pod:2737
10886 #, no-wrap
10887 msgid ""
10888 " char *\n"
10889 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10890 "                               const char *root);\n"
10891 "\n"
10892 msgstr ""
10893
10894 #. type: textblock
10895 #: ../src/guestfs-actions.pod:2744 ../fish/guestfish-actions.pod:1881
10896 msgid ""
10897 "This function returns the hostname of the operating system as found by "
10898 "inspection of the guest's configuration files."
10899 msgstr ""
10900
10901 #. type: textblock
10902 #: ../src/guestfs-actions.pod:2747 ../fish/guestfish-actions.pod:1884
10903 msgid ""
10904 "If the hostname could not be determined, then the string C<unknown> is "
10905 "returned."
10906 msgstr ""
10907
10908 #. type: textblock
10909 #: ../src/guestfs-actions.pod:2755
10910 msgid "(Added in 1.7.9)"
10911 msgstr ""
10912
10913 #. type: =head2
10914 #: ../src/guestfs-actions.pod:2757
10915 msgid "guestfs_inspect_get_major_version"
10916 msgstr ""
10917
10918 #. type: verbatim
10919 #: ../src/guestfs-actions.pod:2759
10920 #, no-wrap
10921 msgid ""
10922 " int\n"
10923 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10924 "                                    const char *root);\n"
10925 "\n"
10926 msgstr ""
10927
10928 #. type: textblock
10929 #: ../src/guestfs-actions.pod:2766 ../fish/guestfish-actions.pod:1896
10930 msgid ""
10931 "This returns the major version number of the inspected operating system."
10932 msgstr ""
10933
10934 #. type: textblock
10935 #: ../src/guestfs-actions.pod:2769 ../fish/guestfish-actions.pod:1899
10936 msgid ""
10937 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10938 "popular public names used by the operating system.  Notably the operating "
10939 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10940 "1).  You can find out the real versions corresponding to releases of Windows "
10941 "by consulting Wikipedia or MSDN."
10942 msgstr ""
10943
10944 #. type: textblock
10945 #: ../src/guestfs-actions.pod:2776 ../src/guestfs-actions.pod:2796
10946 #: ../fish/guestfish-actions.pod:1906 ../fish/guestfish-actions.pod:1920
10947 msgid "If the version could not be determined, then C<0> is returned."
10948 msgstr ""
10949
10950 #. type: =head2
10951 #: ../src/guestfs-actions.pod:2784
10952 msgid "guestfs_inspect_get_minor_version"
10953 msgstr ""
10954
10955 #. type: verbatim
10956 #: ../src/guestfs-actions.pod:2786
10957 #, no-wrap
10958 msgid ""
10959 " int\n"
10960 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10961 "                                    const char *root);\n"
10962 "\n"
10963 msgstr ""
10964
10965 #. type: textblock
10966 #: ../src/guestfs-actions.pod:2793 ../fish/guestfish-actions.pod:1917
10967 msgid ""
10968 "This returns the minor version number of the inspected operating system."
10969 msgstr ""
10970
10971 #. type: textblock
10972 #: ../src/guestfs-actions.pod:2798
10973 msgid ""
10974 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10975 "C<guestfs_inspect_get_major_version>."
10976 msgstr ""
10977
10978 #. type: =head2
10979 #: ../src/guestfs-actions.pod:2805
10980 msgid "guestfs_inspect_get_mountpoints"
10981 msgstr ""
10982
10983 #. type: verbatim
10984 #: ../src/guestfs-actions.pod:2807
10985 #, no-wrap
10986 msgid ""
10987 " char **\n"
10988 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10989 "                                  const char *root);\n"
10990 "\n"
10991 msgstr ""
10992
10993 #. type: textblock
10994 #: ../src/guestfs-actions.pod:2814 ../fish/guestfish-actions.pod:1932
10995 msgid ""
10996 "This returns a hash of where we think the filesystems associated with this "
10997 "operating system should be mounted.  Callers should note that this is at "
10998 "best an educated guess made by reading configuration files such as C</etc/"
10999 "fstab>.  I<In particular note> that this may return filesystems which are "
11000 "non-existent or not mountable and callers should be prepared to handle or "
11001 "ignore failures if they try to mount them."
11002 msgstr ""
11003
11004 #. type: textblock
11005 #: ../src/guestfs-actions.pod:2823 ../fish/guestfish-actions.pod:1941
11006 msgid ""
11007 "Each element in the returned hashtable has a key which is the path of the "
11008 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11009 "mounted there (eg. C</dev/sda1>)."
11010 msgstr ""
11011
11012 #. type: textblock
11013 #: ../src/guestfs-actions.pod:2828 ../fish/guestfish-actions.pod:1946
11014 msgid ""
11015 "Non-mounted devices such as swap devices are I<not> returned in this list."
11016 msgstr ""
11017
11018 #. type: textblock
11019 #: ../src/guestfs-actions.pod:2831
11020 msgid ""
11021 "For operating systems like Windows which still use drive letters, this call "
11022 "will only return an entry for the first drive \"mounted on\" C</>.  For "
11023 "information about the mapping of drive letters to partitions, see "
11024 "C<guestfs_inspect_get_drive_mappings>."
11025 msgstr ""
11026
11027 #. type: textblock
11028 #: ../src/guestfs-actions.pod:2837
11029 msgid ""
11030 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11031 "C<guestfs_inspect_get_filesystems>."
11032 msgstr ""
11033
11034 #. type: =head2
11035 #: ../src/guestfs-actions.pod:2848
11036 msgid "guestfs_inspect_get_package_format"
11037 msgstr ""
11038
11039 #. type: verbatim
11040 #: ../src/guestfs-actions.pod:2850
11041 #, no-wrap
11042 msgid ""
11043 " char *\n"
11044 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11045 "                                     const char *root);\n"
11046 "\n"
11047 msgstr ""
11048
11049 #. type: textblock
11050 #: ../src/guestfs-actions.pod:2857
11051 msgid ""
11052 "This function and C<guestfs_inspect_get_package_management> return the "
11053 "package format and package management tool used by the inspected operating "
11054 "system.  For example for Fedora these functions would return C<rpm> (package "
11055 "format) and C<yum> (package management)."
11056 msgstr ""
11057
11058 #. type: textblock
11059 #: ../src/guestfs-actions.pod:2863 ../fish/guestfish-actions.pod:1971
11060 msgid ""
11061 "This returns the string C<unknown> if we could not determine the package "
11062 "format I<or> if the operating system does not have a real packaging system "
11063 "(eg. Windows)."
11064 msgstr ""
11065
11066 #. type: textblock
11067 #: ../src/guestfs-actions.pod:2867 ../fish/guestfish-actions.pod:1975
11068 msgid ""
11069 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11070 "Future versions of libguestfs may return other strings."
11071 msgstr ""
11072
11073 #. type: textblock
11074 #: ../src/guestfs-actions.pod:2875 ../src/guestfs-actions.pod:2906
11075 msgid "(Added in 1.7.5)"
11076 msgstr ""
11077
11078 #. type: =head2
11079 #: ../src/guestfs-actions.pod:2877
11080 msgid "guestfs_inspect_get_package_management"
11081 msgstr ""
11082
11083 #. type: verbatim
11084 #: ../src/guestfs-actions.pod:2879
11085 #, no-wrap
11086 msgid ""
11087 " char *\n"
11088 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11089 "                                         const char *root);\n"
11090 "\n"
11091 msgstr ""
11092
11093 #. type: textblock
11094 #: ../src/guestfs-actions.pod:2886
11095 msgid ""
11096 "C<guestfs_inspect_get_package_format> and this function return the package "
11097 "format and package management tool used by the inspected operating system.  "
11098 "For example for Fedora these functions would return C<rpm> (package format) "
11099 "and C<yum> (package management)."
11100 msgstr ""
11101
11102 #. type: textblock
11103 #: ../src/guestfs-actions.pod:2892 ../fish/guestfish-actions.pod:1993
11104 msgid ""
11105 "This returns the string C<unknown> if we could not determine the package "
11106 "management tool I<or> if the operating system does not have a real packaging "
11107 "system (eg. Windows)."
11108 msgstr ""
11109
11110 #. type: textblock
11111 #: ../src/guestfs-actions.pod:2896 ../fish/guestfish-actions.pod:1997
11112 msgid ""
11113 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11114 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11115 "libguestfs may return other strings."
11116 msgstr ""
11117
11118 #. type: =head2
11119 #: ../src/guestfs-actions.pod:2908
11120 msgid "guestfs_inspect_get_product_name"
11121 msgstr ""
11122
11123 #. type: verbatim
11124 #: ../src/guestfs-actions.pod:2910
11125 #, no-wrap
11126 msgid ""
11127 " char *\n"
11128 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11129 "                                   const char *root);\n"
11130 "\n"
11131 msgstr ""
11132
11133 #. type: textblock
11134 #: ../src/guestfs-actions.pod:2917 ../fish/guestfish-actions.pod:2011
11135 msgid ""
11136 "This returns the product name of the inspected operating system.  The "
11137 "product name is generally some freeform string which can be displayed to the "
11138 "user, but should not be parsed by programs."
11139 msgstr ""
11140
11141 #. type: textblock
11142 #: ../src/guestfs-actions.pod:2922 ../fish/guestfish-actions.pod:2016
11143 msgid ""
11144 "If the product name could not be determined, then the string C<unknown> is "
11145 "returned."
11146 msgstr ""
11147
11148 #. type: =head2
11149 #: ../src/guestfs-actions.pod:2932
11150 msgid "guestfs_inspect_get_product_variant"
11151 msgstr ""
11152
11153 #. type: verbatim
11154 #: ../src/guestfs-actions.pod:2934
11155 #, no-wrap
11156 msgid ""
11157 " char *\n"
11158 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
11159 "                                      const char *root);\n"
11160 "\n"
11161 msgstr ""
11162
11163 #. type: textblock
11164 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2028
11165 #, fuzzy
11166 #| msgid "This is an installed operating system."
11167 msgid "This returns the product variant of the inspected operating system."
11168 msgstr "Це встановлена операційна система."
11169
11170 #. type: textblock
11171 #: ../src/guestfs-actions.pod:2944 ../fish/guestfish-actions.pod:2031
11172 msgid ""
11173 "For Windows guests, this returns the contents of the Registry key C<HKLM"
11174 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
11175 "is usually a string such as C<Client> or C<Server> (other values are "
11176 "possible).  This can be used to distinguish consumer and enterprise versions "
11177 "of Windows that have the same version number (for example, Windows 7 and "
11178 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
11179 "the latter is C<Server>)."
11180 msgstr ""
11181
11182 #. type: textblock
11183 #: ../src/guestfs-actions.pod:2953 ../fish/guestfish-actions.pod:2040
11184 msgid ""
11185 "For enterprise Linux guests, in future we intend this to return the product "
11186 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
11187 "implemented at present."
11188 msgstr ""
11189
11190 #. type: textblock
11191 #: ../src/guestfs-actions.pod:2957 ../fish/guestfish-actions.pod:2044
11192 msgid ""
11193 "If the product variant could not be determined, then the string C<unknown> "
11194 "is returned."
11195 msgstr ""
11196
11197 #. type: textblock
11198 #: ../src/guestfs-actions.pod:2960
11199 msgid ""
11200 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11201 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
11202 msgstr ""
11203
11204 #. type: =head2
11205 #: ../src/guestfs-actions.pod:2967
11206 msgid "guestfs_inspect_get_roots"
11207 msgstr ""
11208
11209 #. type: verbatim
11210 #: ../src/guestfs-actions.pod:2969
11211 #, no-wrap
11212 msgid ""
11213 " char **\n"
11214 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11215 "\n"
11216 msgstr ""
11217
11218 #. type: textblock
11219 #: ../src/guestfs-actions.pod:2972
11220 msgid ""
11221 "This function is a convenient way to get the list of root devices, as "
11222 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11223 "the whole inspection process."
11224 msgstr ""
11225
11226 #. type: textblock
11227 #: ../src/guestfs-actions.pod:2976
11228 msgid ""
11229 "This returns an empty list if either no root devices were found or the "
11230 "caller has not called C<guestfs_inspect_os>."
11231 msgstr ""
11232
11233 #. type: textblock
11234 #: ../src/guestfs-actions.pod:2985
11235 msgid "(Added in 1.7.3)"
11236 msgstr ""
11237
11238 #. type: =head2
11239 #: ../src/guestfs-actions.pod:2987
11240 msgid "guestfs_inspect_get_type"
11241 msgstr ""
11242
11243 #. type: verbatim
11244 #: ../src/guestfs-actions.pod:2989
11245 #, no-wrap
11246 msgid ""
11247 " char *\n"
11248 " guestfs_inspect_get_type (guestfs_h *g,\n"
11249 "                           const char *root);\n"
11250 "\n"
11251 msgstr ""
11252
11253 #. type: textblock
11254 #: ../src/guestfs-actions.pod:2996 ../fish/guestfish-actions.pod:2071
11255 msgid ""
11256 "This returns the type of the inspected operating system.  Currently defined "
11257 "types are:"
11258 msgstr ""
11259
11260 #. type: =item
11261 #: ../src/guestfs-actions.pod:3001 ../fish/guestfish-actions.pod:2076
11262 msgid "\"linux\""
11263 msgstr "\"linux\""
11264
11265 #. type: textblock
11266 #: ../src/guestfs-actions.pod:3003 ../fish/guestfish-actions.pod:2078
11267 msgid "Any Linux-based operating system."
11268 msgstr ""
11269
11270 #. type: textblock
11271 #: ../src/guestfs-actions.pod:3007 ../fish/guestfish-actions.pod:2082
11272 msgid "Any Microsoft Windows operating system."
11273 msgstr ""
11274
11275 #. type: =item
11276 #: ../src/guestfs-actions.pod:3009 ../fish/guestfish-actions.pod:2084
11277 msgid "\"freebsd\""
11278 msgstr "\"freebsd\""
11279
11280 #. type: textblock
11281 #: ../src/guestfs-actions.pod:3011 ../fish/guestfish-actions.pod:2086
11282 msgid "FreeBSD."
11283 msgstr "FreeBSD."
11284
11285 #. type: textblock
11286 #: ../src/guestfs-actions.pod:3015 ../fish/guestfish-actions.pod:2090
11287 msgid "The operating system type could not be determined."
11288 msgstr ""
11289
11290 #. type: =head2
11291 #: ../src/guestfs-actions.pod:3029
11292 msgid "guestfs_inspect_get_windows_current_control_set"
11293 msgstr ""
11294
11295 #. type: verbatim
11296 #: ../src/guestfs-actions.pod:3031
11297 #, no-wrap
11298 msgid ""
11299 " char *\n"
11300 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
11301 "                                                  const char *root);\n"
11302 "\n"
11303 msgstr ""
11304
11305 #. type: textblock
11306 #: ../src/guestfs-actions.pod:3038 ../fish/guestfish-actions.pod:2106
11307 msgid ""
11308 "This returns the Windows CurrentControlSet of the inspected guest.  The "
11309 "CurrentControlSet is a registry key name such as C<ControlSet001>."
11310 msgstr ""
11311
11312 #. type: textblock
11313 #: ../src/guestfs-actions.pod:3041 ../fish/guestfish-actions.pod:2109
11314 msgid ""
11315 "This call assumes that the guest is Windows and that the Registry could be "
11316 "examined by inspection.  If this is not the case then an error is returned."
11317 msgstr ""
11318
11319 #. type: =head2
11320 #: ../src/guestfs-actions.pod:3050
11321 msgid "guestfs_inspect_get_windows_systemroot"
11322 msgstr ""
11323
11324 #. type: verbatim
11325 #: ../src/guestfs-actions.pod:3052
11326 #, no-wrap
11327 msgid ""
11328 " char *\n"
11329 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11330 "                                         const char *root);\n"
11331 "\n"
11332 msgstr ""
11333
11334 #. type: textblock
11335 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2122
11336 msgid ""
11337 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11338 "is a directory path such as C</WINDOWS>."
11339 msgstr ""
11340
11341 #. type: textblock
11342 #: ../src/guestfs-actions.pod:3062 ../fish/guestfish-actions.pod:2125
11343 msgid ""
11344 "This call assumes that the guest is Windows and that the systemroot could be "
11345 "determined by inspection.  If this is not the case then an error is returned."
11346 msgstr ""
11347
11348 #. type: textblock
11349 #: ../src/guestfs-actions.pod:3071
11350 msgid "(Added in 1.5.25)"
11351 msgstr ""
11352
11353 #. type: =head2
11354 #: ../src/guestfs-actions.pod:3073
11355 msgid "guestfs_inspect_is_live"
11356 msgstr ""
11357
11358 #. type: verbatim
11359 #: ../src/guestfs-actions.pod:3075
11360 #, no-wrap
11361 msgid ""
11362 " int\n"
11363 " guestfs_inspect_is_live (guestfs_h *g,\n"
11364 "                          const char *root);\n"
11365 "\n"
11366 msgstr ""
11367
11368 #. type: textblock
11369 #: ../src/guestfs-actions.pod:3082
11370 msgid ""
11371 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11372 "disk), then this returns true if a live image was detected on the disk."
11373 msgstr ""
11374
11375 #. type: =head2
11376 #: ../src/guestfs-actions.pod:3090
11377 msgid "guestfs_inspect_is_multipart"
11378 msgstr ""
11379
11380 #. type: verbatim
11381 #: ../src/guestfs-actions.pod:3092
11382 #, no-wrap
11383 msgid ""
11384 " int\n"
11385 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
11386 "                               const char *root);\n"
11387 "\n"
11388 msgstr ""
11389
11390 #. type: textblock
11391 #: ../src/guestfs-actions.pod:3099
11392 msgid ""
11393 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11394 "disk), then this returns true if the disk is part of a set."
11395 msgstr ""
11396
11397 #. type: =head2
11398 #: ../src/guestfs-actions.pod:3107
11399 msgid "guestfs_inspect_is_netinst"
11400 msgstr ""
11401
11402 #. type: verbatim
11403 #: ../src/guestfs-actions.pod:3109
11404 #, no-wrap
11405 msgid ""
11406 " int\n"
11407 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
11408 "                             const char *root);\n"
11409 "\n"
11410 msgstr ""
11411
11412 #. type: textblock
11413 #: ../src/guestfs-actions.pod:3116
11414 msgid ""
11415 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11416 "disk), then this returns true if the disk is a network installer, ie. not a "
11417 "self-contained install CD but one which is likely to require network access "
11418 "to complete the install."
11419 msgstr ""
11420
11421 #. type: =head2
11422 #: ../src/guestfs-actions.pod:3126
11423 msgid "guestfs_inspect_list_applications"
11424 msgstr ""
11425
11426 #. type: verbatim
11427 #: ../src/guestfs-actions.pod:3128
11428 #, no-wrap
11429 msgid ""
11430 " struct guestfs_application_list *\n"
11431 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11432 "                                    const char *root);\n"
11433 "\n"
11434 msgstr ""
11435
11436 #. type: textblock
11437 #: ../src/guestfs-actions.pod:3135 ../fish/guestfish-actions.pod:2179
11438 msgid "Return the list of applications installed in the operating system."
11439 msgstr ""
11440
11441 #. type: textblock
11442 #: ../src/guestfs-actions.pod:3137
11443 msgid ""
11444 "I<Note:> This call works differently from other parts of the inspection "
11445 "API.  You have to call C<guestfs_inspect_os>, then "
11446 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11447 "this.  Listing applications is a significantly more difficult operation "
11448 "which requires access to the full filesystem.  Also note that unlike the "
11449 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11450 "the libguestfs handle, this call actually reads parts of the mounted "
11451 "filesystems during the call."
11452 msgstr ""
11453
11454 #. type: textblock
11455 #: ../src/guestfs-actions.pod:3147 ../fish/guestfish-actions.pod:2191
11456 msgid ""
11457 "This returns an empty list if the inspection code was not able to determine "
11458 "the list of applications."
11459 msgstr ""
11460
11461 #. type: textblock
11462 #: ../src/guestfs-actions.pod:3150 ../fish/guestfish-actions.pod:2194
11463 msgid "The application structure contains the following fields:"
11464 msgstr ""
11465
11466 #. type: =item
11467 #: ../src/guestfs-actions.pod:3154 ../fish/guestfish-actions.pod:2198
11468 msgid "C<app_name>"
11469 msgstr "C<app_name>"
11470
11471 #. type: textblock
11472 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
11473 msgid ""
11474 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11475 "guests, this is the package name."
11476 msgstr ""
11477
11478 #. type: =item
11479 #: ../src/guestfs-actions.pod:3159 ../fish/guestfish-actions.pod:2203
11480 msgid "C<app_display_name>"
11481 msgstr "C<app_display_name>"
11482
11483 #. type: textblock
11484 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
11485 msgid ""
11486 "The display name of the application, sometimes localized to the install "
11487 "language of the guest operating system."
11488 msgstr ""
11489
11490 #. type: textblock
11491 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
11492 msgid ""
11493 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11494 "to display something can use C<app_name> instead."
11495 msgstr ""
11496
11497 #. type: =item
11498 #: ../src/guestfs-actions.pod:3167 ../fish/guestfish-actions.pod:2211
11499 msgid "C<app_epoch>"
11500 msgstr "C<app_epoch>"
11501
11502 #. type: textblock
11503 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
11504 msgid ""
11505 "For package managers which use epochs, this contains the epoch of the "
11506 "package (an integer).  If unavailable, this is returned as C<0>."
11507 msgstr ""
11508
11509 #. type: =item
11510 #: ../src/guestfs-actions.pod:3172 ../fish/guestfish-actions.pod:2216
11511 msgid "C<app_version>"
11512 msgstr "C<app_version>"
11513
11514 #. type: textblock
11515 #: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2218
11516 msgid ""
11517 "The version string of the application or package.  If unavailable this is "
11518 "returned as an empty string C<\"\">."
11519 msgstr ""
11520
11521 #. type: =item
11522 #: ../src/guestfs-actions.pod:3177 ../fish/guestfish-actions.pod:2221
11523 msgid "C<app_release>"
11524 msgstr "C<app_release>"
11525
11526 #. type: textblock
11527 #: ../src/guestfs-actions.pod:3179 ../fish/guestfish-actions.pod:2223
11528 msgid ""
11529 "The release string of the application or package, for package managers that "
11530 "use this.  If unavailable this is returned as an empty string C<\"\">."
11531 msgstr ""
11532
11533 #. type: =item
11534 #: ../src/guestfs-actions.pod:3183 ../fish/guestfish-actions.pod:2227
11535 msgid "C<app_install_path>"
11536 msgstr "C<app_install_path>"
11537
11538 #. type: textblock
11539 #: ../src/guestfs-actions.pod:3185 ../fish/guestfish-actions.pod:2229
11540 msgid ""
11541 "The installation path of the application (on operating systems such as "
11542 "Windows which use installation paths).  This path is in the format used by "
11543 "the guest operating system, it is not a libguestfs path."
11544 msgstr ""
11545
11546 #. type: textblock
11547 #: ../src/guestfs-actions.pod:3190 ../fish/guestfish-actions.pod:2234
11548 msgid "If unavailable this is returned as an empty string C<\"\">."
11549 msgstr ""
11550
11551 #. type: =item
11552 #: ../src/guestfs-actions.pod:3192 ../fish/guestfish-actions.pod:2236
11553 msgid "C<app_trans_path>"
11554 msgstr "C<app_trans_path>"
11555
11556 #. type: textblock
11557 #: ../src/guestfs-actions.pod:3194 ../fish/guestfish-actions.pod:2238
11558 msgid ""
11559 "The install path translated into a libguestfs path.  If unavailable this is "
11560 "returned as an empty string C<\"\">."
11561 msgstr ""
11562
11563 #. type: =item
11564 #: ../src/guestfs-actions.pod:3197 ../fish/guestfish-actions.pod:2241
11565 msgid "C<app_publisher>"
11566 msgstr "C<app_publisher>"
11567
11568 #. type: textblock
11569 #: ../src/guestfs-actions.pod:3199 ../fish/guestfish-actions.pod:2243
11570 msgid ""
11571 "The name of the publisher of the application, for package managers that use "
11572 "this.  If unavailable this is returned as an empty string C<\"\">."
11573 msgstr ""
11574
11575 #. type: =item
11576 #: ../src/guestfs-actions.pod:3203 ../fish/guestfish-actions.pod:2247
11577 msgid "C<app_url>"
11578 msgstr "C<app_url>"
11579
11580 #. type: textblock
11581 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
11582 msgid ""
11583 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11584 "returned as an empty string C<\"\">."
11585 msgstr ""
11586
11587 #. type: =item
11588 #: ../src/guestfs-actions.pod:3208 ../fish/guestfish-actions.pod:2252
11589 msgid "C<app_source_package>"
11590 msgstr ""
11591
11592 #. type: textblock
11593 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
11594 msgid ""
11595 "For packaging systems which support this, the name of the source package.  "
11596 "If unavailable this is returned as an empty string C<\"\">."
11597 msgstr ""
11598
11599 #. type: =item
11600 #: ../src/guestfs-actions.pod:3213 ../fish/guestfish-actions.pod:2257
11601 msgid "C<app_summary>"
11602 msgstr ""
11603
11604 #. type: textblock
11605 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2259
11606 msgid ""
11607 "A short (usually one line) description of the application or package.  If "
11608 "unavailable this is returned as an empty string C<\"\">."
11609 msgstr ""
11610
11611 #. type: =item
11612 #: ../src/guestfs-actions.pod:3218 ../fish/guestfish-actions.pod:2262
11613 msgid "C<app_description>"
11614 msgstr ""
11615
11616 #. type: textblock
11617 #: ../src/guestfs-actions.pod:3220 ../fish/guestfish-actions.pod:2264
11618 msgid ""
11619 "A longer description of the application or package.  If unavailable this is "
11620 "returned as an empty string C<\"\">."
11621 msgstr ""
11622
11623 #. type: textblock
11624 #: ../src/guestfs-actions.pod:3227
11625 msgid ""
11626 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11627 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11628 "after use>."
11629 msgstr ""
11630
11631 #. type: textblock
11632 #: ../src/guestfs-actions.pod:3231
11633 msgid "(Added in 1.7.8)"
11634 msgstr ""
11635
11636 #. type: =head2
11637 #: ../src/guestfs-actions.pod:3233
11638 msgid "guestfs_inspect_os"
11639 msgstr ""
11640
11641 #. type: verbatim
11642 #: ../src/guestfs-actions.pod:3235
11643 #, no-wrap
11644 msgid ""
11645 " char **\n"
11646 " guestfs_inspect_os (guestfs_h *g);\n"
11647 "\n"
11648 msgstr ""
11649
11650 #. type: textblock
11651 #: ../src/guestfs-actions.pod:3238 ../fish/guestfish-actions.pod:2275
11652 msgid ""
11653 "This function uses other libguestfs functions and certain heuristics to "
11654 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11655 "for operating systems."
11656 msgstr ""
11657
11658 #. type: textblock
11659 #: ../src/guestfs-actions.pod:3242 ../fish/guestfish-actions.pod:2279
11660 msgid "The list returned is empty if no operating systems were found."
11661 msgstr ""
11662
11663 #. type: textblock
11664 #: ../src/guestfs-actions.pod:3244 ../fish/guestfish-actions.pod:2281
11665 msgid ""
11666 "If one operating system was found, then this returns a list with a single "
11667 "element, which is the name of the root filesystem of this operating system.  "
11668 "It is also possible for this function to return a list containing more than "
11669 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11670 "element being the root filesystem of one of the operating systems."
11671 msgstr ""
11672
11673 #. type: textblock
11674 #: ../src/guestfs-actions.pod:3251
11675 msgid ""
11676 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11677 "functions in order to query further information about each operating system, "
11678 "such as the name and version."
11679 msgstr ""
11680
11681 #. type: textblock
11682 #: ../src/guestfs-actions.pod:3256
11683 msgid ""
11684 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11685 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11686 "the contents.  This should be called with no disks currently mounted.  The "
11687 "function may also use Augeas, so any existing Augeas handle will be closed."
11688 msgstr ""
11689
11690 #. type: textblock
11691 #: ../src/guestfs-actions.pod:3262 ../fish/guestfish-actions.pod:2299
11692 msgid ""
11693 "This function cannot decrypt encrypted disks.  The caller must do that first "
11694 "(supplying the necessary keys) if the disk is encrypted."
11695 msgstr ""
11696
11697 #. type: textblock
11698 #: ../src/guestfs-actions.pod:3268 ../src/guestfs-actions.pod:3558
11699 #: ../src/guestfs-actions.pod:3620
11700 msgid "See also C<guestfs_list_filesystems>."
11701 msgstr ""
11702
11703 #. type: =head2
11704 #: ../src/guestfs-actions.pod:3276
11705 msgid "guestfs_is_blockdev"
11706 msgstr ""
11707
11708 #. type: verbatim
11709 #: ../src/guestfs-actions.pod:3278
11710 #, no-wrap
11711 msgid ""
11712 " int\n"
11713 " guestfs_is_blockdev (guestfs_h *g,\n"
11714 "                      const char *path);\n"
11715 "\n"
11716 msgstr ""
11717
11718 #. type: textblock
11719 #: ../src/guestfs-actions.pod:3282 ../fish/guestfish-actions.pod:2311
11720 msgid ""
11721 "This returns C<true> if and only if there is a block device with the given "
11722 "C<path> name."
11723 msgstr ""
11724
11725 #. type: textblock
11726 #: ../src/guestfs-actions.pod:3285 ../src/guestfs-actions.pod:3314
11727 #: ../src/guestfs-actions.pod:3344 ../src/guestfs-actions.pod:3359
11728 #: ../src/guestfs-actions.pod:3375 ../src/guestfs-actions.pod:3431
11729 #: ../src/guestfs-actions.pod:3446
11730 msgid "See also C<guestfs_stat>."
11731 msgstr ""
11732
11733 #. type: textblock
11734 #: ../src/guestfs-actions.pod:3289 ../src/guestfs-actions.pod:3318
11735 #: ../src/guestfs-actions.pod:3363 ../src/guestfs-actions.pod:3435
11736 #: ../src/guestfs-actions.pod:3450
11737 msgid "(Added in 1.5.10)"
11738 msgstr ""
11739
11740 #. type: =head2
11741 #: ../src/guestfs-actions.pod:3291
11742 msgid "guestfs_is_busy"
11743 msgstr ""
11744
11745 #. type: verbatim
11746 #: ../src/guestfs-actions.pod:3293
11747 #, no-wrap
11748 msgid ""
11749 " int\n"
11750 " guestfs_is_busy (guestfs_h *g);\n"
11751 "\n"
11752 msgstr ""
11753
11754 #. type: textblock
11755 #: ../src/guestfs-actions.pod:3296 ../fish/guestfish-actions.pod:2320
11756 msgid ""
11757 "This returns true iff this handle is busy processing a command (in the "
11758 "C<BUSY> state)."
11759 msgstr ""
11760
11761 #. type: =head2
11762 #: ../src/guestfs-actions.pod:3305
11763 msgid "guestfs_is_chardev"
11764 msgstr ""
11765
11766 #. type: verbatim
11767 #: ../src/guestfs-actions.pod:3307
11768 #, no-wrap
11769 msgid ""
11770 " int\n"
11771 " guestfs_is_chardev (guestfs_h *g,\n"
11772 "                     const char *path);\n"
11773 "\n"
11774 msgstr ""
11775
11776 #. type: textblock
11777 #: ../src/guestfs-actions.pod:3311 ../fish/guestfish-actions.pod:2329
11778 msgid ""
11779 "This returns C<true> if and only if there is a character device with the "
11780 "given C<path> name."
11781 msgstr ""
11782
11783 #. type: =head2
11784 #: ../src/guestfs-actions.pod:3320
11785 msgid "guestfs_is_config"
11786 msgstr ""
11787
11788 #. type: verbatim
11789 #: ../src/guestfs-actions.pod:3322
11790 #, no-wrap
11791 msgid ""
11792 " int\n"
11793 " guestfs_is_config (guestfs_h *g);\n"
11794 "\n"
11795 msgstr ""
11796
11797 #. type: textblock
11798 #: ../src/guestfs-actions.pod:3325 ../fish/guestfish-actions.pod:2338
11799 msgid ""
11800 "This returns true iff this handle is being configured (in the C<CONFIG> "
11801 "state)."
11802 msgstr ""
11803
11804 #. type: =head2
11805 #: ../src/guestfs-actions.pod:3334
11806 msgid "guestfs_is_dir"
11807 msgstr ""
11808
11809 #. type: verbatim
11810 #: ../src/guestfs-actions.pod:3336
11811 #, no-wrap
11812 msgid ""
11813 " int\n"
11814 " guestfs_is_dir (guestfs_h *g,\n"
11815 "                 const char *path);\n"
11816 "\n"
11817 msgstr ""
11818
11819 #. type: textblock
11820 #: ../src/guestfs-actions.pod:3340 ../fish/guestfish-actions.pod:2347
11821 msgid ""
11822 "This returns C<true> if and only if there is a directory with the given "
11823 "C<path> name.  Note that it returns false for other objects like files."
11824 msgstr ""
11825
11826 #. type: =head2
11827 #: ../src/guestfs-actions.pod:3350
11828 msgid "guestfs_is_fifo"
11829 msgstr ""
11830
11831 #. type: verbatim
11832 #: ../src/guestfs-actions.pod:3352
11833 #, no-wrap
11834 msgid ""
11835 " int\n"
11836 " guestfs_is_fifo (guestfs_h *g,\n"
11837 "                  const char *path);\n"
11838 "\n"
11839 msgstr ""
11840
11841 #. type: textblock
11842 #: ../src/guestfs-actions.pod:3356 ../fish/guestfish-actions.pod:2357
11843 msgid ""
11844 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11845 "given C<path> name."
11846 msgstr ""
11847
11848 #. type: =head2
11849 #: ../src/guestfs-actions.pod:3365
11850 msgid "guestfs_is_file"
11851 msgstr ""
11852
11853 #. type: verbatim
11854 #: ../src/guestfs-actions.pod:3367
11855 #, no-wrap
11856 msgid ""
11857 " int\n"
11858 " guestfs_is_file (guestfs_h *g,\n"
11859 "                  const char *path);\n"
11860 "\n"
11861 msgstr ""
11862
11863 #. type: textblock
11864 #: ../src/guestfs-actions.pod:3371 ../fish/guestfish-actions.pod:2366
11865 msgid ""
11866 "This returns C<true> if and only if there is a regular file with the given "
11867 "C<path> name.  Note that it returns false for other objects like directories."
11868 msgstr ""
11869
11870 #. type: =head2
11871 #: ../src/guestfs-actions.pod:3381
11872 msgid "guestfs_is_launching"
11873 msgstr ""
11874
11875 #. type: verbatim
11876 #: ../src/guestfs-actions.pod:3383
11877 #, no-wrap
11878 msgid ""
11879 " int\n"
11880 " guestfs_is_launching (guestfs_h *g);\n"
11881 "\n"
11882 msgstr ""
11883
11884 #. type: textblock
11885 #: ../src/guestfs-actions.pod:3386 ../fish/guestfish-actions.pod:2376
11886 msgid ""
11887 "This returns true iff this handle is launching the subprocess (in the "
11888 "C<LAUNCHING> state)."
11889 msgstr ""
11890
11891 #. type: =head2
11892 #: ../src/guestfs-actions.pod:3395
11893 msgid "guestfs_is_lv"
11894 msgstr ""
11895
11896 #. type: verbatim
11897 #: ../src/guestfs-actions.pod:3397
11898 #, no-wrap
11899 msgid ""
11900 " int\n"
11901 " guestfs_is_lv (guestfs_h *g,\n"
11902 "                const char *device);\n"
11903 "\n"
11904 msgstr ""
11905
11906 #. type: textblock
11907 #: ../src/guestfs-actions.pod:3401 ../fish/guestfish-actions.pod:2385
11908 msgid ""
11909 "This command tests whether C<device> is a logical volume, and returns true "
11910 "iff this is the case."
11911 msgstr ""
11912
11913 #. type: =head2
11914 #: ../src/guestfs-actions.pod:3408
11915 msgid "guestfs_is_ready"
11916 msgstr ""
11917
11918 #. type: verbatim
11919 #: ../src/guestfs-actions.pod:3410
11920 #, no-wrap
11921 msgid ""
11922 " int\n"
11923 " guestfs_is_ready (guestfs_h *g);\n"
11924 "\n"
11925 msgstr ""
11926
11927 #. type: textblock
11928 #: ../src/guestfs-actions.pod:3413 ../fish/guestfish-actions.pod:2392
11929 msgid ""
11930 "This returns true iff this handle is ready to accept commands (in the "
11931 "C<READY> state)."
11932 msgstr ""
11933
11934 #. type: =head2
11935 #: ../src/guestfs-actions.pod:3422
11936 msgid "guestfs_is_socket"
11937 msgstr ""
11938
11939 #. type: verbatim
11940 #: ../src/guestfs-actions.pod:3424
11941 #, no-wrap
11942 msgid ""
11943 " int\n"
11944 " guestfs_is_socket (guestfs_h *g,\n"
11945 "                    const char *path);\n"
11946 "\n"
11947 msgstr ""
11948
11949 #. type: textblock
11950 #: ../src/guestfs-actions.pod:3428 ../fish/guestfish-actions.pod:2401
11951 msgid ""
11952 "This returns C<true> if and only if there is a Unix domain socket with the "
11953 "given C<path> name."
11954 msgstr ""
11955
11956 #. type: =head2
11957 #: ../src/guestfs-actions.pod:3437
11958 msgid "guestfs_is_symlink"
11959 msgstr ""
11960
11961 #. type: verbatim
11962 #: ../src/guestfs-actions.pod:3439
11963 #, no-wrap
11964 msgid ""
11965 " int\n"
11966 " guestfs_is_symlink (guestfs_h *g,\n"
11967 "                     const char *path);\n"
11968 "\n"
11969 msgstr ""
11970
11971 #. type: textblock
11972 #: ../src/guestfs-actions.pod:3443 ../fish/guestfish-actions.pod:2410
11973 msgid ""
11974 "This returns C<true> if and only if there is a symbolic link with the given "
11975 "C<path> name."
11976 msgstr ""
11977
11978 #. type: =head2
11979 #: ../src/guestfs-actions.pod:3452
11980 msgid "guestfs_kill_subprocess"
11981 msgstr ""
11982
11983 #. type: verbatim
11984 #: ../src/guestfs-actions.pod:3454
11985 #, no-wrap
11986 msgid ""
11987 " int\n"
11988 " guestfs_kill_subprocess (guestfs_h *g);\n"
11989 "\n"
11990 msgstr ""
11991
11992 #. type: textblock
11993 #: ../src/guestfs-actions.pod:3457 ../fish/guestfish-actions.pod:2419
11994 msgid "This kills the qemu subprocess.  You should never need to call this."
11995 msgstr ""
11996
11997 #. type: =head2
11998 #: ../src/guestfs-actions.pod:3463
11999 msgid "guestfs_launch"
12000 msgstr ""
12001
12002 #. type: verbatim
12003 #: ../src/guestfs-actions.pod:3465
12004 #, no-wrap
12005 msgid ""
12006 " int\n"
12007 " guestfs_launch (guestfs_h *g);\n"
12008 "\n"
12009 msgstr ""
12010
12011 #. type: textblock
12012 #: ../src/guestfs-actions.pod:3468 ../fish/guestfish-actions.pod:2427
12013 msgid ""
12014 "Internally libguestfs is implemented by running a virtual machine using "
12015 "L<qemu(1)>."
12016 msgstr ""
12017
12018 #. type: textblock
12019 #: ../src/guestfs-actions.pod:3471 ../fish/guestfish-actions.pod:2430
12020 msgid ""
12021 "You should call this after configuring the handle (eg. adding drives) but "
12022 "before performing any actions."
12023 msgstr ""
12024
12025 #. type: =head2
12026 #: ../src/guestfs-actions.pod:3483
12027 msgid "guestfs_lchown"
12028 msgstr ""
12029
12030 #. type: verbatim
12031 #: ../src/guestfs-actions.pod:3485
12032 #, no-wrap
12033 msgid ""
12034 " int\n"
12035 " guestfs_lchown (guestfs_h *g,\n"
12036 "                 int owner,\n"
12037 "                 int group,\n"
12038 "                 const char *path);\n"
12039 "\n"
12040 msgstr ""
12041
12042 #. type: textblock
12043 #: ../src/guestfs-actions.pod:3491
12044 msgid ""
12045 "Change the file owner to C<owner> and group to C<group>.  This is like "
12046 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12047 "changed, not the target."
12048 msgstr ""
12049
12050 #. type: =head2
12051 #: ../src/guestfs-actions.pod:3503
12052 msgid "guestfs_lgetxattr"
12053 msgstr ""
12054
12055 #. type: verbatim
12056 #: ../src/guestfs-actions.pod:3505
12057 #, no-wrap
12058 msgid ""
12059 " char *\n"
12060 " guestfs_lgetxattr (guestfs_h *g,\n"
12061 "                    const char *path,\n"
12062 "                    const char *name,\n"
12063 "                    size_t *size_r);\n"
12064 "\n"
12065 msgstr ""
12066
12067 #. type: textblock
12068 #: ../src/guestfs-actions.pod:3511 ../fish/guestfish-actions.pod:2449
12069 msgid ""
12070 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12071 "is a symlink, then this call returns an extended attribute from the symlink."
12072 msgstr ""
12073
12074 #. type: textblock
12075 #: ../src/guestfs-actions.pod:3525
12076 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12077 msgstr ""
12078
12079 #. type: =head2
12080 #: ../src/guestfs-actions.pod:3533
12081 msgid "guestfs_lgetxattrs"
12082 msgstr ""
12083
12084 #. type: verbatim
12085 #: ../src/guestfs-actions.pod:3535
12086 #, no-wrap
12087 msgid ""
12088 " struct guestfs_xattr_list *\n"
12089 " guestfs_lgetxattrs (guestfs_h *g,\n"
12090 "                     const char *path);\n"
12091 "\n"
12092 msgstr ""
12093
12094 #. type: textblock
12095 #: ../src/guestfs-actions.pod:3539
12096 msgid ""
12097 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12098 "then it returns the extended attributes of the link itself."
12099 msgstr ""
12100
12101 #. type: =head2
12102 #: ../src/guestfs-actions.pod:3549
12103 msgid "guestfs_list_devices"
12104 msgstr ""
12105
12106 #. type: verbatim
12107 #: ../src/guestfs-actions.pod:3551
12108 #, no-wrap
12109 msgid ""
12110 " char **\n"
12111 " guestfs_list_devices (guestfs_h *g);\n"
12112 "\n"
12113 msgstr ""
12114
12115 #. type: textblock
12116 #: ../src/guestfs-actions.pod:3554 ../fish/guestfish-actions.pod:2477
12117 msgid "List all the block devices."
12118 msgstr ""
12119
12120 #. type: textblock
12121 #: ../src/guestfs-actions.pod:3556 ../fish/guestfish-actions.pod:2479
12122 msgid "The full block device names are returned, eg. C</dev/sda>."
12123 msgstr ""
12124
12125 #. type: =head2
12126 #: ../src/guestfs-actions.pod:3566
12127 msgid "guestfs_list_filesystems"
12128 msgstr ""
12129
12130 #. type: verbatim
12131 #: ../src/guestfs-actions.pod:3568
12132 #, no-wrap
12133 msgid ""
12134 " char **\n"
12135 " guestfs_list_filesystems (guestfs_h *g);\n"
12136 "\n"
12137 msgstr ""
12138
12139 #. type: textblock
12140 #: ../src/guestfs-actions.pod:3571 ../fish/guestfish-actions.pod:2487
12141 msgid ""
12142 "This inspection command looks for filesystems on partitions, block devices "
12143 "and logical volumes, returning a list of devices containing filesystems and "
12144 "their type."
12145 msgstr ""
12146
12147 #. type: textblock
12148 #: ../src/guestfs-actions.pod:3575 ../fish/guestfish-actions.pod:2491
12149 msgid ""
12150 "The return value is a hash, where the keys are the devices containing "
12151 "filesystems, and the values are the filesystem types.  For example:"
12152 msgstr ""
12153
12154 #. type: verbatim
12155 #: ../src/guestfs-actions.pod:3579 ../fish/guestfish-actions.pod:2495
12156 #, no-wrap
12157 msgid ""
12158 " \"/dev/sda1\" => \"ntfs\"\n"
12159 " \"/dev/sda2\" => \"ext2\"\n"
12160 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12161 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12162 "\n"
12163 msgstr ""
12164
12165 #. type: textblock
12166 #: ../src/guestfs-actions.pod:3584 ../fish/guestfish-actions.pod:2500
12167 msgid ""
12168 "The value can have the special value \"unknown\", meaning the content of the "
12169 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12170 msgstr ""
12171
12172 #. type: textblock
12173 #: ../src/guestfs-actions.pod:3588
12174 msgid ""
12175 "This command runs other libguestfs commands, which might include "
12176 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12177 "soon after launch and only when nothing is mounted."
12178 msgstr ""
12179
12180 #. type: textblock
12181 #: ../src/guestfs-actions.pod:3592
12182 msgid ""
12183 "Not all of the filesystems returned will be mountable.  In particular, swap "
12184 "partitions are returned in the list.  Also this command does not check that "
12185 "each filesystem found is valid and mountable, and some filesystems might be "
12186 "mountable but require special options.  Filesystems may not all belong to a "
12187 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12188 msgstr ""
12189
12190 #. type: textblock
12191 #: ../src/guestfs-actions.pod:3606 ../src/guestfs-actions.pod:5211
12192 msgid "(Added in 1.5.15)"
12193 msgstr ""
12194
12195 #. type: =head2
12196 #: ../src/guestfs-actions.pod:3608
12197 msgid "guestfs_list_partitions"
12198 msgstr ""
12199
12200 #. type: verbatim
12201 #: ../src/guestfs-actions.pod:3610
12202 #, no-wrap
12203 msgid ""
12204 " char **\n"
12205 " guestfs_list_partitions (guestfs_h *g);\n"
12206 "\n"
12207 msgstr ""
12208
12209 #. type: textblock
12210 #: ../src/guestfs-actions.pod:3613 ../fish/guestfish-actions.pod:2520
12211 msgid "List all the partitions detected on all block devices."
12212 msgstr ""
12213
12214 #. type: textblock
12215 #: ../src/guestfs-actions.pod:3615 ../fish/guestfish-actions.pod:2522
12216 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12217 msgstr ""
12218
12219 #. type: textblock
12220 #: ../src/guestfs-actions.pod:3617
12221 msgid ""
12222 "This does not return logical volumes.  For that you will need to call "
12223 "C<guestfs_lvs>."
12224 msgstr ""
12225
12226 #. type: =head2
12227 #: ../src/guestfs-actions.pod:3628
12228 msgid "guestfs_ll"
12229 msgstr ""
12230
12231 #. type: verbatim
12232 #: ../src/guestfs-actions.pod:3630
12233 #, no-wrap
12234 msgid ""
12235 " char *\n"
12236 " guestfs_ll (guestfs_h *g,\n"
12237 "             const char *directory);\n"
12238 "\n"
12239 msgstr ""
12240
12241 #. type: textblock
12242 #: ../src/guestfs-actions.pod:3634 ../fish/guestfish-actions.pod:2533
12243 msgid ""
12244 "List the files in C<directory> (relative to the root directory, there is no "
12245 "cwd) in the format of 'ls -la'."
12246 msgstr ""
12247
12248 #. type: textblock
12249 #: ../src/guestfs-actions.pod:3637 ../fish/guestfish-actions.pod:2536
12250 msgid ""
12251 "This command is mostly useful for interactive sessions.  It is I<not> "
12252 "intended that you try to parse the output string."
12253 msgstr ""
12254
12255 #. type: =head2
12256 #: ../src/guestfs-actions.pod:3645
12257 msgid "guestfs_ln"
12258 msgstr ""
12259
12260 #. type: verbatim
12261 #: ../src/guestfs-actions.pod:3647
12262 #, no-wrap
12263 msgid ""
12264 " int\n"
12265 " guestfs_ln (guestfs_h *g,\n"
12266 "             const char *target,\n"
12267 "             const char *linkname);\n"
12268 "\n"
12269 msgstr ""
12270
12271 #. type: textblock
12272 #: ../src/guestfs-actions.pod:3652 ../fish/guestfish-actions.pod:2543
12273 msgid "This command creates a hard link using the C<ln> command."
12274 msgstr ""
12275
12276 #. type: =head2
12277 #: ../src/guestfs-actions.pod:3658
12278 msgid "guestfs_ln_f"
12279 msgstr ""
12280
12281 #. type: verbatim
12282 #: ../src/guestfs-actions.pod:3660
12283 #, no-wrap
12284 msgid ""
12285 " int\n"
12286 " guestfs_ln_f (guestfs_h *g,\n"
12287 "               const char *target,\n"
12288 "               const char *linkname);\n"
12289 "\n"
12290 msgstr ""
12291
12292 #. type: textblock
12293 #: ../src/guestfs-actions.pod:3665 ../fish/guestfish-actions.pod:2549
12294 msgid ""
12295 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
12296 "option removes the link (C<linkname>) if it exists already."
12297 msgstr ""
12298
12299 #. type: =head2
12300 #: ../src/guestfs-actions.pod:3672
12301 msgid "guestfs_ln_s"
12302 msgstr ""
12303
12304 #. type: verbatim
12305 #: ../src/guestfs-actions.pod:3674
12306 #, no-wrap
12307 msgid ""
12308 " int\n"
12309 " guestfs_ln_s (guestfs_h *g,\n"
12310 "               const char *target,\n"
12311 "               const char *linkname);\n"
12312 "\n"
12313 msgstr ""
12314
12315 #. type: textblock
12316 #: ../src/guestfs-actions.pod:3679 ../fish/guestfish-actions.pod:2556
12317 msgid "This command creates a symbolic link using the C<ln -s> command."
12318 msgstr ""
12319
12320 #. type: =head2
12321 #: ../src/guestfs-actions.pod:3685
12322 msgid "guestfs_ln_sf"
12323 msgstr ""
12324
12325 #. type: verbatim
12326 #: ../src/guestfs-actions.pod:3687
12327 #, no-wrap
12328 msgid ""
12329 " int\n"
12330 " guestfs_ln_sf (guestfs_h *g,\n"
12331 "                const char *target,\n"
12332 "                const char *linkname);\n"
12333 "\n"
12334 msgstr ""
12335
12336 #. type: textblock
12337 #: ../src/guestfs-actions.pod:3692 ../fish/guestfish-actions.pod:2562
12338 msgid ""
12339 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
12340 "option removes the link (C<linkname>) if it exists already."
12341 msgstr ""
12342
12343 #. type: =head2
12344 #: ../src/guestfs-actions.pod:3699
12345 msgid "guestfs_lremovexattr"
12346 msgstr ""
12347
12348 #. type: verbatim
12349 #: ../src/guestfs-actions.pod:3701
12350 #, no-wrap
12351 msgid ""
12352 " int\n"
12353 " guestfs_lremovexattr (guestfs_h *g,\n"
12354 "                       const char *xattr,\n"
12355 "                       const char *path);\n"
12356 "\n"
12357 msgstr ""
12358
12359 #. type: textblock
12360 #: ../src/guestfs-actions.pod:3706
12361 msgid ""
12362 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12363 "link, then it removes an extended attribute of the link itself."
12364 msgstr ""
12365
12366 #. type: =head2
12367 #: ../src/guestfs-actions.pod:3714
12368 msgid "guestfs_ls"
12369 msgstr ""
12370
12371 #. type: verbatim
12372 #: ../src/guestfs-actions.pod:3716
12373 #, no-wrap
12374 msgid ""
12375 " char **\n"
12376 " guestfs_ls (guestfs_h *g,\n"
12377 "             const char *directory);\n"
12378 "\n"
12379 msgstr ""
12380
12381 #. type: textblock
12382 #: ../src/guestfs-actions.pod:3720 ../fish/guestfish-actions.pod:2577
12383 msgid ""
12384 "List the files in C<directory> (relative to the root directory, there is no "
12385 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12386 msgstr ""
12387
12388 #. type: textblock
12389 #: ../src/guestfs-actions.pod:3724
12390 msgid ""
12391 "This command is mostly useful for interactive sessions.  Programs should "
12392 "probably use C<guestfs_readdir> instead."
12393 msgstr ""
12394
12395 #. type: =head2
12396 #: ../src/guestfs-actions.pod:3733
12397 msgid "guestfs_lsetxattr"
12398 msgstr ""
12399
12400 #. type: verbatim
12401 #: ../src/guestfs-actions.pod:3735
12402 #, no-wrap
12403 msgid ""
12404 " int\n"
12405 " guestfs_lsetxattr (guestfs_h *g,\n"
12406 "                    const char *xattr,\n"
12407 "                    const char *val,\n"
12408 "                    int vallen,\n"
12409 "                    const char *path);\n"
12410 "\n"
12411 msgstr ""
12412
12413 #. type: textblock
12414 #: ../src/guestfs-actions.pod:3742
12415 msgid ""
12416 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12417 "then it sets an extended attribute of the link itself."
12418 msgstr ""
12419
12420 #. type: =head2
12421 #: ../src/guestfs-actions.pod:3750
12422 msgid "guestfs_lstat"
12423 msgstr ""
12424
12425 #. type: verbatim
12426 #: ../src/guestfs-actions.pod:3752
12427 #, no-wrap
12428 msgid ""
12429 " struct guestfs_stat *\n"
12430 " guestfs_lstat (guestfs_h *g,\n"
12431 "                const char *path);\n"
12432 "\n"
12433 msgstr ""
12434
12435 #. type: textblock
12436 #: ../src/guestfs-actions.pod:3756 ../src/guestfs-actions.pod:6314
12437 #: ../fish/guestfish-actions.pod:2596 ../fish/guestfish-actions.pod:4265
12438 msgid "Returns file information for the given C<path>."
12439 msgstr ""
12440
12441 #. type: textblock
12442 #: ../src/guestfs-actions.pod:3758
12443 msgid ""
12444 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12445 "link, then the link is stat-ed, not the file it refers to."
12446 msgstr ""
12447
12448 #. type: textblock
12449 #: ../src/guestfs-actions.pod:3762 ../fish/guestfish-actions.pod:2602
12450 msgid "This is the same as the C<lstat(2)> system call."
12451 msgstr ""
12452
12453 #. type: textblock
12454 #: ../src/guestfs-actions.pod:3764 ../src/guestfs-actions.pod:6318
12455 msgid ""
12456 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12457 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12458 msgstr ""
12459
12460 #. type: textblock
12461 #: ../src/guestfs-actions.pod:3768 ../src/guestfs-actions.pod:6322
12462 #: ../src/guestfs-actions.pod:6340 ../src/guestfs-actions.pod:6721
12463 msgid "(Added in 0.9.2)"
12464 msgstr ""
12465
12466 #. type: =head2
12467 #: ../src/guestfs-actions.pod:3770
12468 msgid "guestfs_lstatlist"
12469 msgstr ""
12470
12471 #. type: verbatim
12472 #: ../src/guestfs-actions.pod:3772
12473 #, no-wrap
12474 msgid ""
12475 " struct guestfs_stat_list *\n"
12476 " guestfs_lstatlist (guestfs_h *g,\n"
12477 "                    const char *path,\n"
12478 "                    char *const *names);\n"
12479 "\n"
12480 msgstr ""
12481
12482 #. type: textblock
12483 #: ../src/guestfs-actions.pod:3777
12484 msgid ""
12485 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12486 "files, where all files are in the directory C<path>.  C<names> is the list "
12487 "of files from this directory."
12488 msgstr ""
12489
12490 #. type: textblock
12491 #: ../src/guestfs-actions.pod:3781 ../fish/guestfish-actions.pod:2612
12492 msgid ""
12493 "On return you get a list of stat structs, with a one-to-one correspondence "
12494 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12495 "then the C<ino> field of that structure is set to C<-1>."
12496 msgstr ""
12497
12498 #. type: textblock
12499 #: ../src/guestfs-actions.pod:3786
12500 msgid ""
12501 "This call is intended for programs that want to efficiently list a directory "
12502 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12503 "for a similarly efficient call for getting extended attributes.  Very long "
12504 "directory listings might cause the protocol message size to be exceeded, "
12505 "causing this call to fail.  The caller must split up such requests into "
12506 "smaller groups of names."
12507 msgstr ""
12508
12509 #. type: textblock
12510 #: ../src/guestfs-actions.pod:3794
12511 msgid ""
12512 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12513 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12514 msgstr ""
12515
12516 #. type: =head2
12517 #: ../src/guestfs-actions.pod:3800
12518 msgid "guestfs_luks_add_key"
12519 msgstr ""
12520
12521 #. type: verbatim
12522 #: ../src/guestfs-actions.pod:3802
12523 #, no-wrap
12524 msgid ""
12525 " int\n"
12526 " guestfs_luks_add_key (guestfs_h *g,\n"
12527 "                       const char *device,\n"
12528 "                       const char *key,\n"
12529 "                       const char *newkey,\n"
12530 "                       int keyslot);\n"
12531 "\n"
12532 msgstr ""
12533
12534 #. type: textblock
12535 #: ../src/guestfs-actions.pod:3809 ../fish/guestfish-actions.pod:2629
12536 msgid ""
12537 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12538 "existing key, and is used to access the device.  C<newkey> is the new key to "
12539 "add.  C<keyslot> is the key slot that will be replaced."
12540 msgstr ""
12541
12542 #. type: textblock
12543 #: ../src/guestfs-actions.pod:3814
12544 msgid ""
12545 "Note that if C<keyslot> already contains a key, then this command will "
12546 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12547 msgstr ""
12548
12549 #. type: textblock
12550 #: ../src/guestfs-actions.pod:3820 ../src/guestfs-actions.pod:3860
12551 #: ../src/guestfs-actions.pod:3883 ../src/guestfs-actions.pod:3903
12552 #: ../src/guestfs-actions.pod:3935 ../src/guestfs-actions.pod:3954
12553 msgid ""
12554 "This function takes a key or passphrase parameter which could contain "
12555 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12556 "information."
12557 msgstr ""
12558
12559 #. type: textblock
12560 #: ../src/guestfs-actions.pod:3824 ../src/guestfs-actions.pod:3864
12561 #: ../src/guestfs-actions.pod:3887 ../src/guestfs-actions.pod:3907
12562 msgid "(Added in 1.5.2)"
12563 msgstr ""
12564
12565 #. type: =head2
12566 #: ../src/guestfs-actions.pod:3826
12567 msgid "guestfs_luks_close"
12568 msgstr ""
12569
12570 #. type: verbatim
12571 #: ../src/guestfs-actions.pod:3828
12572 #, no-wrap
12573 msgid ""
12574 " int\n"
12575 " guestfs_luks_close (guestfs_h *g,\n"
12576 "                     const char *device);\n"
12577 "\n"
12578 msgstr ""
12579
12580 #. type: textblock
12581 #: ../src/guestfs-actions.pod:3832
12582 msgid ""
12583 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12584 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12585 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12586 "underlying block device."
12587 msgstr ""
12588
12589 #. type: textblock
12590 #: ../src/guestfs-actions.pod:3840 ../src/guestfs-actions.pod:3939
12591 #: ../src/guestfs-actions.pod:3958 ../src/guestfs-actions.pod:4008
12592 #: ../src/guestfs-actions.pod:4056
12593 msgid "(Added in 1.5.1)"
12594 msgstr ""
12595
12596 #. type: =head2
12597 #: ../src/guestfs-actions.pod:3842
12598 msgid "guestfs_luks_format"
12599 msgstr ""
12600
12601 #. type: verbatim
12602 #: ../src/guestfs-actions.pod:3844
12603 #, no-wrap
12604 msgid ""
12605 " int\n"
12606 " guestfs_luks_format (guestfs_h *g,\n"
12607 "                      const char *device,\n"
12608 "                      const char *key,\n"
12609 "                      int keyslot);\n"
12610 "\n"
12611 msgstr ""
12612
12613 #. type: textblock
12614 #: ../src/guestfs-actions.pod:3850 ../fish/guestfish-actions.pod:2655
12615 msgid ""
12616 "This command erases existing data on C<device> and formats the device as a "
12617 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12618 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12619 msgstr ""
12620
12621 #. type: textblock
12622 #: ../src/guestfs-actions.pod:3857 ../src/guestfs-actions.pod:3880
12623 #: ../src/guestfs-actions.pod:4020 ../src/guestfs-actions.pod:4962
12624 #: ../src/guestfs-actions.pod:5742 ../src/guestfs-actions.pod:6149
12625 #: ../src/guestfs-actions.pod:6172 ../src/guestfs-actions.pod:6198
12626 #: ../src/guestfs-actions.pod:7358 ../fish/guestfish-actions.pod:2663
12627 #: ../fish/guestfish-actions.pod:2676 ../fish/guestfish-actions.pod:2760
12628 #: ../fish/guestfish-actions.pod:3334 ../fish/guestfish-actions.pod:3854
12629 #: ../fish/guestfish-actions.pod:4164 ../fish/guestfish-actions.pod:4180
12630 #: ../fish/guestfish-actions.pod:4195 ../fish/guestfish-actions.pod:4910
12631 msgid ""
12632 "B<This command is dangerous.  Without careful use you can easily destroy all "
12633 "your data>."
12634 msgstr ""
12635
12636 #. type: =head2
12637 #: ../src/guestfs-actions.pod:3866
12638 msgid "guestfs_luks_format_cipher"
12639 msgstr ""
12640
12641 #. type: verbatim
12642 #: ../src/guestfs-actions.pod:3868
12643 #, no-wrap
12644 msgid ""
12645 " int\n"
12646 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12647 "                             const char *device,\n"
12648 "                             const char *key,\n"
12649 "                             int keyslot,\n"
12650 "                             const char *cipher);\n"
12651 "\n"
12652 msgstr ""
12653
12654 #. type: textblock
12655 #: ../src/guestfs-actions.pod:3875
12656 msgid ""
12657 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12658 "set the C<cipher> used."
12659 msgstr ""
12660
12661 #. type: =head2
12662 #: ../src/guestfs-actions.pod:3889
12663 msgid "guestfs_luks_kill_slot"
12664 msgstr ""
12665
12666 #. type: verbatim
12667 #: ../src/guestfs-actions.pod:3891
12668 #, no-wrap
12669 msgid ""
12670 " int\n"
12671 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12672 "                         const char *device,\n"
12673 "                         const char *key,\n"
12674 "                         int keyslot);\n"
12675 "\n"
12676 msgstr ""
12677
12678 #. type: textblock
12679 #: ../src/guestfs-actions.pod:3897 ../fish/guestfish-actions.pod:2683
12680 msgid ""
12681 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12682 "device C<device>.  C<key> must be one of the I<other> keys."
12683 msgstr ""
12684
12685 #. type: =head2
12686 #: ../src/guestfs-actions.pod:3909
12687 msgid "guestfs_luks_open"
12688 msgstr ""
12689
12690 #. type: verbatim
12691 #: ../src/guestfs-actions.pod:3911
12692 #, no-wrap
12693 msgid ""
12694 " int\n"
12695 " guestfs_luks_open (guestfs_h *g,\n"
12696 "                    const char *device,\n"
12697 "                    const char *key,\n"
12698 "                    const char *mapname);\n"
12699 "\n"
12700 msgstr ""
12701
12702 #. type: textblock
12703 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
12704 msgid ""
12705 "This command opens a block device which has been encrypted according to the "
12706 "Linux Unified Key Setup (LUKS) standard."
12707 msgstr ""
12708
12709 #. type: textblock
12710 #: ../src/guestfs-actions.pod:3920 ../fish/guestfish-actions.pod:2697
12711 msgid "C<device> is the encrypted block device or partition."
12712 msgstr ""
12713
12714 #. type: textblock
12715 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2699
12716 msgid ""
12717 "The caller must supply one of the keys associated with the LUKS block "
12718 "device, in the C<key> parameter."
12719 msgstr ""
12720
12721 #. type: textblock
12722 #: ../src/guestfs-actions.pod:3925 ../fish/guestfish-actions.pod:2702
12723 msgid ""
12724 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12725 "writes to this block device are decrypted from and encrypted to the "
12726 "underlying C<device> respectively."
12727 msgstr ""
12728
12729 #. type: textblock
12730 #: ../src/guestfs-actions.pod:3929
12731 msgid ""
12732 "If this block device contains LVM volume groups, then calling "
12733 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12734 "visible."
12735 msgstr ""
12736
12737 #. type: =head2
12738 #: ../src/guestfs-actions.pod:3941
12739 msgid "guestfs_luks_open_ro"
12740 msgstr ""
12741
12742 #. type: verbatim
12743 #: ../src/guestfs-actions.pod:3943
12744 #, no-wrap
12745 msgid ""
12746 " int\n"
12747 " guestfs_luks_open_ro (guestfs_h *g,\n"
12748 "                       const char *device,\n"
12749 "                       const char *key,\n"
12750 "                       const char *mapname);\n"
12751 "\n"
12752 msgstr ""
12753
12754 #. type: textblock
12755 #: ../src/guestfs-actions.pod:3949
12756 msgid ""
12757 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12758 "created."
12759 msgstr ""
12760
12761 #. type: =head2
12762 #: ../src/guestfs-actions.pod:3960
12763 msgid "guestfs_lvcreate"
12764 msgstr ""
12765
12766 #. type: verbatim
12767 #: ../src/guestfs-actions.pod:3962
12768 #, no-wrap
12769 msgid ""
12770 " int\n"
12771 " guestfs_lvcreate (guestfs_h *g,\n"
12772 "                   const char *logvol,\n"
12773 "                   const char *volgroup,\n"
12774 "                   int mbytes);\n"
12775 "\n"
12776 msgstr ""
12777
12778 #. type: textblock
12779 #: ../src/guestfs-actions.pod:3968 ../fish/guestfish-actions.pod:2727
12780 msgid ""
12781 "This creates an LVM logical volume called C<logvol> on the volume group "
12782 "C<volgroup>, with C<size> megabytes."
12783 msgstr ""
12784
12785 #. type: =head2
12786 #: ../src/guestfs-actions.pod:3975
12787 msgid "guestfs_lvm_canonical_lv_name"
12788 msgstr ""
12789
12790 #. type: verbatim
12791 #: ../src/guestfs-actions.pod:3977
12792 #, no-wrap
12793 msgid ""
12794 " char *\n"
12795 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12796 "                                const char *lvname);\n"
12797 "\n"
12798 msgstr ""
12799
12800 #. type: textblock
12801 #: ../src/guestfs-actions.pod:3981 ../fish/guestfish-actions.pod:2734
12802 msgid ""
12803 "This converts alternative naming schemes for LVs that you might find to the "
12804 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
12805 "LV>."
12806 msgstr ""
12807
12808 #. type: textblock
12809 #: ../src/guestfs-actions.pod:3985 ../fish/guestfish-actions.pod:2738
12810 msgid ""
12811 "This command returns an error if the C<lvname> parameter does not refer to a "
12812 "logical volume."
12813 msgstr ""
12814
12815 #. type: textblock
12816 #: ../src/guestfs-actions.pod:3988
12817 msgid "See also C<guestfs_is_lv>."
12818 msgstr ""
12819
12820 #. type: textblock
12821 #: ../src/guestfs-actions.pod:3993
12822 msgid "(Added in 1.5.24)"
12823 msgstr ""
12824
12825 #. type: =head2
12826 #: ../src/guestfs-actions.pod:3995
12827 msgid "guestfs_lvm_clear_filter"
12828 msgstr ""
12829
12830 #. type: verbatim
12831 #: ../src/guestfs-actions.pod:3997
12832 #, no-wrap
12833 msgid ""
12834 " int\n"
12835 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12836 "\n"
12837 msgstr ""
12838
12839 #. type: textblock
12840 #: ../src/guestfs-actions.pod:4000
12841 msgid ""
12842 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12843 "see every block device."
12844 msgstr ""
12845
12846 #. type: textblock
12847 #: ../src/guestfs-actions.pod:4003 ../src/guestfs-actions.pod:4045
12848 #: ../fish/guestfish-actions.pod:2750 ../fish/guestfish-actions.pod:2781
12849 msgid ""
12850 "This command also clears the LVM cache and performs a volume group scan."
12851 msgstr ""
12852
12853 #. type: =head2
12854 #: ../src/guestfs-actions.pod:4010
12855 msgid "guestfs_lvm_remove_all"
12856 msgstr ""
12857
12858 #. type: verbatim
12859 #: ../src/guestfs-actions.pod:4012
12860 #, no-wrap
12861 msgid ""
12862 " int\n"
12863 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12864 "\n"
12865 msgstr ""
12866
12867 #. type: textblock
12868 #: ../src/guestfs-actions.pod:4015 ../fish/guestfish-actions.pod:2757
12869 msgid ""
12870 "This command removes all LVM logical volumes, volume groups and physical "
12871 "volumes."
12872 msgstr ""
12873
12874 #. type: =head2
12875 #: ../src/guestfs-actions.pod:4025
12876 msgid "guestfs_lvm_set_filter"
12877 msgstr ""
12878
12879 #. type: verbatim
12880 #: ../src/guestfs-actions.pod:4027
12881 #, no-wrap
12882 msgid ""
12883 " int\n"
12884 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12885 "                         char *const *devices);\n"
12886 "\n"
12887 msgstr ""
12888
12889 #. type: textblock
12890 #: ../src/guestfs-actions.pod:4031 ../fish/guestfish-actions.pod:2767
12891 msgid ""
12892 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12893 "block devices in the list C<devices>, and will ignore all other attached "
12894 "block devices."
12895 msgstr ""
12896
12897 #. type: textblock
12898 #: ../src/guestfs-actions.pod:4035 ../fish/guestfish-actions.pod:2771
12899 msgid ""
12900 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12901 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12902 "there are two types of duplication possible: either cloned PVs/VGs which "
12903 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12904 "same name.  In normal operation you cannot create this situation, but you "
12905 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12906 "inside the LVM metadata."
12907 msgstr ""
12908
12909 #. type: textblock
12910 #: ../src/guestfs-actions.pod:4048 ../fish/guestfish-actions.pod:2784
12911 msgid "You can filter whole block devices or individual partitions."
12912 msgstr ""
12913
12914 #. type: textblock
12915 #: ../src/guestfs-actions.pod:4050 ../fish/guestfish-actions.pod:2786
12916 msgid ""
12917 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12918 "filesystem), even if you are not filtering out that VG."
12919 msgstr ""
12920
12921 #. type: =head2
12922 #: ../src/guestfs-actions.pod:4058
12923 msgid "guestfs_lvremove"
12924 msgstr ""
12925
12926 #. type: verbatim
12927 #: ../src/guestfs-actions.pod:4060
12928 #, no-wrap
12929 msgid ""
12930 " int\n"
12931 " guestfs_lvremove (guestfs_h *g,\n"
12932 "                   const char *device);\n"
12933 "\n"
12934 msgstr ""
12935
12936 #. type: textblock
12937 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2794
12938 msgid ""
12939 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12940 "LV, such as C</dev/VG/LV>."
12941 msgstr ""
12942
12943 #. type: textblock
12944 #: ../src/guestfs-actions.pod:4067 ../fish/guestfish-actions.pod:2797
12945 msgid ""
12946 "You can also remove all LVs in a volume group by specifying the VG name, C</"
12947 "dev/VG>."
12948 msgstr ""
12949
12950 #. type: textblock
12951 #: ../src/guestfs-actions.pod:4072 ../src/guestfs-actions.pod:5308
12952 #: ../src/guestfs-actions.pod:7097
12953 msgid "(Added in 1.0.13)"
12954 msgstr ""
12955
12956 #. type: =head2
12957 #: ../src/guestfs-actions.pod:4074
12958 msgid "guestfs_lvrename"
12959 msgstr ""
12960
12961 #. type: verbatim
12962 #: ../src/guestfs-actions.pod:4076
12963 #, no-wrap
12964 msgid ""
12965 " int\n"
12966 " guestfs_lvrename (guestfs_h *g,\n"
12967 "                   const char *logvol,\n"
12968 "                   const char *newlogvol);\n"
12969 "\n"
12970 msgstr ""
12971
12972 #. type: textblock
12973 #: ../src/guestfs-actions.pod:4081 ../fish/guestfish-actions.pod:2804
12974 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12975 msgstr ""
12976
12977 #. type: textblock
12978 #: ../src/guestfs-actions.pod:4085 ../src/guestfs-actions.pod:7110
12979 msgid "(Added in 1.0.83)"
12980 msgstr ""
12981
12982 #. type: =head2
12983 #: ../src/guestfs-actions.pod:4087
12984 msgid "guestfs_lvresize"
12985 msgstr ""
12986
12987 #. type: verbatim
12988 #: ../src/guestfs-actions.pod:4089
12989 #, no-wrap
12990 msgid ""
12991 " int\n"
12992 " guestfs_lvresize (guestfs_h *g,\n"
12993 "                   const char *device,\n"
12994 "                   int mbytes);\n"
12995 "\n"
12996 msgstr ""
12997
12998 #. type: textblock
12999 #: ../src/guestfs-actions.pod:4094 ../fish/guestfish-actions.pod:2810
13000 msgid ""
13001 "This resizes (expands or shrinks) an existing LVM logical volume to "
13002 "C<mbytes>.  When reducing, data in the reduced part is lost."
13003 msgstr ""
13004
13005 #. type: =head2
13006 #: ../src/guestfs-actions.pod:4102
13007 msgid "guestfs_lvresize_free"
13008 msgstr ""
13009
13010 #. type: verbatim
13011 #: ../src/guestfs-actions.pod:4104
13012 #, no-wrap
13013 msgid ""
13014 " int\n"
13015 " guestfs_lvresize_free (guestfs_h *g,\n"
13016 "                        const char *lv,\n"
13017 "                        int percent);\n"
13018 "\n"
13019 msgstr ""
13020
13021 #. type: textblock
13022 #: ../src/guestfs-actions.pod:4109 ../fish/guestfish-actions.pod:2818
13023 msgid ""
13024 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13025 "remaining free space in the volume group.  Commonly you would call this with "
13026 "pc = 100 which expands the logical volume as much as possible, using all "
13027 "remaining free space in the volume group."
13028 msgstr ""
13029
13030 #. type: textblock
13031 #: ../src/guestfs-actions.pod:4117
13032 msgid "(Added in 1.3.3)"
13033 msgstr ""
13034
13035 #. type: =head2
13036 #: ../src/guestfs-actions.pod:4119
13037 msgid "guestfs_lvs"
13038 msgstr ""
13039
13040 #. type: verbatim
13041 #: ../src/guestfs-actions.pod:4121
13042 #, no-wrap
13043 msgid ""
13044 " char **\n"
13045 " guestfs_lvs (guestfs_h *g);\n"
13046 "\n"
13047 msgstr ""
13048
13049 #. type: textblock
13050 #: ../src/guestfs-actions.pod:4124 ../fish/guestfish-actions.pod:2828
13051 msgid ""
13052 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13053 "(8)> command."
13054 msgstr ""
13055
13056 #. type: textblock
13057 #: ../src/guestfs-actions.pod:4127 ../fish/guestfish-actions.pod:2831
13058 msgid ""
13059 "This returns a list of the logical volume device names (eg. C</dev/"
13060 "VolGroup00/LogVol00>)."
13061 msgstr ""
13062
13063 #. type: textblock
13064 #: ../src/guestfs-actions.pod:4130
13065 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13066 msgstr ""
13067
13068 #. type: =head2
13069 #: ../src/guestfs-actions.pod:4138
13070 msgid "guestfs_lvs_full"
13071 msgstr ""
13072
13073 #. type: verbatim
13074 #: ../src/guestfs-actions.pod:4140
13075 #, no-wrap
13076 msgid ""
13077 " struct guestfs_lvm_lv_list *\n"
13078 " guestfs_lvs_full (guestfs_h *g);\n"
13079 "\n"
13080 msgstr ""
13081
13082 #. type: textblock
13083 #: ../src/guestfs-actions.pod:4143 ../fish/guestfish-actions.pod:2840
13084 msgid ""
13085 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13086 "(8)> command.  The \"full\" version includes all fields."
13087 msgstr ""
13088
13089 #. type: textblock
13090 #: ../src/guestfs-actions.pod:4146
13091 msgid ""
13092 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13093 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13094 msgstr ""
13095
13096 #. type: =head2
13097 #: ../src/guestfs-actions.pod:4152
13098 msgid "guestfs_lvuuid"
13099 msgstr ""
13100
13101 #. type: verbatim
13102 #: ../src/guestfs-actions.pod:4154
13103 #, no-wrap
13104 msgid ""
13105 " char *\n"
13106 " guestfs_lvuuid (guestfs_h *g,\n"
13107 "                 const char *device);\n"
13108 "\n"
13109 msgstr ""
13110
13111 #. type: textblock
13112 #: ../src/guestfs-actions.pod:4158 ../fish/guestfish-actions.pod:2847
13113 msgid "This command returns the UUID of the LVM LV C<device>."
13114 msgstr ""
13115
13116 #. type: =head2
13117 #: ../src/guestfs-actions.pod:4165
13118 msgid "guestfs_lxattrlist"
13119 msgstr ""
13120
13121 #. type: verbatim
13122 #: ../src/guestfs-actions.pod:4167
13123 #, no-wrap
13124 msgid ""
13125 " struct guestfs_xattr_list *\n"
13126 " guestfs_lxattrlist (guestfs_h *g,\n"
13127 "                     const char *path,\n"
13128 "                     char *const *names);\n"
13129 "\n"
13130 msgstr ""
13131
13132 #. type: textblock
13133 #: ../src/guestfs-actions.pod:4172 ../fish/guestfish-actions.pod:2853
13134 msgid ""
13135 "This call allows you to get the extended attributes of multiple files, where "
13136 "all files are in the directory C<path>.  C<names> is the list of files from "
13137 "this directory."
13138 msgstr ""
13139
13140 #. type: textblock
13141 #: ../src/guestfs-actions.pod:4176 ../fish/guestfish-actions.pod:2857
13142 msgid ""
13143 "On return you get a flat list of xattr structs which must be interpreted "
13144 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13145 "C<attrval> in this struct is zero-length to indicate there was an error "
13146 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13147 "number (the number of following attributes for this file, which could be C<"
13148 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13149 "for the first named file.  This repeats for the second and subsequent files."
13150 msgstr ""
13151
13152 #. type: textblock
13153 #: ../src/guestfs-actions.pod:4186
13154 msgid ""
13155 "This call is intended for programs that want to efficiently list a directory "
13156 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13157 "a similarly efficient call for getting standard stats.  Very long directory "
13158 "listings might cause the protocol message size to be exceeded, causing this "
13159 "call to fail.  The caller must split up such requests into smaller groups of "
13160 "names."
13161 msgstr ""
13162
13163 #. type: =head2
13164 #: ../src/guestfs-actions.pod:4200
13165 msgid "guestfs_mkdir"
13166 msgstr ""
13167
13168 #. type: verbatim
13169 #: ../src/guestfs-actions.pod:4202
13170 #, no-wrap
13171 msgid ""
13172 " int\n"
13173 " guestfs_mkdir (guestfs_h *g,\n"
13174 "                const char *path);\n"
13175 "\n"
13176 msgstr ""
13177
13178 #. type: textblock
13179 #: ../src/guestfs-actions.pod:4206 ../fish/guestfish-actions.pod:2879
13180 msgid "Create a directory named C<path>."
13181 msgstr ""
13182
13183 #. type: =head2
13184 #: ../src/guestfs-actions.pod:4212
13185 msgid "guestfs_mkdir_mode"
13186 msgstr ""
13187
13188 #. type: verbatim
13189 #: ../src/guestfs-actions.pod:4214
13190 #, no-wrap
13191 msgid ""
13192 " int\n"
13193 " guestfs_mkdir_mode (guestfs_h *g,\n"
13194 "                     const char *path,\n"
13195 "                     int mode);\n"
13196 "\n"
13197 msgstr ""
13198
13199 #. type: textblock
13200 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2885
13201 msgid ""
13202 "This command creates a directory, setting the initial permissions of the "
13203 "directory to C<mode>."
13204 msgstr ""
13205
13206 #. type: textblock
13207 #: ../src/guestfs-actions.pod:4222 ../fish/guestfish-actions.pod:2888
13208 msgid ""
13209 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13210 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13211 "other ways."
13212 msgstr ""
13213
13214 #. type: textblock
13215 #: ../src/guestfs-actions.pod:4226
13216 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13217 msgstr ""
13218
13219 #. type: =head2
13220 #: ../src/guestfs-actions.pod:4232
13221 msgid "guestfs_mkdir_p"
13222 msgstr ""
13223
13224 #. type: verbatim
13225 #: ../src/guestfs-actions.pod:4234
13226 #, no-wrap
13227 msgid ""
13228 " int\n"
13229 " guestfs_mkdir_p (guestfs_h *g,\n"
13230 "                  const char *path);\n"
13231 "\n"
13232 msgstr ""
13233
13234 #. type: textblock
13235 #: ../src/guestfs-actions.pod:4238 ../fish/guestfish-actions.pod:2898
13236 msgid ""
13237 "Create a directory named C<path>, creating any parent directories as "
13238 "necessary.  This is like the C<mkdir -p> shell command."
13239 msgstr ""
13240
13241 #. type: =head2
13242 #: ../src/guestfs-actions.pod:4245
13243 msgid "guestfs_mkdtemp"
13244 msgstr ""
13245
13246 #. type: verbatim
13247 #: ../src/guestfs-actions.pod:4247
13248 #, no-wrap
13249 msgid ""
13250 " char *\n"
13251 " guestfs_mkdtemp (guestfs_h *g,\n"
13252 "                  const char *template);\n"
13253 "\n"
13254 msgstr ""
13255
13256 #. type: textblock
13257 #: ../src/guestfs-actions.pod:4251 ../fish/guestfish-actions.pod:2905
13258 msgid ""
13259 "This command creates a temporary directory.  The C<template> parameter "
13260 "should be a full pathname for the temporary directory name with the final "
13261 "six characters being \"XXXXXX\"."
13262 msgstr ""
13263
13264 #. type: textblock
13265 #: ../src/guestfs-actions.pod:4256 ../fish/guestfish-actions.pod:2910
13266 msgid ""
13267 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13268 "being suitable for Windows filesystems."
13269 msgstr ""
13270
13271 #. type: textblock
13272 #: ../src/guestfs-actions.pod:4259 ../fish/guestfish-actions.pod:2913
13273 msgid "The name of the temporary directory that was created is returned."
13274 msgstr ""
13275
13276 #. type: textblock
13277 #: ../src/guestfs-actions.pod:4262 ../fish/guestfish-actions.pod:2916
13278 msgid "The temporary directory is created with mode 0700 and is owned by root."
13279 msgstr ""
13280
13281 #. type: textblock
13282 #: ../src/guestfs-actions.pod:4265 ../fish/guestfish-actions.pod:2919
13283 msgid ""
13284 "The caller is responsible for deleting the temporary directory and its "
13285 "contents after use."
13286 msgstr ""
13287
13288 #. type: textblock
13289 #: ../src/guestfs-actions.pod:4268 ../fish/guestfish-actions.pod:2922
13290 msgid "See also: L<mkdtemp(3)>"
13291 msgstr ""
13292
13293 #. type: =head2
13294 #: ../src/guestfs-actions.pod:4275
13295 msgid "guestfs_mke2fs_J"
13296 msgstr ""
13297
13298 #. type: verbatim
13299 #: ../src/guestfs-actions.pod:4277
13300 #, no-wrap
13301 msgid ""
13302 " int\n"
13303 " guestfs_mke2fs_J (guestfs_h *g,\n"
13304 "                   const char *fstype,\n"
13305 "                   int blocksize,\n"
13306 "                   const char *device,\n"
13307 "                   const char *journal);\n"
13308 "\n"
13309 msgstr ""
13310
13311 #. type: textblock
13312 #: ../src/guestfs-actions.pod:4284 ../fish/guestfish-actions.pod:2928
13313 msgid ""
13314 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13315 "C<journal>.  It is equivalent to the command:"
13316 msgstr ""
13317
13318 #. type: verbatim
13319 #: ../src/guestfs-actions.pod:4288 ../fish/guestfish-actions.pod:2932
13320 #, no-wrap
13321 msgid ""
13322 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13323 "\n"
13324 msgstr ""
13325
13326 #. type: textblock
13327 #: ../src/guestfs-actions.pod:4290
13328 msgid "See also C<guestfs_mke2journal>."
13329 msgstr ""
13330
13331 #. type: textblock
13332 #: ../src/guestfs-actions.pod:4294 ../src/guestfs-actions.pod:4312
13333 #: ../src/guestfs-actions.pod:4330 ../src/guestfs-actions.pod:4346
13334 #: ../src/guestfs-actions.pod:4360 ../src/guestfs-actions.pod:4374
13335 #: ../src/guestfs-actions.pod:4433 ../src/guestfs-actions.pod:4698
13336 msgid "(Added in 1.0.68)"
13337 msgstr ""
13338
13339 #. type: =head2
13340 #: ../src/guestfs-actions.pod:4296
13341 msgid "guestfs_mke2fs_JL"
13342 msgstr ""
13343
13344 #. type: verbatim
13345 #: ../src/guestfs-actions.pod:4298
13346 #, no-wrap
13347 msgid ""
13348 " int\n"
13349 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13350 "                    const char *fstype,\n"
13351 "                    int blocksize,\n"
13352 "                    const char *device,\n"
13353 "                    const char *label);\n"
13354 "\n"
13355 msgstr ""
13356
13357 #. type: textblock
13358 #: ../src/guestfs-actions.pod:4305 ../fish/guestfish-actions.pod:2940
13359 msgid ""
13360 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13361 "the journal labeled C<label>."
13362 msgstr ""
13363
13364 #. type: textblock
13365 #: ../src/guestfs-actions.pod:4308
13366 msgid "See also C<guestfs_mke2journal_L>."
13367 msgstr ""
13368
13369 #. type: =head2
13370 #: ../src/guestfs-actions.pod:4314
13371 msgid "guestfs_mke2fs_JU"
13372 msgstr ""
13373
13374 #. type: verbatim
13375 #: ../src/guestfs-actions.pod:4316
13376 #, no-wrap
13377 msgid ""
13378 " int\n"
13379 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13380 "                    const char *fstype,\n"
13381 "                    int blocksize,\n"
13382 "                    const char *device,\n"
13383 "                    const char *uuid);\n"
13384 "\n"
13385 msgstr ""
13386
13387 #. type: textblock
13388 #: ../src/guestfs-actions.pod:4323 ../fish/guestfish-actions.pod:2949
13389 msgid ""
13390 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13391 "the journal with UUID C<uuid>."
13392 msgstr ""
13393
13394 #. type: textblock
13395 #: ../src/guestfs-actions.pod:4326
13396 msgid "See also C<guestfs_mke2journal_U>."
13397 msgstr ""
13398
13399 #. type: =head2
13400 #: ../src/guestfs-actions.pod:4332
13401 msgid "guestfs_mke2journal"
13402 msgstr ""
13403
13404 #. type: verbatim
13405 #: ../src/guestfs-actions.pod:4334
13406 #, no-wrap
13407 msgid ""
13408 " int\n"
13409 " guestfs_mke2journal (guestfs_h *g,\n"
13410 "                      int blocksize,\n"
13411 "                      const char *device);\n"
13412 "\n"
13413 msgstr ""
13414
13415 #. type: textblock
13416 #: ../src/guestfs-actions.pod:4339 ../fish/guestfish-actions.pod:2958
13417 msgid ""
13418 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13419 "command:"
13420 msgstr ""
13421
13422 #. type: verbatim
13423 #: ../src/guestfs-actions.pod:4342 ../fish/guestfish-actions.pod:2961
13424 #, no-wrap
13425 msgid ""
13426 " mke2fs -O journal_dev -b blocksize device\n"
13427 "\n"
13428 msgstr ""
13429
13430 #. type: =head2
13431 #: ../src/guestfs-actions.pod:4348
13432 msgid "guestfs_mke2journal_L"
13433 msgstr ""
13434
13435 #. type: verbatim
13436 #: ../src/guestfs-actions.pod:4350
13437 #, no-wrap
13438 msgid ""
13439 " int\n"
13440 " guestfs_mke2journal_L (guestfs_h *g,\n"
13441 "                        int blocksize,\n"
13442 "                        const char *label,\n"
13443 "                        const char *device);\n"
13444 "\n"
13445 msgstr ""
13446
13447 #. type: textblock
13448 #: ../src/guestfs-actions.pod:4356 ../fish/guestfish-actions.pod:2967
13449 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13450 msgstr ""
13451
13452 #. type: =head2
13453 #: ../src/guestfs-actions.pod:4362
13454 msgid "guestfs_mke2journal_U"
13455 msgstr ""
13456
13457 #. type: verbatim
13458 #: ../src/guestfs-actions.pod:4364
13459 #, no-wrap
13460 msgid ""
13461 " int\n"
13462 " guestfs_mke2journal_U (guestfs_h *g,\n"
13463 "                        int blocksize,\n"
13464 "                        const char *uuid,\n"
13465 "                        const char *device);\n"
13466 "\n"
13467 msgstr ""
13468
13469 #. type: textblock
13470 #: ../src/guestfs-actions.pod:4370 ../fish/guestfish-actions.pod:2973
13471 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13472 msgstr ""
13473
13474 #. type: =head2
13475 #: ../src/guestfs-actions.pod:4376
13476 msgid "guestfs_mkfifo"
13477 msgstr ""
13478
13479 #. type: verbatim
13480 #: ../src/guestfs-actions.pod:4378
13481 #, no-wrap
13482 msgid ""
13483 " int\n"
13484 " guestfs_mkfifo (guestfs_h *g,\n"
13485 "                 int mode,\n"
13486 "                 const char *path);\n"
13487 "\n"
13488 msgstr ""
13489
13490 #. type: textblock
13491 #: ../src/guestfs-actions.pod:4383
13492 msgid ""
13493 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13494 "is just a convenient wrapper around C<guestfs_mknod>."
13495 msgstr ""
13496
13497 #. type: =head2
13498 #: ../src/guestfs-actions.pod:4393
13499 msgid "guestfs_mkfs"
13500 msgstr ""
13501
13502 #. type: verbatim
13503 #: ../src/guestfs-actions.pod:4395
13504 #, no-wrap
13505 msgid ""
13506 " int\n"
13507 " guestfs_mkfs (guestfs_h *g,\n"
13508 "               const char *fstype,\n"
13509 "               const char *device);\n"
13510 "\n"
13511 msgstr ""
13512
13513 #. type: textblock
13514 #: ../src/guestfs-actions.pod:4400 ../fish/guestfish-actions.pod:2989
13515 msgid ""
13516 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13517 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13518 msgstr ""
13519
13520 #. type: =head2
13521 #: ../src/guestfs-actions.pod:4408
13522 msgid "guestfs_mkfs_b"
13523 msgstr ""
13524
13525 #. type: verbatim
13526 #: ../src/guestfs-actions.pod:4410
13527 #, no-wrap
13528 msgid ""
13529 " int\n"
13530 " guestfs_mkfs_b (guestfs_h *g,\n"
13531 "                 const char *fstype,\n"
13532 "                 int blocksize,\n"
13533 "                 const char *device);\n"
13534 "\n"
13535 msgstr ""
13536
13537 #. type: textblock
13538 #: ../src/guestfs-actions.pod:4416
13539 msgid ""
13540 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13541 "block size of the resulting filesystem.  Supported block sizes depend on the "
13542 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13543 msgstr ""
13544
13545 #. type: textblock
13546 #: ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:4464
13547 #: ../fish/guestfish-actions.pod:3002 ../fish/guestfish-actions.pod:3029
13548 msgid ""
13549 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13550 "cluster size."
13551 msgstr ""
13552
13553 #. type: textblock
13554 #: ../src/guestfs-actions.pod:4426 ../fish/guestfish-actions.pod:3005
13555 msgid ""
13556 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13557 msgstr ""
13558
13559 #. type: =head2
13560 #: ../src/guestfs-actions.pod:4435
13561 msgid "guestfs_mkfs_opts"
13562 msgstr ""
13563
13564 #. type: verbatim
13565 #: ../src/guestfs-actions.pod:4437
13566 #, no-wrap
13567 msgid ""
13568 " int\n"
13569 " guestfs_mkfs_opts (guestfs_h *g,\n"
13570 "                    const char *fstype,\n"
13571 "                    const char *device,\n"
13572 "                    ...);\n"
13573 "\n"
13574 msgstr ""
13575
13576 #. type: verbatim
13577 #: ../src/guestfs-actions.pod:4448
13578 #, no-wrap
13579 msgid ""
13580 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13581 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13582 "\n"
13583 msgstr ""
13584
13585 #. type: textblock
13586 #: ../src/guestfs-actions.pod:4451 ../fish/guestfish-actions.pod:3016
13587 msgid ""
13588 "This function creates a filesystem on C<device>.  The filesystem type is "
13589 "C<fstype>, for example C<ext3>."
13590 msgstr ""
13591
13592 #. type: =item
13593 #: ../src/guestfs-actions.pod:4458 ../fish/guestfish-actions.pod:3023
13594 msgid "C<blocksize>"
13595 msgstr ""
13596
13597 #. type: textblock
13598 #: ../src/guestfs-actions.pod:4460 ../fish/guestfish-actions.pod:3025
13599 msgid ""
13600 "The filesystem block size.  Supported block sizes depend on the filesystem "
13601 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13602 "filesystems."
13603 msgstr ""
13604
13605 #. type: textblock
13606 #: ../src/guestfs-actions.pod:4467 ../fish/guestfish-actions.pod:3032
13607 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13608 msgstr ""
13609
13610 #. type: =item
13611 #: ../src/guestfs-actions.pod:4469 ../fish/guestfish-actions.pod:3034
13612 msgid "C<features>"
13613 msgstr ""
13614
13615 #. type: textblock
13616 #: ../src/guestfs-actions.pod:4471 ../fish/guestfish-actions.pod:3036
13617 msgid "This passes the I<-O> parameter to the external mkfs program."
13618 msgstr ""
13619
13620 #. type: textblock
13621 #: ../src/guestfs-actions.pod:4473 ../fish/guestfish-actions.pod:3038
13622 msgid ""
13623 "For certain filesystem types, this allows extra filesystem features to be "
13624 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13625 msgstr ""
13626
13627 #. type: textblock
13628 #: ../src/guestfs-actions.pod:4477 ../fish/guestfish-actions.pod:3042
13629 msgid ""
13630 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13631 "type."
13632 msgstr ""
13633
13634 #. type: textblock
13635 #: ../src/guestfs-actions.pod:4484
13636 msgid "(Added in 1.7.19)"
13637 msgstr ""
13638
13639 #. type: =head2
13640 #: ../src/guestfs-actions.pod:4486
13641 msgid "guestfs_mkfs_opts_va"
13642 msgstr ""
13643
13644 #. type: verbatim
13645 #: ../src/guestfs-actions.pod:4488
13646 #, no-wrap
13647 msgid ""
13648 " int\n"
13649 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13650 "                       const char *fstype,\n"
13651 "                       const char *device,\n"
13652 "                       va_list args);\n"
13653 "\n"
13654 msgstr ""
13655
13656 #. type: textblock
13657 #: ../src/guestfs-actions.pod:4494
13658 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13659 msgstr ""
13660
13661 #. type: =head2
13662 #: ../src/guestfs-actions.pod:4498
13663 msgid "guestfs_mkfs_opts_argv"
13664 msgstr ""
13665
13666 #. type: verbatim
13667 #: ../src/guestfs-actions.pod:4500
13668 #, no-wrap
13669 msgid ""
13670 " int\n"
13671 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13672 "                         const char *fstype,\n"
13673 "                         const char *device,\n"
13674 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13675 "\n"
13676 msgstr ""
13677
13678 #. type: textblock
13679 #: ../src/guestfs-actions.pod:4506
13680 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13681 msgstr ""
13682
13683 #. type: =head2
13684 #: ../src/guestfs-actions.pod:4510
13685 msgid "guestfs_mkmountpoint"
13686 msgstr ""
13687
13688 #. type: verbatim
13689 #: ../src/guestfs-actions.pod:4512
13690 #, no-wrap
13691 msgid ""
13692 " int\n"
13693 " guestfs_mkmountpoint (guestfs_h *g,\n"
13694 "                       const char *exemptpath);\n"
13695 "\n"
13696 msgstr ""
13697
13698 #. type: textblock
13699 #: ../src/guestfs-actions.pod:4516
13700 msgid ""
13701 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
13702 "that can be used to create extra mountpoints before mounting the first "
13703 "filesystem."
13704 msgstr ""
13705
13706 #. type: textblock
13707 #: ../src/guestfs-actions.pod:4520 ../fish/guestfish-actions.pod:3057
13708 msgid ""
13709 "These calls are I<only> necessary in some very limited circumstances, mainly "
13710 "the case where you want to mount a mix of unrelated and/or read-only "
13711 "filesystems together."
13712 msgstr ""
13713
13714 #. type: textblock
13715 #: ../src/guestfs-actions.pod:4524 ../fish/guestfish-actions.pod:3061
13716 msgid ""
13717 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
13718 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
13719 "inside that.  You can unpack this as follows in guestfish:"
13720 msgstr ""
13721
13722 #. type: verbatim
13723 #: ../src/guestfs-actions.pod:4529 ../fish/guestfish-actions.pod:3066
13724 #, no-wrap
13725 msgid ""
13726 " add-ro Fedora-11-i686-Live.iso\n"
13727 " run\n"
13728 " mkmountpoint /cd\n"
13729 " mkmountpoint /sqsh\n"
13730 " mkmountpoint /ext3fs\n"
13731 " mount /dev/sda /cd\n"
13732 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13733 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13734 "\n"
13735 msgstr ""
13736
13737 #. type: textblock
13738 #: ../src/guestfs-actions.pod:4538 ../fish/guestfish-actions.pod:3075
13739 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13740 msgstr ""
13741
13742 #. type: textblock
13743 #: ../src/guestfs-actions.pod:4540
13744 msgid ""
13745 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13746 "may get unexpected errors if you try to mix these calls.  It is safest to "
13747 "manually unmount filesystems and remove mountpoints after use."
13748 msgstr ""
13749
13750 #. type: textblock
13751 #: ../src/guestfs-actions.pod:4544
13752 msgid ""
13753 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13754 "first, so for this to work for manual mountpoints, you must ensure that the "
13755 "innermost mountpoints have the longest pathnames, as in the example code "
13756 "above."
13757 msgstr ""
13758
13759 #. type: textblock
13760 #: ../src/guestfs-actions.pod:4549 ../fish/guestfish-actions.pod:3086
13761 msgid ""
13762 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13763 msgstr ""
13764
13765 #. type: textblock
13766 #: ../src/guestfs-actions.pod:4551
13767 msgid ""
13768 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13769 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13770 "can also trigger these issues."
13771 msgstr ""
13772
13773 #. type: textblock
13774 #: ../src/guestfs-actions.pod:4557 ../src/guestfs-actions.pod:4816
13775 #: ../src/guestfs-actions.pod:5726
13776 msgid "(Added in 1.0.62)"
13777 msgstr ""
13778
13779 #. type: =head2
13780 #: ../src/guestfs-actions.pod:4559
13781 msgid "guestfs_mknod"
13782 msgstr ""
13783
13784 #. type: verbatim
13785 #: ../src/guestfs-actions.pod:4561
13786 #, no-wrap
13787 msgid ""
13788 " int\n"
13789 " guestfs_mknod (guestfs_h *g,\n"
13790 "                int mode,\n"
13791 "                int devmajor,\n"
13792 "                int devminor,\n"
13793 "                const char *path);\n"
13794 "\n"
13795 msgstr ""
13796
13797 #. type: textblock
13798 #: ../src/guestfs-actions.pod:4568 ../fish/guestfish-actions.pod:3096
13799 msgid ""
13800 "This call creates block or character special devices, or named pipes (FIFOs)."
13801 msgstr ""
13802
13803 #. type: textblock
13804 #: ../src/guestfs-actions.pod:4571 ../fish/guestfish-actions.pod:3099
13805 msgid ""
13806 "The C<mode> parameter should be the mode, using the standard constants.  "
13807 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13808 "used when creating block and character special devices."
13809 msgstr ""
13810
13811 #. type: textblock
13812 #: ../src/guestfs-actions.pod:4576
13813 msgid ""
13814 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13815 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13816 "regular file).  These constants are available in the standard Linux header "
13817 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13818 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13819 "the appropriate constant for you."
13820 msgstr ""
13821
13822 #. type: =head2
13823 #: ../src/guestfs-actions.pod:4590
13824 msgid "guestfs_mknod_b"
13825 msgstr ""
13826
13827 #. type: verbatim
13828 #: ../src/guestfs-actions.pod:4592
13829 #, no-wrap
13830 msgid ""
13831 " int\n"
13832 " guestfs_mknod_b (guestfs_h *g,\n"
13833 "                  int mode,\n"
13834 "                  int devmajor,\n"
13835 "                  int devminor,\n"
13836 "                  const char *path);\n"
13837 "\n"
13838 msgstr ""
13839
13840 #. type: textblock
13841 #: ../src/guestfs-actions.pod:4599
13842 msgid ""
13843 "This call creates a block device node called C<path> with mode C<mode> and "
13844 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13845 "wrapper around C<guestfs_mknod>."
13846 msgstr ""
13847
13848 #. type: =head2
13849 #: ../src/guestfs-actions.pod:4609
13850 msgid "guestfs_mknod_c"
13851 msgstr ""
13852
13853 #. type: verbatim
13854 #: ../src/guestfs-actions.pod:4611
13855 #, no-wrap
13856 msgid ""
13857 " int\n"
13858 " guestfs_mknod_c (guestfs_h *g,\n"
13859 "                  int mode,\n"
13860 "                  int devmajor,\n"
13861 "                  int devminor,\n"
13862 "                  const char *path);\n"
13863 "\n"
13864 msgstr ""
13865
13866 #. type: textblock
13867 #: ../src/guestfs-actions.pod:4618
13868 msgid ""
13869 "This call creates a char device node called C<path> with mode C<mode> and "
13870 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13871 "wrapper around C<guestfs_mknod>."
13872 msgstr ""
13873
13874 #. type: =head2
13875 #: ../src/guestfs-actions.pod:4628
13876 msgid "guestfs_mkswap"
13877 msgstr ""
13878
13879 #. type: verbatim
13880 #: ../src/guestfs-actions.pod:4630
13881 #, no-wrap
13882 msgid ""
13883 " int\n"
13884 " guestfs_mkswap (guestfs_h *g,\n"
13885 "                 const char *device);\n"
13886 "\n"
13887 msgstr ""
13888
13889 #. type: textblock
13890 #: ../src/guestfs-actions.pod:4634 ../fish/guestfish-actions.pod:3138
13891 msgid "Create a swap partition on C<device>."
13892 msgstr ""
13893
13894 #. type: =head2
13895 #: ../src/guestfs-actions.pod:4640
13896 msgid "guestfs_mkswap_L"
13897 msgstr ""
13898
13899 #. type: verbatim
13900 #: ../src/guestfs-actions.pod:4642
13901 #, no-wrap
13902 msgid ""
13903 " int\n"
13904 " guestfs_mkswap_L (guestfs_h *g,\n"
13905 "                   const char *label,\n"
13906 "                   const char *device);\n"
13907 "\n"
13908 msgstr ""
13909
13910 #. type: textblock
13911 #: ../src/guestfs-actions.pod:4647 ../fish/guestfish-actions.pod:3144
13912 msgid "Create a swap partition on C<device> with label C<label>."
13913 msgstr ""
13914
13915 #. type: textblock
13916 #: ../src/guestfs-actions.pod:4649 ../fish/guestfish-actions.pod:3146
13917 msgid ""
13918 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
13919 "sda>), just to a partition.  This appears to be a limitation of the kernel "
13920 "or swap tools."
13921 msgstr ""
13922
13923 #. type: =head2
13924 #: ../src/guestfs-actions.pod:4657
13925 msgid "guestfs_mkswap_U"
13926 msgstr ""
13927
13928 #. type: verbatim
13929 #: ../src/guestfs-actions.pod:4659
13930 #, no-wrap
13931 msgid ""
13932 " int\n"
13933 " guestfs_mkswap_U (guestfs_h *g,\n"
13934 "                   const char *uuid,\n"
13935 "                   const char *device);\n"
13936 "\n"
13937 msgstr ""
13938
13939 #. type: textblock
13940 #: ../src/guestfs-actions.pod:4664 ../fish/guestfish-actions.pod:3154
13941 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13942 msgstr ""
13943
13944 #. type: =head2
13945 #: ../src/guestfs-actions.pod:4670
13946 msgid "guestfs_mkswap_file"
13947 msgstr ""
13948
13949 #. type: verbatim
13950 #: ../src/guestfs-actions.pod:4672
13951 #, no-wrap
13952 msgid ""
13953 " int\n"
13954 " guestfs_mkswap_file (guestfs_h *g,\n"
13955 "                      const char *path);\n"
13956 "\n"
13957 msgstr ""
13958
13959 #. type: textblock
13960 #: ../src/guestfs-actions.pod:4676 ../fish/guestfish-actions.pod:3160
13961 msgid "Create a swap file."
13962 msgstr ""
13963
13964 #. type: textblock
13965 #: ../src/guestfs-actions.pod:4678
13966 msgid ""
13967 "This command just writes a swap file signature to an existing file.  To "
13968 "create the file itself, use something like C<guestfs_fallocate>."
13969 msgstr ""
13970
13971 #. type: =head2
13972 #: ../src/guestfs-actions.pod:4685
13973 msgid "guestfs_modprobe"
13974 msgstr ""
13975
13976 #. type: verbatim
13977 #: ../src/guestfs-actions.pod:4687
13978 #, no-wrap
13979 msgid ""
13980 " int\n"
13981 " guestfs_modprobe (guestfs_h *g,\n"
13982 "                   const char *modulename);\n"
13983 "\n"
13984 msgstr ""
13985
13986 #. type: textblock
13987 #: ../src/guestfs-actions.pod:4691 ../fish/guestfish-actions.pod:3169
13988 msgid "This loads a kernel module in the appliance."
13989 msgstr ""
13990
13991 #. type: textblock
13992 #: ../src/guestfs-actions.pod:4693 ../fish/guestfish-actions.pod:3171
13993 msgid ""
13994 "The kernel module must have been whitelisted when libguestfs was built (see "
13995 "C<appliance/kmod.whitelist.in> in the source)."
13996 msgstr ""
13997
13998 #. type: =head2
13999 #: ../src/guestfs-actions.pod:4700
14000 msgid "guestfs_mount"
14001 msgstr ""
14002
14003 #. type: verbatim
14004 #: ../src/guestfs-actions.pod:4702
14005 #, no-wrap
14006 msgid ""
14007 " int\n"
14008 " guestfs_mount (guestfs_h *g,\n"
14009 "                const char *device,\n"
14010 "                const char *mountpoint);\n"
14011 "\n"
14012 msgstr ""
14013
14014 #. type: textblock
14015 #: ../src/guestfs-actions.pod:4707 ../fish/guestfish-actions.pod:3178
14016 msgid ""
14017 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14018 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14019 "those block devices contain partitions, they will have the usual names (eg. "
14020 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14021 msgstr ""
14022
14023 #. type: textblock
14024 #: ../src/guestfs-actions.pod:4713 ../fish/guestfish-actions.pod:3184
14025 msgid ""
14026 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14027 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14028 "mounted on directories which already exist."
14029 msgstr ""
14030
14031 #. type: textblock
14032 #: ../src/guestfs-actions.pod:4718 ../fish/guestfish-actions.pod:3189
14033 msgid ""
14034 "The mounted filesystem is writable, if we have sufficient permissions on the "
14035 "underlying device."
14036 msgstr ""
14037
14038 #. type: textblock
14039 #: ../src/guestfs-actions.pod:4721
14040 msgid ""
14041 "B<Important note:> When you use this call, the filesystem options C<sync> "
14042 "and C<noatime> are set implicitly.  This was originally done because we "
14043 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14044 "very large negative performance impact and negligible effect on "
14045 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14046 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14047 "(use an empty string for the first parameter if you don't want any options)."
14048 msgstr ""
14049
14050 #. type: =head2
14051 #: ../src/guestfs-actions.pod:4735
14052 msgid "guestfs_mount_loop"
14053 msgstr ""
14054
14055 #. type: verbatim
14056 #: ../src/guestfs-actions.pod:4737
14057 #, no-wrap
14058 msgid ""
14059 " int\n"
14060 " guestfs_mount_loop (guestfs_h *g,\n"
14061 "                     const char *file,\n"
14062 "                     const char *mountpoint);\n"
14063 "\n"
14064 msgstr ""
14065
14066 #. type: textblock
14067 #: ../src/guestfs-actions.pod:4742 ../fish/guestfish-actions.pod:3206
14068 msgid ""
14069 "This command lets you mount C<file> (a filesystem image in a file) on a "
14070 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14071 "mountpoint>."
14072 msgstr ""
14073
14074 #. type: =head2
14075 #: ../src/guestfs-actions.pod:4750
14076 msgid "guestfs_mount_options"
14077 msgstr ""
14078
14079 #. type: verbatim
14080 #: ../src/guestfs-actions.pod:4752
14081 #, no-wrap
14082 msgid ""
14083 " int\n"
14084 " guestfs_mount_options (guestfs_h *g,\n"
14085 "                        const char *options,\n"
14086 "                        const char *device,\n"
14087 "                        const char *mountpoint);\n"
14088 "\n"
14089 msgstr ""
14090
14091 #. type: textblock
14092 #: ../src/guestfs-actions.pod:4758
14093 msgid ""
14094 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14095 "the mount options as for the L<mount(8)> I<-o> flag."
14096 msgstr ""
14097
14098 #. type: textblock
14099 #: ../src/guestfs-actions.pod:4762 ../fish/guestfish-actions.pod:3218
14100 msgid ""
14101 "If the C<options> parameter is an empty string, then no options are passed "
14102 "(all options default to whatever the filesystem uses)."
14103 msgstr ""
14104
14105 #. type: textblock
14106 #: ../src/guestfs-actions.pod:4768 ../src/guestfs-actions.pod:4782
14107 #: ../src/guestfs-actions.pod:4799
14108 msgid "(Added in 1.0.10)"
14109 msgstr ""
14110
14111 #. type: =head2
14112 #: ../src/guestfs-actions.pod:4770
14113 msgid "guestfs_mount_ro"
14114 msgstr ""
14115
14116 #. type: verbatim
14117 #: ../src/guestfs-actions.pod:4772
14118 #, no-wrap
14119 msgid ""
14120 " int\n"
14121 " guestfs_mount_ro (guestfs_h *g,\n"
14122 "                   const char *device,\n"
14123 "                   const char *mountpoint);\n"
14124 "\n"
14125 msgstr ""
14126
14127 #. type: textblock
14128 #: ../src/guestfs-actions.pod:4777
14129 msgid ""
14130 "This is the same as the C<guestfs_mount> command, but it mounts the "
14131 "filesystem with the read-only (I<-o ro>) flag."
14132 msgstr ""
14133
14134 #. type: =head2
14135 #: ../src/guestfs-actions.pod:4784
14136 msgid "guestfs_mount_vfs"
14137 msgstr ""
14138
14139 #. type: verbatim
14140 #: ../src/guestfs-actions.pod:4786
14141 #, no-wrap
14142 msgid ""
14143 " int\n"
14144 " guestfs_mount_vfs (guestfs_h *g,\n"
14145 "                    const char *options,\n"
14146 "                    const char *vfstype,\n"
14147 "                    const char *device,\n"
14148 "                    const char *mountpoint);\n"
14149 "\n"
14150 msgstr ""
14151
14152 #. type: textblock
14153 #: ../src/guestfs-actions.pod:4793
14154 msgid ""
14155 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14156 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14157 "t> flags."
14158 msgstr ""
14159
14160 #. type: =head2
14161 #: ../src/guestfs-actions.pod:4801
14162 msgid "guestfs_mountpoints"
14163 msgstr ""
14164
14165 #. type: verbatim
14166 #: ../src/guestfs-actions.pod:4803
14167 #, no-wrap
14168 msgid ""
14169 " char **\n"
14170 " guestfs_mountpoints (guestfs_h *g);\n"
14171 "\n"
14172 msgstr ""
14173
14174 #. type: textblock
14175 #: ../src/guestfs-actions.pod:4806
14176 msgid ""
14177 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14178 "devices.  This one returns a hash table (map) of device name to directory "
14179 "where the device is mounted."
14180 msgstr ""
14181
14182 #. type: =head2
14183 #: ../src/guestfs-actions.pod:4818
14184 msgid "guestfs_mounts"
14185 msgstr ""
14186
14187 #. type: verbatim
14188 #: ../src/guestfs-actions.pod:4820
14189 #, no-wrap
14190 msgid ""
14191 " char **\n"
14192 " guestfs_mounts (guestfs_h *g);\n"
14193 "\n"
14194 msgstr ""
14195
14196 #. type: textblock
14197 #: ../src/guestfs-actions.pod:4823 ../fish/guestfish-actions.pod:3249
14198 msgid ""
14199 "This returns the list of currently mounted filesystems.  It returns the list "
14200 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14201 msgstr ""
14202
14203 #. type: textblock
14204 #: ../src/guestfs-actions.pod:4826 ../fish/guestfish-actions.pod:3252
14205 msgid "Some internal mounts are not shown."
14206 msgstr ""
14207
14208 #. type: textblock
14209 #: ../src/guestfs-actions.pod:4828
14210 msgid "See also: C<guestfs_mountpoints>"
14211 msgstr ""
14212
14213 #. type: =head2
14214 #: ../src/guestfs-actions.pod:4836
14215 msgid "guestfs_mv"
14216 msgstr ""
14217
14218 #. type: verbatim
14219 #: ../src/guestfs-actions.pod:4838
14220 #, no-wrap
14221 msgid ""
14222 " int\n"
14223 " guestfs_mv (guestfs_h *g,\n"
14224 "             const char *src,\n"
14225 "             const char *dest);\n"
14226 "\n"
14227 msgstr ""
14228
14229 #. type: textblock
14230 #: ../src/guestfs-actions.pod:4843 ../fish/guestfish-actions.pod:3260
14231 msgid ""
14232 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14233 "destination filename or destination directory."
14234 msgstr ""
14235
14236 #. type: =head2
14237 #: ../src/guestfs-actions.pod:4850
14238 msgid "guestfs_ntfs_3g_probe"
14239 msgstr ""
14240
14241 #. type: verbatim
14242 #: ../src/guestfs-actions.pod:4852
14243 #, no-wrap
14244 msgid ""
14245 " int\n"
14246 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14247 "                        int rw,\n"
14248 "                        const char *device);\n"
14249 "\n"
14250 msgstr ""
14251
14252 #. type: textblock
14253 #: ../src/guestfs-actions.pod:4857 ../fish/guestfish-actions.pod:3267
14254 msgid ""
14255 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14256 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14257 "write, and some cannot be mounted at all)."
14258 msgstr ""
14259
14260 #. type: textblock
14261 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3271
14262 msgid ""
14263 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14264 "can be mounted read-write.  Set it to false if you want to test if the "
14265 "volume can be mounted read-only."
14266 msgstr ""
14267
14268 #. type: textblock
14269 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3275
14270 msgid ""
14271 "The return value is an integer which C<0> if the operation would succeed, or "
14272 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14273 msgstr ""
14274
14275 #. type: textblock
14276 #: ../src/guestfs-actions.pod:4871
14277 msgid "(Added in 1.0.43)"
14278 msgstr ""
14279
14280 #. type: =head2
14281 #: ../src/guestfs-actions.pod:4873
14282 msgid "guestfs_ntfsresize"
14283 msgstr ""
14284
14285 #. type: verbatim
14286 #: ../src/guestfs-actions.pod:4875
14287 #, no-wrap
14288 msgid ""
14289 " int\n"
14290 " guestfs_ntfsresize (guestfs_h *g,\n"
14291 "                     const char *device);\n"
14292 "\n"
14293 msgstr ""
14294
14295 #. type: textblock
14296 #: ../src/guestfs-actions.pod:4879 ../fish/guestfish-actions.pod:3283
14297 msgid ""
14298 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14299 "size of the underlying device.  See also L<ntfsresize(8)>."
14300 msgstr ""
14301
14302 #. type: =head2
14303 #: ../src/guestfs-actions.pod:4887
14304 msgid "guestfs_ntfsresize_size"
14305 msgstr ""
14306
14307 #. type: verbatim
14308 #: ../src/guestfs-actions.pod:4889
14309 #, no-wrap
14310 msgid ""
14311 " int\n"
14312 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14313 "                          const char *device,\n"
14314 "                          int64_t size);\n"
14315 "\n"
14316 msgstr ""
14317
14318 #. type: textblock
14319 #: ../src/guestfs-actions.pod:4894
14320 msgid ""
14321 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14322 "to specify the new size (in bytes) explicitly."
14323 msgstr ""
14324
14325 #. type: textblock
14326 #: ../src/guestfs-actions.pod:4899 ../src/guestfs-actions.pod:5335
14327 #: ../src/guestfs-actions.pod:5408 ../src/guestfs-actions.pod:5674
14328 #: ../src/guestfs-actions.pod:7245
14329 msgid "(Added in 1.3.14)"
14330 msgstr ""
14331
14332 #. type: =head2
14333 #: ../src/guestfs-actions.pod:4901
14334 msgid "guestfs_part_add"
14335 msgstr ""
14336
14337 #. type: verbatim
14338 #: ../src/guestfs-actions.pod:4903
14339 #, no-wrap
14340 msgid ""
14341 " int\n"
14342 " guestfs_part_add (guestfs_h *g,\n"
14343 "                   const char *device,\n"
14344 "                   const char *prlogex,\n"
14345 "                   int64_t startsect,\n"
14346 "                   int64_t endsect);\n"
14347 "\n"
14348 msgstr ""
14349
14350 #. type: textblock
14351 #: ../src/guestfs-actions.pod:4910
14352 msgid ""
14353 "This command adds a partition to C<device>.  If there is no partition table "
14354 "on the device, call C<guestfs_part_init> first."
14355 msgstr ""
14356
14357 #. type: textblock
14358 #: ../src/guestfs-actions.pod:4913 ../fish/guestfish-actions.pod:3301
14359 msgid ""
14360 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14361 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14362 "C<logical>) and C<e> (or C<extended>) partition types."
14363 msgstr ""
14364
14365 #. type: textblock
14366 #: ../src/guestfs-actions.pod:4918 ../fish/guestfish-actions.pod:3306
14367 msgid ""
14368 "C<startsect> and C<endsect> are the start and end of the partition in "
14369 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14370 "from the end of the disk (C<-1> is the last sector)."
14371 msgstr ""
14372
14373 #. type: textblock
14374 #: ../src/guestfs-actions.pod:4922
14375 msgid ""
14376 "Creating a partition which covers the whole disk is not so easy.  Use "
14377 "C<guestfs_part_disk> to do that."
14378 msgstr ""
14379
14380 #. type: textblock
14381 #: ../src/guestfs-actions.pod:4927 ../src/guestfs-actions.pod:4965
14382 #: ../src/guestfs-actions.pod:5018 ../src/guestfs-actions.pod:5096
14383 #: ../src/guestfs-actions.pod:5134 ../src/guestfs-actions.pod:5153
14384 #: ../src/guestfs-actions.pod:5193
14385 msgid "(Added in 1.0.78)"
14386 msgstr ""
14387
14388 #. type: =head2
14389 #: ../src/guestfs-actions.pod:4929
14390 msgid "guestfs_part_del"
14391 msgstr ""
14392
14393 #. type: verbatim
14394 #: ../src/guestfs-actions.pod:4931
14395 #, no-wrap
14396 msgid ""
14397 " int\n"
14398 " guestfs_part_del (guestfs_h *g,\n"
14399 "                   const char *device,\n"
14400 "                   int partnum);\n"
14401 "\n"
14402 msgstr ""
14403
14404 #. type: textblock
14405 #: ../src/guestfs-actions.pod:4936 ../fish/guestfish-actions.pod:3317
14406 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14407 msgstr ""
14408
14409 #. type: textblock
14410 #: ../src/guestfs-actions.pod:4938 ../fish/guestfish-actions.pod:3319
14411 msgid ""
14412 "Note that in the case of MBR partitioning, deleting an extended partition "
14413 "also deletes any logical partitions it contains."
14414 msgstr ""
14415
14416 #. type: =head2
14417 #: ../src/guestfs-actions.pod:4946
14418 msgid "guestfs_part_disk"
14419 msgstr ""
14420
14421 #. type: verbatim
14422 #: ../src/guestfs-actions.pod:4948
14423 #, no-wrap
14424 msgid ""
14425 " int\n"
14426 " guestfs_part_disk (guestfs_h *g,\n"
14427 "                    const char *device,\n"
14428 "                    const char *parttype);\n"
14429 "\n"
14430 msgstr ""
14431
14432 #. type: textblock
14433 #: ../src/guestfs-actions.pod:4953
14434 msgid ""
14435 "This command is simply a combination of C<guestfs_part_init> followed by "
14436 "C<guestfs_part_add> to create a single primary partition covering the whole "
14437 "disk."
14438 msgstr ""
14439
14440 #. type: textblock
14441 #: ../src/guestfs-actions.pod:4957
14442 msgid ""
14443 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14444 "possible values are described in C<guestfs_part_init>."
14445 msgstr ""
14446
14447 #. type: =head2
14448 #: ../src/guestfs-actions.pod:4967
14449 msgid "guestfs_part_get_bootable"
14450 msgstr ""
14451
14452 #. type: verbatim
14453 #: ../src/guestfs-actions.pod:4969
14454 #, no-wrap
14455 msgid ""
14456 " int\n"
14457 " guestfs_part_get_bootable (guestfs_h *g,\n"
14458 "                            const char *device,\n"
14459 "                            int partnum);\n"
14460 "\n"
14461 msgstr ""
14462
14463 #. type: textblock
14464 #: ../src/guestfs-actions.pod:4974 ../fish/guestfish-actions.pod:3341
14465 msgid ""
14466 "This command returns true if the partition C<partnum> on C<device> has the "
14467 "bootable flag set."
14468 msgstr ""
14469
14470 #. type: textblock
14471 #: ../src/guestfs-actions.pod:4977
14472 msgid "See also C<guestfs_part_set_bootable>."
14473 msgstr ""
14474
14475 #. type: =head2
14476 #: ../src/guestfs-actions.pod:4983
14477 msgid "guestfs_part_get_mbr_id"
14478 msgstr ""
14479
14480 #. type: verbatim
14481 #: ../src/guestfs-actions.pod:4985
14482 #, no-wrap
14483 msgid ""
14484 " int\n"
14485 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14486 "                          const char *device,\n"
14487 "                          int partnum);\n"
14488 "\n"
14489 msgstr ""
14490
14491 #. type: textblock
14492 #: ../src/guestfs-actions.pod:4990 ../fish/guestfish-actions.pod:3350
14493 msgid ""
14494 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14495 "partition C<partnum>."
14496 msgstr ""
14497
14498 #. type: textblock
14499 #: ../src/guestfs-actions.pod:4993 ../src/guestfs-actions.pod:5169
14500 msgid ""
14501 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14502 "undefined results for other partition table types (see "
14503 "C<guestfs_part_get_parttype>)."
14504 msgstr ""
14505
14506 #. type: =head2
14507 #: ../src/guestfs-actions.pod:5001
14508 msgid "guestfs_part_get_parttype"
14509 msgstr ""
14510
14511 #. type: verbatim
14512 #: ../src/guestfs-actions.pod:5003
14513 #, no-wrap
14514 msgid ""
14515 " char *\n"
14516 " guestfs_part_get_parttype (guestfs_h *g,\n"
14517 "                            const char *device);\n"
14518 "\n"
14519 msgstr ""
14520
14521 #. type: textblock
14522 #: ../src/guestfs-actions.pod:5007 ../fish/guestfish-actions.pod:3361
14523 msgid ""
14524 "This command examines the partition table on C<device> and returns the "
14525 "partition table type (format) being used."
14526 msgstr ""
14527
14528 #. type: textblock
14529 #: ../src/guestfs-actions.pod:5010
14530 msgid ""
14531 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
14532 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
14533 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14534 msgstr ""
14535
14536 #. type: =head2
14537 #: ../src/guestfs-actions.pod:5020
14538 msgid "guestfs_part_init"
14539 msgstr ""
14540
14541 #. type: verbatim
14542 #: ../src/guestfs-actions.pod:5022
14543 #, no-wrap
14544 msgid ""
14545 " int\n"
14546 " guestfs_part_init (guestfs_h *g,\n"
14547 "                    const char *device,\n"
14548 "                    const char *parttype);\n"
14549 "\n"
14550 msgstr ""
14551
14552 #. type: textblock
14553 #: ../src/guestfs-actions.pod:5027 ../fish/guestfish-actions.pod:3373
14554 msgid ""
14555 "This creates an empty partition table on C<device> of one of the partition "
14556 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14557 "(for large disks)."
14558 msgstr ""
14559
14560 #. type: textblock
14561 #: ../src/guestfs-actions.pod:5031
14562 msgid ""
14563 "Initially there are no partitions.  Following this, you should call "
14564 "C<guestfs_part_add> for each partition required."
14565 msgstr ""
14566
14567 #. type: textblock
14568 #: ../src/guestfs-actions.pod:5034 ../fish/guestfish-actions.pod:3380
14569 msgid "Possible values for C<parttype> are:"
14570 msgstr ""
14571
14572 #. type: =item
14573 #: ../src/guestfs-actions.pod:5038 ../fish/guestfish-actions.pod:3384
14574 msgid "B<efi> | B<gpt>"
14575 msgstr ""
14576
14577 #. type: textblock
14578 #: ../src/guestfs-actions.pod:5040 ../fish/guestfish-actions.pod:3386
14579 msgid "Intel EFI / GPT partition table."
14580 msgstr ""
14581
14582 #. type: textblock
14583 #: ../src/guestfs-actions.pod:5042 ../fish/guestfish-actions.pod:3388
14584 msgid ""
14585 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14586 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14587 "the C<mbr> format."
14588 msgstr ""
14589
14590 #. type: =item
14591 #: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3392
14592 msgid "B<mbr> | B<msdos>"
14593 msgstr ""
14594
14595 #. type: textblock
14596 #: ../src/guestfs-actions.pod:5048 ../fish/guestfish-actions.pod:3394
14597 msgid ""
14598 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
14599 "Windows.  This partition type will B<only> work for device sizes up to 2 "
14600 "TB.  For large disks we recommend using C<gpt>."
14601 msgstr ""
14602
14603 #. type: textblock
14604 #: ../src/guestfs-actions.pod:5055 ../fish/guestfish-actions.pod:3401
14605 msgid ""
14606 "Other partition table types that may work but are not supported include:"
14607 msgstr ""
14608
14609 #. type: =item
14610 #: ../src/guestfs-actions.pod:5060 ../fish/guestfish-actions.pod:3406
14611 msgid "B<aix>"
14612 msgstr ""
14613
14614 #. type: textblock
14615 #: ../src/guestfs-actions.pod:5062 ../fish/guestfish-actions.pod:3408
14616 msgid "AIX disk labels."
14617 msgstr ""
14618
14619 #. type: =item
14620 #: ../src/guestfs-actions.pod:5064 ../fish/guestfish-actions.pod:3410
14621 msgid "B<amiga> | B<rdb>"
14622 msgstr ""
14623
14624 #. type: textblock
14625 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3412
14626 msgid "Amiga \"Rigid Disk Block\" format."
14627 msgstr ""
14628
14629 #. type: =item
14630 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
14631 msgid "B<bsd>"
14632 msgstr ""
14633
14634 #. type: textblock
14635 #: ../src/guestfs-actions.pod:5070 ../fish/guestfish-actions.pod:3416
14636 msgid "BSD disk labels."
14637 msgstr ""
14638
14639 #. type: =item
14640 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3418
14641 msgid "B<dasd>"
14642 msgstr ""
14643
14644 #. type: textblock
14645 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3420
14646 msgid "DASD, used on IBM mainframes."
14647 msgstr ""
14648
14649 #. type: =item
14650 #: ../src/guestfs-actions.pod:5076 ../fish/guestfish-actions.pod:3422
14651 msgid "B<dvh>"
14652 msgstr ""
14653
14654 #. type: textblock
14655 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3424
14656 msgid "MIPS/SGI volumes."
14657 msgstr ""
14658
14659 #. type: =item
14660 #: ../src/guestfs-actions.pod:5080 ../fish/guestfish-actions.pod:3426
14661 msgid "B<mac>"
14662 msgstr ""
14663
14664 #. type: textblock
14665 #: ../src/guestfs-actions.pod:5082 ../fish/guestfish-actions.pod:3428
14666 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
14667 msgstr ""
14668
14669 #. type: =item
14670 #: ../src/guestfs-actions.pod:5084 ../fish/guestfish-actions.pod:3430
14671 msgid "B<pc98>"
14672 msgstr ""
14673
14674 #. type: textblock
14675 #: ../src/guestfs-actions.pod:5086 ../fish/guestfish-actions.pod:3432
14676 msgid "NEC PC-98 format, common in Japan apparently."
14677 msgstr ""
14678
14679 #. type: =item
14680 #: ../src/guestfs-actions.pod:5088 ../fish/guestfish-actions.pod:3434
14681 msgid "B<sun>"
14682 msgstr ""
14683
14684 #. type: textblock
14685 #: ../src/guestfs-actions.pod:5090 ../fish/guestfish-actions.pod:3436
14686 msgid "Sun disk labels."
14687 msgstr ""
14688
14689 #. type: =head2
14690 #: ../src/guestfs-actions.pod:5098
14691 msgid "guestfs_part_list"
14692 msgstr ""
14693
14694 #. type: verbatim
14695 #: ../src/guestfs-actions.pod:5100
14696 #, no-wrap
14697 msgid ""
14698 " struct guestfs_partition_list *\n"
14699 " guestfs_part_list (guestfs_h *g,\n"
14700 "                    const char *device);\n"
14701 "\n"
14702 msgstr ""
14703
14704 #. type: textblock
14705 #: ../src/guestfs-actions.pod:5104 ../fish/guestfish-actions.pod:3444
14706 msgid ""
14707 "This command parses the partition table on C<device> and returns the list of "
14708 "partitions found."
14709 msgstr ""
14710
14711 #. type: textblock
14712 #: ../src/guestfs-actions.pod:5107 ../fish/guestfish-actions.pod:3447
14713 msgid "The fields in the returned structure are:"
14714 msgstr ""
14715
14716 #. type: =item
14717 #: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3451
14718 msgid "B<part_num>"
14719 msgstr ""
14720
14721 #. type: textblock
14722 #: ../src/guestfs-actions.pod:5113 ../fish/guestfish-actions.pod:3453
14723 msgid "Partition number, counting from 1."
14724 msgstr ""
14725
14726 #. type: =item
14727 #: ../src/guestfs-actions.pod:5115 ../fish/guestfish-actions.pod:3455
14728 msgid "B<part_start>"
14729 msgstr ""
14730
14731 #. type: textblock
14732 #: ../src/guestfs-actions.pod:5117
14733 msgid ""
14734 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
14735 "the device's sector size, see C<guestfs_blockdev_getss>."
14736 msgstr ""
14737
14738 #. type: =item
14739 #: ../src/guestfs-actions.pod:5120 ../fish/guestfish-actions.pod:3460
14740 msgid "B<part_end>"
14741 msgstr ""
14742
14743 #. type: textblock
14744 #: ../src/guestfs-actions.pod:5122 ../fish/guestfish-actions.pod:3462
14745 msgid "End of the partition in bytes."
14746 msgstr ""
14747
14748 #. type: =item
14749 #: ../src/guestfs-actions.pod:5124 ../fish/guestfish-actions.pod:3464
14750 msgid "B<part_size>"
14751 msgstr ""
14752
14753 #. type: textblock
14754 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3466
14755 msgid "Size of the partition in bytes."
14756 msgstr ""
14757
14758 #. type: textblock
14759 #: ../src/guestfs-actions.pod:5130
14760 msgid ""
14761 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14762 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14763 "use>."
14764 msgstr ""
14765
14766 #. type: =head2
14767 #: ../src/guestfs-actions.pod:5136
14768 msgid "guestfs_part_set_bootable"
14769 msgstr ""
14770
14771 #. type: verbatim
14772 #: ../src/guestfs-actions.pod:5138
14773 #, no-wrap
14774 msgid ""
14775 " int\n"
14776 " guestfs_part_set_bootable (guestfs_h *g,\n"
14777 "                            const char *device,\n"
14778 "                            int partnum,\n"
14779 "                            int bootable);\n"
14780 "\n"
14781 msgstr ""
14782
14783 #. type: textblock
14784 #: ../src/guestfs-actions.pod:5144 ../fish/guestfish-actions.pod:3474
14785 msgid ""
14786 "This sets the bootable flag on partition numbered C<partnum> on device "
14787 "C<device>.  Note that partitions are numbered from 1."
14788 msgstr ""
14789
14790 #. type: textblock
14791 #: ../src/guestfs-actions.pod:5147 ../fish/guestfish-actions.pod:3477
14792 msgid ""
14793 "The bootable flag is used by some operating systems (notably Windows) to "
14794 "determine which partition to boot from.  It is by no means universally "
14795 "recognized."
14796 msgstr ""
14797
14798 #. type: =head2
14799 #: ../src/guestfs-actions.pod:5155
14800 msgid "guestfs_part_set_mbr_id"
14801 msgstr ""
14802
14803 #. type: verbatim
14804 #: ../src/guestfs-actions.pod:5157
14805 #, no-wrap
14806 msgid ""
14807 " int\n"
14808 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14809 "                          const char *device,\n"
14810 "                          int partnum,\n"
14811 "                          int idbyte);\n"
14812 "\n"
14813 msgstr ""
14814
14815 #. type: textblock
14816 #: ../src/guestfs-actions.pod:5163 ../fish/guestfish-actions.pod:3485
14817 msgid ""
14818 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14819 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14820 "documentation are in fact hexadecimal numbers, but usually documented "
14821 "without any leading \"0x\" which might be confusing."
14822 msgstr ""
14823
14824 #. type: =head2
14825 #: ../src/guestfs-actions.pod:5177
14826 msgid "guestfs_part_set_name"
14827 msgstr ""
14828
14829 #. type: verbatim
14830 #: ../src/guestfs-actions.pod:5179
14831 #, no-wrap
14832 msgid ""
14833 " int\n"
14834 " guestfs_part_set_name (guestfs_h *g,\n"
14835 "                        const char *device,\n"
14836 "                        int partnum,\n"
14837 "                        const char *name);\n"
14838 "\n"
14839 msgstr ""
14840
14841 #. type: textblock
14842 #: ../src/guestfs-actions.pod:5185 ../fish/guestfish-actions.pod:3499
14843 msgid ""
14844 "This sets the partition name on partition numbered C<partnum> on device "
14845 "C<device>.  Note that partitions are numbered from 1."
14846 msgstr ""
14847
14848 #. type: textblock
14849 #: ../src/guestfs-actions.pod:5188 ../fish/guestfish-actions.pod:3502
14850 msgid ""
14851 "The partition name can only be set on certain types of partition table.  "
14852 "This works on C<gpt> but not on C<mbr> partitions."
14853 msgstr ""
14854
14855 #. type: =head2
14856 #: ../src/guestfs-actions.pod:5195
14857 msgid "guestfs_part_to_dev"
14858 msgstr ""
14859
14860 #. type: verbatim
14861 #: ../src/guestfs-actions.pod:5197
14862 #, no-wrap
14863 msgid ""
14864 " char *\n"
14865 " guestfs_part_to_dev (guestfs_h *g,\n"
14866 "                      const char *partition);\n"
14867 "\n"
14868 msgstr ""
14869
14870 #. type: textblock
14871 #: ../src/guestfs-actions.pod:5201 ../fish/guestfish-actions.pod:3509
14872 msgid ""
14873 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14874 "partition number, returning the device name (eg. \"/dev/sdb\")."
14875 msgstr ""
14876
14877 #. type: textblock
14878 #: ../src/guestfs-actions.pod:5205
14879 msgid ""
14880 "The named partition must exist, for example as a string returned from "
14881 "C<guestfs_list_partitions>."
14882 msgstr ""
14883
14884 #. type: =head2
14885 #: ../src/guestfs-actions.pod:5213
14886 msgid "guestfs_ping_daemon"
14887 msgstr ""
14888
14889 #. type: verbatim
14890 #: ../src/guestfs-actions.pod:5215
14891 #, no-wrap
14892 msgid ""
14893 " int\n"
14894 " guestfs_ping_daemon (guestfs_h *g);\n"
14895 "\n"
14896 msgstr ""
14897
14898 #. type: textblock
14899 #: ../src/guestfs-actions.pod:5218 ../fish/guestfish-actions.pod:3520
14900 msgid ""
14901 "This is a test probe into the guestfs daemon running inside the qemu "
14902 "subprocess.  Calling this function checks that the daemon responds to the "
14903 "ping message, without affecting the daemon or attached block device(s) in "
14904 "any other way."
14905 msgstr ""
14906
14907 #. type: =head2
14908 #: ../src/guestfs-actions.pod:5227
14909 msgid "guestfs_pread"
14910 msgstr ""
14911
14912 #. type: verbatim
14913 #: ../src/guestfs-actions.pod:5229
14914 #, no-wrap
14915 msgid ""
14916 " char *\n"
14917 " guestfs_pread (guestfs_h *g,\n"
14918 "                const char *path,\n"
14919 "                int count,\n"
14920 "                int64_t offset,\n"
14921 "                size_t *size_r);\n"
14922 "\n"
14923 msgstr ""
14924
14925 #. type: textblock
14926 #: ../src/guestfs-actions.pod:5236 ../fish/guestfish-actions.pod:3529
14927 msgid ""
14928 "This command lets you read part of a file.  It reads C<count> bytes of the "
14929 "file, starting at C<offset>, from file C<path>."
14930 msgstr ""
14931
14932 #. type: textblock
14933 #: ../src/guestfs-actions.pod:5239 ../src/guestfs-actions.pod:5265
14934 #: ../fish/guestfish-actions.pod:3532 ../fish/guestfish-actions.pod:3547
14935 msgid ""
14936 "This may read fewer bytes than requested.  For further details see the "
14937 "L<pread(2)> system call."
14938 msgstr ""
14939
14940 #. type: textblock
14941 #: ../src/guestfs-actions.pod:5242
14942 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14943 msgstr ""
14944
14945 #. type: =head2
14946 #: ../src/guestfs-actions.pod:5253
14947 msgid "guestfs_pread_device"
14948 msgstr ""
14949
14950 #. type: verbatim
14951 #: ../src/guestfs-actions.pod:5255
14952 #, no-wrap
14953 msgid ""
14954 " char *\n"
14955 " guestfs_pread_device (guestfs_h *g,\n"
14956 "                       const char *device,\n"
14957 "                       int count,\n"
14958 "                       int64_t offset,\n"
14959 "                       size_t *size_r);\n"
14960 "\n"
14961 msgstr ""
14962
14963 #. type: textblock
14964 #: ../src/guestfs-actions.pod:5262 ../fish/guestfish-actions.pod:3544
14965 msgid ""
14966 "This command lets you read part of a file.  It reads C<count> bytes of "
14967 "C<device>, starting at C<offset>."
14968 msgstr ""
14969
14970 #. type: textblock
14971 #: ../src/guestfs-actions.pod:5268
14972 msgid "See also C<guestfs_pread>."
14973 msgstr ""
14974
14975 #. type: textblock
14976 #: ../src/guestfs-actions.pod:5277
14977 msgid "(Added in 1.5.21)"
14978 msgstr ""
14979
14980 #. type: =head2
14981 #: ../src/guestfs-actions.pod:5279
14982 msgid "guestfs_pvcreate"
14983 msgstr ""
14984
14985 #. type: verbatim
14986 #: ../src/guestfs-actions.pod:5281
14987 #, no-wrap
14988 msgid ""
14989 " int\n"
14990 " guestfs_pvcreate (guestfs_h *g,\n"
14991 "                   const char *device);\n"
14992 "\n"
14993 msgstr ""
14994
14995 #. type: textblock
14996 #: ../src/guestfs-actions.pod:5285 ../fish/guestfish-actions.pod:3559
14997 msgid ""
14998 "This creates an LVM physical volume on the named C<device>, where C<device> "
14999 "should usually be a partition name such as C</dev/sda1>."
15000 msgstr ""
15001
15002 #. type: =head2
15003 #: ../src/guestfs-actions.pod:5293
15004 msgid "guestfs_pvremove"
15005 msgstr ""
15006
15007 #. type: verbatim
15008 #: ../src/guestfs-actions.pod:5295
15009 #, no-wrap
15010 msgid ""
15011 " int\n"
15012 " guestfs_pvremove (guestfs_h *g,\n"
15013 "                   const char *device);\n"
15014 "\n"
15015 msgstr ""
15016
15017 #. type: textblock
15018 #: ../src/guestfs-actions.pod:5299 ../fish/guestfish-actions.pod:3567
15019 msgid ""
15020 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15021 "it."
15022 msgstr ""
15023
15024 #. type: textblock
15025 #: ../src/guestfs-actions.pod:5302 ../fish/guestfish-actions.pod:3570
15026 msgid ""
15027 "The implementation uses the C<pvremove> command which refuses to wipe "
15028 "physical volumes that contain any volume groups, so you have to remove those "
15029 "first."
15030 msgstr ""
15031
15032 #. type: =head2
15033 #: ../src/guestfs-actions.pod:5310
15034 msgid "guestfs_pvresize"
15035 msgstr ""
15036
15037 #. type: verbatim
15038 #: ../src/guestfs-actions.pod:5312
15039 #, no-wrap
15040 msgid ""
15041 " int\n"
15042 " guestfs_pvresize (guestfs_h *g,\n"
15043 "                   const char *device);\n"
15044 "\n"
15045 msgstr ""
15046
15047 #. type: textblock
15048 #: ../src/guestfs-actions.pod:5316 ../fish/guestfish-actions.pod:3578
15049 msgid ""
15050 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15051 "the new size of the underlying device."
15052 msgstr ""
15053
15054 #. type: =head2
15055 #: ../src/guestfs-actions.pod:5323
15056 msgid "guestfs_pvresize_size"
15057 msgstr ""
15058
15059 #. type: verbatim
15060 #: ../src/guestfs-actions.pod:5325
15061 #, no-wrap
15062 msgid ""
15063 " int\n"
15064 " guestfs_pvresize_size (guestfs_h *g,\n"
15065 "                        const char *device,\n"
15066 "                        int64_t size);\n"
15067 "\n"
15068 msgstr ""
15069
15070 #. type: textblock
15071 #: ../src/guestfs-actions.pod:5330
15072 msgid ""
15073 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15074 "specify the new size (in bytes) explicitly."
15075 msgstr ""
15076
15077 #. type: =head2
15078 #: ../src/guestfs-actions.pod:5337
15079 msgid "guestfs_pvs"
15080 msgstr ""
15081
15082 #. type: verbatim
15083 #: ../src/guestfs-actions.pod:5339
15084 #, no-wrap
15085 msgid ""
15086 " char **\n"
15087 " guestfs_pvs (guestfs_h *g);\n"
15088 "\n"
15089 msgstr ""
15090
15091 #. type: textblock
15092 #: ../src/guestfs-actions.pod:5342 ../fish/guestfish-actions.pod:3592
15093 msgid ""
15094 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15095 "(8)> command."
15096 msgstr ""
15097
15098 #. type: textblock
15099 #: ../src/guestfs-actions.pod:5345 ../fish/guestfish-actions.pod:3595
15100 msgid ""
15101 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15102 "sda2>)."
15103 msgstr ""
15104
15105 #. type: textblock
15106 #: ../src/guestfs-actions.pod:5348
15107 msgid "See also C<guestfs_pvs_full>."
15108 msgstr ""
15109
15110 #. type: =head2
15111 #: ../src/guestfs-actions.pod:5356
15112 msgid "guestfs_pvs_full"
15113 msgstr ""
15114
15115 #. type: verbatim
15116 #: ../src/guestfs-actions.pod:5358
15117 #, no-wrap
15118 msgid ""
15119 " struct guestfs_lvm_pv_list *\n"
15120 " guestfs_pvs_full (guestfs_h *g);\n"
15121 "\n"
15122 msgstr ""
15123
15124 #. type: textblock
15125 #: ../src/guestfs-actions.pod:5361 ../fish/guestfish-actions.pod:3604
15126 msgid ""
15127 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15128 "(8)> command.  The \"full\" version includes all fields."
15129 msgstr ""
15130
15131 #. type: textblock
15132 #: ../src/guestfs-actions.pod:5364
15133 msgid ""
15134 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15135 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15136 msgstr ""
15137
15138 #. type: =head2
15139 #: ../src/guestfs-actions.pod:5370
15140 msgid "guestfs_pvuuid"
15141 msgstr ""
15142
15143 #. type: verbatim
15144 #: ../src/guestfs-actions.pod:5372
15145 #, no-wrap
15146 msgid ""
15147 " char *\n"
15148 " guestfs_pvuuid (guestfs_h *g,\n"
15149 "                 const char *device);\n"
15150 "\n"
15151 msgstr ""
15152
15153 #. type: textblock
15154 #: ../src/guestfs-actions.pod:5376 ../fish/guestfish-actions.pod:3611
15155 msgid "This command returns the UUID of the LVM PV C<device>."
15156 msgstr ""
15157
15158 #. type: =head2
15159 #: ../src/guestfs-actions.pod:5383
15160 msgid "guestfs_pwrite"
15161 msgstr ""
15162
15163 #. type: verbatim
15164 #: ../src/guestfs-actions.pod:5385
15165 #, no-wrap
15166 msgid ""
15167 " int\n"
15168 " guestfs_pwrite (guestfs_h *g,\n"
15169 "                 const char *path,\n"
15170 "                 const char *content,\n"
15171 "                 size_t content_size,\n"
15172 "                 int64_t offset);\n"
15173 "\n"
15174 msgstr ""
15175
15176 #. type: textblock
15177 #: ../src/guestfs-actions.pod:5392 ../fish/guestfish-actions.pod:3617
15178 msgid ""
15179 "This command writes to part of a file.  It writes the data buffer C<content> "
15180 "to the file C<path> starting at offset C<offset>."
15181 msgstr ""
15182
15183 #. type: textblock
15184 #: ../src/guestfs-actions.pod:5395 ../fish/guestfish-actions.pod:3620
15185 msgid ""
15186 "This command implements the L<pwrite(2)> system call, and like that system "
15187 "call it may not write the full data requested.  The return value is the "
15188 "number of bytes that were actually written to the file.  This could even be "
15189 "0, although short writes are unlikely for regular files in ordinary "
15190 "circumstances."
15191 msgstr ""
15192
15193 #. type: textblock
15194 #: ../src/guestfs-actions.pod:5401
15195 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15196 msgstr ""
15197
15198 #. type: =head2
15199 #: ../src/guestfs-actions.pod:5410
15200 msgid "guestfs_pwrite_device"
15201 msgstr ""
15202
15203 #. type: verbatim
15204 #: ../src/guestfs-actions.pod:5412
15205 #, no-wrap
15206 msgid ""
15207 " int\n"
15208 " guestfs_pwrite_device (guestfs_h *g,\n"
15209 "                        const char *device,\n"
15210 "                        const char *content,\n"
15211 "                        size_t content_size,\n"
15212 "                        int64_t offset);\n"
15213 "\n"
15214 msgstr ""
15215
15216 #. type: textblock
15217 #: ../src/guestfs-actions.pod:5419 ../fish/guestfish-actions.pod:3635
15218 msgid ""
15219 "This command writes to part of a device.  It writes the data buffer "
15220 "C<content> to C<device> starting at offset C<offset>."
15221 msgstr ""
15222
15223 #. type: textblock
15224 #: ../src/guestfs-actions.pod:5422 ../fish/guestfish-actions.pod:3638
15225 msgid ""
15226 "This command implements the L<pwrite(2)> system call, and like that system "
15227 "call it may not write the full data requested (although short writes to disk "
15228 "devices and partitions are probably impossible with standard Linux kernels)."
15229 msgstr ""
15230
15231 #. type: textblock
15232 #: ../src/guestfs-actions.pod:5427
15233 msgid "See also C<guestfs_pwrite>."
15234 msgstr ""
15235
15236 #. type: textblock
15237 #: ../src/guestfs-actions.pod:5434
15238 msgid "(Added in 1.5.20)"
15239 msgstr ""
15240
15241 #. type: =head2
15242 #: ../src/guestfs-actions.pod:5436
15243 msgid "guestfs_read_file"
15244 msgstr ""
15245
15246 #. type: verbatim
15247 #: ../src/guestfs-actions.pod:5438
15248 #, no-wrap
15249 msgid ""
15250 " char *\n"
15251 " guestfs_read_file (guestfs_h *g,\n"
15252 "                    const char *path,\n"
15253 "                    size_t *size_r);\n"
15254 "\n"
15255 msgstr ""
15256
15257 #. type: textblock
15258 #: ../src/guestfs-actions.pod:5443 ../fish/guestfish-actions.pod:3652
15259 msgid "This calls returns the contents of the file C<path> as a buffer."
15260 msgstr ""
15261
15262 #. type: textblock
15263 #: ../src/guestfs-actions.pod:5446
15264 msgid ""
15265 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15266 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15267 "function is limited in the total size of file that can be handled."
15268 msgstr ""
15269
15270 #. type: textblock
15271 #: ../src/guestfs-actions.pod:5458
15272 msgid "(Added in 1.0.63)"
15273 msgstr ""
15274
15275 #. type: =head2
15276 #: ../src/guestfs-actions.pod:5460
15277 msgid "guestfs_read_lines"
15278 msgstr ""
15279
15280 #. type: verbatim
15281 #: ../src/guestfs-actions.pod:5462
15282 #, no-wrap
15283 msgid ""
15284 " char **\n"
15285 " guestfs_read_lines (guestfs_h *g,\n"
15286 "                     const char *path);\n"
15287 "\n"
15288 msgstr ""
15289
15290 #. type: textblock
15291 #: ../src/guestfs-actions.pod:5468 ../fish/guestfish-actions.pod:3669
15292 msgid ""
15293 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15294 "C<CRLF> character sequences are I<not> returned."
15295 msgstr ""
15296
15297 #. type: textblock
15298 #: ../src/guestfs-actions.pod:5471
15299 msgid ""
15300 "Note that this function cannot correctly handle binary files (specifically, "
15301 "files containing C<\\0> character which is treated as end of line).  For "
15302 "those you need to use the C<guestfs_read_file> function which has a more "
15303 "complex interface."
15304 msgstr ""
15305
15306 #. type: =head2
15307 #: ../src/guestfs-actions.pod:5482
15308 msgid "guestfs_readdir"
15309 msgstr ""
15310
15311 #. type: verbatim
15312 #: ../src/guestfs-actions.pod:5484
15313 #, no-wrap
15314 msgid ""
15315 " struct guestfs_dirent_list *\n"
15316 " guestfs_readdir (guestfs_h *g,\n"
15317 "                  const char *dir);\n"
15318 "\n"
15319 msgstr ""
15320
15321 #. type: textblock
15322 #: ../src/guestfs-actions.pod:5488 ../fish/guestfish-actions.pod:3681
15323 msgid "This returns the list of directory entries in directory C<dir>."
15324 msgstr ""
15325
15326 #. type: textblock
15327 #: ../src/guestfs-actions.pod:5490 ../fish/guestfish-actions.pod:3683
15328 msgid ""
15329 "All entries in the directory are returned, including C<.> and C<..>.  The "
15330 "entries are I<not> sorted, but returned in the same order as the underlying "
15331 "filesystem."
15332 msgstr ""
15333
15334 #. type: textblock
15335 #: ../src/guestfs-actions.pod:5494 ../fish/guestfish-actions.pod:3687
15336 msgid ""
15337 "Also this call returns basic file type information about each file.  The "
15338 "C<ftyp> field will contain one of the following characters:"
15339 msgstr ""
15340
15341 #. type: =item
15342 #: ../src/guestfs-actions.pod:5499 ../fish/guestfish-actions.pod:3692
15343 msgid "'b'"
15344 msgstr ""
15345
15346 #. type: textblock
15347 #: ../src/guestfs-actions.pod:5501 ../fish/guestfish-actions.pod:3694
15348 msgid "Block special"
15349 msgstr ""
15350
15351 #. type: =item
15352 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
15353 msgid "'c'"
15354 msgstr ""
15355
15356 #. type: textblock
15357 #: ../src/guestfs-actions.pod:5505 ../fish/guestfish-actions.pod:3698
15358 msgid "Char special"
15359 msgstr ""
15360
15361 #. type: =item
15362 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
15363 msgid "'d'"
15364 msgstr ""
15365
15366 #. type: textblock
15367 #: ../src/guestfs-actions.pod:5509 ../fish/guestfish-actions.pod:3702
15368 msgid "Directory"
15369 msgstr ""
15370
15371 #. type: =item
15372 #: ../src/guestfs-actions.pod:5511 ../fish/guestfish-actions.pod:3704
15373 msgid "'f'"
15374 msgstr ""
15375
15376 #. type: textblock
15377 #: ../src/guestfs-actions.pod:5513 ../fish/guestfish-actions.pod:3706
15378 msgid "FIFO (named pipe)"
15379 msgstr ""
15380
15381 #. type: =item
15382 #: ../src/guestfs-actions.pod:5515 ../fish/guestfish-actions.pod:3708
15383 msgid "'l'"
15384 msgstr ""
15385
15386 #. type: textblock
15387 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3710
15388 msgid "Symbolic link"
15389 msgstr ""
15390
15391 #. type: =item
15392 #: ../src/guestfs-actions.pod:5519 ../fish/guestfish-actions.pod:3712
15393 msgid "'r'"
15394 msgstr ""
15395
15396 #. type: textblock
15397 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3714
15398 msgid "Regular file"
15399 msgstr ""
15400
15401 #. type: =item
15402 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3716
15403 msgid "'s'"
15404 msgstr ""
15405
15406 #. type: textblock
15407 #: ../src/guestfs-actions.pod:5525 ../fish/guestfish-actions.pod:3718
15408 msgid "Socket"
15409 msgstr ""
15410
15411 #. type: =item
15412 #: ../src/guestfs-actions.pod:5527 ../fish/guestfish-actions.pod:3720
15413 msgid "'u'"
15414 msgstr ""
15415
15416 #. type: textblock
15417 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3722
15418 msgid "Unknown file type"
15419 msgstr ""
15420
15421 #. type: =item
15422 #: ../src/guestfs-actions.pod:5531 ../fish/guestfish-actions.pod:3724
15423 msgid "'?'"
15424 msgstr ""
15425
15426 #. type: textblock
15427 #: ../src/guestfs-actions.pod:5533 ../fish/guestfish-actions.pod:3726
15428 msgid ""
15429 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
15430 msgstr ""
15431
15432 #. type: textblock
15433 #: ../src/guestfs-actions.pod:5538
15434 msgid ""
15435 "This function is primarily intended for use by programs.  To get a simple "
15436 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
15437 "consumption, use C<guestfs_ll>."
15438 msgstr ""
15439
15440 #. type: textblock
15441 #: ../src/guestfs-actions.pod:5542
15442 msgid ""
15443 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
15444 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
15445 msgstr ""
15446
15447 #. type: =head2
15448 #: ../src/guestfs-actions.pod:5548
15449 msgid "guestfs_readlink"
15450 msgstr ""
15451
15452 #. type: verbatim
15453 #: ../src/guestfs-actions.pod:5550
15454 #, no-wrap
15455 msgid ""
15456 " char *\n"
15457 " guestfs_readlink (guestfs_h *g,\n"
15458 "                   const char *path);\n"
15459 "\n"
15460 msgstr ""
15461
15462 #. type: textblock
15463 #: ../src/guestfs-actions.pod:5554 ../fish/guestfish-actions.pod:3739
15464 msgid "This command reads the target of a symbolic link."
15465 msgstr ""
15466
15467 #. type: =head2
15468 #: ../src/guestfs-actions.pod:5561
15469 msgid "guestfs_readlinklist"
15470 msgstr ""
15471
15472 #. type: verbatim
15473 #: ../src/guestfs-actions.pod:5563
15474 #, no-wrap
15475 msgid ""
15476 " char **\n"
15477 " guestfs_readlinklist (guestfs_h *g,\n"
15478 "                       const char *path,\n"
15479 "                       char *const *names);\n"
15480 "\n"
15481 msgstr ""
15482
15483 #. type: textblock
15484 #: ../src/guestfs-actions.pod:5568 ../fish/guestfish-actions.pod:3745
15485 msgid ""
15486 "This call allows you to do a C<readlink> operation on multiple files, where "
15487 "all files are in the directory C<path>.  C<names> is the list of files from "
15488 "this directory."
15489 msgstr ""
15490
15491 #. type: textblock
15492 #: ../src/guestfs-actions.pod:5572 ../fish/guestfish-actions.pod:3749
15493 msgid ""
15494 "On return you get a list of strings, with a one-to-one correspondence to the "
15495 "C<names> list.  Each string is the value of the symbolic link."
15496 msgstr ""
15497
15498 #. type: textblock
15499 #: ../src/guestfs-actions.pod:5576 ../fish/guestfish-actions.pod:3753
15500 msgid ""
15501 "If the C<readlink(2)> operation fails on any name, then the corresponding "
15502 "result string is the empty string C<\"\">.  However the whole operation is "
15503 "completed even if there were C<readlink(2)> errors, and so you can call this "
15504 "function with names where you don't know if they are symbolic links already "
15505 "(albeit slightly less efficient)."
15506 msgstr ""
15507
15508 #. type: textblock
15509 #: ../src/guestfs-actions.pod:5583 ../fish/guestfish-actions.pod:3760
15510 msgid ""
15511 "This call is intended for programs that want to efficiently list a directory "
15512 "contents without making many round-trips.  Very long directory listings "
15513 "might cause the protocol message size to be exceeded, causing this call to "
15514 "fail.  The caller must split up such requests into smaller groups of names."
15515 msgstr ""
15516
15517 #. type: =head2
15518 #: ../src/guestfs-actions.pod:5596
15519 msgid "guestfs_realpath"
15520 msgstr ""
15521
15522 #. type: verbatim
15523 #: ../src/guestfs-actions.pod:5598
15524 #, no-wrap
15525 msgid ""
15526 " char *\n"
15527 " guestfs_realpath (guestfs_h *g,\n"
15528 "                   const char *path);\n"
15529 "\n"
15530 msgstr ""
15531
15532 #. type: textblock
15533 #: ../src/guestfs-actions.pod:5602 ../fish/guestfish-actions.pod:3771
15534 msgid ""
15535 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15536 "has no C<.>, C<..> or symbolic link path elements."
15537 msgstr ""
15538
15539 #. type: =head2
15540 #: ../src/guestfs-actions.pod:5610
15541 msgid "guestfs_removexattr"
15542 msgstr ""
15543
15544 #. type: verbatim
15545 #: ../src/guestfs-actions.pod:5612
15546 #, no-wrap
15547 msgid ""
15548 " int\n"
15549 " guestfs_removexattr (guestfs_h *g,\n"
15550 "                      const char *xattr,\n"
15551 "                      const char *path);\n"
15552 "\n"
15553 msgstr ""
15554
15555 #. type: textblock
15556 #: ../src/guestfs-actions.pod:5617 ../fish/guestfish-actions.pod:3778
15557 msgid ""
15558 "This call removes the extended attribute named C<xattr> of the file C<path>."
15559 msgstr ""
15560
15561 #. type: textblock
15562 #: ../src/guestfs-actions.pod:5620
15563 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15564 msgstr ""
15565
15566 #. type: =head2
15567 #: ../src/guestfs-actions.pod:5626
15568 msgid "guestfs_resize2fs"
15569 msgstr ""
15570
15571 #. type: verbatim
15572 #: ../src/guestfs-actions.pod:5628
15573 #, no-wrap
15574 msgid ""
15575 " int\n"
15576 " guestfs_resize2fs (guestfs_h *g,\n"
15577 "                    const char *device);\n"
15578 "\n"
15579 msgstr ""
15580
15581 #. type: textblock
15582 #: ../src/guestfs-actions.pod:5632 ../fish/guestfish-actions.pod:3787
15583 msgid ""
15584 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15585 "underlying device."
15586 msgstr ""
15587
15588 #. type: textblock
15589 #: ../src/guestfs-actions.pod:5635
15590 msgid ""
15591 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15592 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15593 "sometimes gives an error about this and sometimes not.  In any case, it is "
15594 "always safe to call C<guestfs_e2fsck_f> before calling this function."
15595 msgstr ""
15596
15597 #. type: =head2
15598 #: ../src/guestfs-actions.pod:5645
15599 msgid "guestfs_resize2fs_M"
15600 msgstr ""
15601
15602 #. type: verbatim
15603 #: ../src/guestfs-actions.pod:5647
15604 #, no-wrap
15605 msgid ""
15606 " int\n"
15607 " guestfs_resize2fs_M (guestfs_h *g,\n"
15608 "                      const char *device);\n"
15609 "\n"
15610 msgstr ""
15611
15612 #. type: textblock
15613 #: ../src/guestfs-actions.pod:5651
15614 msgid ""
15615 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
15616 "resized to its minimum size.  This works like the I<-M> option to the "
15617 "C<resize2fs> command."
15618 msgstr ""
15619
15620 #. type: textblock
15621 #: ../src/guestfs-actions.pod:5655
15622 msgid ""
15623 "To get the resulting size of the filesystem you should call "
15624 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
15625 "These two numbers, multiplied together, give the resulting size of the "
15626 "minimal filesystem in bytes."
15627 msgstr ""
15628
15629 #. type: =head2
15630 #: ../src/guestfs-actions.pod:5662
15631 msgid "guestfs_resize2fs_size"
15632 msgstr ""
15633
15634 #. type: verbatim
15635 #: ../src/guestfs-actions.pod:5664
15636 #, no-wrap
15637 msgid ""
15638 " int\n"
15639 " guestfs_resize2fs_size (guestfs_h *g,\n"
15640 "                         const char *device,\n"
15641 "                         int64_t size);\n"
15642 "\n"
15643 msgstr ""
15644
15645 #. type: textblock
15646 #: ../src/guestfs-actions.pod:5669
15647 msgid ""
15648 "This command is the same as C<guestfs_resize2fs> except that it allows you "
15649 "to specify the new size (in bytes) explicitly."
15650 msgstr ""
15651
15652 #. type: =head2
15653 #: ../src/guestfs-actions.pod:5676
15654 msgid "guestfs_rm"
15655 msgstr ""
15656
15657 #. type: verbatim
15658 #: ../src/guestfs-actions.pod:5678
15659 #, no-wrap
15660 msgid ""
15661 " int\n"
15662 " guestfs_rm (guestfs_h *g,\n"
15663 "             const char *path);\n"
15664 "\n"
15665 msgstr ""
15666
15667 #. type: textblock
15668 #: ../src/guestfs-actions.pod:5682 ../fish/guestfish-actions.pod:3820
15669 msgid "Remove the single file C<path>."
15670 msgstr ""
15671
15672 #. type: =head2
15673 #: ../src/guestfs-actions.pod:5688
15674 msgid "guestfs_rm_rf"
15675 msgstr ""
15676
15677 #. type: verbatim
15678 #: ../src/guestfs-actions.pod:5690
15679 #, no-wrap
15680 msgid ""
15681 " int\n"
15682 " guestfs_rm_rf (guestfs_h *g,\n"
15683 "                const char *path);\n"
15684 "\n"
15685 msgstr ""
15686
15687 #. type: textblock
15688 #: ../src/guestfs-actions.pod:5694 ../fish/guestfish-actions.pod:3826
15689 msgid ""
15690 "Remove the file or directory C<path>, recursively removing the contents if "
15691 "its a directory.  This is like the C<rm -rf> shell command."
15692 msgstr ""
15693
15694 #. type: =head2
15695 #: ../src/guestfs-actions.pod:5702
15696 msgid "guestfs_rmdir"
15697 msgstr ""
15698
15699 #. type: verbatim
15700 #: ../src/guestfs-actions.pod:5704
15701 #, no-wrap
15702 msgid ""
15703 " int\n"
15704 " guestfs_rmdir (guestfs_h *g,\n"
15705 "                const char *path);\n"
15706 "\n"
15707 msgstr ""
15708
15709 #. type: textblock
15710 #: ../src/guestfs-actions.pod:5708 ../fish/guestfish-actions.pod:3834
15711 msgid "Remove the single directory C<path>."
15712 msgstr ""
15713
15714 #. type: =head2
15715 #: ../src/guestfs-actions.pod:5714
15716 msgid "guestfs_rmmountpoint"
15717 msgstr ""
15718
15719 #. type: verbatim
15720 #: ../src/guestfs-actions.pod:5716
15721 #, no-wrap
15722 msgid ""
15723 " int\n"
15724 " guestfs_rmmountpoint (guestfs_h *g,\n"
15725 "                       const char *exemptpath);\n"
15726 "\n"
15727 msgstr ""
15728
15729 #. type: textblock
15730 #: ../src/guestfs-actions.pod:5720
15731 msgid ""
15732 "This calls removes a mountpoint that was previously created with "
15733 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
15734 msgstr ""
15735
15736 #. type: =head2
15737 #: ../src/guestfs-actions.pod:5728
15738 msgid "guestfs_scrub_device"
15739 msgstr ""
15740
15741 #. type: verbatim
15742 #: ../src/guestfs-actions.pod:5730
15743 #, no-wrap
15744 msgid ""
15745 " int\n"
15746 " guestfs_scrub_device (guestfs_h *g,\n"
15747 "                       const char *device);\n"
15748 "\n"
15749 msgstr ""
15750
15751 #. type: textblock
15752 #: ../src/guestfs-actions.pod:5734 ../fish/guestfish-actions.pod:3848
15753 msgid ""
15754 "This command writes patterns over C<device> to make data retrieval more "
15755 "difficult."
15756 msgstr ""
15757
15758 #. type: textblock
15759 #: ../src/guestfs-actions.pod:5737 ../src/guestfs-actions.pod:5758
15760 #: ../src/guestfs-actions.pod:5777 ../fish/guestfish-actions.pod:3851
15761 #: ../fish/guestfish-actions.pod:3866 ../fish/guestfish-actions.pod:3879
15762 msgid ""
15763 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15764 "more details."
15765 msgstr ""
15766
15767 #. type: textblock
15768 #: ../src/guestfs-actions.pod:5745 ../src/guestfs-actions.pod:5763
15769 #: ../src/guestfs-actions.pod:5782
15770 msgid "(Added in 1.0.52)"
15771 msgstr ""
15772
15773 #. type: =head2
15774 #: ../src/guestfs-actions.pod:5747
15775 msgid "guestfs_scrub_file"
15776 msgstr ""
15777
15778 #. type: verbatim
15779 #: ../src/guestfs-actions.pod:5749
15780 #, no-wrap
15781 msgid ""
15782 " int\n"
15783 " guestfs_scrub_file (guestfs_h *g,\n"
15784 "                     const char *file);\n"
15785 "\n"
15786 msgstr ""
15787
15788 #. type: textblock
15789 #: ../src/guestfs-actions.pod:5753 ../fish/guestfish-actions.pod:3861
15790 msgid ""
15791 "This command writes patterns over a file to make data retrieval more "
15792 "difficult."
15793 msgstr ""
15794
15795 #. type: textblock
15796 #: ../src/guestfs-actions.pod:5756 ../fish/guestfish-actions.pod:3864
15797 msgid "The file is I<removed> after scrubbing."
15798 msgstr ""
15799
15800 #. type: =head2
15801 #: ../src/guestfs-actions.pod:5765
15802 msgid "guestfs_scrub_freespace"
15803 msgstr ""
15804
15805 #. type: verbatim
15806 #: ../src/guestfs-actions.pod:5767
15807 #, no-wrap
15808 msgid ""
15809 " int\n"
15810 " guestfs_scrub_freespace (guestfs_h *g,\n"
15811 "                          const char *dir);\n"
15812 "\n"
15813 msgstr ""
15814
15815 #. type: textblock
15816 #: ../src/guestfs-actions.pod:5771
15817 msgid ""
15818 "This command creates the directory C<dir> and then fills it with files until "
15819 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15820 "and deletes them.  The intention is to scrub any free space on the partition "
15821 "containing C<dir>."
15822 msgstr ""
15823
15824 #. type: =head2
15825 #: ../src/guestfs-actions.pod:5784
15826 msgid "guestfs_set_append"
15827 msgstr ""
15828
15829 #. type: verbatim
15830 #: ../src/guestfs-actions.pod:5786
15831 #, no-wrap
15832 msgid ""
15833 " int\n"
15834 " guestfs_set_append (guestfs_h *g,\n"
15835 "                     const char *append);\n"
15836 "\n"
15837 msgstr ""
15838
15839 #. type: textblock
15840 #: ../src/guestfs-actions.pod:5790 ../fish/guestfish-actions.pod:3888
15841 msgid ""
15842 "This function is used to add additional options to the guest kernel command "
15843 "line."
15844 msgstr ""
15845
15846 #. type: textblock
15847 #: ../src/guestfs-actions.pod:5793 ../fish/guestfish-actions.pod:3891
15848 msgid ""
15849 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15850 "environment variable."
15851 msgstr ""
15852
15853 #. type: textblock
15854 #: ../src/guestfs-actions.pod:5796 ../fish/guestfish-actions.pod:3894
15855 msgid ""
15856 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15857 "(libguestfs always adds a few of its own)."
15858 msgstr ""
15859
15860 #. type: =head2
15861 #: ../src/guestfs-actions.pod:5803
15862 msgid "guestfs_set_attach_method"
15863 msgstr ""
15864
15865 #. type: verbatim
15866 #: ../src/guestfs-actions.pod:5805
15867 #, no-wrap
15868 msgid ""
15869 " int\n"
15870 " guestfs_set_attach_method (guestfs_h *g,\n"
15871 "                            const char *attachmethod);\n"
15872 "\n"
15873 msgstr ""
15874
15875 #. type: textblock
15876 #: ../src/guestfs-actions.pod:5809 ../fish/guestfish-actions.pod:3903
15877 msgid ""
15878 "Set the method that libguestfs uses to connect to the back end guestfsd "
15879 "daemon.  Possible methods are:"
15880 msgstr ""
15881
15882 #. type: textblock
15883 #: ../src/guestfs-actions.pod:5816 ../fish/guestfish-actions.pod:3910
15884 msgid ""
15885 "Launch an appliance and connect to it.  This is the ordinary method and the "
15886 "default."
15887 msgstr ""
15888
15889 #. type: =item
15890 #: ../src/guestfs-actions.pod:5819 ../fish/guestfish-actions.pod:3913
15891 msgid "C<unix:I<path>>"
15892 msgstr ""
15893
15894 #. type: textblock
15895 #: ../src/guestfs-actions.pod:5821 ../fish/guestfish-actions.pod:3915
15896 msgid "Connect to the Unix domain socket I<path>."
15897 msgstr ""
15898
15899 #. type: textblock
15900 #: ../src/guestfs-actions.pod:5823 ../fish/guestfish-actions.pod:3917
15901 msgid ""
15902 "This method lets you connect to an existing daemon or (using virtio-serial) "
15903 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15904 "RUNNING DAEMONS>."
15905 msgstr ""
15906
15907 #. type: =head2
15908 #: ../src/guestfs-actions.pod:5831
15909 msgid "guestfs_set_autosync"
15910 msgstr ""
15911
15912 #. type: verbatim
15913 #: ../src/guestfs-actions.pod:5833
15914 #, no-wrap
15915 msgid ""
15916 " int\n"
15917 " guestfs_set_autosync (guestfs_h *g,\n"
15918 "                       int autosync);\n"
15919 "\n"
15920 msgstr ""
15921
15922 #. type: textblock
15923 #: ../src/guestfs-actions.pod:5837 ../fish/guestfish-actions.pod:3929
15924 msgid ""
15925 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15926 "effort attempt to make filesystems consistent and synchronized when the "
15927 "handle is closed (also if the program exits without closing handles)."
15928 msgstr ""
15929
15930 #. type: textblock
15931 #: ../src/guestfs-actions.pod:5842 ../fish/guestfish-actions.pod:3934
15932 msgid ""
15933 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15934 "disabled by default)."
15935 msgstr ""
15936
15937 #. type: =head2
15938 #: ../src/guestfs-actions.pod:5849
15939 msgid "guestfs_set_direct"
15940 msgstr ""
15941
15942 #. type: verbatim
15943 #: ../src/guestfs-actions.pod:5851
15944 #, no-wrap
15945 msgid ""
15946 " int\n"
15947 " guestfs_set_direct (guestfs_h *g,\n"
15948 "                     int direct);\n"
15949 "\n"
15950 msgstr ""
15951
15952 #. type: textblock
15953 #: ../src/guestfs-actions.pod:5855 ../fish/guestfish-actions.pod:3943
15954 msgid ""
15955 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15956 "passed directly through to the appliance once it is launched."
15957 msgstr ""
15958
15959 #. type: textblock
15960 #: ../src/guestfs-actions.pod:5859
15961 msgid ""
15962 "One consequence of this is that log messages aren't caught by the library "
15963 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15964 "stdout."
15965 msgstr ""
15966
15967 #. type: textblock
15968 #: ../src/guestfs-actions.pod:5863 ../fish/guestfish-actions.pod:3951
15969 msgid "You probably don't want to use this unless you know what you are doing."
15970 msgstr ""
15971
15972 #. type: textblock
15973 #: ../src/guestfs-actions.pod:5866 ../fish/guestfish-actions.pod:3954
15974 msgid "The default is disabled."
15975 msgstr ""
15976
15977 #. type: =head2
15978 #: ../src/guestfs-actions.pod:5872
15979 msgid "guestfs_set_e2label"
15980 msgstr ""
15981
15982 #. type: verbatim
15983 #: ../src/guestfs-actions.pod:5874
15984 #, no-wrap
15985 msgid ""
15986 " int\n"
15987 " guestfs_set_e2label (guestfs_h *g,\n"
15988 "                      const char *device,\n"
15989 "                      const char *label);\n"
15990 "\n"
15991 msgstr ""
15992
15993 #. type: textblock
15994 #: ../src/guestfs-actions.pod:5879 ../fish/guestfish-actions.pod:3960
15995 msgid ""
15996 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
15997 "C<label>.  Filesystem labels are limited to 16 characters."
15998 msgstr ""
15999
16000 #. type: textblock
16001 #: ../src/guestfs-actions.pod:5883
16002 msgid ""
16003 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16004 "the existing label on a filesystem."
16005 msgstr ""
16006
16007 #. type: =head2
16008 #: ../src/guestfs-actions.pod:5890
16009 msgid "guestfs_set_e2uuid"
16010 msgstr ""
16011
16012 #. type: verbatim
16013 #: ../src/guestfs-actions.pod:5892
16014 #, no-wrap
16015 msgid ""
16016 " int\n"
16017 " guestfs_set_e2uuid (guestfs_h *g,\n"
16018 "                     const char *device,\n"
16019 "                     const char *uuid);\n"
16020 "\n"
16021 msgstr ""
16022
16023 #. type: textblock
16024 #: ../src/guestfs-actions.pod:5897 ../fish/guestfish-actions.pod:3971
16025 msgid ""
16026 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16027 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16028 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16029 msgstr ""
16030
16031 #. type: textblock
16032 #: ../src/guestfs-actions.pod:5902
16033 msgid ""
16034 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16035 "the existing UUID of a filesystem."
16036 msgstr ""
16037
16038 #. type: =head2
16039 #: ../src/guestfs-actions.pod:5909
16040 msgid "guestfs_set_memsize"
16041 msgstr ""
16042
16043 #. type: verbatim
16044 #: ../src/guestfs-actions.pod:5911
16045 #, no-wrap
16046 msgid ""
16047 " int\n"
16048 " guestfs_set_memsize (guestfs_h *g,\n"
16049 "                      int memsize);\n"
16050 "\n"
16051 msgstr ""
16052
16053 #. type: textblock
16054 #: ../src/guestfs-actions.pod:5915
16055 msgid ""
16056 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16057 "This only has any effect if called before C<guestfs_launch>."
16058 msgstr ""
16059
16060 #. type: textblock
16061 #: ../src/guestfs-actions.pod:5919 ../fish/guestfish-actions.pod:3989
16062 msgid ""
16063 "You can also change this by setting the environment variable "
16064 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16065 msgstr ""
16066
16067 #. type: =head2
16068 #: ../src/guestfs-actions.pod:5930
16069 msgid "guestfs_set_network"
16070 msgstr ""
16071
16072 #. type: verbatim
16073 #: ../src/guestfs-actions.pod:5932
16074 #, no-wrap
16075 msgid ""
16076 " int\n"
16077 " guestfs_set_network (guestfs_h *g,\n"
16078 "                      int network);\n"
16079 "\n"
16080 msgstr ""
16081
16082 #. type: textblock
16083 #: ../src/guestfs-actions.pod:5936 ../fish/guestfish-actions.pod:4002
16084 msgid ""
16085 "If C<network> is true, then the network is enabled in the libguestfs "
16086 "appliance.  The default is false."
16087 msgstr ""
16088
16089 #. type: textblock
16090 #: ../src/guestfs-actions.pod:5939 ../fish/guestfish-actions.pod:4005
16091 msgid ""
16092 "This affects whether commands are able to access the network (see L<guestfs"
16093 "(3)/RUNNING COMMANDS>)."
16094 msgstr ""
16095
16096 #. type: textblock
16097 #: ../src/guestfs-actions.pod:5942
16098 msgid ""
16099 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16100 "effect."
16101 msgstr ""
16102
16103 #. type: =head2
16104 #: ../src/guestfs-actions.pod:5949
16105 msgid "guestfs_set_path"
16106 msgstr ""
16107
16108 #. type: verbatim
16109 #: ../src/guestfs-actions.pod:5951
16110 #, no-wrap
16111 msgid ""
16112 " int\n"
16113 " guestfs_set_path (guestfs_h *g,\n"
16114 "                   const char *searchpath);\n"
16115 "\n"
16116 msgstr ""
16117
16118 #. type: textblock
16119 #: ../src/guestfs-actions.pod:5955 ../fish/guestfish-actions.pod:4017
16120 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16121 msgstr ""
16122
16123 #. type: textblock
16124 #: ../src/guestfs-actions.pod:5957 ../fish/guestfish-actions.pod:4019
16125 msgid ""
16126 "The default is C<$libdir/guestfs> unless overridden by setting "
16127 "C<LIBGUESTFS_PATH> environment variable."
16128 msgstr ""
16129
16130 #. type: textblock
16131 #: ../src/guestfs-actions.pod:5960 ../fish/guestfish-actions.pod:4022
16132 msgid "Setting C<path> to C<NULL> restores the default path."
16133 msgstr ""
16134
16135 #. type: =head2
16136 #: ../src/guestfs-actions.pod:5966
16137 msgid "guestfs_set_qemu"
16138 msgstr ""
16139
16140 #. type: verbatim
16141 #: ../src/guestfs-actions.pod:5968
16142 #, no-wrap
16143 msgid ""
16144 " int\n"
16145 " guestfs_set_qemu (guestfs_h *g,\n"
16146 "                   const char *qemu);\n"
16147 "\n"
16148 msgstr ""
16149
16150 #. type: textblock
16151 #: ../src/guestfs-actions.pod:5972 ../fish/guestfish-actions.pod:4030
16152 msgid "Set the qemu binary that we will use."
16153 msgstr ""
16154
16155 #. type: textblock
16156 #: ../src/guestfs-actions.pod:5974 ../fish/guestfish-actions.pod:4032
16157 msgid ""
16158 "The default is chosen when the library was compiled by the configure script."
16159 msgstr ""
16160
16161 #. type: textblock
16162 #: ../src/guestfs-actions.pod:5977 ../fish/guestfish-actions.pod:4035
16163 msgid ""
16164 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16165 "variable."
16166 msgstr ""
16167
16168 #. type: textblock
16169 #: ../src/guestfs-actions.pod:5980 ../fish/guestfish-actions.pod:4038
16170 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16171 msgstr ""
16172
16173 #. type: textblock
16174 #: ../src/guestfs-actions.pod:5982 ../fish/guestfish-actions.pod:4040
16175 msgid ""
16176 "Note that you should call this function as early as possible after creating "
16177 "the handle.  This is because some pre-launch operations depend on testing "
16178 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16179 "don't retest features, and so you might see inconsistent results.  Using the "
16180 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16181 "the qemu binary at the same time as the handle is created."
16182 msgstr ""
16183
16184 #. type: =head2
16185 #: ../src/guestfs-actions.pod:5994
16186 msgid "guestfs_set_recovery_proc"
16187 msgstr ""
16188
16189 #. type: verbatim
16190 #: ../src/guestfs-actions.pod:5996
16191 #, no-wrap
16192 msgid ""
16193 " int\n"
16194 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16195 "                            int recoveryproc);\n"
16196 "\n"
16197 msgstr ""
16198
16199 #. type: textblock
16200 #: ../src/guestfs-actions.pod:6000
16201 msgid ""
16202 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16203 "not create a recovery process.  The purpose of the recovery process is to "
16204 "stop runaway qemu processes in the case where the main program aborts "
16205 "abruptly."
16206 msgstr ""
16207
16208 #. type: textblock
16209 #: ../src/guestfs-actions.pod:6005
16210 msgid ""
16211 "This only has any effect if called before C<guestfs_launch>, and the default "
16212 "is true."
16213 msgstr ""
16214
16215 #. type: textblock
16216 #: ../src/guestfs-actions.pod:6008 ../fish/guestfish-actions.pod:4062
16217 msgid ""
16218 "About the only time when you would want to disable this is if the main "
16219 "process will fork itself into the background (\"daemonize\" itself).  In "
16220 "this case the recovery process thinks that the main program has disappeared "
16221 "and so kills qemu, which is not very helpful."
16222 msgstr ""
16223
16224 #. type: =head2
16225 #: ../src/guestfs-actions.pod:6018
16226 msgid "guestfs_set_selinux"
16227 msgstr ""
16228
16229 #. type: verbatim
16230 #: ../src/guestfs-actions.pod:6020
16231 #, no-wrap
16232 msgid ""
16233 " int\n"
16234 " guestfs_set_selinux (guestfs_h *g,\n"
16235 "                      int selinux);\n"
16236 "\n"
16237 msgstr ""
16238
16239 #. type: textblock
16240 #: ../src/guestfs-actions.pod:6024 ../fish/guestfish-actions.pod:4074
16241 msgid ""
16242 "This sets the selinux flag that is passed to the appliance at boot time.  "
16243 "The default is C<selinux=0> (disabled)."
16244 msgstr ""
16245
16246 #. type: textblock
16247 #: ../src/guestfs-actions.pod:6027 ../fish/guestfish-actions.pod:4077
16248 msgid ""
16249 "Note that if SELinux is enabled, it is always in Permissive mode "
16250 "(C<enforcing=0>)."
16251 msgstr ""
16252
16253 #. type: =head2
16254 #: ../src/guestfs-actions.pod:6037
16255 msgid "guestfs_set_trace"
16256 msgstr ""
16257
16258 #. type: verbatim
16259 #: ../src/guestfs-actions.pod:6039
16260 #, no-wrap
16261 msgid ""
16262 " int\n"
16263 " guestfs_set_trace (guestfs_h *g,\n"
16264 "                    int trace);\n"
16265 "\n"
16266 msgstr ""
16267
16268 #. type: textblock
16269 #: ../src/guestfs-actions.pod:6043 ../fish/guestfish-actions.pod:4089
16270 msgid ""
16271 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
16272 "return values are traced."
16273 msgstr ""
16274
16275 #. type: textblock
16276 #: ../src/guestfs-actions.pod:6046 ../fish/guestfish-actions.pod:4092
16277 msgid ""
16278 "If you want to trace C API calls into libguestfs (and other libraries) then "
16279 "possibly a better way is to use the external ltrace(1) command."
16280 msgstr ""
16281
16282 #. type: textblock
16283 #: ../src/guestfs-actions.pod:6050 ../fish/guestfish-actions.pod:4096
16284 msgid ""
16285 "Command traces are disabled unless the environment variable "
16286 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16287 msgstr ""
16288
16289 #. type: textblock
16290 #: ../src/guestfs-actions.pod:6053
16291 msgid ""
16292 "Trace messages are normally sent to C<stderr>, unless you register a "
16293 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16294 msgstr ""
16295
16296 #. type: =head2
16297 #: ../src/guestfs-actions.pod:6061
16298 msgid "guestfs_set_verbose"
16299 msgstr ""
16300
16301 #. type: verbatim
16302 #: ../src/guestfs-actions.pod:6063
16303 #, no-wrap
16304 msgid ""
16305 " int\n"
16306 " guestfs_set_verbose (guestfs_h *g,\n"
16307 "                      int verbose);\n"
16308 "\n"
16309 msgstr ""
16310
16311 #. type: textblock
16312 #: ../src/guestfs-actions.pod:6067 ../fish/guestfish-actions.pod:4109
16313 msgid "If C<verbose> is true, this turns on verbose messages."
16314 msgstr ""
16315
16316 #. type: textblock
16317 #: ../src/guestfs-actions.pod:6069 ../fish/guestfish-actions.pod:4111
16318 msgid ""
16319 "Verbose messages are disabled unless the environment variable "
16320 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16321 msgstr ""
16322
16323 #. type: textblock
16324 #: ../src/guestfs-actions.pod:6072
16325 msgid ""
16326 "Verbose messages are normally sent to C<stderr>, unless you register a "
16327 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16328 msgstr ""
16329
16330 #. type: =head2
16331 #: ../src/guestfs-actions.pod:6080
16332 msgid "guestfs_setcon"
16333 msgstr ""
16334
16335 #. type: verbatim
16336 #: ../src/guestfs-actions.pod:6082
16337 #, no-wrap
16338 msgid ""
16339 " int\n"
16340 " guestfs_setcon (guestfs_h *g,\n"
16341 "                 const char *context);\n"
16342 "\n"
16343 msgstr ""
16344
16345 #. type: textblock
16346 #: ../src/guestfs-actions.pod:6086 ../fish/guestfish-actions.pod:4122
16347 msgid ""
16348 "This sets the SELinux security context of the daemon to the string "
16349 "C<context>."
16350 msgstr ""
16351
16352 #. type: textblock
16353 #: ../src/guestfs-actions.pod:6089 ../fish/guestfish-actions.pod:4125
16354 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16355 msgstr ""
16356
16357 #. type: =head2
16358 #: ../src/guestfs-actions.pod:6095
16359 msgid "guestfs_setxattr"
16360 msgstr ""
16361
16362 #. type: verbatim
16363 #: ../src/guestfs-actions.pod:6097
16364 #, no-wrap
16365 msgid ""
16366 " int\n"
16367 " guestfs_setxattr (guestfs_h *g,\n"
16368 "                   const char *xattr,\n"
16369 "                   const char *val,\n"
16370 "                   int vallen,\n"
16371 "                   const char *path);\n"
16372 "\n"
16373 msgstr ""
16374
16375 #. type: textblock
16376 #: ../src/guestfs-actions.pod:6104 ../fish/guestfish-actions.pod:4131
16377 msgid ""
16378 "This call sets the extended attribute named C<xattr> of the file C<path> to "
16379 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
16380 msgstr ""
16381
16382 #. type: textblock
16383 #: ../src/guestfs-actions.pod:6108
16384 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
16385 msgstr ""
16386
16387 #. type: =head2
16388 #: ../src/guestfs-actions.pod:6114
16389 msgid "guestfs_sfdisk"
16390 msgstr ""
16391
16392 #. type: verbatim
16393 #: ../src/guestfs-actions.pod:6116
16394 #, no-wrap
16395 msgid ""
16396 " int\n"
16397 " guestfs_sfdisk (guestfs_h *g,\n"
16398 "                 const char *device,\n"
16399 "                 int cyls,\n"
16400 "                 int heads,\n"
16401 "                 int sectors,\n"
16402 "                 char *const *lines);\n"
16403 "\n"
16404 msgstr ""
16405
16406 #. type: textblock
16407 #: ../src/guestfs-actions.pod:6124 ../fish/guestfish-actions.pod:4141
16408 msgid ""
16409 "This is a direct interface to the L<sfdisk(8)> program for creating "
16410 "partitions on block devices."
16411 msgstr ""
16412
16413 #. type: textblock
16414 #: ../src/guestfs-actions.pod:6127 ../fish/guestfish-actions.pod:4144
16415 msgid "C<device> should be a block device, for example C</dev/sda>."
16416 msgstr ""
16417
16418 #. type: textblock
16419 #: ../src/guestfs-actions.pod:6129 ../fish/guestfish-actions.pod:4146
16420 msgid ""
16421 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
16422 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
16423 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
16424 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
16425 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
16426 "the kernel) cannot work out the right geometry and you will need to tell it."
16427 msgstr ""
16428
16429 #. type: textblock
16430 #: ../src/guestfs-actions.pod:6137 ../fish/guestfish-actions.pod:4154
16431 msgid ""
16432 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
16433 "refer to the L<sfdisk(8)> manpage."
16434 msgstr ""
16435
16436 #. type: textblock
16437 #: ../src/guestfs-actions.pod:6140 ../fish/guestfish-actions.pod:4157
16438 msgid ""
16439 "To create a single partition occupying the whole disk, you would pass "
16440 "C<lines> as a single element list, when the single element being the string "
16441 "C<,> (comma)."
16442 msgstr ""
16443
16444 #. type: textblock
16445 #: ../src/guestfs-actions.pod:6144
16446 msgid ""
16447 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
16448 msgstr ""
16449
16450 #. type: =head2
16451 #: ../src/guestfs-actions.pod:6154
16452 msgid "guestfs_sfdiskM"
16453 msgstr ""
16454
16455 #. type: verbatim
16456 #: ../src/guestfs-actions.pod:6156
16457 #, no-wrap
16458 msgid ""
16459 " int\n"
16460 " guestfs_sfdiskM (guestfs_h *g,\n"
16461 "                  const char *device,\n"
16462 "                  char *const *lines);\n"
16463 "\n"
16464 msgstr ""
16465
16466 #. type: textblock
16467 #: ../src/guestfs-actions.pod:6161
16468 msgid ""
16469 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
16470 "partition sizes are specified in megabytes only (rounded to the nearest "
16471 "cylinder) and you don't need to specify the cyls, heads and sectors "
16472 "parameters which were rarely if ever used anyway."
16473 msgstr ""
16474
16475 #. type: textblock
16476 #: ../src/guestfs-actions.pod:6167
16477 msgid ""
16478 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
16479 "C<guestfs_part_disk>"
16480 msgstr ""
16481
16482 #. type: =head2
16483 #: ../src/guestfs-actions.pod:6177
16484 msgid "guestfs_sfdisk_N"
16485 msgstr ""
16486
16487 #. type: verbatim
16488 #: ../src/guestfs-actions.pod:6179
16489 #, no-wrap
16490 msgid ""
16491 " int\n"
16492 " guestfs_sfdisk_N (guestfs_h *g,\n"
16493 "                   const char *device,\n"
16494 "                   int partnum,\n"
16495 "                   int cyls,\n"
16496 "                   int heads,\n"
16497 "                   int sectors,\n"
16498 "                   const char *line);\n"
16499 "\n"
16500 msgstr ""
16501
16502 #. type: textblock
16503 #: ../src/guestfs-actions.pod:6188 ../fish/guestfish-actions.pod:4187
16504 msgid ""
16505 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
16506 "(note: C<n> counts from 1)."
16507 msgstr ""
16508
16509 #. type: textblock
16510 #: ../src/guestfs-actions.pod:6191
16511 msgid ""
16512 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
16513 "for the cyls/heads/sectors parameters."
16514 msgstr ""
16515
16516 #. type: textblock
16517 #: ../src/guestfs-actions.pod:6194
16518 msgid "See also: C<guestfs_part_add>"
16519 msgstr ""
16520
16521 #. type: =head2
16522 #: ../src/guestfs-actions.pod:6203
16523 msgid "guestfs_sfdisk_disk_geometry"
16524 msgstr ""
16525
16526 #. type: verbatim
16527 #: ../src/guestfs-actions.pod:6205
16528 #, no-wrap
16529 msgid ""
16530 " char *\n"
16531 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
16532 "                               const char *device);\n"
16533 "\n"
16534 msgstr ""
16535
16536 #. type: textblock
16537 #: ../src/guestfs-actions.pod:6209
16538 msgid ""
16539 "This displays the disk geometry of C<device> read from the partition table.  "
16540 "Especially in the case where the underlying block device has been resized, "
16541 "this can be different from the kernel's idea of the geometry (see "
16542 "C<guestfs_sfdisk_kernel_geometry>)."
16543 msgstr ""
16544
16545 #. type: textblock
16546 #: ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6230
16547 #: ../fish/guestfish-actions.pod:4207 ../fish/guestfish-actions.pod:4216
16548 msgid "The result is in human-readable format, and not designed to be parsed."
16549 msgstr ""
16550
16551 #. type: =head2
16552 #: ../src/guestfs-actions.pod:6222
16553 msgid "guestfs_sfdisk_kernel_geometry"
16554 msgstr ""
16555
16556 #. type: verbatim
16557 #: ../src/guestfs-actions.pod:6224
16558 #, no-wrap
16559 msgid ""
16560 " char *\n"
16561 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16562 "                                 const char *device);\n"
16563 "\n"
16564 msgstr ""
16565
16566 #. type: textblock
16567 #: ../src/guestfs-actions.pod:6228 ../fish/guestfish-actions.pod:4214
16568 msgid "This displays the kernel's idea of the geometry of C<device>."
16569 msgstr ""
16570
16571 #. type: =head2
16572 #: ../src/guestfs-actions.pod:6238
16573 msgid "guestfs_sfdisk_l"
16574 msgstr ""
16575
16576 #. type: verbatim
16577 #: ../src/guestfs-actions.pod:6240
16578 #, no-wrap
16579 msgid ""
16580 " char *\n"
16581 " guestfs_sfdisk_l (guestfs_h *g,\n"
16582 "                   const char *device);\n"
16583 "\n"
16584 msgstr ""
16585
16586 #. type: textblock
16587 #: ../src/guestfs-actions.pod:6244 ../fish/guestfish-actions.pod:4223
16588 msgid ""
16589 "This displays the partition table on C<device>, in the human-readable output "
16590 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
16591 msgstr ""
16592
16593 #. type: textblock
16594 #: ../src/guestfs-actions.pod:6248
16595 msgid "See also: C<guestfs_part_list>"
16596 msgstr ""
16597
16598 #. type: =head2
16599 #: ../src/guestfs-actions.pod:6255
16600 msgid "guestfs_sh"
16601 msgstr ""
16602
16603 #. type: verbatim
16604 #: ../src/guestfs-actions.pod:6257
16605 #, no-wrap
16606 msgid ""
16607 " char *\n"
16608 " guestfs_sh (guestfs_h *g,\n"
16609 "             const char *command);\n"
16610 "\n"
16611 msgstr ""
16612
16613 #. type: textblock
16614 #: ../src/guestfs-actions.pod:6261 ../fish/guestfish-actions.pod:4233
16615 msgid ""
16616 "This call runs a command from the guest filesystem via the guest's C</bin/"
16617 "sh>."
16618 msgstr ""
16619
16620 #. type: textblock
16621 #: ../src/guestfs-actions.pod:6264
16622 msgid "This is like C<guestfs_command>, but passes the command to:"
16623 msgstr ""
16624
16625 #. type: verbatim
16626 #: ../src/guestfs-actions.pod:6266 ../fish/guestfish-actions.pod:4238
16627 #, no-wrap
16628 msgid ""
16629 " /bin/sh -c \"command\"\n"
16630 "\n"
16631 msgstr ""
16632
16633 #. type: textblock
16634 #: ../src/guestfs-actions.pod:6268 ../fish/guestfish-actions.pod:4240
16635 msgid ""
16636 "Depending on the guest's shell, this usually results in wildcards being "
16637 "expanded, shell expressions being interpolated and so on."
16638 msgstr ""
16639
16640 #. type: textblock
16641 #: ../src/guestfs-actions.pod:6272
16642 msgid "All the provisos about C<guestfs_command> apply to this call."
16643 msgstr ""
16644
16645 #. type: =head2
16646 #: ../src/guestfs-actions.pod:6279
16647 msgid "guestfs_sh_lines"
16648 msgstr ""
16649
16650 #. type: verbatim
16651 #: ../src/guestfs-actions.pod:6281
16652 #, no-wrap
16653 msgid ""
16654 " char **\n"
16655 " guestfs_sh_lines (guestfs_h *g,\n"
16656 "                   const char *command);\n"
16657 "\n"
16658 msgstr ""
16659
16660 #. type: textblock
16661 #: ../src/guestfs-actions.pod:6285
16662 msgid ""
16663 "This is the same as C<guestfs_sh>, but splits the result into a list of "
16664 "lines."
16665 msgstr ""
16666
16667 #. type: textblock
16668 #: ../src/guestfs-actions.pod:6288
16669 msgid "See also: C<guestfs_command_lines>"
16670 msgstr ""
16671
16672 #. type: =head2
16673 #: ../src/guestfs-actions.pod:6296
16674 msgid "guestfs_sleep"
16675 msgstr ""
16676
16677 #. type: verbatim
16678 #: ../src/guestfs-actions.pod:6298
16679 #, no-wrap
16680 msgid ""
16681 " int\n"
16682 " guestfs_sleep (guestfs_h *g,\n"
16683 "                int secs);\n"
16684 "\n"
16685 msgstr ""
16686
16687 #. type: textblock
16688 #: ../src/guestfs-actions.pod:6302 ../fish/guestfish-actions.pod:4259
16689 msgid "Sleep for C<secs> seconds."
16690 msgstr ""
16691
16692 #. type: textblock
16693 #: ../src/guestfs-actions.pod:6306
16694 msgid "(Added in 1.0.41)"
16695 msgstr ""
16696
16697 #. type: =head2
16698 #: ../src/guestfs-actions.pod:6308 ../src/guestfs-structs.pod:109
16699 msgid "guestfs_stat"
16700 msgstr ""
16701
16702 #. type: verbatim
16703 #: ../src/guestfs-actions.pod:6310
16704 #, no-wrap
16705 msgid ""
16706 " struct guestfs_stat *\n"
16707 " guestfs_stat (guestfs_h *g,\n"
16708 "               const char *path);\n"
16709 "\n"
16710 msgstr ""
16711
16712 #. type: textblock
16713 #: ../src/guestfs-actions.pod:6316 ../fish/guestfish-actions.pod:4267
16714 msgid "This is the same as the C<stat(2)> system call."
16715 msgstr ""
16716
16717 #. type: =head2
16718 #: ../src/guestfs-actions.pod:6324 ../src/guestfs-structs.pod:135
16719 msgid "guestfs_statvfs"
16720 msgstr ""
16721
16722 #. type: verbatim
16723 #: ../src/guestfs-actions.pod:6326
16724 #, no-wrap
16725 msgid ""
16726 " struct guestfs_statvfs *\n"
16727 " guestfs_statvfs (guestfs_h *g,\n"
16728 "                  const char *path);\n"
16729 "\n"
16730 msgstr ""
16731
16732 #. type: textblock
16733 #: ../src/guestfs-actions.pod:6330 ../fish/guestfish-actions.pod:4273
16734 msgid ""
16735 "Returns file system statistics for any mounted file system.  C<path> should "
16736 "be a file or directory in the mounted file system (typically it is the mount "
16737 "point itself, but it doesn't need to be)."
16738 msgstr ""
16739
16740 #. type: textblock
16741 #: ../src/guestfs-actions.pod:6334 ../fish/guestfish-actions.pod:4277
16742 msgid "This is the same as the C<statvfs(2)> system call."
16743 msgstr ""
16744
16745 #. type: textblock
16746 #: ../src/guestfs-actions.pod:6336
16747 msgid ""
16748 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16749 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16750 msgstr ""
16751
16752 #. type: =head2
16753 #: ../src/guestfs-actions.pod:6342
16754 msgid "guestfs_strings"
16755 msgstr ""
16756
16757 #. type: verbatim
16758 #: ../src/guestfs-actions.pod:6344
16759 #, no-wrap
16760 msgid ""
16761 " char **\n"
16762 " guestfs_strings (guestfs_h *g,\n"
16763 "                  const char *path);\n"
16764 "\n"
16765 msgstr ""
16766
16767 #. type: textblock
16768 #: ../src/guestfs-actions.pod:6348 ../fish/guestfish-actions.pod:4283
16769 msgid ""
16770 "This runs the L<strings(1)> command on a file and returns the list of "
16771 "printable strings found."
16772 msgstr ""
16773
16774 #. type: =head2
16775 #: ../src/guestfs-actions.pod:6360
16776 msgid "guestfs_strings_e"
16777 msgstr ""
16778
16779 #. type: verbatim
16780 #: ../src/guestfs-actions.pod:6362
16781 #, no-wrap
16782 msgid ""
16783 " char **\n"
16784 " guestfs_strings_e (guestfs_h *g,\n"
16785 "                    const char *encoding,\n"
16786 "                    const char *path);\n"
16787 "\n"
16788 msgstr ""
16789
16790 #. type: textblock
16791 #: ../src/guestfs-actions.pod:6367
16792 msgid ""
16793 "This is like the C<guestfs_strings> command, but allows you to specify the "
16794 "encoding of strings that are looked for in the source file C<path>."
16795 msgstr ""
16796
16797 #. type: textblock
16798 #: ../src/guestfs-actions.pod:6371 ../fish/guestfish-actions.pod:4297
16799 msgid "Allowed encodings are:"
16800 msgstr ""
16801
16802 #. type: =item
16803 #: ../src/guestfs-actions.pod:6375 ../fish/guestfish-actions.pod:4301
16804 msgid "s"
16805 msgstr ""
16806
16807 #. type: textblock
16808 #: ../src/guestfs-actions.pod:6377
16809 msgid ""
16810 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16811 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16812 msgstr ""
16813
16814 #. type: =item
16815 #: ../src/guestfs-actions.pod:6380 ../fish/guestfish-actions.pod:4306
16816 msgid "S"
16817 msgstr ""
16818
16819 #. type: textblock
16820 #: ../src/guestfs-actions.pod:6382 ../fish/guestfish-actions.pod:4308
16821 msgid "Single 8-bit-byte characters."
16822 msgstr ""
16823
16824 #. type: =item
16825 #: ../src/guestfs-actions.pod:6384 ../fish/guestfish-actions.pod:4310
16826 msgid "b"
16827 msgstr ""
16828
16829 #. type: textblock
16830 #: ../src/guestfs-actions.pod:6386 ../fish/guestfish-actions.pod:4312
16831 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16832 msgstr ""
16833
16834 #. type: =item
16835 #: ../src/guestfs-actions.pod:6389 ../fish/guestfish-actions.pod:4315
16836 msgid "l (lower case letter L)"
16837 msgstr ""
16838
16839 #. type: textblock
16840 #: ../src/guestfs-actions.pod:6391 ../fish/guestfish-actions.pod:4317
16841 msgid ""
16842 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16843 "examining binaries in Windows guests."
16844 msgstr ""
16845
16846 #. type: =item
16847 #: ../src/guestfs-actions.pod:6394 ../fish/guestfish-actions.pod:4320
16848 msgid "B"
16849 msgstr ""
16850
16851 #. type: textblock
16852 #: ../src/guestfs-actions.pod:6396 ../fish/guestfish-actions.pod:4322
16853 msgid "32-bit big endian such as UCS-4BE."
16854 msgstr ""
16855
16856 #. type: =item
16857 #: ../src/guestfs-actions.pod:6398 ../fish/guestfish-actions.pod:4324
16858 msgid "L"
16859 msgstr ""
16860
16861 #. type: textblock
16862 #: ../src/guestfs-actions.pod:6400 ../fish/guestfish-actions.pod:4326
16863 msgid "32-bit little endian such as UCS-4LE."
16864 msgstr ""
16865
16866 #. type: textblock
16867 #: ../src/guestfs-actions.pod:6404 ../fish/guestfish-actions.pod:4330
16868 msgid "The returned strings are transcoded to UTF-8."
16869 msgstr ""
16870
16871 #. type: =head2
16872 #: ../src/guestfs-actions.pod:6415
16873 msgid "guestfs_swapoff_device"
16874 msgstr ""
16875
16876 #. type: verbatim
16877 #: ../src/guestfs-actions.pod:6417
16878 #, no-wrap
16879 msgid ""
16880 " int\n"
16881 " guestfs_swapoff_device (guestfs_h *g,\n"
16882 "                         const char *device);\n"
16883 "\n"
16884 msgstr ""
16885
16886 #. type: textblock
16887 #: ../src/guestfs-actions.pod:6421
16888 msgid ""
16889 "This command disables the libguestfs appliance swap device or partition "
16890 "named C<device>.  See C<guestfs_swapon_device>."
16891 msgstr ""
16892
16893 #. type: =head2
16894 #: ../src/guestfs-actions.pod:6429
16895 msgid "guestfs_swapoff_file"
16896 msgstr ""
16897
16898 #. type: verbatim
16899 #: ../src/guestfs-actions.pod:6431
16900 #, no-wrap
16901 msgid ""
16902 " int\n"
16903 " guestfs_swapoff_file (guestfs_h *g,\n"
16904 "                       const char *file);\n"
16905 "\n"
16906 msgstr ""
16907
16908 #. type: textblock
16909 #: ../src/guestfs-actions.pod:6435 ../fish/guestfish-actions.pod:4347
16910 msgid "This command disables the libguestfs appliance swap on file."
16911 msgstr ""
16912
16913 #. type: =head2
16914 #: ../src/guestfs-actions.pod:6441
16915 msgid "guestfs_swapoff_label"
16916 msgstr ""
16917
16918 #. type: verbatim
16919 #: ../src/guestfs-actions.pod:6443
16920 #, no-wrap
16921 msgid ""
16922 " int\n"
16923 " guestfs_swapoff_label (guestfs_h *g,\n"
16924 "                        const char *label);\n"
16925 "\n"
16926 msgstr ""
16927
16928 #. type: textblock
16929 #: ../src/guestfs-actions.pod:6447 ../fish/guestfish-actions.pod:4353
16930 msgid ""
16931 "This command disables the libguestfs appliance swap on labeled swap "
16932 "partition."
16933 msgstr ""
16934
16935 #. type: =head2
16936 #: ../src/guestfs-actions.pod:6454
16937 msgid "guestfs_swapoff_uuid"
16938 msgstr ""
16939
16940 #. type: verbatim
16941 #: ../src/guestfs-actions.pod:6456
16942 #, no-wrap
16943 msgid ""
16944 " int\n"
16945 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16946 "                       const char *uuid);\n"
16947 "\n"
16948 msgstr ""
16949
16950 #. type: textblock
16951 #: ../src/guestfs-actions.pod:6460 ../fish/guestfish-actions.pod:4360
16952 msgid ""
16953 "This command disables the libguestfs appliance swap partition with the given "
16954 "UUID."
16955 msgstr ""
16956
16957 #. type: =head2
16958 #: ../src/guestfs-actions.pod:6467
16959 msgid "guestfs_swapon_device"
16960 msgstr ""
16961
16962 #. type: verbatim
16963 #: ../src/guestfs-actions.pod:6469
16964 #, no-wrap
16965 msgid ""
16966 " int\n"
16967 " guestfs_swapon_device (guestfs_h *g,\n"
16968 "                        const char *device);\n"
16969 "\n"
16970 msgstr ""
16971
16972 #. type: textblock
16973 #: ../src/guestfs-actions.pod:6473
16974 msgid ""
16975 "This command enables the libguestfs appliance to use the swap device or "
16976 "partition named C<device>.  The increased memory is made available for all "
16977 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
16978 msgstr ""
16979
16980 #. type: textblock
16981 #: ../src/guestfs-actions.pod:6478 ../fish/guestfish-actions.pod:4372
16982 msgid ""
16983 "Note that you should not swap to existing guest swap partitions unless you "
16984 "know what you are doing.  They may contain hibernation information, or other "
16985 "information that the guest doesn't want you to trash.  You also risk leaking "
16986 "information about the host to the guest this way.  Instead, attach a new "
16987 "host device to the guest and swap on that."
16988 msgstr ""
16989
16990 #. type: =head2
16991 #: ../src/guestfs-actions.pod:6489
16992 msgid "guestfs_swapon_file"
16993 msgstr ""
16994
16995 #. type: verbatim
16996 #: ../src/guestfs-actions.pod:6491
16997 #, no-wrap
16998 msgid ""
16999 " int\n"
17000 " guestfs_swapon_file (guestfs_h *g,\n"
17001 "                      const char *file);\n"
17002 "\n"
17003 msgstr ""
17004
17005 #. type: textblock
17006 #: ../src/guestfs-actions.pod:6495
17007 msgid ""
17008 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17009 "notes."
17010 msgstr ""
17011
17012 #. type: =head2
17013 #: ../src/guestfs-actions.pod:6502
17014 msgid "guestfs_swapon_label"
17015 msgstr ""
17016
17017 #. type: verbatim
17018 #: ../src/guestfs-actions.pod:6504
17019 #, no-wrap
17020 msgid ""
17021 " int\n"
17022 " guestfs_swapon_label (guestfs_h *g,\n"
17023 "                       const char *label);\n"
17024 "\n"
17025 msgstr ""
17026
17027 #. type: textblock
17028 #: ../src/guestfs-actions.pod:6508
17029 msgid ""
17030 "This command enables swap to a labeled swap partition.  See "
17031 "C<guestfs_swapon_device> for other notes."
17032 msgstr ""
17033
17034 #. type: =head2
17035 #: ../src/guestfs-actions.pod:6515
17036 msgid "guestfs_swapon_uuid"
17037 msgstr ""
17038
17039 #. type: verbatim
17040 #: ../src/guestfs-actions.pod:6517
17041 #, no-wrap
17042 msgid ""
17043 " int\n"
17044 " guestfs_swapon_uuid (guestfs_h *g,\n"
17045 "                      const char *uuid);\n"
17046 "\n"
17047 msgstr ""
17048
17049 #. type: textblock
17050 #: ../src/guestfs-actions.pod:6521
17051 msgid ""
17052 "This command enables swap to a swap partition with the given UUID.  See "
17053 "C<guestfs_swapon_device> for other notes."
17054 msgstr ""
17055
17056 #. type: =head2
17057 #: ../src/guestfs-actions.pod:6528
17058 msgid "guestfs_sync"
17059 msgstr ""
17060
17061 #. type: verbatim
17062 #: ../src/guestfs-actions.pod:6530
17063 #, no-wrap
17064 msgid ""
17065 " int\n"
17066 " guestfs_sync (guestfs_h *g);\n"
17067 "\n"
17068 msgstr ""
17069
17070 #. type: textblock
17071 #: ../src/guestfs-actions.pod:6533 ../fish/guestfish-actions.pod:4404
17072 msgid ""
17073 "This syncs the disk, so that any writes are flushed through to the "
17074 "underlying disk image."
17075 msgstr ""
17076
17077 #. type: textblock
17078 #: ../src/guestfs-actions.pod:6536 ../fish/guestfish-actions.pod:4407
17079 msgid ""
17080 "You should always call this if you have modified a disk image, before "
17081 "closing the handle."
17082 msgstr ""
17083
17084 #. type: =head2
17085 #: ../src/guestfs-actions.pod:6543
17086 msgid "guestfs_tail"
17087 msgstr ""
17088
17089 #. type: verbatim
17090 #: ../src/guestfs-actions.pod:6545
17091 #, no-wrap
17092 msgid ""
17093 " char **\n"
17094 " guestfs_tail (guestfs_h *g,\n"
17095 "               const char *path);\n"
17096 "\n"
17097 msgstr ""
17098
17099 #. type: textblock
17100 #: ../src/guestfs-actions.pod:6549 ../fish/guestfish-actions.pod:4414
17101 msgid ""
17102 "This command returns up to the last 10 lines of a file as a list of strings."
17103 msgstr ""
17104
17105 #. type: =head2
17106 #: ../src/guestfs-actions.pod:6561
17107 msgid "guestfs_tail_n"
17108 msgstr ""
17109
17110 #. type: verbatim
17111 #: ../src/guestfs-actions.pod:6563
17112 #, no-wrap
17113 msgid ""
17114 " char **\n"
17115 " guestfs_tail_n (guestfs_h *g,\n"
17116 "                 int nrlines,\n"
17117 "                 const char *path);\n"
17118 "\n"
17119 msgstr ""
17120
17121 #. type: textblock
17122 #: ../src/guestfs-actions.pod:6568 ../fish/guestfish-actions.pod:4424
17123 msgid ""
17124 "If the parameter C<nrlines> is a positive number, this returns the last "
17125 "C<nrlines> lines of the file C<path>."
17126 msgstr ""
17127
17128 #. type: textblock
17129 #: ../src/guestfs-actions.pod:6571 ../fish/guestfish-actions.pod:4427
17130 msgid ""
17131 "If the parameter C<nrlines> is a negative number, this returns lines from "
17132 "the file C<path>, starting with the C<-nrlines>th line."
17133 msgstr ""
17134
17135 #. type: =head2
17136 #: ../src/guestfs-actions.pod:6585
17137 msgid "guestfs_tar_in"
17138 msgstr ""
17139
17140 #. type: verbatim
17141 #: ../src/guestfs-actions.pod:6587
17142 #, no-wrap
17143 msgid ""
17144 " int\n"
17145 " guestfs_tar_in (guestfs_h *g,\n"
17146 "                 const char *tarfile,\n"
17147 "                 const char *directory);\n"
17148 "\n"
17149 msgstr ""
17150
17151 #. type: textblock
17152 #: ../src/guestfs-actions.pod:6592 ../fish/guestfish-actions.pod:4439
17153 msgid ""
17154 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17155 "tar file) into C<directory>."
17156 msgstr ""
17157
17158 #. type: textblock
17159 #: ../src/guestfs-actions.pod:6595
17160 msgid ""
17161 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17162 msgstr ""
17163
17164 #. type: textblock
17165 #: ../src/guestfs-actions.pod:6600 ../src/guestfs-actions.pod:6617
17166 #: ../src/guestfs-actions.pod:6633 ../src/guestfs-actions.pod:6649
17167 msgid "(Added in 1.0.3)"
17168 msgstr ""
17169
17170 #. type: =head2
17171 #: ../src/guestfs-actions.pod:6602
17172 msgid "guestfs_tar_out"
17173 msgstr ""
17174
17175 #. type: verbatim
17176 #: ../src/guestfs-actions.pod:6604
17177 #, no-wrap
17178 msgid ""
17179 " int\n"
17180 " guestfs_tar_out (guestfs_h *g,\n"
17181 "                  const char *directory,\n"
17182 "                  const char *tarfile);\n"
17183 "\n"
17184 msgstr ""
17185
17186 #. type: textblock
17187 #: ../src/guestfs-actions.pod:6609 ../fish/guestfish-actions.pod:4451
17188 msgid ""
17189 "This command packs the contents of C<directory> and downloads it to local "
17190 "file C<tarfile>."
17191 msgstr ""
17192
17193 #. type: textblock
17194 #: ../src/guestfs-actions.pod:6612
17195 msgid ""
17196 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17197 "C<guestfs_txz_out>."
17198 msgstr ""
17199
17200 #. type: =head2
17201 #: ../src/guestfs-actions.pod:6619
17202 msgid "guestfs_tgz_in"
17203 msgstr ""
17204
17205 #. type: verbatim
17206 #: ../src/guestfs-actions.pod:6621
17207 #, no-wrap
17208 msgid ""
17209 " int\n"
17210 " guestfs_tgz_in (guestfs_h *g,\n"
17211 "                 const char *tarball,\n"
17212 "                 const char *directory);\n"
17213 "\n"
17214 msgstr ""
17215
17216 #. type: textblock
17217 #: ../src/guestfs-actions.pod:6626 ../fish/guestfish-actions.pod:4463
17218 msgid ""
17219 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
17220 "tar file) into C<directory>."
17221 msgstr ""
17222
17223 #. type: textblock
17224 #: ../src/guestfs-actions.pod:6629
17225 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
17226 msgstr ""
17227
17228 #. type: =head2
17229 #: ../src/guestfs-actions.pod:6635
17230 msgid "guestfs_tgz_out"
17231 msgstr ""
17232
17233 #. type: verbatim
17234 #: ../src/guestfs-actions.pod:6637
17235 #, no-wrap
17236 msgid ""
17237 " int\n"
17238 " guestfs_tgz_out (guestfs_h *g,\n"
17239 "                  const char *directory,\n"
17240 "                  const char *tarball);\n"
17241 "\n"
17242 msgstr ""
17243
17244 #. type: textblock
17245 #: ../src/guestfs-actions.pod:6642 ../fish/guestfish-actions.pod:4474
17246 msgid ""
17247 "This command packs the contents of C<directory> and downloads it to local "
17248 "file C<tarball>."
17249 msgstr ""
17250
17251 #. type: textblock
17252 #: ../src/guestfs-actions.pod:6645
17253 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
17254 msgstr ""
17255
17256 #. type: =head2
17257 #: ../src/guestfs-actions.pod:6651
17258 msgid "guestfs_touch"
17259 msgstr ""
17260
17261 #. type: verbatim
17262 #: ../src/guestfs-actions.pod:6653
17263 #, no-wrap
17264 msgid ""
17265 " int\n"
17266 " guestfs_touch (guestfs_h *g,\n"
17267 "                const char *path);\n"
17268 "\n"
17269 msgstr ""
17270
17271 #. type: textblock
17272 #: ../src/guestfs-actions.pod:6657 ../fish/guestfish-actions.pod:4485
17273 msgid ""
17274 "Touch acts like the L<touch(1)> command.  It can be used to update the "
17275 "timestamps on a file, or, if the file does not exist, to create a new zero-"
17276 "length file."
17277 msgstr ""
17278
17279 #. type: textblock
17280 #: ../src/guestfs-actions.pod:6661 ../fish/guestfish-actions.pod:4489
17281 msgid ""
17282 "This command only works on regular files, and will fail on other file types "
17283 "such as directories, symbolic links, block special etc."
17284 msgstr ""
17285
17286 #. type: =head2
17287 #: ../src/guestfs-actions.pod:6668
17288 msgid "guestfs_truncate"
17289 msgstr ""
17290
17291 #. type: verbatim
17292 #: ../src/guestfs-actions.pod:6670
17293 #, no-wrap
17294 msgid ""
17295 " int\n"
17296 " guestfs_truncate (guestfs_h *g,\n"
17297 "                   const char *path);\n"
17298 "\n"
17299 msgstr ""
17300
17301 #. type: textblock
17302 #: ../src/guestfs-actions.pod:6674 ../fish/guestfish-actions.pod:4496
17303 msgid ""
17304 "This command truncates C<path> to a zero-length file.  The file must exist "
17305 "already."
17306 msgstr ""
17307
17308 #. type: =head2
17309 #: ../src/guestfs-actions.pod:6681
17310 msgid "guestfs_truncate_size"
17311 msgstr ""
17312
17313 #. type: verbatim
17314 #: ../src/guestfs-actions.pod:6683
17315 #, no-wrap
17316 msgid ""
17317 " int\n"
17318 " guestfs_truncate_size (guestfs_h *g,\n"
17319 "                        const char *path,\n"
17320 "                        int64_t size);\n"
17321 "\n"
17322 msgstr ""
17323
17324 #. type: textblock
17325 #: ../src/guestfs-actions.pod:6688 ../fish/guestfish-actions.pod:4503
17326 msgid ""
17327 "This command truncates C<path> to size C<size> bytes.  The file must exist "
17328 "already."
17329 msgstr ""
17330
17331 #. type: textblock
17332 #: ../src/guestfs-actions.pod:6691
17333 msgid ""
17334 "If the current file size is less than C<size> then the file is extended to "
17335 "the required size with zero bytes.  This creates a sparse file (ie. disk "
17336 "blocks are not allocated for the file until you write to it).  To create a "
17337 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
17338 msgstr ""
17339
17340 #. type: =head2
17341 #: ../src/guestfs-actions.pod:6701
17342 msgid "guestfs_tune2fs_l"
17343 msgstr ""
17344
17345 #. type: verbatim
17346 #: ../src/guestfs-actions.pod:6703
17347 #, no-wrap
17348 msgid ""
17349 " char **\n"
17350 " guestfs_tune2fs_l (guestfs_h *g,\n"
17351 "                    const char *device);\n"
17352 "\n"
17353 msgstr ""
17354
17355 #. type: textblock
17356 #: ../src/guestfs-actions.pod:6707 ../fish/guestfish-actions.pod:4516
17357 msgid ""
17358 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
17359 "C<device>."
17360 msgstr ""
17361
17362 #. type: textblock
17363 #: ../src/guestfs-actions.pod:6710 ../fish/guestfish-actions.pod:4519
17364 msgid ""
17365 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
17366 "for more details.  The list of fields returned isn't clearly defined, and "
17367 "depends on both the version of C<tune2fs> that libguestfs was built against, "
17368 "and the filesystem itself."
17369 msgstr ""
17370
17371 #. type: =head2
17372 #: ../src/guestfs-actions.pod:6723
17373 msgid "guestfs_txz_in"
17374 msgstr ""
17375
17376 #. type: verbatim
17377 #: ../src/guestfs-actions.pod:6725
17378 #, no-wrap
17379 msgid ""
17380 " int\n"
17381 " guestfs_txz_in (guestfs_h *g,\n"
17382 "                 const char *tarball,\n"
17383 "                 const char *directory);\n"
17384 "\n"
17385 msgstr ""
17386
17387 #. type: textblock
17388 #: ../src/guestfs-actions.pod:6730 ../fish/guestfish-actions.pod:4528
17389 msgid ""
17390 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
17391 "tar file) into C<directory>."
17392 msgstr ""
17393
17394 #. type: =head2
17395 #: ../src/guestfs-actions.pod:6737
17396 msgid "guestfs_txz_out"
17397 msgstr ""
17398
17399 #. type: verbatim
17400 #: ../src/guestfs-actions.pod:6739
17401 #, no-wrap
17402 msgid ""
17403 " int\n"
17404 " guestfs_txz_out (guestfs_h *g,\n"
17405 "                  const char *directory,\n"
17406 "                  const char *tarball);\n"
17407 "\n"
17408 msgstr ""
17409
17410 #. type: textblock
17411 #: ../src/guestfs-actions.pod:6744 ../fish/guestfish-actions.pod:4537
17412 msgid ""
17413 "This command packs the contents of C<directory> and downloads it to local "
17414 "file C<tarball> (as an xz compressed tar archive)."
17415 msgstr ""
17416
17417 #. type: =head2
17418 #: ../src/guestfs-actions.pod:6751
17419 msgid "guestfs_umask"
17420 msgstr ""
17421
17422 #. type: verbatim
17423 #: ../src/guestfs-actions.pod:6753
17424 #, no-wrap
17425 msgid ""
17426 " int\n"
17427 " guestfs_umask (guestfs_h *g,\n"
17428 "                int mask);\n"
17429 "\n"
17430 msgstr ""
17431
17432 #. type: textblock
17433 #: ../src/guestfs-actions.pod:6757 ../fish/guestfish-actions.pod:4546
17434 msgid ""
17435 "This function sets the mask used for creating new files and device nodes to "
17436 "C<mask & 0777>."
17437 msgstr ""
17438
17439 #. type: textblock
17440 #: ../src/guestfs-actions.pod:6760 ../fish/guestfish-actions.pod:4549
17441 msgid ""
17442 "Typical umask values would be C<022> which creates new files with "
17443 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
17444 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
17445 msgstr ""
17446
17447 #. type: textblock
17448 #: ../src/guestfs-actions.pod:6765 ../fish/guestfish-actions.pod:4554
17449 msgid ""
17450 "The default umask is C<022>.  This is important because it means that "
17451 "directories and device nodes will be created with C<0644> or C<0755> mode "
17452 "even if you specify C<0777>."
17453 msgstr ""
17454
17455 #. type: textblock
17456 #: ../src/guestfs-actions.pod:6769
17457 msgid ""
17458 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
17459 "C<guestfs_mkdir>."
17460 msgstr ""
17461
17462 #. type: textblock
17463 #: ../src/guestfs-actions.pod:6772 ../fish/guestfish-actions.pod:4561
17464 msgid "This call returns the previous umask."
17465 msgstr ""
17466
17467 #. type: =head2
17468 #: ../src/guestfs-actions.pod:6778
17469 msgid "guestfs_umount"
17470 msgstr ""
17471
17472 #. type: verbatim
17473 #: ../src/guestfs-actions.pod:6780
17474 #, no-wrap
17475 msgid ""
17476 " int\n"
17477 " guestfs_umount (guestfs_h *g,\n"
17478 "                 const char *pathordevice);\n"
17479 "\n"
17480 msgstr ""
17481
17482 #. type: textblock
17483 #: ../src/guestfs-actions.pod:6784 ../fish/guestfish-actions.pod:4569
17484 msgid ""
17485 "This unmounts the given filesystem.  The filesystem may be specified either "
17486 "by its mountpoint (path) or the device which contains the filesystem."
17487 msgstr ""
17488
17489 #. type: =head2
17490 #: ../src/guestfs-actions.pod:6792
17491 msgid "guestfs_umount_all"
17492 msgstr ""
17493
17494 #. type: verbatim
17495 #: ../src/guestfs-actions.pod:6794
17496 #, no-wrap
17497 msgid ""
17498 " int\n"
17499 " guestfs_umount_all (guestfs_h *g);\n"
17500 "\n"
17501 msgstr ""
17502
17503 #. type: textblock
17504 #: ../src/guestfs-actions.pod:6797 ../fish/guestfish-actions.pod:4579
17505 msgid "This unmounts all mounted filesystems."
17506 msgstr ""
17507
17508 #. type: textblock
17509 #: ../src/guestfs-actions.pod:6799 ../fish/guestfish-actions.pod:4581
17510 msgid "Some internal mounts are not unmounted by this call."
17511 msgstr ""
17512
17513 #. type: =head2
17514 #: ../src/guestfs-actions.pod:6805
17515 msgid "guestfs_upload"
17516 msgstr ""
17517
17518 #. type: verbatim
17519 #: ../src/guestfs-actions.pod:6807
17520 #, no-wrap
17521 msgid ""
17522 " int\n"
17523 " guestfs_upload (guestfs_h *g,\n"
17524 "                 const char *filename,\n"
17525 "                 const char *remotefilename);\n"
17526 "\n"
17527 msgstr ""
17528
17529 #. type: textblock
17530 #: ../src/guestfs-actions.pod:6812 ../src/guestfs-actions.pod:6836
17531 #: ../fish/guestfish-actions.pod:4587 ../fish/guestfish-actions.pod:4600
17532 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
17533 msgstr ""
17534
17535 #. type: textblock
17536 #: ../src/guestfs-actions.pod:6817
17537 msgid "See also C<guestfs_download>."
17538 msgstr ""
17539
17540 #. type: =head2
17541 #: ../src/guestfs-actions.pod:6828
17542 msgid "guestfs_upload_offset"
17543 msgstr ""
17544
17545 #. type: verbatim
17546 #: ../src/guestfs-actions.pod:6830
17547 #, no-wrap
17548 msgid ""
17549 " int\n"
17550 " guestfs_upload_offset (guestfs_h *g,\n"
17551 "                        const char *filename,\n"
17552 "                        const char *remotefilename,\n"
17553 "                        int64_t offset);\n"
17554 "\n"
17555 msgstr ""
17556
17557 #. type: textblock
17558 #: ../src/guestfs-actions.pod:6839 ../fish/guestfish-actions.pod:4603
17559 msgid ""
17560 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17561 "The intention is to overwrite parts of existing files or devices, although "
17562 "if a non-existant file is specified then it is created with a \"hole\" "
17563 "before C<offset>.  The size of the data written is implicit in the size of "
17564 "the source C<filename>."
17565 msgstr ""
17566
17567 #. type: textblock
17568 #: ../src/guestfs-actions.pod:6846
17569 msgid ""
17570 "Note that there is no limit on the amount of data that can be uploaded with "
17571 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17572 "full amount unless an error occurs."
17573 msgstr ""
17574
17575 #. type: textblock
17576 #: ../src/guestfs-actions.pod:6851
17577 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17578 msgstr ""
17579
17580 #. type: =head2
17581 #: ../src/guestfs-actions.pod:6862
17582 msgid "guestfs_utimens"
17583 msgstr ""
17584
17585 #. type: verbatim
17586 #: ../src/guestfs-actions.pod:6864
17587 #, no-wrap
17588 msgid ""
17589 " int\n"
17590 " guestfs_utimens (guestfs_h *g,\n"
17591 "                  const char *path,\n"
17592 "                  int64_t atsecs,\n"
17593 "                  int64_t atnsecs,\n"
17594 "                  int64_t mtsecs,\n"
17595 "                  int64_t mtnsecs);\n"
17596 "\n"
17597 msgstr ""
17598
17599 #. type: textblock
17600 #: ../src/guestfs-actions.pod:6872 ../fish/guestfish-actions.pod:4623
17601 msgid "This command sets the timestamps of a file with nanosecond precision."
17602 msgstr ""
17603
17604 #. type: textblock
17605 #: ../src/guestfs-actions.pod:6875 ../fish/guestfish-actions.pod:4626
17606 msgid ""
17607 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
17608 "from the epoch."
17609 msgstr ""
17610
17611 #. type: textblock
17612 #: ../src/guestfs-actions.pod:6878 ../fish/guestfish-actions.pod:4629
17613 msgid ""
17614 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
17615 "nanoseconds from the epoch."
17616 msgstr ""
17617
17618 #. type: textblock
17619 #: ../src/guestfs-actions.pod:6881 ../fish/guestfish-actions.pod:4632
17620 msgid ""
17621 "If the C<*nsecs> field contains the special value C<-1> then the "
17622 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
17623 "ignored in this case)."
17624 msgstr ""
17625
17626 #. type: textblock
17627 #: ../src/guestfs-actions.pod:6885 ../fish/guestfish-actions.pod:4636
17628 msgid ""
17629 "If the C<*nsecs> field contains the special value C<-2> then the "
17630 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
17631 "in this case)."
17632 msgstr ""
17633
17634 #. type: =head2
17635 #: ../src/guestfs-actions.pod:6893 ../src/guestfs-structs.pod:175
17636 msgid "guestfs_version"
17637 msgstr ""
17638
17639 #. type: verbatim
17640 #: ../src/guestfs-actions.pod:6895
17641 #, no-wrap
17642 msgid ""
17643 " struct guestfs_version *\n"
17644 " guestfs_version (guestfs_h *g);\n"
17645 "\n"
17646 msgstr ""
17647
17648 #. type: textblock
17649 #: ../src/guestfs-actions.pod:6898 ../fish/guestfish-actions.pod:4644
17650 msgid ""
17651 "Return the libguestfs version number that the program is linked against."
17652 msgstr ""
17653
17654 #. type: textblock
17655 #: ../src/guestfs-actions.pod:6901 ../fish/guestfish-actions.pod:4647
17656 msgid ""
17657 "Note that because of dynamic linking this is not necessarily the version of "
17658 "libguestfs that you compiled against.  You can compile the program, and then "
17659 "at runtime dynamically link against a completely different C<libguestfs.so> "
17660 "library."
17661 msgstr ""
17662
17663 #. type: textblock
17664 #: ../src/guestfs-actions.pod:6906 ../fish/guestfish-actions.pod:4652
17665 msgid ""
17666 "This call was added in version C<1.0.58>.  In previous versions of "
17667 "libguestfs there was no way to get the version number.  From C code you can "
17668 "use dynamic linker functions to find out if this symbol exists (if it "
17669 "doesn't, then it's an earlier version)."
17670 msgstr ""
17671
17672 #. type: textblock
17673 #: ../src/guestfs-actions.pod:6912 ../fish/guestfish-actions.pod:4658
17674 msgid ""
17675 "The call returns a structure with four elements.  The first three (C<major>, "
17676 "C<minor> and C<release>) are numbers and correspond to the usual version "
17677 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
17678 "but may be used for distro-specific information."
17679 msgstr ""
17680
17681 #. type: textblock
17682 #: ../src/guestfs-actions.pod:6918 ../fish/guestfish-actions.pod:4664
17683 msgid ""
17684 "To construct the original version string: C<$major.$minor.$release$extra>"
17685 msgstr ""
17686
17687 #. type: textblock
17688 #: ../src/guestfs-actions.pod:6921 ../fish/guestfish-actions.pod:4667
17689 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
17690 msgstr ""
17691
17692 #. type: textblock
17693 #: ../src/guestfs-actions.pod:6923
17694 msgid ""
17695 "I<Note:> Don't use this call to test for availability of features.  In "
17696 "enterprise distributions we backport features from later versions into "
17697 "earlier versions, making this an unreliable way to test for features.  Use "
17698 "C<guestfs_available> instead."
17699 msgstr ""
17700
17701 #. type: textblock
17702 #: ../src/guestfs-actions.pod:6929
17703 msgid ""
17704 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
17705 "error.  I<The caller must call C<guestfs_free_version> after use>."
17706 msgstr ""
17707
17708 #. type: textblock
17709 #: ../src/guestfs-actions.pod:6933
17710 msgid "(Added in 1.0.58)"
17711 msgstr ""
17712
17713 #. type: =head2
17714 #: ../src/guestfs-actions.pod:6935
17715 msgid "guestfs_vfs_label"
17716 msgstr ""
17717
17718 #. type: verbatim
17719 #: ../src/guestfs-actions.pod:6937
17720 #, no-wrap
17721 msgid ""
17722 " char *\n"
17723 " guestfs_vfs_label (guestfs_h *g,\n"
17724 "                    const char *device);\n"
17725 "\n"
17726 msgstr ""
17727
17728 #. type: textblock
17729 #: ../src/guestfs-actions.pod:6941 ../fish/guestfish-actions.pod:4679
17730 msgid "This returns the filesystem label of the filesystem on C<device>."
17731 msgstr ""
17732
17733 #. type: textblock
17734 #: ../src/guestfs-actions.pod:6944 ../fish/guestfish-actions.pod:4682
17735 msgid "If the filesystem is unlabeled, this returns the empty string."
17736 msgstr ""
17737
17738 #. type: textblock
17739 #: ../src/guestfs-actions.pod:6946
17740 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
17741 msgstr ""
17742
17743 #. type: textblock
17744 #: ../src/guestfs-actions.pod:6951 ../src/guestfs-actions.pod:6988
17745 msgid "(Added in 1.3.18)"
17746 msgstr ""
17747
17748 #. type: =head2
17749 #: ../src/guestfs-actions.pod:6953
17750 msgid "guestfs_vfs_type"
17751 msgstr ""
17752
17753 #. type: verbatim
17754 #: ../src/guestfs-actions.pod:6955
17755 #, no-wrap
17756 msgid ""
17757 " char *\n"
17758 " guestfs_vfs_type (guestfs_h *g,\n"
17759 "                   const char *device);\n"
17760 "\n"
17761 msgstr ""
17762
17763 #. type: textblock
17764 #: ../src/guestfs-actions.pod:6959 ../fish/guestfish-actions.pod:4690
17765 msgid ""
17766 "This command gets the filesystem type corresponding to the filesystem on "
17767 "C<device>."
17768 msgstr ""
17769
17770 #. type: textblock
17771 #: ../src/guestfs-actions.pod:6962 ../fish/guestfish-actions.pod:4693
17772 msgid ""
17773 "For most filesystems, the result is the name of the Linux VFS module which "
17774 "would be used to mount this filesystem if you mounted it without specifying "
17775 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17776 msgstr ""
17777
17778 #. type: =head2
17779 #: ../src/guestfs-actions.pod:6972
17780 msgid "guestfs_vfs_uuid"
17781 msgstr ""
17782
17783 #. type: verbatim
17784 #: ../src/guestfs-actions.pod:6974
17785 #, no-wrap
17786 msgid ""
17787 " char *\n"
17788 " guestfs_vfs_uuid (guestfs_h *g,\n"
17789 "                   const char *device);\n"
17790 "\n"
17791 msgstr ""
17792
17793 #. type: textblock
17794 #: ../src/guestfs-actions.pod:6978 ../fish/guestfish-actions.pod:4702
17795 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17796 msgstr ""
17797
17798 #. type: textblock
17799 #: ../src/guestfs-actions.pod:6981 ../fish/guestfish-actions.pod:4705
17800 msgid "If the filesystem does not have a UUID, this returns the empty string."
17801 msgstr ""
17802
17803 #. type: textblock
17804 #: ../src/guestfs-actions.pod:6983
17805 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17806 msgstr ""
17807
17808 #. type: =head2
17809 #: ../src/guestfs-actions.pod:6990
17810 msgid "guestfs_vg_activate"
17811 msgstr ""
17812
17813 #. type: verbatim
17814 #: ../src/guestfs-actions.pod:6992
17815 #, no-wrap
17816 msgid ""
17817 " int\n"
17818 " guestfs_vg_activate (guestfs_h *g,\n"
17819 "                      int activate,\n"
17820 "                      char *const *volgroups);\n"
17821 "\n"
17822 msgstr ""
17823
17824 #. type: textblock
17825 #: ../src/guestfs-actions.pod:6997 ../fish/guestfish-actions.pod:4713
17826 msgid ""
17827 "This command activates or (if C<activate> is false) deactivates all logical "
17828 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17829 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17830 "deactivated, then those devices disappear."
17831 msgstr ""
17832
17833 #. type: textblock
17834 #: ../src/guestfs-actions.pod:7003 ../fish/guestfish-actions.pod:4719
17835 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17836 msgstr ""
17837
17838 #. type: textblock
17839 #: ../src/guestfs-actions.pod:7005 ../fish/guestfish-actions.pod:4721
17840 msgid ""
17841 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17842 "activated or deactivated."
17843 msgstr ""
17844
17845 #. type: =head2
17846 #: ../src/guestfs-actions.pod:7012
17847 msgid "guestfs_vg_activate_all"
17848 msgstr ""
17849
17850 #. type: verbatim
17851 #: ../src/guestfs-actions.pod:7014
17852 #, no-wrap
17853 msgid ""
17854 " int\n"
17855 " guestfs_vg_activate_all (guestfs_h *g,\n"
17856 "                          int activate);\n"
17857 "\n"
17858 msgstr ""
17859
17860 #. type: textblock
17861 #: ../src/guestfs-actions.pod:7018 ../fish/guestfish-actions.pod:4728
17862 msgid ""
17863 "This command activates or (if C<activate> is false) deactivates all logical "
17864 "volumes in all volume groups.  If activated, then they are made known to the "
17865 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17866 "those devices disappear."
17867 msgstr ""
17868
17869 #. type: textblock
17870 #: ../src/guestfs-actions.pod:7024 ../fish/guestfish-actions.pod:4734
17871 msgid "This command is the same as running C<vgchange -a y|n>"
17872 msgstr ""
17873
17874 #. type: =head2
17875 #: ../src/guestfs-actions.pod:7030
17876 msgid "guestfs_vgcreate"
17877 msgstr ""
17878
17879 #. type: verbatim
17880 #: ../src/guestfs-actions.pod:7032
17881 #, no-wrap
17882 msgid ""
17883 " int\n"
17884 " guestfs_vgcreate (guestfs_h *g,\n"
17885 "                   const char *volgroup,\n"
17886 "                   char *const *physvols);\n"
17887 "\n"
17888 msgstr ""
17889
17890 #. type: textblock
17891 #: ../src/guestfs-actions.pod:7037 ../fish/guestfish-actions.pod:4740
17892 msgid ""
17893 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17894 "of physical volumes C<physvols>."
17895 msgstr ""
17896
17897 #. type: =head2
17898 #: ../src/guestfs-actions.pod:7044
17899 msgid "guestfs_vglvuuids"
17900 msgstr ""
17901
17902 #. type: verbatim
17903 #: ../src/guestfs-actions.pod:7046
17904 #, no-wrap
17905 msgid ""
17906 " char **\n"
17907 " guestfs_vglvuuids (guestfs_h *g,\n"
17908 "                    const char *vgname);\n"
17909 "\n"
17910 msgstr ""
17911
17912 #. type: textblock
17913 #: ../src/guestfs-actions.pod:7050 ../fish/guestfish-actions.pod:4747
17914 msgid ""
17915 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17916 "volumes created in this volume group."
17917 msgstr ""
17918
17919 #. type: textblock
17920 #: ../src/guestfs-actions.pod:7053
17921 msgid ""
17922 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17923 "associate logical volumes and volume groups."
17924 msgstr ""
17925
17926 #. type: textblock
17927 #: ../src/guestfs-actions.pod:7056
17928 msgid "See also C<guestfs_vgpvuuids>."
17929 msgstr ""
17930
17931 #. type: =head2
17932 #: ../src/guestfs-actions.pod:7064
17933 msgid "guestfs_vgpvuuids"
17934 msgstr ""
17935
17936 #. type: verbatim
17937 #: ../src/guestfs-actions.pod:7066
17938 #, no-wrap
17939 msgid ""
17940 " char **\n"
17941 " guestfs_vgpvuuids (guestfs_h *g,\n"
17942 "                    const char *vgname);\n"
17943 "\n"
17944 msgstr ""
17945
17946 #. type: textblock
17947 #: ../src/guestfs-actions.pod:7070 ../fish/guestfish-actions.pod:4759
17948 msgid ""
17949 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17950 "volumes that this volume group resides on."
17951 msgstr ""
17952
17953 #. type: textblock
17954 #: ../src/guestfs-actions.pod:7073
17955 msgid ""
17956 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17957 "associate physical volumes and volume groups."
17958 msgstr ""
17959
17960 #. type: textblock
17961 #: ../src/guestfs-actions.pod:7076
17962 msgid "See also C<guestfs_vglvuuids>."
17963 msgstr ""
17964
17965 #. type: =head2
17966 #: ../src/guestfs-actions.pod:7084
17967 msgid "guestfs_vgremove"
17968 msgstr ""
17969
17970 #. type: verbatim
17971 #: ../src/guestfs-actions.pod:7086
17972 #, no-wrap
17973 msgid ""
17974 " int\n"
17975 " guestfs_vgremove (guestfs_h *g,\n"
17976 "                   const char *vgname);\n"
17977 "\n"
17978 msgstr ""
17979
17980 #. type: textblock
17981 #: ../src/guestfs-actions.pod:7090 ../fish/guestfish-actions.pod:4771
17982 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
17983 msgstr ""
17984
17985 #. type: textblock
17986 #: ../src/guestfs-actions.pod:7092 ../fish/guestfish-actions.pod:4773
17987 msgid ""
17988 "This also forcibly removes all logical volumes in the volume group (if any)."
17989 msgstr ""
17990
17991 #. type: =head2
17992 #: ../src/guestfs-actions.pod:7099
17993 msgid "guestfs_vgrename"
17994 msgstr ""
17995
17996 #. type: verbatim
17997 #: ../src/guestfs-actions.pod:7101
17998 #, no-wrap
17999 msgid ""
18000 " int\n"
18001 " guestfs_vgrename (guestfs_h *g,\n"
18002 "                   const char *volgroup,\n"
18003 "                   const char *newvolgroup);\n"
18004 "\n"
18005 msgstr ""
18006
18007 #. type: textblock
18008 #: ../src/guestfs-actions.pod:7106 ../fish/guestfish-actions.pod:4780
18009 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18010 msgstr ""
18011
18012 #. type: =head2
18013 #: ../src/guestfs-actions.pod:7112
18014 msgid "guestfs_vgs"
18015 msgstr ""
18016
18017 #. type: verbatim
18018 #: ../src/guestfs-actions.pod:7114
18019 #, no-wrap
18020 msgid ""
18021 " char **\n"
18022 " guestfs_vgs (guestfs_h *g);\n"
18023 "\n"
18024 msgstr ""
18025
18026 #. type: textblock
18027 #: ../src/guestfs-actions.pod:7117 ../fish/guestfish-actions.pod:4786
18028 msgid ""
18029 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18030 "> command."
18031 msgstr ""
18032
18033 #. type: textblock
18034 #: ../src/guestfs-actions.pod:7120 ../fish/guestfish-actions.pod:4789
18035 msgid ""
18036 "This returns a list of just the volume group names that were detected (eg. "
18037 "C<VolGroup00>)."
18038 msgstr ""
18039
18040 #. type: textblock
18041 #: ../src/guestfs-actions.pod:7123
18042 msgid "See also C<guestfs_vgs_full>."
18043 msgstr ""
18044
18045 #. type: =head2
18046 #: ../src/guestfs-actions.pod:7131
18047 msgid "guestfs_vgs_full"
18048 msgstr ""
18049
18050 #. type: verbatim
18051 #: ../src/guestfs-actions.pod:7133
18052 #, no-wrap
18053 msgid ""
18054 " struct guestfs_lvm_vg_list *\n"
18055 " guestfs_vgs_full (guestfs_h *g);\n"
18056 "\n"
18057 msgstr ""
18058
18059 #. type: textblock
18060 #: ../src/guestfs-actions.pod:7136 ../fish/guestfish-actions.pod:4798
18061 msgid ""
18062 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18063 "> command.  The \"full\" version includes all fields."
18064 msgstr ""
18065
18066 #. type: textblock
18067 #: ../src/guestfs-actions.pod:7139
18068 msgid ""
18069 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18070 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18071 msgstr ""
18072
18073 #. type: =head2
18074 #: ../src/guestfs-actions.pod:7145
18075 msgid "guestfs_vgscan"
18076 msgstr ""
18077
18078 #. type: verbatim
18079 #: ../src/guestfs-actions.pod:7147
18080 #, no-wrap
18081 msgid ""
18082 " int\n"
18083 " guestfs_vgscan (guestfs_h *g);\n"
18084 "\n"
18085 msgstr ""
18086
18087 #. type: textblock
18088 #: ../src/guestfs-actions.pod:7150 ../fish/guestfish-actions.pod:4805
18089 msgid ""
18090 "This rescans all block devices and rebuilds the list of LVM physical "
18091 "volumes, volume groups and logical volumes."
18092 msgstr ""
18093
18094 #. type: =head2
18095 #: ../src/guestfs-actions.pod:7157
18096 msgid "guestfs_vguuid"
18097 msgstr ""
18098
18099 #. type: verbatim
18100 #: ../src/guestfs-actions.pod:7159
18101 #, no-wrap
18102 msgid ""
18103 " char *\n"
18104 " guestfs_vguuid (guestfs_h *g,\n"
18105 "                 const char *vgname);\n"
18106 "\n"
18107 msgstr ""
18108
18109 #. type: textblock
18110 #: ../src/guestfs-actions.pod:7163 ../fish/guestfish-actions.pod:4812
18111 msgid "This command returns the UUID of the LVM VG named C<vgname>."
18112 msgstr ""
18113
18114 #. type: =head2
18115 #: ../src/guestfs-actions.pod:7170
18116 msgid "guestfs_wait_ready"
18117 msgstr ""
18118
18119 #. type: verbatim
18120 #: ../src/guestfs-actions.pod:7172
18121 #, no-wrap
18122 msgid ""
18123 " int\n"
18124 " guestfs_wait_ready (guestfs_h *g);\n"
18125 "\n"
18126 msgstr ""
18127
18128 #. type: textblock
18129 #: ../src/guestfs-actions.pod:7175
18130 msgid "This function is a no op."
18131 msgstr ""
18132
18133 #. type: textblock
18134 #: ../src/guestfs-actions.pod:7177
18135 msgid ""
18136 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
18137 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
18138 "is no longer necessary because C<guestfs_launch> now does the waiting."
18139 msgstr ""
18140
18141 #. type: textblock
18142 #: ../src/guestfs-actions.pod:7182
18143 msgid ""
18144 "If you see any calls to this function in code then you can just remove them, "
18145 "unless you want to retain compatibility with older versions of the API."
18146 msgstr ""
18147
18148 #. type: =head2
18149 #: ../src/guestfs-actions.pod:7190
18150 msgid "guestfs_wc_c"
18151 msgstr ""
18152
18153 #. type: verbatim
18154 #: ../src/guestfs-actions.pod:7192
18155 #, no-wrap
18156 msgid ""
18157 " int\n"
18158 " guestfs_wc_c (guestfs_h *g,\n"
18159 "               const char *path);\n"
18160 "\n"
18161 msgstr ""
18162
18163 #. type: textblock
18164 #: ../src/guestfs-actions.pod:7196 ../fish/guestfish-actions.pod:4818
18165 msgid ""
18166 "This command counts the characters in a file, using the C<wc -c> external "
18167 "command."
18168 msgstr ""
18169
18170 #. type: =head2
18171 #: ../src/guestfs-actions.pod:7203
18172 msgid "guestfs_wc_l"
18173 msgstr ""
18174
18175 #. type: verbatim
18176 #: ../src/guestfs-actions.pod:7205
18177 #, no-wrap
18178 msgid ""
18179 " int\n"
18180 " guestfs_wc_l (guestfs_h *g,\n"
18181 "               const char *path);\n"
18182 "\n"
18183 msgstr ""
18184
18185 #. type: textblock
18186 #: ../src/guestfs-actions.pod:7209 ../fish/guestfish-actions.pod:4825
18187 msgid ""
18188 "This command counts the lines in a file, using the C<wc -l> external command."
18189 msgstr ""
18190
18191 #. type: =head2
18192 #: ../src/guestfs-actions.pod:7216
18193 msgid "guestfs_wc_w"
18194 msgstr ""
18195
18196 #. type: verbatim
18197 #: ../src/guestfs-actions.pod:7218
18198 #, no-wrap
18199 msgid ""
18200 " int\n"
18201 " guestfs_wc_w (guestfs_h *g,\n"
18202 "               const char *path);\n"
18203 "\n"
18204 msgstr ""
18205
18206 #. type: textblock
18207 #: ../src/guestfs-actions.pod:7222 ../fish/guestfish-actions.pod:4832
18208 msgid ""
18209 "This command counts the words in a file, using the C<wc -w> external command."
18210 msgstr ""
18211
18212 #. type: =head2
18213 #: ../src/guestfs-actions.pod:7229
18214 msgid "guestfs_write"
18215 msgstr ""
18216
18217 #. type: verbatim
18218 #: ../src/guestfs-actions.pod:7231
18219 #, no-wrap
18220 msgid ""
18221 " int\n"
18222 " guestfs_write (guestfs_h *g,\n"
18223 "                const char *path,\n"
18224 "                const char *content,\n"
18225 "                size_t content_size);\n"
18226 "\n"
18227 msgstr ""
18228
18229 #. type: textblock
18230 #: ../src/guestfs-actions.pod:7237 ../fish/guestfish-actions.pod:4839
18231 msgid ""
18232 "This call creates a file called C<path>.  The content of the file is the "
18233 "string C<content> (which can contain any 8 bit data)."
18234 msgstr ""
18235
18236 #. type: =head2
18237 #: ../src/guestfs-actions.pod:7247
18238 msgid "guestfs_write_file"
18239 msgstr ""
18240
18241 #. type: verbatim
18242 #: ../src/guestfs-actions.pod:7249
18243 #, no-wrap
18244 msgid ""
18245 " int\n"
18246 " guestfs_write_file (guestfs_h *g,\n"
18247 "                     const char *path,\n"
18248 "                     const char *content,\n"
18249 "                     int size);\n"
18250 "\n"
18251 msgstr ""
18252
18253 #. type: textblock
18254 #: ../src/guestfs-actions.pod:7255 ../fish/guestfish-actions.pod:4849
18255 msgid ""
18256 "This call creates a file called C<path>.  The contents of the file is the "
18257 "string C<content> (which can contain any 8 bit data), with length C<size>."
18258 msgstr ""
18259
18260 #. type: textblock
18261 #: ../src/guestfs-actions.pod:7259 ../fish/guestfish-actions.pod:4853
18262 msgid ""
18263 "As a special case, if C<size> is C<0> then the length is calculated using "
18264 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
18265 msgstr ""
18266
18267 #. type: textblock
18268 #: ../src/guestfs-actions.pod:7263 ../fish/guestfish-actions.pod:4857
18269 msgid ""
18270 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
18271 "I<not> work, even if the length is specified."
18272 msgstr ""
18273
18274 #. type: textblock
18275 #: ../src/guestfs-actions.pod:7271 ../fish/guestfish-actions.pod:4863
18276 msgid ""
18277 "This function is deprecated.  In new code, use the C<write> call instead."
18278 msgstr ""
18279
18280 #. type: =head2
18281 #: ../src/guestfs-actions.pod:7280
18282 msgid "guestfs_zegrep"
18283 msgstr ""
18284
18285 #. type: verbatim
18286 #: ../src/guestfs-actions.pod:7282
18287 #, no-wrap
18288 msgid ""
18289 " char **\n"
18290 " guestfs_zegrep (guestfs_h *g,\n"
18291 "                 const char *regex,\n"
18292 "                 const char *path);\n"
18293 "\n"
18294 msgstr ""
18295
18296 #. type: textblock
18297 #: ../src/guestfs-actions.pod:7287 ../fish/guestfish-actions.pod:4874
18298 msgid ""
18299 "This calls the external C<zegrep> program and returns the matching lines."
18300 msgstr ""
18301
18302 #. type: =head2
18303 #: ../src/guestfs-actions.pod:7299
18304 msgid "guestfs_zegrepi"
18305 msgstr ""
18306
18307 #. type: verbatim
18308 #: ../src/guestfs-actions.pod:7301
18309 #, no-wrap
18310 msgid ""
18311 " char **\n"
18312 " guestfs_zegrepi (guestfs_h *g,\n"
18313 "                  const char *regex,\n"
18314 "                  const char *path);\n"
18315 "\n"
18316 msgstr ""
18317
18318 #. type: textblock
18319 #: ../src/guestfs-actions.pod:7306 ../fish/guestfish-actions.pod:4884
18320 msgid ""
18321 "This calls the external C<zegrep -i> program and returns the matching lines."
18322 msgstr ""
18323
18324 #. type: =head2
18325 #: ../src/guestfs-actions.pod:7318
18326 msgid "guestfs_zero"
18327 msgstr ""
18328
18329 #. type: verbatim
18330 #: ../src/guestfs-actions.pod:7320
18331 #, no-wrap
18332 msgid ""
18333 " int\n"
18334 " guestfs_zero (guestfs_h *g,\n"
18335 "               const char *device);\n"
18336 "\n"
18337 msgstr ""
18338
18339 #. type: textblock
18340 #: ../src/guestfs-actions.pod:7324 ../fish/guestfish-actions.pod:4894
18341 msgid "This command writes zeroes over the first few blocks of C<device>."
18342 msgstr ""
18343
18344 #. type: textblock
18345 #: ../src/guestfs-actions.pod:7326 ../fish/guestfish-actions.pod:4896
18346 msgid ""
18347 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
18348 "securely wipe the device).  It should be sufficient to remove any partition "
18349 "tables, filesystem superblocks and so on."
18350 msgstr ""
18351
18352 #. type: textblock
18353 #: ../src/guestfs-actions.pod:7330
18354 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
18355 msgstr ""
18356
18357 #. type: =head2
18358 #: ../src/guestfs-actions.pod:7341
18359 msgid "guestfs_zero_device"
18360 msgstr ""
18361
18362 #. type: verbatim
18363 #: ../src/guestfs-actions.pod:7343
18364 #, no-wrap
18365 msgid ""
18366 " int\n"
18367 " guestfs_zero_device (guestfs_h *g,\n"
18368 "                      const char *device);\n"
18369 "\n"
18370 msgstr ""
18371
18372 #. type: textblock
18373 #: ../src/guestfs-actions.pod:7347
18374 msgid ""
18375 "This command writes zeroes over the entire C<device>.  Compare with "
18376 "C<guestfs_zero> which just zeroes the first few blocks of a device."
18377 msgstr ""
18378
18379 #. type: textblock
18380 #: ../src/guestfs-actions.pod:7361
18381 msgid "(Added in 1.3.1)"
18382 msgstr ""
18383
18384 #. type: =head2
18385 #: ../src/guestfs-actions.pod:7363
18386 msgid "guestfs_zerofree"
18387 msgstr ""
18388
18389 #. type: verbatim
18390 #: ../src/guestfs-actions.pod:7365
18391 #, no-wrap
18392 msgid ""
18393 " int\n"
18394 " guestfs_zerofree (guestfs_h *g,\n"
18395 "                   const char *device);\n"
18396 "\n"
18397 msgstr ""
18398
18399 #. type: textblock
18400 #: ../src/guestfs-actions.pod:7369 ../fish/guestfish-actions.pod:4917
18401 msgid ""
18402 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
18403 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
18404 "possible to compress the filesystem more effectively."
18405 msgstr ""
18406
18407 #. type: textblock
18408 #: ../src/guestfs-actions.pod:7374 ../fish/guestfish-actions.pod:4922
18409 msgid "You should B<not> run this program if the filesystem is mounted."
18410 msgstr ""
18411
18412 #. type: textblock
18413 #: ../src/guestfs-actions.pod:7377 ../fish/guestfish-actions.pod:4925
18414 msgid ""
18415 "It is possible that using this program can damage the filesystem or data on "
18416 "the filesystem."
18417 msgstr ""
18418
18419 #. type: =head2
18420 #: ../src/guestfs-actions.pod:7384
18421 msgid "guestfs_zfgrep"
18422 msgstr ""
18423
18424 #. type: verbatim
18425 #: ../src/guestfs-actions.pod:7386
18426 #, no-wrap
18427 msgid ""
18428 " char **\n"
18429 " guestfs_zfgrep (guestfs_h *g,\n"
18430 "                 const char *pattern,\n"
18431 "                 const char *path);\n"
18432 "\n"
18433 msgstr ""
18434
18435 #. type: textblock
18436 #: ../src/guestfs-actions.pod:7391 ../fish/guestfish-actions.pod:4932
18437 msgid ""
18438 "This calls the external C<zfgrep> program and returns the matching lines."
18439 msgstr ""
18440
18441 #. type: =head2
18442 #: ../src/guestfs-actions.pod:7403
18443 msgid "guestfs_zfgrepi"
18444 msgstr ""
18445
18446 #. type: verbatim
18447 #: ../src/guestfs-actions.pod:7405
18448 #, no-wrap
18449 msgid ""
18450 " char **\n"
18451 " guestfs_zfgrepi (guestfs_h *g,\n"
18452 "                  const char *pattern,\n"
18453 "                  const char *path);\n"
18454 "\n"
18455 msgstr ""
18456
18457 #. type: textblock
18458 #: ../src/guestfs-actions.pod:7410 ../fish/guestfish-actions.pod:4942
18459 msgid ""
18460 "This calls the external C<zfgrep -i> program and returns the matching lines."
18461 msgstr ""
18462
18463 #. type: =head2
18464 #: ../src/guestfs-actions.pod:7422
18465 msgid "guestfs_zfile"
18466 msgstr ""
18467
18468 #. type: verbatim
18469 #: ../src/guestfs-actions.pod:7424
18470 #, no-wrap
18471 msgid ""
18472 " char *\n"
18473 " guestfs_zfile (guestfs_h *g,\n"
18474 "                const char *meth,\n"
18475 "                const char *path);\n"
18476 "\n"
18477 msgstr ""
18478
18479 #. type: textblock
18480 #: ../src/guestfs-actions.pod:7429 ../fish/guestfish-actions.pod:4952
18481 msgid ""
18482 "This command runs C<file> after first decompressing C<path> using C<method>."
18483 msgstr ""
18484
18485 #. type: textblock
18486 #: ../src/guestfs-actions.pod:7432 ../fish/guestfish-actions.pod:4955
18487 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
18488 msgstr ""
18489
18490 #. type: textblock
18491 #: ../src/guestfs-actions.pod:7434
18492 msgid ""
18493 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
18494 "files."
18495 msgstr ""
18496
18497 #. type: textblock
18498 #: ../src/guestfs-actions.pod:7440 ../fish/guestfish-actions.pod:4960
18499 msgid ""
18500 "This function is deprecated.  In new code, use the C<file> call instead."
18501 msgstr ""
18502
18503 #. type: =head2
18504 #: ../src/guestfs-actions.pod:7449
18505 msgid "guestfs_zgrep"
18506 msgstr ""
18507
18508 #. type: verbatim
18509 #: ../src/guestfs-actions.pod:7451
18510 #, no-wrap
18511 msgid ""
18512 " char **\n"
18513 " guestfs_zgrep (guestfs_h *g,\n"
18514 "                const char *regex,\n"
18515 "                const char *path);\n"
18516 "\n"
18517 msgstr ""
18518
18519 #. type: textblock
18520 #: ../src/guestfs-actions.pod:7456 ../fish/guestfish-actions.pod:4971
18521 msgid ""
18522 "This calls the external C<zgrep> program and returns the matching lines."
18523 msgstr ""
18524
18525 #. type: =head2
18526 #: ../src/guestfs-actions.pod:7468
18527 msgid "guestfs_zgrepi"
18528 msgstr ""
18529
18530 #. type: verbatim
18531 #: ../src/guestfs-actions.pod:7470
18532 #, no-wrap
18533 msgid ""
18534 " char **\n"
18535 " guestfs_zgrepi (guestfs_h *g,\n"
18536 "                 const char *regex,\n"
18537 "                 const char *path);\n"
18538 "\n"
18539 msgstr ""
18540
18541 #. type: textblock
18542 #: ../src/guestfs-actions.pod:7475 ../fish/guestfish-actions.pod:4981
18543 msgid ""
18544 "This calls the external C<zgrep -i> program and returns the matching lines."
18545 msgstr ""
18546
18547 #. type: =item
18548 #: ../src/guestfs-availability.pod:3
18549 msgid "B<augeas>"
18550 msgstr ""
18551
18552 #. type: textblock
18553 #: ../src/guestfs-availability.pod:5
18554 msgid ""
18555 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
18556 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
18557 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
18558 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
18559 "L</guestfs_aug_save> L</guestfs_aug_set>"
18560 msgstr ""
18561
18562 #. type: =item
18563 #: ../src/guestfs-availability.pod:21
18564 msgid "B<inotify>"
18565 msgstr ""
18566
18567 #. type: textblock
18568 #: ../src/guestfs-availability.pod:23
18569 msgid ""
18570 "The following functions: L</guestfs_inotify_add_watch> L</"
18571 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
18572 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
18573 msgstr ""
18574
18575 #. type: =item
18576 #: ../src/guestfs-availability.pod:31
18577 msgid "B<linuxfsuuid>"
18578 msgstr ""
18579
18580 #. type: textblock
18581 #: ../src/guestfs-availability.pod:33
18582 msgid ""
18583 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
18584 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
18585 msgstr ""
18586
18587 #. type: =item
18588 #: ../src/guestfs-availability.pod:40
18589 msgid "B<linuxmodules>"
18590 msgstr ""
18591
18592 #. type: textblock
18593 #: ../src/guestfs-availability.pod:42
18594 msgid "The following functions: L</guestfs_modprobe>"
18595 msgstr ""
18596
18597 #. type: =item
18598 #: ../src/guestfs-availability.pod:45
18599 msgid "B<linuxxattrs>"
18600 msgstr ""
18601
18602 #. type: textblock
18603 #: ../src/guestfs-availability.pod:47
18604 msgid ""
18605 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
18606 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
18607 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
18608 "guestfs_setxattr>"
18609 msgstr ""
18610
18611 #. type: =item
18612 #: ../src/guestfs-availability.pod:58
18613 msgid "B<luks>"
18614 msgstr ""
18615
18616 #. type: textblock
18617 #: ../src/guestfs-availability.pod:60
18618 msgid ""
18619 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
18620 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
18621 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
18622 msgstr ""
18623
18624 #. type: =item
18625 #: ../src/guestfs-availability.pod:69
18626 msgid "B<lvm2>"
18627 msgstr ""
18628
18629 #. type: textblock
18630 #: ../src/guestfs-availability.pod:71
18631 msgid ""
18632 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
18633 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
18634 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
18635 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
18636 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
18637 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
18638 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
18639 msgstr ""
18640
18641 #. type: =item
18642 #: ../src/guestfs-availability.pod:94
18643 msgid "B<mknod>"
18644 msgstr ""
18645
18646 #. type: textblock
18647 #: ../src/guestfs-availability.pod:96
18648 msgid ""
18649 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
18650 "guestfs_mknod_b> L</guestfs_mknod_c>"
18651 msgstr ""
18652
18653 #. type: =item
18654 #: ../src/guestfs-availability.pod:102
18655 msgid "B<ntfs3g>"
18656 msgstr ""
18657
18658 #. type: textblock
18659 #: ../src/guestfs-availability.pod:104
18660 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
18661 msgstr ""
18662
18663 #. type: =item
18664 #: ../src/guestfs-availability.pod:107
18665 msgid "B<ntfsprogs>"
18666 msgstr ""
18667
18668 #. type: textblock
18669 #: ../src/guestfs-availability.pod:109
18670 msgid ""
18671 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
18672 msgstr ""
18673
18674 #. type: =item
18675 #: ../src/guestfs-availability.pod:113
18676 msgid "B<realpath>"
18677 msgstr ""
18678
18679 #. type: textblock
18680 #: ../src/guestfs-availability.pod:115
18681 msgid "The following functions: L</guestfs_realpath>"
18682 msgstr ""
18683
18684 #. type: =item
18685 #: ../src/guestfs-availability.pod:118
18686 msgid "B<scrub>"
18687 msgstr ""
18688
18689 #. type: textblock
18690 #: ../src/guestfs-availability.pod:120
18691 msgid ""
18692 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
18693 "guestfs_scrub_freespace>"
18694 msgstr ""
18695
18696 #. type: =item
18697 #: ../src/guestfs-availability.pod:125
18698 msgid "B<selinux>"
18699 msgstr ""
18700
18701 #. type: textblock
18702 #: ../src/guestfs-availability.pod:127
18703 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
18704 msgstr ""
18705
18706 #. type: =item
18707 #: ../src/guestfs-availability.pod:131
18708 msgid "B<xz>"
18709 msgstr ""
18710
18711 #. type: textblock
18712 #: ../src/guestfs-availability.pod:133
18713 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
18714 msgstr ""
18715
18716 #. type: =item
18717 #: ../src/guestfs-availability.pod:137
18718 msgid "B<zerofree>"
18719 msgstr ""
18720
18721 #. type: textblock
18722 #: ../src/guestfs-availability.pod:139
18723 msgid "The following functions: L</guestfs_zerofree>"
18724 msgstr ""
18725
18726 #. type: =head2
18727 #: ../src/guestfs-structs.pod:1
18728 msgid "guestfs_int_bool"
18729 msgstr ""
18730
18731 #. type: verbatim
18732 #: ../src/guestfs-structs.pod:3
18733 #, no-wrap
18734 msgid ""
18735 " struct guestfs_int_bool {\n"
18736 "   int32_t i;\n"
18737 "   int32_t b;\n"
18738 " };\n"
18739 " \n"
18740 msgstr ""
18741
18742 #. type: verbatim
18743 #: ../src/guestfs-structs.pod:8
18744 #, no-wrap
18745 msgid ""
18746 " struct guestfs_int_bool_list {\n"
18747 "   uint32_t len; /* Number of elements in list. */\n"
18748 "   struct guestfs_int_bool *val; /* Elements. */\n"
18749 " };\n"
18750 " \n"
18751 msgstr ""
18752
18753 #. type: verbatim
18754 #: ../src/guestfs-structs.pod:13
18755 #, no-wrap
18756 msgid ""
18757 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
18758 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18759 "\n"
18760 msgstr ""
18761
18762 #. type: =head2
18763 #: ../src/guestfs-structs.pod:16
18764 msgid "guestfs_lvm_pv"
18765 msgstr ""
18766
18767 #. type: verbatim
18768 #: ../src/guestfs-structs.pod:18
18769 #, no-wrap
18770 msgid ""
18771 " struct guestfs_lvm_pv {\n"
18772 "   char *pv_name;\n"
18773 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18774 "   char pv_uuid[32];\n"
18775 "   char *pv_fmt;\n"
18776 "   uint64_t pv_size;\n"
18777 "   uint64_t dev_size;\n"
18778 "   uint64_t pv_free;\n"
18779 "   uint64_t pv_used;\n"
18780 "   char *pv_attr;\n"
18781 "   int64_t pv_pe_count;\n"
18782 "   int64_t pv_pe_alloc_count;\n"
18783 "   char *pv_tags;\n"
18784 "   uint64_t pe_start;\n"
18785 "   int64_t pv_mda_count;\n"
18786 "   uint64_t pv_mda_free;\n"
18787 " };\n"
18788 " \n"
18789 msgstr ""
18790
18791 #. type: verbatim
18792 #: ../src/guestfs-structs.pod:36
18793 #, no-wrap
18794 msgid ""
18795 " struct guestfs_lvm_pv_list {\n"
18796 "   uint32_t len; /* Number of elements in list. */\n"
18797 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18798 " };\n"
18799 " \n"
18800 msgstr ""
18801
18802 #. type: verbatim
18803 #: ../src/guestfs-structs.pod:41
18804 #, no-wrap
18805 msgid ""
18806 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18807 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18808 "\n"
18809 msgstr ""
18810
18811 #. type: =head2
18812 #: ../src/guestfs-structs.pod:44
18813 msgid "guestfs_lvm_vg"
18814 msgstr ""
18815
18816 #. type: verbatim
18817 #: ../src/guestfs-structs.pod:46
18818 #, no-wrap
18819 msgid ""
18820 " struct guestfs_lvm_vg {\n"
18821 "   char *vg_name;\n"
18822 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18823 "   char vg_uuid[32];\n"
18824 "   char *vg_fmt;\n"
18825 "   char *vg_attr;\n"
18826 "   uint64_t vg_size;\n"
18827 "   uint64_t vg_free;\n"
18828 "   char *vg_sysid;\n"
18829 "   uint64_t vg_extent_size;\n"
18830 "   int64_t vg_extent_count;\n"
18831 "   int64_t vg_free_count;\n"
18832 "   int64_t max_lv;\n"
18833 "   int64_t max_pv;\n"
18834 "   int64_t pv_count;\n"
18835 "   int64_t lv_count;\n"
18836 "   int64_t snap_count;\n"
18837 "   int64_t vg_seqno;\n"
18838 "   char *vg_tags;\n"
18839 "   int64_t vg_mda_count;\n"
18840 "   uint64_t vg_mda_free;\n"
18841 " };\n"
18842 " \n"
18843 msgstr ""
18844
18845 #. type: verbatim
18846 #: ../src/guestfs-structs.pod:69
18847 #, no-wrap
18848 msgid ""
18849 " struct guestfs_lvm_vg_list {\n"
18850 "   uint32_t len; /* Number of elements in list. */\n"
18851 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18852 " };\n"
18853 " \n"
18854 msgstr ""
18855
18856 #. type: verbatim
18857 #: ../src/guestfs-structs.pod:74
18858 #, no-wrap
18859 msgid ""
18860 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18861 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18862 "\n"
18863 msgstr ""
18864
18865 #. type: =head2
18866 #: ../src/guestfs-structs.pod:77
18867 msgid "guestfs_lvm_lv"
18868 msgstr ""
18869
18870 #. type: verbatim
18871 #: ../src/guestfs-structs.pod:79
18872 #, no-wrap
18873 msgid ""
18874 " struct guestfs_lvm_lv {\n"
18875 "   char *lv_name;\n"
18876 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18877 "   char lv_uuid[32];\n"
18878 "   char *lv_attr;\n"
18879 "   int64_t lv_major;\n"
18880 "   int64_t lv_minor;\n"
18881 "   int64_t lv_kernel_major;\n"
18882 "   int64_t lv_kernel_minor;\n"
18883 "   uint64_t lv_size;\n"
18884 "   int64_t seg_count;\n"
18885 "   char *origin;\n"
18886 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18887 "   float snap_percent;\n"
18888 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18889 "   float copy_percent;\n"
18890 "   char *move_pv;\n"
18891 "   char *lv_tags;\n"
18892 "   char *mirror_log;\n"
18893 "   char *modules;\n"
18894 " };\n"
18895 " \n"
18896 msgstr ""
18897
18898 #. type: verbatim
18899 #: ../src/guestfs-structs.pod:101
18900 #, no-wrap
18901 msgid ""
18902 " struct guestfs_lvm_lv_list {\n"
18903 "   uint32_t len; /* Number of elements in list. */\n"
18904 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18905 " };\n"
18906 " \n"
18907 msgstr ""
18908
18909 #. type: verbatim
18910 #: ../src/guestfs-structs.pod:106
18911 #, no-wrap
18912 msgid ""
18913 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18914 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18915 "\n"
18916 msgstr ""
18917
18918 #. type: verbatim
18919 #: ../src/guestfs-structs.pod:111
18920 #, no-wrap
18921 msgid ""
18922 " struct guestfs_stat {\n"
18923 "   int64_t dev;\n"
18924 "   int64_t ino;\n"
18925 "   int64_t mode;\n"
18926 "   int64_t nlink;\n"
18927 "   int64_t uid;\n"
18928 "   int64_t gid;\n"
18929 "   int64_t rdev;\n"
18930 "   int64_t size;\n"
18931 "   int64_t blksize;\n"
18932 "   int64_t blocks;\n"
18933 "   int64_t atime;\n"
18934 "   int64_t mtime;\n"
18935 "   int64_t ctime;\n"
18936 " };\n"
18937 " \n"
18938 msgstr ""
18939
18940 #. type: verbatim
18941 #: ../src/guestfs-structs.pod:127
18942 #, no-wrap
18943 msgid ""
18944 " struct guestfs_stat_list {\n"
18945 "   uint32_t len; /* Number of elements in list. */\n"
18946 "   struct guestfs_stat *val; /* Elements. */\n"
18947 " };\n"
18948 " \n"
18949 msgstr ""
18950
18951 #. type: verbatim
18952 #: ../src/guestfs-structs.pod:132
18953 #, no-wrap
18954 msgid ""
18955 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18956 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18957 "\n"
18958 msgstr ""
18959
18960 #. type: verbatim
18961 #: ../src/guestfs-structs.pod:137
18962 #, no-wrap
18963 msgid ""
18964 " struct guestfs_statvfs {\n"
18965 "   int64_t bsize;\n"
18966 "   int64_t frsize;\n"
18967 "   int64_t blocks;\n"
18968 "   int64_t bfree;\n"
18969 "   int64_t bavail;\n"
18970 "   int64_t files;\n"
18971 "   int64_t ffree;\n"
18972 "   int64_t favail;\n"
18973 "   int64_t fsid;\n"
18974 "   int64_t flag;\n"
18975 "   int64_t namemax;\n"
18976 " };\n"
18977 " \n"
18978 msgstr ""
18979
18980 #. type: verbatim
18981 #: ../src/guestfs-structs.pod:151
18982 #, no-wrap
18983 msgid ""
18984 " struct guestfs_statvfs_list {\n"
18985 "   uint32_t len; /* Number of elements in list. */\n"
18986 "   struct guestfs_statvfs *val; /* Elements. */\n"
18987 " };\n"
18988 " \n"
18989 msgstr ""
18990
18991 #. type: verbatim
18992 #: ../src/guestfs-structs.pod:156
18993 #, no-wrap
18994 msgid ""
18995 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
18996 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
18997 "\n"
18998 msgstr ""
18999
19000 #. type: =head2
19001 #: ../src/guestfs-structs.pod:159
19002 msgid "guestfs_dirent"
19003 msgstr ""
19004
19005 #. type: verbatim
19006 #: ../src/guestfs-structs.pod:161
19007 #, no-wrap
19008 msgid ""
19009 " struct guestfs_dirent {\n"
19010 "   int64_t ino;\n"
19011 "   char ftyp;\n"
19012 "   char *name;\n"
19013 " };\n"
19014 " \n"
19015 msgstr ""
19016
19017 #. type: verbatim
19018 #: ../src/guestfs-structs.pod:167
19019 #, no-wrap
19020 msgid ""
19021 " struct guestfs_dirent_list {\n"
19022 "   uint32_t len; /* Number of elements in list. */\n"
19023 "   struct guestfs_dirent *val; /* Elements. */\n"
19024 " };\n"
19025 " \n"
19026 msgstr ""
19027
19028 #. type: verbatim
19029 #: ../src/guestfs-structs.pod:172
19030 #, no-wrap
19031 msgid ""
19032 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
19033 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
19034 "\n"
19035 msgstr ""
19036
19037 #. type: verbatim
19038 #: ../src/guestfs-structs.pod:177
19039 #, no-wrap
19040 msgid ""
19041 " struct guestfs_version {\n"
19042 "   int64_t major;\n"
19043 "   int64_t minor;\n"
19044 "   int64_t release;\n"
19045 "   char *extra;\n"
19046 " };\n"
19047 " \n"
19048 msgstr ""
19049
19050 #. type: verbatim
19051 #: ../src/guestfs-structs.pod:184
19052 #, no-wrap
19053 msgid ""
19054 " struct guestfs_version_list {\n"
19055 "   uint32_t len; /* Number of elements in list. */\n"
19056 "   struct guestfs_version *val; /* Elements. */\n"
19057 " };\n"
19058 " \n"
19059 msgstr ""
19060
19061 #. type: verbatim
19062 #: ../src/guestfs-structs.pod:189
19063 #, no-wrap
19064 msgid ""
19065 " void guestfs_free_version (struct guestfs_free_version *);\n"
19066 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
19067 "\n"
19068 msgstr ""
19069
19070 #. type: =head2
19071 #: ../src/guestfs-structs.pod:192
19072 msgid "guestfs_xattr"
19073 msgstr ""
19074
19075 #. type: verbatim
19076 #: ../src/guestfs-structs.pod:194
19077 #, no-wrap
19078 msgid ""
19079 " struct guestfs_xattr {\n"
19080 "   char *attrname;\n"
19081 "   /* The next two fields describe a byte array. */\n"
19082 "   uint32_t attrval_len;\n"
19083 "   char *attrval;\n"
19084 " };\n"
19085 " \n"
19086 msgstr ""
19087
19088 #. type: verbatim
19089 #: ../src/guestfs-structs.pod:201
19090 #, no-wrap
19091 msgid ""
19092 " struct guestfs_xattr_list {\n"
19093 "   uint32_t len; /* Number of elements in list. */\n"
19094 "   struct guestfs_xattr *val; /* Elements. */\n"
19095 " };\n"
19096 " \n"
19097 msgstr ""
19098
19099 #. type: verbatim
19100 #: ../src/guestfs-structs.pod:206
19101 #, no-wrap
19102 msgid ""
19103 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
19104 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
19105 "\n"
19106 msgstr ""
19107
19108 #. type: =head2
19109 #: ../src/guestfs-structs.pod:209
19110 msgid "guestfs_inotify_event"
19111 msgstr ""
19112
19113 #. type: verbatim
19114 #: ../src/guestfs-structs.pod:211
19115 #, no-wrap
19116 msgid ""
19117 " struct guestfs_inotify_event {\n"
19118 "   int64_t in_wd;\n"
19119 "   uint32_t in_mask;\n"
19120 "   uint32_t in_cookie;\n"
19121 "   char *in_name;\n"
19122 " };\n"
19123 " \n"
19124 msgstr ""
19125
19126 #. type: verbatim
19127 #: ../src/guestfs-structs.pod:218
19128 #, no-wrap
19129 msgid ""
19130 " struct guestfs_inotify_event_list {\n"
19131 "   uint32_t len; /* Number of elements in list. */\n"
19132 "   struct guestfs_inotify_event *val; /* Elements. */\n"
19133 " };\n"
19134 " \n"
19135 msgstr ""
19136
19137 #. type: verbatim
19138 #: ../src/guestfs-structs.pod:223
19139 #, no-wrap
19140 msgid ""
19141 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
19142 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
19143 "\n"
19144 msgstr ""
19145
19146 #. type: =head2
19147 #: ../src/guestfs-structs.pod:226
19148 msgid "guestfs_partition"
19149 msgstr ""
19150
19151 #. type: verbatim
19152 #: ../src/guestfs-structs.pod:228
19153 #, no-wrap
19154 msgid ""
19155 " struct guestfs_partition {\n"
19156 "   int32_t part_num;\n"
19157 "   uint64_t part_start;\n"
19158 "   uint64_t part_end;\n"
19159 "   uint64_t part_size;\n"
19160 " };\n"
19161 " \n"
19162 msgstr ""
19163
19164 #. type: verbatim
19165 #: ../src/guestfs-structs.pod:235
19166 #, no-wrap
19167 msgid ""
19168 " struct guestfs_partition_list {\n"
19169 "   uint32_t len; /* Number of elements in list. */\n"
19170 "   struct guestfs_partition *val; /* Elements. */\n"
19171 " };\n"
19172 " \n"
19173 msgstr ""
19174
19175 #. type: verbatim
19176 #: ../src/guestfs-structs.pod:240
19177 #, no-wrap
19178 msgid ""
19179 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
19180 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
19181 "\n"
19182 msgstr ""
19183
19184 #. type: =head2
19185 #: ../src/guestfs-structs.pod:243
19186 msgid "guestfs_application"
19187 msgstr ""
19188
19189 #. type: verbatim
19190 #: ../src/guestfs-structs.pod:245
19191 #, no-wrap
19192 msgid ""
19193 " struct guestfs_application {\n"
19194 "   char *app_name;\n"
19195 "   char *app_display_name;\n"
19196 "   int32_t app_epoch;\n"
19197 "   char *app_version;\n"
19198 "   char *app_release;\n"
19199 "   char *app_install_path;\n"
19200 "   char *app_trans_path;\n"
19201 "   char *app_publisher;\n"
19202 "   char *app_url;\n"
19203 "   char *app_source_package;\n"
19204 "   char *app_summary;\n"
19205 "   char *app_description;\n"
19206 " };\n"
19207 " \n"
19208 msgstr ""
19209
19210 #. type: verbatim
19211 #: ../src/guestfs-structs.pod:260
19212 #, no-wrap
19213 msgid ""
19214 " struct guestfs_application_list {\n"
19215 "   uint32_t len; /* Number of elements in list. */\n"
19216 "   struct guestfs_application *val; /* Elements. */\n"
19217 " };\n"
19218 " \n"
19219 msgstr ""
19220
19221 #. type: verbatim
19222 #: ../src/guestfs-structs.pod:265
19223 #, no-wrap
19224 msgid ""
19225 " void guestfs_free_application (struct guestfs_free_application *);\n"
19226 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
19227 "\n"
19228 msgstr ""
19229
19230 #. type: textblock
19231 #: ../fish/guestfish.pod:5
19232 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
19233 msgstr ""
19234
19235 #. type: verbatim
19236 #: ../fish/guestfish.pod:9
19237 #, no-wrap
19238 msgid ""
19239 " guestfish [--options] [commands]\n"
19240 "\n"
19241 msgstr ""
19242
19243 #. type: verbatim
19244 #: ../fish/guestfish.pod:11
19245 #, no-wrap
19246 msgid ""
19247 " guestfish\n"
19248 "\n"
19249 msgstr ""
19250
19251 #. type: verbatim
19252 #: ../fish/guestfish.pod:13
19253 #, no-wrap
19254 msgid ""
19255 " guestfish [--ro|--rw] -a disk.img\n"
19256 "\n"
19257 msgstr ""
19258
19259 #. type: verbatim
19260 #: ../fish/guestfish.pod:15
19261 #, no-wrap
19262 msgid ""
19263 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
19264 "\n"
19265 msgstr ""
19266
19267 #. type: verbatim
19268 #: ../fish/guestfish.pod:17
19269 #, no-wrap
19270 msgid ""
19271 " guestfish -d libvirt-domain\n"
19272 "\n"
19273 msgstr ""
19274
19275 #. type: verbatim
19276 #: ../fish/guestfish.pod:19
19277 #, no-wrap
19278 msgid ""
19279 " guestfish [--ro|--rw] -a disk.img -i\n"
19280 "\n"
19281 msgstr ""
19282
19283 #. type: verbatim
19284 #: ../fish/guestfish.pod:21
19285 #, no-wrap
19286 msgid ""
19287 " guestfish -d libvirt-domain -i\n"
19288 "\n"
19289 msgstr ""
19290
19291 #. type: =head1
19292 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
19293 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
19294 msgid "WARNING"
19295 msgstr ""
19296
19297 #. type: textblock
19298 #: ../fish/guestfish.pod:25
19299 msgid ""
19300 "Using guestfish in read/write mode on live virtual machines can be "
19301 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
19302 "option to use guestfish safely if the disk image or virtual machine might be "
19303 "live."
19304 msgstr ""
19305
19306 #. type: textblock
19307 #: ../fish/guestfish.pod:32
19308 msgid ""
19309 "Guestfish is a shell and command-line tool for examining and modifying "
19310 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
19311 "functionality of the guestfs API, see L<guestfs(3)>."
19312 msgstr ""
19313
19314 #. type: textblock
19315 #: ../fish/guestfish.pod:36
19316 msgid ""
19317 "Guestfish gives you structured access to the libguestfs API, from shell "
19318 "scripts or the command line or interactively.  If you want to rescue a "
19319 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
19320 "command."
19321 msgstr ""
19322
19323 #. type: =head1
19324 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:947
19325 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
19326 msgid "EXAMPLES"
19327 msgstr ""
19328
19329 #. type: =head2
19330 #: ../fish/guestfish.pod:43
19331 msgid "As an interactive shell"
19332 msgstr ""
19333
19334 #. type: verbatim
19335 #: ../fish/guestfish.pod:45
19336 #, no-wrap
19337 msgid ""
19338 " $ guestfish\n"
19339 " \n"
19340 msgstr ""
19341
19342 #. type: verbatim
19343 #: ../fish/guestfish.pod:47
19344 #, no-wrap
19345 msgid ""
19346 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
19347 " editing virtual machine filesystems.\n"
19348 " \n"
19349 msgstr ""
19350
19351 #. type: verbatim
19352 #: ../fish/guestfish.pod:50
19353 #, no-wrap
19354 msgid ""
19355 " Type: 'help' for a list of commands\n"
19356 "       'man' to read the manual\n"
19357 "       'quit' to quit the shell\n"
19358 " \n"
19359 msgstr ""
19360
19361 #. type: verbatim
19362 #: ../fish/guestfish.pod:54
19363 #, no-wrap
19364 msgid ""
19365 " ><fs> add-ro disk.img\n"
19366 " ><fs> run\n"
19367 " ><fs> list-filesystems\n"
19368 " /dev/sda1: ext4\n"
19369 " /dev/vg_guest/lv_root: ext4\n"
19370 " /dev/vg_guest/lv_swap: swap\n"
19371 " ><fs> mount /dev/vg_guest/lv_root /\n"
19372 " ><fs> cat /etc/fstab\n"
19373 " # /etc/fstab\n"
19374 " # Created by anaconda\n"
19375 " [...]\n"
19376 " ><fs> exit\n"
19377 "\n"
19378 msgstr ""
19379
19380 #. type: =head2
19381 #: ../fish/guestfish.pod:67
19382 msgid "From shell scripts"
19383 msgstr ""
19384
19385 #. type: textblock
19386 #: ../fish/guestfish.pod:69
19387 msgid "Create a new C</etc/motd> file in a guest or disk image:"
19388 msgstr ""
19389
19390 #. type: verbatim
19391 #: ../fish/guestfish.pod:71
19392 #, no-wrap
19393 msgid ""
19394 " guestfish <<_EOF_\n"
19395 " add disk.img\n"
19396 " run\n"
19397 " mount /dev/vg_guest/lv_root /\n"
19398 " write /etc/motd \"Welcome, new users\"\n"
19399 " _EOF_\n"
19400 "\n"
19401 msgstr ""
19402
19403 #. type: textblock
19404 #: ../fish/guestfish.pod:78
19405 msgid "List the LVM logical volumes in a disk image:"
19406 msgstr ""
19407
19408 #. type: verbatim
19409 #: ../fish/guestfish.pod:80
19410 #, no-wrap
19411 msgid ""
19412 " guestfish -a disk.img --ro <<_EOF_\n"
19413 " run\n"
19414 " lvs\n"
19415 " _EOF_\n"
19416 "\n"
19417 msgstr ""
19418
19419 #. type: textblock
19420 #: ../fish/guestfish.pod:85
19421 msgid "List all the filesystems in a disk image:"
19422 msgstr ""
19423
19424 #. type: verbatim
19425 #: ../fish/guestfish.pod:87
19426 #, no-wrap
19427 msgid ""
19428 " guestfish -a disk.img --ro <<_EOF_\n"
19429 " run\n"
19430 " list-filesystems\n"
19431 " _EOF_\n"
19432 "\n"
19433 msgstr ""
19434
19435 #. type: =head2
19436 #: ../fish/guestfish.pod:92
19437 msgid "On one command line"
19438 msgstr ""
19439
19440 #. type: textblock
19441 #: ../fish/guestfish.pod:94
19442 msgid "Update C</etc/resolv.conf> in a guest:"
19443 msgstr ""
19444
19445 #. type: verbatim
19446 #: ../fish/guestfish.pod:96
19447 #, no-wrap
19448 msgid ""
19449 " guestfish \\\n"
19450 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
19451 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
19452 "\n"
19453 msgstr ""
19454
19455 #. type: textblock
19456 #: ../fish/guestfish.pod:100
19457 msgid "Edit C</boot/grub/grub.conf> interactively:"
19458 msgstr ""
19459
19460 #. type: verbatim
19461 #: ../fish/guestfish.pod:102
19462 #, no-wrap
19463 msgid ""
19464 " guestfish --rw --add disk.img \\\n"
19465 "   --mount /dev/vg_guest/lv_root \\\n"
19466 "   --mount /dev/sda1:/boot \\\n"
19467 "   edit /boot/grub/grub.conf\n"
19468 "\n"
19469 msgstr ""
19470
19471 #. type: =head2
19472 #: ../fish/guestfish.pod:107
19473 msgid "Mount disks automatically"
19474 msgstr ""
19475
19476 #. type: textblock
19477 #: ../fish/guestfish.pod:109
19478 msgid ""
19479 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
19480 msgstr ""
19481
19482 #. type: verbatim
19483 #: ../fish/guestfish.pod:112
19484 #, no-wrap
19485 msgid ""
19486 " guestfish --ro -a disk.img -i cat /etc/group\n"
19487 "\n"
19488 msgstr ""
19489
19490 #. type: verbatim
19491 #: ../fish/guestfish.pod:114
19492 #, no-wrap
19493 msgid ""
19494 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
19495 "\n"
19496 msgstr ""
19497
19498 #. type: textblock
19499 #: ../fish/guestfish.pod:116
19500 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
19501 msgstr ""
19502
19503 #. type: verbatim
19504 #: ../fish/guestfish.pod:118
19505 #, no-wrap
19506 msgid ""
19507 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
19508 "\n"
19509 msgstr ""
19510
19511 #. type: =head2
19512 #: ../fish/guestfish.pod:120
19513 msgid "As a script interpreter"
19514 msgstr ""
19515
19516 #. type: textblock
19517 #: ../fish/guestfish.pod:122
19518 msgid "Create a 100MB disk containing an ext2-formatted partition:"
19519 msgstr ""
19520
19521 #. type: verbatim
19522 #: ../fish/guestfish.pod:124
19523 #, no-wrap
19524 msgid ""
19525 " #!/usr/bin/guestfish -f\n"
19526 " sparse test1.img 100M\n"
19527 " run\n"
19528 " part-disk /dev/sda mbr\n"
19529 " mkfs ext2 /dev/sda1\n"
19530 "\n"
19531 msgstr ""
19532
19533 #. type: =head2
19534 #: ../fish/guestfish.pod:130
19535 msgid "Start with a prepared disk"
19536 msgstr ""
19537
19538 #. type: textblock
19539 #: ../fish/guestfish.pod:132
19540 msgid ""
19541 "An alternate way to create a 100MB disk called C<test1.img> containing a "
19542 "single ext2-formatted partition:"
19543 msgstr ""
19544
19545 #. type: verbatim
19546 #: ../fish/guestfish.pod:135
19547 #, no-wrap
19548 msgid ""
19549 " guestfish -N fs\n"
19550 "\n"
19551 msgstr ""
19552
19553 #. type: textblock
19554 #: ../fish/guestfish.pod:137
19555 msgid "To list what is available do:"
19556 msgstr ""
19557
19558 #. type: verbatim
19559 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:938
19560 #, no-wrap
19561 msgid ""
19562 " guestfish -N help | less\n"
19563 "\n"
19564 msgstr ""
19565
19566 #. type: =head2
19567 #: ../fish/guestfish.pod:141
19568 msgid "Remote control"
19569 msgstr ""
19570
19571 #. type: verbatim
19572 #: ../fish/guestfish.pod:143
19573 #, no-wrap
19574 msgid ""
19575 " eval \"`guestfish --listen`\"\n"
19576 " guestfish --remote add-ro disk.img\n"
19577 " guestfish --remote run\n"
19578 " guestfish --remote lvs\n"
19579 "\n"
19580 msgstr ""
19581
19582 #. type: =head1
19583 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
19584 #: ../fuse/guestmount.pod:73 ../tools/virt-edit.pl:81
19585 #: ../tools/virt-win-reg.pl:96 ../tools/virt-list-filesystems.pl:53
19586 #: ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153
19587 #: ../tools/virt-list-partitions.pl:54
19588 msgid "OPTIONS"
19589 msgstr ""
19590
19591 #. type: =item
19592 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:131
19593 #: ../tools/virt-edit.pl:89 ../tools/virt-win-reg.pl:104
19594 #: ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111
19595 #: ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
19596 msgid "B<--help>"
19597 msgstr ""
19598
19599 #. type: textblock
19600 #: ../fish/guestfish.pod:154
19601 msgid "Displays general help on options."
19602 msgstr ""
19603
19604 #. type: =item
19605 #: ../fish/guestfish.pod:156
19606 msgid "B<-h>"
19607 msgstr ""
19608
19609 #. type: =item
19610 #: ../fish/guestfish.pod:158
19611 msgid "B<--cmd-help>"
19612 msgstr ""
19613
19614 #. type: textblock
19615 #: ../fish/guestfish.pod:160
19616 msgid "Lists all available guestfish commands."
19617 msgstr ""
19618
19619 #. type: =item
19620 #: ../fish/guestfish.pod:162
19621 msgid "B<-h cmd>"
19622 msgstr ""
19623
19624 #. type: =item
19625 #: ../fish/guestfish.pod:164
19626 msgid "B<--cmd-help cmd>"
19627 msgstr ""
19628
19629 #. type: textblock
19630 #: ../fish/guestfish.pod:166
19631 msgid "Displays detailed help on a single command C<cmd>."
19632 msgstr ""
19633
19634 #. type: =item
19635 #: ../fish/guestfish.pod:168
19636 msgid "B<-a image>"
19637 msgstr ""
19638
19639 #. type: =item
19640 #: ../fish/guestfish.pod:170
19641 msgid "B<--add image>"
19642 msgstr ""
19643
19644 #. type: textblock
19645 #: ../fish/guestfish.pod:172
19646 msgid "Add a block device or virtual machine image to the shell."
19647 msgstr ""
19648
19649 #. type: textblock
19650 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:81
19651 msgid ""
19652 "The format of the disk image is auto-detected.  To override this and force a "
19653 "particular format use the I<--format=..> option."
19654 msgstr ""
19655
19656 #. type: textblock
19657 #: ../fish/guestfish.pod:177
19658 msgid ""
19659 "Using this flag is mostly equivalent to using the C<add> command, with "
19660 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
19661 "the I<--format=...> flag was given."
19662 msgstr ""
19663
19664 #. type: =item
19665 #: ../fish/guestfish.pod:181
19666 msgid "B<-c URI>"
19667 msgstr ""
19668
19669 #. type: =item
19670 #: ../fish/guestfish.pod:183
19671 msgid "B<--connect URI>"
19672 msgstr ""
19673
19674 #. type: textblock
19675 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:86
19676 msgid ""
19677 "When used in conjunction with the I<-d> option, this specifies the libvirt "
19678 "URI to use.  The default is to use the default libvirt connection."
19679 msgstr ""
19680
19681 #. type: =item
19682 #: ../fish/guestfish.pod:189
19683 msgid "B<--csh>"
19684 msgstr ""
19685
19686 #. type: textblock
19687 #: ../fish/guestfish.pod:191
19688 msgid ""
19689 "If using the I<--listen> option and a csh-like shell, use this option.  See "
19690 "section L</REMOTE CONTROL AND CSH> below."
19691 msgstr ""
19692
19693 #. type: =item
19694 #: ../fish/guestfish.pod:194
19695 msgid "B<-d libvirt-domain>"
19696 msgstr ""
19697
19698 #. type: =item
19699 #: ../fish/guestfish.pod:196
19700 msgid "B<--domain libvirt-domain>"
19701 msgstr ""
19702
19703 #. type: textblock
19704 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:92
19705 msgid ""
19706 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
19707 "used, then any libvirt domain can be used.  However in write mode, only "
19708 "libvirt domains which are shut down can be named here."
19709 msgstr ""
19710
19711 #. type: textblock
19712 #: ../fish/guestfish.pod:202
19713 msgid ""
19714 "Using this flag is mostly equivalent to using the C<add-domain> command, "
19715 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
19716 "if the I<--format:...> flag was given."
19717 msgstr ""
19718
19719 #. type: =item
19720 #: ../fish/guestfish.pod:206
19721 msgid "B<-D>"
19722 msgstr ""
19723
19724 #. type: =item
19725 #: ../fish/guestfish.pod:208
19726 msgid "B<--no-dest-paths>"
19727 msgstr ""
19728
19729 #. type: textblock
19730 #: ../fish/guestfish.pod:210
19731 msgid ""
19732 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
19733 "to hit the tab key to complete paths on the guest filesystem, but this "
19734 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
19735 "allow this feature to be disabled."
19736 msgstr ""
19737
19738 #. type: =item
19739 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:108
19740 msgid "B<--echo-keys>"
19741 msgstr ""
19742
19743 #. type: textblock
19744 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:110
19745 msgid ""
19746 "When prompting for keys and passphrases, guestfish normally turns echoing "
19747 "off so you cannot see what you are typing.  If you are not worried about "
19748 "Tempest attacks and there is no one else in the room you can specify this "
19749 "flag to see what you are typing."
19750 msgstr ""
19751
19752 #. type: =item
19753 #: ../fish/guestfish.pod:222
19754 msgid "B<-f file>"
19755 msgstr ""
19756
19757 #. type: =item
19758 #: ../fish/guestfish.pod:224
19759 msgid "B<--file file>"
19760 msgstr ""
19761
19762 #. type: textblock
19763 #: ../fish/guestfish.pod:226
19764 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19765 msgstr ""
19766
19767 #. type: verbatim
19768 #: ../fish/guestfish.pod:229
19769 #, no-wrap
19770 msgid ""
19771 " #!/usr/bin/guestfish -f\n"
19772 "\n"
19773 msgstr ""
19774
19775 #. type: =item
19776 #: ../fish/guestfish.pod:231
19777 msgid "B<--format=raw|qcow2|..>"
19778 msgstr ""
19779
19780 #. type: =item
19781 #: ../fish/guestfish.pod:233
19782 msgid "B<--format>"
19783 msgstr ""
19784
19785 #. type: textblock
19786 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:117
19787 msgid ""
19788 "The default for the I<-a> option is to auto-detect the format of the disk "
19789 "image.  Using this forces the disk format for I<-a> options which follow on "
19790 "the command line.  Using I<--format> with no argument switches back to auto-"
19791 "detection for subsequent I<-a> options."
19792 msgstr ""
19793
19794 #. type: verbatim
19795 #: ../fish/guestfish.pod:242
19796 #, no-wrap
19797 msgid ""
19798 " guestfish --format=raw -a disk.img\n"
19799 "\n"
19800 msgstr ""
19801
19802 #. type: textblock
19803 #: ../fish/guestfish.pod:244
19804 msgid "forces raw format (no auto-detection) for C<disk.img>."
19805 msgstr ""
19806
19807 #. type: verbatim
19808 #: ../fish/guestfish.pod:246
19809 #, no-wrap
19810 msgid ""
19811 " guestfish --format=raw -a disk.img --format -a another.img\n"
19812 "\n"
19813 msgstr ""
19814
19815 #. type: textblock
19816 #: ../fish/guestfish.pod:248
19817 msgid ""
19818 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
19819 "detection for C<another.img>."
19820 msgstr ""
19821
19822 #. type: textblock
19823 #: ../fish/guestfish.pod:251
19824 msgid ""
19825 "If you have untrusted raw-format guest disk images, you should use this "
19826 "option to specify the disk format.  This avoids a possible security problem "
19827 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19828 msgstr ""
19829
19830 #. type: =item
19831 #: ../fish/guestfish.pod:256
19832 msgid "B<-i>"
19833 msgstr ""
19834
19835 #. type: =item
19836 #: ../fish/guestfish.pod:258
19837 msgid "B<--inspector>"
19838 msgstr ""
19839
19840 #. type: textblock
19841 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:137
19842 msgid ""
19843 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19844 "system and mount filesystems as they would be mounted on the real virtual "
19845 "machine."
19846 msgstr ""
19847
19848 #. type: textblock
19849 #: ../fish/guestfish.pod:264
19850 msgid "Typical usage is either:"
19851 msgstr ""
19852
19853 #. type: verbatim
19854 #: ../fish/guestfish.pod:266
19855 #, no-wrap
19856 msgid ""
19857 " guestfish -d myguest -i\n"
19858 "\n"
19859 msgstr ""
19860
19861 #. type: textblock
19862 #: ../fish/guestfish.pod:268
19863 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19864 msgstr ""
19865
19866 #. type: verbatim
19867 #: ../fish/guestfish.pod:270
19868 #, no-wrap
19869 msgid ""
19870 " guestfish --ro -d myguest -i\n"
19871 "\n"
19872 msgstr ""
19873
19874 #. type: textblock
19875 #: ../fish/guestfish.pod:272
19876 msgid "(for active domains, readonly), or specify the block device directly:"
19877 msgstr ""
19878
19879 #. type: verbatim
19880 #: ../fish/guestfish.pod:274
19881 #, no-wrap
19882 msgid ""
19883 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19884 "\n"
19885 msgstr ""
19886
19887 #. type: textblock
19888 #: ../fish/guestfish.pod:276
19889 msgid ""
19890 "Note that the command line syntax changed slightly over older versions of "
19891 "guestfish.  You can still use the old syntax:"
19892 msgstr ""
19893
19894 #. type: verbatim
19895 #: ../fish/guestfish.pod:279
19896 #, no-wrap
19897 msgid ""
19898 " guestfish [--ro] -i disk.img\n"
19899 "\n"
19900 msgstr ""
19901
19902 #. type: verbatim
19903 #: ../fish/guestfish.pod:281
19904 #, no-wrap
19905 msgid ""
19906 " guestfish [--ro] -i libvirt-domain\n"
19907 "\n"
19908 msgstr ""
19909
19910 #. type: textblock
19911 #: ../fish/guestfish.pod:283
19912 msgid ""
19913 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19914 "then using other commands to mount the filesystems that were found."
19915 msgstr ""
19916
19917 #. type: =item
19918 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:141
19919 msgid "B<--keys-from-stdin>"
19920 msgstr ""
19921
19922 #. type: textblock
19923 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:143
19924 msgid ""
19925 "Read key or passphrase parameters from stdin.  The default is to try to read "
19926 "passphrases from the user by opening C</dev/tty>."
19927 msgstr ""
19928
19929 #. type: =item
19930 #: ../fish/guestfish.pod:292
19931 msgid "B<--listen>"
19932 msgstr ""
19933
19934 #. type: textblock
19935 #: ../fish/guestfish.pod:294
19936 msgid ""
19937 "Fork into the background and listen for remote commands.  See section L</"
19938 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19939 msgstr ""
19940
19941 #. type: =item
19942 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:146
19943 msgid "B<--live>"
19944 msgstr ""
19945
19946 #. type: textblock
19947 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:148
19948 msgid ""
19949 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
19950 "ATTACHING TO RUNNING DAEMONS>)."
19951 msgstr ""
19952
19953 #. type: =item
19954 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:151
19955 msgid "B<-m dev[:mountpoint[:options]]>"
19956 msgstr ""
19957
19958 #. type: =item
19959 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:153
19960 msgid "B<--mount dev[:mountpoint[:options]]>"
19961 msgstr ""
19962
19963 #. type: textblock
19964 #: ../fish/guestfish.pod:306
19965 msgid "Mount the named partition or logical volume on the given mountpoint."
19966 msgstr ""
19967
19968 #. type: textblock
19969 #: ../fish/guestfish.pod:308
19970 msgid "If the mountpoint is omitted, it defaults to C</>."
19971 msgstr ""
19972
19973 #. type: textblock
19974 #: ../fish/guestfish.pod:310
19975 msgid "You have to mount something on C</> before most commands will work."
19976 msgstr ""
19977
19978 #. type: textblock
19979 #: ../fish/guestfish.pod:312
19980 msgid ""
19981 "If any I<-m> or I<--mount> options are given, the guest is automatically "
19982 "launched."
19983 msgstr ""
19984
19985 #. type: textblock
19986 #: ../fish/guestfish.pod:315
19987 msgid ""
19988 "If you don't know what filesystems a disk image contains, you can either run "
19989 "guestfish without this option, then list the partitions, filesystems and LVs "
19990 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
19991 "commands), or you can use the L<virt-filesystems(1)> program."
19992 msgstr ""
19993
19994 #. type: textblock
19995 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:161
19996 msgid ""
19997 "The third (and rarely used) part of the mount parameter is the list of mount "
19998 "options used to mount the underlying filesystem.  If this is not given, then "
19999 "the mount options are either the empty string or C<ro> (the latter if the "
20000 "I<--ro> flag is used).  By specifying the mount options, you override this "
20001 "default choice.  Probably the only time you would use this is to enable ACLs "
20002 "and/or extended attributes if the filesystem can support them:"
20003 msgstr ""
20004
20005 #. type: verbatim
20006 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:169
20007 #, no-wrap
20008 msgid ""
20009 " -m /dev/sda1:/:acl,user_xattr\n"
20010 "\n"
20011 msgstr ""
20012
20013 #. type: textblock
20014 #: ../fish/guestfish.pod:331
20015 msgid "Using this flag is equivalent to using the C<mount-options> command."
20016 msgstr ""
20017
20018 #. type: =item
20019 #: ../fish/guestfish.pod:333
20020 msgid "B<-n>"
20021 msgstr ""
20022
20023 #. type: =item
20024 #: ../fish/guestfish.pod:335
20025 msgid "B<--no-sync>"
20026 msgstr ""
20027
20028 #. type: textblock
20029 #: ../fish/guestfish.pod:337
20030 msgid ""
20031 "Disable autosync.  This is enabled by default.  See the discussion of "
20032 "autosync in the L<guestfs(3)> manpage."
20033 msgstr ""
20034
20035 #. type: =item
20036 #: ../fish/guestfish.pod:340
20037 msgid "B<-N type>"
20038 msgstr ""
20039
20040 #. type: =item
20041 #: ../fish/guestfish.pod:342
20042 msgid "B<--new type>"
20043 msgstr ""
20044
20045 #. type: =item
20046 #: ../fish/guestfish.pod:344
20047 msgid "B<-N help>"
20048 msgstr ""
20049
20050 #. type: textblock
20051 #: ../fish/guestfish.pod:346
20052 msgid ""
20053 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
20054 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
20055 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
20056 "IMAGES> below."
20057 msgstr ""
20058
20059 #. type: =item
20060 #: ../fish/guestfish.pod:351
20061 msgid "B<--progress-bars>"
20062 msgstr ""
20063
20064 #. type: textblock
20065 #: ../fish/guestfish.pod:353
20066 msgid "Enable progress bars, even when guestfish is used non-interactively."
20067 msgstr ""
20068
20069 #. type: textblock
20070 #: ../fish/guestfish.pod:355
20071 msgid ""
20072 "Progress bars are enabled by default when guestfish is used as an "
20073 "interactive shell."
20074 msgstr ""
20075
20076 #. type: =item
20077 #: ../fish/guestfish.pod:358
20078 msgid "B<--no-progress-bars>"
20079 msgstr ""
20080
20081 #. type: textblock
20082 #: ../fish/guestfish.pod:360
20083 msgid "Disable progress bars."
20084 msgstr ""
20085
20086 #. type: =item
20087 #: ../fish/guestfish.pod:362
20088 msgid "B<--remote[=pid]>"
20089 msgstr ""
20090
20091 #. type: textblock
20092 #: ../fish/guestfish.pod:364
20093 msgid ""
20094 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
20095 "CONTROL GUESTFISH OVER A SOCKET> below."
20096 msgstr ""
20097
20098 #. type: =item
20099 #: ../fish/guestfish.pod:367
20100 msgid "B<-r>"
20101 msgstr ""
20102
20103 #. type: =item
20104 #: ../fish/guestfish.pod:369
20105 msgid "B<--ro>"
20106 msgstr ""
20107
20108 #. type: textblock
20109 #: ../fish/guestfish.pod:371
20110 msgid ""
20111 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
20112 "mounts are done read-only."
20113 msgstr ""
20114
20115 #. type: textblock
20116 #: ../fish/guestfish.pod:374
20117 msgid ""
20118 "The option must always be used if the disk image or virtual machine might be "
20119 "running, and is generally recommended in cases where you don't need write "
20120 "access to the disk."
20121 msgstr ""
20122
20123 #. type: textblock
20124 #: ../fish/guestfish.pod:378
20125 msgid ""
20126 "Note that prepared disk images created with I<-N> are not affected by this "
20127 "option.  Also commands like C<add> are not affected - you have to specify "
20128 "the C<readonly:true> option explicitly if you need it."
20129 msgstr ""
20130
20131 #. type: textblock
20132 #: ../fish/guestfish.pod:382
20133 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
20134 msgstr ""
20135
20136 #. type: =item
20137 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:225
20138 msgid "B<--selinux>"
20139 msgstr ""
20140
20141 #. type: textblock
20142 #: ../fish/guestfish.pod:386
20143 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
20144 msgstr ""
20145
20146 #. type: =item
20147 #: ../fish/guestfish.pod:388
20148 msgid "B<-v>"
20149 msgstr ""
20150
20151 #. type: =item
20152 #: ../fish/guestfish.pod:390
20153 msgid "B<--verbose>"
20154 msgstr ""
20155
20156 #. type: textblock
20157 #: ../fish/guestfish.pod:392
20158 msgid ""
20159 "Enable very verbose messages.  This is particularly useful if you find a bug."
20160 msgstr ""
20161
20162 #. type: =item
20163 #: ../fish/guestfish.pod:395
20164 msgid "B<-V>"
20165 msgstr ""
20166
20167 #. type: =item
20168 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:97
20169 #: ../tools/virt-win-reg.pl:112 ../tools/virt-list-filesystems.pl:69
20170 #: ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169
20171 #: ../tools/virt-list-partitions.pl:70
20172 msgid "B<--version>"
20173 msgstr ""
20174
20175 #. type: textblock
20176 #: ../fish/guestfish.pod:399
20177 msgid "Display the guestfish / libguestfs version number and exit."
20178 msgstr ""
20179
20180 #. type: =item
20181 #: ../fish/guestfish.pod:401
20182 msgid "B<-w>"
20183 msgstr ""
20184
20185 #. type: =item
20186 #: ../fish/guestfish.pod:403
20187 msgid "B<--rw>"
20188 msgstr ""
20189
20190 #. type: textblock
20191 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:239
20192 msgid ""
20193 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
20194 "mounts are done read-write."
20195 msgstr ""
20196
20197 #. type: textblock
20198 #: ../fish/guestfish.pod:408
20199 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
20200 msgstr ""
20201
20202 #. type: =item
20203 #: ../fish/guestfish.pod:410
20204 msgid "B<-x>"
20205 msgstr ""
20206
20207 #. type: textblock
20208 #: ../fish/guestfish.pod:412
20209 msgid "Echo each command before executing it."
20210 msgstr ""
20211
20212 #. type: =head1
20213 #: ../fish/guestfish.pod:416
20214 msgid "COMMANDS ON COMMAND LINE"
20215 msgstr ""
20216
20217 #. type: textblock
20218 #: ../fish/guestfish.pod:418
20219 msgid ""
20220 "Any additional (non-option) arguments are treated as commands to execute."
20221 msgstr ""
20222
20223 #. type: textblock
20224 #: ../fish/guestfish.pod:421
20225 msgid ""
20226 "Commands to execute should be separated by a colon (C<:>), where the colon "
20227 "is a separate parameter.  Thus:"
20228 msgstr ""
20229
20230 #. type: verbatim
20231 #: ../fish/guestfish.pod:424
20232 #, no-wrap
20233 msgid ""
20234 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
20235 "\n"
20236 msgstr ""
20237
20238 #. type: textblock
20239 #: ../fish/guestfish.pod:426
20240 msgid ""
20241 "If there are no additional arguments, then we enter a shell, either an "
20242 "interactive shell with a prompt (if the input is a terminal) or a non-"
20243 "interactive shell."
20244 msgstr ""
20245
20246 #. type: textblock
20247 #: ../fish/guestfish.pod:430
20248 msgid ""
20249 "In either command line mode or non-interactive shell, the first command that "
20250 "gives an error causes the whole shell to exit.  In interactive mode (with a "
20251 "prompt) if a command fails, you can continue to enter commands."
20252 msgstr ""
20253
20254 #. type: =head1
20255 #: ../fish/guestfish.pod:435
20256 msgid "USING launch (OR run)"
20257 msgstr ""
20258
20259 #. type: textblock
20260 #: ../fish/guestfish.pod:437
20261 msgid ""
20262 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
20263 "then launch it, then mount any disks you need, and finally issue actions/"
20264 "commands.  So the general order of the day is:"
20265 msgstr ""
20266
20267 #. type: textblock
20268 #: ../fish/guestfish.pod:445
20269 msgid "add or -a/--add"
20270 msgstr ""
20271
20272 #. type: textblock
20273 #: ../fish/guestfish.pod:449
20274 msgid "launch (aka run)"
20275 msgstr ""
20276
20277 #. type: textblock
20278 #: ../fish/guestfish.pod:453
20279 msgid "mount or -m/--mount"
20280 msgstr ""
20281
20282 #. type: textblock
20283 #: ../fish/guestfish.pod:457
20284 msgid "any other commands"
20285 msgstr ""
20286
20287 #. type: textblock
20288 #: ../fish/guestfish.pod:461
20289 msgid ""
20290 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
20291 "guest before mounting or performing any other commands."
20292 msgstr ""
20293
20294 #. type: textblock
20295 #: ../fish/guestfish.pod:464
20296 msgid ""
20297 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
20298 "I<--new> options were given then C<run> is done automatically, simply "
20299 "because guestfish can't perform the action you asked for without doing this."
20300 msgstr ""
20301
20302 #. type: =head1
20303 #: ../fish/guestfish.pod:469
20304 msgid "OPENING DISKS FOR READ AND WRITE"
20305 msgstr ""
20306
20307 #. type: textblock
20308 #: ../fish/guestfish.pod:471
20309 msgid ""
20310 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
20311 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
20312 "I<-i> and I<-m> open disk images read-only or for writing."
20313 msgstr ""
20314
20315 #. type: textblock
20316 #: ../fish/guestfish.pod:476
20317 msgid ""
20318 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
20319 "opening disk images supplied on the command line for write.  To open a disk "
20320 "image read-only you have to do I<-a image --ro>."
20321 msgstr ""
20322
20323 #. type: textblock
20324 #: ../fish/guestfish.pod:480
20325 msgid ""
20326 "This matters: If you accidentally open a live VM disk image writable then "
20327 "you will cause irreversible disk corruption."
20328 msgstr ""
20329
20330 #. type: textblock
20331 #: ../fish/guestfish.pod:483
20332 msgid ""
20333 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
20334 "images will be opened read-only.  You will have to either specify "
20335 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
20336 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
20337 "access for disk images specified by those other command line options."
20338 msgstr ""
20339
20340 #. type: textblock
20341 #: ../fish/guestfish.pod:490
20342 msgid ""
20343 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
20344 "which does nothing (it is already the default).  However it is highly "
20345 "recommended that you use this option to indicate that you need write access, "
20346 "and prepare your scripts for the day when this option will be required for "
20347 "write access."
20348 msgstr ""
20349
20350 #. type: textblock
20351 #: ../fish/guestfish.pod:496
20352 msgid ""
20353 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
20354 "other libguestfs program apart from guestfish and guestmount."
20355 msgstr ""
20356
20357 #. type: =head1
20358 #: ../fish/guestfish.pod:499
20359 msgid "QUOTING"
20360 msgstr ""
20361
20362 #. type: textblock
20363 #: ../fish/guestfish.pod:501
20364 msgid ""
20365 "You can quote ordinary parameters using either single or double quotes.  For "
20366 "example:"
20367 msgstr ""
20368
20369 #. type: verbatim
20370 #: ../fish/guestfish.pod:504
20371 #, no-wrap
20372 msgid ""
20373 " add \"file with a space.img\"\n"
20374 "\n"
20375 msgstr ""
20376
20377 #. type: verbatim
20378 #: ../fish/guestfish.pod:506
20379 #, no-wrap
20380 msgid ""
20381 " rm '/file name'\n"
20382 "\n"
20383 msgstr ""
20384
20385 #. type: verbatim
20386 #: ../fish/guestfish.pod:508
20387 #, no-wrap
20388 msgid ""
20389 " rm '/\"'\n"
20390 "\n"
20391 msgstr ""
20392
20393 #. type: textblock
20394 #: ../fish/guestfish.pod:510
20395 msgid ""
20396 "A few commands require a list of strings to be passed.  For these, use a "
20397 "whitespace-separated list, enclosed in quotes.  Strings containing "
20398 "whitespace to be passed through must be enclosed in single quotes.  A "
20399 "literal single quote must be escaped with a backslash."
20400 msgstr ""
20401
20402 #. type: verbatim
20403 #: ../fish/guestfish.pod:515
20404 #, no-wrap
20405 msgid ""
20406 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
20407 " command \"/bin/echo 'foo      bar'\"\n"
20408 " command \"/bin/echo \\'foo\\'\"\n"
20409 "\n"
20410 msgstr ""
20411
20412 #. type: =head1
20413 #: ../fish/guestfish.pod:519
20414 msgid "OPTIONAL ARGUMENTS"
20415 msgstr ""
20416
20417 #. type: textblock
20418 #: ../fish/guestfish.pod:521
20419 msgid ""
20420 "Some commands take optional arguments.  These arguments appear in this "
20421 "documentation as C<[argname:..]>.  You can use them as in these examples:"
20422 msgstr ""
20423
20424 #. type: verbatim
20425 #: ../fish/guestfish.pod:525
20426 #, no-wrap
20427 msgid ""
20428 " add-drive-opts filename\n"
20429 "\n"
20430 msgstr ""
20431
20432 #. type: verbatim
20433 #: ../fish/guestfish.pod:527
20434 #, no-wrap
20435 msgid ""
20436 " add-drive-opts filename readonly:true\n"
20437 "\n"
20438 msgstr ""
20439
20440 #. type: verbatim
20441 #: ../fish/guestfish.pod:529
20442 #, no-wrap
20443 msgid ""
20444 " add-drive-opts filename format:qcow2 readonly:false\n"
20445 "\n"
20446 msgstr ""
20447
20448 #. type: textblock
20449 #: ../fish/guestfish.pod:531
20450 msgid ""
20451 "Each optional argument can appear at most once.  All optional arguments must "
20452 "appear after the required ones."
20453 msgstr ""
20454
20455 #. type: =head1
20456 #: ../fish/guestfish.pod:534
20457 msgid "NUMBERS"
20458 msgstr ""
20459
20460 #. type: textblock
20461 #: ../fish/guestfish.pod:536
20462 msgid ""
20463 "This section applies to all commands which can take integers as parameters."
20464 msgstr ""
20465
20466 #. type: =head2
20467 #: ../fish/guestfish.pod:539
20468 msgid "SIZE SUFFIX"
20469 msgstr ""
20470
20471 #. type: textblock
20472 #: ../fish/guestfish.pod:541
20473 msgid ""
20474 "When the command takes a parameter measured in bytes, you can use one of the "
20475 "following suffixes to specify kilobytes, megabytes and larger sizes:"
20476 msgstr ""
20477
20478 #. type: =item
20479 #: ../fish/guestfish.pod:547
20480 msgid "B<k> or B<K> or B<KiB>"
20481 msgstr ""
20482
20483 #. type: textblock
20484 #: ../fish/guestfish.pod:549
20485 msgid "The size in kilobytes (multiplied by 1024)."
20486 msgstr ""
20487
20488 #. type: =item
20489 #: ../fish/guestfish.pod:551
20490 msgid "B<KB>"
20491 msgstr ""
20492
20493 #. type: textblock
20494 #: ../fish/guestfish.pod:553
20495 msgid "The size in SI 1000 byte units."
20496 msgstr ""
20497
20498 #. type: =item
20499 #: ../fish/guestfish.pod:555
20500 msgid "B<M> or B<MiB>"
20501 msgstr ""
20502
20503 #. type: textblock
20504 #: ../fish/guestfish.pod:557
20505 msgid "The size in megabytes (multiplied by 1048576)."
20506 msgstr ""
20507
20508 #. type: =item
20509 #: ../fish/guestfish.pod:559
20510 msgid "B<MB>"
20511 msgstr ""
20512
20513 #. type: textblock
20514 #: ../fish/guestfish.pod:561
20515 msgid "The size in SI 1000000 byte units."
20516 msgstr ""
20517
20518 #. type: =item
20519 #: ../fish/guestfish.pod:563
20520 msgid "B<G> or B<GiB>"
20521 msgstr ""
20522
20523 #. type: textblock
20524 #: ../fish/guestfish.pod:565
20525 msgid "The size in gigabytes (multiplied by 2**30)."
20526 msgstr ""
20527
20528 #. type: =item
20529 #: ../fish/guestfish.pod:567
20530 msgid "B<GB>"
20531 msgstr ""
20532
20533 #. type: textblock
20534 #: ../fish/guestfish.pod:569
20535 msgid "The size in SI 10**9 byte units."
20536 msgstr ""
20537
20538 #. type: =item
20539 #: ../fish/guestfish.pod:571
20540 msgid "B<T> or B<TiB>"
20541 msgstr ""
20542
20543 #. type: textblock
20544 #: ../fish/guestfish.pod:573
20545 msgid "The size in terabytes (multiplied by 2**40)."
20546 msgstr ""
20547
20548 #. type: =item
20549 #: ../fish/guestfish.pod:575
20550 msgid "B<TB>"
20551 msgstr ""
20552
20553 #. type: textblock
20554 #: ../fish/guestfish.pod:577
20555 msgid "The size in SI 10**12 byte units."
20556 msgstr ""
20557
20558 #. type: =item
20559 #: ../fish/guestfish.pod:579
20560 msgid "B<P> or B<PiB>"
20561 msgstr ""
20562
20563 #. type: textblock
20564 #: ../fish/guestfish.pod:581
20565 msgid "The size in petabytes (multiplied by 2**50)."
20566 msgstr ""
20567
20568 #. type: =item
20569 #: ../fish/guestfish.pod:583
20570 msgid "B<PB>"
20571 msgstr ""
20572
20573 #. type: textblock
20574 #: ../fish/guestfish.pod:585
20575 msgid "The size in SI 10**15 byte units."
20576 msgstr ""
20577
20578 #. type: =item
20579 #: ../fish/guestfish.pod:587
20580 msgid "B<E> or B<EiB>"
20581 msgstr ""
20582
20583 #. type: textblock
20584 #: ../fish/guestfish.pod:589
20585 msgid "The size in exabytes (multiplied by 2**60)."
20586 msgstr ""
20587
20588 #. type: =item
20589 #: ../fish/guestfish.pod:591
20590 msgid "B<EB>"
20591 msgstr ""
20592
20593 #. type: textblock
20594 #: ../fish/guestfish.pod:593
20595 msgid "The size in SI 10**18 byte units."
20596 msgstr ""
20597
20598 #. type: =item
20599 #: ../fish/guestfish.pod:595
20600 msgid "B<Z> or B<ZiB>"
20601 msgstr ""
20602
20603 #. type: textblock
20604 #: ../fish/guestfish.pod:597
20605 msgid "The size in zettabytes (multiplied by 2**70)."
20606 msgstr ""
20607
20608 #. type: =item
20609 #: ../fish/guestfish.pod:599
20610 msgid "B<ZB>"
20611 msgstr ""
20612
20613 #. type: textblock
20614 #: ../fish/guestfish.pod:601
20615 msgid "The size in SI 10**21 byte units."
20616 msgstr ""
20617
20618 #. type: =item
20619 #: ../fish/guestfish.pod:603
20620 msgid "B<Y> or B<YiB>"
20621 msgstr ""
20622
20623 #. type: textblock
20624 #: ../fish/guestfish.pod:605
20625 msgid "The size in yottabytes (multiplied by 2**80)."
20626 msgstr ""
20627
20628 #. type: =item
20629 #: ../fish/guestfish.pod:607
20630 msgid "B<YB>"
20631 msgstr ""
20632
20633 #. type: textblock
20634 #: ../fish/guestfish.pod:609
20635 msgid "The size in SI 10**24 byte units."
20636 msgstr ""
20637
20638 #. type: verbatim
20639 #: ../fish/guestfish.pod:615
20640 #, no-wrap
20641 msgid ""
20642 " truncate-size /file 1G\n"
20643 "\n"
20644 msgstr ""
20645
20646 #. type: textblock
20647 #: ../fish/guestfish.pod:617
20648 msgid "would truncate the file to 1 gigabyte."
20649 msgstr ""
20650
20651 #. type: textblock
20652 #: ../fish/guestfish.pod:619
20653 msgid ""
20654 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
20655 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
20656 "suffix will probably not do what you expect."
20657 msgstr ""
20658
20659 #. type: =head2
20660 #: ../fish/guestfish.pod:623
20661 msgid "OCTAL AND HEXADECIMAL NUMBERS"
20662 msgstr ""
20663
20664 #. type: textblock
20665 #: ../fish/guestfish.pod:625
20666 msgid ""
20667 "For specifying the radix (base) use the C convention: C<0> to prefix an "
20668 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
20669 msgstr ""
20670
20671 #. type: verbatim
20672 #: ../fish/guestfish.pod:628
20673 #, no-wrap
20674 msgid ""
20675 " 1234      decimal number 1234\n"
20676 " 02322     octal number, equivalent to decimal 1234\n"
20677 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
20678 "\n"
20679 msgstr ""
20680
20681 #. type: textblock
20682 #: ../fish/guestfish.pod:632
20683 msgid ""
20684 "When using the C<chmod> command, you almost always want to specify an octal "
20685 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
20686 "L<chmod(1)> program):"
20687 msgstr ""
20688
20689 #. type: verbatim
20690 #: ../fish/guestfish.pod:636
20691 #, no-wrap
20692 msgid ""
20693 " chmod 0777 /public  # OK\n"
20694 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
20695 "\n"
20696 msgstr ""
20697
20698 #. type: textblock
20699 #: ../fish/guestfish.pod:639
20700 msgid ""
20701 "Commands that return numbers usually print them in decimal, but some "
20702 "commands print numbers in other radices (eg. C<umask> prints the mode in "
20703 "octal, preceeded by C<0>)."
20704 msgstr ""
20705
20706 #. type: =head1
20707 #: ../fish/guestfish.pod:643
20708 msgid "WILDCARDS AND GLOBBING"
20709 msgstr ""
20710
20711 #. type: textblock
20712 #: ../fish/guestfish.pod:645
20713 msgid ""
20714 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
20715 "(globbing) by default.  So for example the following will not do what you "
20716 "expect:"
20717 msgstr ""
20718
20719 #. type: verbatim
20720 #: ../fish/guestfish.pod:649
20721 #, no-wrap
20722 msgid ""
20723 " rm-rf /home/*\n"
20724 "\n"
20725 msgstr ""
20726
20727 #. type: textblock
20728 #: ../fish/guestfish.pod:651
20729 msgid ""
20730 "Assuming you don't have a directory called literally C</home/*> then the "
20731 "above command will return an error."
20732 msgstr ""
20733
20734 #. type: textblock
20735 #: ../fish/guestfish.pod:654
20736 msgid "To perform wildcard expansion, use the C<glob> command."
20737 msgstr ""
20738
20739 #. type: verbatim
20740 #: ../fish/guestfish.pod:656
20741 #, no-wrap
20742 msgid ""
20743 " glob rm-rf /home/*\n"
20744 "\n"
20745 msgstr ""
20746
20747 #. type: textblock
20748 #: ../fish/guestfish.pod:658
20749 msgid ""
20750 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
20751 "many times), equivalent to:"
20752 msgstr ""
20753
20754 #. type: verbatim
20755 #: ../fish/guestfish.pod:661
20756 #, no-wrap
20757 msgid ""
20758 " rm-rf /home/jim\n"
20759 " rm-rf /home/joe\n"
20760 " rm-rf /home/mary\n"
20761 "\n"
20762 msgstr ""
20763
20764 #. type: textblock
20765 #: ../fish/guestfish.pod:665
20766 msgid "C<glob> only works on simple guest paths and not on device names."
20767 msgstr ""
20768
20769 #. type: textblock
20770 #: ../fish/guestfish.pod:667
20771 msgid ""
20772 "If you have several parameters, each containing a wildcard, then glob will "
20773 "perform a Cartesian product."
20774 msgstr ""
20775
20776 #. type: =head1
20777 #: ../fish/guestfish.pod:670
20778 msgid "COMMENTS"
20779 msgstr ""
20780
20781 #. type: textblock
20782 #: ../fish/guestfish.pod:672
20783 msgid ""
20784 "Any line which starts with a I<#> character is treated as a comment and "
20785 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20786 "a command.  For example:"
20787 msgstr ""
20788
20789 #. type: verbatim
20790 #: ../fish/guestfish.pod:676
20791 #, no-wrap
20792 msgid ""
20793 " # this is a comment\n"
20794 "         # this is a comment\n"
20795 " foo # NOT a comment\n"
20796 "\n"
20797 msgstr ""
20798
20799 #. type: textblock
20800 #: ../fish/guestfish.pod:680
20801 msgid "Blank lines are also ignored."
20802 msgstr ""
20803
20804 #. type: =head1
20805 #: ../fish/guestfish.pod:682
20806 msgid "RUNNING COMMANDS LOCALLY"
20807 msgstr ""
20808
20809 #. type: textblock
20810 #: ../fish/guestfish.pod:684
20811 msgid ""
20812 "Any line which starts with a I<!> character is treated as a command sent to "
20813 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20814 msgstr ""
20815
20816 #. type: verbatim
20817 #: ../fish/guestfish.pod:688
20818 #, no-wrap
20819 msgid ""
20820 " !mkdir local\n"
20821 " tgz-out /remote local/remote-data.tar.gz\n"
20822 "\n"
20823 msgstr ""
20824
20825 #. type: textblock
20826 #: ../fish/guestfish.pod:691
20827 msgid ""
20828 "will create a directory C<local> on the host, and then export the contents "
20829 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20830 "(See C<tgz-out>)."
20831 msgstr ""
20832
20833 #. type: textblock
20834 #: ../fish/guestfish.pod:695
20835 msgid ""
20836 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20837 "effect, due to the way that subprocesses work in Unix."
20838 msgstr ""
20839
20840 #. type: =head2
20841 #: ../fish/guestfish.pod:698
20842 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20843 msgstr ""
20844
20845 #. type: textblock
20846 #: ../fish/guestfish.pod:700
20847 msgid ""
20848 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20849 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20850 "and executed as guestfish commands."
20851 msgstr ""
20852
20853 #. type: textblock
20854 #: ../fish/guestfish.pod:704
20855 msgid ""
20856 "Thus you can use shell script to construct arbitrary guestfish commands "
20857 "which are then parsed by guestfish."
20858 msgstr ""
20859
20860 #. type: textblock
20861 #: ../fish/guestfish.pod:707
20862 msgid ""
20863 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20864 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20865 "if we use a shell script to create the guestfish commands for us:"
20866 msgstr ""
20867
20868 #. type: verbatim
20869 #: ../fish/guestfish.pod:712
20870 #, no-wrap
20871 msgid ""
20872 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20873 "\n"
20874 msgstr ""
20875
20876 #. type: textblock
20877 #: ../fish/guestfish.pod:714
20878 msgid "or with names like C</foo.001>:"
20879 msgstr ""
20880
20881 #. type: verbatim
20882 #: ../fish/guestfish.pod:716
20883 #, no-wrap
20884 msgid ""
20885 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20886 "\n"
20887 msgstr ""
20888
20889 #. type: textblock
20890 #: ../fish/guestfish.pod:718
20891 msgid ""
20892 "When using guestfish interactively it can be helpful to just run the shell "
20893 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20894 "ordinary I<!> local command), see what guestfish commands it would run, and "
20895 "when you are happy with those prepend the C<E<lt>> character to run the "
20896 "guestfish commands for real."
20897 msgstr ""
20898
20899 #. type: =head1
20900 #: ../fish/guestfish.pod:724
20901 msgid "PIPES"
20902 msgstr ""
20903
20904 #. type: textblock
20905 #: ../fish/guestfish.pod:726
20906 msgid ""
20907 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20908 "command (a guestfish command) to the second command (any host command).  For "
20909 "example:"
20910 msgstr ""
20911
20912 #. type: verbatim
20913 #: ../fish/guestfish.pod:730
20914 #, no-wrap
20915 msgid ""
20916 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20917 "\n"
20918 msgstr ""
20919
20920 #. type: textblock
20921 #: ../fish/guestfish.pod:732
20922 msgid ""
20923 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20924 "program).  The above command would list all accounts in the guest filesystem "
20925 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20926 msgstr ""
20927
20928 #. type: verbatim
20929 #: ../fish/guestfish.pod:737
20930 #, no-wrap
20931 msgid ""
20932 " hexdump /bin/ls | head\n"
20933 " list-devices | tail -1\n"
20934 " tgz-out / - | tar ztf -\n"
20935 "\n"
20936 msgstr ""
20937
20938 #. type: textblock
20939 #: ../fish/guestfish.pod:741
20940 msgid ""
20941 "The space before the pipe symbol is required, any space after the pipe "
20942 "symbol is optional.  Everything after the pipe symbol is just passed "
20943 "straight to the host shell, so it can contain redirections, globs and "
20944 "anything else that makes sense on the host side."
20945 msgstr ""
20946
20947 #. type: textblock
20948 #: ../fish/guestfish.pod:746
20949 msgid ""
20950 "To use a literal argument which begins with a pipe symbol, you have to quote "
20951 "it, eg:"
20952 msgstr ""
20953
20954 #. type: verbatim
20955 #: ../fish/guestfish.pod:749
20956 #, no-wrap
20957 msgid ""
20958 " echo \"|\"\n"
20959 "\n"
20960 msgstr ""
20961
20962 #. type: =head1
20963 #: ../fish/guestfish.pod:751
20964 msgid "HOME DIRECTORIES"
20965 msgstr ""
20966
20967 #. type: textblock
20968 #: ../fish/guestfish.pod:753
20969 msgid ""
20970 "If a parameter starts with the character C<~> then the tilde may be expanded "
20971 "as a home directory path (either C<~> for the current user's home directory, "
20972 "or C<~user> for another user)."
20973 msgstr ""
20974
20975 #. type: textblock
20976 #: ../fish/guestfish.pod:757
20977 msgid ""
20978 "Note that home directory expansion happens for users known I<on the host>, "
20979 "not in the guest filesystem."
20980 msgstr ""
20981
20982 #. type: textblock
20983 #: ../fish/guestfish.pod:760
20984 msgid ""
20985 "To use a literal argument which begins with a tilde, you have to quote it, "
20986 "eg:"
20987 msgstr ""
20988
20989 #. type: verbatim
20990 #: ../fish/guestfish.pod:763
20991 #, no-wrap
20992 msgid ""
20993 " echo \"~\"\n"
20994 "\n"
20995 msgstr ""
20996
20997 #. type: textblock
20998 #: ../fish/guestfish.pod:767
20999 msgid ""
21000 "Libguestfs has some support for Linux guests encrypted according to the "
21001 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
21002 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
21003 "LUKS is supported."
21004 msgstr ""
21005
21006 #. type: textblock
21007 #: ../fish/guestfish.pod:772
21008 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
21009 msgstr ""
21010
21011 #. type: verbatim
21012 #: ../fish/guestfish.pod:774
21013 #, no-wrap
21014 msgid ""
21015 " ><fs> vfs-type /dev/sda2\n"
21016 " crypto_LUKS\n"
21017 "\n"
21018 msgstr ""
21019
21020 #. type: textblock
21021 #: ../fish/guestfish.pod:777
21022 msgid ""
21023 "Then open those devices using L</luks-open>.  This creates a device-mapper "
21024 "device called C</dev/mapper/luksdev>."
21025 msgstr ""
21026
21027 #. type: verbatim
21028 #: ../fish/guestfish.pod:780
21029 #, no-wrap
21030 msgid ""
21031 " ><fs> luks-open /dev/sda2 luksdev\n"
21032 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
21033 "\n"
21034 msgstr ""
21035
21036 #. type: textblock
21037 #: ../fish/guestfish.pod:783
21038 msgid ""
21039 "Finally you have to tell LVM to scan for volume groups on the newly created "
21040 "mapper device:"
21041 msgstr ""
21042
21043 #. type: verbatim
21044 #: ../fish/guestfish.pod:786
21045 #, no-wrap
21046 msgid ""
21047 " vgscan\n"
21048 " vg-activate-all true\n"
21049 "\n"
21050 msgstr ""
21051
21052 #. type: textblock
21053 #: ../fish/guestfish.pod:789
21054 msgid "The logical volume(s) can now be mounted in the usual way."
21055 msgstr ""
21056
21057 #. type: textblock
21058 #: ../fish/guestfish.pod:791
21059 msgid ""
21060 "Before closing a LUKS device you must unmount any logical volumes on it and "
21061 "deactivate the volume groups by calling C<vg-activate false VG> on each "
21062 "one.  Then you can close the mapper device:"
21063 msgstr ""
21064
21065 #. type: verbatim
21066 #: ../fish/guestfish.pod:795
21067 #, no-wrap
21068 msgid ""
21069 " vg-activate false /dev/VG\n"
21070 " luks-close /dev/mapper/luksdev\n"
21071 "\n"
21072 msgstr ""
21073
21074 #. type: =head1
21075 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
21076 msgid "WINDOWS PATHS"
21077 msgstr ""
21078
21079 #. type: textblock
21080 #: ../fish/guestfish.pod:800
21081 msgid ""
21082 "If a path is prefixed with C<win:> then you can use Windows-style drive "
21083 "letters and paths (with some limitations).  The following commands are "
21084 "equivalent:"
21085 msgstr ""
21086
21087 #. type: verbatim
21088 #: ../fish/guestfish.pod:804
21089 #, no-wrap
21090 msgid ""
21091 " file /WINDOWS/system32/config/system.LOG\n"
21092 "\n"
21093 msgstr ""
21094
21095 #. type: verbatim
21096 #: ../fish/guestfish.pod:806
21097 #, no-wrap
21098 msgid ""
21099 " file win:\\windows\\system32\\config\\system.log\n"
21100 "\n"
21101 msgstr ""
21102
21103 #. type: verbatim
21104 #: ../fish/guestfish.pod:808
21105 #, no-wrap
21106 msgid ""
21107 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
21108 "\n"
21109 msgstr ""
21110
21111 #. type: textblock
21112 #: ../fish/guestfish.pod:810
21113 msgid ""
21114 "The parameter is rewritten \"behind the scenes\" by looking up the position "
21115 "where the drive is mounted, prepending that to the path, changing all "
21116 "backslash characters to forward slash, then resolving the result using L</"
21117 "case-sensitive-path>.  For example if the E: drive was mounted on C</e> then "
21118 "the parameter might be rewritten like this:"
21119 msgstr ""
21120
21121 #. type: verbatim
21122 #: ../fish/guestfish.pod:816
21123 #, no-wrap
21124 msgid ""
21125 " win:e:\\foo\\bar => /e/FOO/bar\n"
21126 "\n"
21127 msgstr ""
21128
21129 #. type: textblock
21130 #: ../fish/guestfish.pod:818
21131 msgid "This only works in argument positions that expect a path."
21132 msgstr ""
21133
21134 #. type: =head1
21135 #: ../fish/guestfish.pod:820
21136 msgid "UPLOADING AND DOWNLOADING FILES"
21137 msgstr ""
21138
21139 #. type: textblock
21140 #: ../fish/guestfish.pod:822
21141 msgid ""
21142 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
21143 "others which upload from or download to a local file, you can use the "
21144 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
21145 msgstr ""
21146
21147 #. type: verbatim
21148 #: ../fish/guestfish.pod:826
21149 #, no-wrap
21150 msgid ""
21151 " upload - /foo\n"
21152 "\n"
21153 msgstr ""
21154
21155 #. type: textblock
21156 #: ../fish/guestfish.pod:828
21157 msgid ""
21158 "reads stdin and creates from that a file C</foo> in the disk image, and:"
21159 msgstr ""
21160
21161 #. type: verbatim
21162 #: ../fish/guestfish.pod:831
21163 #, no-wrap
21164 msgid ""
21165 " tar-out /etc - | tar tf -\n"
21166 "\n"
21167 msgstr ""
21168
21169 #. type: textblock
21170 #: ../fish/guestfish.pod:833
21171 msgid ""
21172 "writes the tarball to stdout and then pipes that into the external \"tar\" "
21173 "command (see L</PIPES>)."
21174 msgstr ""
21175
21176 #. type: textblock
21177 #: ../fish/guestfish.pod:836
21178 msgid ""
21179 "When using C<-> to read from stdin, the input is read up to the end of "
21180 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
21181 "some arbitrary end marker:"
21182 msgstr ""
21183
21184 #. type: verbatim
21185 #: ../fish/guestfish.pod:840
21186 #, no-wrap
21187 msgid ""
21188 " upload -<<END /foo\n"
21189 " input line 1\n"
21190 " input line 2\n"
21191 " input line 3\n"
21192 " END\n"
21193 "\n"
21194 msgstr ""
21195
21196 #. type: textblock
21197 #: ../fish/guestfish.pod:846
21198 msgid ""
21199 "Any string of characters can be used instead of C<END>.  The end marker must "
21200 "appear on a line of its own, without any preceeding or following characters "
21201 "(not even spaces)."
21202 msgstr ""
21203
21204 #. type: textblock
21205 #: ../fish/guestfish.pod:850
21206 msgid ""
21207 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
21208 "upload local files (so-called \"FileIn\" parameters in the generator)."
21209 msgstr ""
21210
21211 #. type: =head1
21212 #: ../fish/guestfish.pod:853
21213 msgid "EXIT ON ERROR BEHAVIOUR"
21214 msgstr ""
21215
21216 #. type: textblock
21217 #: ../fish/guestfish.pod:855
21218 msgid ""
21219 "By default, guestfish will ignore any errors when in interactive mode (ie. "
21220 "taking commands from a human over a tty), and will exit on the first error "
21221 "in non-interactive mode (scripts, commands given on the command line)."
21222 msgstr ""
21223
21224 #. type: textblock
21225 #: ../fish/guestfish.pod:860
21226 msgid ""
21227 "If you prefix a command with a I<-> character, then that command will not "
21228 "cause guestfish to exit, even if that (one) command returns an error."
21229 msgstr ""
21230
21231 #. type: =head1
21232 #: ../fish/guestfish.pod:864
21233 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
21234 msgstr ""
21235
21236 #. type: textblock
21237 #: ../fish/guestfish.pod:866
21238 msgid ""
21239 "Guestfish can be remote-controlled over a socket.  This is useful "
21240 "particularly in shell scripts where you want to make several different "
21241 "changes to a filesystem, but you don't want the overhead of starting up a "
21242 "guestfish process each time."
21243 msgstr ""
21244
21245 #. type: textblock
21246 #: ../fish/guestfish.pod:871
21247 msgid "Start a guestfish server process using:"
21248 msgstr ""
21249
21250 #. type: verbatim
21251 #: ../fish/guestfish.pod:873
21252 #, no-wrap
21253 msgid ""
21254 " eval \"`guestfish --listen`\"\n"
21255 "\n"
21256 msgstr ""
21257
21258 #. type: textblock
21259 #: ../fish/guestfish.pod:875
21260 msgid "and then send it commands by doing:"
21261 msgstr ""
21262
21263 #. type: verbatim
21264 #: ../fish/guestfish.pod:877
21265 #, no-wrap
21266 msgid ""
21267 " guestfish --remote cmd [...]\n"
21268 "\n"
21269 msgstr ""
21270
21271 #. type: textblock
21272 #: ../fish/guestfish.pod:879
21273 msgid "To cause the server to exit, send it the exit command:"
21274 msgstr ""
21275
21276 #. type: verbatim
21277 #: ../fish/guestfish.pod:881
21278 #, no-wrap
21279 msgid ""
21280 " guestfish --remote exit\n"
21281 "\n"
21282 msgstr ""
21283
21284 #. type: textblock
21285 #: ../fish/guestfish.pod:883
21286 msgid ""
21287 "Note that the server will normally exit if there is an error in a command.  "
21288 "You can change this in the usual way.  See section L</EXIT ON ERROR "
21289 "BEHAVIOUR>."
21290 msgstr ""
21291
21292 #. type: =head2
21293 #: ../fish/guestfish.pod:887
21294 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
21295 msgstr ""
21296
21297 #. type: textblock
21298 #: ../fish/guestfish.pod:889
21299 msgid ""
21300 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
21301 "is how the I<--remote> option knows where to send the commands.  You can "
21302 "have several guestfish listener processes running using:"
21303 msgstr ""
21304
21305 #. type: verbatim
21306 #: ../fish/guestfish.pod:893
21307 #, no-wrap
21308 msgid ""
21309 " eval \"`guestfish --listen`\"\n"
21310 " pid1=$GUESTFISH_PID\n"
21311 " eval \"`guestfish --listen`\"\n"
21312 " pid2=$GUESTFISH_PID\n"
21313 " ...\n"
21314 " guestfish --remote=$pid1 cmd\n"
21315 " guestfish --remote=$pid2 cmd\n"
21316 "\n"
21317 msgstr ""
21318
21319 #. type: =head2
21320 #: ../fish/guestfish.pod:901
21321 msgid "REMOTE CONTROL AND CSH"
21322 msgstr ""
21323
21324 #. type: textblock
21325 #: ../fish/guestfish.pod:903
21326 msgid ""
21327 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
21328 "option:"
21329 msgstr ""
21330
21331 #. type: verbatim
21332 #: ../fish/guestfish.pod:906
21333 #, no-wrap
21334 msgid ""
21335 " eval \"`guestfish --listen --csh`\"\n"
21336 "\n"
21337 msgstr ""
21338
21339 #. type: =head2
21340 #: ../fish/guestfish.pod:908
21341 msgid "REMOTE CONTROL DETAILS"
21342 msgstr ""
21343
21344 #. type: textblock
21345 #: ../fish/guestfish.pod:910
21346 msgid ""
21347 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
21348 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
21349 "and C<$PID> is the process ID of the server."
21350 msgstr ""
21351
21352 #. type: textblock
21353 #: ../fish/guestfish.pod:914
21354 msgid "Guestfish client and server versions must match exactly."
21355 msgstr ""
21356
21357 #. type: =head1
21358 #: ../fish/guestfish.pod:916
21359 msgid "PREPARED DISK IMAGES"
21360 msgstr ""
21361
21362 #. type: textblock
21363 #: ../fish/guestfish.pod:918
21364 msgid ""
21365 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
21366 "preformatted disk images that guestfish can make for you to save typing.  "
21367 "This is particularly useful for testing purposes.  This option is used "
21368 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
21369 "can be mixed with I<-a>)."
21370 msgstr ""
21371
21372 #. type: textblock
21373 #: ../fish/guestfish.pod:924
21374 msgid ""
21375 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
21376 "the second and so on.  Existing files in the current directory are "
21377 "I<overwritten>."
21378 msgstr ""
21379
21380 #. type: textblock
21381 #: ../fish/guestfish.pod:928
21382 msgid ""
21383 "The type briefly describes how the disk should be sized, partitioned, how "
21384 "filesystem(s) should be created, and how content should be added.  "
21385 "Optionally the type can be followed by extra parameters, separated by C<:> "
21386 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
21387 "allocated disk, containing a single partition, with the partition formatted "
21388 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
21389 "disk instead."
21390 msgstr ""
21391
21392 #. type: textblock
21393 #: ../fish/guestfish.pod:936
21394 msgid "To list the available types and any extra parameters they take, run:"
21395 msgstr ""
21396
21397 #. type: textblock
21398 #: ../fish/guestfish.pod:940
21399 msgid ""
21400 "Note that the prepared filesystem is not mounted.  You would usually have to "
21401 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
21402 msgstr ""
21403
21404 #. type: textblock
21405 #: ../fish/guestfish.pod:944
21406 msgid ""
21407 "If any I<-N> or I<--new> options are given, the guest is automatically "
21408 "launched."
21409 msgstr ""
21410
21411 #. type: textblock
21412 #: ../fish/guestfish.pod:949
21413 msgid "Create a 100MB disk with an ext4-formatted partition:"
21414 msgstr ""
21415
21416 #. type: verbatim
21417 #: ../fish/guestfish.pod:951
21418 #, no-wrap
21419 msgid ""
21420 " guestfish -N fs:ext4\n"
21421 "\n"
21422 msgstr ""
21423
21424 #. type: textblock
21425 #: ../fish/guestfish.pod:953
21426 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
21427 msgstr ""
21428
21429 #. type: verbatim
21430 #: ../fish/guestfish.pod:955
21431 #, no-wrap
21432 msgid ""
21433 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
21434 "\n"
21435 msgstr ""
21436
21437 #. type: textblock
21438 #: ../fish/guestfish.pod:957
21439 msgid "Create a blank 200MB disk:"
21440 msgstr ""
21441
21442 #. type: verbatim
21443 #: ../fish/guestfish.pod:959
21444 #, no-wrap
21445 msgid ""
21446 " guestfish -N disk:200M\n"
21447 "\n"
21448 msgstr ""
21449
21450 #. type: =head1
21451 #: ../fish/guestfish.pod:961
21452 msgid "PROGRESS BARS"
21453 msgstr ""
21454
21455 #. type: textblock
21456 #: ../fish/guestfish.pod:963
21457 msgid ""
21458 "Some (not all) long-running commands send progress notification messages as "
21459 "they are running.  Guestfish turns these messages into progress bars."
21460 msgstr ""
21461
21462 #. type: textblock
21463 #: ../fish/guestfish.pod:967
21464 msgid ""
21465 "When a command that supports progress bars takes longer than two seconds to "
21466 "run, and if progress bars are enabled, then you will see one appearing below "
21467 "the command:"
21468 msgstr ""
21469
21470 #. type: verbatim
21471 #: ../fish/guestfish.pod:971
21472 #, no-wrap
21473 msgid ""
21474 " ><fs> copy-size /large-file /another-file 2048M\n"
21475 " / 10% [#####-----------------------------------------] 00:30\n"
21476 "\n"
21477 msgstr ""
21478
21479 #. type: textblock
21480 #: ../fish/guestfish.pod:974
21481 msgid ""
21482 "The spinner on the left hand side moves round once for every progress "
21483 "notification received from the backend.  This is a (reasonably) golden "
21484 "assurance that the command is \"doing something\" even if the progress bar "
21485 "is not moving, because the command is able to send the progress "
21486 "notifications.  When the bar reaches 100% and the command finishes, the "
21487 "spinner disappears."
21488 msgstr ""
21489
21490 #. type: textblock
21491 #: ../fish/guestfish.pod:981
21492 msgid ""
21493 "Progress bars are enabled by default when guestfish is used interactively.  "
21494 "You can enable them even for non-interactive modes using I<--progress-bars>, "
21495 "and you can disable them completely using I<--no-progress-bars>."
21496 msgstr ""
21497
21498 #. type: =head1
21499 #: ../fish/guestfish.pod:986
21500 msgid "GUESTFISH COMMANDS"
21501 msgstr ""
21502
21503 #. type: textblock
21504 #: ../fish/guestfish.pod:988
21505 msgid ""
21506 "The commands in this section are guestfish convenience commands, in other "
21507 "words, they are not part of the L<guestfs(3)> API."
21508 msgstr ""
21509
21510 #. type: =head2
21511 #: ../fish/guestfish.pod:991
21512 msgid "help"
21513 msgstr ""
21514
21515 #. type: verbatim
21516 #: ../fish/guestfish.pod:993
21517 #, no-wrap
21518 msgid ""
21519 " help\n"
21520 " help cmd\n"
21521 "\n"
21522 msgstr ""
21523
21524 #. type: textblock
21525 #: ../fish/guestfish.pod:996
21526 msgid "Without any parameter, this provides general help."
21527 msgstr ""
21528
21529 #. type: textblock
21530 #: ../fish/guestfish.pod:998
21531 msgid "With a C<cmd> parameter, this displays detailed help for that command."
21532 msgstr ""
21533
21534 #. type: =head2
21535 #: ../fish/guestfish.pod:1000
21536 msgid "quit | exit"
21537 msgstr ""
21538
21539 #. type: textblock
21540 #: ../fish/guestfish.pod:1002
21541 msgid "This exits guestfish.  You can also use C<^D> key."
21542 msgstr ""
21543
21544 #. type: textblock
21545 #: ../fish/guestfish.pod:1004
21546 msgid "@FISH_COMMANDS@"
21547 msgstr ""
21548
21549 #. type: =head1
21550 #: ../fish/guestfish.pod:1006
21551 msgid "COMMANDS"
21552 msgstr ""
21553
21554 #. type: =head1
21555 #: ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:77
21556 msgid "EXIT CODE"
21557 msgstr ""
21558
21559 #. type: textblock
21560 #: ../fish/guestfish.pod:1012
21561 msgid ""
21562 "guestfish returns 0 if the commands completed without error, or 1 if there "
21563 "was an error."
21564 msgstr ""
21565
21566 #. type: =item
21567 #: ../fish/guestfish.pod:1019
21568 msgid "EDITOR"
21569 msgstr ""
21570
21571 #. type: textblock
21572 #: ../fish/guestfish.pod:1021
21573 msgid ""
21574 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
21575 "C<vi>."
21576 msgstr ""
21577
21578 #. type: =item
21579 #: ../fish/guestfish.pod:1024
21580 msgid "GUESTFISH_PID"
21581 msgstr ""
21582
21583 #. type: textblock
21584 #: ../fish/guestfish.pod:1026
21585 msgid ""
21586 "Used with the I<--remote> option to specify the remote guestfish process to "
21587 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
21588 msgstr ""
21589
21590 #. type: =item
21591 #: ../fish/guestfish.pod:1030
21592 msgid "HEXEDITOR"
21593 msgstr ""
21594
21595 #. type: textblock
21596 #: ../fish/guestfish.pod:1032
21597 msgid ""
21598 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
21599 "not specified, the external L<hexedit(1)> program is used."
21600 msgstr ""
21601
21602 #. type: =item
21603 #: ../fish/guestfish.pod:1036
21604 msgid "HOME"
21605 msgstr ""
21606
21607 #. type: textblock
21608 #: ../fish/guestfish.pod:1038
21609 msgid ""
21610 "If compiled with GNU readline support, various files in the home directory "
21611 "can be used.  See L</FILES>."
21612 msgstr ""
21613
21614 #. type: textblock
21615 #: ../fish/guestfish.pod:1047
21616 msgid ""
21617 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
21618 "effect as using the B<-v> option."
21619 msgstr ""
21620
21621 #. type: textblock
21622 #: ../fish/guestfish.pod:1059
21623 msgid ""
21624 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
21625 "the discussion of paths in L<guestfs(3)>."
21626 msgstr ""
21627
21628 #. type: textblock
21629 #: ../fish/guestfish.pod:1070
21630 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
21631 msgstr ""
21632
21633 #. type: =item
21634 #: ../fish/guestfish.pod:1072
21635 msgid "PAGER"
21636 msgstr ""
21637
21638 #. type: textblock
21639 #: ../fish/guestfish.pod:1074
21640 msgid ""
21641 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
21642 "C<more>."
21643 msgstr ""
21644
21645 #. type: =head1
21646 #: ../fish/guestfish.pod:1090 ../fuse/guestmount.pod:252
21647 msgid "FILES"
21648 msgstr ""
21649
21650 #. type: =item
21651 #: ../fish/guestfish.pod:1094 ../fuse/guestmount.pod:256
21652 msgid "$HOME/.libguestfs-tools.rc"
21653 msgstr ""
21654
21655 #. type: =item
21656 #: ../fish/guestfish.pod:1096 ../fuse/guestmount.pod:258
21657 msgid "/etc/libguestfs-tools.conf"
21658 msgstr ""
21659
21660 #. type: textblock
21661 #: ../fish/guestfish.pod:1098 ../fuse/guestmount.pod:260
21662 msgid ""
21663 "This configuration file controls the default read-only or read-write mode "
21664 "(I<--ro> or I<--rw>)."
21665 msgstr ""
21666
21667 #. type: textblock
21668 #: ../fish/guestfish.pod:1101
21669 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
21670 msgstr ""
21671
21672 #. type: =item
21673 #: ../fish/guestfish.pod:1103
21674 msgid "$HOME/.guestfish"
21675 msgstr ""
21676
21677 #. type: textblock
21678 #: ../fish/guestfish.pod:1105
21679 msgid ""
21680 "If compiled with GNU readline support, then the command history is saved in "
21681 "this file."
21682 msgstr ""
21683
21684 #. type: =item
21685 #: ../fish/guestfish.pod:1108
21686 msgid "$HOME/.inputrc"
21687 msgstr ""
21688
21689 #. type: =item
21690 #: ../fish/guestfish.pod:1110
21691 msgid "/etc/inputrc"
21692 msgstr ""
21693
21694 #. type: textblock
21695 #: ../fish/guestfish.pod:1112
21696 msgid ""
21697 "If compiled with GNU readline support, then these files can be used to "
21698 "configure readline.  For further information, please see L<readline(3)/"
21699 "INITIALIZATION FILE>."
21700 msgstr ""
21701
21702 #. type: textblock
21703 #: ../fish/guestfish.pod:1116
21704 msgid "To write rules which only apply to guestfish, use:"
21705 msgstr ""
21706
21707 #. type: verbatim
21708 #: ../fish/guestfish.pod:1118
21709 #, no-wrap
21710 msgid ""
21711 " $if guestfish\n"
21712 " ...\n"
21713 " $endif\n"
21714 "\n"
21715 msgstr ""
21716
21717 #. type: textblock
21718 #: ../fish/guestfish.pod:1122
21719 msgid ""
21720 "Variables that you can set in inputrc that change the behaviour of guestfish "
21721 "in useful ways include:"
21722 msgstr ""
21723
21724 #. type: =item
21725 #: ../fish/guestfish.pod:1127
21726 msgid "completion-ignore-case (default: on)"
21727 msgstr ""
21728
21729 #. type: textblock
21730 #: ../fish/guestfish.pod:1129
21731 msgid ""
21732 "By default, guestfish will ignore case when tab-completing paths on the "
21733 "disk.  Use:"
21734 msgstr ""
21735
21736 #. type: verbatim
21737 #: ../fish/guestfish.pod:1132
21738 #, no-wrap
21739 msgid ""
21740 " set completion-ignore-case off\n"
21741 "\n"
21742 msgstr ""
21743
21744 #. type: textblock
21745 #: ../fish/guestfish.pod:1134
21746 msgid "to make guestfish case sensitive."
21747 msgstr ""
21748
21749 #. type: =item
21750 #: ../fish/guestfish.pod:1138
21751 msgid "test1.img"
21752 msgstr ""
21753
21754 #. type: =item
21755 #: ../fish/guestfish.pod:1140
21756 msgid "test2.img (etc)"
21757 msgstr ""
21758
21759 #. type: textblock
21760 #: ../fish/guestfish.pod:1142
21761 msgid ""
21762 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
21763 "will be created in the file C<test1.img> in the current directory.  The "
21764 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
21765 "the same name will be overwritten."
21766 msgstr ""
21767
21768 #. type: textblock
21769 #: ../fish/guestfish.pod:1151
21770 msgid ""
21771 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
21772 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
21773 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
21774 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
21775 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
21776 ">, L<hexedit(1)>."
21777 msgstr ""
21778
21779 #. type: textblock
21780 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:102
21781 #: ../fuse/guestmount.pod:287 ../tools/virt-edit.pl:518
21782 #: ../tools/virt-win-reg.pl:606 ../tools/virt-list-filesystems.pl:210
21783 #: ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:572
21784 #: ../tools/virt-list-partitions.pl:277
21785 msgid ""
21786 "This program is free software; you can redistribute it and/or modify it "
21787 "under the terms of the GNU General Public License as published by the Free "
21788 "Software Foundation; either version 2 of the License, or (at your option) "
21789 "any later version."
21790 msgstr ""
21791
21792 #. type: textblock
21793 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:107
21794 #: ../fuse/guestmount.pod:292 ../tools/virt-edit.pl:523
21795 #: ../tools/virt-win-reg.pl:611 ../tools/virt-list-filesystems.pl:215
21796 #: ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:577
21797 #: ../tools/virt-list-partitions.pl:282
21798 msgid ""
21799 "This program is distributed in the hope that it will be useful, but WITHOUT "
21800 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21801 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21802 "more details."
21803 msgstr ""
21804
21805 #. type: textblock
21806 #: ../fish/guestfish.pod:1191 ../test-tool/libguestfs-test-tool.pod:112
21807 #: ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:528
21808 #: ../tools/virt-win-reg.pl:616 ../tools/virt-list-filesystems.pl:220
21809 #: ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:582
21810 #: ../tools/virt-list-partitions.pl:287
21811 msgid ""
21812 "You should have received a copy of the GNU General Public License along with "
21813 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21814 "Ave, Cambridge, MA 02139, USA."
21815 msgstr ""
21816
21817 #. type: =head2
21818 #: ../fish/guestfish-actions.pod:1
21819 msgid "add-cdrom"
21820 msgstr ""
21821
21822 #. type: verbatim
21823 #: ../fish/guestfish-actions.pod:3
21824 #, no-wrap
21825 msgid ""
21826 " add-cdrom filename\n"
21827 "\n"
21828 msgstr ""
21829
21830 #. type: textblock
21831 #: ../fish/guestfish-actions.pod:15
21832 msgid ""
21833 "This call checks for the existence of C<filename>.  This stops you from "
21834 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21835 "and C<http:> URLs.  To specify those, use the general L</config> call "
21836 "instead."
21837 msgstr ""
21838
21839 #. type: textblock
21840 #: ../fish/guestfish-actions.pod:22
21841 msgid ""
21842 "If you just want to add an ISO file (often you use this as an efficient way "
21843 "to transfer large files into the guest), then you should probably use L</add-"
21844 "drive-ro> instead."
21845 msgstr ""
21846
21847 #. type: =head2
21848 #: ../fish/guestfish-actions.pod:35
21849 msgid "add-domain"
21850 msgstr ""
21851
21852 #. type: =head2
21853 #: ../fish/guestfish-actions.pod:37
21854 msgid "domain"
21855 msgstr ""
21856
21857 #. type: verbatim
21858 #: ../fish/guestfish-actions.pod:39
21859 #, no-wrap
21860 msgid ""
21861 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21862 "\n"
21863 msgstr ""
21864
21865 #. type: textblock
21866 #: ../fish/guestfish-actions.pod:41
21867 msgid ""
21868 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21869 "It works by connecting to libvirt, requesting the domain and domain XML from "
21870 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21871 msgstr ""
21872
21873 #. type: textblock
21874 #: ../fish/guestfish-actions.pod:71
21875 msgid ""
21876 "The other optional parameters are passed directly through to L</add-drive-"
21877 "opts>."
21878 msgstr ""
21879
21880 #. type: textblock
21881 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138
21882 #: ../fish/guestfish-actions.pod:3047
21883 msgid ""
21884 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
21885 msgstr ""
21886
21887 #. type: =head2
21888 #: ../fish/guestfish-actions.pod:76
21889 msgid "add-drive"
21890 msgstr ""
21891
21892 #. type: verbatim
21893 #: ../fish/guestfish-actions.pod:78
21894 #, no-wrap
21895 msgid ""
21896 " add-drive filename\n"
21897 "\n"
21898 msgstr ""
21899
21900 #. type: textblock
21901 #: ../fish/guestfish-actions.pod:80
21902 msgid ""
21903 "This function is the equivalent of calling L</add-drive-opts> with no "
21904 "optional parameters, so the disk is added writable, with the format being "
21905 "detected automatically."
21906 msgstr ""
21907
21908 #. type: textblock
21909 #: ../fish/guestfish-actions.pod:84
21910 msgid ""
21911 "Automatic detection of the format opens you up to a potential security hole "
21912 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21913 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21914 "you should think about replacing calls to this function with calls to L</add-"
21915 "drive-opts>, and specifying the format."
21916 msgstr ""
21917
21918 #. type: =head2
21919 #: ../fish/guestfish-actions.pod:91
21920 msgid "add-drive-opts"
21921 msgstr ""
21922
21923 #. type: =head2
21924 #: ../fish/guestfish-actions.pod:93
21925 msgid "add"
21926 msgstr ""
21927
21928 #. type: verbatim
21929 #: ../fish/guestfish-actions.pod:95
21930 #, no-wrap
21931 msgid ""
21932 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21933 "\n"
21934 msgstr ""
21935
21936 #. type: textblock
21937 #: ../fish/guestfish-actions.pod:122
21938 msgid ""
21939 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
21940 "add-drive-ro>) then the format is automatically detected.  Possible formats "
21941 "include C<raw> and C<qcow2>."
21942 msgstr ""
21943
21944 #. type: textblock
21945 #: ../fish/guestfish-actions.pod:133
21946 msgid ""
21947 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
21948 "add-drive-with-if> call (q.v.)"
21949 msgstr ""
21950
21951 #. type: =head2
21952 #: ../fish/guestfish-actions.pod:140
21953 msgid "add-drive-ro"
21954 msgstr ""
21955
21956 #. type: =head2
21957 #: ../fish/guestfish-actions.pod:142
21958 msgid "add-ro"
21959 msgstr ""
21960
21961 #. type: verbatim
21962 #: ../fish/guestfish-actions.pod:144
21963 #, no-wrap
21964 msgid ""
21965 " add-drive-ro filename\n"
21966 "\n"
21967 msgstr ""
21968
21969 #. type: textblock
21970 #: ../fish/guestfish-actions.pod:146
21971 msgid ""
21972 "This function is the equivalent of calling L</add-drive-opts> with the "
21973 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
21974 "is added read-only, with the format being detected automatically."
21975 msgstr ""
21976
21977 #. type: =head2
21978 #: ../fish/guestfish-actions.pod:151
21979 msgid "add-drive-ro-with-if"
21980 msgstr ""
21981
21982 #. type: verbatim
21983 #: ../fish/guestfish-actions.pod:153
21984 #, no-wrap
21985 msgid ""
21986 " add-drive-ro-with-if filename iface\n"
21987 "\n"
21988 msgstr ""
21989
21990 #. type: textblock
21991 #: ../fish/guestfish-actions.pod:155
21992 msgid ""
21993 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
21994 "interface emulation to use at run time."
21995 msgstr ""
21996
21997 #. type: =head2
21998 #: ../fish/guestfish-actions.pod:165
21999 msgid "add-drive-with-if"
22000 msgstr ""
22001
22002 #. type: verbatim
22003 #: ../fish/guestfish-actions.pod:167
22004 #, no-wrap
22005 msgid ""
22006 " add-drive-with-if filename iface\n"
22007 "\n"
22008 msgstr ""
22009
22010 #. type: textblock
22011 #: ../fish/guestfish-actions.pod:169
22012 msgid ""
22013 "This is the same as L</add-drive> but it allows you to specify the QEMU "
22014 "interface emulation to use at run time."
22015 msgstr ""
22016
22017 #. type: =head2
22018 #: ../fish/guestfish-actions.pod:179
22019 msgid "aug-clear"
22020 msgstr ""
22021
22022 #. type: verbatim
22023 #: ../fish/guestfish-actions.pod:181
22024 #, no-wrap
22025 msgid ""
22026 " aug-clear augpath\n"
22027 "\n"
22028 msgstr ""
22029
22030 #. type: =head2
22031 #: ../fish/guestfish-actions.pod:186
22032 msgid "aug-close"
22033 msgstr ""
22034
22035 #. type: verbatim
22036 #: ../fish/guestfish-actions.pod:188
22037 #, no-wrap
22038 msgid ""
22039 " aug-close\n"
22040 "\n"
22041 msgstr ""
22042
22043 #. type: textblock
22044 #: ../fish/guestfish-actions.pod:190
22045 msgid ""
22046 "Close the current Augeas handle and free up any resources used by it.  After "
22047 "calling this, you have to call L</aug-init> again before you can use any "
22048 "other Augeas functions."
22049 msgstr ""
22050
22051 #. type: =head2
22052 #: ../fish/guestfish-actions.pod:195
22053 msgid "aug-defnode"
22054 msgstr ""
22055
22056 #. type: verbatim
22057 #: ../fish/guestfish-actions.pod:197
22058 #, no-wrap
22059 msgid ""
22060 " aug-defnode name expr val\n"
22061 "\n"
22062 msgstr ""
22063
22064 #. type: textblock
22065 #: ../fish/guestfish-actions.pod:202
22066 msgid ""
22067 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
22068 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
22069 "containing that single node."
22070 msgstr ""
22071
22072 #. type: =head2
22073 #: ../fish/guestfish-actions.pod:210
22074 msgid "aug-defvar"
22075 msgstr ""
22076
22077 #. type: verbatim
22078 #: ../fish/guestfish-actions.pod:212
22079 #, no-wrap
22080 msgid ""
22081 " aug-defvar name expr\n"
22082 "\n"
22083 msgstr ""
22084
22085 #. type: =head2
22086 #: ../fish/guestfish-actions.pod:221
22087 msgid "aug-get"
22088 msgstr ""
22089
22090 #. type: verbatim
22091 #: ../fish/guestfish-actions.pod:223
22092 #, no-wrap
22093 msgid ""
22094 " aug-get augpath\n"
22095 "\n"
22096 msgstr ""
22097
22098 #. type: =head2
22099 #: ../fish/guestfish-actions.pod:228
22100 msgid "aug-init"
22101 msgstr ""
22102
22103 #. type: verbatim
22104 #: ../fish/guestfish-actions.pod:230
22105 #, no-wrap
22106 msgid ""
22107 " aug-init root flags\n"
22108 "\n"
22109 msgstr ""
22110
22111 #. type: textblock
22112 #: ../fish/guestfish-actions.pod:236
22113 msgid "You must call this before using any other L</aug-*> commands."
22114 msgstr ""
22115
22116 #. type: textblock
22117 #: ../fish/guestfish-actions.pod:271
22118 msgid "Do not load the tree in L</aug-init>."
22119 msgstr ""
22120
22121 #. type: textblock
22122 #: ../fish/guestfish-actions.pod:275
22123 msgid "To close the handle, you can call L</aug-close>."
22124 msgstr ""
22125
22126 #. type: =head2
22127 #: ../fish/guestfish-actions.pod:279
22128 msgid "aug-insert"
22129 msgstr ""
22130
22131 #. type: verbatim
22132 #: ../fish/guestfish-actions.pod:281
22133 #, no-wrap
22134 msgid ""
22135 " aug-insert augpath label true|false\n"
22136 "\n"
22137 msgstr ""
22138
22139 #. type: =head2
22140 #: ../fish/guestfish-actions.pod:291
22141 msgid "aug-load"
22142 msgstr ""
22143
22144 #. type: verbatim
22145 #: ../fish/guestfish-actions.pod:293
22146 #, no-wrap
22147 msgid ""
22148 " aug-load\n"
22149 "\n"
22150 msgstr ""
22151
22152 #. type: =head2
22153 #: ../fish/guestfish-actions.pod:300
22154 msgid "aug-ls"
22155 msgstr ""
22156
22157 #. type: verbatim
22158 #: ../fish/guestfish-actions.pod:302
22159 #, no-wrap
22160 msgid ""
22161 " aug-ls augpath\n"
22162 "\n"
22163 msgstr ""
22164
22165 #. type: textblock
22166 #: ../fish/guestfish-actions.pod:304
22167 msgid ""
22168 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
22169 "resulting nodes into alphabetical order."
22170 msgstr ""
22171
22172 #. type: =head2
22173 #: ../fish/guestfish-actions.pod:307
22174 msgid "aug-match"
22175 msgstr ""
22176
22177 #. type: verbatim
22178 #: ../fish/guestfish-actions.pod:309
22179 #, no-wrap
22180 msgid ""
22181 " aug-match augpath\n"
22182 "\n"
22183 msgstr ""
22184
22185 #. type: =head2
22186 #: ../fish/guestfish-actions.pod:315
22187 msgid "aug-mv"
22188 msgstr ""
22189
22190 #. type: verbatim
22191 #: ../fish/guestfish-actions.pod:317
22192 #, no-wrap
22193 msgid ""
22194 " aug-mv src dest\n"
22195 "\n"
22196 msgstr ""
22197
22198 #. type: =head2
22199 #: ../fish/guestfish-actions.pod:322
22200 msgid "aug-rm"
22201 msgstr ""
22202
22203 #. type: verbatim
22204 #: ../fish/guestfish-actions.pod:324
22205 #, no-wrap
22206 msgid ""
22207 " aug-rm augpath\n"
22208 "\n"
22209 msgstr ""
22210
22211 #. type: =head2
22212 #: ../fish/guestfish-actions.pod:330
22213 msgid "aug-save"
22214 msgstr ""
22215
22216 #. type: verbatim
22217 #: ../fish/guestfish-actions.pod:332
22218 #, no-wrap
22219 msgid ""
22220 " aug-save\n"
22221 "\n"
22222 msgstr ""
22223
22224 #. type: textblock
22225 #: ../fish/guestfish-actions.pod:336
22226 msgid ""
22227 "The flags which were passed to L</aug-init> affect exactly how files are "
22228 "saved."
22229 msgstr ""
22230
22231 #. type: =head2
22232 #: ../fish/guestfish-actions.pod:339
22233 msgid "aug-set"
22234 msgstr ""
22235
22236 #. type: verbatim
22237 #: ../fish/guestfish-actions.pod:341
22238 #, no-wrap
22239 msgid ""
22240 " aug-set augpath val\n"
22241 "\n"
22242 msgstr ""
22243
22244 #. type: textblock
22245 #: ../fish/guestfish-actions.pod:345
22246 msgid ""
22247 "In the Augeas API, it is possible to clear a node by setting the value to "
22248 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
22249 "this call.  Instead you must use the L</aug-clear> call."
22250 msgstr ""
22251
22252 #. type: =head2
22253 #: ../fish/guestfish-actions.pod:350
22254 msgid "available"
22255 msgstr ""
22256
22257 #. type: verbatim
22258 #: ../fish/guestfish-actions.pod:352
22259 #, no-wrap
22260 msgid ""
22261 " available 'groups ...'\n"
22262 "\n"
22263 msgstr ""
22264
22265 #. type: textblock
22266 #: ../fish/guestfish-actions.pod:358
22267 msgid ""
22268 "The libguestfs groups, and the functions that those groups correspond to, "
22269 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
22270 "runtime by calling L</available-all-groups>."
22271 msgstr ""
22272
22273 #. type: textblock
22274 #: ../fish/guestfish-actions.pod:382
22275 msgid "You must call L</launch> before calling this function."
22276 msgstr ""
22277
22278 #. type: textblock
22279 #: ../fish/guestfish-actions.pod:404
22280 msgid ""
22281 "This call was added in version C<1.0.80>.  In previous versions of "
22282 "libguestfs all you could do would be to speculatively execute a command to "
22283 "find out if the daemon implemented it.  See also L</version>."
22284 msgstr ""
22285
22286 #. type: =head2
22287 #: ../fish/guestfish-actions.pod:411
22288 msgid "available-all-groups"
22289 msgstr ""
22290
22291 #. type: verbatim
22292 #: ../fish/guestfish-actions.pod:413
22293 #, no-wrap
22294 msgid ""
22295 " available-all-groups\n"
22296 "\n"
22297 msgstr ""
22298
22299 #. type: textblock
22300 #: ../fish/guestfish-actions.pod:415
22301 msgid ""
22302 "This command returns a list of all optional groups that this daemon knows "
22303 "about.  Note this returns both supported and unsupported groups.  To find "
22304 "out which ones the daemon can actually support you have to call L</"
22305 "available> on each member of the returned list."
22306 msgstr ""
22307
22308 #. type: textblock
22309 #: ../fish/guestfish-actions.pod:421
22310 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
22311 msgstr ""
22312
22313 #. type: =head2
22314 #: ../fish/guestfish-actions.pod:423
22315 msgid "base64-in"
22316 msgstr ""
22317
22318 #. type: verbatim
22319 #: ../fish/guestfish-actions.pod:425
22320 #, no-wrap
22321 msgid ""
22322 " base64-in (base64file|-) filename\n"
22323 "\n"
22324 msgstr ""
22325
22326 #. type: textblock
22327 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439
22328 #: ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832
22329 #: ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1228
22330 #: ../fish/guestfish-actions.pod:4445 ../fish/guestfish-actions.pod:4457
22331 #: ../fish/guestfish-actions.pod:4468 ../fish/guestfish-actions.pod:4479
22332 #: ../fish/guestfish-actions.pod:4531 ../fish/guestfish-actions.pod:4540
22333 #: ../fish/guestfish-actions.pod:4594 ../fish/guestfish-actions.pod:4617
22334 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
22335 msgstr ""
22336
22337 #. type: =head2
22338 #: ../fish/guestfish-actions.pod:432
22339 msgid "base64-out"
22340 msgstr ""
22341
22342 #. type: verbatim
22343 #: ../fish/guestfish-actions.pod:434
22344 #, no-wrap
22345 msgid ""
22346 " base64-out filename (base64file|-)\n"
22347 "\n"
22348 msgstr ""
22349
22350 #. type: =head2
22351 #: ../fish/guestfish-actions.pod:441
22352 msgid "blockdev-flushbufs"
22353 msgstr ""
22354
22355 #. type: verbatim
22356 #: ../fish/guestfish-actions.pod:443
22357 #, no-wrap
22358 msgid ""
22359 " blockdev-flushbufs device\n"
22360 "\n"
22361 msgstr ""
22362
22363 #. type: =head2
22364 #: ../fish/guestfish-actions.pod:450
22365 msgid "blockdev-getbsz"
22366 msgstr ""
22367
22368 #. type: verbatim
22369 #: ../fish/guestfish-actions.pod:452
22370 #, no-wrap
22371 msgid ""
22372 " blockdev-getbsz device\n"
22373 "\n"
22374 msgstr ""
22375
22376 #. type: =head2
22377 #: ../fish/guestfish-actions.pod:461
22378 msgid "blockdev-getro"
22379 msgstr ""
22380
22381 #. type: verbatim
22382 #: ../fish/guestfish-actions.pod:463
22383 #, no-wrap
22384 msgid ""
22385 " blockdev-getro device\n"
22386 "\n"
22387 msgstr ""
22388
22389 #. type: =head2
22390 #: ../fish/guestfish-actions.pod:470
22391 msgid "blockdev-getsize64"
22392 msgstr ""
22393
22394 #. type: verbatim
22395 #: ../fish/guestfish-actions.pod:472
22396 #, no-wrap
22397 msgid ""
22398 " blockdev-getsize64 device\n"
22399 "\n"
22400 msgstr ""
22401
22402 #. type: textblock
22403 #: ../fish/guestfish-actions.pod:476
22404 msgid "See also L</blockdev-getsz>."
22405 msgstr ""
22406
22407 #. type: =head2
22408 #: ../fish/guestfish-actions.pod:480
22409 msgid "blockdev-getss"
22410 msgstr ""
22411
22412 #. type: verbatim
22413 #: ../fish/guestfish-actions.pod:482
22414 #, no-wrap
22415 msgid ""
22416 " blockdev-getss device\n"
22417 "\n"
22418 msgstr ""
22419
22420 #. type: textblock
22421 #: ../fish/guestfish-actions.pod:487
22422 msgid ""
22423 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
22424 msgstr ""
22425
22426 #. type: =head2
22427 #: ../fish/guestfish-actions.pod:492
22428 msgid "blockdev-getsz"
22429 msgstr ""
22430
22431 #. type: verbatim
22432 #: ../fish/guestfish-actions.pod:494
22433 #, no-wrap
22434 msgid ""
22435 " blockdev-getsz device\n"
22436 "\n"
22437 msgstr ""
22438
22439 #. type: textblock
22440 #: ../fish/guestfish-actions.pod:499
22441 msgid ""
22442 "See also L</blockdev-getss> for the real sector size of the device, and L</"
22443 "blockdev-getsize64> for the more useful I<size in bytes>."
22444 msgstr ""
22445
22446 #. type: =head2
22447 #: ../fish/guestfish-actions.pod:505
22448 msgid "blockdev-rereadpt"
22449 msgstr ""
22450
22451 #. type: verbatim
22452 #: ../fish/guestfish-actions.pod:507
22453 #, no-wrap
22454 msgid ""
22455 " blockdev-rereadpt device\n"
22456 "\n"
22457 msgstr ""
22458
22459 #. type: =head2
22460 #: ../fish/guestfish-actions.pod:513
22461 msgid "blockdev-setbsz"
22462 msgstr ""
22463
22464 #. type: verbatim
22465 #: ../fish/guestfish-actions.pod:515
22466 #, no-wrap
22467 msgid ""
22468 " blockdev-setbsz device blocksize\n"
22469 "\n"
22470 msgstr ""
22471
22472 #. type: =head2
22473 #: ../fish/guestfish-actions.pod:524
22474 msgid "blockdev-setro"
22475 msgstr ""
22476
22477 #. type: verbatim
22478 #: ../fish/guestfish-actions.pod:526
22479 #, no-wrap
22480 msgid ""
22481 " blockdev-setro device\n"
22482 "\n"
22483 msgstr ""
22484
22485 #. type: =head2
22486 #: ../fish/guestfish-actions.pod:532
22487 msgid "blockdev-setrw"
22488 msgstr ""
22489
22490 #. type: verbatim
22491 #: ../fish/guestfish-actions.pod:534
22492 #, no-wrap
22493 msgid ""
22494 " blockdev-setrw device\n"
22495 "\n"
22496 msgstr ""
22497
22498 #. type: =head2
22499 #: ../fish/guestfish-actions.pod:540
22500 msgid "case-sensitive-path"
22501 msgstr ""
22502
22503 #. type: verbatim
22504 #: ../fish/guestfish-actions.pod:542
22505 #, no-wrap
22506 msgid ""
22507 " case-sensitive-path path\n"
22508 "\n"
22509 msgstr ""
22510
22511 #. type: textblock
22512 #: ../fish/guestfish-actions.pod:566
22513 msgid ""
22514 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
22515 "WINDOWS/system32\"> (the exact return value would depend on details of how "
22516 "the directories were originally created under Windows)."
22517 msgstr ""
22518
22519 #. type: textblock
22520 #: ../fish/guestfish-actions.pod:574
22521 msgid "See also L</realpath>."
22522 msgstr ""
22523
22524 #. type: =head2
22525 #: ../fish/guestfish-actions.pod:576
22526 msgid "cat"
22527 msgstr ""
22528
22529 #. type: verbatim
22530 #: ../fish/guestfish-actions.pod:578
22531 #, no-wrap
22532 msgid ""
22533 " cat path\n"
22534 "\n"
22535 msgstr ""
22536
22537 #. type: textblock
22538 #: ../fish/guestfish-actions.pod:582
22539 msgid ""
22540 "Note that this function cannot correctly handle binary files (specifically, "
22541 "files containing C<\\0> character which is treated as end of string).  For "
22542 "those you need to use the L</read-file> or L</download> functions which have "
22543 "a more complex interface."
22544 msgstr ""
22545
22546 #. type: =head2
22547 #: ../fish/guestfish-actions.pod:590
22548 msgid "checksum"
22549 msgstr ""
22550
22551 #. type: verbatim
22552 #: ../fish/guestfish-actions.pod:592
22553 #, no-wrap
22554 msgid ""
22555 " checksum csumtype path\n"
22556 "\n"
22557 msgstr ""
22558
22559 #. type: textblock
22560 #: ../fish/guestfish-actions.pod:635
22561 msgid "To get the checksum for a device, use L</checksum-device>."
22562 msgstr ""
22563
22564 #. type: textblock
22565 #: ../fish/guestfish-actions.pod:637
22566 msgid "To get the checksums for many files, use L</checksums-out>."
22567 msgstr ""
22568
22569 #. type: =head2
22570 #: ../fish/guestfish-actions.pod:639
22571 msgid "checksum-device"
22572 msgstr ""
22573
22574 #. type: verbatim
22575 #: ../fish/guestfish-actions.pod:641
22576 #, no-wrap
22577 msgid ""
22578 " checksum-device csumtype device\n"
22579 "\n"
22580 msgstr ""
22581
22582 #. type: textblock
22583 #: ../fish/guestfish-actions.pod:643
22584 msgid ""
22585 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
22586 "device named C<device>.  For the types of checksums supported see the L</"
22587 "checksum> command."
22588 msgstr ""
22589
22590 #. type: =head2
22591 #: ../fish/guestfish-actions.pod:647
22592 msgid "checksums-out"
22593 msgstr ""
22594
22595 #. type: verbatim
22596 #: ../fish/guestfish-actions.pod:649
22597 #, no-wrap
22598 msgid ""
22599 " checksums-out csumtype directory (sumsfile|-)\n"
22600 "\n"
22601 msgstr ""
22602
22603 #. type: =head2
22604 #: ../fish/guestfish-actions.pod:665
22605 msgid "chmod"
22606 msgstr ""
22607
22608 #. type: verbatim
22609 #: ../fish/guestfish-actions.pod:667
22610 #, no-wrap
22611 msgid ""
22612 " chmod mode path\n"
22613 "\n"
22614 msgstr ""
22615
22616 #. type: =head2
22617 #: ../fish/guestfish-actions.pod:678
22618 msgid "chown"
22619 msgstr ""
22620
22621 #. type: verbatim
22622 #: ../fish/guestfish-actions.pod:680
22623 #, no-wrap
22624 msgid ""
22625 " chown owner group path\n"
22626 "\n"
22627 msgstr ""
22628
22629 #. type: =head2
22630 #: ../fish/guestfish-actions.pod:688
22631 msgid "command"
22632 msgstr ""
22633
22634 #. type: verbatim
22635 #: ../fish/guestfish-actions.pod:690
22636 #, no-wrap
22637 msgid ""
22638 " command 'arguments ...'\n"
22639 "\n"
22640 msgstr ""
22641
22642 #. type: textblock
22643 #: ../fish/guestfish-actions.pod:697
22644 msgid ""
22645 "The single parameter is an argv-style list of arguments.  The first element "
22646 "is the name of the program to run.  Subsequent elements are parameters.  The "
22647 "list must be non-empty (ie. must contain a program name).  Note that the "
22648 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
22649 msgstr ""
22650
22651 #. type: =head2
22652 #: ../fish/guestfish-actions.pod:725
22653 msgid "command-lines"
22654 msgstr ""
22655
22656 #. type: verbatim
22657 #: ../fish/guestfish-actions.pod:727
22658 #, no-wrap
22659 msgid ""
22660 " command-lines 'arguments ...'\n"
22661 "\n"
22662 msgstr ""
22663
22664 #. type: textblock
22665 #: ../fish/guestfish-actions.pod:729
22666 msgid ""
22667 "This is the same as L</command>, but splits the result into a list of lines."
22668 msgstr ""
22669
22670 #. type: textblock
22671 #: ../fish/guestfish-actions.pod:732
22672 msgid "See also: L</sh-lines>"
22673 msgstr ""
22674
22675 #. type: =head2
22676 #: ../fish/guestfish-actions.pod:737
22677 msgid "config"
22678 msgstr ""
22679
22680 #. type: verbatim
22681 #: ../fish/guestfish-actions.pod:739
22682 #, no-wrap
22683 msgid ""
22684 " config qemuparam qemuvalue\n"
22685 "\n"
22686 msgstr ""
22687
22688 #. type: =head2
22689 #: ../fish/guestfish-actions.pod:750
22690 msgid "copy-size"
22691 msgstr ""
22692
22693 #. type: verbatim
22694 #: ../fish/guestfish-actions.pod:752
22695 #, no-wrap
22696 msgid ""
22697 " copy-size src dest size\n"
22698 "\n"
22699 msgstr ""
22700
22701 #. type: =head2
22702 #: ../fish/guestfish-actions.pod:760
22703 msgid "cp"
22704 msgstr ""
22705
22706 #. type: verbatim
22707 #: ../fish/guestfish-actions.pod:762
22708 #, no-wrap
22709 msgid ""
22710 " cp src dest\n"
22711 "\n"
22712 msgstr ""
22713
22714 #. type: =head2
22715 #: ../fish/guestfish-actions.pod:767
22716 msgid "cp-a"
22717 msgstr ""
22718
22719 #. type: verbatim
22720 #: ../fish/guestfish-actions.pod:769
22721 #, no-wrap
22722 msgid ""
22723 " cp-a src dest\n"
22724 "\n"
22725 msgstr ""
22726
22727 #. type: =head2
22728 #: ../fish/guestfish-actions.pod:774
22729 msgid "dd"
22730 msgstr ""
22731
22732 #. type: verbatim
22733 #: ../fish/guestfish-actions.pod:776
22734 #, no-wrap
22735 msgid ""
22736 " dd src dest\n"
22737 "\n"
22738 msgstr ""
22739
22740 #. type: textblock
22741 #: ../fish/guestfish-actions.pod:783
22742 msgid ""
22743 "If the destination is a device, it must be as large or larger than the "
22744 "source file or device, otherwise the copy will fail.  This command cannot do "
22745 "partial copies (see L</copy-size>)."
22746 msgstr ""
22747
22748 #. type: =head2
22749 #: ../fish/guestfish-actions.pod:787
22750 msgid "df"
22751 msgstr ""
22752
22753 #. type: verbatim
22754 #: ../fish/guestfish-actions.pod:789
22755 #, no-wrap
22756 msgid ""
22757 " df\n"
22758 "\n"
22759 msgstr ""
22760
22761 #. type: textblock
22762 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
22763 msgid ""
22764 "This command is mostly useful for interactive sessions.  It is I<not> "
22765 "intended that you try to parse the output string.  Use L</statvfs> from "
22766 "programs."
22767 msgstr ""
22768
22769 #. type: =head2
22770 #: ../fish/guestfish-actions.pod:797
22771 msgid "df-h"
22772 msgstr ""
22773
22774 #. type: verbatim
22775 #: ../fish/guestfish-actions.pod:799
22776 #, no-wrap
22777 msgid ""
22778 " df-h\n"
22779 "\n"
22780 msgstr ""
22781
22782 #. type: =head2
22783 #: ../fish/guestfish-actions.pod:808
22784 msgid "dmesg"
22785 msgstr ""
22786
22787 #. type: verbatim
22788 #: ../fish/guestfish-actions.pod:810
22789 #, no-wrap
22790 msgid ""
22791 " dmesg\n"
22792 "\n"
22793 msgstr ""
22794
22795 #. type: textblock
22796 #: ../fish/guestfish-actions.pod:816
22797 msgid ""
22798 "Another way to get the same information is to enable verbose messages with "
22799 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22800 "before running the program."
22801 msgstr ""
22802
22803 #. type: =head2
22804 #: ../fish/guestfish-actions.pod:821
22805 msgid "download"
22806 msgstr ""
22807
22808 #. type: verbatim
22809 #: ../fish/guestfish-actions.pod:823
22810 #, no-wrap
22811 msgid ""
22812 " download remotefilename (filename|-)\n"
22813 "\n"
22814 msgstr ""
22815
22816 #. type: textblock
22817 #: ../fish/guestfish-actions.pod:830
22818 msgid "See also L</upload>, L</cat>."
22819 msgstr ""
22820
22821 #. type: =head2
22822 #: ../fish/guestfish-actions.pod:834
22823 msgid "download-offset"
22824 msgstr ""
22825
22826 #. type: verbatim
22827 #: ../fish/guestfish-actions.pod:836
22828 #, no-wrap
22829 msgid ""
22830 " download-offset remotefilename (filename|-) offset size\n"
22831 "\n"
22832 msgstr ""
22833
22834 #. type: textblock
22835 #: ../fish/guestfish-actions.pod:844
22836 msgid ""
22837 "Note that there is no limit on the amount of data that can be downloaded "
22838 "with this call, unlike with L</pread>, and this call always reads the full "
22839 "amount unless an error occurs."
22840 msgstr ""
22841
22842 #. type: textblock
22843 #: ../fish/guestfish-actions.pod:849
22844 msgid "See also L</download>, L</pread>."
22845 msgstr ""
22846
22847 #. type: =head2
22848 #: ../fish/guestfish-actions.pod:853
22849 msgid "drop-caches"
22850 msgstr ""
22851
22852 #. type: verbatim
22853 #: ../fish/guestfish-actions.pod:855
22854 #, no-wrap
22855 msgid ""
22856 " drop-caches whattodrop\n"
22857 "\n"
22858 msgstr ""
22859
22860 #. type: =head2
22861 #: ../fish/guestfish-actions.pod:867
22862 msgid "du"
22863 msgstr ""
22864
22865 #. type: verbatim
22866 #: ../fish/guestfish-actions.pod:869
22867 #, no-wrap
22868 msgid ""
22869 " du path\n"
22870 "\n"
22871 msgstr ""
22872
22873 #. type: =head2
22874 #: ../fish/guestfish-actions.pod:881
22875 msgid "e2fsck-f"
22876 msgstr ""
22877
22878 #. type: verbatim
22879 #: ../fish/guestfish-actions.pod:883
22880 #, no-wrap
22881 msgid ""
22882 " e2fsck-f device\n"
22883 "\n"
22884 msgstr ""
22885
22886 #. type: textblock
22887 #: ../fish/guestfish-actions.pod:889
22888 msgid ""
22889 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22890 "should use L</fsck>."
22891 msgstr ""
22892
22893 #. type: =head2
22894 #: ../fish/guestfish-actions.pod:892
22895 msgid "echo-daemon"
22896 msgstr ""
22897
22898 #. type: verbatim
22899 #: ../fish/guestfish-actions.pod:894
22900 #, no-wrap
22901 msgid ""
22902 " echo-daemon 'words ...'\n"
22903 "\n"
22904 msgstr ""
22905
22906 #. type: textblock
22907 #: ../fish/guestfish-actions.pod:901
22908 msgid "See also L</ping-daemon>."
22909 msgstr ""
22910
22911 #. type: =head2
22912 #: ../fish/guestfish-actions.pod:903
22913 msgid "egrep"
22914 msgstr ""
22915
22916 #. type: verbatim
22917 #: ../fish/guestfish-actions.pod:905
22918 #, no-wrap
22919 msgid ""
22920 " egrep regex path\n"
22921 "\n"
22922 msgstr ""
22923
22924 #. type: =head2
22925 #: ../fish/guestfish-actions.pod:913
22926 msgid "egrepi"
22927 msgstr ""
22928
22929 #. type: verbatim
22930 #: ../fish/guestfish-actions.pod:915
22931 #, no-wrap
22932 msgid ""
22933 " egrepi regex path\n"
22934 "\n"
22935 msgstr ""
22936
22937 #. type: =head2
22938 #: ../fish/guestfish-actions.pod:923
22939 msgid "equal"
22940 msgstr ""
22941
22942 #. type: verbatim
22943 #: ../fish/guestfish-actions.pod:925
22944 #, no-wrap
22945 msgid ""
22946 " equal file1 file2\n"
22947 "\n"
22948 msgstr ""
22949
22950 #. type: =head2
22951 #: ../fish/guestfish-actions.pod:932
22952 msgid "exists"
22953 msgstr ""
22954
22955 #. type: verbatim
22956 #: ../fish/guestfish-actions.pod:934
22957 #, no-wrap
22958 msgid ""
22959 " exists path\n"
22960 "\n"
22961 msgstr ""
22962
22963 #. type: textblock
22964 #: ../fish/guestfish-actions.pod:939
22965 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22966 msgstr ""
22967
22968 #. type: =head2
22969 #: ../fish/guestfish-actions.pod:941
22970 msgid "fallocate"
22971 msgstr ""
22972
22973 #. type: verbatim
22974 #: ../fish/guestfish-actions.pod:943
22975 #, no-wrap
22976 msgid ""
22977 " fallocate path len\n"
22978 "\n"
22979 msgstr ""
22980
22981 #. type: =head2
22982 #: ../fish/guestfish-actions.pod:960
22983 msgid "fallocate64"
22984 msgstr ""
22985
22986 #. type: verbatim
22987 #: ../fish/guestfish-actions.pod:962
22988 #, no-wrap
22989 msgid ""
22990 " fallocate64 path len\n"
22991 "\n"
22992 msgstr ""
22993
22994 #. type: textblock
22995 #: ../fish/guestfish-actions.pod:968
22996 msgid ""
22997 "Note that this call allocates disk blocks for the file.  To create a sparse "
22998 "file use L</truncate-size> instead."
22999 msgstr ""
23000
23001 #. type: textblock
23002 #: ../fish/guestfish-actions.pod:971
23003 msgid ""
23004 "The deprecated call L</fallocate> does the same, but owing to an oversight "
23005 "it only allowed 30 bit lengths to be specified, effectively limiting the "
23006 "maximum size of files created through that call to 1GB."
23007 msgstr ""
23008
23009 #. type: =head2
23010 #: ../fish/guestfish-actions.pod:980
23011 msgid "fgrep"
23012 msgstr ""
23013
23014 #. type: verbatim
23015 #: ../fish/guestfish-actions.pod:982
23016 #, no-wrap
23017 msgid ""
23018 " fgrep pattern path\n"
23019 "\n"
23020 msgstr ""
23021
23022 #. type: =head2
23023 #: ../fish/guestfish-actions.pod:990
23024 msgid "fgrepi"
23025 msgstr ""
23026
23027 #. type: verbatim
23028 #: ../fish/guestfish-actions.pod:992
23029 #, no-wrap
23030 msgid ""
23031 " fgrepi pattern path\n"
23032 "\n"
23033 msgstr ""
23034
23035 #. type: =head2
23036 #: ../fish/guestfish-actions.pod:1000
23037 msgid "file"
23038 msgstr ""
23039
23040 #. type: verbatim
23041 #: ../fish/guestfish-actions.pod:1002
23042 #, no-wrap
23043 msgid ""
23044 " file path\n"
23045 "\n"
23046 msgstr ""
23047
23048 #. type: textblock
23049 #: ../fish/guestfish-actions.pod:1014
23050 msgid ""
23051 "This command can also be used on C</dev/> devices (and partitions, LV "
23052 "names).  You can for example use this to determine if a device contains a "
23053 "filesystem, although it's usually better to use L</vfs-type>."
23054 msgstr ""
23055
23056 #. type: =head2
23057 #: ../fish/guestfish-actions.pod:1024
23058 msgid "file-architecture"
23059 msgstr ""
23060
23061 #. type: verbatim
23062 #: ../fish/guestfish-actions.pod:1026
23063 #, no-wrap
23064 msgid ""
23065 " file-architecture filename\n"
23066 "\n"
23067 msgstr ""
23068
23069 #. type: =head2
23070 #: ../fish/guestfish-actions.pod:1129
23071 msgid "filesize"
23072 msgstr ""
23073
23074 #. type: verbatim
23075 #: ../fish/guestfish-actions.pod:1131
23076 #, no-wrap
23077 msgid ""
23078 " filesize file\n"
23079 "\n"
23080 msgstr ""
23081
23082 #. type: textblock
23083 #: ../fish/guestfish-actions.pod:1135
23084 msgid ""
23085 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
23086 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
23087 msgstr ""
23088
23089 #. type: =head2
23090 #: ../fish/guestfish-actions.pod:1139
23091 msgid "fill"
23092 msgstr ""
23093
23094 #. type: verbatim
23095 #: ../fish/guestfish-actions.pod:1141
23096 #, no-wrap
23097 msgid ""
23098 " fill c len path\n"
23099 "\n"
23100 msgstr ""
23101
23102 #. type: textblock
23103 #: ../fish/guestfish-actions.pod:1147
23104 msgid ""
23105 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
23106 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
23107 "L</fill-pattern>."
23108 msgstr ""
23109
23110 #. type: =head2
23111 #: ../fish/guestfish-actions.pod:1152
23112 msgid "fill-pattern"
23113 msgstr ""
23114
23115 #. type: verbatim
23116 #: ../fish/guestfish-actions.pod:1154
23117 #, no-wrap
23118 msgid ""
23119 " fill-pattern pattern len path\n"
23120 "\n"
23121 msgstr ""
23122
23123 #. type: textblock
23124 #: ../fish/guestfish-actions.pod:1156
23125 msgid ""
23126 "This function is like L</fill> except that it creates a new file of length "
23127 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
23128 "is truncated if necessary to ensure the length of the file is exactly C<len> "
23129 "bytes."
23130 msgstr ""
23131
23132 #. type: =head2
23133 #: ../fish/guestfish-actions.pod:1161
23134 msgid "find"
23135 msgstr ""
23136
23137 #. type: verbatim
23138 #: ../fish/guestfish-actions.pod:1163
23139 #, no-wrap
23140 msgid ""
23141 " find directory\n"
23142 "\n"
23143 msgstr ""
23144
23145 #. type: textblock
23146 #: ../fish/guestfish-actions.pod:1177
23147 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
23148 msgstr ""
23149
23150 #. type: textblock
23151 #: ../fish/guestfish-actions.pod:1190
23152 msgid "See also L</find0>."
23153 msgstr ""
23154
23155 #. type: =head2
23156 #: ../fish/guestfish-actions.pod:1195
23157 msgid "find0"
23158 msgstr ""
23159
23160 #. type: verbatim
23161 #: ../fish/guestfish-actions.pod:1197
23162 #, no-wrap
23163 msgid ""
23164 " find0 directory (files|-)\n"
23165 "\n"
23166 msgstr ""
23167
23168 #. type: textblock
23169 #: ../fish/guestfish-actions.pod:1203
23170 msgid ""
23171 "This command works the same way as L</find> with the following exceptions:"
23172 msgstr ""
23173
23174 #. type: =head2
23175 #: ../fish/guestfish-actions.pod:1230
23176 msgid "findfs-label"
23177 msgstr ""
23178
23179 #. type: verbatim
23180 #: ../fish/guestfish-actions.pod:1232
23181 #, no-wrap
23182 msgid ""
23183 " findfs-label label\n"
23184 "\n"
23185 msgstr ""
23186
23187 #. type: textblock
23188 #: ../fish/guestfish-actions.pod:1238
23189 msgid "To find the label of a filesystem, use L</vfs-label>."
23190 msgstr ""
23191
23192 #. type: =head2
23193 #: ../fish/guestfish-actions.pod:1240
23194 msgid "findfs-uuid"
23195 msgstr ""
23196
23197 #. type: verbatim
23198 #: ../fish/guestfish-actions.pod:1242
23199 #, no-wrap
23200 msgid ""
23201 " findfs-uuid uuid\n"
23202 "\n"
23203 msgstr ""
23204
23205 #. type: textblock
23206 #: ../fish/guestfish-actions.pod:1248
23207 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
23208 msgstr ""
23209
23210 #. type: =head2
23211 #: ../fish/guestfish-actions.pod:1250
23212 msgid "fsck"
23213 msgstr ""
23214
23215 #. type: verbatim
23216 #: ../fish/guestfish-actions.pod:1252
23217 #, no-wrap
23218 msgid ""
23219 " fsck fstype device\n"
23220 "\n"
23221 msgstr ""
23222
23223 #. type: =head2
23224 #: ../fish/guestfish-actions.pod:1282
23225 msgid "get-append"
23226 msgstr ""
23227
23228 #. type: verbatim
23229 #: ../fish/guestfish-actions.pod:1284
23230 #, no-wrap
23231 msgid ""
23232 " get-append\n"
23233 "\n"
23234 msgstr ""
23235
23236 #. type: =head2
23237 #: ../fish/guestfish-actions.pod:1291
23238 msgid "get-attach-method"
23239 msgstr ""
23240
23241 #. type: verbatim
23242 #: ../fish/guestfish-actions.pod:1293
23243 #, no-wrap
23244 msgid ""
23245 " get-attach-method\n"
23246 "\n"
23247 msgstr ""
23248
23249 #. type: textblock
23250 #: ../fish/guestfish-actions.pod:1295
23251 msgid "Return the current attach method.  See L</set-attach-method>."
23252 msgstr ""
23253
23254 #. type: =head2
23255 #: ../fish/guestfish-actions.pod:1297
23256 msgid "get-autosync"
23257 msgstr ""
23258
23259 #. type: verbatim
23260 #: ../fish/guestfish-actions.pod:1299
23261 #, no-wrap
23262 msgid ""
23263 " get-autosync\n"
23264 "\n"
23265 msgstr ""
23266
23267 #. type: =head2
23268 #: ../fish/guestfish-actions.pod:1303
23269 msgid "get-direct"
23270 msgstr ""
23271
23272 #. type: verbatim
23273 #: ../fish/guestfish-actions.pod:1305
23274 #, no-wrap
23275 msgid ""
23276 " get-direct\n"
23277 "\n"
23278 msgstr ""
23279
23280 #. type: =head2
23281 #: ../fish/guestfish-actions.pod:1309
23282 msgid "get-e2label"
23283 msgstr ""
23284
23285 #. type: verbatim
23286 #: ../fish/guestfish-actions.pod:1311
23287 #, no-wrap
23288 msgid ""
23289 " get-e2label device\n"
23290 "\n"
23291 msgstr ""
23292
23293 #. type: =head2
23294 #: ../fish/guestfish-actions.pod:1323
23295 msgid "get-e2uuid"
23296 msgstr ""
23297
23298 #. type: verbatim
23299 #: ../fish/guestfish-actions.pod:1325
23300 #, no-wrap
23301 msgid ""
23302 " get-e2uuid device\n"
23303 "\n"
23304 msgstr ""
23305
23306 #. type: =head2
23307 #: ../fish/guestfish-actions.pod:1337
23308 msgid "get-memsize"
23309 msgstr ""
23310
23311 #. type: verbatim
23312 #: ../fish/guestfish-actions.pod:1339
23313 #, no-wrap
23314 msgid ""
23315 " get-memsize\n"
23316 "\n"
23317 msgstr ""
23318
23319 #. type: textblock
23320 #: ../fish/guestfish-actions.pod:1344
23321 msgid ""
23322 "If L</set-memsize> was not called on this handle, and if "
23323 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
23324 "value for memsize."
23325 msgstr ""
23326
23327 #. type: =head2
23328 #: ../fish/guestfish-actions.pod:1351
23329 msgid "get-network"
23330 msgstr ""
23331
23332 #. type: verbatim
23333 #: ../fish/guestfish-actions.pod:1353
23334 #, no-wrap
23335 msgid ""
23336 " get-network\n"
23337 "\n"
23338 msgstr ""
23339
23340 #. type: =head2
23341 #: ../fish/guestfish-actions.pod:1357
23342 msgid "get-path"
23343 msgstr ""
23344
23345 #. type: verbatim
23346 #: ../fish/guestfish-actions.pod:1359
23347 #, no-wrap
23348 msgid ""
23349 " get-path\n"
23350 "\n"
23351 msgstr ""
23352
23353 #. type: =head2
23354 #: ../fish/guestfish-actions.pod:1366
23355 msgid "get-pid"
23356 msgstr ""
23357
23358 #. type: =head2
23359 #: ../fish/guestfish-actions.pod:1368
23360 msgid "pid"
23361 msgstr ""
23362
23363 #. type: verbatim
23364 #: ../fish/guestfish-actions.pod:1370
23365 #, no-wrap
23366 msgid ""
23367 " get-pid\n"
23368 "\n"
23369 msgstr ""
23370
23371 #. type: =head2
23372 #: ../fish/guestfish-actions.pod:1377
23373 msgid "get-qemu"
23374 msgstr ""
23375
23376 #. type: verbatim
23377 #: ../fish/guestfish-actions.pod:1379
23378 #, no-wrap
23379 msgid ""
23380 " get-qemu\n"
23381 "\n"
23382 msgstr ""
23383
23384 #. type: =head2
23385 #: ../fish/guestfish-actions.pod:1386
23386 msgid "get-recovery-proc"
23387 msgstr ""
23388
23389 #. type: verbatim
23390 #: ../fish/guestfish-actions.pod:1388
23391 #, no-wrap
23392 msgid ""
23393 " get-recovery-proc\n"
23394 "\n"
23395 msgstr ""
23396
23397 #. type: =head2
23398 #: ../fish/guestfish-actions.pod:1392
23399 msgid "get-selinux"
23400 msgstr ""
23401
23402 #. type: verbatim
23403 #: ../fish/guestfish-actions.pod:1394
23404 #, no-wrap
23405 msgid ""
23406 " get-selinux\n"
23407 "\n"
23408 msgstr ""
23409
23410 #. type: textblock
23411 #: ../fish/guestfish-actions.pod:1396
23412 msgid ""
23413 "This returns the current setting of the selinux flag which is passed to the "
23414 "appliance at boot time.  See L</set-selinux>."
23415 msgstr ""
23416
23417 #. type: =head2
23418 #: ../fish/guestfish-actions.pod:1402
23419 msgid "get-state"
23420 msgstr ""
23421
23422 #. type: verbatim
23423 #: ../fish/guestfish-actions.pod:1404
23424 #, no-wrap
23425 msgid ""
23426 " get-state\n"
23427 "\n"
23428 msgstr ""
23429
23430 #. type: =head2
23431 #: ../fish/guestfish-actions.pod:1411
23432 msgid "get-trace"
23433 msgstr ""
23434
23435 #. type: verbatim
23436 #: ../fish/guestfish-actions.pod:1413
23437 #, no-wrap
23438 msgid ""
23439 " get-trace\n"
23440 "\n"
23441 msgstr ""
23442
23443 #. type: =head2
23444 #: ../fish/guestfish-actions.pod:1417
23445 msgid "get-umask"
23446 msgstr ""
23447
23448 #. type: verbatim
23449 #: ../fish/guestfish-actions.pod:1419
23450 #, no-wrap
23451 msgid ""
23452 " get-umask\n"
23453 "\n"
23454 msgstr ""
23455
23456 #. type: textblock
23457 #: ../fish/guestfish-actions.pod:1421
23458 msgid ""
23459 "Return the current umask.  By default the umask is C<022> unless it has been "
23460 "set by calling L</umask>."
23461 msgstr ""
23462
23463 #. type: =head2
23464 #: ../fish/guestfish-actions.pod:1424
23465 msgid "get-verbose"
23466 msgstr ""
23467
23468 #. type: verbatim
23469 #: ../fish/guestfish-actions.pod:1426
23470 #, no-wrap
23471 msgid ""
23472 " get-verbose\n"
23473 "\n"
23474 msgstr ""
23475
23476 #. type: =head2
23477 #: ../fish/guestfish-actions.pod:1430
23478 msgid "getcon"
23479 msgstr ""
23480
23481 #. type: verbatim
23482 #: ../fish/guestfish-actions.pod:1432
23483 #, no-wrap
23484 msgid ""
23485 " getcon\n"
23486 "\n"
23487 msgstr ""
23488
23489 #. type: textblock
23490 #: ../fish/guestfish-actions.pod:1436
23491 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
23492 msgstr ""
23493
23494 #. type: =head2
23495 #: ../fish/guestfish-actions.pod:1439
23496 msgid "getxattr"
23497 msgstr ""
23498
23499 #. type: verbatim
23500 #: ../fish/guestfish-actions.pod:1441
23501 #, no-wrap
23502 msgid ""
23503 " getxattr path name\n"
23504 "\n"
23505 msgstr ""
23506
23507 #. type: textblock
23508 #: ../fish/guestfish-actions.pod:1443
23509 msgid ""
23510 "Get a single extended attribute from file C<path> named C<name>.  This call "
23511 "follows symlinks.  If you want to lookup an extended attribute for the "
23512 "symlink itself, use L</lgetxattr>."
23513 msgstr ""
23514
23515 #. type: textblock
23516 #: ../fish/guestfish-actions.pod:1447 ../fish/guestfish-actions.pod:2453
23517 msgid ""
23518 "Normally it is better to get all extended attributes from a file in one go "
23519 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
23520 "buggy and do not provide a way to list out attributes.  For these "
23521 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
23522 "attributes you want in advance and call this function."
23523 msgstr ""
23524
23525 #. type: textblock
23526 #: ../fish/guestfish-actions.pod:1457
23527 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
23528 msgstr ""
23529
23530 #. type: =head2
23531 #: ../fish/guestfish-actions.pod:1459
23532 msgid "getxattrs"
23533 msgstr ""
23534
23535 #. type: verbatim
23536 #: ../fish/guestfish-actions.pod:1461
23537 #, no-wrap
23538 msgid ""
23539 " getxattrs path\n"
23540 "\n"
23541 msgstr ""
23542
23543 #. type: textblock
23544 #: ../fish/guestfish-actions.pod:1469
23545 msgid "See also: L</lgetxattrs>, L<attr(5)>."
23546 msgstr ""
23547
23548 #. type: =head2
23549 #: ../fish/guestfish-actions.pod:1471
23550 msgid "glob-expand"
23551 msgstr ""
23552
23553 #. type: verbatim
23554 #: ../fish/guestfish-actions.pod:1473
23555 #, no-wrap
23556 msgid ""
23557 " glob-expand pattern\n"
23558 "\n"
23559 msgstr ""
23560
23561 #. type: =head2
23562 #: ../fish/guestfish-actions.pod:1486
23563 msgid "grep"
23564 msgstr ""
23565
23566 #. type: verbatim
23567 #: ../fish/guestfish-actions.pod:1488
23568 #, no-wrap
23569 msgid ""
23570 " grep regex path\n"
23571 "\n"
23572 msgstr ""
23573
23574 #. type: =head2
23575 #: ../fish/guestfish-actions.pod:1496
23576 msgid "grepi"
23577 msgstr ""
23578
23579 #. type: verbatim
23580 #: ../fish/guestfish-actions.pod:1498
23581 #, no-wrap
23582 msgid ""
23583 " grepi regex path\n"
23584 "\n"
23585 msgstr ""
23586
23587 #. type: =head2
23588 #: ../fish/guestfish-actions.pod:1506
23589 msgid "grub-install"
23590 msgstr ""
23591
23592 #. type: verbatim
23593 #: ../fish/guestfish-actions.pod:1508
23594 #, no-wrap
23595 msgid ""
23596 " grub-install root device\n"
23597 "\n"
23598 msgstr ""
23599
23600 #. type: =head2
23601 #: ../fish/guestfish-actions.pod:1524
23602 msgid "head"
23603 msgstr ""
23604
23605 #. type: verbatim
23606 #: ../fish/guestfish-actions.pod:1526
23607 #, no-wrap
23608 msgid ""
23609 " head path\n"
23610 "\n"
23611 msgstr ""
23612
23613 #. type: =head2
23614 #: ../fish/guestfish-actions.pod:1534
23615 msgid "head-n"
23616 msgstr ""
23617
23618 #. type: verbatim
23619 #: ../fish/guestfish-actions.pod:1536
23620 #, no-wrap
23621 msgid ""
23622 " head-n nrlines path\n"
23623 "\n"
23624 msgstr ""
23625
23626 #. type: =head2
23627 #: ../fish/guestfish-actions.pod:1549
23628 msgid "hexdump"
23629 msgstr ""
23630
23631 #. type: verbatim
23632 #: ../fish/guestfish-actions.pod:1551
23633 #, no-wrap
23634 msgid ""
23635 " hexdump path\n"
23636 "\n"
23637 msgstr ""
23638
23639 #. type: =head2
23640 #: ../fish/guestfish-actions.pod:1559
23641 msgid "initrd-cat"
23642 msgstr ""
23643
23644 #. type: verbatim
23645 #: ../fish/guestfish-actions.pod:1561
23646 #, no-wrap
23647 msgid ""
23648 " initrd-cat initrdpath filename\n"
23649 "\n"
23650 msgstr ""
23651
23652 #. type: textblock
23653 #: ../fish/guestfish-actions.pod:1573
23654 msgid "See also L</initrd-list>."
23655 msgstr ""
23656
23657 #. type: =head2
23658 #: ../fish/guestfish-actions.pod:1578
23659 msgid "initrd-list"
23660 msgstr ""
23661
23662 #. type: verbatim
23663 #: ../fish/guestfish-actions.pod:1580
23664 #, no-wrap
23665 msgid ""
23666 " initrd-list path\n"
23667 "\n"
23668 msgstr ""
23669
23670 #. type: =head2
23671 #: ../fish/guestfish-actions.pod:1592
23672 msgid "inotify-add-watch"
23673 msgstr ""
23674
23675 #. type: verbatim
23676 #: ../fish/guestfish-actions.pod:1594
23677 #, no-wrap
23678 msgid ""
23679 " inotify-add-watch path mask\n"
23680 "\n"
23681 msgstr ""
23682
23683 #. type: =head2
23684 #: ../fish/guestfish-actions.pod:1606
23685 msgid "inotify-close"
23686 msgstr ""
23687
23688 #. type: verbatim
23689 #: ../fish/guestfish-actions.pod:1608
23690 #, no-wrap
23691 msgid ""
23692 " inotify-close\n"
23693 "\n"
23694 msgstr ""
23695
23696 #. type: =head2
23697 #: ../fish/guestfish-actions.pod:1614
23698 msgid "inotify-files"
23699 msgstr ""
23700
23701 #. type: verbatim
23702 #: ../fish/guestfish-actions.pod:1616
23703 #, no-wrap
23704 msgid ""
23705 " inotify-files\n"
23706 "\n"
23707 msgstr ""
23708
23709 #. type: textblock
23710 #: ../fish/guestfish-actions.pod:1618
23711 msgid ""
23712 "This function is a helpful wrapper around L</inotify-read> which just "
23713 "returns a list of pathnames of objects that were touched.  The returned "
23714 "pathnames are sorted and deduplicated."
23715 msgstr ""
23716
23717 #. type: =head2
23718 #: ../fish/guestfish-actions.pod:1622
23719 msgid "inotify-init"
23720 msgstr ""
23721
23722 #. type: verbatim
23723 #: ../fish/guestfish-actions.pod:1624
23724 #, no-wrap
23725 msgid ""
23726 " inotify-init maxevents\n"
23727 "\n"
23728 msgstr ""
23729
23730 #. type: textblock
23731 #: ../fish/guestfish-actions.pod:1630
23732 msgid ""
23733 "C<maxevents> is the maximum number of events which will be queued up between "
23734 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
23735 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
23736 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
23737 "but records the fact that it threw them away by setting a flag "
23738 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
23739 msgstr ""
23740
23741 #. type: textblock
23742 #: ../fish/guestfish-actions.pod:1640
23743 msgid ""
23744 "Before any events are generated, you have to add some watches to the "
23745 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
23746 "L</inotify-watch-all>."
23747 msgstr ""
23748
23749 #. type: textblock
23750 #: ../fish/guestfish-actions.pod:1646
23751 msgid ""
23752 "Queued up events should be read periodically by calling L</inotify-read> (or "
23753 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
23754 "If you don't read the events out often enough then you risk the internal "
23755 "queue overflowing."
23756 msgstr ""
23757
23758 #. type: textblock
23759 #: ../fish/guestfish-actions.pod:1653
23760 msgid ""
23761 "The handle should be closed after use by calling L</inotify-close>.  This "
23762 "also removes any watches automatically."
23763 msgstr ""
23764
23765 #. type: =head2
23766 #: ../fish/guestfish-actions.pod:1662
23767 msgid "inotify-read"
23768 msgstr ""
23769
23770 #. type: verbatim
23771 #: ../fish/guestfish-actions.pod:1664
23772 #, no-wrap
23773 msgid ""
23774 " inotify-read\n"
23775 "\n"
23776 msgstr ""
23777
23778 #. type: =head2
23779 #: ../fish/guestfish-actions.pod:1677
23780 msgid "inotify-rm-watch"
23781 msgstr ""
23782
23783 #. type: verbatim
23784 #: ../fish/guestfish-actions.pod:1679
23785 #, no-wrap
23786 msgid ""
23787 " inotify-rm-watch wd\n"
23788 "\n"
23789 msgstr ""
23790
23791 #. type: textblock
23792 #: ../fish/guestfish-actions.pod:1681
23793 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23794 msgstr ""
23795
23796 #. type: =head2
23797 #: ../fish/guestfish-actions.pod:1684
23798 msgid "inspect-get-arch"
23799 msgstr ""
23800
23801 #. type: verbatim
23802 #: ../fish/guestfish-actions.pod:1686
23803 #, no-wrap
23804 msgid ""
23805 " inspect-get-arch root\n"
23806 "\n"
23807 msgstr ""
23808
23809 #. type: textblock
23810 #: ../fish/guestfish-actions.pod:1688 ../fish/guestfish-actions.pod:1704
23811 #: ../fish/guestfish-actions.pod:1790 ../fish/guestfish-actions.pod:1826
23812 #: ../fish/guestfish-actions.pod:1844 ../fish/guestfish-actions.pod:1878
23813 #: ../fish/guestfish-actions.pod:1893 ../fish/guestfish-actions.pod:1914
23814 #: ../fish/guestfish-actions.pod:1929 ../fish/guestfish-actions.pod:1962
23815 #: ../fish/guestfish-actions.pod:1984 ../fish/guestfish-actions.pod:2008
23816 #: ../fish/guestfish-actions.pod:2025 ../fish/guestfish-actions.pod:2068
23817 #: ../fish/guestfish-actions.pod:2103 ../fish/guestfish-actions.pod:2119
23818 #: ../fish/guestfish-actions.pod:2135 ../fish/guestfish-actions.pod:2148
23819 #: ../fish/guestfish-actions.pod:2161 ../fish/guestfish-actions.pod:2176
23820 msgid ""
23821 "This function should only be called with a root device string as returned by "
23822 "L</inspect-os>."
23823 msgstr ""
23824
23825 #. type: textblock
23826 #: ../fish/guestfish-actions.pod:1691
23827 msgid ""
23828 "This returns the architecture of the inspected operating system.  The "
23829 "possible return values are listed under L</file-architecture>."
23830 msgstr ""
23831
23832 #. type: =head2
23833 #: ../fish/guestfish-actions.pod:1700
23834 msgid "inspect-get-distro"
23835 msgstr ""
23836
23837 #. type: verbatim
23838 #: ../fish/guestfish-actions.pod:1702
23839 #, no-wrap
23840 msgid ""
23841 " inspect-get-distro root\n"
23842 "\n"
23843 msgstr ""
23844
23845 #. type: =head2
23846 #: ../fish/guestfish-actions.pod:1786
23847 msgid "inspect-get-drive-mappings"
23848 msgstr ""
23849
23850 #. type: verbatim
23851 #: ../fish/guestfish-actions.pod:1788
23852 #, no-wrap
23853 msgid ""
23854 " inspect-get-drive-mappings root\n"
23855 "\n"
23856 msgstr ""
23857
23858 #. type: textblock
23859 #: ../fish/guestfish-actions.pod:1818
23860 msgid ""
23861 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23862 "get-mountpoints>, L</inspect-get-filesystems>."
23863 msgstr ""
23864
23865 #. type: =head2
23866 #: ../fish/guestfish-actions.pod:1822
23867 msgid "inspect-get-filesystems"
23868 msgstr ""
23869
23870 #. type: verbatim
23871 #: ../fish/guestfish-actions.pod:1824
23872 #, no-wrap
23873 msgid ""
23874 " inspect-get-filesystems root\n"
23875 "\n"
23876 msgstr ""
23877
23878 #. type: textblock
23879 #: ../fish/guestfish-actions.pod:1837
23880 msgid ""
23881 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23882 "get-mountpoints>."
23883 msgstr ""
23884
23885 #. type: =head2
23886 #: ../fish/guestfish-actions.pod:1840
23887 msgid "inspect-get-format"
23888 msgstr ""
23889
23890 #. type: verbatim
23891 #: ../fish/guestfish-actions.pod:1842
23892 #, no-wrap
23893 msgid ""
23894 " inspect-get-format root\n"
23895 "\n"
23896 msgstr ""
23897
23898 #. type: =head2
23899 #: ../fish/guestfish-actions.pod:1874
23900 msgid "inspect-get-hostname"
23901 msgstr ""
23902
23903 #. type: verbatim
23904 #: ../fish/guestfish-actions.pod:1876
23905 #, no-wrap
23906 msgid ""
23907 " inspect-get-hostname root\n"
23908 "\n"
23909 msgstr ""
23910
23911 #. type: =head2
23912 #: ../fish/guestfish-actions.pod:1889
23913 msgid "inspect-get-major-version"
23914 msgstr ""
23915
23916 #. type: verbatim
23917 #: ../fish/guestfish-actions.pod:1891
23918 #, no-wrap
23919 msgid ""
23920 " inspect-get-major-version root\n"
23921 "\n"
23922 msgstr ""
23923
23924 #. type: =head2
23925 #: ../fish/guestfish-actions.pod:1910
23926 msgid "inspect-get-minor-version"
23927 msgstr ""
23928
23929 #. type: verbatim
23930 #: ../fish/guestfish-actions.pod:1912
23931 #, no-wrap
23932 msgid ""
23933 " inspect-get-minor-version root\n"
23934 "\n"
23935 msgstr ""
23936
23937 #. type: textblock
23938 #: ../fish/guestfish-actions.pod:1922
23939 msgid ""
23940 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23941 "get-major-version>."
23942 msgstr ""
23943
23944 #. type: =head2
23945 #: ../fish/guestfish-actions.pod:1925
23946 msgid "inspect-get-mountpoints"
23947 msgstr ""
23948
23949 #. type: verbatim
23950 #: ../fish/guestfish-actions.pod:1927
23951 #, no-wrap
23952 msgid ""
23953 " inspect-get-mountpoints root\n"
23954 "\n"
23955 msgstr ""
23956
23957 #. type: textblock
23958 #: ../fish/guestfish-actions.pod:1949
23959 msgid ""
23960 "For operating systems like Windows which still use drive letters, this call "
23961 "will only return an entry for the first drive \"mounted on\" C</>.  For "
23962 "information about the mapping of drive letters to partitions, see L</inspect-"
23963 "get-drive-mappings>."
23964 msgstr ""
23965
23966 #. type: textblock
23967 #: ../fish/guestfish-actions.pod:1955
23968 msgid ""
23969 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23970 "get-filesystems>."
23971 msgstr ""
23972
23973 #. type: =head2
23974 #: ../fish/guestfish-actions.pod:1958
23975 msgid "inspect-get-package-format"
23976 msgstr ""
23977
23978 #. type: verbatim
23979 #: ../fish/guestfish-actions.pod:1960
23980 #, no-wrap
23981 msgid ""
23982 " inspect-get-package-format root\n"
23983 "\n"
23984 msgstr ""
23985
23986 #. type: textblock
23987 #: ../fish/guestfish-actions.pod:1965
23988 msgid ""
23989 "This function and L</inspect-get-package-management> return the package "
23990 "format and package management tool used by the inspected operating system.  "
23991 "For example for Fedora these functions would return C<rpm> (package format) "
23992 "and C<yum> (package management)."
23993 msgstr ""
23994
23995 #. type: =head2
23996 #: ../fish/guestfish-actions.pod:1980
23997 msgid "inspect-get-package-management"
23998 msgstr ""
23999
24000 #. type: verbatim
24001 #: ../fish/guestfish-actions.pod:1982
24002 #, no-wrap
24003 msgid ""
24004 " inspect-get-package-management root\n"
24005 "\n"
24006 msgstr ""
24007
24008 #. type: textblock
24009 #: ../fish/guestfish-actions.pod:1987
24010 msgid ""
24011 "L</inspect-get-package-format> and this function return the package format "
24012 "and package management tool used by the inspected operating system.  For "
24013 "example for Fedora these functions would return C<rpm> (package format) and "
24014 "C<yum> (package management)."
24015 msgstr ""
24016
24017 #. type: =head2
24018 #: ../fish/guestfish-actions.pod:2004
24019 msgid "inspect-get-product-name"
24020 msgstr ""
24021
24022 #. type: verbatim
24023 #: ../fish/guestfish-actions.pod:2006
24024 #, no-wrap
24025 msgid ""
24026 " inspect-get-product-name root\n"
24027 "\n"
24028 msgstr ""
24029
24030 #. type: =head2
24031 #: ../fish/guestfish-actions.pod:2021
24032 msgid "inspect-get-product-variant"
24033 msgstr ""
24034
24035 #. type: verbatim
24036 #: ../fish/guestfish-actions.pod:2023
24037 #, no-wrap
24038 msgid ""
24039 " inspect-get-product-variant root\n"
24040 "\n"
24041 msgstr ""
24042
24043 #. type: textblock
24044 #: ../fish/guestfish-actions.pod:2047
24045 msgid ""
24046 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24047 "get-product-name>, L</inspect-get-major-version>."
24048 msgstr ""
24049
24050 #. type: =head2
24051 #: ../fish/guestfish-actions.pod:2051
24052 msgid "inspect-get-roots"
24053 msgstr ""
24054
24055 #. type: verbatim
24056 #: ../fish/guestfish-actions.pod:2053
24057 #, no-wrap
24058 msgid ""
24059 " inspect-get-roots\n"
24060 "\n"
24061 msgstr ""
24062
24063 #. type: textblock
24064 #: ../fish/guestfish-actions.pod:2055
24065 msgid ""
24066 "This function is a convenient way to get the list of root devices, as "
24067 "returned from a previous call to L</inspect-os>, but without redoing the "
24068 "whole inspection process."
24069 msgstr ""
24070
24071 #. type: textblock
24072 #: ../fish/guestfish-actions.pod:2059
24073 msgid ""
24074 "This returns an empty list if either no root devices were found or the "
24075 "caller has not called L</inspect-os>."
24076 msgstr ""
24077
24078 #. type: =head2
24079 #: ../fish/guestfish-actions.pod:2064
24080 msgid "inspect-get-type"
24081 msgstr ""
24082
24083 #. type: verbatim
24084 #: ../fish/guestfish-actions.pod:2066
24085 #, no-wrap
24086 msgid ""
24087 " inspect-get-type root\n"
24088 "\n"
24089 msgstr ""
24090
24091 #. type: =head2
24092 #: ../fish/guestfish-actions.pod:2099
24093 msgid "inspect-get-windows-current-control-set"
24094 msgstr ""
24095
24096 #. type: verbatim
24097 #: ../fish/guestfish-actions.pod:2101
24098 #, no-wrap
24099 msgid ""
24100 " inspect-get-windows-current-control-set root\n"
24101 "\n"
24102 msgstr ""
24103
24104 #. type: =head2
24105 #: ../fish/guestfish-actions.pod:2115
24106 msgid "inspect-get-windows-systemroot"
24107 msgstr ""
24108
24109 #. type: verbatim
24110 #: ../fish/guestfish-actions.pod:2117
24111 #, no-wrap
24112 msgid ""
24113 " inspect-get-windows-systemroot root\n"
24114 "\n"
24115 msgstr ""
24116
24117 #. type: =head2
24118 #: ../fish/guestfish-actions.pod:2131
24119 msgid "inspect-is-live"
24120 msgstr ""
24121
24122 #. type: verbatim
24123 #: ../fish/guestfish-actions.pod:2133
24124 #, no-wrap
24125 msgid ""
24126 " inspect-is-live root\n"
24127 "\n"
24128 msgstr ""
24129
24130 #. type: textblock
24131 #: ../fish/guestfish-actions.pod:2138
24132 msgid ""
24133 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24134 "then this returns true if a live image was detected on the disk."
24135 msgstr ""
24136
24137 #. type: =head2
24138 #: ../fish/guestfish-actions.pod:2144
24139 msgid "inspect-is-multipart"
24140 msgstr ""
24141
24142 #. type: verbatim
24143 #: ../fish/guestfish-actions.pod:2146
24144 #, no-wrap
24145 msgid ""
24146 " inspect-is-multipart root\n"
24147 "\n"
24148 msgstr ""
24149
24150 #. type: textblock
24151 #: ../fish/guestfish-actions.pod:2151
24152 msgid ""
24153 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24154 "then this returns true if the disk is part of a set."
24155 msgstr ""
24156
24157 #. type: =head2
24158 #: ../fish/guestfish-actions.pod:2157
24159 msgid "inspect-is-netinst"
24160 msgstr ""
24161
24162 #. type: verbatim
24163 #: ../fish/guestfish-actions.pod:2159
24164 #, no-wrap
24165 msgid ""
24166 " inspect-is-netinst root\n"
24167 "\n"
24168 msgstr ""
24169
24170 #. type: textblock
24171 #: ../fish/guestfish-actions.pod:2164
24172 msgid ""
24173 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24174 "then this returns true if the disk is a network installer, ie. not a self-"
24175 "contained install CD but one which is likely to require network access to "
24176 "complete the install."
24177 msgstr ""
24178
24179 #. type: =head2
24180 #: ../fish/guestfish-actions.pod:2172
24181 msgid "inspect-list-applications"
24182 msgstr ""
24183
24184 #. type: verbatim
24185 #: ../fish/guestfish-actions.pod:2174
24186 #, no-wrap
24187 msgid ""
24188 " inspect-list-applications root\n"
24189 "\n"
24190 msgstr ""
24191
24192 #. type: textblock
24193 #: ../fish/guestfish-actions.pod:2181
24194 msgid ""
24195 "I<Note:> This call works differently from other parts of the inspection "
24196 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
24197 "then mount up the disks, before calling this.  Listing applications is a "
24198 "significantly more difficult operation which requires access to the full "
24199 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
24200 "are just returning data cached in the libguestfs handle, this call actually "
24201 "reads parts of the mounted filesystems during the call."
24202 msgstr ""
24203
24204 #. type: =head2
24205 #: ../fish/guestfish-actions.pod:2271
24206 msgid "inspect-os"
24207 msgstr ""
24208
24209 #. type: verbatim
24210 #: ../fish/guestfish-actions.pod:2273
24211 #, no-wrap
24212 msgid ""
24213 " inspect-os\n"
24214 "\n"
24215 msgstr ""
24216
24217 #. type: textblock
24218 #: ../fish/guestfish-actions.pod:2288
24219 msgid ""
24220 "You can pass the root string(s) returned to other L</inspect-get-*> "
24221 "functions in order to query further information about each operating system, "
24222 "such as the name and version."
24223 msgstr ""
24224
24225 #. type: textblock
24226 #: ../fish/guestfish-actions.pod:2293
24227 msgid ""
24228 "This function uses other libguestfs features such as L</mount-ro> and L</"
24229 "umount-all> in order to mount and unmount filesystems and look at the "
24230 "contents.  This should be called with no disks currently mounted.  The "
24231 "function may also use Augeas, so any existing Augeas handle will be closed."
24232 msgstr ""
24233
24234 #. type: textblock
24235 #: ../fish/guestfish-actions.pod:2305 ../fish/guestfish-actions.pod:2481
24236 #: ../fish/guestfish-actions.pod:2527
24237 msgid "See also L</list-filesystems>."
24238 msgstr ""
24239
24240 #. type: =head2
24241 #: ../fish/guestfish-actions.pod:2307
24242 msgid "is-blockdev"
24243 msgstr ""
24244
24245 #. type: verbatim
24246 #: ../fish/guestfish-actions.pod:2309
24247 #, no-wrap
24248 msgid ""
24249 " is-blockdev path\n"
24250 "\n"
24251 msgstr ""
24252
24253 #. type: textblock
24254 #: ../fish/guestfish-actions.pod:2314 ../fish/guestfish-actions.pod:2332
24255 #: ../fish/guestfish-actions.pod:2351 ../fish/guestfish-actions.pod:2360
24256 #: ../fish/guestfish-actions.pod:2370 ../fish/guestfish-actions.pod:2404
24257 #: ../fish/guestfish-actions.pod:2413
24258 msgid "See also L</stat>."
24259 msgstr ""
24260
24261 #. type: =head2
24262 #: ../fish/guestfish-actions.pod:2316
24263 msgid "is-busy"
24264 msgstr ""
24265
24266 #. type: verbatim
24267 #: ../fish/guestfish-actions.pod:2318
24268 #, no-wrap
24269 msgid ""
24270 " is-busy\n"
24271 "\n"
24272 msgstr ""
24273
24274 #. type: =head2
24275 #: ../fish/guestfish-actions.pod:2325
24276 msgid "is-chardev"
24277 msgstr ""
24278
24279 #. type: verbatim
24280 #: ../fish/guestfish-actions.pod:2327
24281 #, no-wrap
24282 msgid ""
24283 " is-chardev path\n"
24284 "\n"
24285 msgstr ""
24286
24287 #. type: =head2
24288 #: ../fish/guestfish-actions.pod:2334
24289 msgid "is-config"
24290 msgstr ""
24291
24292 #. type: verbatim
24293 #: ../fish/guestfish-actions.pod:2336
24294 #, no-wrap
24295 msgid ""
24296 " is-config\n"
24297 "\n"
24298 msgstr ""
24299
24300 #. type: =head2
24301 #: ../fish/guestfish-actions.pod:2343
24302 msgid "is-dir"
24303 msgstr ""
24304
24305 #. type: verbatim
24306 #: ../fish/guestfish-actions.pod:2345
24307 #, no-wrap
24308 msgid ""
24309 " is-dir path\n"
24310 "\n"
24311 msgstr ""
24312
24313 #. type: =head2
24314 #: ../fish/guestfish-actions.pod:2353
24315 msgid "is-fifo"
24316 msgstr ""
24317
24318 #. type: verbatim
24319 #: ../fish/guestfish-actions.pod:2355
24320 #, no-wrap
24321 msgid ""
24322 " is-fifo path\n"
24323 "\n"
24324 msgstr ""
24325
24326 #. type: =head2
24327 #: ../fish/guestfish-actions.pod:2362
24328 msgid "is-file"
24329 msgstr ""
24330
24331 #. type: verbatim
24332 #: ../fish/guestfish-actions.pod:2364
24333 #, no-wrap
24334 msgid ""
24335 " is-file path\n"
24336 "\n"
24337 msgstr ""
24338
24339 #. type: =head2
24340 #: ../fish/guestfish-actions.pod:2372
24341 msgid "is-launching"
24342 msgstr ""
24343
24344 #. type: verbatim
24345 #: ../fish/guestfish-actions.pod:2374
24346 #, no-wrap
24347 msgid ""
24348 " is-launching\n"
24349 "\n"
24350 msgstr ""
24351
24352 #. type: =head2
24353 #: ../fish/guestfish-actions.pod:2381
24354 msgid "is-lv"
24355 msgstr ""
24356
24357 #. type: verbatim
24358 #: ../fish/guestfish-actions.pod:2383
24359 #, no-wrap
24360 msgid ""
24361 " is-lv device\n"
24362 "\n"
24363 msgstr ""
24364
24365 #. type: =head2
24366 #: ../fish/guestfish-actions.pod:2388
24367 msgid "is-ready"
24368 msgstr ""
24369
24370 #. type: verbatim
24371 #: ../fish/guestfish-actions.pod:2390
24372 #, no-wrap
24373 msgid ""
24374 " is-ready\n"
24375 "\n"
24376 msgstr ""
24377
24378 #. type: =head2
24379 #: ../fish/guestfish-actions.pod:2397
24380 msgid "is-socket"
24381 msgstr ""
24382
24383 #. type: verbatim
24384 #: ../fish/guestfish-actions.pod:2399
24385 #, no-wrap
24386 msgid ""
24387 " is-socket path\n"
24388 "\n"
24389 msgstr ""
24390
24391 #. type: =head2
24392 #: ../fish/guestfish-actions.pod:2406
24393 msgid "is-symlink"
24394 msgstr ""
24395
24396 #. type: verbatim
24397 #: ../fish/guestfish-actions.pod:2408
24398 #, no-wrap
24399 msgid ""
24400 " is-symlink path\n"
24401 "\n"
24402 msgstr ""
24403
24404 #. type: =head2
24405 #: ../fish/guestfish-actions.pod:2415
24406 msgid "kill-subprocess"
24407 msgstr ""
24408
24409 #. type: verbatim
24410 #: ../fish/guestfish-actions.pod:2417
24411 #, no-wrap
24412 msgid ""
24413 " kill-subprocess\n"
24414 "\n"
24415 msgstr ""
24416
24417 #. type: =head2
24418 #: ../fish/guestfish-actions.pod:2421
24419 msgid "launch"
24420 msgstr ""
24421
24422 #. type: =head2
24423 #: ../fish/guestfish-actions.pod:2423
24424 msgid "run"
24425 msgstr ""
24426
24427 #. type: verbatim
24428 #: ../fish/guestfish-actions.pod:2425
24429 #, no-wrap
24430 msgid ""
24431 " launch\n"
24432 "\n"
24433 msgstr ""
24434
24435 #. type: =head2
24436 #: ../fish/guestfish-actions.pod:2433
24437 msgid "lchown"
24438 msgstr ""
24439
24440 #. type: verbatim
24441 #: ../fish/guestfish-actions.pod:2435
24442 #, no-wrap
24443 msgid ""
24444 " lchown owner group path\n"
24445 "\n"
24446 msgstr ""
24447
24448 #. type: textblock
24449 #: ../fish/guestfish-actions.pod:2437
24450 msgid ""
24451 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
24452 "chown> but if C<path> is a symlink then the link itself is changed, not the "
24453 "target."
24454 msgstr ""
24455
24456 #. type: =head2
24457 #: ../fish/guestfish-actions.pod:2445
24458 msgid "lgetxattr"
24459 msgstr ""
24460
24461 #. type: verbatim
24462 #: ../fish/guestfish-actions.pod:2447
24463 #, no-wrap
24464 msgid ""
24465 " lgetxattr path name\n"
24466 "\n"
24467 msgstr ""
24468
24469 #. type: textblock
24470 #: ../fish/guestfish-actions.pod:2463
24471 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
24472 msgstr ""
24473
24474 #. type: =head2
24475 #: ../fish/guestfish-actions.pod:2465
24476 msgid "lgetxattrs"
24477 msgstr ""
24478
24479 #. type: verbatim
24480 #: ../fish/guestfish-actions.pod:2467
24481 #, no-wrap
24482 msgid ""
24483 " lgetxattrs path\n"
24484 "\n"
24485 msgstr ""
24486
24487 #. type: textblock
24488 #: ../fish/guestfish-actions.pod:2469
24489 msgid ""
24490 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
24491 "it returns the extended attributes of the link itself."
24492 msgstr ""
24493
24494 #. type: =head2
24495 #: ../fish/guestfish-actions.pod:2473
24496 msgid "list-devices"
24497 msgstr ""
24498
24499 #. type: verbatim
24500 #: ../fish/guestfish-actions.pod:2475
24501 #, no-wrap
24502 msgid ""
24503 " list-devices\n"
24504 "\n"
24505 msgstr ""
24506
24507 #. type: =head2
24508 #: ../fish/guestfish-actions.pod:2483
24509 msgid "list-filesystems"
24510 msgstr ""
24511
24512 #. type: verbatim
24513 #: ../fish/guestfish-actions.pod:2485
24514 #, no-wrap
24515 msgid ""
24516 " list-filesystems\n"
24517 "\n"
24518 msgstr ""
24519
24520 #. type: textblock
24521 #: ../fish/guestfish-actions.pod:2504
24522 msgid ""
24523 "This command runs other libguestfs commands, which might include L</mount> "
24524 "and L</umount>, and therefore you should use this soon after launch and only "
24525 "when nothing is mounted."
24526 msgstr ""
24527
24528 #. type: textblock
24529 #: ../fish/guestfish-actions.pod:2508
24530 msgid ""
24531 "Not all of the filesystems returned will be mountable.  In particular, swap "
24532 "partitions are returned in the list.  Also this command does not check that "
24533 "each filesystem found is valid and mountable, and some filesystems might be "
24534 "mountable but require special options.  Filesystems may not all belong to a "
24535 "single logical operating system (use L</inspect-os> to look for OSes)."
24536 msgstr ""
24537
24538 #. type: =head2
24539 #: ../fish/guestfish-actions.pod:2516
24540 msgid "list-partitions"
24541 msgstr ""
24542
24543 #. type: verbatim
24544 #: ../fish/guestfish-actions.pod:2518
24545 #, no-wrap
24546 msgid ""
24547 " list-partitions\n"
24548 "\n"
24549 msgstr ""
24550
24551 #. type: textblock
24552 #: ../fish/guestfish-actions.pod:2524
24553 msgid ""
24554 "This does not return logical volumes.  For that you will need to call L</"
24555 "lvs>."
24556 msgstr ""
24557
24558 #. type: =head2
24559 #: ../fish/guestfish-actions.pod:2529
24560 msgid "ll"
24561 msgstr ""
24562
24563 #. type: verbatim
24564 #: ../fish/guestfish-actions.pod:2531
24565 #, no-wrap
24566 msgid ""
24567 " ll directory\n"
24568 "\n"
24569 msgstr ""
24570
24571 #. type: =head2
24572 #: ../fish/guestfish-actions.pod:2539
24573 msgid "ln"
24574 msgstr ""
24575
24576 #. type: verbatim
24577 #: ../fish/guestfish-actions.pod:2541
24578 #, no-wrap
24579 msgid ""
24580 " ln target linkname\n"
24581 "\n"
24582 msgstr ""
24583
24584 #. type: =head2
24585 #: ../fish/guestfish-actions.pod:2545
24586 msgid "ln-f"
24587 msgstr ""
24588
24589 #. type: verbatim
24590 #: ../fish/guestfish-actions.pod:2547
24591 #, no-wrap
24592 msgid ""
24593 " ln-f target linkname\n"
24594 "\n"
24595 msgstr ""
24596
24597 #. type: =head2
24598 #: ../fish/guestfish-actions.pod:2552
24599 msgid "ln-s"
24600 msgstr ""
24601
24602 #. type: verbatim
24603 #: ../fish/guestfish-actions.pod:2554
24604 #, no-wrap
24605 msgid ""
24606 " ln-s target linkname\n"
24607 "\n"
24608 msgstr ""
24609
24610 #. type: =head2
24611 #: ../fish/guestfish-actions.pod:2558
24612 msgid "ln-sf"
24613 msgstr ""
24614
24615 #. type: verbatim
24616 #: ../fish/guestfish-actions.pod:2560
24617 #, no-wrap
24618 msgid ""
24619 " ln-sf target linkname\n"
24620 "\n"
24621 msgstr ""
24622
24623 #. type: =head2
24624 #: ../fish/guestfish-actions.pod:2565
24625 msgid "lremovexattr"
24626 msgstr ""
24627
24628 #. type: verbatim
24629 #: ../fish/guestfish-actions.pod:2567
24630 #, no-wrap
24631 msgid ""
24632 " lremovexattr xattr path\n"
24633 "\n"
24634 msgstr ""
24635
24636 #. type: textblock
24637 #: ../fish/guestfish-actions.pod:2569
24638 msgid ""
24639 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
24640 "it removes an extended attribute of the link itself."
24641 msgstr ""
24642
24643 #. type: =head2
24644 #: ../fish/guestfish-actions.pod:2573
24645 msgid "ls"
24646 msgstr ""
24647
24648 #. type: verbatim
24649 #: ../fish/guestfish-actions.pod:2575
24650 #, no-wrap
24651 msgid ""
24652 " ls directory\n"
24653 "\n"
24654 msgstr ""
24655
24656 #. type: textblock
24657 #: ../fish/guestfish-actions.pod:2581
24658 msgid ""
24659 "This command is mostly useful for interactive sessions.  Programs should "
24660 "probably use L</readdir> instead."
24661 msgstr ""
24662
24663 #. type: =head2
24664 #: ../fish/guestfish-actions.pod:2584
24665 msgid "lsetxattr"
24666 msgstr ""
24667
24668 #. type: verbatim
24669 #: ../fish/guestfish-actions.pod:2586
24670 #, no-wrap
24671 msgid ""
24672 " lsetxattr xattr val vallen path\n"
24673 "\n"
24674 msgstr ""
24675
24676 #. type: textblock
24677 #: ../fish/guestfish-actions.pod:2588
24678 msgid ""
24679 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
24680 "sets an extended attribute of the link itself."
24681 msgstr ""
24682
24683 #. type: =head2
24684 #: ../fish/guestfish-actions.pod:2592
24685 msgid "lstat"
24686 msgstr ""
24687
24688 #. type: verbatim
24689 #: ../fish/guestfish-actions.pod:2594
24690 #, no-wrap
24691 msgid ""
24692 " lstat path\n"
24693 "\n"
24694 msgstr ""
24695
24696 #. type: textblock
24697 #: ../fish/guestfish-actions.pod:2598
24698 msgid ""
24699 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
24700 "the link is stat-ed, not the file it refers to."
24701 msgstr ""
24702
24703 #. type: =head2
24704 #: ../fish/guestfish-actions.pod:2604
24705 msgid "lstatlist"
24706 msgstr ""
24707
24708 #. type: verbatim
24709 #: ../fish/guestfish-actions.pod:2606
24710 #, no-wrap
24711 msgid ""
24712 " lstatlist path 'names ...'\n"
24713 "\n"
24714 msgstr ""
24715
24716 #. type: textblock
24717 #: ../fish/guestfish-actions.pod:2608
24718 msgid ""
24719 "This call allows you to perform the L</lstat> operation on multiple files, "
24720 "where all files are in the directory C<path>.  C<names> is the list of files "
24721 "from this directory."
24722 msgstr ""
24723
24724 #. type: textblock
24725 #: ../fish/guestfish-actions.pod:2617
24726 msgid ""
24727 "This call is intended for programs that want to efficiently list a directory "
24728 "contents without making many round-trips.  See also L</lxattrlist> for a "
24729 "similarly efficient call for getting extended attributes.  Very long "
24730 "directory listings might cause the protocol message size to be exceeded, "
24731 "causing this call to fail.  The caller must split up such requests into "
24732 "smaller groups of names."
24733 msgstr ""
24734
24735 #. type: =head2
24736 #: ../fish/guestfish-actions.pod:2625
24737 msgid "luks-add-key"
24738 msgstr ""
24739
24740 #. type: verbatim
24741 #: ../fish/guestfish-actions.pod:2627
24742 #, no-wrap
24743 msgid ""
24744 " luks-add-key device keyslot\n"
24745 "\n"
24746 msgstr ""
24747
24748 #. type: textblock
24749 #: ../fish/guestfish-actions.pod:2634
24750 msgid ""
24751 "Note that if C<keyslot> already contains a key, then this command will "
24752 "fail.  You have to use L</luks-kill-slot> first to remove that key."
24753 msgstr ""
24754
24755 #. type: textblock
24756 #: ../fish/guestfish-actions.pod:2638 ../fish/guestfish-actions.pod:2660
24757 #: ../fish/guestfish-actions.pod:2673 ../fish/guestfish-actions.pod:2687
24758 #: ../fish/guestfish-actions.pod:2710 ../fish/guestfish-actions.pod:2720
24759 msgid ""
24760 "This command has one or more key or passphrase parameters.  Guestfish will "
24761 "prompt for these separately."
24762 msgstr ""
24763
24764 #. type: =head2
24765 #: ../fish/guestfish-actions.pod:2641
24766 msgid "luks-close"
24767 msgstr ""
24768
24769 #. type: verbatim
24770 #: ../fish/guestfish-actions.pod:2643
24771 #, no-wrap
24772 msgid ""
24773 " luks-close device\n"
24774 "\n"
24775 msgstr ""
24776
24777 #. type: textblock
24778 #: ../fish/guestfish-actions.pod:2645
24779 msgid ""
24780 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
24781 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
24782 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
24783 "block device."
24784 msgstr ""
24785
24786 #. type: =head2
24787 #: ../fish/guestfish-actions.pod:2651
24788 msgid "luks-format"
24789 msgstr ""
24790
24791 #. type: verbatim
24792 #: ../fish/guestfish-actions.pod:2653
24793 #, no-wrap
24794 msgid ""
24795 " luks-format device keyslot\n"
24796 "\n"
24797 msgstr ""
24798
24799 #. type: =head2
24800 #: ../fish/guestfish-actions.pod:2666
24801 msgid "luks-format-cipher"
24802 msgstr ""
24803
24804 #. type: verbatim
24805 #: ../fish/guestfish-actions.pod:2668
24806 #, no-wrap
24807 msgid ""
24808 " luks-format-cipher device keyslot cipher\n"
24809 "\n"
24810 msgstr ""
24811
24812 #. type: textblock
24813 #: ../fish/guestfish-actions.pod:2670
24814 msgid ""
24815 "This command is the same as L</luks-format> but it also allows you to set "
24816 "the C<cipher> used."
24817 msgstr ""
24818
24819 #. type: =head2
24820 #: ../fish/guestfish-actions.pod:2679
24821 msgid "luks-kill-slot"
24822 msgstr ""
24823
24824 #. type: verbatim
24825 #: ../fish/guestfish-actions.pod:2681
24826 #, no-wrap
24827 msgid ""
24828 " luks-kill-slot device keyslot\n"
24829 "\n"
24830 msgstr ""
24831
24832 #. type: =head2
24833 #: ../fish/guestfish-actions.pod:2690
24834 msgid "luks-open"
24835 msgstr ""
24836
24837 #. type: verbatim
24838 #: ../fish/guestfish-actions.pod:2692
24839 #, no-wrap
24840 msgid ""
24841 " luks-open device mapname\n"
24842 "\n"
24843 msgstr ""
24844
24845 #. type: textblock
24846 #: ../fish/guestfish-actions.pod:2706
24847 msgid ""
24848 "If this block device contains LVM volume groups, then calling L</vgscan> "
24849 "followed by L</vg-activate-all> will make them visible."
24850 msgstr ""
24851
24852 #. type: =head2
24853 #: ../fish/guestfish-actions.pod:2713
24854 msgid "luks-open-ro"
24855 msgstr ""
24856
24857 #. type: verbatim
24858 #: ../fish/guestfish-actions.pod:2715
24859 #, no-wrap
24860 msgid ""
24861 " luks-open-ro device mapname\n"
24862 "\n"
24863 msgstr ""
24864
24865 #. type: textblock
24866 #: ../fish/guestfish-actions.pod:2717
24867 msgid ""
24868 "This is the same as L</luks-open> except that a read-only mapping is created."
24869 msgstr ""
24870
24871 #. type: =head2
24872 #: ../fish/guestfish-actions.pod:2723
24873 msgid "lvcreate"
24874 msgstr ""
24875
24876 #. type: verbatim
24877 #: ../fish/guestfish-actions.pod:2725
24878 #, no-wrap
24879 msgid ""
24880 " lvcreate logvol volgroup mbytes\n"
24881 "\n"
24882 msgstr ""
24883
24884 #. type: =head2
24885 #: ../fish/guestfish-actions.pod:2730
24886 msgid "lvm-canonical-lv-name"
24887 msgstr ""
24888
24889 #. type: verbatim
24890 #: ../fish/guestfish-actions.pod:2732
24891 #, no-wrap
24892 msgid ""
24893 " lvm-canonical-lv-name lvname\n"
24894 "\n"
24895 msgstr ""
24896
24897 #. type: textblock
24898 #: ../fish/guestfish-actions.pod:2741
24899 msgid "See also L</is-lv>."
24900 msgstr ""
24901
24902 #. type: =head2
24903 #: ../fish/guestfish-actions.pod:2743
24904 msgid "lvm-clear-filter"
24905 msgstr ""
24906
24907 #. type: verbatim
24908 #: ../fish/guestfish-actions.pod:2745
24909 #, no-wrap
24910 msgid ""
24911 " lvm-clear-filter\n"
24912 "\n"
24913 msgstr ""
24914
24915 #. type: textblock
24916 #: ../fish/guestfish-actions.pod:2747
24917 msgid ""
24918 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24919 "block device."
24920 msgstr ""
24921
24922 #. type: =head2
24923 #: ../fish/guestfish-actions.pod:2753
24924 msgid "lvm-remove-all"
24925 msgstr ""
24926
24927 #. type: verbatim
24928 #: ../fish/guestfish-actions.pod:2755
24929 #, no-wrap
24930 msgid ""
24931 " lvm-remove-all\n"
24932 "\n"
24933 msgstr ""
24934
24935 #. type: =head2
24936 #: ../fish/guestfish-actions.pod:2763
24937 msgid "lvm-set-filter"
24938 msgstr ""
24939
24940 #. type: verbatim
24941 #: ../fish/guestfish-actions.pod:2765
24942 #, no-wrap
24943 msgid ""
24944 " lvm-set-filter 'devices ...'\n"
24945 "\n"
24946 msgstr ""
24947
24948 #. type: =head2
24949 #: ../fish/guestfish-actions.pod:2790
24950 msgid "lvremove"
24951 msgstr ""
24952
24953 #. type: verbatim
24954 #: ../fish/guestfish-actions.pod:2792
24955 #, no-wrap
24956 msgid ""
24957 " lvremove device\n"
24958 "\n"
24959 msgstr ""
24960
24961 #. type: =head2
24962 #: ../fish/guestfish-actions.pod:2800
24963 msgid "lvrename"
24964 msgstr ""
24965
24966 #. type: verbatim
24967 #: ../fish/guestfish-actions.pod:2802
24968 #, no-wrap
24969 msgid ""
24970 " lvrename logvol newlogvol\n"
24971 "\n"
24972 msgstr ""
24973
24974 #. type: =head2
24975 #: ../fish/guestfish-actions.pod:2806
24976 msgid "lvresize"
24977 msgstr ""
24978
24979 #. type: verbatim
24980 #: ../fish/guestfish-actions.pod:2808
24981 #, no-wrap
24982 msgid ""
24983 " lvresize device mbytes\n"
24984 "\n"
24985 msgstr ""
24986
24987 #. type: =head2
24988 #: ../fish/guestfish-actions.pod:2814
24989 msgid "lvresize-free"
24990 msgstr ""
24991
24992 #. type: verbatim
24993 #: ../fish/guestfish-actions.pod:2816
24994 #, no-wrap
24995 msgid ""
24996 " lvresize-free lv percent\n"
24997 "\n"
24998 msgstr ""
24999
25000 #. type: =head2
25001 #: ../fish/guestfish-actions.pod:2824
25002 msgid "lvs"
25003 msgstr ""
25004
25005 #. type: verbatim
25006 #: ../fish/guestfish-actions.pod:2826
25007 #, no-wrap
25008 msgid ""
25009 " lvs\n"
25010 "\n"
25011 msgstr ""
25012
25013 #. type: textblock
25014 #: ../fish/guestfish-actions.pod:2834
25015 msgid "See also L</lvs-full>, L</list-filesystems>."
25016 msgstr ""
25017
25018 #. type: =head2
25019 #: ../fish/guestfish-actions.pod:2836
25020 msgid "lvs-full"
25021 msgstr ""
25022
25023 #. type: verbatim
25024 #: ../fish/guestfish-actions.pod:2838
25025 #, no-wrap
25026 msgid ""
25027 " lvs-full\n"
25028 "\n"
25029 msgstr ""
25030
25031 #. type: =head2
25032 #: ../fish/guestfish-actions.pod:2843
25033 msgid "lvuuid"
25034 msgstr ""
25035
25036 #. type: verbatim
25037 #: ../fish/guestfish-actions.pod:2845
25038 #, no-wrap
25039 msgid ""
25040 " lvuuid device\n"
25041 "\n"
25042 msgstr ""
25043
25044 #. type: =head2
25045 #: ../fish/guestfish-actions.pod:2849
25046 msgid "lxattrlist"
25047 msgstr ""
25048
25049 #. type: verbatim
25050 #: ../fish/guestfish-actions.pod:2851
25051 #, no-wrap
25052 msgid ""
25053 " lxattrlist path 'names ...'\n"
25054 "\n"
25055 msgstr ""
25056
25057 #. type: textblock
25058 #: ../fish/guestfish-actions.pod:2867
25059 msgid ""
25060 "This call is intended for programs that want to efficiently list a directory "
25061 "contents without making many round-trips.  See also L</lstatlist> for a "
25062 "similarly efficient call for getting standard stats.  Very long directory "
25063 "listings might cause the protocol message size to be exceeded, causing this "
25064 "call to fail.  The caller must split up such requests into smaller groups of "
25065 "names."
25066 msgstr ""
25067
25068 #. type: =head2
25069 #: ../fish/guestfish-actions.pod:2875
25070 msgid "mkdir"
25071 msgstr ""
25072
25073 #. type: verbatim
25074 #: ../fish/guestfish-actions.pod:2877
25075 #, no-wrap
25076 msgid ""
25077 " mkdir path\n"
25078 "\n"
25079 msgstr ""
25080
25081 #. type: =head2
25082 #: ../fish/guestfish-actions.pod:2881
25083 msgid "mkdir-mode"
25084 msgstr ""
25085
25086 #. type: verbatim
25087 #: ../fish/guestfish-actions.pod:2883
25088 #, no-wrap
25089 msgid ""
25090 " mkdir-mode path mode\n"
25091 "\n"
25092 msgstr ""
25093
25094 #. type: textblock
25095 #: ../fish/guestfish-actions.pod:2892
25096 msgid "See also L</mkdir>, L</umask>"
25097 msgstr ""
25098
25099 #. type: =head2
25100 #: ../fish/guestfish-actions.pod:2894
25101 msgid "mkdir-p"
25102 msgstr ""
25103
25104 #. type: verbatim
25105 #: ../fish/guestfish-actions.pod:2896
25106 #, no-wrap
25107 msgid ""
25108 " mkdir-p path\n"
25109 "\n"
25110 msgstr ""
25111
25112 #. type: =head2
25113 #: ../fish/guestfish-actions.pod:2901
25114 msgid "mkdtemp"
25115 msgstr ""
25116
25117 #. type: verbatim
25118 #: ../fish/guestfish-actions.pod:2903
25119 #, no-wrap
25120 msgid ""
25121 " mkdtemp template\n"
25122 "\n"
25123 msgstr ""
25124
25125 #. type: =head2
25126 #: ../fish/guestfish-actions.pod:2924
25127 msgid "mke2fs-J"
25128 msgstr ""
25129
25130 #. type: verbatim
25131 #: ../fish/guestfish-actions.pod:2926
25132 #, no-wrap
25133 msgid ""
25134 " mke2fs-J fstype blocksize device journal\n"
25135 "\n"
25136 msgstr ""
25137
25138 #. type: textblock
25139 #: ../fish/guestfish-actions.pod:2934
25140 msgid "See also L</mke2journal>."
25141 msgstr ""
25142
25143 #. type: =head2
25144 #: ../fish/guestfish-actions.pod:2936
25145 msgid "mke2fs-JL"
25146 msgstr ""
25147
25148 #. type: verbatim
25149 #: ../fish/guestfish-actions.pod:2938
25150 #, no-wrap
25151 msgid ""
25152 " mke2fs-JL fstype blocksize device label\n"
25153 "\n"
25154 msgstr ""
25155
25156 #. type: textblock
25157 #: ../fish/guestfish-actions.pod:2943
25158 msgid "See also L</mke2journal-L>."
25159 msgstr ""
25160
25161 #. type: =head2
25162 #: ../fish/guestfish-actions.pod:2945
25163 msgid "mke2fs-JU"
25164 msgstr ""
25165
25166 #. type: verbatim
25167 #: ../fish/guestfish-actions.pod:2947
25168 #, no-wrap
25169 msgid ""
25170 " mke2fs-JU fstype blocksize device uuid\n"
25171 "\n"
25172 msgstr ""
25173
25174 #. type: textblock
25175 #: ../fish/guestfish-actions.pod:2952
25176 msgid "See also L</mke2journal-U>."
25177 msgstr ""
25178
25179 #. type: =head2
25180 #: ../fish/guestfish-actions.pod:2954
25181 msgid "mke2journal"
25182 msgstr ""
25183
25184 #. type: verbatim
25185 #: ../fish/guestfish-actions.pod:2956
25186 #, no-wrap
25187 msgid ""
25188 " mke2journal blocksize device\n"
25189 "\n"
25190 msgstr ""
25191
25192 #. type: =head2
25193 #: ../fish/guestfish-actions.pod:2963
25194 msgid "mke2journal-L"
25195 msgstr ""
25196
25197 #. type: verbatim
25198 #: ../fish/guestfish-actions.pod:2965
25199 #, no-wrap
25200 msgid ""
25201 " mke2journal-L blocksize label device\n"
25202 "\n"
25203 msgstr ""
25204
25205 #. type: =head2
25206 #: ../fish/guestfish-actions.pod:2969
25207 msgid "mke2journal-U"
25208 msgstr ""
25209
25210 #. type: verbatim
25211 #: ../fish/guestfish-actions.pod:2971
25212 #, no-wrap
25213 msgid ""
25214 " mke2journal-U blocksize uuid device\n"
25215 "\n"
25216 msgstr ""
25217
25218 #. type: =head2
25219 #: ../fish/guestfish-actions.pod:2975
25220 msgid "mkfifo"
25221 msgstr ""
25222
25223 #. type: verbatim
25224 #: ../fish/guestfish-actions.pod:2977
25225 #, no-wrap
25226 msgid ""
25227 " mkfifo mode path\n"
25228 "\n"
25229 msgstr ""
25230
25231 #. type: textblock
25232 #: ../fish/guestfish-actions.pod:2979
25233 msgid ""
25234 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
25235 "is just a convenient wrapper around L</mknod>."
25236 msgstr ""
25237
25238 #. type: =head2
25239 #: ../fish/guestfish-actions.pod:2985
25240 msgid "mkfs"
25241 msgstr ""
25242
25243 #. type: verbatim
25244 #: ../fish/guestfish-actions.pod:2987
25245 #, no-wrap
25246 msgid ""
25247 " mkfs fstype device\n"
25248 "\n"
25249 msgstr ""
25250
25251 #. type: =head2
25252 #: ../fish/guestfish-actions.pod:2993
25253 msgid "mkfs-b"
25254 msgstr ""
25255
25256 #. type: verbatim
25257 #: ../fish/guestfish-actions.pod:2995
25258 #, no-wrap
25259 msgid ""
25260 " mkfs-b fstype blocksize device\n"
25261 "\n"
25262 msgstr ""
25263
25264 #. type: textblock
25265 #: ../fish/guestfish-actions.pod:2997
25266 msgid ""
25267 "This call is similar to L</mkfs>, but it allows you to control the block "
25268 "size of the resulting filesystem.  Supported block sizes depend on the "
25269 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
25270 msgstr ""
25271
25272 #. type: =head2
25273 #: ../fish/guestfish-actions.pod:3012
25274 msgid "mkfs-opts"
25275 msgstr ""
25276
25277 #. type: verbatim
25278 #: ../fish/guestfish-actions.pod:3014
25279 #, no-wrap
25280 msgid ""
25281 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
25282 "\n"
25283 msgstr ""
25284
25285 #. type: =head2
25286 #: ../fish/guestfish-actions.pod:3049
25287 msgid "mkmountpoint"
25288 msgstr ""
25289
25290 #. type: verbatim
25291 #: ../fish/guestfish-actions.pod:3051
25292 #, no-wrap
25293 msgid ""
25294 " mkmountpoint exemptpath\n"
25295 "\n"
25296 msgstr ""
25297
25298 #. type: textblock
25299 #: ../fish/guestfish-actions.pod:3053
25300 msgid ""
25301 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
25302 "to create extra mountpoints before mounting the first filesystem."
25303 msgstr ""
25304
25305 #. type: textblock
25306 #: ../fish/guestfish-actions.pod:3077
25307 msgid ""
25308 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
25309 "unexpected errors if you try to mix these calls.  It is safest to manually "
25310 "unmount filesystems and remove mountpoints after use."
25311 msgstr ""
25312
25313 #. type: textblock
25314 #: ../fish/guestfish-actions.pod:3081
25315 msgid ""
25316 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
25317 "for this to work for manual mountpoints, you must ensure that the innermost "
25318 "mountpoints have the longest pathnames, as in the example code above."
25319 msgstr ""
25320
25321 #. type: textblock
25322 #: ../fish/guestfish-actions.pod:3088
25323 msgid ""
25324 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
25325 "L</umount-all> to be called when the handle is closed which can also trigger "
25326 "these issues."
25327 msgstr ""
25328
25329 #. type: =head2
25330 #: ../fish/guestfish-actions.pod:3092
25331 msgid "mknod"
25332 msgstr ""
25333
25334 #. type: verbatim
25335 #: ../fish/guestfish-actions.pod:3094
25336 #, no-wrap
25337 msgid ""
25338 " mknod mode devmajor devminor path\n"
25339 "\n"
25340 msgstr ""
25341
25342 #. type: textblock
25343 #: ../fish/guestfish-actions.pod:3104
25344 msgid ""
25345 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
25346 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
25347 "regular file).  These constants are available in the standard Linux header "
25348 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
25349 "wrappers around this command which bitwise OR in the appropriate constant "
25350 "for you."
25351 msgstr ""
25352
25353 #. type: =head2
25354 #: ../fish/guestfish-actions.pod:3114
25355 msgid "mknod-b"
25356 msgstr ""
25357
25358 #. type: verbatim
25359 #: ../fish/guestfish-actions.pod:3116
25360 #, no-wrap
25361 msgid ""
25362 " mknod-b mode devmajor devminor path\n"
25363 "\n"
25364 msgstr ""
25365
25366 #. type: textblock
25367 #: ../fish/guestfish-actions.pod:3118
25368 msgid ""
25369 "This call creates a block device node called C<path> with mode C<mode> and "
25370 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25371 "wrapper around L</mknod>."
25372 msgstr ""
25373
25374 #. type: =head2
25375 #: ../fish/guestfish-actions.pod:3124
25376 msgid "mknod-c"
25377 msgstr ""
25378
25379 #. type: verbatim
25380 #: ../fish/guestfish-actions.pod:3126
25381 #, no-wrap
25382 msgid ""
25383 " mknod-c mode devmajor devminor path\n"
25384 "\n"
25385 msgstr ""
25386
25387 #. type: textblock
25388 #: ../fish/guestfish-actions.pod:3128
25389 msgid ""
25390 "This call creates a char device node called C<path> with mode C<mode> and "
25391 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25392 "wrapper around L</mknod>."
25393 msgstr ""
25394
25395 #. type: =head2
25396 #: ../fish/guestfish-actions.pod:3134
25397 msgid "mkswap"
25398 msgstr ""
25399
25400 #. type: verbatim
25401 #: ../fish/guestfish-actions.pod:3136
25402 #, no-wrap
25403 msgid ""
25404 " mkswap device\n"
25405 "\n"
25406 msgstr ""
25407
25408 #. type: =head2
25409 #: ../fish/guestfish-actions.pod:3140
25410 msgid "mkswap-L"
25411 msgstr ""
25412
25413 #. type: verbatim
25414 #: ../fish/guestfish-actions.pod:3142
25415 #, no-wrap
25416 msgid ""
25417 " mkswap-L label device\n"
25418 "\n"
25419 msgstr ""
25420
25421 #. type: =head2
25422 #: ../fish/guestfish-actions.pod:3150
25423 msgid "mkswap-U"
25424 msgstr ""
25425
25426 #. type: verbatim
25427 #: ../fish/guestfish-actions.pod:3152
25428 #, no-wrap
25429 msgid ""
25430 " mkswap-U uuid device\n"
25431 "\n"
25432 msgstr ""
25433
25434 #. type: =head2
25435 #: ../fish/guestfish-actions.pod:3156
25436 msgid "mkswap-file"
25437 msgstr ""
25438
25439 #. type: verbatim
25440 #: ../fish/guestfish-actions.pod:3158
25441 #, no-wrap
25442 msgid ""
25443 " mkswap-file path\n"
25444 "\n"
25445 msgstr ""
25446
25447 #. type: textblock
25448 #: ../fish/guestfish-actions.pod:3162
25449 msgid ""
25450 "This command just writes a swap file signature to an existing file.  To "
25451 "create the file itself, use something like L</fallocate>."
25452 msgstr ""
25453
25454 #. type: =head2
25455 #: ../fish/guestfish-actions.pod:3165
25456 msgid "modprobe"
25457 msgstr ""
25458
25459 #. type: verbatim
25460 #: ../fish/guestfish-actions.pod:3167
25461 #, no-wrap
25462 msgid ""
25463 " modprobe modulename\n"
25464 "\n"
25465 msgstr ""
25466
25467 #. type: =head2
25468 #: ../fish/guestfish-actions.pod:3174
25469 msgid "mount"
25470 msgstr ""
25471
25472 #. type: verbatim
25473 #: ../fish/guestfish-actions.pod:3176
25474 #, no-wrap
25475 msgid ""
25476 " mount device mountpoint\n"
25477 "\n"
25478 msgstr ""
25479
25480 #. type: textblock
25481 #: ../fish/guestfish-actions.pod:3192
25482 msgid ""
25483 "B<Important note:> When you use this call, the filesystem options C<sync> "
25484 "and C<noatime> are set implicitly.  This was originally done because we "
25485 "thought it would improve reliability, but it turns out that I<-o sync> has a "
25486 "very large negative performance impact and negligible effect on "
25487 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
25488 "code that needs performance, and instead use L</mount-options> (use an empty "
25489 "string for the first parameter if you don't want any options)."
25490 msgstr ""
25491
25492 #. type: =head2
25493 #: ../fish/guestfish-actions.pod:3202
25494 msgid "mount-loop"
25495 msgstr ""
25496
25497 #. type: verbatim
25498 #: ../fish/guestfish-actions.pod:3204
25499 #, no-wrap
25500 msgid ""
25501 " mount-loop file mountpoint\n"
25502 "\n"
25503 msgstr ""
25504
25505 #. type: =head2
25506 #: ../fish/guestfish-actions.pod:3210
25507 msgid "mount-options"
25508 msgstr ""
25509
25510 #. type: verbatim
25511 #: ../fish/guestfish-actions.pod:3212
25512 #, no-wrap
25513 msgid ""
25514 " mount-options options device mountpoint\n"
25515 "\n"
25516 msgstr ""
25517
25518 #. type: textblock
25519 #: ../fish/guestfish-actions.pod:3214
25520 msgid ""
25521 "This is the same as the L</mount> command, but it allows you to set the "
25522 "mount options as for the L<mount(8)> I<-o> flag."
25523 msgstr ""
25524
25525 #. type: =head2
25526 #: ../fish/guestfish-actions.pod:3222
25527 msgid "mount-ro"
25528 msgstr ""
25529
25530 #. type: verbatim
25531 #: ../fish/guestfish-actions.pod:3224
25532 #, no-wrap
25533 msgid ""
25534 " mount-ro device mountpoint\n"
25535 "\n"
25536 msgstr ""
25537
25538 #. type: textblock
25539 #: ../fish/guestfish-actions.pod:3226
25540 msgid ""
25541 "This is the same as the L</mount> command, but it mounts the filesystem with "
25542 "the read-only (I<-o ro>) flag."
25543 msgstr ""
25544
25545 #. type: =head2
25546 #: ../fish/guestfish-actions.pod:3229
25547 msgid "mount-vfs"
25548 msgstr ""
25549
25550 #. type: verbatim
25551 #: ../fish/guestfish-actions.pod:3231
25552 #, no-wrap
25553 msgid ""
25554 " mount-vfs options vfstype device mountpoint\n"
25555 "\n"
25556 msgstr ""
25557
25558 #. type: textblock
25559 #: ../fish/guestfish-actions.pod:3233
25560 msgid ""
25561 "This is the same as the L</mount> command, but it allows you to set both the "
25562 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
25563 msgstr ""
25564
25565 #. type: =head2
25566 #: ../fish/guestfish-actions.pod:3237
25567 msgid "mountpoints"
25568 msgstr ""
25569
25570 #. type: verbatim
25571 #: ../fish/guestfish-actions.pod:3239
25572 #, no-wrap
25573 msgid ""
25574 " mountpoints\n"
25575 "\n"
25576 msgstr ""
25577
25578 #. type: textblock
25579 #: ../fish/guestfish-actions.pod:3241
25580 msgid ""
25581 "This call is similar to L</mounts>.  That call returns a list of devices.  "
25582 "This one returns a hash table (map) of device name to directory where the "
25583 "device is mounted."
25584 msgstr ""
25585
25586 #. type: =head2
25587 #: ../fish/guestfish-actions.pod:3245
25588 msgid "mounts"
25589 msgstr ""
25590
25591 #. type: verbatim
25592 #: ../fish/guestfish-actions.pod:3247
25593 #, no-wrap
25594 msgid ""
25595 " mounts\n"
25596 "\n"
25597 msgstr ""
25598
25599 #. type: textblock
25600 #: ../fish/guestfish-actions.pod:3254
25601 msgid "See also: L</mountpoints>"
25602 msgstr ""
25603
25604 #. type: =head2
25605 #: ../fish/guestfish-actions.pod:3256
25606 msgid "mv"
25607 msgstr ""
25608
25609 #. type: verbatim
25610 #: ../fish/guestfish-actions.pod:3258
25611 #, no-wrap
25612 msgid ""
25613 " mv src dest\n"
25614 "\n"
25615 msgstr ""
25616
25617 #. type: =head2
25618 #: ../fish/guestfish-actions.pod:3263
25619 msgid "ntfs-3g-probe"
25620 msgstr ""
25621
25622 #. type: verbatim
25623 #: ../fish/guestfish-actions.pod:3265
25624 #, no-wrap
25625 msgid ""
25626 " ntfs-3g-probe true|false device\n"
25627 "\n"
25628 msgstr ""
25629
25630 #. type: =head2
25631 #: ../fish/guestfish-actions.pod:3279
25632 msgid "ntfsresize"
25633 msgstr ""
25634
25635 #. type: verbatim
25636 #: ../fish/guestfish-actions.pod:3281
25637 #, no-wrap
25638 msgid ""
25639 " ntfsresize device\n"
25640 "\n"
25641 msgstr ""
25642
25643 #. type: =head2
25644 #: ../fish/guestfish-actions.pod:3287
25645 msgid "ntfsresize-size"
25646 msgstr ""
25647
25648 #. type: verbatim
25649 #: ../fish/guestfish-actions.pod:3289
25650 #, no-wrap
25651 msgid ""
25652 " ntfsresize-size device size\n"
25653 "\n"
25654 msgstr ""
25655
25656 #. type: textblock
25657 #: ../fish/guestfish-actions.pod:3291
25658 msgid ""
25659 "This command is the same as L</ntfsresize> except that it allows you to "
25660 "specify the new size (in bytes) explicitly."
25661 msgstr ""
25662
25663 #. type: =head2
25664 #: ../fish/guestfish-actions.pod:3294
25665 msgid "part-add"
25666 msgstr ""
25667
25668 #. type: verbatim
25669 #: ../fish/guestfish-actions.pod:3296
25670 #, no-wrap
25671 msgid ""
25672 " part-add device prlogex startsect endsect\n"
25673 "\n"
25674 msgstr ""
25675
25676 #. type: textblock
25677 #: ../fish/guestfish-actions.pod:3298
25678 msgid ""
25679 "This command adds a partition to C<device>.  If there is no partition table "
25680 "on the device, call L</part-init> first."
25681 msgstr ""
25682
25683 #. type: textblock
25684 #: ../fish/guestfish-actions.pod:3310
25685 msgid ""
25686 "Creating a partition which covers the whole disk is not so easy.  Use L</"
25687 "part-disk> to do that."
25688 msgstr ""
25689
25690 #. type: =head2
25691 #: ../fish/guestfish-actions.pod:3313
25692 msgid "part-del"
25693 msgstr ""
25694
25695 #. type: verbatim
25696 #: ../fish/guestfish-actions.pod:3315
25697 #, no-wrap
25698 msgid ""
25699 " part-del device partnum\n"
25700 "\n"
25701 msgstr ""
25702
25703 #. type: =head2
25704 #: ../fish/guestfish-actions.pod:3323
25705 msgid "part-disk"
25706 msgstr ""
25707
25708 #. type: verbatim
25709 #: ../fish/guestfish-actions.pod:3325
25710 #, no-wrap
25711 msgid ""
25712 " part-disk device parttype\n"
25713 "\n"
25714 msgstr ""
25715
25716 #. type: textblock
25717 #: ../fish/guestfish-actions.pod:3327
25718 msgid ""
25719 "This command is simply a combination of L</part-init> followed by L</part-"
25720 "add> to create a single primary partition covering the whole disk."
25721 msgstr ""
25722
25723 #. type: textblock
25724 #: ../fish/guestfish-actions.pod:3331
25725 msgid ""
25726 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
25727 "possible values are described in L</part-init>."
25728 msgstr ""
25729
25730 #. type: =head2
25731 #: ../fish/guestfish-actions.pod:3337
25732 msgid "part-get-bootable"
25733 msgstr ""
25734
25735 #. type: verbatim
25736 #: ../fish/guestfish-actions.pod:3339
25737 #, no-wrap
25738 msgid ""
25739 " part-get-bootable device partnum\n"
25740 "\n"
25741 msgstr ""
25742
25743 #. type: textblock
25744 #: ../fish/guestfish-actions.pod:3344
25745 msgid "See also L</part-set-bootable>."
25746 msgstr ""
25747
25748 #. type: =head2
25749 #: ../fish/guestfish-actions.pod:3346
25750 msgid "part-get-mbr-id"
25751 msgstr ""
25752
25753 #. type: verbatim
25754 #: ../fish/guestfish-actions.pod:3348
25755 #, no-wrap
25756 msgid ""
25757 " part-get-mbr-id device partnum\n"
25758 "\n"
25759 msgstr ""
25760
25761 #. type: textblock
25762 #: ../fish/guestfish-actions.pod:3353 ../fish/guestfish-actions.pod:3491
25763 msgid ""
25764 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
25765 "undefined results for other partition table types (see L</part-get-"
25766 "parttype>)."
25767 msgstr ""
25768
25769 #. type: =head2
25770 #: ../fish/guestfish-actions.pod:3357
25771 msgid "part-get-parttype"
25772 msgstr ""
25773
25774 #. type: verbatim
25775 #: ../fish/guestfish-actions.pod:3359
25776 #, no-wrap
25777 msgid ""
25778 " part-get-parttype device\n"
25779 "\n"
25780 msgstr ""
25781
25782 #. type: textblock
25783 #: ../fish/guestfish-actions.pod:3364
25784 msgid ""
25785 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
25786 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
25787 "possible, although unusual.  See L</part-init> for a full list."
25788 msgstr ""
25789
25790 #. type: =head2
25791 #: ../fish/guestfish-actions.pod:3369
25792 msgid "part-init"
25793 msgstr ""
25794
25795 #. type: verbatim
25796 #: ../fish/guestfish-actions.pod:3371
25797 #, no-wrap
25798 msgid ""
25799 " part-init device parttype\n"
25800 "\n"
25801 msgstr ""
25802
25803 #. type: textblock
25804 #: ../fish/guestfish-actions.pod:3377
25805 msgid ""
25806 "Initially there are no partitions.  Following this, you should call L</part-"
25807 "add> for each partition required."
25808 msgstr ""
25809
25810 #. type: =head2
25811 #: ../fish/guestfish-actions.pod:3440
25812 msgid "part-list"
25813 msgstr ""
25814
25815 #. type: verbatim
25816 #: ../fish/guestfish-actions.pod:3442
25817 #, no-wrap
25818 msgid ""
25819 " part-list device\n"
25820 "\n"
25821 msgstr ""
25822
25823 #. type: textblock
25824 #: ../fish/guestfish-actions.pod:3457
25825 msgid ""
25826 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25827 "the device's sector size, see L</blockdev-getss>."
25828 msgstr ""
25829
25830 #. type: =head2
25831 #: ../fish/guestfish-actions.pod:3470
25832 msgid "part-set-bootable"
25833 msgstr ""
25834
25835 #. type: verbatim
25836 #: ../fish/guestfish-actions.pod:3472
25837 #, no-wrap
25838 msgid ""
25839 " part-set-bootable device partnum true|false\n"
25840 "\n"
25841 msgstr ""
25842
25843 #. type: =head2
25844 #: ../fish/guestfish-actions.pod:3481
25845 msgid "part-set-mbr-id"
25846 msgstr ""
25847
25848 #. type: verbatim
25849 #: ../fish/guestfish-actions.pod:3483
25850 #, no-wrap
25851 msgid ""
25852 " part-set-mbr-id device partnum idbyte\n"
25853 "\n"
25854 msgstr ""
25855
25856 #. type: =head2
25857 #: ../fish/guestfish-actions.pod:3495
25858 msgid "part-set-name"
25859 msgstr ""
25860
25861 #. type: verbatim
25862 #: ../fish/guestfish-actions.pod:3497
25863 #, no-wrap
25864 msgid ""
25865 " part-set-name device partnum name\n"
25866 "\n"
25867 msgstr ""
25868
25869 #. type: =head2
25870 #: ../fish/guestfish-actions.pod:3505
25871 msgid "part-to-dev"
25872 msgstr ""
25873
25874 #. type: verbatim
25875 #: ../fish/guestfish-actions.pod:3507
25876 #, no-wrap
25877 msgid ""
25878 " part-to-dev partition\n"
25879 "\n"
25880 msgstr ""
25881
25882 #. type: textblock
25883 #: ../fish/guestfish-actions.pod:3513
25884 msgid ""
25885 "The named partition must exist, for example as a string returned from L</"
25886 "list-partitions>."
25887 msgstr ""
25888
25889 #. type: =head2
25890 #: ../fish/guestfish-actions.pod:3516
25891 msgid "ping-daemon"
25892 msgstr ""
25893
25894 #. type: verbatim
25895 #: ../fish/guestfish-actions.pod:3518
25896 #, no-wrap
25897 msgid ""
25898 " ping-daemon\n"
25899 "\n"
25900 msgstr ""
25901
25902 #. type: =head2
25903 #: ../fish/guestfish-actions.pod:3525
25904 msgid "pread"
25905 msgstr ""
25906
25907 #. type: verbatim
25908 #: ../fish/guestfish-actions.pod:3527
25909 #, no-wrap
25910 msgid ""
25911 " pread path count offset\n"
25912 "\n"
25913 msgstr ""
25914
25915 #. type: textblock
25916 #: ../fish/guestfish-actions.pod:3535
25917 msgid "See also L</pwrite>, L</pread-device>."
25918 msgstr ""
25919
25920 #. type: =head2
25921 #: ../fish/guestfish-actions.pod:3540
25922 msgid "pread-device"
25923 msgstr ""
25924
25925 #. type: verbatim
25926 #: ../fish/guestfish-actions.pod:3542
25927 #, no-wrap
25928 msgid ""
25929 " pread-device device count offset\n"
25930 "\n"
25931 msgstr ""
25932
25933 #. type: textblock
25934 #: ../fish/guestfish-actions.pod:3550
25935 msgid "See also L</pread>."
25936 msgstr ""
25937
25938 #. type: =head2
25939 #: ../fish/guestfish-actions.pod:3555
25940 msgid "pvcreate"
25941 msgstr ""
25942
25943 #. type: verbatim
25944 #: ../fish/guestfish-actions.pod:3557
25945 #, no-wrap
25946 msgid ""
25947 " pvcreate device\n"
25948 "\n"
25949 msgstr ""
25950
25951 #. type: =head2
25952 #: ../fish/guestfish-actions.pod:3563
25953 msgid "pvremove"
25954 msgstr ""
25955
25956 #. type: verbatim
25957 #: ../fish/guestfish-actions.pod:3565
25958 #, no-wrap
25959 msgid ""
25960 " pvremove device\n"
25961 "\n"
25962 msgstr ""
25963
25964 #. type: =head2
25965 #: ../fish/guestfish-actions.pod:3574
25966 msgid "pvresize"
25967 msgstr ""
25968
25969 #. type: verbatim
25970 #: ../fish/guestfish-actions.pod:3576
25971 #, no-wrap
25972 msgid ""
25973 " pvresize device\n"
25974 "\n"
25975 msgstr ""
25976
25977 #. type: =head2
25978 #: ../fish/guestfish-actions.pod:3581
25979 msgid "pvresize-size"
25980 msgstr ""
25981
25982 #. type: verbatim
25983 #: ../fish/guestfish-actions.pod:3583
25984 #, no-wrap
25985 msgid ""
25986 " pvresize-size device size\n"
25987 "\n"
25988 msgstr ""
25989
25990 #. type: textblock
25991 #: ../fish/guestfish-actions.pod:3585
25992 msgid ""
25993 "This command is the same as L</pvresize> except that it allows you to "
25994 "specify the new size (in bytes) explicitly."
25995 msgstr ""
25996
25997 #. type: =head2
25998 #: ../fish/guestfish-actions.pod:3588
25999 msgid "pvs"
26000 msgstr ""
26001
26002 #. type: verbatim
26003 #: ../fish/guestfish-actions.pod:3590
26004 #, no-wrap
26005 msgid ""
26006 " pvs\n"
26007 "\n"
26008 msgstr ""
26009
26010 #. type: textblock
26011 #: ../fish/guestfish-actions.pod:3598
26012 msgid "See also L</pvs-full>."
26013 msgstr ""
26014
26015 #. type: =head2
26016 #: ../fish/guestfish-actions.pod:3600
26017 msgid "pvs-full"
26018 msgstr ""
26019
26020 #. type: verbatim
26021 #: ../fish/guestfish-actions.pod:3602
26022 #, no-wrap
26023 msgid ""
26024 " pvs-full\n"
26025 "\n"
26026 msgstr ""
26027
26028 #. type: =head2
26029 #: ../fish/guestfish-actions.pod:3607
26030 msgid "pvuuid"
26031 msgstr ""
26032
26033 #. type: verbatim
26034 #: ../fish/guestfish-actions.pod:3609
26035 #, no-wrap
26036 msgid ""
26037 " pvuuid device\n"
26038 "\n"
26039 msgstr ""
26040
26041 #. type: =head2
26042 #: ../fish/guestfish-actions.pod:3613
26043 msgid "pwrite"
26044 msgstr ""
26045
26046 #. type: verbatim
26047 #: ../fish/guestfish-actions.pod:3615
26048 #, no-wrap
26049 msgid ""
26050 " pwrite path content offset\n"
26051 "\n"
26052 msgstr ""
26053
26054 #. type: textblock
26055 #: ../fish/guestfish-actions.pod:3626
26056 msgid "See also L</pread>, L</pwrite-device>."
26057 msgstr ""
26058
26059 #. type: =head2
26060 #: ../fish/guestfish-actions.pod:3631
26061 msgid "pwrite-device"
26062 msgstr ""
26063
26064 #. type: verbatim
26065 #: ../fish/guestfish-actions.pod:3633
26066 #, no-wrap
26067 msgid ""
26068 " pwrite-device device content offset\n"
26069 "\n"
26070 msgstr ""
26071
26072 #. type: textblock
26073 #: ../fish/guestfish-actions.pod:3643
26074 msgid "See also L</pwrite>."
26075 msgstr ""
26076
26077 #. type: =head2
26078 #: ../fish/guestfish-actions.pod:3648
26079 msgid "read-file"
26080 msgstr ""
26081
26082 #. type: verbatim
26083 #: ../fish/guestfish-actions.pod:3650
26084 #, no-wrap
26085 msgid ""
26086 " read-file path\n"
26087 "\n"
26088 msgstr ""
26089
26090 #. type: textblock
26091 #: ../fish/guestfish-actions.pod:3655
26092 msgid ""
26093 "Unlike L</cat>, this function can correctly handle files that contain "
26094 "embedded ASCII NUL characters.  However unlike L</download>, this function "
26095 "is limited in the total size of file that can be handled."
26096 msgstr ""
26097
26098 #. type: =head2
26099 #: ../fish/guestfish-actions.pod:3663
26100 msgid "read-lines"
26101 msgstr ""
26102
26103 #. type: verbatim
26104 #: ../fish/guestfish-actions.pod:3665
26105 #, no-wrap
26106 msgid ""
26107 " read-lines path\n"
26108 "\n"
26109 msgstr ""
26110
26111 #. type: textblock
26112 #: ../fish/guestfish-actions.pod:3672
26113 msgid ""
26114 "Note that this function cannot correctly handle binary files (specifically, "
26115 "files containing C<\\0> character which is treated as end of line).  For "
26116 "those you need to use the L</read-file> function which has a more complex "
26117 "interface."
26118 msgstr ""
26119
26120 #. type: =head2
26121 #: ../fish/guestfish-actions.pod:3677
26122 msgid "readdir"
26123 msgstr ""
26124
26125 #. type: verbatim
26126 #: ../fish/guestfish-actions.pod:3679
26127 #, no-wrap
26128 msgid ""
26129 " readdir dir\n"
26130 "\n"
26131 msgstr ""
26132
26133 #. type: textblock
26134 #: ../fish/guestfish-actions.pod:3731
26135 msgid ""
26136 "This function is primarily intended for use by programs.  To get a simple "
26137 "list of names, use L</ls>.  To get a printable directory for human "
26138 "consumption, use L</ll>."
26139 msgstr ""
26140
26141 #. type: =head2
26142 #: ../fish/guestfish-actions.pod:3735
26143 msgid "readlink"
26144 msgstr ""
26145
26146 #. type: verbatim
26147 #: ../fish/guestfish-actions.pod:3737
26148 #, no-wrap
26149 msgid ""
26150 " readlink path\n"
26151 "\n"
26152 msgstr ""
26153
26154 #. type: =head2
26155 #: ../fish/guestfish-actions.pod:3741
26156 msgid "readlinklist"
26157 msgstr ""
26158
26159 #. type: verbatim
26160 #: ../fish/guestfish-actions.pod:3743
26161 #, no-wrap
26162 msgid ""
26163 " readlinklist path 'names ...'\n"
26164 "\n"
26165 msgstr ""
26166
26167 #. type: =head2
26168 #: ../fish/guestfish-actions.pod:3767
26169 msgid "realpath"
26170 msgstr ""
26171
26172 #. type: verbatim
26173 #: ../fish/guestfish-actions.pod:3769
26174 #, no-wrap
26175 msgid ""
26176 " realpath path\n"
26177 "\n"
26178 msgstr ""
26179
26180 #. type: =head2
26181 #: ../fish/guestfish-actions.pod:3774
26182 msgid "removexattr"
26183 msgstr ""
26184
26185 #. type: verbatim
26186 #: ../fish/guestfish-actions.pod:3776
26187 #, no-wrap
26188 msgid ""
26189 " removexattr xattr path\n"
26190 "\n"
26191 msgstr ""
26192
26193 #. type: textblock
26194 #: ../fish/guestfish-actions.pod:3781
26195 msgid "See also: L</lremovexattr>, L<attr(5)>."
26196 msgstr ""
26197
26198 #. type: =head2
26199 #: ../fish/guestfish-actions.pod:3783
26200 msgid "resize2fs"
26201 msgstr ""
26202
26203 #. type: verbatim
26204 #: ../fish/guestfish-actions.pod:3785
26205 #, no-wrap
26206 msgid ""
26207 " resize2fs device\n"
26208 "\n"
26209 msgstr ""
26210
26211 #. type: textblock
26212 #: ../fish/guestfish-actions.pod:3790
26213 msgid ""
26214 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
26215 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
26216 "gives an error about this and sometimes not.  In any case, it is always safe "
26217 "to call L</e2fsck-f> before calling this function."
26218 msgstr ""
26219
26220 #. type: =head2
26221 #: ../fish/guestfish-actions.pod:3796
26222 msgid "resize2fs-M"
26223 msgstr ""
26224
26225 #. type: verbatim
26226 #: ../fish/guestfish-actions.pod:3798
26227 #, no-wrap
26228 msgid ""
26229 " resize2fs-M device\n"
26230 "\n"
26231 msgstr ""
26232
26233 #. type: textblock
26234 #: ../fish/guestfish-actions.pod:3800
26235 msgid ""
26236 "This command is the same as L</resize2fs>, but the filesystem is resized to "
26237 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
26238 "command."
26239 msgstr ""
26240
26241 #. type: textblock
26242 #: ../fish/guestfish-actions.pod:3804
26243 msgid ""
26244 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
26245 "and read the C<Block size> and C<Block count> values.  These two numbers, "
26246 "multiplied together, give the resulting size of the minimal filesystem in "
26247 "bytes."
26248 msgstr ""
26249
26250 #. type: =head2
26251 #: ../fish/guestfish-actions.pod:3809
26252 msgid "resize2fs-size"
26253 msgstr ""
26254
26255 #. type: verbatim
26256 #: ../fish/guestfish-actions.pod:3811
26257 #, no-wrap
26258 msgid ""
26259 " resize2fs-size device size\n"
26260 "\n"
26261 msgstr ""
26262
26263 #. type: textblock
26264 #: ../fish/guestfish-actions.pod:3813
26265 msgid ""
26266 "This command is the same as L</resize2fs> except that it allows you to "
26267 "specify the new size (in bytes) explicitly."
26268 msgstr ""
26269
26270 #. type: =head2
26271 #: ../fish/guestfish-actions.pod:3816
26272 msgid "rm"
26273 msgstr ""
26274
26275 #. type: verbatim
26276 #: ../fish/guestfish-actions.pod:3818
26277 #, no-wrap
26278 msgid ""
26279 " rm path\n"
26280 "\n"
26281 msgstr ""
26282
26283 #. type: =head2
26284 #: ../fish/guestfish-actions.pod:3822
26285 msgid "rm-rf"
26286 msgstr ""
26287
26288 #. type: verbatim
26289 #: ../fish/guestfish-actions.pod:3824
26290 #, no-wrap
26291 msgid ""
26292 " rm-rf path\n"
26293 "\n"
26294 msgstr ""
26295
26296 #. type: =head2
26297 #: ../fish/guestfish-actions.pod:3830
26298 msgid "rmdir"
26299 msgstr ""
26300
26301 #. type: verbatim
26302 #: ../fish/guestfish-actions.pod:3832
26303 #, no-wrap
26304 msgid ""
26305 " rmdir path\n"
26306 "\n"
26307 msgstr ""
26308
26309 #. type: =head2
26310 #: ../fish/guestfish-actions.pod:3836
26311 msgid "rmmountpoint"
26312 msgstr ""
26313
26314 #. type: verbatim
26315 #: ../fish/guestfish-actions.pod:3838
26316 #, no-wrap
26317 msgid ""
26318 " rmmountpoint exemptpath\n"
26319 "\n"
26320 msgstr ""
26321
26322 #. type: textblock
26323 #: ../fish/guestfish-actions.pod:3840
26324 msgid ""
26325 "This calls removes a mountpoint that was previously created with L</"
26326 "mkmountpoint>.  See L</mkmountpoint> for full details."
26327 msgstr ""
26328
26329 #. type: =head2
26330 #: ../fish/guestfish-actions.pod:3844
26331 msgid "scrub-device"
26332 msgstr ""
26333
26334 #. type: verbatim
26335 #: ../fish/guestfish-actions.pod:3846
26336 #, no-wrap
26337 msgid ""
26338 " scrub-device device\n"
26339 "\n"
26340 msgstr ""
26341
26342 #. type: =head2
26343 #: ../fish/guestfish-actions.pod:3857
26344 msgid "scrub-file"
26345 msgstr ""
26346
26347 #. type: verbatim
26348 #: ../fish/guestfish-actions.pod:3859
26349 #, no-wrap
26350 msgid ""
26351 " scrub-file file\n"
26352 "\n"
26353 msgstr ""
26354
26355 #. type: =head2
26356 #: ../fish/guestfish-actions.pod:3869
26357 msgid "scrub-freespace"
26358 msgstr ""
26359
26360 #. type: verbatim
26361 #: ../fish/guestfish-actions.pod:3871
26362 #, no-wrap
26363 msgid ""
26364 " scrub-freespace dir\n"
26365 "\n"
26366 msgstr ""
26367
26368 #. type: textblock
26369 #: ../fish/guestfish-actions.pod:3873
26370 msgid ""
26371 "This command creates the directory C<dir> and then fills it with files until "
26372 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
26373 "deletes them.  The intention is to scrub any free space on the partition "
26374 "containing C<dir>."
26375 msgstr ""
26376
26377 #. type: =head2
26378 #: ../fish/guestfish-actions.pod:3882
26379 msgid "set-append"
26380 msgstr ""
26381
26382 #. type: =head2
26383 #: ../fish/guestfish-actions.pod:3884
26384 msgid "append"
26385 msgstr ""
26386
26387 #. type: verbatim
26388 #: ../fish/guestfish-actions.pod:3886
26389 #, no-wrap
26390 msgid ""
26391 " set-append append\n"
26392 "\n"
26393 msgstr ""
26394
26395 #. type: =head2
26396 #: ../fish/guestfish-actions.pod:3897
26397 msgid "set-attach-method"
26398 msgstr ""
26399
26400 #. type: =head2
26401 #: ../fish/guestfish-actions.pod:3899
26402 msgid "attach-method"
26403 msgstr ""
26404
26405 #. type: verbatim
26406 #: ../fish/guestfish-actions.pod:3901
26407 #, no-wrap
26408 msgid ""
26409 " set-attach-method attachmethod\n"
26410 "\n"
26411 msgstr ""
26412
26413 #. type: =head2
26414 #: ../fish/guestfish-actions.pod:3923
26415 msgid "set-autosync"
26416 msgstr ""
26417
26418 #. type: =head2
26419 #: ../fish/guestfish-actions.pod:3925
26420 msgid "autosync"
26421 msgstr ""
26422
26423 #. type: verbatim
26424 #: ../fish/guestfish-actions.pod:3927
26425 #, no-wrap
26426 msgid ""
26427 " set-autosync true|false\n"
26428 "\n"
26429 msgstr ""
26430
26431 #. type: =head2
26432 #: ../fish/guestfish-actions.pod:3937
26433 msgid "set-direct"
26434 msgstr ""
26435
26436 #. type: =head2
26437 #: ../fish/guestfish-actions.pod:3939
26438 msgid "direct"
26439 msgstr ""
26440
26441 #. type: verbatim
26442 #: ../fish/guestfish-actions.pod:3941
26443 #, no-wrap
26444 msgid ""
26445 " set-direct true|false\n"
26446 "\n"
26447 msgstr ""
26448
26449 #. type: textblock
26450 #: ../fish/guestfish-actions.pod:3947
26451 msgid ""
26452 "One consequence of this is that log messages aren't caught by the library "
26453 "and handled by L</set-log-message-callback>, but go straight to stdout."
26454 msgstr ""
26455
26456 #. type: =head2
26457 #: ../fish/guestfish-actions.pod:3956
26458 msgid "set-e2label"
26459 msgstr ""
26460
26461 #. type: verbatim
26462 #: ../fish/guestfish-actions.pod:3958
26463 #, no-wrap
26464 msgid ""
26465 " set-e2label device label\n"
26466 "\n"
26467 msgstr ""
26468
26469 #. type: textblock
26470 #: ../fish/guestfish-actions.pod:3964
26471 msgid ""
26472 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
26473 "label on a filesystem."
26474 msgstr ""
26475
26476 #. type: =head2
26477 #: ../fish/guestfish-actions.pod:3967
26478 msgid "set-e2uuid"
26479 msgstr ""
26480
26481 #. type: verbatim
26482 #: ../fish/guestfish-actions.pod:3969
26483 #, no-wrap
26484 msgid ""
26485 " set-e2uuid device uuid\n"
26486 "\n"
26487 msgstr ""
26488
26489 #. type: textblock
26490 #: ../fish/guestfish-actions.pod:3976
26491 msgid ""
26492 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
26493 "UUID of a filesystem."
26494 msgstr ""
26495
26496 #. type: =head2
26497 #: ../fish/guestfish-actions.pod:3979
26498 msgid "set-memsize"
26499 msgstr ""
26500
26501 #. type: =head2
26502 #: ../fish/guestfish-actions.pod:3981
26503 msgid "memsize"
26504 msgstr ""
26505
26506 #. type: verbatim
26507 #: ../fish/guestfish-actions.pod:3983
26508 #, no-wrap
26509 msgid ""
26510 " set-memsize memsize\n"
26511 "\n"
26512 msgstr ""
26513
26514 #. type: textblock
26515 #: ../fish/guestfish-actions.pod:3985
26516 msgid ""
26517 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
26518 "This only has any effect if called before L</launch>."
26519 msgstr ""
26520
26521 #. type: =head2
26522 #: ../fish/guestfish-actions.pod:3996
26523 msgid "set-network"
26524 msgstr ""
26525
26526 #. type: =head2
26527 #: ../fish/guestfish-actions.pod:3998
26528 msgid "network"
26529 msgstr ""
26530
26531 #. type: verbatim
26532 #: ../fish/guestfish-actions.pod:4000
26533 #, no-wrap
26534 msgid ""
26535 " set-network true|false\n"
26536 "\n"
26537 msgstr ""
26538
26539 #. type: textblock
26540 #: ../fish/guestfish-actions.pod:4008
26541 msgid ""
26542 "You must call this before calling L</launch>, otherwise it has no effect."
26543 msgstr ""
26544
26545 #. type: =head2
26546 #: ../fish/guestfish-actions.pod:4011
26547 msgid "set-path"
26548 msgstr ""
26549
26550 #. type: =head2
26551 #: ../fish/guestfish-actions.pod:4013
26552 msgid "path"
26553 msgstr ""
26554
26555 #. type: verbatim
26556 #: ../fish/guestfish-actions.pod:4015
26557 #, no-wrap
26558 msgid ""
26559 " set-path searchpath\n"
26560 "\n"
26561 msgstr ""
26562
26563 #. type: =head2
26564 #: ../fish/guestfish-actions.pod:4024
26565 msgid "set-qemu"
26566 msgstr ""
26567
26568 #. type: =head2
26569 #: ../fish/guestfish-actions.pod:4026
26570 msgid "qemu"
26571 msgstr ""
26572
26573 #. type: verbatim
26574 #: ../fish/guestfish-actions.pod:4028
26575 #, no-wrap
26576 msgid ""
26577 " set-qemu qemu\n"
26578 "\n"
26579 msgstr ""
26580
26581 #. type: =head2
26582 #: ../fish/guestfish-actions.pod:4048
26583 msgid "set-recovery-proc"
26584 msgstr ""
26585
26586 #. type: =head2
26587 #: ../fish/guestfish-actions.pod:4050
26588 msgid "recovery-proc"
26589 msgstr ""
26590
26591 #. type: verbatim
26592 #: ../fish/guestfish-actions.pod:4052
26593 #, no-wrap
26594 msgid ""
26595 " set-recovery-proc true|false\n"
26596 "\n"
26597 msgstr ""
26598
26599 #. type: textblock
26600 #: ../fish/guestfish-actions.pod:4054
26601 msgid ""
26602 "If this is called with the parameter C<false> then L</launch> does not "
26603 "create a recovery process.  The purpose of the recovery process is to stop "
26604 "runaway qemu processes in the case where the main program aborts abruptly."
26605 msgstr ""
26606
26607 #. type: textblock
26608 #: ../fish/guestfish-actions.pod:4059
26609 msgid ""
26610 "This only has any effect if called before L</launch>, and the default is "
26611 "true."
26612 msgstr ""
26613
26614 #. type: =head2
26615 #: ../fish/guestfish-actions.pod:4068
26616 msgid "set-selinux"
26617 msgstr ""
26618
26619 #. type: =head2
26620 #: ../fish/guestfish-actions.pod:4070
26621 msgid "selinux"
26622 msgstr ""
26623
26624 #. type: verbatim
26625 #: ../fish/guestfish-actions.pod:4072
26626 #, no-wrap
26627 msgid ""
26628 " set-selinux true|false\n"
26629 "\n"
26630 msgstr ""
26631
26632 #. type: =head2
26633 #: ../fish/guestfish-actions.pod:4083
26634 msgid "set-trace"
26635 msgstr ""
26636
26637 #. type: =head2
26638 #: ../fish/guestfish-actions.pod:4085
26639 msgid "trace"
26640 msgstr ""
26641
26642 #. type: verbatim
26643 #: ../fish/guestfish-actions.pod:4087
26644 #, no-wrap
26645 msgid ""
26646 " set-trace true|false\n"
26647 "\n"
26648 msgstr ""
26649
26650 #. type: textblock
26651 #: ../fish/guestfish-actions.pod:4099
26652 msgid ""
26653 "Trace messages are normally sent to C<stderr>, unless you register a "
26654 "callback to send them somewhere else (see L</set-event-callback>)."
26655 msgstr ""
26656
26657 #. type: =head2
26658 #: ../fish/guestfish-actions.pod:4103
26659 msgid "set-verbose"
26660 msgstr ""
26661
26662 #. type: =head2
26663 #: ../fish/guestfish-actions.pod:4105
26664 msgid "verbose"
26665 msgstr ""
26666
26667 #. type: verbatim
26668 #: ../fish/guestfish-actions.pod:4107
26669 #, no-wrap
26670 msgid ""
26671 " set-verbose true|false\n"
26672 "\n"
26673 msgstr ""
26674
26675 #. type: textblock
26676 #: ../fish/guestfish-actions.pod:4114
26677 msgid ""
26678 "Verbose messages are normally sent to C<stderr>, unless you register a "
26679 "callback to send them somewhere else (see L</set-event-callback>)."
26680 msgstr ""
26681
26682 #. type: =head2
26683 #: ../fish/guestfish-actions.pod:4118
26684 msgid "setcon"
26685 msgstr ""
26686
26687 #. type: verbatim
26688 #: ../fish/guestfish-actions.pod:4120
26689 #, no-wrap
26690 msgid ""
26691 " setcon context\n"
26692 "\n"
26693 msgstr ""
26694
26695 #. type: =head2
26696 #: ../fish/guestfish-actions.pod:4127
26697 msgid "setxattr"
26698 msgstr ""
26699
26700 #. type: verbatim
26701 #: ../fish/guestfish-actions.pod:4129
26702 #, no-wrap
26703 msgid ""
26704 " setxattr xattr val vallen path\n"
26705 "\n"
26706 msgstr ""
26707
26708 #. type: textblock
26709 #: ../fish/guestfish-actions.pod:4135
26710 msgid "See also: L</lsetxattr>, L<attr(5)>."
26711 msgstr ""
26712
26713 #. type: =head2
26714 #: ../fish/guestfish-actions.pod:4137
26715 msgid "sfdisk"
26716 msgstr ""
26717
26718 #. type: verbatim
26719 #: ../fish/guestfish-actions.pod:4139
26720 #, no-wrap
26721 msgid ""
26722 " sfdisk device cyls heads sectors 'lines ...'\n"
26723 "\n"
26724 msgstr ""
26725
26726 #. type: textblock
26727 #: ../fish/guestfish-actions.pod:4161
26728 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
26729 msgstr ""
26730
26731 #. type: =head2
26732 #: ../fish/guestfish-actions.pod:4167
26733 msgid "sfdiskM"
26734 msgstr ""
26735
26736 #. type: verbatim
26737 #: ../fish/guestfish-actions.pod:4169
26738 #, no-wrap
26739 msgid ""
26740 " sfdiskM device 'lines ...'\n"
26741 "\n"
26742 msgstr ""
26743
26744 #. type: textblock
26745 #: ../fish/guestfish-actions.pod:4171
26746 msgid ""
26747 "This is a simplified interface to the L</sfdisk> command, where partition "
26748 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
26749 "you don't need to specify the cyls, heads and sectors parameters which were "
26750 "rarely if ever used anyway."
26751 msgstr ""
26752
26753 #. type: textblock
26754 #: ../fish/guestfish-actions.pod:4177
26755 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
26756 msgstr ""
26757
26758 #. type: =head2
26759 #: ../fish/guestfish-actions.pod:4183
26760 msgid "sfdisk-N"
26761 msgstr ""
26762
26763 #. type: verbatim
26764 #: ../fish/guestfish-actions.pod:4185
26765 #, no-wrap
26766 msgid ""
26767 " sfdisk-N device partnum cyls heads sectors line\n"
26768 "\n"
26769 msgstr ""
26770
26771 #. type: textblock
26772 #: ../fish/guestfish-actions.pod:4190
26773 msgid ""
26774 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
26775 "cyls/heads/sectors parameters."
26776 msgstr ""
26777
26778 #. type: textblock
26779 #: ../fish/guestfish-actions.pod:4193
26780 msgid "See also: L</part-add>"
26781 msgstr ""
26782
26783 #. type: =head2
26784 #: ../fish/guestfish-actions.pod:4198
26785 msgid "sfdisk-disk-geometry"
26786 msgstr ""
26787
26788 #. type: verbatim
26789 #: ../fish/guestfish-actions.pod:4200
26790 #, no-wrap
26791 msgid ""
26792 " sfdisk-disk-geometry device\n"
26793 "\n"
26794 msgstr ""
26795
26796 #. type: textblock
26797 #: ../fish/guestfish-actions.pod:4202
26798 msgid ""
26799 "This displays the disk geometry of C<device> read from the partition table.  "
26800 "Especially in the case where the underlying block device has been resized, "
26801 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
26802 "kernel-geometry>)."
26803 msgstr ""
26804
26805 #. type: =head2
26806 #: ../fish/guestfish-actions.pod:4210
26807 msgid "sfdisk-kernel-geometry"
26808 msgstr ""
26809
26810 #. type: verbatim
26811 #: ../fish/guestfish-actions.pod:4212
26812 #, no-wrap
26813 msgid ""
26814 " sfdisk-kernel-geometry device\n"
26815 "\n"
26816 msgstr ""
26817
26818 #. type: =head2
26819 #: ../fish/guestfish-actions.pod:4219
26820 msgid "sfdisk-l"
26821 msgstr ""
26822
26823 #. type: verbatim
26824 #: ../fish/guestfish-actions.pod:4221
26825 #, no-wrap
26826 msgid ""
26827 " sfdisk-l device\n"
26828 "\n"
26829 msgstr ""
26830
26831 #. type: textblock
26832 #: ../fish/guestfish-actions.pod:4227
26833 msgid "See also: L</part-list>"
26834 msgstr ""
26835
26836 #. type: =head2
26837 #: ../fish/guestfish-actions.pod:4229
26838 msgid "sh"
26839 msgstr ""
26840
26841 #. type: verbatim
26842 #: ../fish/guestfish-actions.pod:4231
26843 #, no-wrap
26844 msgid ""
26845 " sh command\n"
26846 "\n"
26847 msgstr ""
26848
26849 #. type: textblock
26850 #: ../fish/guestfish-actions.pod:4236
26851 msgid "This is like L</command>, but passes the command to:"
26852 msgstr ""
26853
26854 #. type: textblock
26855 #: ../fish/guestfish-actions.pod:4244
26856 msgid "All the provisos about L</command> apply to this call."
26857 msgstr ""
26858
26859 #. type: =head2
26860 #: ../fish/guestfish-actions.pod:4246
26861 msgid "sh-lines"
26862 msgstr ""
26863
26864 #. type: verbatim
26865 #: ../fish/guestfish-actions.pod:4248
26866 #, no-wrap
26867 msgid ""
26868 " sh-lines command\n"
26869 "\n"
26870 msgstr ""
26871
26872 #. type: textblock
26873 #: ../fish/guestfish-actions.pod:4250
26874 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26875 msgstr ""
26876
26877 #. type: textblock
26878 #: ../fish/guestfish-actions.pod:4253
26879 msgid "See also: L</command-lines>"
26880 msgstr ""
26881
26882 #. type: =head2
26883 #: ../fish/guestfish-actions.pod:4255
26884 msgid "sleep"
26885 msgstr ""
26886
26887 #. type: verbatim
26888 #: ../fish/guestfish-actions.pod:4257
26889 #, no-wrap
26890 msgid ""
26891 " sleep secs\n"
26892 "\n"
26893 msgstr ""
26894
26895 #. type: =head2
26896 #: ../fish/guestfish-actions.pod:4261
26897 msgid "stat"
26898 msgstr ""
26899
26900 #. type: verbatim
26901 #: ../fish/guestfish-actions.pod:4263
26902 #, no-wrap
26903 msgid ""
26904 " stat path\n"
26905 "\n"
26906 msgstr ""
26907
26908 #. type: =head2
26909 #: ../fish/guestfish-actions.pod:4269
26910 msgid "statvfs"
26911 msgstr ""
26912
26913 #. type: verbatim
26914 #: ../fish/guestfish-actions.pod:4271
26915 #, no-wrap
26916 msgid ""
26917 " statvfs path\n"
26918 "\n"
26919 msgstr ""
26920
26921 #. type: =head2
26922 #: ../fish/guestfish-actions.pod:4279
26923 msgid "strings"
26924 msgstr ""
26925
26926 #. type: verbatim
26927 #: ../fish/guestfish-actions.pod:4281
26928 #, no-wrap
26929 msgid ""
26930 " strings path\n"
26931 "\n"
26932 msgstr ""
26933
26934 #. type: =head2
26935 #: ../fish/guestfish-actions.pod:4289
26936 msgid "strings-e"
26937 msgstr ""
26938
26939 #. type: verbatim
26940 #: ../fish/guestfish-actions.pod:4291
26941 #, no-wrap
26942 msgid ""
26943 " strings-e encoding path\n"
26944 "\n"
26945 msgstr ""
26946
26947 #. type: textblock
26948 #: ../fish/guestfish-actions.pod:4293
26949 msgid ""
26950 "This is like the L</strings> command, but allows you to specify the encoding "
26951 "of strings that are looked for in the source file C<path>."
26952 msgstr ""
26953
26954 #. type: textblock
26955 #: ../fish/guestfish-actions.pod:4303
26956 msgid ""
26957 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26958 "ISO-8859-X (this is what L</strings> uses)."
26959 msgstr ""
26960
26961 #. type: =head2
26962 #: ../fish/guestfish-actions.pod:4335
26963 msgid "swapoff-device"
26964 msgstr ""
26965
26966 #. type: verbatim
26967 #: ../fish/guestfish-actions.pod:4337
26968 #, no-wrap
26969 msgid ""
26970 " swapoff-device device\n"
26971 "\n"
26972 msgstr ""
26973
26974 #. type: textblock
26975 #: ../fish/guestfish-actions.pod:4339
26976 msgid ""
26977 "This command disables the libguestfs appliance swap device or partition "
26978 "named C<device>.  See L</swapon-device>."
26979 msgstr ""
26980
26981 #. type: =head2
26982 #: ../fish/guestfish-actions.pod:4343
26983 msgid "swapoff-file"
26984 msgstr ""
26985
26986 #. type: verbatim
26987 #: ../fish/guestfish-actions.pod:4345
26988 #, no-wrap
26989 msgid ""
26990 " swapoff-file file\n"
26991 "\n"
26992 msgstr ""
26993
26994 #. type: =head2
26995 #: ../fish/guestfish-actions.pod:4349
26996 msgid "swapoff-label"
26997 msgstr ""
26998
26999 #. type: verbatim
27000 #: ../fish/guestfish-actions.pod:4351
27001 #, no-wrap
27002 msgid ""
27003 " swapoff-label label\n"
27004 "\n"
27005 msgstr ""
27006
27007 #. type: =head2
27008 #: ../fish/guestfish-actions.pod:4356
27009 msgid "swapoff-uuid"
27010 msgstr ""
27011
27012 #. type: verbatim
27013 #: ../fish/guestfish-actions.pod:4358
27014 #, no-wrap
27015 msgid ""
27016 " swapoff-uuid uuid\n"
27017 "\n"
27018 msgstr ""
27019
27020 #. type: =head2
27021 #: ../fish/guestfish-actions.pod:4363
27022 msgid "swapon-device"
27023 msgstr ""
27024
27025 #. type: verbatim
27026 #: ../fish/guestfish-actions.pod:4365
27027 #, no-wrap
27028 msgid ""
27029 " swapon-device device\n"
27030 "\n"
27031 msgstr ""
27032
27033 #. type: textblock
27034 #: ../fish/guestfish-actions.pod:4367
27035 msgid ""
27036 "This command enables the libguestfs appliance to use the swap device or "
27037 "partition named C<device>.  The increased memory is made available for all "
27038 "commands, for example those run using L</command> or L</sh>."
27039 msgstr ""
27040
27041 #. type: =head2
27042 #: ../fish/guestfish-actions.pod:4379
27043 msgid "swapon-file"
27044 msgstr ""
27045
27046 #. type: verbatim
27047 #: ../fish/guestfish-actions.pod:4381
27048 #, no-wrap
27049 msgid ""
27050 " swapon-file file\n"
27051 "\n"
27052 msgstr ""
27053
27054 #. type: textblock
27055 #: ../fish/guestfish-actions.pod:4383
27056 msgid ""
27057 "This command enables swap to a file.  See L</swapon-device> for other notes."
27058 msgstr ""
27059
27060 #. type: =head2
27061 #: ../fish/guestfish-actions.pod:4386
27062 msgid "swapon-label"
27063 msgstr ""
27064
27065 #. type: verbatim
27066 #: ../fish/guestfish-actions.pod:4388
27067 #, no-wrap
27068 msgid ""
27069 " swapon-label label\n"
27070 "\n"
27071 msgstr ""
27072
27073 #. type: textblock
27074 #: ../fish/guestfish-actions.pod:4390
27075 msgid ""
27076 "This command enables swap to a labeled swap partition.  See L</swapon-"
27077 "device> for other notes."
27078 msgstr ""
27079
27080 #. type: =head2
27081 #: ../fish/guestfish-actions.pod:4393
27082 msgid "swapon-uuid"
27083 msgstr ""
27084
27085 #. type: verbatim
27086 #: ../fish/guestfish-actions.pod:4395
27087 #, no-wrap
27088 msgid ""
27089 " swapon-uuid uuid\n"
27090 "\n"
27091 msgstr ""
27092
27093 #. type: textblock
27094 #: ../fish/guestfish-actions.pod:4397
27095 msgid ""
27096 "This command enables swap to a swap partition with the given UUID.  See L</"
27097 "swapon-device> for other notes."
27098 msgstr ""
27099
27100 #. type: =head2
27101 #: ../fish/guestfish-actions.pod:4400
27102 msgid "sync"
27103 msgstr ""
27104
27105 #. type: verbatim
27106 #: ../fish/guestfish-actions.pod:4402
27107 #, no-wrap
27108 msgid ""
27109 " sync\n"
27110 "\n"
27111 msgstr ""
27112
27113 #. type: =head2
27114 #: ../fish/guestfish-actions.pod:4410
27115 msgid "tail"
27116 msgstr ""
27117
27118 #. type: verbatim
27119 #: ../fish/guestfish-actions.pod:4412
27120 #, no-wrap
27121 msgid ""
27122 " tail path\n"
27123 "\n"
27124 msgstr ""
27125
27126 #. type: =head2
27127 #: ../fish/guestfish-actions.pod:4420
27128 msgid "tail-n"
27129 msgstr ""
27130
27131 #. type: verbatim
27132 #: ../fish/guestfish-actions.pod:4422
27133 #, no-wrap
27134 msgid ""
27135 " tail-n nrlines path\n"
27136 "\n"
27137 msgstr ""
27138
27139 #. type: =head2
27140 #: ../fish/guestfish-actions.pod:4435
27141 msgid "tar-in"
27142 msgstr ""
27143
27144 #. type: verbatim
27145 #: ../fish/guestfish-actions.pod:4437
27146 #, no-wrap
27147 msgid ""
27148 " tar-in (tarfile|-) directory\n"
27149 "\n"
27150 msgstr ""
27151
27152 #. type: textblock
27153 #: ../fish/guestfish-actions.pod:4442
27154 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
27155 msgstr ""
27156
27157 #. type: =head2
27158 #: ../fish/guestfish-actions.pod:4447
27159 msgid "tar-out"
27160 msgstr ""
27161
27162 #. type: verbatim
27163 #: ../fish/guestfish-actions.pod:4449
27164 #, no-wrap
27165 msgid ""
27166 " tar-out directory (tarfile|-)\n"
27167 "\n"
27168 msgstr ""
27169
27170 #. type: textblock
27171 #: ../fish/guestfish-actions.pod:4454
27172 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
27173 msgstr ""
27174
27175 #. type: =head2
27176 #: ../fish/guestfish-actions.pod:4459
27177 msgid "tgz-in"
27178 msgstr ""
27179
27180 #. type: verbatim
27181 #: ../fish/guestfish-actions.pod:4461
27182 #, no-wrap
27183 msgid ""
27184 " tgz-in (tarball|-) directory\n"
27185 "\n"
27186 msgstr ""
27187
27188 #. type: textblock
27189 #: ../fish/guestfish-actions.pod:4466
27190 msgid "To upload an uncompressed tarball, use L</tar-in>."
27191 msgstr ""
27192
27193 #. type: =head2
27194 #: ../fish/guestfish-actions.pod:4470
27195 msgid "tgz-out"
27196 msgstr ""
27197
27198 #. type: verbatim
27199 #: ../fish/guestfish-actions.pod:4472
27200 #, no-wrap
27201 msgid ""
27202 " tgz-out directory (tarball|-)\n"
27203 "\n"
27204 msgstr ""
27205
27206 #. type: textblock
27207 #: ../fish/guestfish-actions.pod:4477
27208 msgid "To download an uncompressed tarball, use L</tar-out>."
27209 msgstr ""
27210
27211 #. type: =head2
27212 #: ../fish/guestfish-actions.pod:4481
27213 msgid "touch"
27214 msgstr ""
27215
27216 #. type: verbatim
27217 #: ../fish/guestfish-actions.pod:4483
27218 #, no-wrap
27219 msgid ""
27220 " touch path\n"
27221 "\n"
27222 msgstr ""
27223
27224 #. type: =head2
27225 #: ../fish/guestfish-actions.pod:4492
27226 msgid "truncate"
27227 msgstr ""
27228
27229 #. type: verbatim
27230 #: ../fish/guestfish-actions.pod:4494
27231 #, no-wrap
27232 msgid ""
27233 " truncate path\n"
27234 "\n"
27235 msgstr ""
27236
27237 #. type: =head2
27238 #: ../fish/guestfish-actions.pod:4499
27239 msgid "truncate-size"
27240 msgstr ""
27241
27242 #. type: verbatim
27243 #: ../fish/guestfish-actions.pod:4501
27244 #, no-wrap
27245 msgid ""
27246 " truncate-size path size\n"
27247 "\n"
27248 msgstr ""
27249
27250 #. type: textblock
27251 #: ../fish/guestfish-actions.pod:4506
27252 msgid ""
27253 "If the current file size is less than C<size> then the file is extended to "
27254 "the required size with zero bytes.  This creates a sparse file (ie. disk "
27255 "blocks are not allocated for the file until you write to it).  To create a "
27256 "non-sparse file of zeroes, use L</fallocate64> instead."
27257 msgstr ""
27258
27259 #. type: =head2
27260 #: ../fish/guestfish-actions.pod:4512
27261 msgid "tune2fs-l"
27262 msgstr ""
27263
27264 #. type: verbatim
27265 #: ../fish/guestfish-actions.pod:4514
27266 #, no-wrap
27267 msgid ""
27268 " tune2fs-l device\n"
27269 "\n"
27270 msgstr ""
27271
27272 #. type: =head2
27273 #: ../fish/guestfish-actions.pod:4524
27274 msgid "txz-in"
27275 msgstr ""
27276
27277 #. type: verbatim
27278 #: ../fish/guestfish-actions.pod:4526
27279 #, no-wrap
27280 msgid ""
27281 " txz-in (tarball|-) directory\n"
27282 "\n"
27283 msgstr ""
27284
27285 #. type: =head2
27286 #: ../fish/guestfish-actions.pod:4533
27287 msgid "txz-out"
27288 msgstr ""
27289
27290 #. type: verbatim
27291 #: ../fish/guestfish-actions.pod:4535
27292 #, no-wrap
27293 msgid ""
27294 " txz-out directory (tarball|-)\n"
27295 "\n"
27296 msgstr ""
27297
27298 #. type: =head2
27299 #: ../fish/guestfish-actions.pod:4542
27300 msgid "umask"
27301 msgstr ""
27302
27303 #. type: verbatim
27304 #: ../fish/guestfish-actions.pod:4544
27305 #, no-wrap
27306 msgid ""
27307 " umask mask\n"
27308 "\n"
27309 msgstr ""
27310
27311 #. type: textblock
27312 #: ../fish/guestfish-actions.pod:4558
27313 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
27314 msgstr ""
27315
27316 #. type: =head2
27317 #: ../fish/guestfish-actions.pod:4563
27318 msgid "umount"
27319 msgstr ""
27320
27321 #. type: =head2
27322 #: ../fish/guestfish-actions.pod:4565
27323 msgid "unmount"
27324 msgstr ""
27325
27326 #. type: verbatim
27327 #: ../fish/guestfish-actions.pod:4567
27328 #, no-wrap
27329 msgid ""
27330 " umount pathordevice\n"
27331 "\n"
27332 msgstr ""
27333
27334 #. type: =head2
27335 #: ../fish/guestfish-actions.pod:4573
27336 msgid "umount-all"
27337 msgstr ""
27338
27339 #. type: =head2
27340 #: ../fish/guestfish-actions.pod:4575
27341 msgid "unmount-all"
27342 msgstr ""
27343
27344 #. type: verbatim
27345 #: ../fish/guestfish-actions.pod:4577
27346 #, no-wrap
27347 msgid ""
27348 " umount-all\n"
27349 "\n"
27350 msgstr ""
27351
27352 #. type: =head2
27353 #: ../fish/guestfish-actions.pod:4583
27354 msgid "upload"
27355 msgstr ""
27356
27357 #. type: verbatim
27358 #: ../fish/guestfish-actions.pod:4585
27359 #, no-wrap
27360 msgid ""
27361 " upload (filename|-) remotefilename\n"
27362 "\n"
27363 msgstr ""
27364
27365 #. type: textblock
27366 #: ../fish/guestfish-actions.pod:4592
27367 msgid "See also L</download>."
27368 msgstr ""
27369
27370 #. type: =head2
27371 #: ../fish/guestfish-actions.pod:4596
27372 msgid "upload-offset"
27373 msgstr ""
27374
27375 #. type: verbatim
27376 #: ../fish/guestfish-actions.pod:4598
27377 #, no-wrap
27378 msgid ""
27379 " upload-offset (filename|-) remotefilename offset\n"
27380 "\n"
27381 msgstr ""
27382
27383 #. type: textblock
27384 #: ../fish/guestfish-actions.pod:4610
27385 msgid ""
27386 "Note that there is no limit on the amount of data that can be uploaded with "
27387 "this call, unlike with L</pwrite>, and this call always writes the full "
27388 "amount unless an error occurs."
27389 msgstr ""
27390
27391 #. type: textblock
27392 #: ../fish/guestfish-actions.pod:4615
27393 msgid "See also L</upload>, L</pwrite>."
27394 msgstr ""
27395
27396 #. type: =head2
27397 #: ../fish/guestfish-actions.pod:4619
27398 msgid "utimens"
27399 msgstr ""
27400
27401 #. type: verbatim
27402 #: ../fish/guestfish-actions.pod:4621
27403 #, no-wrap
27404 msgid ""
27405 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
27406 "\n"
27407 msgstr ""
27408
27409 #. type: =head2
27410 #: ../fish/guestfish-actions.pod:4640
27411 msgid "version"
27412 msgstr ""
27413
27414 #. type: verbatim
27415 #: ../fish/guestfish-actions.pod:4642
27416 #, no-wrap
27417 msgid ""
27418 " version\n"
27419 "\n"
27420 msgstr ""
27421
27422 #. type: textblock
27423 #: ../fish/guestfish-actions.pod:4669
27424 msgid ""
27425 "I<Note:> Don't use this call to test for availability of features.  In "
27426 "enterprise distributions we backport features from later versions into "
27427 "earlier versions, making this an unreliable way to test for features.  Use "
27428 "L</available> instead."
27429 msgstr ""
27430
27431 #. type: =head2
27432 #: ../fish/guestfish-actions.pod:4675
27433 msgid "vfs-label"
27434 msgstr ""
27435
27436 #. type: verbatim
27437 #: ../fish/guestfish-actions.pod:4677
27438 #, no-wrap
27439 msgid ""
27440 " vfs-label device\n"
27441 "\n"
27442 msgstr ""
27443
27444 #. type: textblock
27445 #: ../fish/guestfish-actions.pod:4684
27446 msgid "To find a filesystem from the label, use L</findfs-label>."
27447 msgstr ""
27448
27449 #. type: =head2
27450 #: ../fish/guestfish-actions.pod:4686
27451 msgid "vfs-type"
27452 msgstr ""
27453
27454 #. type: verbatim
27455 #: ../fish/guestfish-actions.pod:4688
27456 #, no-wrap
27457 msgid ""
27458 " vfs-type device\n"
27459 "\n"
27460 msgstr ""
27461
27462 #. type: =head2
27463 #: ../fish/guestfish-actions.pod:4698
27464 msgid "vfs-uuid"
27465 msgstr ""
27466
27467 #. type: verbatim
27468 #: ../fish/guestfish-actions.pod:4700
27469 #, no-wrap
27470 msgid ""
27471 " vfs-uuid device\n"
27472 "\n"
27473 msgstr ""
27474
27475 #. type: textblock
27476 #: ../fish/guestfish-actions.pod:4707
27477 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
27478 msgstr ""
27479
27480 #. type: =head2
27481 #: ../fish/guestfish-actions.pod:4709
27482 msgid "vg-activate"
27483 msgstr ""
27484
27485 #. type: verbatim
27486 #: ../fish/guestfish-actions.pod:4711
27487 #, no-wrap
27488 msgid ""
27489 " vg-activate true|false 'volgroups ...'\n"
27490 "\n"
27491 msgstr ""
27492
27493 #. type: =head2
27494 #: ../fish/guestfish-actions.pod:4724
27495 msgid "vg-activate-all"
27496 msgstr ""
27497
27498 #. type: verbatim
27499 #: ../fish/guestfish-actions.pod:4726
27500 #, no-wrap
27501 msgid ""
27502 " vg-activate-all true|false\n"
27503 "\n"
27504 msgstr ""
27505
27506 #. type: =head2
27507 #: ../fish/guestfish-actions.pod:4736
27508 msgid "vgcreate"
27509 msgstr ""
27510
27511 #. type: verbatim
27512 #: ../fish/guestfish-actions.pod:4738
27513 #, no-wrap
27514 msgid ""
27515 " vgcreate volgroup 'physvols ...'\n"
27516 "\n"
27517 msgstr ""
27518
27519 #. type: =head2
27520 #: ../fish/guestfish-actions.pod:4743
27521 msgid "vglvuuids"
27522 msgstr ""
27523
27524 #. type: verbatim
27525 #: ../fish/guestfish-actions.pod:4745
27526 #, no-wrap
27527 msgid ""
27528 " vglvuuids vgname\n"
27529 "\n"
27530 msgstr ""
27531
27532 #. type: textblock
27533 #: ../fish/guestfish-actions.pod:4750
27534 msgid ""
27535 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
27536 "logical volumes and volume groups."
27537 msgstr ""
27538
27539 #. type: textblock
27540 #: ../fish/guestfish-actions.pod:4753
27541 msgid "See also L</vgpvuuids>."
27542 msgstr ""
27543
27544 #. type: =head2
27545 #: ../fish/guestfish-actions.pod:4755
27546 msgid "vgpvuuids"
27547 msgstr ""
27548
27549 #. type: verbatim
27550 #: ../fish/guestfish-actions.pod:4757
27551 #, no-wrap
27552 msgid ""
27553 " vgpvuuids vgname\n"
27554 "\n"
27555 msgstr ""
27556
27557 #. type: textblock
27558 #: ../fish/guestfish-actions.pod:4762
27559 msgid ""
27560 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
27561 "physical volumes and volume groups."
27562 msgstr ""
27563
27564 #. type: textblock
27565 #: ../fish/guestfish-actions.pod:4765
27566 msgid "See also L</vglvuuids>."
27567 msgstr ""
27568
27569 #. type: =head2
27570 #: ../fish/guestfish-actions.pod:4767
27571 msgid "vgremove"
27572 msgstr ""
27573
27574 #. type: verbatim
27575 #: ../fish/guestfish-actions.pod:4769
27576 #, no-wrap
27577 msgid ""
27578 " vgremove vgname\n"
27579 "\n"
27580 msgstr ""
27581
27582 #. type: =head2
27583 #: ../fish/guestfish-actions.pod:4776
27584 msgid "vgrename"
27585 msgstr ""
27586
27587 #. type: verbatim
27588 #: ../fish/guestfish-actions.pod:4778
27589 #, no-wrap
27590 msgid ""
27591 " vgrename volgroup newvolgroup\n"
27592 "\n"
27593 msgstr ""
27594
27595 #. type: =head2
27596 #: ../fish/guestfish-actions.pod:4782
27597 msgid "vgs"
27598 msgstr ""
27599
27600 #. type: verbatim
27601 #: ../fish/guestfish-actions.pod:4784
27602 #, no-wrap
27603 msgid ""
27604 " vgs\n"
27605 "\n"
27606 msgstr ""
27607
27608 #. type: textblock
27609 #: ../fish/guestfish-actions.pod:4792
27610 msgid "See also L</vgs-full>."
27611 msgstr ""
27612
27613 #. type: =head2
27614 #: ../fish/guestfish-actions.pod:4794
27615 msgid "vgs-full"
27616 msgstr ""
27617
27618 #. type: verbatim
27619 #: ../fish/guestfish-actions.pod:4796
27620 #, no-wrap
27621 msgid ""
27622 " vgs-full\n"
27623 "\n"
27624 msgstr ""
27625
27626 #. type: =head2
27627 #: ../fish/guestfish-actions.pod:4801
27628 msgid "vgscan"
27629 msgstr ""
27630
27631 #. type: verbatim
27632 #: ../fish/guestfish-actions.pod:4803
27633 #, no-wrap
27634 msgid ""
27635 " vgscan\n"
27636 "\n"
27637 msgstr ""
27638
27639 #. type: =head2
27640 #: ../fish/guestfish-actions.pod:4808
27641 msgid "vguuid"
27642 msgstr ""
27643
27644 #. type: verbatim
27645 #: ../fish/guestfish-actions.pod:4810
27646 #, no-wrap
27647 msgid ""
27648 " vguuid vgname\n"
27649 "\n"
27650 msgstr ""
27651
27652 #. type: =head2
27653 #: ../fish/guestfish-actions.pod:4814
27654 msgid "wc-c"
27655 msgstr ""
27656
27657 #. type: verbatim
27658 #: ../fish/guestfish-actions.pod:4816
27659 #, no-wrap
27660 msgid ""
27661 " wc-c path\n"
27662 "\n"
27663 msgstr ""
27664
27665 #. type: =head2
27666 #: ../fish/guestfish-actions.pod:4821
27667 msgid "wc-l"
27668 msgstr ""
27669
27670 #. type: verbatim
27671 #: ../fish/guestfish-actions.pod:4823
27672 #, no-wrap
27673 msgid ""
27674 " wc-l path\n"
27675 "\n"
27676 msgstr ""
27677
27678 #. type: =head2
27679 #: ../fish/guestfish-actions.pod:4828
27680 msgid "wc-w"
27681 msgstr ""
27682
27683 #. type: verbatim
27684 #: ../fish/guestfish-actions.pod:4830
27685 #, no-wrap
27686 msgid ""
27687 " wc-w path\n"
27688 "\n"
27689 msgstr ""
27690
27691 #. type: =head2
27692 #: ../fish/guestfish-actions.pod:4835
27693 msgid "write"
27694 msgstr ""
27695
27696 #. type: verbatim
27697 #: ../fish/guestfish-actions.pod:4837
27698 #, no-wrap
27699 msgid ""
27700 " write path content\n"
27701 "\n"
27702 msgstr ""
27703
27704 #. type: =head2
27705 #: ../fish/guestfish-actions.pod:4845
27706 msgid "write-file"
27707 msgstr ""
27708
27709 #. type: verbatim
27710 #: ../fish/guestfish-actions.pod:4847
27711 #, no-wrap
27712 msgid ""
27713 " write-file path content size\n"
27714 "\n"
27715 msgstr ""
27716
27717 #. type: =head2
27718 #: ../fish/guestfish-actions.pod:4870
27719 msgid "zegrep"
27720 msgstr ""
27721
27722 #. type: verbatim
27723 #: ../fish/guestfish-actions.pod:4872
27724 #, no-wrap
27725 msgid ""
27726 " zegrep regex path\n"
27727 "\n"
27728 msgstr ""
27729
27730 #. type: =head2
27731 #: ../fish/guestfish-actions.pod:4880
27732 msgid "zegrepi"
27733 msgstr ""
27734
27735 #. type: verbatim
27736 #: ../fish/guestfish-actions.pod:4882
27737 #, no-wrap
27738 msgid ""
27739 " zegrepi regex path\n"
27740 "\n"
27741 msgstr ""
27742
27743 #. type: =head2
27744 #: ../fish/guestfish-actions.pod:4890
27745 msgid "zero"
27746 msgstr ""
27747
27748 #. type: verbatim
27749 #: ../fish/guestfish-actions.pod:4892
27750 #, no-wrap
27751 msgid ""
27752 " zero device\n"
27753 "\n"
27754 msgstr ""
27755
27756 #. type: textblock
27757 #: ../fish/guestfish-actions.pod:4900
27758 msgid "See also: L</zero-device>, L</scrub-device>."
27759 msgstr ""
27760
27761 #. type: =head2
27762 #: ../fish/guestfish-actions.pod:4902
27763 msgid "zero-device"
27764 msgstr ""
27765
27766 #. type: verbatim
27767 #: ../fish/guestfish-actions.pod:4904
27768 #, no-wrap
27769 msgid ""
27770 " zero-device device\n"
27771 "\n"
27772 msgstr ""
27773
27774 #. type: textblock
27775 #: ../fish/guestfish-actions.pod:4906
27776 msgid ""
27777 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
27778 "which just zeroes the first few blocks of a device."
27779 msgstr ""
27780
27781 #. type: =head2
27782 #: ../fish/guestfish-actions.pod:4913
27783 msgid "zerofree"
27784 msgstr ""
27785
27786 #. type: verbatim
27787 #: ../fish/guestfish-actions.pod:4915
27788 #, no-wrap
27789 msgid ""
27790 " zerofree device\n"
27791 "\n"
27792 msgstr ""
27793
27794 #. type: =head2
27795 #: ../fish/guestfish-actions.pod:4928
27796 msgid "zfgrep"
27797 msgstr ""
27798
27799 #. type: verbatim
27800 #: ../fish/guestfish-actions.pod:4930
27801 #, no-wrap
27802 msgid ""
27803 " zfgrep pattern path\n"
27804 "\n"
27805 msgstr ""
27806
27807 #. type: =head2
27808 #: ../fish/guestfish-actions.pod:4938
27809 msgid "zfgrepi"
27810 msgstr ""
27811
27812 #. type: verbatim
27813 #: ../fish/guestfish-actions.pod:4940
27814 #, no-wrap
27815 msgid ""
27816 " zfgrepi pattern path\n"
27817 "\n"
27818 msgstr ""
27819
27820 #. type: =head2
27821 #: ../fish/guestfish-actions.pod:4948
27822 msgid "zfile"
27823 msgstr ""
27824
27825 #. type: verbatim
27826 #: ../fish/guestfish-actions.pod:4950
27827 #, no-wrap
27828 msgid ""
27829 " zfile meth path\n"
27830 "\n"
27831 msgstr ""
27832
27833 #. type: textblock
27834 #: ../fish/guestfish-actions.pod:4957
27835 msgid ""
27836 "Since 1.0.63, use L</file> instead which can now process compressed files."
27837 msgstr ""
27838
27839 #. type: =head2
27840 #: ../fish/guestfish-actions.pod:4967
27841 msgid "zgrep"
27842 msgstr ""
27843
27844 #. type: verbatim
27845 #: ../fish/guestfish-actions.pod:4969
27846 #, no-wrap
27847 msgid ""
27848 " zgrep regex path\n"
27849 "\n"
27850 msgstr ""
27851
27852 #. type: =head2
27853 #: ../fish/guestfish-actions.pod:4977
27854 msgid "zgrepi"
27855 msgstr ""
27856
27857 #. type: verbatim
27858 #: ../fish/guestfish-actions.pod:4979
27859 #, no-wrap
27860 msgid ""
27861 " zgrepi regex path\n"
27862 "\n"
27863 msgstr ""
27864
27865 #. type: =head2
27866 #: ../fish/guestfish-commands.pod:1
27867 msgid "alloc"
27868 msgstr ""
27869
27870 #. type: =head2
27871 #: ../fish/guestfish-commands.pod:3
27872 msgid "allocate"
27873 msgstr ""
27874
27875 #. type: verbatim
27876 #: ../fish/guestfish-commands.pod:5
27877 #, no-wrap
27878 msgid ""
27879 " alloc filename size\n"
27880 "\n"
27881 msgstr ""
27882
27883 #. type: textblock
27884 #: ../fish/guestfish-commands.pod:7
27885 msgid ""
27886 "This creates an empty (zeroed) file of the given size, and then adds so it "
27887 "can be further examined."
27888 msgstr ""
27889
27890 #. type: textblock
27891 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27892 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27893 msgstr ""
27894
27895 #. type: textblock
27896 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27897 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27898 msgstr ""
27899
27900 #. type: textblock
27901 #: ../fish/guestfish-commands.pod:14
27902 msgid ""
27903 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27904 "image, see L</PREPARED DISK IMAGES>."
27905 msgstr ""
27906
27907 #. type: =head2
27908 #: ../fish/guestfish-commands.pod:17
27909 msgid "copy-in"
27910 msgstr ""
27911
27912 #. type: verbatim
27913 #: ../fish/guestfish-commands.pod:19
27914 #, no-wrap
27915 msgid ""
27916 " copy-in local [local ...] /remotedir\n"
27917 "\n"
27918 msgstr ""
27919
27920 #. type: textblock
27921 #: ../fish/guestfish-commands.pod:21
27922 msgid ""
27923 "C<copy-in> copies local files or directories recursively into the disk "
27924 "image, placing them in the directory called C</remotedir> (which must "
27925 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27926 "other commands as necessary."
27927 msgstr ""
27928
27929 #. type: textblock
27930 #: ../fish/guestfish-commands.pod:26
27931 msgid ""
27932 "Multiple local files and directories can be specified, but the last "
27933 "parameter must always be a remote directory.  Wildcards cannot be used."
27934 msgstr ""
27935
27936 #. type: =head2
27937 #: ../fish/guestfish-commands.pod:30
27938 msgid "copy-out"
27939 msgstr ""
27940
27941 #. type: verbatim
27942 #: ../fish/guestfish-commands.pod:32
27943 #, no-wrap
27944 msgid ""
27945 " copy-out remote [remote ...] localdir\n"
27946 "\n"
27947 msgstr ""
27948
27949 #. type: textblock
27950 #: ../fish/guestfish-commands.pod:34
27951 msgid ""
27952 "C<copy-out> copies remote files or directories recursively out of the disk "
27953 "image, placing them on the host disk in a local directory called C<localdir> "
27954 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
27955 "download>, L</tar-out> and other commands as necessary."
27956 msgstr ""
27957
27958 #. type: textblock
27959 #: ../fish/guestfish-commands.pod:40
27960 msgid ""
27961 "Multiple remote files and directories can be specified, but the last "
27962 "parameter must always be a local directory.  To download to the current "
27963 "directory, use C<.> as in:"
27964 msgstr ""
27965
27966 #. type: verbatim
27967 #: ../fish/guestfish-commands.pod:44
27968 #, no-wrap
27969 msgid ""
27970 " copy-out /home .\n"
27971 "\n"
27972 msgstr ""
27973
27974 #. type: textblock
27975 #: ../fish/guestfish-commands.pod:46
27976 msgid ""
27977 "Wildcards cannot be used in the ordinary command, but you can use them with "
27978 "the help of L</glob> like this:"
27979 msgstr ""
27980
27981 #. type: verbatim
27982 #: ../fish/guestfish-commands.pod:49
27983 #, no-wrap
27984 msgid ""
27985 " glob copy-out /home/* .\n"
27986 "\n"
27987 msgstr ""
27988
27989 #. type: =head2
27990 #: ../fish/guestfish-commands.pod:51
27991 msgid "echo"
27992 msgstr ""
27993
27994 #. type: verbatim
27995 #: ../fish/guestfish-commands.pod:53
27996 #, no-wrap
27997 msgid ""
27998 " echo [params ...]\n"
27999 "\n"
28000 msgstr ""
28001
28002 #. type: textblock
28003 #: ../fish/guestfish-commands.pod:55
28004 msgid "This echos the parameters to the terminal."
28005 msgstr ""
28006
28007 #. type: =head2
28008 #: ../fish/guestfish-commands.pod:57
28009 msgid "edit"
28010 msgstr ""
28011
28012 #. type: =head2
28013 #: ../fish/guestfish-commands.pod:59
28014 msgid "vi"
28015 msgstr ""
28016
28017 #. type: =head2
28018 #: ../fish/guestfish-commands.pod:61
28019 msgid "emacs"
28020 msgstr ""
28021
28022 #. type: verbatim
28023 #: ../fish/guestfish-commands.pod:63
28024 #, no-wrap
28025 msgid ""
28026 " edit filename\n"
28027 "\n"
28028 msgstr ""
28029
28030 #. type: textblock
28031 #: ../fish/guestfish-commands.pod:65
28032 msgid ""
28033 "This is used to edit a file.  It downloads the file, edits it locally using "
28034 "your editor, then uploads the result."
28035 msgstr ""
28036
28037 #. type: textblock
28038 #: ../fish/guestfish-commands.pod:68
28039 msgid ""
28040 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
28041 "or C<emacs> you will get those corresponding editors."
28042 msgstr ""
28043
28044 #. type: =head2
28045 #: ../fish/guestfish-commands.pod:72
28046 msgid "glob"
28047 msgstr ""
28048
28049 #. type: verbatim
28050 #: ../fish/guestfish-commands.pod:74
28051 #, no-wrap
28052 msgid ""
28053 " glob command args...\n"
28054 "\n"
28055 msgstr ""
28056
28057 #. type: textblock
28058 #: ../fish/guestfish-commands.pod:76
28059 msgid ""
28060 "Expand wildcards in any paths in the args list, and run C<command> "
28061 "repeatedly on each matching path."
28062 msgstr ""
28063
28064 #. type: textblock
28065 #: ../fish/guestfish-commands.pod:79
28066 msgid "See L</WILDCARDS AND GLOBBING>."
28067 msgstr ""
28068
28069 #. type: =head2
28070 #: ../fish/guestfish-commands.pod:81
28071 msgid "hexedit"
28072 msgstr ""
28073
28074 #. type: verbatim
28075 #: ../fish/guestfish-commands.pod:83
28076 #, no-wrap
28077 msgid ""
28078 " hexedit <filename|device>\n"
28079 " hexedit <filename|device> <max>\n"
28080 " hexedit <filename|device> <start> <max>\n"
28081 "\n"
28082 msgstr ""
28083
28084 #. type: textblock
28085 #: ../fish/guestfish-commands.pod:87
28086 msgid ""
28087 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
28088 "device."
28089 msgstr ""
28090
28091 #. type: textblock
28092 #: ../fish/guestfish-commands.pod:90
28093 msgid ""
28094 "This command works by downloading potentially the whole file or device, "
28095 "editing it locally, then uploading it.  If the file or device is large, you "
28096 "have to specify which part you wish to edit by using C<max> and/or C<start> "
28097 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
28098 "usual modifiers allowed such as C<1M> (1 megabyte)."
28099 msgstr ""
28100
28101 #. type: textblock
28102 #: ../fish/guestfish-commands.pod:97
28103 msgid "For example to edit the first few sectors of a disk you might do:"
28104 msgstr ""
28105
28106 #. type: verbatim
28107 #: ../fish/guestfish-commands.pod:100
28108 #, no-wrap
28109 msgid ""
28110 " hexedit /dev/sda 1M\n"
28111 "\n"
28112 msgstr ""
28113
28114 #. type: textblock
28115 #: ../fish/guestfish-commands.pod:102
28116 msgid ""
28117 "which would allow you to edit anywhere within the first megabyte of the disk."
28118 msgstr ""
28119
28120 #. type: textblock
28121 #: ../fish/guestfish-commands.pod:105
28122 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
28123 msgstr ""
28124
28125 #. type: verbatim
28126 #: ../fish/guestfish-commands.pod:107
28127 #, no-wrap
28128 msgid ""
28129 " hexedit /dev/sda1 0x400 0x400\n"
28130 "\n"
28131 msgstr ""
28132
28133 #. type: textblock
28134 #: ../fish/guestfish-commands.pod:109
28135 msgid "(assuming the superblock is in the standard location)."
28136 msgstr ""
28137
28138 #. type: textblock
28139 #: ../fish/guestfish-commands.pod:111
28140 msgid ""
28141 "This command requires the external L<hexedit(1)> program.  You can specify "
28142 "another program to use by setting the C<HEXEDITOR> environment variable."
28143 msgstr ""
28144
28145 #. type: textblock
28146 #: ../fish/guestfish-commands.pod:115
28147 msgid "See also L</hexdump>."
28148 msgstr ""
28149
28150 #. type: =head2
28151 #: ../fish/guestfish-commands.pod:117
28152 msgid "lcd"
28153 msgstr ""
28154
28155 #. type: verbatim
28156 #: ../fish/guestfish-commands.pod:119
28157 #, no-wrap
28158 msgid ""
28159 " lcd directory\n"
28160 "\n"
28161 msgstr ""
28162
28163 #. type: textblock
28164 #: ../fish/guestfish-commands.pod:121
28165 msgid ""
28166 "Change the local directory, ie. the current directory of guestfish itself."
28167 msgstr ""
28168
28169 #. type: textblock
28170 #: ../fish/guestfish-commands.pod:124
28171 msgid "Note that C<!cd> won't do what you might expect."
28172 msgstr ""
28173
28174 #. type: =head2
28175 #: ../fish/guestfish-commands.pod:126
28176 msgid "man"
28177 msgstr ""
28178
28179 #. type: =head2
28180 #: ../fish/guestfish-commands.pod:128
28181 msgid "manual"
28182 msgstr ""
28183
28184 #. type: verbatim
28185 #: ../fish/guestfish-commands.pod:130
28186 #, no-wrap
28187 msgid ""
28188 "  man\n"
28189 "\n"
28190 msgstr ""
28191
28192 #. type: textblock
28193 #: ../fish/guestfish-commands.pod:132
28194 msgid "Opens the manual page for guestfish."
28195 msgstr ""
28196
28197 #. type: =head2
28198 #: ../fish/guestfish-commands.pod:134
28199 msgid "more"
28200 msgstr ""
28201
28202 #. type: =head2
28203 #: ../fish/guestfish-commands.pod:136
28204 msgid "less"
28205 msgstr ""
28206
28207 #. type: verbatim
28208 #: ../fish/guestfish-commands.pod:138
28209 #, no-wrap
28210 msgid ""
28211 " more filename\n"
28212 "\n"
28213 msgstr ""
28214
28215 #. type: verbatim
28216 #: ../fish/guestfish-commands.pod:140
28217 #, no-wrap
28218 msgid ""
28219 " less filename\n"
28220 "\n"
28221 msgstr ""
28222
28223 #. type: textblock
28224 #: ../fish/guestfish-commands.pod:142
28225 msgid "This is used to view a file."
28226 msgstr ""
28227
28228 #. type: textblock
28229 #: ../fish/guestfish-commands.pod:144
28230 msgid ""
28231 "The default viewer is C<$PAGER>.  However if you use the alternate command "
28232 "C<less> you will get the C<less> command specifically."
28233 msgstr ""
28234
28235 #. type: =head2
28236 #: ../fish/guestfish-commands.pod:147
28237 msgid "reopen"
28238 msgstr ""
28239
28240 #. type: verbatim
28241 #: ../fish/guestfish-commands.pod:149
28242 #, no-wrap
28243 msgid ""
28244 "  reopen\n"
28245 "\n"
28246 msgstr ""
28247
28248 #. type: textblock
28249 #: ../fish/guestfish-commands.pod:151
28250 msgid ""
28251 "Close and reopen the libguestfs handle.  It is not necessary to use this "
28252 "normally, because the handle is closed properly when guestfish exits.  "
28253 "However this is occasionally useful for testing."
28254 msgstr ""
28255
28256 #. type: =head2
28257 #: ../fish/guestfish-commands.pod:155
28258 msgid "sparse"
28259 msgstr ""
28260
28261 #. type: verbatim
28262 #: ../fish/guestfish-commands.pod:157
28263 #, no-wrap
28264 msgid ""
28265 " sparse filename size\n"
28266 "\n"
28267 msgstr ""
28268
28269 #. type: textblock
28270 #: ../fish/guestfish-commands.pod:159
28271 msgid ""
28272 "This creates an empty sparse file of the given size, and then adds so it can "
28273 "be further examined."
28274 msgstr ""
28275
28276 #. type: textblock
28277 #: ../fish/guestfish-commands.pod:162
28278 msgid ""
28279 "In all respects it works the same as the L</alloc> command, except that the "
28280 "image file is allocated sparsely, which means that disk blocks are not "
28281 "assigned to the file until they are needed.  Sparse disk files only use "
28282 "space when written to, but they are slower and there is a danger you could "
28283 "run out of real disk space during a write operation."
28284 msgstr ""
28285
28286 #. type: =head2
28287 #: ../fish/guestfish-commands.pod:172
28288 msgid "supported"
28289 msgstr ""
28290
28291 #. type: verbatim
28292 #: ../fish/guestfish-commands.pod:174
28293 #, no-wrap
28294 msgid ""
28295 " supported\n"
28296 "\n"
28297 msgstr ""
28298
28299 #. type: textblock
28300 #: ../fish/guestfish-commands.pod:176
28301 msgid ""
28302 "This command returns a list of the optional groups known to the daemon, and "
28303 "indicates which ones are supported by this build of the libguestfs appliance."
28304 msgstr ""
28305
28306 #. type: textblock
28307 #: ../fish/guestfish-commands.pod:180
28308 msgid "See also L<guestfs(3)/AVAILABILITY>."
28309 msgstr ""
28310
28311 #. type: =head2
28312 #: ../fish/guestfish-commands.pod:182
28313 msgid "time"
28314 msgstr ""
28315
28316 #. type: verbatim
28317 #: ../fish/guestfish-commands.pod:184
28318 #, no-wrap
28319 msgid ""
28320 " time command args...\n"
28321 "\n"
28322 msgstr ""
28323
28324 #. type: textblock
28325 #: ../fish/guestfish-commands.pod:186
28326 msgid ""
28327 "Run the command as usual, but print the elapsed time afterwards.  This can "
28328 "be useful for benchmarking operations."
28329 msgstr ""
28330
28331 #. type: textblock
28332 #: ../test-tool/libguestfs-test-tool.pod:5
28333 msgid "libguestfs-test-tool - End user tests for libguestfs"
28334 msgstr ""
28335
28336 #. type: verbatim
28337 #: ../test-tool/libguestfs-test-tool.pod:9
28338 #, no-wrap
28339 msgid ""
28340 " libguestfs-test-tool [--options]\n"
28341 "\n"
28342 msgstr ""
28343
28344 #. type: textblock
28345 #: ../test-tool/libguestfs-test-tool.pod:13
28346 msgid ""
28347 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
28348 "and developers, to allow them to check basic libguestfs functionality is "
28349 "working.  This is needed because libguestfs occasionally breaks for reasons "
28350 "beyond our control: usually because of changes in the underlying qemu or "
28351 "kernel packages, or the host environment."
28352 msgstr ""
28353
28354 #. type: textblock
28355 #: ../test-tool/libguestfs-test-tool.pod:20
28356 msgid "If you suspect a problem in libguestfs, then just run:"
28357 msgstr ""
28358
28359 #. type: verbatim
28360 #: ../test-tool/libguestfs-test-tool.pod:22
28361 #, no-wrap
28362 msgid ""
28363 " libguestfs-test-tool\n"
28364 "\n"
28365 msgstr ""
28366
28367 #. type: textblock
28368 #: ../test-tool/libguestfs-test-tool.pod:24
28369 msgid "It will print lots of diagnostic messages."
28370 msgstr ""
28371
28372 #. type: textblock
28373 #: ../test-tool/libguestfs-test-tool.pod:26
28374 msgid "If it runs to completion successfully, you will see this near the end:"
28375 msgstr ""
28376
28377 #. type: verbatim
28378 #: ../test-tool/libguestfs-test-tool.pod:28
28379 #, no-wrap
28380 msgid ""
28381 " ===== TEST FINISHED OK =====\n"
28382 "\n"
28383 msgstr ""
28384
28385 #. type: textblock
28386 #: ../test-tool/libguestfs-test-tool.pod:30
28387 msgid "and the test tool will exit with code 0."
28388 msgstr ""
28389
28390 #. type: textblock
28391 #: ../test-tool/libguestfs-test-tool.pod:32
28392 msgid ""
28393 "If it fails (and/or exits with non-zero error code), please paste the "
28394 "B<complete, unedited> output of the test tool into a bug report.  More "
28395 "information about reporting bugs can be found on the L<http://libguestfs.org/"
28396 "> website."
28397 msgstr ""
28398
28399 #. type: =item
28400 #: ../test-tool/libguestfs-test-tool.pod:41
28401 msgid "I<--help>"
28402 msgstr ""
28403
28404 #. type: textblock
28405 #: ../test-tool/libguestfs-test-tool.pod:43
28406 msgid "Display short usage information and exit."
28407 msgstr ""
28408
28409 #. type: =item
28410 #: ../test-tool/libguestfs-test-tool.pod:45
28411 msgid "I<--qemu qemu_binary>"
28412 msgstr ""
28413
28414 #. type: textblock
28415 #: ../test-tool/libguestfs-test-tool.pod:47
28416 msgid ""
28417 "If you have downloaded another qemu binary, point this option at the full "
28418 "path of the binary to try it."
28419 msgstr ""
28420
28421 #. type: =item
28422 #: ../test-tool/libguestfs-test-tool.pod:50
28423 msgid "I<--qemudir qemu_source_dir>"
28424 msgstr ""
28425
28426 #. type: textblock
28427 #: ../test-tool/libguestfs-test-tool.pod:52
28428 msgid ""
28429 "If you have compiled qemu from source, point this option at the source "
28430 "directory to try it."
28431 msgstr ""
28432
28433 #. type: =item
28434 #: ../test-tool/libguestfs-test-tool.pod:55
28435 msgid "I<--timeout N>"
28436 msgstr ""
28437
28438 #. type: textblock
28439 #: ../test-tool/libguestfs-test-tool.pod:57
28440 msgid ""
28441 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
28442 "does not usually need to be adjusted unless your machine is very slow."
28443 msgstr ""
28444
28445 #. type: =head1
28446 #: ../test-tool/libguestfs-test-tool.pod:63
28447 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
28448 msgstr ""
28449
28450 #. type: textblock
28451 #: ../test-tool/libguestfs-test-tool.pod:65
28452 msgid ""
28453 "If you have compiled another version of qemu from source and would like to "
28454 "try that, then you can use the I<--qemudir> option to point to the qemu "
28455 "source directory."
28456 msgstr ""
28457
28458 #. type: textblock
28459 #: ../test-tool/libguestfs-test-tool.pod:69
28460 msgid ""
28461 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
28462 "option to point to the binary."
28463 msgstr ""
28464
28465 #. type: textblock
28466 #: ../test-tool/libguestfs-test-tool.pod:72
28467 msgid ""
28468 "When using an alternate qemu with libguestfs, usually you would need to "
28469 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
28470 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
28471 "use either of the I<--qemudir> or I<--qemu> options."
28472 msgstr ""
28473
28474 #. type: textblock
28475 #: ../test-tool/libguestfs-test-tool.pod:79
28476 msgid ""
28477 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
28478 "I<1> if there was an error."
28479 msgstr ""
28480
28481 #. type: textblock
28482 #: ../test-tool/libguestfs-test-tool.pod:84
28483 msgid ""
28484 "For the full list of environment variables which may affect libguestfs, "
28485 "please see the L<guestfs(3)> manual page."
28486 msgstr ""
28487
28488 #. type: textblock
28489 #: ../test-tool/libguestfs-test-tool.pod:89
28490 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
28491 msgstr ""
28492
28493 #. type: textblock
28494 #: ../fuse/guestmount.pod:5
28495 msgid ""
28496 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
28497 msgstr ""
28498
28499 #. type: verbatim
28500 #: ../fuse/guestmount.pod:9
28501 #, no-wrap
28502 msgid ""
28503 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
28504 "\n"
28505 msgstr ""
28506
28507 #. type: verbatim
28508 #: ../fuse/guestmount.pod:11
28509 #, no-wrap
28510 msgid ""
28511 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
28512 "\n"
28513 msgstr ""
28514
28515 #. type: verbatim
28516 #: ../fuse/guestmount.pod:13
28517 #, no-wrap
28518 msgid ""
28519 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
28520 "\n"
28521 msgstr ""
28522
28523 #. type: textblock
28524 #: ../fuse/guestmount.pod:17
28525 msgid ""
28526 "You must I<not> use C<guestmount> in read-write mode on live virtual "
28527 "machines.  If you do this, you risk disk corruption in the VM."
28528 msgstr ""
28529
28530 #. type: textblock
28531 #: ../fuse/guestmount.pod:22
28532 msgid ""
28533 "The guestmount program can be used to mount virtual machine filesystems and "
28534 "other disk images on the host.  It uses libguestfs for access to the guest "
28535 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
28536 "a mountable device."
28537 msgstr ""
28538
28539 #. type: textblock
28540 #: ../fuse/guestmount.pod:27
28541 msgid ""
28542 "Along with other options, you have to give at least one device (I<-a> "
28543 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
28544 "option) or use the I<-i> inspection option.  How this works is better "
28545 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
28546 "below."
28547 msgstr ""
28548
28549 #. type: textblock
28550 #: ../fuse/guestmount.pod:33
28551 msgid ""
28552 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
28553 "by you, and the filesystem will not be visible to any other users unless you "
28554 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
28555 "the filesystem, use the C<fusermount -u> command."
28556 msgstr ""
28557
28558 #. type: textblock
28559 #: ../fuse/guestmount.pod:41
28560 msgid ""
28561 "For a typical Windows guest which has its main filesystem on the first "
28562 "partition:"
28563 msgstr ""
28564
28565 #. type: verbatim
28566 #: ../fuse/guestmount.pod:44
28567 #, no-wrap
28568 msgid ""
28569 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
28570 "\n"
28571 msgstr ""
28572
28573 #. type: textblock
28574 #: ../fuse/guestmount.pod:46
28575 msgid ""
28576 "For a typical Linux guest which has a /boot filesystem on the first "
28577 "partition, and the root filesystem on a logical volume:"
28578 msgstr ""
28579
28580 #. type: verbatim
28581 #: ../fuse/guestmount.pod:49
28582 #, no-wrap
28583 msgid ""
28584 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
28585 "\n"
28586 msgstr ""
28587
28588 #. type: textblock
28589 #: ../fuse/guestmount.pod:51
28590 msgid "To get libguestfs to detect guest mountpoints for you:"
28591 msgstr ""
28592
28593 #. type: verbatim
28594 #: ../fuse/guestmount.pod:53
28595 #, no-wrap
28596 msgid ""
28597 " guestmount -a guest.img -i --ro /mnt\n"
28598 "\n"
28599 msgstr ""
28600
28601 #. type: textblock
28602 #: ../fuse/guestmount.pod:55
28603 msgid "For a libvirt guest called \"Guest\" you could do:"
28604 msgstr ""
28605
28606 #. type: verbatim
28607 #: ../fuse/guestmount.pod:57
28608 #, no-wrap
28609 msgid ""
28610 " guestmount -d Guest -i --ro /mnt\n"
28611 "\n"
28612 msgstr ""
28613
28614 #. type: textblock
28615 #: ../fuse/guestmount.pod:59
28616 msgid ""
28617 "If you don't know what filesystems are contained in a guest or disk image, "
28618 "use L<virt-filesystems(1)> first:"
28619 msgstr ""
28620
28621 #. type: verbatim
28622 #: ../fuse/guestmount.pod:62
28623 #, no-wrap
28624 msgid ""
28625 " virt-filesystems MyGuest\n"
28626 "\n"
28627 msgstr ""
28628
28629 #. type: textblock
28630 #: ../fuse/guestmount.pod:64
28631 msgid ""
28632 "If you want to trace the libguestfs calls but without excessive debugging "
28633 "information, we recommend:"
28634 msgstr ""
28635
28636 #. type: verbatim
28637 #: ../fuse/guestmount.pod:67
28638 #, no-wrap
28639 msgid ""
28640 " guestmount [...] --trace /mnt\n"
28641 "\n"
28642 msgstr ""
28643
28644 #. type: textblock
28645 #: ../fuse/guestmount.pod:69
28646 msgid "If you want to debug the program, we recommend:"
28647 msgstr ""
28648
28649 #. type: verbatim
28650 #: ../fuse/guestmount.pod:71
28651 #, no-wrap
28652 msgid ""
28653 " guestmount [...] --trace --verbose /mnt\n"
28654 "\n"
28655 msgstr ""
28656
28657 #. type: =item
28658 #: ../fuse/guestmount.pod:77
28659 msgid "B<-a image> | B<--add image>"
28660 msgstr ""
28661
28662 #. type: textblock
28663 #: ../fuse/guestmount.pod:79
28664 msgid "Add a block device or virtual machine image."
28665 msgstr ""
28666
28667 #. type: =item
28668 #: ../fuse/guestmount.pod:84
28669 msgid "B<-c URI> | B<--connect URI>"
28670 msgstr ""
28671
28672 #. type: =item
28673 #: ../fuse/guestmount.pod:90
28674 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
28675 msgstr ""
28676
28677 #. type: =item
28678 #: ../fuse/guestmount.pod:96
28679 msgid "B<--dir-cache-timeout N>"
28680 msgstr ""
28681
28682 #. type: textblock
28683 #: ../fuse/guestmount.pod:98
28684 msgid ""
28685 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
28686 "seconds.  The readdir cache [actually, there are several semi-independent "
28687 "caches] is populated after a readdir(2) call with the stat and extended "
28688 "attributes of the files in the directory, in anticipation that they will be "
28689 "requested soon after."
28690 msgstr ""
28691
28692 #. type: textblock
28693 #: ../fuse/guestmount.pod:104
28694 msgid ""
28695 "There is also a different attribute cache implemented by FUSE (see the FUSE "
28696 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
28697 "requests, only cache existing ones."
28698 msgstr ""
28699
28700 #. type: =item
28701 #: ../fuse/guestmount.pod:115
28702 msgid "B<--format=raw|qcow2|..> | B<--format>"
28703 msgstr ""
28704
28705 #. type: textblock
28706 #: ../fuse/guestmount.pod:122
28707 msgid ""
28708 "If you have untrusted raw-format guest disk images, you should use this "
28709 "option to specify the disk format.  This avoids a possible security problem "
28710 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
28711 "guestfs_add_drive_opts>."
28712 msgstr ""
28713
28714 #. type: =item
28715 #: ../fuse/guestmount.pod:127
28716 msgid "B<--fuse-help>"
28717 msgstr ""
28718
28719 #. type: textblock
28720 #: ../fuse/guestmount.pod:129
28721 msgid "Display help on special FUSE options (see I<-o> below)."
28722 msgstr ""
28723
28724 #. type: textblock
28725 #: ../fuse/guestmount.pod:133
28726 msgid "Display brief help and exit."
28727 msgstr ""
28728
28729 #. type: =item
28730 #: ../fuse/guestmount.pod:135
28731 msgid "B<-i> | B<--inspector>"
28732 msgstr ""
28733
28734 #. type: textblock
28735 #: ../fuse/guestmount.pod:155
28736 msgid ""
28737 "Mount the named partition or logical volume on the given mountpoint B<in the "
28738 "guest> (this has nothing to do with mountpoints in the host)."
28739 msgstr ""
28740
28741 #. type: textblock
28742 #: ../fuse/guestmount.pod:158
28743 msgid ""
28744 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
28745 "something on C</>."
28746 msgstr ""
28747
28748 #. type: =item
28749 #: ../fuse/guestmount.pod:171
28750 msgid "B<-n> | B<--no-sync>"
28751 msgstr ""
28752
28753 #. type: textblock
28754 #: ../fuse/guestmount.pod:173
28755 msgid ""
28756 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
28757 "unmounted.  If you specify this option, then we don't attempt to sync the "
28758 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
28759 msgstr ""
28760
28761 #. type: =item
28762 #: ../fuse/guestmount.pod:178
28763 msgid "B<-o option> | B<--option option>"
28764 msgstr ""
28765
28766 #. type: textblock
28767 #: ../fuse/guestmount.pod:180
28768 msgid "Pass extra options to FUSE."
28769 msgstr ""
28770
28771 #. type: textblock
28772 #: ../fuse/guestmount.pod:182
28773 msgid ""
28774 "To get a list of all the extra options supported by FUSE, use the command "
28775 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
28776 "of them are a good idea."
28777 msgstr ""
28778
28779 #. type: verbatim
28780 #: ../fuse/guestmount.pod:186
28781 #, no-wrap
28782 msgid ""
28783 " guestmount --fuse-help\n"
28784 "\n"
28785 msgstr ""
28786
28787 #. type: textblock
28788 #: ../fuse/guestmount.pod:188
28789 msgid "Some potentially useful FUSE options:"
28790 msgstr ""
28791
28792 #. type: =item
28793 #: ../fuse/guestmount.pod:192
28794 msgid "B<-o allow_other>"
28795 msgstr ""
28796
28797 #. type: textblock
28798 #: ../fuse/guestmount.pod:194
28799 msgid "Allow other users to see the filesystem."
28800 msgstr ""
28801
28802 #. type: =item
28803 #: ../fuse/guestmount.pod:196
28804 msgid "B<-o attr_timeout=N>"
28805 msgstr ""
28806
28807 #. type: textblock
28808 #: ../fuse/guestmount.pod:198
28809 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28810 msgstr ""
28811
28812 #. type: =item
28813 #: ../fuse/guestmount.pod:200
28814 msgid "B<-o kernel_cache>"
28815 msgstr ""
28816
28817 #. type: textblock
28818 #: ../fuse/guestmount.pod:202
28819 msgid ""
28820 "Allow the kernel to cache files (reduces the number of reads that have to go "
28821 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28822 "afford the extra memory usage."
28823 msgstr ""
28824
28825 #. type: =item
28826 #: ../fuse/guestmount.pod:206
28827 msgid "B<-o uid=N> B<-o gid=N>"
28828 msgstr ""
28829
28830 #. type: textblock
28831 #: ../fuse/guestmount.pod:208
28832 msgid ""
28833 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28834 "the chosen values."
28835 msgstr ""
28836
28837 #. type: =item
28838 #: ../fuse/guestmount.pod:213
28839 msgid "B<-r> | B<--ro>"
28840 msgstr ""
28841
28842 #. type: textblock
28843 #: ../fuse/guestmount.pod:215
28844 msgid ""
28845 "Add devices and mount everything read-only.  Also disallow writes and make "
28846 "the disk appear read-only to FUSE."
28847 msgstr ""
28848
28849 #. type: textblock
28850 #: ../fuse/guestmount.pod:218
28851 msgid ""
28852 "This is highly recommended if you are not going to edit the guest disk.  If "
28853 "the guest is running and this option is I<not> supplied, then there is a "
28854 "strong risk of disk corruption in the guest.  We try to prevent this from "
28855 "happening, but it is not always possible."
28856 msgstr ""
28857
28858 #. type: textblock
28859 #: ../fuse/guestmount.pod:223
28860 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28861 msgstr ""
28862
28863 #. type: textblock
28864 #: ../fuse/guestmount.pod:227
28865 msgid "Enable SELinux support for the guest."
28866 msgstr ""
28867
28868 #. type: =item
28869 #: ../fuse/guestmount.pod:229
28870 msgid "B<-v> | B<--verbose>"
28871 msgstr ""
28872
28873 #. type: textblock
28874 #: ../fuse/guestmount.pod:231
28875 msgid "Enable verbose messages from underlying libguestfs."
28876 msgstr ""
28877
28878 #. type: =item
28879 #: ../fuse/guestmount.pod:233
28880 msgid "B<-V> | B<--version>"
28881 msgstr ""
28882
28883 #. type: textblock
28884 #: ../fuse/guestmount.pod:235
28885 msgid "Display the program version and exit."
28886 msgstr ""
28887
28888 #. type: =item
28889 #: ../fuse/guestmount.pod:237
28890 msgid "B<-w> | B<--rw>"
28891 msgstr ""
28892
28893 #. type: textblock
28894 #: ../fuse/guestmount.pod:242 ../fuse/guestmount.pod:263
28895 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28896 msgstr ""
28897
28898 #. type: =item
28899 #: ../fuse/guestmount.pod:244
28900 msgid "B<-x> | B<--trace>"
28901 msgstr ""
28902
28903 #. type: textblock
28904 #: ../fuse/guestmount.pod:246
28905 msgid "Trace libguestfs calls and entry into each FUSE function."
28906 msgstr ""
28907
28908 #. type: textblock
28909 #: ../fuse/guestmount.pod:248
28910 msgid "This also stops the daemon from forking into the background."
28911 msgstr ""
28912
28913 #. type: textblock
28914 #: ../fuse/guestmount.pod:269
28915 msgid ""
28916 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28917 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
28918 "net/>."
28919 msgstr ""
28920
28921 #. type: textblock
28922 #: ../fuse/guestmount.pod:284
28923 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28924 msgstr ""
28925
28926 #. type: textblock
28927 #: ../tools/virt-edit.pl:34
28928 msgid "virt-edit - Edit a file in a virtual machine"
28929 msgstr ""
28930
28931 #. type: verbatim
28932 #: ../tools/virt-edit.pl:38
28933 #, no-wrap
28934 msgid ""
28935 " virt-edit [--options] domname file\n"
28936 "\n"
28937 msgstr ""
28938
28939 #. type: verbatim
28940 #: ../tools/virt-edit.pl:40
28941 #, no-wrap
28942 msgid ""
28943 " virt-edit [--options] disk.img [disk.img ...] file\n"
28944 "\n"
28945 msgstr ""
28946
28947 #. type: verbatim
28948 #: ../tools/virt-edit.pl:42
28949 #, no-wrap
28950 msgid ""
28951 " virt-edit [domname|disk.img] file -e 'expr'\n"
28952 "\n"
28953 msgstr ""
28954
28955 #. type: textblock
28956 #: ../tools/virt-edit.pl:46
28957 msgid ""
28958 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
28959 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
28960 "doing this, but doesn't catch all cases."
28961 msgstr ""
28962
28963 #. type: textblock
28964 #: ../tools/virt-edit.pl:52
28965 msgid ""
28966 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
28967 "the named virtual machine (or disk image)."
28968 msgstr ""
28969
28970 #. type: textblock
28971 #: ../tools/virt-edit.pl:55
28972 msgid "If you want to just view a file, use L<virt-cat(1)>."
28973 msgstr ""
28974
28975 #. type: textblock
28976 #: ../tools/virt-edit.pl:57
28977 msgid ""
28978 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
28979 "USING GUESTFISH> below)."
28980 msgstr ""
28981
28982 #. type: textblock
28983 #: ../tools/virt-edit.pl:60
28984 msgid ""
28985 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
28986 "files.  L<guestfish(1)> can do that and much more."
28987 msgstr ""
28988
28989 #. type: textblock
28990 #: ../tools/virt-edit.pl:65
28991 msgid "Edit the named files interactively:"
28992 msgstr ""
28993
28994 #. type: verbatim
28995 #: ../tools/virt-edit.pl:67
28996 #, no-wrap
28997 msgid ""
28998 " virt-edit mydomain /boot/grub/grub.conf\n"
28999 "\n"
29000 msgstr ""
29001
29002 #. type: verbatim
29003 #: ../tools/virt-edit.pl:69
29004 #, no-wrap
29005 msgid ""
29006 " virt-edit mydomain /etc/passwd\n"
29007 "\n"
29008 msgstr ""
29009
29010 #. type: textblock
29011 #: ../tools/virt-edit.pl:71
29012 msgid "For Windows guests, some Windows paths are understood:"
29013 msgstr ""
29014
29015 #. type: verbatim
29016 #: ../tools/virt-edit.pl:73
29017 #, no-wrap
29018 msgid ""
29019 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
29020 "\n"
29021 msgstr ""
29022
29023 #. type: textblock
29024 #: ../tools/virt-edit.pl:75
29025 msgid ""
29026 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
29027 "below).  To change the init default level to 5:"
29028 msgstr ""
29029
29030 #. type: verbatim
29031 #: ../tools/virt-edit.pl:79
29032 #, no-wrap
29033 msgid ""
29034 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
29035 "\n"
29036 msgstr ""
29037
29038 #. type: textblock
29039 #: ../tools/virt-edit.pl:91 ../tools/virt-win-reg.pl:106
29040 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113
29041 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
29042 msgid "Display brief help."
29043 msgstr ""
29044
29045 #. type: textblock
29046 #: ../tools/virt-edit.pl:99 ../tools/virt-win-reg.pl:114
29047 #: ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:121
29048 #: ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
29049 msgid "Display version number and exit."
29050 msgstr ""
29051
29052 #. type: =item
29053 #: ../tools/virt-edit.pl:105
29054 msgid "B<--backup extension> | B<-b extension>"
29055 msgstr ""
29056
29057 #. type: textblock
29058 #: ../tools/virt-edit.pl:107
29059 msgid ""
29060 "Create a backup of the original file I<in the guest disk image>.  The backup "
29061 "has the original filename with C<extension> added."
29062 msgstr ""
29063
29064 #. type: textblock
29065 #: ../tools/virt-edit.pl:110
29066 msgid ""
29067 "Usually the first character of C<extension> would be a dot C<.> so you would "
29068 "write:"
29069 msgstr ""
29070
29071 #. type: verbatim
29072 #: ../tools/virt-edit.pl:113
29073 #, no-wrap
29074 msgid ""
29075 " virt-edit -b .orig [etc]\n"
29076 "\n"
29077 msgstr ""
29078
29079 #. type: textblock
29080 #: ../tools/virt-edit.pl:115
29081 msgid "By default, no backup file is made."
29082 msgstr ""
29083
29084 #. type: =item
29085 #: ../tools/virt-edit.pl:121 ../tools/virt-win-reg.pl:128
29086 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127
29087 #: ../tools/virt-list-partitions.pl:78
29088 msgid "B<--connect URI> | B<-c URI>"
29089 msgstr ""
29090
29091 #. type: textblock
29092 #: ../tools/virt-edit.pl:123 ../tools/virt-win-reg.pl:130
29093 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129
29094 #: ../tools/virt-list-partitions.pl:80
29095 msgid ""
29096 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
29097 "to the default libvirt hypervisor."
29098 msgstr ""
29099
29100 #. type: textblock
29101 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:133
29102 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132
29103 #: ../tools/virt-list-partitions.pl:83
29104 msgid ""
29105 "If you specify guest block devices directly, then libvirt is not used at all."
29106 msgstr ""
29107
29108 #. type: =item
29109 #: ../tools/virt-edit.pl:133 ../tools/virt-win-reg.pl:140
29110 #: ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:139
29111 #: ../tools/virt-list-partitions.pl:90
29112 msgid "B<--format> raw"
29113 msgstr ""
29114
29115 #. type: textblock
29116 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:142
29117 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141
29118 #: ../tools/virt-list-partitions.pl:92
29119 msgid ""
29120 "Specify the format of disk images given on the command line.  If this is "
29121 "omitted then the format is autodetected from the content of the disk image."
29122 msgstr ""
29123
29124 #. type: textblock
29125 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:146
29126 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145
29127 #: ../tools/virt-list-partitions.pl:96
29128 msgid ""
29129 "If disk images are requested from libvirt, then this program asks libvirt "
29130 "for this information.  In this case, the value of the format parameter is "
29131 "ignored."
29132 msgstr ""
29133
29134 #. type: textblock
29135 #: ../tools/virt-edit.pl:143 ../tools/virt-win-reg.pl:150
29136 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149
29137 #: ../tools/virt-list-partitions.pl:100
29138 msgid ""
29139 "If working with untrusted raw-format guest disk images, you should ensure "
29140 "the format is always specified."
29141 msgstr ""
29142
29143 #. type: =item
29144 #: ../tools/virt-edit.pl:150
29145 msgid "B<--expr EXPR> | B<-e EXPR>"
29146 msgstr ""
29147
29148 #. type: textblock
29149 #: ../tools/virt-edit.pl:152
29150 msgid ""
29151 "Instead of launching the external editor, non-interactively apply the Perl "
29152 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
29153 "EDITING> below."
29154 msgstr ""
29155
29156 #. type: textblock
29157 #: ../tools/virt-edit.pl:156
29158 msgid ""
29159 "Be careful to properly quote the expression to prevent it from being altered "
29160 "by the shell."
29161 msgstr ""
29162
29163 #. type: =head1
29164 #: ../tools/virt-edit.pl:280
29165 msgid "NON-INTERACTIVE EDITING"
29166 msgstr ""
29167
29168 #. type: textblock
29169 #: ../tools/virt-edit.pl:282
29170 msgid ""
29171 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
29172 "administrator can interactively edit the file."
29173 msgstr ""
29174
29175 #. type: textblock
29176 #: ../tools/virt-edit.pl:285
29177 msgid ""
29178 "There are two ways also to use C<virt-edit> from scripts in order to make "
29179 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
29180 "like this, it's less error-prone to write scripts directly using the "
29181 "libguestfs API and Augeas for configuration file editing.)"
29182 msgstr ""
29183
29184 #. type: textblock
29185 #: ../tools/virt-edit.pl:291
29186 msgid ""
29187 "The first method is to temporarily set C<$EDITOR> to any script or program "
29188 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
29189 "update C<tmpfile> in place however it likes."
29190 msgstr ""
29191
29192 #. type: textblock
29193 #: ../tools/virt-edit.pl:295
29194 msgid ""
29195 "The second method is to use the I<-e> parameter of C<virt-edit> to run a "
29196 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
29197 "instances of C<foo> with C<bar> in a file:"
29198 msgstr ""
29199
29200 #. type: verbatim
29201 #: ../tools/virt-edit.pl:299
29202 #, no-wrap
29203 msgid ""
29204 " virt-edit domname filename -e 's/foo/bar/'\n"
29205 "\n"
29206 msgstr ""
29207
29208 #. type: textblock
29209 #: ../tools/virt-edit.pl:301
29210 msgid ""
29211 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
29212 "For example to delete root's password you could do:"
29213 msgstr ""
29214
29215 #. type: verbatim
29216 #: ../tools/virt-edit.pl:304
29217 #, no-wrap
29218 msgid ""
29219 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
29220 "\n"
29221 msgstr ""
29222
29223 #. type: textblock
29224 #: ../tools/virt-edit.pl:306
29225 msgid ""
29226 "What really happens is that the snippet is evaluated as a Perl expression "
29227 "for each line of the file.  The line, including the final C<\\n>, is passed "
29228 "in C<$_> and the expression should update C<$_> or leave it unchanged."
29229 msgstr ""
29230
29231 #. type: textblock
29232 #: ../tools/virt-edit.pl:311
29233 msgid ""
29234 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
29235 "C<apache> user account from the password file you can do:"
29236 msgstr ""
29237
29238 #. type: verbatim
29239 #: ../tools/virt-edit.pl:314
29240 #, no-wrap
29241 msgid ""
29242 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
29243 "\n"
29244 msgstr ""
29245
29246 #. type: textblock
29247 #: ../tools/virt-edit.pl:316
29248 msgid ""
29249 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
29250 "the end of the file is rather difficult this way since there is no concept "
29251 "of \"last line of the file\" - your expression just doesn't get called "
29252 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
29253 "want to do this."
29254 msgstr ""
29255
29256 #. type: textblock
29257 #: ../tools/virt-edit.pl:322
29258 msgid ""
29259 "The variable C<$lineno> contains the current line number.  As is "
29260 "traditional, the first line in the file is number C<1>."
29261 msgstr ""
29262
29263 #. type: textblock
29264 #: ../tools/virt-edit.pl:325
29265 msgid ""
29266 "The return value from the expression is ignored, but the expression may call "
29267 "C<die> in order to abort the whole program, leaving the original file "
29268 "untouched."
29269 msgstr ""
29270
29271 #. type: textblock
29272 #: ../tools/virt-edit.pl:329
29273 msgid ""
29274 "Remember when matching the end of a line that C<$_> may contain the final C<"
29275 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
29276 "newline then neither of these.  Thus to match or substitute some text at the "
29277 "end of a line, use this regular expression:"
29278 msgstr ""
29279
29280 #. type: verbatim
29281 #: ../tools/virt-edit.pl:334
29282 #, no-wrap
29283 msgid ""
29284 " /some text(\\r?\\n)?$/\n"
29285 "\n"
29286 msgstr ""
29287
29288 #. type: textblock
29289 #: ../tools/virt-edit.pl:336
29290 msgid ""
29291 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
29292 "$_> itself (since that would remove all newlines from the file):"
29293 msgstr ""
29294
29295 #. type: verbatim
29296 #: ../tools/virt-edit.pl:340
29297 #, no-wrap
29298 msgid ""
29299 " my $m = $_; chomp $m; $m =~ /some text$/\n"
29300 "\n"
29301 msgstr ""
29302
29303 #. type: textblock
29304 #: ../tools/virt-edit.pl:344
29305 msgid ""
29306 "C<virt-edit> has a limited ability to understand Windows drive letters and "
29307 "paths (eg. C<E:\\foo\\bar.txt>)."
29308 msgstr ""
29309
29310 #. type: textblock
29311 #: ../tools/virt-edit.pl:347
29312 msgid "If and only if the guest is running Windows then:"
29313 msgstr ""
29314
29315 #. type: textblock
29316 #: ../tools/virt-edit.pl:353
29317 msgid ""
29318 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
29319 "to the correct filesystem."
29320 msgstr ""
29321
29322 #. type: textblock
29323 #: ../tools/virt-edit.pl:358
29324 msgid ""
29325 "Any backslash (C<\\>) characters in the path are replaced with forward "
29326 "slashes so that libguestfs can process it."
29327 msgstr ""
29328
29329 #. type: textblock
29330 #: ../tools/virt-edit.pl:363
29331 msgid ""
29332 "The path is resolved case insensitively to locate the file that should be "
29333 "edited."
29334 msgstr ""
29335
29336 #. type: textblock
29337 #: ../tools/virt-edit.pl:368
29338 msgid "There are some known shortcomings:"
29339 msgstr ""
29340
29341 #. type: textblock
29342 #: ../tools/virt-edit.pl:374
29343 msgid "Some NTFS symbolic links may not be followed correctly."
29344 msgstr ""
29345
29346 #. type: textblock
29347 #: ../tools/virt-edit.pl:378
29348 msgid "NTFS junction points that cross filesystems are not followed."
29349 msgstr ""
29350
29351 #. type: =head1
29352 #: ../tools/virt-edit.pl:435
29353 msgid "USING GUESTFISH"
29354 msgstr ""
29355
29356 #. type: textblock
29357 #: ../tools/virt-edit.pl:437
29358 msgid ""
29359 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
29360 "C<virt-edit> doesn't work."
29361 msgstr ""
29362
29363 #. type: textblock
29364 #: ../tools/virt-edit.pl:440
29365 msgid "Using C<virt-edit> is approximately equivalent to doing:"
29366 msgstr ""
29367
29368 #. type: verbatim
29369 #: ../tools/virt-edit.pl:442
29370 #, no-wrap
29371 msgid ""
29372 " guestfish --rw -i -d domname edit /file\n"
29373 "\n"
29374 msgstr ""
29375
29376 #. type: textblock
29377 #: ../tools/virt-edit.pl:444
29378 msgid ""
29379 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
29380 "path to the file."
29381 msgstr ""
29382
29383 #. type: textblock
29384 #: ../tools/virt-edit.pl:447
29385 msgid ""
29386 "The command above uses libguestfs's guest inspection feature and so does not "
29387 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
29388 "disk images that don't contain guests.  To edit a file on a disk image "
29389 "directly, use:"
29390 msgstr ""
29391
29392 #. type: verbatim
29393 #: ../tools/virt-edit.pl:452
29394 #, no-wrap
29395 msgid ""
29396 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
29397 "\n"
29398 msgstr ""
29399
29400 #. type: textblock
29401 #: ../tools/virt-edit.pl:454
29402 msgid ""
29403 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
29404 "the disk image to edit, and C</file> is the full path to the file."
29405 msgstr ""
29406
29407 #. type: textblock
29408 #: ../tools/virt-edit.pl:458
29409 msgid ""
29410 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
29411 "C<write> or C<upload> instead:"
29412 msgstr ""
29413
29414 #. type: verbatim
29415 #: ../tools/virt-edit.pl:461
29416 #, no-wrap
29417 msgid ""
29418 " guestfish --rw -i -d domname touch /newfile\n"
29419 "\n"
29420 msgstr ""
29421
29422 #. type: verbatim
29423 #: ../tools/virt-edit.pl:463
29424 #, no-wrap
29425 msgid ""
29426 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
29427 "\n"
29428 msgstr ""
29429
29430 #. type: verbatim
29431 #: ../tools/virt-edit.pl:465
29432 #, no-wrap
29433 msgid ""
29434 " guestfish --rw -i -d domname upload localfile /newfile\n"
29435 "\n"
29436 msgstr ""
29437
29438 #. type: textblock
29439 #: ../tools/virt-edit.pl:467
29440 msgid ""
29441 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
29442 msgstr ""
29443
29444 #. type: verbatim
29445 #: ../tools/virt-edit.pl:470
29446 #, no-wrap
29447 msgid ""
29448 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
29449 "\n"
29450 msgstr ""
29451
29452 #. type: =item
29453 #: ../tools/virt-edit.pl:480
29454 msgid "C<EDITOR>"
29455 msgstr ""
29456
29457 #. type: textblock
29458 #: ../tools/virt-edit.pl:482
29459 msgid ""
29460 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
29461 "\"emacs -nw\">"
29462 msgstr ""
29463
29464 #. type: textblock
29465 #: ../tools/virt-edit.pl:485
29466 msgid "If not set, C<vi> is used."
29467 msgstr ""
29468
29469 #. type: =head1
29470 #: ../tools/virt-edit.pl:489 ../tools/virt-win-reg.pl:559
29471 #: ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279
29472 #: ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
29473 msgid "SHELL QUOTING"
29474 msgstr ""
29475
29476 #. type: textblock
29477 #: ../tools/virt-edit.pl:491 ../tools/virt-win-reg.pl:567
29478 #: ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281
29479 #: ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
29480 msgid ""
29481 "Libvirt guest names can contain arbitrary characters, some of which have "
29482 "meaning to the shell such as C<#> and space.  You may need to quote or "
29483 "escape these characters on the command line.  See the shell manual page L<sh"
29484 "(1)> for details."
29485 msgstr ""
29486
29487 #. type: textblock
29488 #: ../tools/virt-edit.pl:498
29489 msgid ""
29490 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-"
29491 "tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
29492 "L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
29493 msgstr ""
29494
29495 #. type: =head1
29496 #: ../tools/virt-edit.pl:510 ../tools/virt-win-reg.pl:598
29497 #: ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301
29498 #: ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
29499 msgid "AUTHOR"
29500 msgstr ""
29501
29502 #. type: textblock
29503 #: ../tools/virt-edit.pl:512 ../tools/virt-win-reg.pl:600
29504 #: ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303
29505 #: ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
29506 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
29507 msgstr ""
29508
29509 #. type: textblock
29510 #: ../tools/virt-edit.pl:516
29511 msgid "Copyright (C) 2009-2011 Red Hat Inc."
29512 msgstr ""
29513
29514 #. type: textblock
29515 #: ../tools/virt-win-reg.pl:37
29516 msgid ""
29517 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
29518 msgstr ""
29519
29520 #. type: verbatim
29521 #: ../tools/virt-win-reg.pl:41
29522 #, no-wrap
29523 msgid ""
29524 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
29525 "\n"
29526 msgstr ""
29527
29528 #. type: verbatim
29529 #: ../tools/virt-win-reg.pl:43
29530 #, no-wrap
29531 msgid ""
29532 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
29533 "\n"
29534 msgstr ""
29535
29536 #. type: verbatim
29537 #: ../tools/virt-win-reg.pl:45
29538 #, no-wrap
29539 msgid ""
29540 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
29541 "\n"
29542 msgstr ""
29543
29544 #. type: verbatim
29545 #: ../tools/virt-win-reg.pl:47
29546 #, no-wrap
29547 msgid ""
29548 " virt-win-reg --merge domname [input.reg ...]\n"
29549 "\n"
29550 msgstr ""
29551
29552 #. type: verbatim
29553 #: ../tools/virt-win-reg.pl:49
29554 #, no-wrap
29555 msgid ""
29556 " virt-win-reg [--options] disk.img ... # instead of domname\n"
29557 "\n"
29558 msgstr ""
29559
29560 #. type: textblock
29561 #: ../tools/virt-win-reg.pl:53
29562 msgid ""
29563 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
29564 "virtual machines.  If you do this, you I<will> get irreversible disk "
29565 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
29566 "but doesn't catch all cases."
29567 msgstr ""
29568
29569 #. type: textblock
29570 #: ../tools/virt-win-reg.pl:58
29571 msgid ""
29572 "Modifying the Windows Registry is an inherently risky operation.  The format "
29573 "is deliberately obscure and undocumented, and Registry changes can leave the "
29574 "system unbootable.  Therefore when using the I<--merge> option, make sure "
29575 "you have a reliable backup first."
29576 msgstr ""
29577
29578 #. type: textblock
29579 #: ../tools/virt-win-reg.pl:65
29580 msgid ""
29581 "This program can export and merge Windows Registry entries from a Windows "
29582 "guest."
29583 msgstr ""
29584
29585 #. type: textblock
29586 #: ../tools/virt-win-reg.pl:68
29587 msgid ""
29588 "The first parameter is the libvirt guest name or the raw disk image of a "
29589 "Windows guest."
29590 msgstr ""
29591
29592 #. type: textblock
29593 #: ../tools/virt-win-reg.pl:71
29594 msgid ""
29595 "If I<--merge> is I<not> specified, then the chosen registry key is displayed/"
29596 "exported (recursively).  For example:"
29597 msgstr ""
29598
29599 #. type: verbatim
29600 #: ../tools/virt-win-reg.pl:74
29601 #, no-wrap
29602 msgid ""
29603 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
29604 "\n"
29605 msgstr ""
29606
29607 #. type: textblock
29608 #: ../tools/virt-win-reg.pl:76
29609 msgid ""
29610 "You can also display single values from within registry keys, for example:"
29611 msgstr ""
29612
29613 #. type: verbatim
29614 #: ../tools/virt-win-reg.pl:79
29615 #, no-wrap
29616 msgid ""
29617 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
29618 " $ virt-win-reg Windows7 $cvkey ProductName\n"
29619 " Windows 7 Enterprise\n"
29620 "\n"
29621 msgstr ""
29622
29623 #. type: textblock
29624 #: ../tools/virt-win-reg.pl:83
29625 msgid ""
29626 "With I<--merge>, you can merge a textual regedit file into the Windows "
29627 "Registry:"
29628 msgstr ""
29629
29630 #. type: verbatim
29631 #: ../tools/virt-win-reg.pl:86
29632 #, no-wrap
29633 msgid ""
29634 " $ virt-win-reg --merge Windows7 changes.reg\n"
29635 "\n"
29636 msgstr ""
29637
29638 #. type: =head1
29639 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29640 msgid "NOTE"
29641 msgstr ""
29642
29643 #. type: textblock
29644 #: ../tools/virt-win-reg.pl:90
29645 msgid ""
29646 "This program is only meant for simple access to the registry.  If you want "
29647 "to do complicated things with the registry, we suggest you download the "
29648 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29649 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29650 "L<hivexregedit(1)>."
29651 msgstr ""
29652
29653 #. type: =item
29654 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29655 msgid "B<--debug>"
29656 msgstr ""
29657
29658 #. type: textblock
29659 #: ../tools/virt-win-reg.pl:122
29660 msgid "Enable debugging messages."
29661 msgstr ""
29662
29663 #. type: =item
29664 #: ../tools/virt-win-reg.pl:157
29665 msgid "B<--merge>"
29666 msgstr ""
29667
29668 #. type: textblock
29669 #: ../tools/virt-win-reg.pl:159
29670 msgid ""
29671 "In merge mode, this merges a textual regedit file into the Windows Registry "
29672 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29673 "displays or exports Registry entries instead."
29674 msgstr ""
29675
29676 #. type: textblock
29677 #: ../tools/virt-win-reg.pl:163
29678 msgid ""
29679 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
29680 "result in disk corruption.  However exporting (without this flag)  is always "
29681 "safe."
29682 msgstr ""
29683
29684 #. type: =item
29685 #: ../tools/virt-win-reg.pl:171
29686 msgid "B<--encoding> UTF-16LE|ASCII"
29687 msgstr ""
29688
29689 #. type: textblock
29690 #: ../tools/virt-win-reg.pl:173
29691 msgid ""
29692 "When merging (only), you may need to specify the encoding for strings to be "
29693 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
29694 "(3)/ENCODING STRINGS>."
29695 msgstr ""
29696
29697 #. type: textblock
29698 #: ../tools/virt-win-reg.pl:177
29699 msgid ""
29700 "The default is to use UTF-16LE, which should work with recent versions of "
29701 "Windows."
29702 msgstr ""
29703
29704 #. type: =head1
29705 #: ../tools/virt-win-reg.pl:402
29706 msgid "SUPPORTED SYSTEMS"
29707 msgstr ""
29708
29709 #. type: textblock
29710 #: ../tools/virt-win-reg.pl:404
29711 msgid ""
29712 "The program currently supports Windows NT-derived guests starting with "
29713 "Windows XP through to at least Windows 7."
29714 msgstr ""
29715
29716 #. type: textblock
29717 #: ../tools/virt-win-reg.pl:407
29718 msgid ""
29719 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
29720 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
29721 "and C<HKEY_USERS\\.DEFAULT>."
29722 msgstr ""
29723
29724 #. type: textblock
29725 #: ../tools/virt-win-reg.pl:411
29726 msgid ""
29727 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29728 "C<HKEY_USERS>."
29729 msgstr ""
29730
29731 #. type: textblock
29732 #: ../tools/virt-win-reg.pl:414
29733 msgid ""
29734 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
29735 "time."
29736 msgstr ""
29737
29738 #. type: =head1
29739 #: ../tools/virt-win-reg.pl:417
29740 msgid "ENCODING"
29741 msgstr ""
29742
29743 #. type: textblock
29744 #: ../tools/virt-win-reg.pl:419
29745 msgid ""
29746 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29747 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
29748 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
29749 "Windows-style line endings, you may need to reencode the whole file before "
29750 "or after processing."
29751 msgstr ""
29752
29753 #. type: textblock
29754 #: ../tools/virt-win-reg.pl:425
29755 msgid ""
29756 "To reencode a file from Windows format to Linux (before processing it with "
29757 "the I<--merge> option), you would do something like this:"
29758 msgstr ""
29759
29760 #. type: verbatim
29761 #: ../tools/virt-win-reg.pl:428
29762 #, no-wrap
29763 msgid ""
29764 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29765 "\n"
29766 msgstr ""
29767
29768 #. type: textblock
29769 #: ../tools/virt-win-reg.pl:430
29770 msgid ""
29771 "To go in the opposite direction, after exporting and before sending the file "
29772 "to a Windows user, do something like this:"
29773 msgstr ""
29774
29775 #. type: verbatim
29776 #: ../tools/virt-win-reg.pl:433
29777 #, no-wrap
29778 msgid ""
29779 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29780 "\n"
29781 msgstr ""
29782
29783 #. type: textblock
29784 #: ../tools/virt-win-reg.pl:435
29785 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29786 msgstr ""
29787
29788 #. type: textblock
29789 #: ../tools/virt-win-reg.pl:437
29790 msgid ""
29791 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29792 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
29793 "style (CRLF) line endings, like this:"
29794 msgstr ""
29795
29796 #. type: verbatim
29797 #: ../tools/virt-win-reg.pl:441
29798 #, no-wrap
29799 msgid ""
29800 " $ file software.reg\n"
29801 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29802 " with CRLF line terminators\n"
29803 "\n"
29804 msgstr ""
29805
29806 #. type: textblock
29807 #: ../tools/virt-win-reg.pl:445
29808 msgid "This file would need conversion before you could I<--merge> it."
29809 msgstr ""
29810
29811 #. type: =head1
29812 #: ../tools/virt-win-reg.pl:447
29813 msgid "CurrentControlSet etc."
29814 msgstr ""
29815
29816 #. type: textblock
29817 #: ../tools/virt-win-reg.pl:449
29818 msgid ""
29819 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29820 "Registry at the level of the hive file, and therefore you cannot modify "
29821 "these."
29822 msgstr ""
29823
29824 #. type: textblock
29825 #: ../tools/virt-win-reg.pl:453
29826 msgid ""
29827 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29828 "circumstances it might refer to another control set.  The way to find out is "
29829 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29830 msgstr ""
29831
29832 #. type: verbatim
29833 #: ../tools/virt-win-reg.pl:457
29834 #, no-wrap
29835 msgid ""
29836 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29837 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29838 " \"Current\"=dword:00000001\n"
29839 " \"Default\"=dword:00000001\n"
29840 " \"Failed\"=dword:00000000\n"
29841 " \"LastKnownGood\"=dword:00000002\n"
29842 "\n"
29843 msgstr ""
29844
29845 #. type: textblock
29846 #: ../tools/virt-win-reg.pl:464
29847 msgid "\"Current\" is the one which Windows will choose when it boots."
29848 msgstr ""
29849
29850 #. type: textblock
29851 #: ../tools/virt-win-reg.pl:466
29852 msgid ""
29853 "Similarly, other C<Current...> keys in the path may need to be replaced."
29854 msgstr ""
29855
29856 #. type: =head1
29857 #: ../tools/virt-win-reg.pl:469
29858 msgid "WINDOWS TIPS"
29859 msgstr ""
29860
29861 #. type: textblock
29862 #: ../tools/virt-win-reg.pl:471
29863 msgid ""
29864 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29865 "be shut off, else you will get disk corruption."
29866 msgstr ""
29867
29868 #. type: =head2
29869 #: ../tools/virt-win-reg.pl:474
29870 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29871 msgstr ""
29872
29873 #. type: textblock
29874 #: ../tools/virt-win-reg.pl:476
29875 msgid ""
29876 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29877 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29878 "is uploaded into C<C:\\>:"
29879 msgstr ""
29880
29881 #. type: verbatim
29882 #: ../tools/virt-win-reg.pl:480
29883 #, no-wrap
29884 msgid ""
29885 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29886 "\n"
29887 msgstr ""
29888
29889 #. type: textblock
29890 #: ../tools/virt-win-reg.pl:482
29891 msgid "Prepare a regedit file containing the registry change:"
29892 msgstr ""
29893
29894 #. type: verbatim
29895 #: ../tools/virt-win-reg.pl:484
29896 #, no-wrap
29897 msgid ""
29898 " cat > test.reg <<'EOF'\n"
29899 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29900 " \"Test\"=\"c:\\\\test.bat\"\n"
29901 " EOF\n"
29902 "\n"
29903 msgstr ""
29904
29905 #. type: textblock
29906 #: ../tools/virt-win-reg.pl:489
29907 msgid ""
29908 "In this example we use the key C<RunOnce> which means that the script will "
29909 "run precisely once when the first user logs in.  If you want it to run every "
29910 "time a user logs in, replace C<RunOnce> with C<Run>."
29911 msgstr ""
29912
29913 #. type: textblock
29914 #: ../tools/virt-win-reg.pl:493
29915 msgid "Now update the registry:"
29916 msgstr ""
29917
29918 #. type: verbatim
29919 #: ../tools/virt-win-reg.pl:495
29920 #, no-wrap
29921 msgid ""
29922 " virt-win-reg --merge WindowsGuest test.reg\n"
29923 "\n"
29924 msgstr ""
29925
29926 #. type: =head2
29927 #: ../tools/virt-win-reg.pl:497
29928 msgid "INSTALLING A SERVICE"
29929 msgstr ""
29930
29931 #. type: textblock
29932 #: ../tools/virt-win-reg.pl:499
29933 msgid ""
29934 "This section assumes you are familiar with Windows services, and you either "
29935 "have a program which handles the Windows Service Control Protocol directly "
29936 "or you want to run any program using a service wrapper like SrvAny or the "
29937 "free RHSrvAny."
29938 msgstr ""
29939
29940 #. type: textblock
29941 #: ../tools/virt-win-reg.pl:504
29942 msgid ""
29943 "First upload the program and optionally the service wrapper.  In this case "
29944 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
29945 msgstr ""
29946
29947 #. type: verbatim
29948 #: ../tools/virt-win-reg.pl:508
29949 #, no-wrap
29950 msgid ""
29951 " guestfish -i -d WindowsGuest <<EOF\n"
29952 "   upload rhsrvany.exe /rhsrvany.exe\n"
29953 "   upload test.exe /test.exe\n"
29954 " EOF\n"
29955 "\n"
29956 msgstr ""
29957
29958 #. type: textblock
29959 #: ../tools/virt-win-reg.pl:513
29960 msgid ""
29961 "Prepare a regedit file containing the registry changes.  In this example, "
29962 "the first registry change is needed for the service itself or the service "
29963 "wrapper (if used).  The second registry change is only needed because I am "
29964 "using the RHSrvAny service wrapper."
29965 msgstr ""
29966
29967 #. type: verbatim
29968 #: ../tools/virt-win-reg.pl:518
29969 #, no-wrap
29970 msgid ""
29971 " cat > service.reg <<'EOF'\n"
29972 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
29973 " \"Type\"=dword:00000010\n"
29974 " \"Start\"=dword:00000002\n"
29975 " \"ErrorControl\"=dword:00000001\n"
29976 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
29977 " \"DisplayName\"=\"RHSrvAny\"\n"
29978 " \"ObjectName\"=\"NetworkService\"\n"
29979 " \n"
29980 msgstr ""
29981
29982 #. type: verbatim
29983 #: ../tools/virt-win-reg.pl:527
29984 #, no-wrap
29985 msgid ""
29986 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
29987 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
29988 " \"PWD\"=\"c:\\\\Temp\"\n"
29989 " EOF\n"
29990 "\n"
29991 msgstr ""
29992
29993 #. type: textblock
29994 #: ../tools/virt-win-reg.pl:538
29995 msgid ""
29996 "For use of C<ControlSet001> see the section above in this manual page.  You "
29997 "may need to adjust this according to the control set that is in use by the "
29998 "guest."
29999 msgstr ""
30000
30001 #. type: textblock
30002 #: ../tools/virt-win-reg.pl:544
30003 msgid ""
30004 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
30005 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
30006 "privileged account."
30007 msgstr ""
30008
30009 #. type: textblock
30010 #: ../tools/virt-win-reg.pl:550
30011 msgid ""
30012 "For the meaning of the magic numbers, see this Microsoft KB article: "
30013 "L<http://support.microsoft.com/kb/103000>."
30014 msgstr ""
30015
30016 #. type: textblock
30017 #: ../tools/virt-win-reg.pl:555
30018 msgid "Update the registry:"
30019 msgstr ""
30020
30021 #. type: verbatim
30022 #: ../tools/virt-win-reg.pl:557
30023 #, no-wrap
30024 msgid ""
30025 " virt-win-reg --merge WindowsGuest service.reg\n"
30026 "\n"
30027 msgstr ""
30028
30029 #. type: textblock
30030 #: ../tools/virt-win-reg.pl:561
30031 msgid ""
30032 "Be careful when passing parameters containing C<\\> (backslash) in the "
30033 "shell.  Usually you will have to use 'single quotes' or double backslashes "
30034 "(but not both) to protect them from the shell."
30035 msgstr ""
30036
30037 #. type: textblock
30038 #: ../tools/virt-win-reg.pl:565
30039 msgid "Paths and value names are case-insensitive."
30040 msgstr ""
30041
30042 #. type: textblock
30043 #: ../tools/virt-win-reg.pl:574
30044 msgid ""
30045 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
30046 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
30047 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30048 msgstr ""
30049
30050 #. type: textblock
30051 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
30052 msgid ""
30053 "When reporting bugs, please enable debugging and capture the I<complete> "
30054 "output:"
30055 msgstr ""
30056
30057 #. type: verbatim
30058 #: ../tools/virt-win-reg.pl:592
30059 #, no-wrap
30060 msgid ""
30061 " export LIBGUESTFS_DEBUG=1\n"
30062 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
30063 "\n"
30064 msgstr ""
30065
30066 #. type: textblock
30067 #: ../tools/virt-win-reg.pl:595
30068 msgid ""
30069 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
30070 "redhat.com/>"
30071 msgstr ""
30072
30073 #. type: textblock
30074 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
30075 msgid "Copyright (C) 2010 Red Hat Inc."
30076 msgstr ""
30077
30078 #. type: textblock
30079 #: ../tools/virt-list-filesystems.pl:32
30080 msgid ""
30081 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
30082 msgstr ""
30083
30084 #. type: verbatim
30085 #: ../tools/virt-list-filesystems.pl:36
30086 #, no-wrap
30087 msgid ""
30088 " virt-list-filesystems [--options] domname\n"
30089 "\n"
30090 msgstr ""
30091
30092 #. type: verbatim
30093 #: ../tools/virt-list-filesystems.pl:38
30094 #, no-wrap
30095 msgid ""
30096 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
30097 "\n"
30098 msgstr ""
30099
30100 #. type: textblock
30101 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
30102 msgid ""
30103 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
30104 "replacement."
30105 msgstr ""
30106
30107 #. type: textblock
30108 #: ../tools/virt-list-filesystems.pl:45
30109 msgid ""
30110 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
30111 "are contained in a virtual machine or disk image."
30112 msgstr ""
30113
30114 #. type: textblock
30115 #: ../tools/virt-list-filesystems.pl:49
30116 msgid ""
30117 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
30118 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30119 "> tool."
30120 msgstr ""
30121
30122 #. type: =item
30123 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
30124 msgid "B<-l> | B<--long>"
30125 msgstr ""
30126
30127 #. type: textblock
30128 #: ../tools/virt-list-filesystems.pl:108
30129 msgid ""
30130 "With this option, C<virt-list-filesystems> displays the type of each "
30131 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
30132 msgstr ""
30133
30134 #. type: =item
30135 #: ../tools/virt-list-filesystems.pl:115
30136 msgid "B<-a> | B<--all>"
30137 msgstr ""
30138
30139 #. type: textblock
30140 #: ../tools/virt-list-filesystems.pl:117
30141 msgid ""
30142 "Normally we only show mountable filesystems.  If this option is given then "
30143 "swap devices are shown too."
30144 msgstr ""
30145
30146 #. type: textblock
30147 #: ../tools/virt-list-filesystems.pl:191
30148 msgid ""
30149 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
30150 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
30151 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30152 msgstr ""
30153
30154 #. type: textblock
30155 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
30156 msgid "Copyright (C) 2009 Red Hat Inc."
30157 msgstr ""
30158
30159 #. type: textblock
30160 #: ../tools/virt-tar.pl:33
30161 msgid "virt-tar - Extract or upload files to a virtual machine"
30162 msgstr ""
30163
30164 #. type: verbatim
30165 #: ../tools/virt-tar.pl:37
30166 #, no-wrap
30167 msgid ""
30168 " virt-tar [--options] -x domname directory tarball\n"
30169 "\n"
30170 msgstr ""
30171
30172 #. type: verbatim
30173 #: ../tools/virt-tar.pl:39
30174 #, no-wrap
30175 msgid ""
30176 " virt-tar [--options] -u domname tarball directory\n"
30177 "\n"
30178 msgstr ""
30179
30180 #. type: verbatim
30181 #: ../tools/virt-tar.pl:41
30182 #, no-wrap
30183 msgid ""
30184 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
30185 "\n"
30186 msgstr ""
30187
30188 #. type: verbatim
30189 #: ../tools/virt-tar.pl:43
30190 #, no-wrap
30191 msgid ""
30192 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
30193 "\n"
30194 msgstr ""
30195
30196 #. type: textblock
30197 #: ../tools/virt-tar.pl:47
30198 msgid ""
30199 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
30200 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
30201 msgstr ""
30202
30203 #. type: textblock
30204 #: ../tools/virt-tar.pl:52
30205 msgid "Download C</home> from the VM into a local tarball:"
30206 msgstr ""
30207
30208 #. type: verbatim
30209 #: ../tools/virt-tar.pl:54
30210 #, no-wrap
30211 msgid ""
30212 " virt-tar -x domname /home home.tar\n"
30213 "\n"
30214 msgstr ""
30215
30216 #. type: verbatim
30217 #: ../tools/virt-tar.pl:56
30218 #, no-wrap
30219 msgid ""
30220 " virt-tar -zx domname /home home.tar.gz\n"
30221 "\n"
30222 msgstr ""
30223
30224 #. type: textblock
30225 #: ../tools/virt-tar.pl:58
30226 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
30227 msgstr ""
30228
30229 #. type: verbatim
30230 #: ../tools/virt-tar.pl:60
30231 #, no-wrap
30232 msgid ""
30233 " virt-tar -u domname uploadstuff.tar /tmp\n"
30234 "\n"
30235 msgstr ""
30236
30237 #. type: verbatim
30238 #: ../tools/virt-tar.pl:62
30239 #, no-wrap
30240 msgid ""
30241 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
30242 "\n"
30243 msgstr ""
30244
30245 #. type: textblock
30246 #: ../tools/virt-tar.pl:66
30247 msgid ""
30248 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
30249 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
30250 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
30251 msgstr ""
30252
30253 #. type: textblock
30254 #: ../tools/virt-tar.pl:71
30255 msgid ""
30256 "You can use I<-x> (extract) on live virtual machines, but you might get "
30257 "inconsistent results or errors if there is filesystem activity inside the "
30258 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
30259 "work, but the only way to guarantee consistent results is if the virtual "
30260 "machine is shut down."
30261 msgstr ""
30262
30263 #. type: textblock
30264 #: ../tools/virt-tar.pl:79
30265 msgid ""
30266 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
30267 "parts of a guest filesystem.  There are many possibilities: making backups, "
30268 "uploading data files, snooping on guest activity, fixing or customizing "
30269 "guests, etc."
30270 msgstr ""
30271
30272 #. type: textblock
30273 #: ../tools/virt-tar.pl:84
30274 msgid ""
30275 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
30276 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
30277 "should look at the L<guestfish(1)> tool."
30278 msgstr ""
30279
30280 #. type: textblock
30281 #: ../tools/virt-tar.pl:88
30282 msgid ""
30283 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
30284 "its contents (recursively) from the virtual machine into a local tarball.  "
30285 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
30286 "virtual machine.  You cannot use these two options together."
30287 msgstr ""
30288
30289 #. type: textblock
30290 #: ../tools/virt-tar.pl:94
30291 msgid ""
30292 "In addition, you may need to use the I<-z> (gZip) option to enable "
30293 "compression.  When uploading, you have to specify I<-z> if the upload file "
30294 "is compressed because virt-tar won't detect this on its own."
30295 msgstr ""
30296
30297 #. type: textblock
30298 #: ../tools/virt-tar.pl:98
30299 msgid ""
30300 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
30301 "example it cannot do PKZip files or bzip2 compression.  If you want that "
30302 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
30303 "the L<libguestfs(3)> API)."
30304 msgstr ""
30305
30306 #. type: =item
30307 #: ../tools/virt-tar.pl:156
30308 msgid "B<-x> | B<--extract> | B<--download>"
30309 msgstr ""
30310
30311 #. type: =item
30312 #: ../tools/virt-tar.pl:158
30313 msgid "B<-u> | B<--upload>"
30314 msgstr ""
30315
30316 #. type: textblock
30317 #: ../tools/virt-tar.pl:160
30318 msgid ""
30319 "Use I<-x> to extract (download) a directory from a virtual machine to a "
30320 "local tarball."
30321 msgstr ""
30322
30323 #. type: textblock
30324 #: ../tools/virt-tar.pl:163
30325 msgid ""
30326 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
30327 "Please read the L</WARNING> section above before using this option."
30328 msgstr ""
30329
30330 #. type: textblock
30331 #: ../tools/virt-tar.pl:167
30332 msgid "You must specify exactly one of these options."
30333 msgstr ""
30334
30335 #. type: =item
30336 #: ../tools/virt-tar.pl:173
30337 msgid "B<-z> | B<--gzip>"
30338 msgstr ""
30339
30340 #. type: textblock
30341 #: ../tools/virt-tar.pl:175
30342 msgid "Specify that the input or output tarball is gzip-compressed."
30343 msgstr ""
30344
30345 #. type: textblock
30346 #: ../tools/virt-tar.pl:288
30347 msgid ""
30348 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
30349 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
30350 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
30351 "org/>."
30352 msgstr ""
30353
30354 #. type: textblock
30355 #: ../tools/virt-make-fs.pl:37
30356 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
30357 msgstr ""
30358
30359 #. type: verbatim
30360 #: ../tools/virt-make-fs.pl:41
30361 #, no-wrap
30362 msgid ""
30363 " virt-make-fs [--options] input.tar output.img\n"
30364 "\n"
30365 msgstr ""
30366
30367 #. type: verbatim
30368 #: ../tools/virt-make-fs.pl:43
30369 #, no-wrap
30370 msgid ""
30371 " virt-make-fs [--options] input.tar.gz output.img\n"
30372 "\n"
30373 msgstr ""
30374
30375 #. type: verbatim
30376 #: ../tools/virt-make-fs.pl:45
30377 #, no-wrap
30378 msgid ""
30379 " virt-make-fs [--options] directory output.img\n"
30380 "\n"
30381 msgstr ""
30382
30383 #. type: textblock
30384 #: ../tools/virt-make-fs.pl:49
30385 msgid ""
30386 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
30387 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
30388 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
30389 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
30390 "you want to attach these filesystems to existing virtual machines (eg. to "
30391 "import large amounts of read-only data to a VM)."
30392 msgstr ""
30393
30394 #. type: textblock
30395 #: ../tools/virt-make-fs.pl:57
30396 msgid "Basic usage is:"
30397 msgstr ""
30398
30399 #. type: verbatim
30400 #: ../tools/virt-make-fs.pl:59
30401 #, no-wrap
30402 msgid ""
30403 " virt-make-fs input output\n"
30404 "\n"
30405 msgstr ""
30406
30407 #. type: textblock
30408 #: ../tools/virt-make-fs.pl:61
30409 msgid ""
30410 "where C<input> is either a directory containing files that you want to add, "
30411 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
30412 "C<output> is a disk image.  The input type is detected automatically.  The "
30413 "output disk image defaults to a raw ext2 image unless you specify extra "
30414 "flags (see L</OPTIONS> below)."
30415 msgstr ""
30416
30417 #. type: =head2
30418 #: ../tools/virt-make-fs.pl:67
30419 msgid "EXTRA SPACE"
30420 msgstr ""
30421
30422 #. type: textblock
30423 #: ../tools/virt-make-fs.pl:69
30424 msgid ""
30425 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30426 "the files that it contains, but might have extra space.  Depending on how "
30427 "you are going to use the output, you might think this extra space is wasted "
30428 "and want to minimize it, or you might want to leave space so that more files "
30429 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30430 "but you can use the I<--size> flag to leave space in the filesystem if you "
30431 "want it."
30432 msgstr ""
30433
30434 #. type: textblock
30435 #: ../tools/virt-make-fs.pl:77
30436 msgid ""
30437 "An alternative way to leave extra space but not make the output image any "
30438 "bigger is to use an alternative disk image format (instead of the default "
30439 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
30440 "image format (check your hypervisor supports this before using it).  This "
30441 "allows you to choose a large I<--size> but the extra space won't actually be "
30442 "allocated in the image until you try to store something in it."
30443 msgstr ""
30444
30445 #. type: textblock
30446 #: ../tools/virt-make-fs.pl:85
30447 msgid ""
30448 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30449 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30450 "to build another image from scratch."
30451 msgstr ""
30452
30453 #. type: =head3
30454 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
30455 #: ../tools/virt-make-fs.pl:142
30456 msgid "EXAMPLE"
30457 msgstr ""
30458
30459 #. type: verbatim
30460 #: ../tools/virt-make-fs.pl:91
30461 #, no-wrap
30462 msgid ""
30463 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30464 "\n"
30465 msgstr ""
30466
30467 #. type: =head2
30468 #: ../tools/virt-make-fs.pl:93
30469 msgid "FILESYSTEM TYPE"
30470 msgstr ""
30471
30472 #. type: textblock
30473 #: ../tools/virt-make-fs.pl:95
30474 msgid ""
30475 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
30476 "libguestfs supports can be used (but I<not> read-only formats like "
30477 "ISO9660).  Here are some of the more common choices:"
30478 msgstr ""
30479
30480 #. type: =item
30481 #: ../tools/virt-make-fs.pl:101
30482 msgid "I<ext3>"
30483 msgstr ""
30484
30485 #. type: textblock
30486 #: ../tools/virt-make-fs.pl:103
30487 msgid ""
30488 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30489 "you are not going to use the filesystem in a way that requires the journal, "
30490 "then this is just wasted overhead."
30491 msgstr ""
30492
30493 #. type: =item
30494 #: ../tools/virt-make-fs.pl:107
30495 msgid "I<ntfs> or I<vfat>"
30496 msgstr ""
30497
30498 #. type: textblock
30499 #: ../tools/virt-make-fs.pl:109
30500 msgid "Useful if exporting data to a Windows guest."
30501 msgstr ""
30502
30503 #. type: textblock
30504 #: ../tools/virt-make-fs.pl:111
30505 msgid ""
30506 "I<Note for vfat>: The tar archive or local directory must only contain files "
30507 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30508 "program running within libguestfs is unable to change the ownership of non-"
30509 "root files, since vfat itself does not support this."
30510 msgstr ""
30511
30512 #. type: =item
30513 #: ../tools/virt-make-fs.pl:116
30514 msgid "I<minix>"
30515 msgstr ""
30516
30517 #. type: textblock
30518 #: ../tools/virt-make-fs.pl:118
30519 msgid ""
30520 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30521 "total filesystem size."
30522 msgstr ""
30523
30524 #. type: verbatim
30525 #: ../tools/virt-make-fs.pl:125
30526 #, no-wrap
30527 msgid ""
30528 " virt-make-fs --type=minix input minixfs.img\n"
30529 "\n"
30530 msgstr ""
30531
30532 #. type: =head2
30533 #: ../tools/virt-make-fs.pl:127
30534 msgid "TO PARTITION OR NOT TO PARTITION"
30535 msgstr ""
30536
30537 #. type: textblock
30538 #: ../tools/virt-make-fs.pl:129
30539 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30540 msgstr ""
30541
30542 #. type: textblock
30543 #: ../tools/virt-make-fs.pl:131
30544 msgid ""
30545 "Adding a partition can make the disk image more compatible with certain "
30546 "virtualized operating systems which don't expect to see a filesystem "
30547 "directly located on a block device (Linux doesn't care and will happily "
30548 "handle both types)."
30549 msgstr ""
30550
30551 #. type: textblock
30552 #: ../tools/virt-make-fs.pl:136
30553 msgid ""
30554 "On the other hand, if you have a partition table then the output image is no "
30555 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30556 "directly on a partitioned disk image.  (However libguestfs tools such as "
30557 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30558 msgstr ""
30559
30560 #. type: textblock
30561 #: ../tools/virt-make-fs.pl:144
30562 msgid "Add an MBR partition:"
30563 msgstr ""
30564
30565 #. type: verbatim
30566 #: ../tools/virt-make-fs.pl:146
30567 #, no-wrap
30568 msgid ""
30569 " virt-make-fs --partition -- input disk.img\n"
30570 "\n"
30571 msgstr ""
30572
30573 #. type: textblock
30574 #: ../tools/virt-make-fs.pl:148
30575 msgid ""
30576 "If the output disk image could be terabyte-sized or larger, it's better to "
30577 "use an EFI/GPT-compatible partition table:"
30578 msgstr ""
30579
30580 #. type: verbatim
30581 #: ../tools/virt-make-fs.pl:151
30582 #, no-wrap
30583 msgid ""
30584 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30585 "\n"
30586 msgstr ""
30587
30588 #. type: textblock
30589 #: ../tools/virt-make-fs.pl:179
30590 msgid "Enable debugging information."
30591 msgstr ""
30592
30593 #. type: =item
30594 #: ../tools/virt-make-fs.pl:185
30595 msgid "B<--size=E<lt>NE<gt>>"
30596 msgstr ""
30597
30598 #. type: =item
30599 #: ../tools/virt-make-fs.pl:187
30600 msgid "B<--size=+E<lt>NE<gt>>"
30601 msgstr ""
30602
30603 #. type: =item
30604 #: ../tools/virt-make-fs.pl:189
30605 msgid "B<-s E<lt>NE<gt>>"
30606 msgstr ""
30607
30608 #. type: =item
30609 #: ../tools/virt-make-fs.pl:191
30610 msgid "B<-s +E<lt>NE<gt>>"
30611 msgstr ""
30612
30613 #. type: textblock
30614 #: ../tools/virt-make-fs.pl:193
30615 msgid ""
30616 "Use the I<--size> (or I<-s>) option to choose the size of the output image."
30617 msgstr ""
30618
30619 #. type: textblock
30620 #: ../tools/virt-make-fs.pl:196
30621 msgid ""
30622 "If this option is I<not> given, then the output image will be just large "
30623 "enough to contain all the files, with not much wasted space."
30624 msgstr ""
30625
30626 #. type: textblock
30627 #: ../tools/virt-make-fs.pl:199
30628 msgid ""
30629 "To choose a fixed size output disk, specify an absolute number followed by b/"
30630 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30631 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30632 "files, else you will get an error."
30633 msgstr ""
30634
30635 #. type: textblock
30636 #: ../tools/virt-make-fs.pl:204
30637 msgid ""
30638 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
30639 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30640 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
30641 "the input files, and (approximately) an extra 200 MB free space."
30642 msgstr ""
30643
30644 #. type: textblock
30645 #: ../tools/virt-make-fs.pl:210
30646 msgid ""
30647 "Note that virt-make-fs estimates free space, and therefore will not produce "
30648 "filesystems containing precisely the free space requested.  (It is much more "
30649 "expensive and time-consuming to produce a filesystem which has precisely the "
30650 "desired free space)."
30651 msgstr ""
30652
30653 #. type: =item
30654 #: ../tools/virt-make-fs.pl:219
30655 msgid "B<--format=E<lt>fmtE<gt>>"
30656 msgstr ""
30657
30658 #. type: =item
30659 #: ../tools/virt-make-fs.pl:221
30660 msgid "B<-F E<lt>fmtE<gt>>"
30661 msgstr ""
30662
30663 #. type: textblock
30664 #: ../tools/virt-make-fs.pl:223
30665 msgid "Choose the output disk image format."
30666 msgstr ""
30667
30668 #. type: textblock
30669 #: ../tools/virt-make-fs.pl:225
30670 msgid "The default is C<raw> (raw disk image)."
30671 msgstr ""
30672
30673 #. type: textblock
30674 #: ../tools/virt-make-fs.pl:227
30675 msgid ""
30676 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30677 "that would really make sense here is C<qcow2>."
30678 msgstr ""
30679
30680 #. type: =item
30681 #: ../tools/virt-make-fs.pl:234
30682 msgid "B<--type=E<lt>fsE<gt>>"
30683 msgstr ""
30684
30685 #. type: =item
30686 #: ../tools/virt-make-fs.pl:236
30687 msgid "B<-t E<lt>fsE<gt>>"
30688 msgstr ""
30689
30690 #. type: textblock
30691 #: ../tools/virt-make-fs.pl:238
30692 msgid "Choose the output filesystem type."
30693 msgstr ""
30694
30695 #. type: textblock
30696 #: ../tools/virt-make-fs.pl:240
30697 msgid "The default is C<ext2>."
30698 msgstr ""
30699
30700 #. type: textblock
30701 #: ../tools/virt-make-fs.pl:242
30702 msgid ""
30703 "Any filesystem which is supported read-write by libguestfs can be used here."
30704 msgstr ""
30705
30706 #. type: =item
30707 #: ../tools/virt-make-fs.pl:249
30708 msgid "B<--partition>"
30709 msgstr ""
30710
30711 #. type: =item
30712 #: ../tools/virt-make-fs.pl:251
30713 msgid "B<--partition=E<lt>parttypeE<gt>>"
30714 msgstr ""
30715
30716 #. type: textblock
30717 #: ../tools/virt-make-fs.pl:253
30718 msgid ""
30719 "If specified, this flag adds an MBR partition table to the output disk image."
30720 msgstr ""
30721
30722 #. type: textblock
30723 #: ../tools/virt-make-fs.pl:256
30724 msgid ""
30725 "You can change the partition table type, eg. I<--partition=gpt> for large "
30726 "disks."
30727 msgstr ""
30728
30729 #. type: textblock
30730 #: ../tools/virt-make-fs.pl:259
30731 msgid ""
30732 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
30733 "might consider the next parameter to be the partition type.  For example:"
30734 msgstr ""
30735
30736 #. type: verbatim
30737 #: ../tools/virt-make-fs.pl:263
30738 #, no-wrap
30739 msgid ""
30740 " virt-make-fs --partition input.tar ...\n"
30741 "\n"
30742 msgstr ""
30743
30744 #. type: textblock
30745 #: ../tools/virt-make-fs.pl:265
30746 msgid ""
30747 "would cause virt-make-fs to think you wanted to use a partition type of "
30748 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
30749 "dash) between options and the input file argument:"
30750 msgstr ""
30751
30752 #. type: verbatim
30753 #: ../tools/virt-make-fs.pl:269
30754 #, no-wrap
30755 msgid ""
30756 " virt-make-fs --partition -- input.tar ...\n"
30757 "\n"
30758 msgstr ""
30759
30760 #. type: textblock
30761 #: ../tools/virt-make-fs.pl:541
30762 msgid ""
30763 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30764 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
30765 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30766 msgstr ""
30767
30768 #. type: verbatim
30769 #: ../tools/virt-make-fs.pl:558
30770 #, no-wrap
30771 msgid ""
30772 " export LIBGUESTFS_DEBUG=1\n"
30773 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30774 "\n"
30775 msgstr ""
30776
30777 #. type: textblock
30778 #: ../tools/virt-make-fs.pl:561
30779 msgid ""
30780 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
30781 "redhat.com/>"
30782 msgstr ""
30783
30784 #. type: textblock
30785 #: ../tools/virt-list-partitions.pl:32
30786 msgid ""
30787 "virt-list-partitions - List partitions in a virtual machine or disk image"
30788 msgstr ""
30789
30790 #. type: verbatim
30791 #: ../tools/virt-list-partitions.pl:36
30792 #, no-wrap
30793 msgid ""
30794 " virt-list-partitions [--options] domname\n"
30795 "\n"
30796 msgstr ""
30797
30798 #. type: verbatim
30799 #: ../tools/virt-list-partitions.pl:38
30800 #, no-wrap
30801 msgid ""
30802 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30803 "\n"
30804 msgstr ""
30805
30806 #. type: textblock
30807 #: ../tools/virt-list-partitions.pl:45
30808 msgid ""
30809 "C<virt-list-partitions> is a command line tool to list the partitions that "
30810 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30811 "first step to using L<virt-resize(1)>."
30812 msgstr ""
30813
30814 #. type: textblock
30815 #: ../tools/virt-list-partitions.pl:50
30816 msgid ""
30817 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30818 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30819 "> tool."
30820 msgstr ""
30821
30822 #. type: =item
30823 #: ../tools/virt-list-partitions.pl:107
30824 msgid "B<-h> | B<--human-readable>"
30825 msgstr ""
30826
30827 #. type: textblock
30828 #: ../tools/virt-list-partitions.pl:109
30829 msgid "Show sizes in human-readable form (eg. \"1G\")."
30830 msgstr ""
30831
30832 #. type: textblock
30833 #: ../tools/virt-list-partitions.pl:117
30834 msgid ""
30835 "With this option, C<virt-list-partitions> displays the type and size of each "
30836 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30837 msgstr ""
30838
30839 #. type: =item
30840 #: ../tools/virt-list-partitions.pl:124
30841 msgid "B<-t> | B<--total>"
30842 msgstr ""
30843
30844 #. type: textblock
30845 #: ../tools/virt-list-partitions.pl:126
30846 msgid ""
30847 "Display the total size of each block device (as a separate row or rows)."
30848 msgstr ""
30849
30850 #. type: textblock
30851 #: ../tools/virt-list-partitions.pl:259
30852 msgid ""
30853 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
30854 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
30855 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30856 msgstr ""
30857
30858 #. type: textblock
30859 #: ../tools/virt-list-partitions.pl:275
30860 msgid "Copyright (C) 2009-2010 Red Hat Inc."
30861 msgstr ""