0155e828b7519cc676838b8f24b3cfae1da913ea
[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-06-13 15:24+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:1597
872 #: ../src/guestfs-actions.pod:1601 ../src/guestfs-actions.pod:1605
873 #: ../src/guestfs-actions.pod:1609 ../src/guestfs-actions.pod:1617
874 #: ../src/guestfs-actions.pod:1621 ../src/guestfs-actions.pod:1625
875 #: ../src/guestfs-actions.pod:1635 ../src/guestfs-actions.pod:1639
876 #: ../src/guestfs-actions.pod:1643 ../src/guestfs-actions.pod:1781
877 #: ../src/guestfs-actions.pod:1785 ../src/guestfs-actions.pod:1790
878 #: ../src/guestfs-actions.pod:1795 ../src/guestfs-actions.pod:1856
879 #: ../src/guestfs-actions.pod:1860 ../src/guestfs-actions.pod:1865
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:1069 ../fish/guestfish-actions.pod:1073
886 #: ../fish/guestfish-actions.pod:1077 ../fish/guestfish-actions.pod:1081
887 #: ../fish/guestfish-actions.pod:1089 ../fish/guestfish-actions.pod:1093
888 #: ../fish/guestfish-actions.pod:1097 ../fish/guestfish-actions.pod:1107
889 #: ../fish/guestfish-actions.pod:1111 ../fish/guestfish-actions.pod:1115
890 #: ../fish/guestfish-actions.pod:1205 ../fish/guestfish-actions.pod:1209
891 #: ../fish/guestfish-actions.pod:1214 ../fish/guestfish-actions.pod:1219
892 #: ../fish/guestfish-actions.pod:1261 ../fish/guestfish-actions.pod:1265
893 #: ../fish/guestfish-actions.pod:1270 ../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:1852 ../fish/guestfish-actions.pod:9
3310 #: ../fish/guestfish-actions.pod:1257 ../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:5818
5136 #: ../fish/guestfish-actions.pod:3912
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:277
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:288
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:290
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:292
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:1692 ../src/guestfs-actions.pod:1714
5926 #: ../src/guestfs-actions.pod:1801 ../src/guestfs-actions.pod:2263
5927 #: ../src/guestfs-actions.pod:2407 ../src/guestfs-actions.pod:2468
5928 #: ../src/guestfs-actions.pod:2503 ../src/guestfs-actions.pod:3456
5929 #: ../src/guestfs-actions.pod:3471 ../src/guestfs-actions.pod:3496
5930 #: ../src/guestfs-actions.pod:3651 ../src/guestfs-actions.pod:3665
5931 #: ../src/guestfs-actions.pod:3678 ../src/guestfs-actions.pod:3692
5932 #: ../src/guestfs-actions.pod:3707 ../src/guestfs-actions.pod:3743
5933 #: ../src/guestfs-actions.pod:3815 ../src/guestfs-actions.pod:3835
5934 #: ../src/guestfs-actions.pod:3852 ../src/guestfs-actions.pod:3875
5935 #: ../src/guestfs-actions.pod:3898 ../src/guestfs-actions.pod:3930
5936 #: ../src/guestfs-actions.pod:3949 ../src/guestfs-actions.pod:3968
5937 #: ../src/guestfs-actions.pod:4003 ../src/guestfs-actions.pod:4015
5938 #: ../src/guestfs-actions.pod:4051 ../src/guestfs-actions.pod:4067
5939 #: ../src/guestfs-actions.pod:4080 ../src/guestfs-actions.pod:4095
5940 #: ../src/guestfs-actions.pod:4112 ../src/guestfs-actions.pod:4205
5941 #: ../src/guestfs-actions.pod:4225 ../src/guestfs-actions.pod:4238
5942 #: ../src/guestfs-actions.pod:4289 ../src/guestfs-actions.pod:4307
5943 #: ../src/guestfs-actions.pod:4325 ../src/guestfs-actions.pod:4341
5944 #: ../src/guestfs-actions.pod:4355 ../src/guestfs-actions.pod:4369
5945 #: ../src/guestfs-actions.pod:4386 ../src/guestfs-actions.pod:4401
5946 #: ../src/guestfs-actions.pod:4421 ../src/guestfs-actions.pod:4479
5947 #: ../src/guestfs-actions.pod:4552 ../src/guestfs-actions.pod:4583
5948 #: ../src/guestfs-actions.pod:4602 ../src/guestfs-actions.pod:4621
5949 #: ../src/guestfs-actions.pod:4633 ../src/guestfs-actions.pod:4650
5950 #: ../src/guestfs-actions.pod:4663 ../src/guestfs-actions.pod:4678
5951 #: ../src/guestfs-actions.pod:4693 ../src/guestfs-actions.pod:4728
5952 #: ../src/guestfs-actions.pod:4750 ../src/guestfs-actions.pod:4770
5953 #: ../src/guestfs-actions.pod:4784 ../src/guestfs-actions.pod:4801
5954 #: ../src/guestfs-actions.pod:4850 ../src/guestfs-actions.pod:4887
5955 #: ../src/guestfs-actions.pod:4901 ../src/guestfs-actions.pod:4929
5956 #: ../src/guestfs-actions.pod:4946 ../src/guestfs-actions.pod:4964
5957 #: ../src/guestfs-actions.pod:5098 ../src/guestfs-actions.pod:5155
5958 #: ../src/guestfs-actions.pod:5177 ../src/guestfs-actions.pod:5195
5959 #: ../src/guestfs-actions.pod:5227 ../src/guestfs-actions.pod:5293
5960 #: ../src/guestfs-actions.pod:5310 ../src/guestfs-actions.pod:5323
5961 #: ../src/guestfs-actions.pod:5337 ../src/guestfs-actions.pod:5626
5962 #: ../src/guestfs-actions.pod:5645 ../src/guestfs-actions.pod:5664
5963 #: ../src/guestfs-actions.pod:5676 ../src/guestfs-actions.pod:5688
5964 #: ../src/guestfs-actions.pod:5702 ../src/guestfs-actions.pod:5714
5965 #: ../src/guestfs-actions.pod:5728 ../src/guestfs-actions.pod:5744
5966 #: ../src/guestfs-actions.pod:5765 ../src/guestfs-actions.pod:5784
5967 #: ../src/guestfs-actions.pod:5803 ../src/guestfs-actions.pod:5833
5968 #: ../src/guestfs-actions.pod:5849 ../src/guestfs-actions.pod:5872
5969 #: ../src/guestfs-actions.pod:5890 ../src/guestfs-actions.pod:5909
5970 #: ../src/guestfs-actions.pod:5930 ../src/guestfs-actions.pod:5949
5971 #: ../src/guestfs-actions.pod:5966 ../src/guestfs-actions.pod:5994
5972 #: ../src/guestfs-actions.pod:6018 ../src/guestfs-actions.pod:6037
5973 #: ../src/guestfs-actions.pod:6061 ../src/guestfs-actions.pod:6080
5974 #: ../src/guestfs-actions.pod:6095 ../src/guestfs-actions.pod:6114
5975 #: ../src/guestfs-actions.pod:6151 ../src/guestfs-actions.pod:6181
5976 #: ../src/guestfs-actions.pod:6214 ../src/guestfs-actions.pod:6336
5977 #: ../src/guestfs-actions.pod:6457 ../src/guestfs-actions.pod:6469
5978 #: ../src/guestfs-actions.pod:6482 ../src/guestfs-actions.pod:6495
5979 #: ../src/guestfs-actions.pod:6517 ../src/guestfs-actions.pod:6530
5980 #: ../src/guestfs-actions.pod:6543 ../src/guestfs-actions.pod:6556
5981 #: ../src/guestfs-actions.pod:6571 ../src/guestfs-actions.pod:6630
5982 #: ../src/guestfs-actions.pod:6647 ../src/guestfs-actions.pod:6663
5983 #: ../src/guestfs-actions.pod:6679 ../src/guestfs-actions.pod:6696
5984 #: ../src/guestfs-actions.pod:6709 ../src/guestfs-actions.pod:6729
5985 #: ../src/guestfs-actions.pod:6765 ../src/guestfs-actions.pod:6779
5986 #: ../src/guestfs-actions.pod:6820 ../src/guestfs-actions.pod:6833
5987 #: ../src/guestfs-actions.pod:6851 ../src/guestfs-actions.pod:6885
5988 #: ../src/guestfs-actions.pod:6921 ../src/guestfs-actions.pod:7040
5989 #: ../src/guestfs-actions.pod:7058 ../src/guestfs-actions.pod:7072
5990 #: ../src/guestfs-actions.pod:7127 ../src/guestfs-actions.pod:7140
5991 #: ../src/guestfs-actions.pod:7185 ../src/guestfs-actions.pod:7218
5992 #: ../src/guestfs-actions.pod:7279 ../src/guestfs-actions.pod:7305
5993 #: ../src/guestfs-actions.pod:7371 ../src/guestfs-actions.pod:7390
5994 #: ../src/guestfs-actions.pod:7419
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:1941 ../src/guestfs-actions.pod:1962
6011 #: ../src/guestfs-actions.pod:4426 ../src/guestfs-actions.pod:4733
6012 #: ../src/guestfs-actions.pod:6159 ../src/guestfs-actions.pod:6189
6013 #: ../src/guestfs-actions.pod:6222 ../src/guestfs-actions.pod:6281
6014 #: ../src/guestfs-actions.pod:7223 ../src/guestfs-actions.pod:7313
6015 #: ../src/guestfs-actions.pod:7482 ../fish/guestfish-actions.pod:31
6016 #: ../fish/guestfish-actions.pod:161 ../fish/guestfish-actions.pod:175
6017 #: ../fish/guestfish-actions.pod:956 ../fish/guestfish-actions.pod:1316
6018 #: ../fish/guestfish-actions.pod:1330 ../fish/guestfish-actions.pod:3005
6019 #: ../fish/guestfish-actions.pod:3202 ../fish/guestfish-actions.pod:4174
6020 #: ../fish/guestfish-actions.pod:4197 ../fish/guestfish-actions.pod:4219
6021 #: ../fish/guestfish-actions.pod:4257 ../fish/guestfish-actions.pod:4898
6022 #: ../fish/guestfish-actions.pod:4995
6023 msgid ""
6024 "Deprecated functions will not be removed from the API, but the fact that "
6025 "they are deprecated indicates that there are problems with correct use of "
6026 "these functions."
6027 msgstr ""
6028
6029 #. type: textblock
6030 #: ../src/guestfs-actions.pod:39 ../src/guestfs-actions.pod:136
6031 #: ../src/guestfs-actions.pod:1100 ../src/guestfs-actions.pod:1913
6032 #: ../src/guestfs-actions.pod:2011 ../src/guestfs-actions.pod:2114
6033 #: ../src/guestfs-actions.pod:3458 ../src/guestfs-actions.pod:3478
6034 #: ../src/guestfs-actions.pod:4737 ../src/guestfs-actions.pod:5851
6035 #: ../src/guestfs-actions.pod:5968 ../src/guestfs-actions.pod:6082
6036 #: ../src/guestfs-actions.pod:6573 ../src/guestfs-actions.pod:6698
6037 #: ../src/guestfs-actions.pod:7227
6038 msgid "(Added in 0.3)"
6039 msgstr ""
6040
6041 #. type: =head2
6042 #: ../src/guestfs-actions.pod:41
6043 msgid "guestfs_add_domain"
6044 msgstr ""
6045
6046 #. type: verbatim
6047 #: ../src/guestfs-actions.pod:43
6048 #, no-wrap
6049 msgid ""
6050 " int\n"
6051 " guestfs_add_domain (guestfs_h *g,\n"
6052 "                     const char *dom,\n"
6053 "                     ...);\n"
6054 "\n"
6055 msgstr ""
6056
6057 #. type: textblock
6058 #: ../src/guestfs-actions.pod:48 ../src/guestfs-actions.pod:145
6059 #: ../src/guestfs-actions.pod:4440
6060 msgid ""
6061 "You may supply a list of optional arguments to this call.  Use zero or more "
6062 "of the following pairs of parameters, and terminate the list with C<-1> on "
6063 "its own.  See L</CALLS WITH OPTIONAL ARGUMENTS>."
6064 msgstr ""
6065
6066 #. type: verbatim
6067 #: ../src/guestfs-actions.pod:53
6068 #, no-wrap
6069 msgid ""
6070 " GUESTFS_ADD_DOMAIN_LIBVIRTURI, const char *libvirturi,\n"
6071 " GUESTFS_ADD_DOMAIN_READONLY, int readonly,\n"
6072 " GUESTFS_ADD_DOMAIN_IFACE, const char *iface,\n"
6073 " GUESTFS_ADD_DOMAIN_LIVE, int live,\n"
6074 "\n"
6075 msgstr ""
6076
6077 #. type: textblock
6078 #: ../src/guestfs-actions.pod:58
6079 msgid ""
6080 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
6081 "It works by connecting to libvirt, requesting the domain and domain XML from "
6082 "libvirt, parsing it for disks, and calling C<guestfs_add_drive_opts> on each "
6083 "one."
6084 msgstr ""
6085
6086 #. type: textblock
6087 #: ../src/guestfs-actions.pod:63 ../fish/guestfish-actions.pod:46
6088 msgid ""
6089 "The number of disks added is returned.  This operation is atomic: if an "
6090 "error is returned, then no disks are added."
6091 msgstr ""
6092
6093 #. type: textblock
6094 #: ../src/guestfs-actions.pod:66 ../fish/guestfish-actions.pod:49
6095 msgid ""
6096 "This function does some minimal checks to make sure the libvirt domain is "
6097 "not running (unless C<readonly> is true).  In a future version we will try "
6098 "to acquire the libvirt lock on each disk."
6099 msgstr ""
6100
6101 #. type: textblock
6102 #: ../src/guestfs-actions.pod:70 ../fish/guestfish-actions.pod:53
6103 msgid ""
6104 "Disks must be accessible locally.  This often means that adding disks from a "
6105 "remote libvirt connection (see L<http://libvirt.org/remote.html>)  will fail "
6106 "unless those disks are accessible via the same device path locally too."
6107 msgstr ""
6108
6109 #. type: textblock
6110 #: ../src/guestfs-actions.pod:75 ../fish/guestfish-actions.pod:58
6111 msgid ""
6112 "The optional C<libvirturi> parameter sets the libvirt URI (see L<http://"
6113 "libvirt.org/uri.html>).  If this is not set then we connect to the default "
6114 "libvirt URI (or one set through an environment variable, see the libvirt "
6115 "documentation for full details)."
6116 msgstr ""
6117
6118 #. type: textblock
6119 #: ../src/guestfs-actions.pod:81 ../fish/guestfish-actions.pod:64
6120 msgid ""
6121 "The optional C<live> flag controls whether this call will try to connect to "
6122 "a running virtual machine C<guestfsd> process if it sees a suitable "
6123 "E<lt>channelE<gt> element in the libvirt XML definition.  The default (if "
6124 "the flag is omitted) is never to try.  See L<guestfs(3)/ATTACHING TO RUNNING "
6125 "DAEMONS> for more information."
6126 msgstr ""
6127
6128 #. type: textblock
6129 #: ../src/guestfs-actions.pod:88
6130 msgid ""
6131 "The other optional parameters are passed directly through to "
6132 "C<guestfs_add_drive_opts>."
6133 msgstr ""
6134
6135 #. type: textblock
6136 #: ../src/guestfs-actions.pod:91 ../src/guestfs-actions.pod:344
6137 #: ../src/guestfs-actions.pod:509 ../src/guestfs-actions.pod:687
6138 #: ../src/guestfs-actions.pod:718 ../src/guestfs-actions.pod:736
6139 #: ../src/guestfs-actions.pod:755 ../src/guestfs-actions.pod:1315
6140 #: ../src/guestfs-actions.pod:1671 ../src/guestfs-actions.pod:1874
6141 #: ../src/guestfs-actions.pod:1983 ../src/guestfs-actions.pod:2023
6142 #: ../src/guestfs-actions.pod:2078 ../src/guestfs-actions.pod:2101
6143 #: ../src/guestfs-actions.pod:2394 ../src/guestfs-actions.pod:2777
6144 #: ../src/guestfs-actions.pod:2798 ../src/guestfs-actions.pod:4873
6145 #: ../src/guestfs-actions.pod:5001 ../src/guestfs-actions.pod:5407
6146 #: ../src/guestfs-actions.pod:5433 ../src/guestfs-actions.pod:6806
6147 #: ../src/guestfs-actions.pod:7238 ../src/guestfs-actions.pod:7251
6148 #: ../src/guestfs-actions.pod:7264
6149 msgid "On error this function returns -1."
6150 msgstr ""
6151
6152 #. type: textblock
6153 #: ../src/guestfs-actions.pod:93
6154 msgid "(Added in 1.7.4)"
6155 msgstr ""
6156
6157 #. type: =head2
6158 #: ../src/guestfs-actions.pod:95
6159 msgid "guestfs_add_domain_va"
6160 msgstr ""
6161
6162 #. type: verbatim
6163 #: ../src/guestfs-actions.pod:97
6164 #, no-wrap
6165 msgid ""
6166 " int\n"
6167 " guestfs_add_domain_va (guestfs_h *g,\n"
6168 "                        const char *dom,\n"
6169 "                        va_list args);\n"
6170 "\n"
6171 msgstr ""
6172
6173 #. type: textblock
6174 #: ../src/guestfs-actions.pod:102
6175 msgid "This is the \"va_list variant\" of L</guestfs_add_domain>."
6176 msgstr ""
6177
6178 #. type: textblock
6179 #: ../src/guestfs-actions.pod:104 ../src/guestfs-actions.pod:115
6180 #: ../src/guestfs-actions.pod:208 ../src/guestfs-actions.pod:219
6181 #: ../src/guestfs-actions.pod:4493 ../src/guestfs-actions.pod:4505
6182 msgid "See L</CALLS WITH OPTIONAL ARGUMENTS>."
6183 msgstr ""
6184
6185 #. type: =head2
6186 #: ../src/guestfs-actions.pod:106
6187 msgid "guestfs_add_domain_argv"
6188 msgstr ""
6189
6190 #. type: verbatim
6191 #: ../src/guestfs-actions.pod:108
6192 #, no-wrap
6193 msgid ""
6194 " int\n"
6195 " guestfs_add_domain_argv (guestfs_h *g,\n"
6196 "                          const char *dom,\n"
6197 "                          const struct guestfs_add_domain_argv *optargs);\n"
6198 "\n"
6199 msgstr ""
6200
6201 #. type: textblock
6202 #: ../src/guestfs-actions.pod:113
6203 msgid "This is the \"argv variant\" of L</guestfs_add_domain>."
6204 msgstr ""
6205
6206 #. type: =head2
6207 #: ../src/guestfs-actions.pod:117
6208 msgid "guestfs_add_drive"
6209 msgstr ""
6210
6211 #. type: verbatim
6212 #: ../src/guestfs-actions.pod:119
6213 #, no-wrap
6214 msgid ""
6215 " int\n"
6216 " guestfs_add_drive (guestfs_h *g,\n"
6217 "                    const char *filename);\n"
6218 "\n"
6219 msgstr ""
6220
6221 #. type: textblock
6222 #: ../src/guestfs-actions.pod:123
6223 msgid ""
6224 "This function is the equivalent of calling C<guestfs_add_drive_opts> with no "
6225 "optional parameters, so the disk is added writable, with the format being "
6226 "detected automatically."
6227 msgstr ""
6228
6229 #. type: textblock
6230 #: ../src/guestfs-actions.pod:127
6231 msgid ""
6232 "Automatic detection of the format opens you up to a potential security hole "
6233 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6234 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
6235 "you should think about replacing calls to this function with calls to "
6236 "C<guestfs_add_drive_opts>, and specifying the format."
6237 msgstr ""
6238
6239 #. type: =head2
6240 #: ../src/guestfs-actions.pod:138
6241 msgid "guestfs_add_drive_opts"
6242 msgstr ""
6243
6244 #. type: verbatim
6245 #: ../src/guestfs-actions.pod:140
6246 #, no-wrap
6247 msgid ""
6248 " int\n"
6249 " guestfs_add_drive_opts (guestfs_h *g,\n"
6250 "                         const char *filename,\n"
6251 "                         ...);\n"
6252 "\n"
6253 msgstr ""
6254
6255 #. type: verbatim
6256 #: ../src/guestfs-actions.pod:150
6257 #, no-wrap
6258 msgid ""
6259 " GUESTFS_ADD_DRIVE_OPTS_READONLY, int readonly,\n"
6260 " GUESTFS_ADD_DRIVE_OPTS_FORMAT, const char *format,\n"
6261 " GUESTFS_ADD_DRIVE_OPTS_IFACE, const char *iface,\n"
6262 "\n"
6263 msgstr ""
6264
6265 #. type: textblock
6266 #: ../src/guestfs-actions.pod:154 ../fish/guestfish-actions.pod:97
6267 msgid ""
6268 "This function adds a virtual machine disk image C<filename> to libguestfs.  "
6269 "The first time you call this function, the disk appears as C</dev/sda>, the "
6270 "second time as C</dev/sdb>, and so on."
6271 msgstr ""
6272
6273 #. type: textblock
6274 #: ../src/guestfs-actions.pod:159 ../fish/guestfish-actions.pod:102
6275 msgid ""
6276 "You don't necessarily need to be root when using libguestfs.  However you "
6277 "obviously do need sufficient permissions to access the filename for whatever "
6278 "operations you want to perform (ie. read access if you just want to read the "
6279 "image or write access if you want to modify the image)."
6280 msgstr ""
6281
6282 #. type: textblock
6283 #: ../src/guestfs-actions.pod:165 ../fish/guestfish-actions.pod:108
6284 msgid "This call checks that C<filename> exists."
6285 msgstr ""
6286
6287 #. type: textblock
6288 #: ../src/guestfs-actions.pod:167 ../src/guestfs-actions.pod:4451
6289 #: ../fish/guestfish-actions.pod:110 ../fish/guestfish-actions.pod:3016
6290 msgid "The optional arguments are:"
6291 msgstr ""
6292
6293 #. type: =item
6294 #: ../src/guestfs-actions.pod:171 ../fish/guestfish-actions.pod:114
6295 msgid "C<readonly>"
6296 msgstr "C<readonly>"
6297
6298 #. type: textblock
6299 #: ../src/guestfs-actions.pod:173 ../fish/guestfish-actions.pod:116
6300 msgid ""
6301 "If true then the image is treated as read-only.  Writes are still allowed, "
6302 "but they are stored in a temporary snapshot overlay which is discarded at "
6303 "the end.  The disk that you add is not modified."
6304 msgstr ""
6305
6306 #. type: =item
6307 #: ../src/guestfs-actions.pod:177 ../fish/guestfish-actions.pod:120
6308 msgid "C<format>"
6309 msgstr "C<format>"
6310
6311 #. type: textblock
6312 #: ../src/guestfs-actions.pod:179
6313 msgid ""
6314 "This forces the image format.  If you omit this (or use C<guestfs_add_drive> "
6315 "or C<guestfs_add_drive_ro>) then the format is automatically detected.  "
6316 "Possible formats include C<raw> and C<qcow2>."
6317 msgstr ""
6318
6319 #. type: textblock
6320 #: ../src/guestfs-actions.pod:183 ../fish/guestfish-actions.pod:126
6321 msgid ""
6322 "Automatic detection of the format opens you up to a potential security hole "
6323 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
6324 "RHBZ#642934.  Specifying the format closes this security hole."
6325 msgstr ""
6326
6327 #. type: =item
6328 #: ../src/guestfs-actions.pod:188 ../fish/guestfish-actions.pod:131
6329 msgid "C<iface>"
6330 msgstr "C<iface>"
6331
6332 #. type: textblock
6333 #: ../src/guestfs-actions.pod:190
6334 msgid ""
6335 "This rarely-used option lets you emulate the behaviour of the deprecated "
6336 "C<guestfs_add_drive_with_if> call (q.v.)"
6337 msgstr ""
6338
6339 #. type: textblock
6340 #: ../src/guestfs-actions.pod:197
6341 msgid "(Added in 1.5.23)"
6342 msgstr ""
6343
6344 #. type: =head2
6345 #: ../src/guestfs-actions.pod:199
6346 msgid "guestfs_add_drive_opts_va"
6347 msgstr ""
6348
6349 #. type: verbatim
6350 #: ../src/guestfs-actions.pod:201
6351 #, no-wrap
6352 msgid ""
6353 " int\n"
6354 " guestfs_add_drive_opts_va (guestfs_h *g,\n"
6355 "                            const char *filename,\n"
6356 "                            va_list args);\n"
6357 "\n"
6358 msgstr ""
6359
6360 #. type: textblock
6361 #: ../src/guestfs-actions.pod:206
6362 msgid "This is the \"va_list variant\" of L</guestfs_add_drive_opts>."
6363 msgstr ""
6364
6365 #. type: =head2
6366 #: ../src/guestfs-actions.pod:210
6367 msgid "guestfs_add_drive_opts_argv"
6368 msgstr ""
6369
6370 #. type: verbatim
6371 #: ../src/guestfs-actions.pod:212
6372 #, no-wrap
6373 msgid ""
6374 " int\n"
6375 " guestfs_add_drive_opts_argv (guestfs_h *g,\n"
6376 "                              const char *filename,\n"
6377 "                              const struct guestfs_add_drive_opts_argv *optargs);\n"
6378 "\n"
6379 msgstr ""
6380
6381 #. type: textblock
6382 #: ../src/guestfs-actions.pod:217
6383 msgid "This is the \"argv variant\" of L</guestfs_add_drive_opts>."
6384 msgstr ""
6385
6386 #. type: =head2
6387 #: ../src/guestfs-actions.pod:221
6388 msgid "guestfs_add_drive_ro"
6389 msgstr ""
6390
6391 #. type: verbatim
6392 #: ../src/guestfs-actions.pod:223
6393 #, no-wrap
6394 msgid ""
6395 " int\n"
6396 " guestfs_add_drive_ro (guestfs_h *g,\n"
6397 "                       const char *filename);\n"
6398 "\n"
6399 msgstr ""
6400
6401 #. type: textblock
6402 #: ../src/guestfs-actions.pod:227
6403 msgid ""
6404 "This function is the equivalent of calling C<guestfs_add_drive_opts> with "
6405 "the optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the "
6406 "disk is added read-only, with the format being detected automatically."
6407 msgstr ""
6408
6409 #. type: textblock
6410 #: ../src/guestfs-actions.pod:234
6411 msgid "(Added in 1.0.38)"
6412 msgstr ""
6413
6414 #. type: =head2
6415 #: ../src/guestfs-actions.pod:236
6416 msgid "guestfs_add_drive_ro_with_if"
6417 msgstr ""
6418
6419 #. type: verbatim
6420 #: ../src/guestfs-actions.pod:238
6421 #, no-wrap
6422 msgid ""
6423 " int\n"
6424 " guestfs_add_drive_ro_with_if (guestfs_h *g,\n"
6425 "                               const char *filename,\n"
6426 "                               const char *iface);\n"
6427 "\n"
6428 msgstr ""
6429
6430 #. type: textblock
6431 #: ../src/guestfs-actions.pod:243
6432 msgid ""
6433 "This is the same as C<guestfs_add_drive_ro> but it allows you to specify the "
6434 "QEMU interface emulation to use at run time."
6435 msgstr ""
6436
6437 #. type: textblock
6438 #: ../src/guestfs-actions.pod:255 ../src/guestfs-actions.pod:276
6439 #: ../src/guestfs-actions.pod:2353
6440 msgid "(Added in 1.0.84)"
6441 msgstr ""
6442
6443 #. type: =head2
6444 #: ../src/guestfs-actions.pod:257
6445 msgid "guestfs_add_drive_with_if"
6446 msgstr ""
6447
6448 #. type: verbatim
6449 #: ../src/guestfs-actions.pod:259
6450 #, no-wrap
6451 msgid ""
6452 " int\n"
6453 " guestfs_add_drive_with_if (guestfs_h *g,\n"
6454 "                            const char *filename,\n"
6455 "                            const char *iface);\n"
6456 "\n"
6457 msgstr ""
6458
6459 #. type: textblock
6460 #: ../src/guestfs-actions.pod:264
6461 msgid ""
6462 "This is the same as C<guestfs_add_drive> but it allows you to specify the "
6463 "QEMU interface emulation to use at run time."
6464 msgstr ""
6465
6466 #. type: =head2
6467 #: ../src/guestfs-actions.pod:278
6468 msgid "guestfs_aug_clear"
6469 msgstr ""
6470
6471 #. type: verbatim
6472 #: ../src/guestfs-actions.pod:280
6473 #, no-wrap
6474 msgid ""
6475 " int\n"
6476 " guestfs_aug_clear (guestfs_h *g,\n"
6477 "                    const char *augpath);\n"
6478 "\n"
6479 msgstr ""
6480
6481 #. type: textblock
6482 #: ../src/guestfs-actions.pod:284 ../fish/guestfish-actions.pod:183
6483 msgid ""
6484 "Set the value associated with C<path> to C<NULL>.  This is the same as the "
6485 "L<augtool(1)> C<clear> command."
6486 msgstr ""
6487
6488 #. type: textblock
6489 #: ../src/guestfs-actions.pod:289 ../src/guestfs-actions.pod:2103
6490 msgid "(Added in 1.3.4)"
6491 msgstr ""
6492
6493 #. type: =head2
6494 #: ../src/guestfs-actions.pod:291
6495 msgid "guestfs_aug_close"
6496 msgstr ""
6497
6498 #. type: verbatim
6499 #: ../src/guestfs-actions.pod:293
6500 #, no-wrap
6501 msgid ""
6502 " int\n"
6503 " guestfs_aug_close (guestfs_h *g);\n"
6504 "\n"
6505 msgstr ""
6506
6507 #. type: textblock
6508 #: ../src/guestfs-actions.pod:296
6509 msgid ""
6510 "Close the current Augeas handle and free up any resources used by it.  After "
6511 "calling this, you have to call C<guestfs_aug_init> again before you can use "
6512 "any other Augeas functions."
6513 msgstr ""
6514
6515 #. type: textblock
6516 #: ../src/guestfs-actions.pod:303 ../src/guestfs-actions.pod:328
6517 #: ../src/guestfs-actions.pod:346 ../src/guestfs-actions.pod:360
6518 #: ../src/guestfs-actions.pod:418 ../src/guestfs-actions.pod:438
6519 #: ../src/guestfs-actions.pod:452 ../src/guestfs-actions.pod:483
6520 #: ../src/guestfs-actions.pod:497 ../src/guestfs-actions.pod:511
6521 #: ../src/guestfs-actions.pod:525 ../src/guestfs-actions.pod:543
6522 #: ../src/guestfs-actions.pod:5484
6523 msgid "(Added in 0.7)"
6524 msgstr ""
6525
6526 #. type: =head2
6527 #: ../src/guestfs-actions.pod:305
6528 msgid "guestfs_aug_defnode"
6529 msgstr ""
6530
6531 #. type: verbatim
6532 #: ../src/guestfs-actions.pod:307
6533 #, no-wrap
6534 msgid ""
6535 " struct guestfs_int_bool *\n"
6536 " guestfs_aug_defnode (guestfs_h *g,\n"
6537 "                      const char *name,\n"
6538 "                      const char *expr,\n"
6539 "                      const char *val);\n"
6540 "\n"
6541 msgstr ""
6542
6543 #. type: textblock
6544 #: ../src/guestfs-actions.pod:313 ../fish/guestfish-actions.pod:199
6545 msgid ""
6546 "Defines a variable C<name> whose value is the result of evaluating C<expr>."
6547 msgstr ""
6548
6549 #. type: textblock
6550 #: ../src/guestfs-actions.pod:316
6551 msgid ""
6552 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
6553 "calling C<guestfs_aug_set> C<expr>, C<value>.  C<name> will be the nodeset "
6554 "containing that single node."
6555 msgstr ""
6556
6557 #. type: textblock
6558 #: ../src/guestfs-actions.pod:320 ../fish/guestfish-actions.pod:206
6559 msgid ""
6560 "On success this returns a pair containing the number of nodes in the "
6561 "nodeset, and a boolean flag if a node was created."
6562 msgstr ""
6563
6564 #. type: textblock
6565 #: ../src/guestfs-actions.pod:324
6566 msgid ""
6567 "This function returns a C<struct guestfs_int_bool *>, or NULL if there was "
6568 "an error.  I<The caller must call C<guestfs_free_int_bool> after use>."
6569 msgstr ""
6570
6571 #. type: =head2
6572 #: ../src/guestfs-actions.pod:330
6573 msgid "guestfs_aug_defvar"
6574 msgstr ""
6575
6576 #. type: verbatim
6577 #: ../src/guestfs-actions.pod:332
6578 #, no-wrap
6579 msgid ""
6580 " int\n"
6581 " guestfs_aug_defvar (guestfs_h *g,\n"
6582 "                     const char *name,\n"
6583 "                     const char *expr);\n"
6584 "\n"
6585 msgstr ""
6586
6587 #. type: textblock
6588 #: ../src/guestfs-actions.pod:337 ../fish/guestfish-actions.pod:214
6589 msgid ""
6590 "Defines an Augeas variable C<name> whose value is the result of evaluating "
6591 "C<expr>.  If C<expr> is NULL, then C<name> is undefined."
6592 msgstr ""
6593
6594 #. type: textblock
6595 #: ../src/guestfs-actions.pod:341 ../fish/guestfish-actions.pod:218
6596 msgid ""
6597 "On success this returns the number of nodes in C<expr>, or C<0> if C<expr> "
6598 "evaluates to something which is not a nodeset."
6599 msgstr ""
6600
6601 #. type: =head2
6602 #: ../src/guestfs-actions.pod:348
6603 msgid "guestfs_aug_get"
6604 msgstr ""
6605
6606 #. type: verbatim
6607 #: ../src/guestfs-actions.pod:350
6608 #, no-wrap
6609 msgid ""
6610 " char *\n"
6611 " guestfs_aug_get (guestfs_h *g,\n"
6612 "                  const char *augpath);\n"
6613 "\n"
6614 msgstr ""
6615
6616 #. type: textblock
6617 #: ../src/guestfs-actions.pod:354 ../fish/guestfish-actions.pod:225
6618 msgid ""
6619 "Look up the value associated with C<path>.  If C<path> matches exactly one "
6620 "node, the C<value> is returned."
6621 msgstr ""
6622
6623 #. type: textblock
6624 #: ../src/guestfs-actions.pod:357 ../src/guestfs-actions.pod:857
6625 #: ../src/guestfs-actions.pod:875 ../src/guestfs-actions.pod:935
6626 #: ../src/guestfs-actions.pod:951 ../src/guestfs-actions.pod:1054
6627 #: ../src/guestfs-actions.pod:1184 ../src/guestfs-actions.pod:1201
6628 #: ../src/guestfs-actions.pod:1220 ../src/guestfs-actions.pod:1354
6629 #: ../src/guestfs-actions.pod:1542 ../src/guestfs-actions.pod:1654
6630 #: ../src/guestfs-actions.pod:1817 ../src/guestfs-actions.pod:1834
6631 #: ../src/guestfs-actions.pod:1901 ../src/guestfs-actions.pod:1935
6632 #: ../src/guestfs-actions.pod:1956 ../src/guestfs-actions.pod:2126
6633 #: ../src/guestfs-actions.pod:2318 ../src/guestfs-actions.pod:2525
6634 #: ../src/guestfs-actions.pod:2618 ../src/guestfs-actions.pod:2729
6635 #: ../src/guestfs-actions.pod:2749 ../src/guestfs-actions.pod:2869
6636 #: ../src/guestfs-actions.pod:2900 ../src/guestfs-actions.pod:2924
6637 #: ../src/guestfs-actions.pod:2961 ../src/guestfs-actions.pod:3021
6638 #: ../src/guestfs-actions.pod:3044 ../src/guestfs-actions.pod:3065
6639 #: ../src/guestfs-actions.pod:3637 ../src/guestfs-actions.pod:3987
6640 #: ../src/guestfs-actions.pod:4157 ../src/guestfs-actions.pod:4267
6641 #: ../src/guestfs-actions.pod:5019 ../src/guestfs-actions.pod:5212
6642 #: ../src/guestfs-actions.pod:5382 ../src/guestfs-actions.pod:5560
6643 #: ../src/guestfs-actions.pod:5609 ../src/guestfs-actions.pod:6242
6644 #: ../src/guestfs-actions.pod:6258 ../src/guestfs-actions.pod:6275
6645 #: ../src/guestfs-actions.pod:6306 ../src/guestfs-actions.pod:6980
6646 #: ../src/guestfs-actions.pod:6999 ../src/guestfs-actions.pod:7017
6647 #: ../src/guestfs-actions.pod:7197 ../src/guestfs-actions.pod:7476
6648 msgid ""
6649 "This function returns a string, or NULL on error.  I<The caller must free "
6650 "the returned string after use>."
6651 msgstr ""
6652
6653 #. type: =head2
6654 #: ../src/guestfs-actions.pod:362
6655 msgid "guestfs_aug_init"
6656 msgstr ""
6657
6658 #. type: verbatim
6659 #: ../src/guestfs-actions.pod:364
6660 #, no-wrap
6661 msgid ""
6662 " int\n"
6663 " guestfs_aug_init (guestfs_h *g,\n"
6664 "                   const char *root,\n"
6665 "                   int flags);\n"
6666 "\n"
6667 msgstr ""
6668
6669 #. type: textblock
6670 #: ../src/guestfs-actions.pod:369 ../fish/guestfish-actions.pod:232
6671 msgid ""
6672 "Create a new Augeas handle for editing configuration files.  If there was "
6673 "any previous Augeas handle associated with this guestfs session, then it is "
6674 "closed."
6675 msgstr ""
6676
6677 #. type: textblock
6678 #: ../src/guestfs-actions.pod:373
6679 msgid "You must call this before using any other C<guestfs_aug_*> commands."
6680 msgstr ""
6681
6682 #. type: textblock
6683 #: ../src/guestfs-actions.pod:376 ../fish/guestfish-actions.pod:239
6684 msgid ""
6685 "C<root> is the filesystem root.  C<root> must not be NULL, use C</> instead."
6686 msgstr ""
6687
6688 #. type: textblock
6689 #: ../src/guestfs-actions.pod:379 ../fish/guestfish-actions.pod:242
6690 msgid ""
6691 "The flags are the same as the flags defined in E<lt>augeas.hE<gt>, the "
6692 "logical I<or> of the following integers:"
6693 msgstr ""
6694
6695 #. type: =item
6696 #: ../src/guestfs-actions.pod:385 ../fish/guestfish-actions.pod:248
6697 msgid "C<AUG_SAVE_BACKUP> = 1"
6698 msgstr "C<AUG_SAVE_BACKUP> = 1"
6699
6700 #. type: textblock
6701 #: ../src/guestfs-actions.pod:387 ../fish/guestfish-actions.pod:250
6702 msgid "Keep the original file with a C<.augsave> extension."
6703 msgstr ""
6704
6705 #. type: =item
6706 #: ../src/guestfs-actions.pod:389 ../fish/guestfish-actions.pod:252
6707 msgid "C<AUG_SAVE_NEWFILE> = 2"
6708 msgstr "C<AUG_SAVE_NEWFILE> = 2"
6709
6710 #. type: textblock
6711 #: ../src/guestfs-actions.pod:391 ../fish/guestfish-actions.pod:254
6712 msgid ""
6713 "Save changes into a file with extension C<.augnew>, and do not overwrite "
6714 "original.  Overrides C<AUG_SAVE_BACKUP>."
6715 msgstr ""
6716
6717 #. type: =item
6718 #: ../src/guestfs-actions.pod:394 ../fish/guestfish-actions.pod:257
6719 msgid "C<AUG_TYPE_CHECK> = 4"
6720 msgstr "C<AUG_TYPE_CHECK> = 4"
6721
6722 #. type: textblock
6723 #: ../src/guestfs-actions.pod:396 ../fish/guestfish-actions.pod:259
6724 msgid "Typecheck lenses (can be expensive)."
6725 msgstr ""
6726
6727 #. type: =item
6728 #: ../src/guestfs-actions.pod:398 ../fish/guestfish-actions.pod:261
6729 msgid "C<AUG_NO_STDINC> = 8"
6730 msgstr "C<AUG_NO_STDINC> = 8"
6731
6732 #. type: textblock
6733 #: ../src/guestfs-actions.pod:400 ../fish/guestfish-actions.pod:263
6734 msgid "Do not use standard load path for modules."
6735 msgstr ""
6736
6737 #. type: =item
6738 #: ../src/guestfs-actions.pod:402 ../fish/guestfish-actions.pod:265
6739 msgid "C<AUG_SAVE_NOOP> = 16"
6740 msgstr "C<AUG_SAVE_NOOP> = 16"
6741
6742 #. type: textblock
6743 #: ../src/guestfs-actions.pod:404 ../fish/guestfish-actions.pod:267
6744 msgid "Make save a no-op, just record what would have been changed."
6745 msgstr ""
6746
6747 #. type: =item
6748 #: ../src/guestfs-actions.pod:406 ../fish/guestfish-actions.pod:269
6749 msgid "C<AUG_NO_LOAD> = 32"
6750 msgstr "C<AUG_NO_LOAD> = 32"
6751
6752 #. type: textblock
6753 #: ../src/guestfs-actions.pod:408
6754 msgid "Do not load the tree in C<guestfs_aug_init>."
6755 msgstr ""
6756
6757 #. type: textblock
6758 #: ../src/guestfs-actions.pod:412
6759 msgid "To close the handle, you can call C<guestfs_aug_close>."
6760 msgstr ""
6761
6762 #. type: textblock
6763 #: ../src/guestfs-actions.pod:414 ../fish/guestfish-actions.pod:277
6764 msgid "To find out more about Augeas, see L<http://augeas.net/>."
6765 msgstr ""
6766
6767 #. type: =head2
6768 #: ../src/guestfs-actions.pod:420
6769 msgid "guestfs_aug_insert"
6770 msgstr ""
6771
6772 #. type: verbatim
6773 #: ../src/guestfs-actions.pod:422
6774 #, no-wrap
6775 msgid ""
6776 " int\n"
6777 " guestfs_aug_insert (guestfs_h *g,\n"
6778 "                     const char *augpath,\n"
6779 "                     const char *label,\n"
6780 "                     int before);\n"
6781 "\n"
6782 msgstr ""
6783
6784 #. type: textblock
6785 #: ../src/guestfs-actions.pod:428 ../fish/guestfish-actions.pod:283
6786 msgid ""
6787 "Create a new sibling C<label> for C<path>, inserting it into the tree before "
6788 "or after C<path> (depending on the boolean flag C<before>)."
6789 msgstr ""
6790
6791 #. type: textblock
6792 #: ../src/guestfs-actions.pod:432 ../fish/guestfish-actions.pod:287
6793 msgid ""
6794 "C<path> must match exactly one existing node in the tree, and C<label> must "
6795 "be a label, ie. not contain C</>, C<*> or end with a bracketed index C<[N]>."
6796 msgstr ""
6797
6798 #. type: =head2
6799 #: ../src/guestfs-actions.pod:440
6800 msgid "guestfs_aug_load"
6801 msgstr ""
6802
6803 #. type: verbatim
6804 #: ../src/guestfs-actions.pod:442
6805 #, no-wrap
6806 msgid ""
6807 " int\n"
6808 " guestfs_aug_load (guestfs_h *g);\n"
6809 "\n"
6810 msgstr ""
6811
6812 #. type: textblock
6813 #: ../src/guestfs-actions.pod:445 ../fish/guestfish-actions.pod:295
6814 msgid "Load files into the tree."
6815 msgstr "Завантажити файли до ієрархії."
6816
6817 #. type: textblock
6818 #: ../src/guestfs-actions.pod:447 ../fish/guestfish-actions.pod:297
6819 msgid "See C<aug_load> in the Augeas documentation for the full gory details."
6820 msgstr ""
6821
6822 #. type: =head2
6823 #: ../src/guestfs-actions.pod:454
6824 msgid "guestfs_aug_ls"
6825 msgstr ""
6826
6827 #. type: verbatim
6828 #: ../src/guestfs-actions.pod:456
6829 #, no-wrap
6830 msgid ""
6831 " char **\n"
6832 " guestfs_aug_ls (guestfs_h *g,\n"
6833 "                 const char *augpath);\n"
6834 "\n"
6835 msgstr ""
6836
6837 #. type: textblock
6838 #: ../src/guestfs-actions.pod:460
6839 msgid ""
6840 "This is just a shortcut for listing C<guestfs_aug_match> C<path/*> and "
6841 "sorting the resulting nodes into alphabetical order."
6842 msgstr ""
6843
6844 #. type: textblock
6845 #: ../src/guestfs-actions.pod:463 ../src/guestfs-actions.pod:479
6846 #: ../src/guestfs-actions.pod:625 ../src/guestfs-actions.pod:1073
6847 #: ../src/guestfs-actions.pod:1369 ../src/guestfs-actions.pod:1388
6848 #: ../src/guestfs-actions.pod:1491 ../src/guestfs-actions.pod:1510
6849 #: ../src/guestfs-actions.pod:1756 ../src/guestfs-actions.pod:2198
6850 #: ../src/guestfs-actions.pod:2214 ../src/guestfs-actions.pod:2233
6851 #: ../src/guestfs-actions.pod:2276 ../src/guestfs-actions.pod:2300
6852 #: ../src/guestfs-actions.pod:2371 ../src/guestfs-actions.pod:2420
6853 #: ../src/guestfs-actions.pod:2687 ../src/guestfs-actions.pod:2978
6854 #: ../src/guestfs-actions.pod:3267 ../src/guestfs-actions.pod:3557
6855 #: ../src/guestfs-actions.pod:3619 ../src/guestfs-actions.pod:3724
6856 #: ../src/guestfs-actions.pod:4129 ../src/guestfs-actions.pod:4834
6857 #: ../src/guestfs-actions.pod:5354 ../src/guestfs-actions.pod:5480
6858 #: ../src/guestfs-actions.pod:5594 ../src/guestfs-actions.pod:6322
6859 #: ../src/guestfs-actions.pod:6383 ../src/guestfs-actions.pod:6438
6860 #: ../src/guestfs-actions.pod:6584 ../src/guestfs-actions.pod:6608
6861 #: ../src/guestfs-actions.pod:7090 ../src/guestfs-actions.pod:7110
6862 #: ../src/guestfs-actions.pod:7157 ../src/guestfs-actions.pod:7329
6863 #: ../src/guestfs-actions.pod:7348 ../src/guestfs-actions.pod:7433
6864 #: ../src/guestfs-actions.pod:7452 ../src/guestfs-actions.pod:7498
6865 #: ../src/guestfs-actions.pod:7517
6866 msgid ""
6867 "This function returns a NULL-terminated array of strings (like L<environ(3)"
6868 ">), or NULL if there was an error.  I<The caller must free the strings and "
6869 "the array after use>."
6870 msgstr ""
6871
6872 #. type: textblock
6873 #: ../src/guestfs-actions.pod:467 ../src/guestfs-actions.pod:998
6874 #: ../src/guestfs-actions.pod:1016 ../src/guestfs-actions.pod:1426
6875 #: ../src/guestfs-actions.pod:3345 ../src/guestfs-actions.pod:3376
6876 #: ../src/guestfs-actions.pod:3970 ../src/guestfs-actions.pod:4020
6877 #: ../src/guestfs-actions.pod:4207 ../src/guestfs-actions.pod:4240
6878 #: ../src/guestfs-actions.pod:4403 ../src/guestfs-actions.pod:4838
6879 #: ../src/guestfs-actions.pod:5295 ../src/guestfs-actions.pod:5690
6880 #: ../src/guestfs-actions.pod:5704 ../src/guestfs-actions.pod:5716
6881 #: ../src/guestfs-actions.pod:6163 ../src/guestfs-actions.pod:6822
6882 #: ../src/guestfs-actions.pod:6835 ../src/guestfs-actions.pod:7074
6883 #: ../src/guestfs-actions.pod:7317
6884 msgid "(Added in 0.8)"
6885 msgstr ""
6886
6887 #. type: =head2
6888 #: ../src/guestfs-actions.pod:469
6889 msgid "guestfs_aug_match"
6890 msgstr ""
6891
6892 #. type: verbatim
6893 #: ../src/guestfs-actions.pod:471
6894 #, no-wrap
6895 msgid ""
6896 " char **\n"
6897 " guestfs_aug_match (guestfs_h *g,\n"
6898 "                    const char *augpath);\n"
6899 "\n"
6900 msgstr ""
6901
6902 #. type: textblock
6903 #: ../src/guestfs-actions.pod:475 ../fish/guestfish-actions.pod:311
6904 msgid ""
6905 "Returns a list of paths which match the path expression C<path>.  The "
6906 "returned paths are sufficiently qualified so that they match exactly one "
6907 "node in the current tree."
6908 msgstr ""
6909
6910 #. type: =head2
6911 #: ../src/guestfs-actions.pod:485
6912 msgid "guestfs_aug_mv"
6913 msgstr ""
6914
6915 #. type: verbatim
6916 #: ../src/guestfs-actions.pod:487
6917 #, no-wrap
6918 msgid ""
6919 " int\n"
6920 " guestfs_aug_mv (guestfs_h *g,\n"
6921 "                 const char *src,\n"
6922 "                 const char *dest);\n"
6923 "\n"
6924 msgstr ""
6925
6926 #. type: textblock
6927 #: ../src/guestfs-actions.pod:492 ../fish/guestfish-actions.pod:319
6928 msgid ""
6929 "Move the node C<src> to C<dest>.  C<src> must match exactly one node.  "
6930 "C<dest> is overwritten if it exists."
6931 msgstr ""
6932
6933 #. type: =head2
6934 #: ../src/guestfs-actions.pod:499
6935 msgid "guestfs_aug_rm"
6936 msgstr ""
6937
6938 #. type: verbatim
6939 #: ../src/guestfs-actions.pod:501
6940 #, no-wrap
6941 msgid ""
6942 " int\n"
6943 " guestfs_aug_rm (guestfs_h *g,\n"
6944 "                 const char *augpath);\n"
6945 "\n"
6946 msgstr ""
6947
6948 #. type: textblock
6949 #: ../src/guestfs-actions.pod:505 ../fish/guestfish-actions.pod:326
6950 msgid "Remove C<path> and all of its children."
6951 msgstr ""
6952
6953 #. type: textblock
6954 #: ../src/guestfs-actions.pod:507 ../fish/guestfish-actions.pod:328
6955 msgid "On success this returns the number of entries which were removed."
6956 msgstr ""
6957
6958 #. type: =head2
6959 #: ../src/guestfs-actions.pod:513
6960 msgid "guestfs_aug_save"
6961 msgstr ""
6962
6963 #. type: verbatim
6964 #: ../src/guestfs-actions.pod:515
6965 #, no-wrap
6966 msgid ""
6967 " int\n"
6968 " guestfs_aug_save (guestfs_h *g);\n"
6969 "\n"
6970 msgstr ""
6971
6972 #. type: textblock
6973 #: ../src/guestfs-actions.pod:518 ../fish/guestfish-actions.pod:334
6974 msgid "This writes all pending changes to disk."
6975 msgstr ""
6976
6977 #. type: textblock
6978 #: ../src/guestfs-actions.pod:520
6979 msgid ""
6980 "The flags which were passed to C<guestfs_aug_init> affect exactly how files "
6981 "are saved."
6982 msgstr ""
6983
6984 #. type: =head2
6985 #: ../src/guestfs-actions.pod:527
6986 msgid "guestfs_aug_set"
6987 msgstr ""
6988
6989 #. type: verbatim
6990 #: ../src/guestfs-actions.pod:529
6991 #, no-wrap
6992 msgid ""
6993 " int\n"
6994 " guestfs_aug_set (guestfs_h *g,\n"
6995 "                  const char *augpath,\n"
6996 "                  const char *val);\n"
6997 "\n"
6998 msgstr ""
6999
7000 #. type: textblock
7001 #: ../src/guestfs-actions.pod:534 ../fish/guestfish-actions.pod:343
7002 msgid "Set the value associated with C<path> to C<val>."
7003 msgstr ""
7004
7005 #. type: textblock
7006 #: ../src/guestfs-actions.pod:536
7007 msgid ""
7008 "In the Augeas API, it is possible to clear a node by setting the value to "
7009 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
7010 "this call.  Instead you must use the C<guestfs_aug_clear> call."
7011 msgstr ""
7012
7013 #. type: =head2
7014 #: ../src/guestfs-actions.pod:545
7015 msgid "guestfs_available"
7016 msgstr ""
7017
7018 #. type: verbatim
7019 #: ../src/guestfs-actions.pod:547
7020 #, no-wrap
7021 msgid ""
7022 " int\n"
7023 " guestfs_available (guestfs_h *g,\n"
7024 "                    char *const *groups);\n"
7025 "\n"
7026 msgstr ""
7027
7028 #. type: textblock
7029 #: ../src/guestfs-actions.pod:551 ../fish/guestfish-actions.pod:354
7030 msgid ""
7031 "This command is used to check the availability of some groups of "
7032 "functionality in the appliance, which not all builds of the libguestfs "
7033 "appliance will be able to provide."
7034 msgstr ""
7035
7036 #. type: textblock
7037 #: ../src/guestfs-actions.pod:555
7038 msgid ""
7039 "The libguestfs groups, and the functions that those groups correspond to, "
7040 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
7041 "runtime by calling C<guestfs_available_all_groups>."
7042 msgstr ""
7043
7044 #. type: textblock
7045 #: ../src/guestfs-actions.pod:560 ../fish/guestfish-actions.pod:363
7046 msgid ""
7047 "The argument C<groups> is a list of group names, eg: C<[\"inotify\", \"augeas"
7048 "\"]> would check for the availability of the Linux inotify functions and "
7049 "Augeas (configuration file editing) functions."
7050 msgstr ""
7051
7052 #. type: textblock
7053 #: ../src/guestfs-actions.pod:565 ../fish/guestfish-actions.pod:368
7054 msgid "The command returns no error if I<all> requested groups are available."
7055 msgstr ""
7056
7057 #. type: textblock
7058 #: ../src/guestfs-actions.pod:567 ../fish/guestfish-actions.pod:370
7059 msgid ""
7060 "It fails with an error if one or more of the requested groups is unavailable "
7061 "in the appliance."
7062 msgstr ""
7063
7064 #. type: textblock
7065 #: ../src/guestfs-actions.pod:570 ../fish/guestfish-actions.pod:373
7066 msgid ""
7067 "If an unknown group name is included in the list of groups then an error is "
7068 "always returned."
7069 msgstr ""
7070
7071 #. type: textblock
7072 #: ../src/guestfs-actions.pod:573 ../fish/guestfish-actions.pod:376
7073 msgid "I<Notes:>"
7074 msgstr "I<Нотатки:>"
7075
7076 #. type: textblock
7077 #: ../src/guestfs-actions.pod:579
7078 msgid "You must call C<guestfs_launch> before calling this function."
7079 msgstr ""
7080
7081 #. type: textblock
7082 #: ../src/guestfs-actions.pod:581 ../fish/guestfish-actions.pod:384
7083 msgid ""
7084 "The reason is because we don't know what groups are supported by the "
7085 "appliance/daemon until it is running and can be queried."
7086 msgstr ""
7087
7088 #. type: textblock
7089 #: ../src/guestfs-actions.pod:587 ../fish/guestfish-actions.pod:390
7090 msgid ""
7091 "If a group of functions is available, this does not necessarily mean that "
7092 "they will work.  You still have to check for errors when calling individual "
7093 "API functions even if they are available."
7094 msgstr ""
7095
7096 #. type: textblock
7097 #: ../src/guestfs-actions.pod:594 ../fish/guestfish-actions.pod:397
7098 msgid ""
7099 "It is usually the job of distro packagers to build complete functionality "
7100 "into the libguestfs appliance.  Upstream libguestfs, if built from source "
7101 "with all requirements satisfied, will support everything."
7102 msgstr ""
7103
7104 #. type: textblock
7105 #: ../src/guestfs-actions.pod:601
7106 msgid ""
7107 "This call was added in version C<1.0.80>.  In previous versions of "
7108 "libguestfs all you could do would be to speculatively execute a command to "
7109 "find out if the daemon implemented it.  See also C<guestfs_version>."
7110 msgstr ""
7111
7112 #. type: textblock
7113 #: ../src/guestfs-actions.pod:610 ../src/guestfs-actions.pod:1171
7114 msgid "(Added in 1.0.80)"
7115 msgstr ""
7116
7117 #. type: =head2
7118 #: ../src/guestfs-actions.pod:612
7119 msgid "guestfs_available_all_groups"
7120 msgstr ""
7121
7122 #. type: verbatim
7123 #: ../src/guestfs-actions.pod:614
7124 #, no-wrap
7125 msgid ""
7126 " char **\n"
7127 " guestfs_available_all_groups (guestfs_h *g);\n"
7128 "\n"
7129 msgstr ""
7130
7131 #. type: textblock
7132 #: ../src/guestfs-actions.pod:617
7133 msgid ""
7134 "This command returns a list of all optional groups that this daemon knows "
7135 "about.  Note this returns both supported and unsupported groups.  To find "
7136 "out which ones the daemon can actually support you have to call "
7137 "C<guestfs_available> on each member of the returned list."
7138 msgstr ""
7139
7140 #. type: textblock
7141 #: ../src/guestfs-actions.pod:623
7142 msgid "See also C<guestfs_available> and L<guestfs(3)/AVAILABILITY>."
7143 msgstr ""
7144
7145 #. type: textblock
7146 #: ../src/guestfs-actions.pod:629
7147 msgid "(Added in 1.3.15)"
7148 msgstr ""
7149
7150 #. type: =head2
7151 #: ../src/guestfs-actions.pod:631
7152 msgid "guestfs_base64_in"
7153 msgstr ""
7154
7155 #. type: verbatim
7156 #: ../src/guestfs-actions.pod:633
7157 #, no-wrap
7158 msgid ""
7159 " int\n"
7160 " guestfs_base64_in (guestfs_h *g,\n"
7161 "                    const char *base64file,\n"
7162 "                    const char *filename);\n"
7163 "\n"
7164 msgstr ""
7165
7166 #. type: textblock
7167 #: ../src/guestfs-actions.pod:638 ../fish/guestfish-actions.pod:427
7168 msgid ""
7169 "This command uploads base64-encoded data from C<base64file> to C<filename>."
7170 msgstr ""
7171
7172 #. type: textblock
7173 #: ../src/guestfs-actions.pod:643 ../src/guestfs-actions.pod:657
7174 msgid "(Added in 1.3.5)"
7175 msgstr ""
7176
7177 #. type: =head2
7178 #: ../src/guestfs-actions.pod:645
7179 msgid "guestfs_base64_out"
7180 msgstr ""
7181
7182 #. type: verbatim
7183 #: ../src/guestfs-actions.pod:647
7184 #, no-wrap
7185 msgid ""
7186 " int\n"
7187 " guestfs_base64_out (guestfs_h *g,\n"
7188 "                     const char *filename,\n"
7189 "                     const char *base64file);\n"
7190 "\n"
7191 msgstr ""
7192
7193 #. type: textblock
7194 #: ../src/guestfs-actions.pod:652 ../fish/guestfish-actions.pod:436
7195 msgid ""
7196 "This command downloads the contents of C<filename>, writing it out to local "
7197 "file C<base64file> encoded as base64."
7198 msgstr ""
7199
7200 #. type: =head2
7201 #: ../src/guestfs-actions.pod:659
7202 msgid "guestfs_blockdev_flushbufs"
7203 msgstr ""
7204
7205 #. type: verbatim
7206 #: ../src/guestfs-actions.pod:661
7207 #, no-wrap
7208 msgid ""
7209 " int\n"
7210 " guestfs_blockdev_flushbufs (guestfs_h *g,\n"
7211 "                             const char *device);\n"
7212 "\n"
7213 msgstr ""
7214
7215 #. type: textblock
7216 #: ../src/guestfs-actions.pod:665 ../fish/guestfish-actions.pod:445
7217 msgid ""
7218 "This tells the kernel to flush internal buffers associated with C<device>."
7219 msgstr ""
7220
7221 #. type: textblock
7222 #: ../src/guestfs-actions.pod:668 ../src/guestfs-actions.pod:685
7223 #: ../src/guestfs-actions.pod:700 ../src/guestfs-actions.pod:716
7224 #: ../src/guestfs-actions.pod:734 ../src/guestfs-actions.pod:753
7225 #: ../src/guestfs-actions.pod:767 ../src/guestfs-actions.pod:785
7226 #: ../src/guestfs-actions.pod:799 ../src/guestfs-actions.pod:813
7227 #: ../fish/guestfish-actions.pod:448 ../fish/guestfish-actions.pod:459
7228 #: ../fish/guestfish-actions.pod:468 ../fish/guestfish-actions.pod:478
7229 #: ../fish/guestfish-actions.pod:490 ../fish/guestfish-actions.pod:503
7230 #: ../fish/guestfish-actions.pod:511 ../fish/guestfish-actions.pod:522
7231 #: ../fish/guestfish-actions.pod:530 ../fish/guestfish-actions.pod:538
7232 msgid "This uses the L<blockdev(8)> command."
7233 msgstr ""
7234
7235 #. type: textblock
7236 #: ../src/guestfs-actions.pod:672 ../src/guestfs-actions.pod:689
7237 #: ../src/guestfs-actions.pod:704 ../src/guestfs-actions.pod:720
7238 #: ../src/guestfs-actions.pod:738 ../src/guestfs-actions.pod:757
7239 #: ../src/guestfs-actions.pod:771 ../src/guestfs-actions.pod:789
7240 #: ../src/guestfs-actions.pod:803 ../src/guestfs-actions.pod:817
7241 msgid "(Added in 0.9.3)"
7242 msgstr ""
7243
7244 #. type: =head2
7245 #: ../src/guestfs-actions.pod:674
7246 msgid "guestfs_blockdev_getbsz"
7247 msgstr ""
7248
7249 #. type: verbatim
7250 #: ../src/guestfs-actions.pod:676
7251 #, no-wrap
7252 msgid ""
7253 " int\n"
7254 " guestfs_blockdev_getbsz (guestfs_h *g,\n"
7255 "                          const char *device);\n"
7256 "\n"
7257 msgstr ""
7258
7259 #. type: textblock
7260 #: ../src/guestfs-actions.pod:680 ../fish/guestfish-actions.pod:454
7261 msgid "This returns the block size of a device."
7262 msgstr ""
7263
7264 #. type: textblock
7265 #: ../src/guestfs-actions.pod:682 ../src/guestfs-actions.pod:782
7266 #: ../fish/guestfish-actions.pod:456 ../fish/guestfish-actions.pod:519
7267 msgid ""
7268 "(Note this is different from both I<size in blocks> and I<filesystem block "
7269 "size>)."
7270 msgstr ""
7271
7272 #. type: =head2
7273 #: ../src/guestfs-actions.pod:691
7274 msgid "guestfs_blockdev_getro"
7275 msgstr ""
7276
7277 #. type: verbatim
7278 #: ../src/guestfs-actions.pod:693
7279 #, no-wrap
7280 msgid ""
7281 " int\n"
7282 " guestfs_blockdev_getro (guestfs_h *g,\n"
7283 "                         const char *device);\n"
7284 "\n"
7285 msgstr ""
7286
7287 #. type: textblock
7288 #: ../src/guestfs-actions.pod:697 ../fish/guestfish-actions.pod:465
7289 msgid ""
7290 "Returns a boolean indicating if the block device is read-only (true if read-"
7291 "only, false if not)."
7292 msgstr ""
7293
7294 #. type: textblock
7295 #: ../src/guestfs-actions.pod:702 ../src/guestfs-actions.pod:1409
7296 #: ../src/guestfs-actions.pod:1424 ../src/guestfs-actions.pod:1911
7297 #: ../src/guestfs-actions.pod:1922 ../src/guestfs-actions.pod:1994
7298 #: ../src/guestfs-actions.pod:2049 ../src/guestfs-actions.pod:2064
7299 #: ../src/guestfs-actions.pod:2089 ../src/guestfs-actions.pod:2112
7300 #: ../src/guestfs-actions.pod:3085 ../src/guestfs-actions.pod:3102
7301 #: ../src/guestfs-actions.pod:3121 ../src/guestfs-actions.pod:3284
7302 #: ../src/guestfs-actions.pod:3298 ../src/guestfs-actions.pod:3313
7303 #: ../src/guestfs-actions.pod:3327 ../src/guestfs-actions.pod:3343
7304 #: ../src/guestfs-actions.pod:3358 ../src/guestfs-actions.pod:3374
7305 #: ../src/guestfs-actions.pod:3388 ../src/guestfs-actions.pod:3401
7306 #: ../src/guestfs-actions.pod:3415 ../src/guestfs-actions.pod:3430
7307 #: ../src/guestfs-actions.pod:3445 ../src/guestfs-actions.pod:4983
7308 msgid "This function returns a C truth value on success or -1 on error."
7309 msgstr ""
7310
7311 #. type: =head2
7312 #: ../src/guestfs-actions.pod:706
7313 msgid "guestfs_blockdev_getsize64"
7314 msgstr ""
7315
7316 #. type: verbatim
7317 #: ../src/guestfs-actions.pod:708
7318 #, no-wrap
7319 msgid ""
7320 " int64_t\n"
7321 " guestfs_blockdev_getsize64 (guestfs_h *g,\n"
7322 "                             const char *device);\n"
7323 "\n"
7324 msgstr ""
7325
7326 #. type: textblock
7327 #: ../src/guestfs-actions.pod:712 ../fish/guestfish-actions.pod:474
7328 msgid "This returns the size of the device in bytes."
7329 msgstr ""
7330
7331 #. type: textblock
7332 #: ../src/guestfs-actions.pod:714
7333 msgid "See also C<guestfs_blockdev_getsz>."
7334 msgstr ""
7335
7336 #. type: =head2
7337 #: ../src/guestfs-actions.pod:722
7338 msgid "guestfs_blockdev_getss"
7339 msgstr ""
7340
7341 #. type: verbatim
7342 #: ../src/guestfs-actions.pod:724
7343 #, no-wrap
7344 msgid ""
7345 " int\n"
7346 " guestfs_blockdev_getss (guestfs_h *g,\n"
7347 "                         const char *device);\n"
7348 "\n"
7349 msgstr ""
7350
7351 #. type: textblock
7352 #: ../src/guestfs-actions.pod:728 ../fish/guestfish-actions.pod:484
7353 msgid ""
7354 "This returns the size of sectors on a block device.  Usually 512, but can be "
7355 "larger for modern devices."
7356 msgstr ""
7357
7358 #. type: textblock
7359 #: ../src/guestfs-actions.pod:731
7360 msgid ""
7361 "(Note, this is not the size in sectors, use C<guestfs_blockdev_getsz> for "
7362 "that)."
7363 msgstr ""
7364
7365 #. type: =head2
7366 #: ../src/guestfs-actions.pod:740
7367 msgid "guestfs_blockdev_getsz"
7368 msgstr ""
7369
7370 #. type: verbatim
7371 #: ../src/guestfs-actions.pod:742
7372 #, no-wrap
7373 msgid ""
7374 " int64_t\n"
7375 " guestfs_blockdev_getsz (guestfs_h *g,\n"
7376 "                         const char *device);\n"
7377 "\n"
7378 msgstr ""
7379
7380 #. type: textblock
7381 #: ../src/guestfs-actions.pod:746 ../fish/guestfish-actions.pod:496
7382 msgid ""
7383 "This returns the size of the device in units of 512-byte sectors (even if "
7384 "the sectorsize isn't 512 bytes ... weird)."
7385 msgstr ""
7386
7387 #. type: textblock
7388 #: ../src/guestfs-actions.pod:749
7389 msgid ""
7390 "See also C<guestfs_blockdev_getss> for the real sector size of the device, "
7391 "and C<guestfs_blockdev_getsize64> for the more useful I<size in bytes>."
7392 msgstr ""
7393
7394 #. type: =head2
7395 #: ../src/guestfs-actions.pod:759
7396 msgid "guestfs_blockdev_rereadpt"
7397 msgstr ""
7398
7399 #. type: verbatim
7400 #: ../src/guestfs-actions.pod:761
7401 #, no-wrap
7402 msgid ""
7403 " int\n"
7404 " guestfs_blockdev_rereadpt (guestfs_h *g,\n"
7405 "                            const char *device);\n"
7406 "\n"
7407 msgstr ""
7408
7409 #. type: textblock
7410 #: ../src/guestfs-actions.pod:765 ../fish/guestfish-actions.pod:509
7411 msgid "Reread the partition table on C<device>."
7412 msgstr ""
7413
7414 #. type: =head2
7415 #: ../src/guestfs-actions.pod:773
7416 msgid "guestfs_blockdev_setbsz"
7417 msgstr ""
7418
7419 #. type: verbatim
7420 #: ../src/guestfs-actions.pod:775
7421 #, no-wrap
7422 msgid ""
7423 " int\n"
7424 " guestfs_blockdev_setbsz (guestfs_h *g,\n"
7425 "                          const char *device,\n"
7426 "                          int blocksize);\n"
7427 "\n"
7428 msgstr ""
7429
7430 #. type: textblock
7431 #: ../src/guestfs-actions.pod:780 ../fish/guestfish-actions.pod:517
7432 msgid "This sets the block size of a device."
7433 msgstr ""
7434
7435 #. type: =head2
7436 #: ../src/guestfs-actions.pod:791
7437 msgid "guestfs_blockdev_setro"
7438 msgstr ""
7439
7440 #. type: verbatim
7441 #: ../src/guestfs-actions.pod:793
7442 #, no-wrap
7443 msgid ""
7444 " int\n"
7445 " guestfs_blockdev_setro (guestfs_h *g,\n"
7446 "                         const char *device);\n"
7447 "\n"
7448 msgstr ""
7449
7450 #. type: textblock
7451 #: ../src/guestfs-actions.pod:797 ../fish/guestfish-actions.pod:528
7452 msgid "Sets the block device named C<device> to read-only."
7453 msgstr ""
7454
7455 #. type: =head2
7456 #: ../src/guestfs-actions.pod:805
7457 msgid "guestfs_blockdev_setrw"
7458 msgstr ""
7459
7460 #. type: verbatim
7461 #: ../src/guestfs-actions.pod:807
7462 #, no-wrap
7463 msgid ""
7464 " int\n"
7465 " guestfs_blockdev_setrw (guestfs_h *g,\n"
7466 "                         const char *device);\n"
7467 "\n"
7468 msgstr ""
7469
7470 #. type: textblock
7471 #: ../src/guestfs-actions.pod:811 ../fish/guestfish-actions.pod:536
7472 msgid "Sets the block device named C<device> to read-write."
7473 msgstr ""
7474
7475 #. type: =head2
7476 #: ../src/guestfs-actions.pod:819
7477 msgid "guestfs_case_sensitive_path"
7478 msgstr ""
7479
7480 #. type: verbatim
7481 #: ../src/guestfs-actions.pod:821
7482 #, no-wrap
7483 msgid ""
7484 " char *\n"
7485 " guestfs_case_sensitive_path (guestfs_h *g,\n"
7486 "                              const char *path);\n"
7487 "\n"
7488 msgstr ""
7489
7490 #. type: textblock
7491 #: ../src/guestfs-actions.pod:825 ../fish/guestfish-actions.pod:544
7492 msgid ""
7493 "This can be used to resolve case insensitive paths on a filesystem which is "
7494 "case sensitive.  The use case is to resolve paths which you have read from "
7495 "Windows configuration files or the Windows Registry, to the true path."
7496 msgstr ""
7497
7498 #. type: textblock
7499 #: ../src/guestfs-actions.pod:830 ../fish/guestfish-actions.pod:549
7500 msgid ""
7501 "The command handles a peculiarity of the Linux ntfs-3g filesystem driver "
7502 "(and probably others), which is that although the underlying filesystem is "
7503 "case-insensitive, the driver exports the filesystem to Linux as case-"
7504 "sensitive."
7505 msgstr ""
7506
7507 #. type: textblock
7508 #: ../src/guestfs-actions.pod:835 ../fish/guestfish-actions.pod:554
7509 msgid ""
7510 "One consequence of this is that special directories such as C<c:\\windows> "
7511 "may appear as C</WINDOWS> or C</windows> (or other things) depending on the "
7512 "precise details of how they were created.  In Windows itself this would not "
7513 "be a problem."
7514 msgstr ""
7515
7516 #. type: textblock
7517 #: ../src/guestfs-actions.pod:841 ../fish/guestfish-actions.pod:560
7518 msgid ""
7519 "Bug or feature? You decide: L<http://www.tuxera.com/community/ntfs-3g-faq/"
7520 "#posixfilenames1>"
7521 msgstr ""
7522
7523 #. type: textblock
7524 #: ../src/guestfs-actions.pod:844 ../fish/guestfish-actions.pod:563
7525 msgid ""
7526 "This function resolves the true case of each element in the path and returns "
7527 "the case-sensitive path."
7528 msgstr ""
7529
7530 #. type: textblock
7531 #: ../src/guestfs-actions.pod:847
7532 msgid ""
7533 "Thus C<guestfs_case_sensitive_path> (\"/Windows/System32\")  might return C<"
7534 "\"/WINDOWS/system32\"> (the exact return value would depend on details of "
7535 "how the directories were originally created under Windows)."
7536 msgstr ""
7537
7538 #. type: textblock
7539 #: ../src/guestfs-actions.pod:852 ../fish/guestfish-actions.pod:571
7540 msgid "I<Note>: This function does not handle drive names, backslashes etc."
7541 msgstr ""
7542
7543 #. type: textblock
7544 #: ../src/guestfs-actions.pod:855
7545 msgid "See also C<guestfs_realpath>."
7546 msgstr ""
7547
7548 #. type: textblock
7549 #: ../src/guestfs-actions.pod:860 ../src/guestfs-actions.pod:7002
7550 msgid "(Added in 1.0.75)"
7551 msgstr ""
7552
7553 #. type: =head2
7554 #: ../src/guestfs-actions.pod:862
7555 msgid "guestfs_cat"
7556 msgstr ""
7557
7558 #. type: verbatim
7559 #: ../src/guestfs-actions.pod:864
7560 #, no-wrap
7561 msgid ""
7562 " char *\n"
7563 " guestfs_cat (guestfs_h *g,\n"
7564 "              const char *path);\n"
7565 "\n"
7566 msgstr ""
7567
7568 #. type: textblock
7569 #: ../src/guestfs-actions.pod:868 ../src/guestfs-actions.pod:5470
7570 #: ../fish/guestfish-actions.pod:580 ../fish/guestfish-actions.pod:3671
7571 msgid "Return the contents of the file named C<path>."
7572 msgstr ""
7573
7574 #. type: textblock
7575 #: ../src/guestfs-actions.pod:870
7576 msgid ""
7577 "Note that this function cannot correctly handle binary files (specifically, "
7578 "files containing C<\\0> character which is treated as end of string).  For "
7579 "those you need to use the C<guestfs_read_file> or C<guestfs_download> "
7580 "functions which have a more complex interface."
7581 msgstr ""
7582
7583 #. type: textblock
7584 #: ../src/guestfs-actions.pod:878 ../src/guestfs-actions.pod:1057
7585 #: ../src/guestfs-actions.pod:1077 ../src/guestfs-actions.pod:1373
7586 #: ../src/guestfs-actions.pod:1392 ../src/guestfs-actions.pod:1495
7587 #: ../src/guestfs-actions.pod:1514 ../src/guestfs-actions.pod:1760
7588 #: ../src/guestfs-actions.pod:2218 ../src/guestfs-actions.pod:2237
7589 #: ../src/guestfs-actions.pod:2280 ../src/guestfs-actions.pod:2304
7590 #: ../src/guestfs-actions.pod:2321 ../src/guestfs-actions.pod:2350
7591 #: ../src/guestfs-actions.pod:5252 ../src/guestfs-actions.pod:5278
7592 #: ../src/guestfs-actions.pod:5409 ../src/guestfs-actions.pod:5435
7593 #: ../src/guestfs-actions.pod:5459 ../src/guestfs-actions.pod:6387
7594 #: ../src/guestfs-actions.pod:6442 ../src/guestfs-actions.pod:6588
7595 #: ../src/guestfs-actions.pod:6612 ../src/guestfs-actions.pod:7281
7596 #: ../src/guestfs-actions.pod:7307 ../src/guestfs-actions.pod:7333
7597 #: ../src/guestfs-actions.pod:7352 ../src/guestfs-actions.pod:7437
7598 #: ../src/guestfs-actions.pod:7456 ../src/guestfs-actions.pod:7502
7599 #: ../src/guestfs-actions.pod:7521 ../fish/guestfish-actions.pod:587
7600 #: ../fish/guestfish-actions.pod:722 ../fish/guestfish-actions.pod:734
7601 #: ../fish/guestfish-actions.pod:910 ../fish/guestfish-actions.pod:920
7602 #: ../fish/guestfish-actions.pod:987 ../fish/guestfish-actions.pod:997
7603 #: ../fish/guestfish-actions.pod:1189 ../fish/guestfish-actions.pod:1490
7604 #: ../fish/guestfish-actions.pod:1500 ../fish/guestfish-actions.pod:1528
7605 #: ../fish/guestfish-actions.pod:1543 ../fish/guestfish-actions.pod:1553
7606 #: ../fish/guestfish-actions.pod:1572 ../fish/guestfish-actions.pod:3541
7607 #: ../fish/guestfish-actions.pod:3556 ../fish/guestfish-actions.pod:3632
7608 #: ../fish/guestfish-actions.pod:3649 ../fish/guestfish-actions.pod:3664
7609 #: ../fish/guestfish-actions.pod:4318 ../fish/guestfish-actions.pod:4364
7610 #: ../fish/guestfish-actions.pod:4449 ../fish/guestfish-actions.pod:4464
7611 #: ../fish/guestfish-actions.pod:4874 ../fish/guestfish-actions.pod:4892
7612 #: ../fish/guestfish-actions.pod:4909 ../fish/guestfish-actions.pod:4919
7613 #: ../fish/guestfish-actions.pod:4967 ../fish/guestfish-actions.pod:4977
7614 #: ../fish/guestfish-actions.pod:5006 ../fish/guestfish-actions.pod:5016
7615 msgid ""
7616 "Because of the message protocol, there is a transfer limit of somewhere "
7617 "between 2MB and 4MB.  See L<guestfs(3)/PROTOCOL LIMITS>."
7618 msgstr ""
7619
7620 #. type: textblock
7621 #: ../src/guestfs-actions.pod:881 ../src/guestfs-actions.pod:3561
7622 #: ../src/guestfs-actions.pod:3623 ../src/guestfs-actions.pod:3640
7623 #: ../src/guestfs-actions.pod:3728 ../src/guestfs-actions.pod:4133
7624 #: ../src/guestfs-actions.pod:4147 ../src/guestfs-actions.pod:5358
7625 #: ../src/guestfs-actions.pod:5372 ../src/guestfs-actions.pod:7161
7626 #: ../src/guestfs-actions.pod:7175
7627 msgid "(Added in 0.4)"
7628 msgstr ""
7629
7630 #. type: =head2
7631 #: ../src/guestfs-actions.pod:883
7632 msgid "guestfs_checksum"
7633 msgstr ""
7634
7635 #. type: verbatim
7636 #: ../src/guestfs-actions.pod:885
7637 #, no-wrap
7638 msgid ""
7639 " char *\n"
7640 " guestfs_checksum (guestfs_h *g,\n"
7641 "                   const char *csumtype,\n"
7642 "                   const char *path);\n"
7643 "\n"
7644 msgstr ""
7645
7646 #. type: textblock
7647 #: ../src/guestfs-actions.pod:890 ../fish/guestfish-actions.pod:594
7648 msgid ""
7649 "This call computes the MD5, SHAx or CRC checksum of the file named C<path>."
7650 msgstr ""
7651
7652 #. type: textblock
7653 #: ../src/guestfs-actions.pod:893 ../fish/guestfish-actions.pod:597
7654 msgid ""
7655 "The type of checksum to compute is given by the C<csumtype> parameter which "
7656 "must have one of the following values:"
7657 msgstr ""
7658
7659 #. type: =item
7660 #: ../src/guestfs-actions.pod:898 ../fish/guestfish-actions.pod:602
7661 msgid "C<crc>"
7662 msgstr "C<crc>"
7663
7664 #. type: textblock
7665 #: ../src/guestfs-actions.pod:900 ../fish/guestfish-actions.pod:604
7666 msgid ""
7667 "Compute the cyclic redundancy check (CRC) specified by POSIX for the "
7668 "C<cksum> command."
7669 msgstr ""
7670
7671 #. type: =item
7672 #: ../src/guestfs-actions.pod:903 ../fish/guestfish-actions.pod:607
7673 msgid "C<md5>"
7674 msgstr "C<md5>"
7675
7676 #. type: textblock
7677 #: ../src/guestfs-actions.pod:905 ../fish/guestfish-actions.pod:609
7678 msgid "Compute the MD5 hash (using the C<md5sum> program)."
7679 msgstr ""
7680
7681 #. type: =item
7682 #: ../src/guestfs-actions.pod:907 ../fish/guestfish-actions.pod:611
7683 msgid "C<sha1>"
7684 msgstr "C<sha1>"
7685
7686 #. type: textblock
7687 #: ../src/guestfs-actions.pod:909 ../fish/guestfish-actions.pod:613
7688 msgid "Compute the SHA1 hash (using the C<sha1sum> program)."
7689 msgstr ""
7690
7691 #. type: =item
7692 #: ../src/guestfs-actions.pod:911 ../fish/guestfish-actions.pod:615
7693 msgid "C<sha224>"
7694 msgstr "C<sha224>"
7695
7696 #. type: textblock
7697 #: ../src/guestfs-actions.pod:913 ../fish/guestfish-actions.pod:617
7698 msgid "Compute the SHA224 hash (using the C<sha224sum> program)."
7699 msgstr ""
7700
7701 #. type: =item
7702 #: ../src/guestfs-actions.pod:915 ../fish/guestfish-actions.pod:619
7703 msgid "C<sha256>"
7704 msgstr "C<sha256>"
7705
7706 #. type: textblock
7707 #: ../src/guestfs-actions.pod:917 ../fish/guestfish-actions.pod:621
7708 msgid "Compute the SHA256 hash (using the C<sha256sum> program)."
7709 msgstr ""
7710
7711 #. type: =item
7712 #: ../src/guestfs-actions.pod:919 ../fish/guestfish-actions.pod:623
7713 msgid "C<sha384>"
7714 msgstr "C<sha384>"
7715
7716 #. type: textblock
7717 #: ../src/guestfs-actions.pod:921 ../fish/guestfish-actions.pod:625
7718 msgid "Compute the SHA384 hash (using the C<sha384sum> program)."
7719 msgstr ""
7720
7721 #. type: =item
7722 #: ../src/guestfs-actions.pod:923 ../fish/guestfish-actions.pod:627
7723 msgid "C<sha512>"
7724 msgstr "C<sha512>"
7725
7726 #. type: textblock
7727 #: ../src/guestfs-actions.pod:925 ../fish/guestfish-actions.pod:629
7728 msgid "Compute the SHA512 hash (using the C<sha512sum> program)."
7729 msgstr ""
7730
7731 #. type: textblock
7732 #: ../src/guestfs-actions.pod:929 ../fish/guestfish-actions.pod:633
7733 msgid "The checksum is returned as a printable string."
7734 msgstr ""
7735
7736 #. type: textblock
7737 #: ../src/guestfs-actions.pod:931
7738 msgid "To get the checksum for a device, use C<guestfs_checksum_device>."
7739 msgstr ""
7740
7741 #. type: textblock
7742 #: ../src/guestfs-actions.pod:933
7743 msgid "To get the checksums for many files, use C<guestfs_checksums_out>."
7744 msgstr ""
7745
7746 #. type: textblock
7747 #: ../src/guestfs-actions.pod:938 ../src/guestfs-actions.pod:1246
7748 #: ../src/guestfs-actions.pod:2080 ../src/guestfs-actions.pod:3300
7749 #: ../src/guestfs-actions.pod:3329 ../src/guestfs-actions.pod:3390
7750 #: ../src/guestfs-actions.pod:3417 ../src/guestfs-actions.pod:6858
7751 msgid "(Added in 1.0.2)"
7752 msgstr ""
7753
7754 #. type: =head2
7755 #: ../src/guestfs-actions.pod:940
7756 msgid "guestfs_checksum_device"
7757 msgstr ""
7758
7759 #. type: verbatim
7760 #: ../src/guestfs-actions.pod:942
7761 #, no-wrap
7762 msgid ""
7763 " char *\n"
7764 " guestfs_checksum_device (guestfs_h *g,\n"
7765 "                          const char *csumtype,\n"
7766 "                          const char *device);\n"
7767 "\n"
7768 msgstr ""
7769
7770 #. type: textblock
7771 #: ../src/guestfs-actions.pod:947
7772 msgid ""
7773 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
7774 "device named C<device>.  For the types of checksums supported see the "
7775 "C<guestfs_checksum> command."
7776 msgstr ""
7777
7778 #. type: textblock
7779 #: ../src/guestfs-actions.pod:954 ../src/guestfs-actions.pod:4889
7780 #: ../src/guestfs-actions.pod:4948 ../src/guestfs-actions.pod:4985
7781 #: ../src/guestfs-actions.pod:5003 ../src/guestfs-actions.pod:5179
7782 #: ../src/guestfs-actions.pod:6767 ../src/guestfs-actions.pod:6781
7783 #: ../src/guestfs-actions.pod:7187
7784 msgid "(Added in 1.3.2)"
7785 msgstr ""
7786
7787 #. type: =head2
7788 #: ../src/guestfs-actions.pod:956
7789 msgid "guestfs_checksums_out"
7790 msgstr ""
7791
7792 #. type: verbatim
7793 #: ../src/guestfs-actions.pod:958
7794 #, no-wrap
7795 msgid ""
7796 " int\n"
7797 " guestfs_checksums_out (guestfs_h *g,\n"
7798 "                        const char *csumtype,\n"
7799 "                        const char *directory,\n"
7800 "                        const char *sumsfile);\n"
7801 "\n"
7802 msgstr ""
7803
7804 #. type: textblock
7805 #: ../src/guestfs-actions.pod:964 ../fish/guestfish-actions.pod:651
7806 msgid ""
7807 "This command computes the checksums of all regular files in C<directory> and "
7808 "then emits a list of those checksums to the local output file C<sumsfile>."
7809 msgstr ""
7810
7811 #. type: textblock
7812 #: ../src/guestfs-actions.pod:968 ../fish/guestfish-actions.pod:655
7813 msgid ""
7814 "This can be used for verifying the integrity of a virtual machine.  However "
7815 "to be properly secure you should pay attention to the output of the checksum "
7816 "command (it uses the ones from GNU coreutils).  In particular when the "
7817 "filename is not printable, coreutils uses a special backslash syntax.  For "
7818 "more information, see the GNU coreutils info file."
7819 msgstr ""
7820
7821 #. type: textblock
7822 #: ../src/guestfs-actions.pod:978
7823 msgid "(Added in 1.3.7)"
7824 msgstr ""
7825
7826 #. type: =head2
7827 #: ../src/guestfs-actions.pod:980
7828 msgid "guestfs_chmod"
7829 msgstr ""
7830
7831 #. type: verbatim
7832 #: ../src/guestfs-actions.pod:982
7833 #, no-wrap
7834 msgid ""
7835 " int\n"
7836 " guestfs_chmod (guestfs_h *g,\n"
7837 "                int mode,\n"
7838 "                const char *path);\n"
7839 "\n"
7840 msgstr ""
7841
7842 #. type: textblock
7843 #: ../src/guestfs-actions.pod:987 ../fish/guestfish-actions.pod:669
7844 msgid ""
7845 "Change the mode (permissions) of C<path> to C<mode>.  Only numeric modes are "
7846 "supported."
7847 msgstr ""
7848
7849 #. type: textblock
7850 #: ../src/guestfs-actions.pod:990 ../fish/guestfish-actions.pod:672
7851 msgid ""
7852 "I<Note>: When using this command from guestfish, C<mode> by default would be "
7853 "decimal, unless you prefix it with C<0> to get octal, ie. use C<0700> not "
7854 "C<700>."
7855 msgstr ""
7856
7857 #. type: textblock
7858 #: ../src/guestfs-actions.pod:994 ../src/guestfs-actions.pod:4384
7859 #: ../src/guestfs-actions.pod:4581 ../src/guestfs-actions.pod:4600
7860 #: ../src/guestfs-actions.pod:4619 ../fish/guestfish-actions.pod:676
7861 #: ../fish/guestfish-actions.pod:2980 ../fish/guestfish-actions.pod:3109
7862 #: ../fish/guestfish-actions.pod:3119 ../fish/guestfish-actions.pod:3129
7863 msgid "The mode actually set is affected by the umask."
7864 msgstr ""
7865
7866 #. type: =head2
7867 #: ../src/guestfs-actions.pod:1000
7868 msgid "guestfs_chown"
7869 msgstr ""
7870
7871 #. type: verbatim
7872 #: ../src/guestfs-actions.pod:1002
7873 #, no-wrap
7874 msgid ""
7875 " int\n"
7876 " guestfs_chown (guestfs_h *g,\n"
7877 "                int owner,\n"
7878 "                int group,\n"
7879 "                const char *path);\n"
7880 "\n"
7881 msgstr ""
7882
7883 #. type: textblock
7884 #: ../src/guestfs-actions.pod:1008 ../fish/guestfish-actions.pod:682
7885 msgid "Change the file owner to C<owner> and group to C<group>."
7886 msgstr ""
7887
7888 #. type: textblock
7889 #: ../src/guestfs-actions.pod:1010 ../src/guestfs-actions.pod:3492
7890 #: ../fish/guestfish-actions.pod:684 ../fish/guestfish-actions.pod:2438
7891 msgid ""
7892 "Only numeric uid and gid are supported.  If you want to use names, you will "
7893 "need to locate and parse the password file yourself (Augeas support makes "
7894 "this relatively easy)."
7895 msgstr ""
7896
7897 #. type: =head2
7898 #: ../src/guestfs-actions.pod:1018
7899 msgid "guestfs_command"
7900 msgstr ""
7901
7902 #. type: verbatim
7903 #: ../src/guestfs-actions.pod:1020
7904 #, no-wrap
7905 msgid ""
7906 " char *\n"
7907 " guestfs_command (guestfs_h *g,\n"
7908 "                  char *const *arguments);\n"
7909 "\n"
7910 msgstr ""
7911
7912 #. type: textblock
7913 #: ../src/guestfs-actions.pod:1024 ../fish/guestfish-actions.pod:692
7914 msgid ""
7915 "This call runs a command from the guest filesystem.  The filesystem must be "
7916 "mounted, and must contain a compatible operating system (ie. something "
7917 "Linux, with the same or compatible processor architecture)."
7918 msgstr ""
7919
7920 #. type: textblock
7921 #: ../src/guestfs-actions.pod:1029
7922 msgid ""
7923 "The single parameter is an argv-style list of arguments.  The first element "
7924 "is the name of the program to run.  Subsequent elements are parameters.  The "
7925 "list must be non-empty (ie. must contain a program name).  Note that the "
7926 "command runs directly, and is I<not> invoked via the shell (see "
7927 "C<guestfs_sh>)."
7928 msgstr ""
7929
7930 #. type: textblock
7931 #: ../src/guestfs-actions.pod:1036 ../fish/guestfish-actions.pod:704
7932 msgid "The return value is anything printed to I<stdout> by the command."
7933 msgstr ""
7934
7935 #. type: textblock
7936 #: ../src/guestfs-actions.pod:1039 ../fish/guestfish-actions.pod:707
7937 msgid ""
7938 "If the command returns a non-zero exit status, then this function returns an "
7939 "error message.  The error message string is the content of I<stderr> from "
7940 "the command."
7941 msgstr ""
7942
7943 #. type: textblock
7944 #: ../src/guestfs-actions.pod:1043 ../fish/guestfish-actions.pod:711
7945 msgid ""
7946 "The C<$PATH> environment variable will contain at least C</usr/bin> and C</"
7947 "bin>.  If you require a program from another location, you should provide "
7948 "the full path in the first parameter."
7949 msgstr ""
7950
7951 #. type: textblock
7952 #: ../src/guestfs-actions.pod:1048 ../fish/guestfish-actions.pod:716
7953 msgid ""
7954 "Shared libraries and data files required by the program must be available on "
7955 "filesystems which are mounted in the correct places.  It is the caller's "
7956 "responsibility to ensure all filesystems that are needed are mounted at the "
7957 "right locations."
7958 msgstr ""
7959
7960 #. type: textblock
7961 #: ../src/guestfs-actions.pod:1060 ../src/guestfs-actions.pod:1080
7962 #: ../src/guestfs-actions.pod:1545
7963 msgid "(Added in 0.9.1)"
7964 msgstr ""
7965
7966 #. type: =head2
7967 #: ../src/guestfs-actions.pod:1062
7968 msgid "guestfs_command_lines"
7969 msgstr ""
7970
7971 #. type: verbatim
7972 #: ../src/guestfs-actions.pod:1064
7973 #, no-wrap
7974 msgid ""
7975 " char **\n"
7976 " guestfs_command_lines (guestfs_h *g,\n"
7977 "                        char *const *arguments);\n"
7978 "\n"
7979 msgstr ""
7980
7981 #. type: textblock
7982 #: ../src/guestfs-actions.pod:1068
7983 msgid ""
7984 "This is the same as C<guestfs_command>, but splits the result into a list of "
7985 "lines."
7986 msgstr ""
7987
7988 #. type: textblock
7989 #: ../src/guestfs-actions.pod:1071
7990 msgid "See also: C<guestfs_sh_lines>"
7991 msgstr ""
7992
7993 #. type: =head2
7994 #: ../src/guestfs-actions.pod:1082
7995 msgid "guestfs_config"
7996 msgstr ""
7997
7998 #. type: verbatim
7999 #: ../src/guestfs-actions.pod:1084
8000 #, no-wrap
8001 msgid ""
8002 " int\n"
8003 " guestfs_config (guestfs_h *g,\n"
8004 "                 const char *qemuparam,\n"
8005 "                 const char *qemuvalue);\n"
8006 "\n"
8007 msgstr ""
8008
8009 #. type: textblock
8010 #: ../src/guestfs-actions.pod:1089 ../fish/guestfish-actions.pod:741
8011 msgid ""
8012 "This can be used to add arbitrary qemu command line parameters of the form "
8013 "I<-param value>.  Actually it's not quite arbitrary - we prevent you from "
8014 "setting some parameters which would interfere with parameters that we use."
8015 msgstr ""
8016
8017 #. type: textblock
8018 #: ../src/guestfs-actions.pod:1094 ../fish/guestfish-actions.pod:746
8019 msgid "The first character of C<param> string must be a C<-> (dash)."
8020 msgstr ""
8021
8022 #. type: textblock
8023 #: ../src/guestfs-actions.pod:1096 ../fish/guestfish-actions.pod:748
8024 msgid "C<value> can be NULL."
8025 msgstr ""
8026
8027 #. type: =head2
8028 #: ../src/guestfs-actions.pod:1102
8029 msgid "guestfs_copy_size"
8030 msgstr ""
8031
8032 #. type: verbatim
8033 #: ../src/guestfs-actions.pod:1104
8034 #, no-wrap
8035 msgid ""
8036 " int\n"
8037 " guestfs_copy_size (guestfs_h *g,\n"
8038 "                    const char *src,\n"
8039 "                    const char *dest,\n"
8040 "                    int64_t size);\n"
8041 "\n"
8042 msgstr ""
8043
8044 #. type: textblock
8045 #: ../src/guestfs-actions.pod:1110 ../fish/guestfish-actions.pod:754
8046 msgid ""
8047 "This command copies exactly C<size> bytes from one source device or file "
8048 "C<src> to another destination device or file C<dest>."
8049 msgstr ""
8050
8051 #. type: textblock
8052 #: ../src/guestfs-actions.pod:1113 ../fish/guestfish-actions.pod:757
8053 msgid ""
8054 "Note this will fail if the source is too short or if the destination is not "
8055 "large enough."
8056 msgstr ""
8057
8058 #. type: textblock
8059 #: ../src/guestfs-actions.pod:1118 ../src/guestfs-actions.pod:1241
8060 #: ../src/guestfs-actions.pod:1272 ../src/guestfs-actions.pod:1317
8061 #: ../src/guestfs-actions.pod:1694 ../src/guestfs-actions.pod:1716
8062 #: ../src/guestfs-actions.pod:3473 ../src/guestfs-actions.pod:6853
8063 #: ../src/guestfs-actions.pod:6887 ../src/guestfs-actions.pod:7373
8064 #: ../src/guestfs-actions.pod:7392
8065 msgid ""
8066 "This long-running command can generate progress notification messages so "
8067 "that the caller can display a progress bar or indicator.  To receive these "
8068 "messages, the caller must register a progress event callback.  See L<guestfs"
8069 "(3)/GUESTFS_EVENT_PROGRESS>."
8070 msgstr ""
8071
8072 #. type: textblock
8073 #: ../src/guestfs-actions.pod:1123 ../src/guestfs-actions.pod:4160
8074 #: ../src/guestfs-actions.pod:5385 ../src/guestfs-actions.pod:7094
8075 #: ../src/guestfs-actions.pod:7114 ../src/guestfs-actions.pod:7200
8076 msgid "(Added in 1.0.87)"
8077 msgstr ""
8078
8079 #. type: =head2
8080 #: ../src/guestfs-actions.pod:1125
8081 msgid "guestfs_cp"
8082 msgstr ""
8083
8084 #. type: verbatim
8085 #: ../src/guestfs-actions.pod:1127
8086 #, no-wrap
8087 msgid ""
8088 " int\n"
8089 " guestfs_cp (guestfs_h *g,\n"
8090 "             const char *src,\n"
8091 "             const char *dest);\n"
8092 "\n"
8093 msgstr ""
8094
8095 #. type: textblock
8096 #: ../src/guestfs-actions.pod:1132 ../fish/guestfish-actions.pod:764
8097 msgid ""
8098 "This copies a file from C<src> to C<dest> where C<dest> is either a "
8099 "destination filename or destination directory."
8100 msgstr ""
8101
8102 #. type: textblock
8103 #: ../src/guestfs-actions.pod:1137 ../src/guestfs-actions.pod:1151
8104 #: ../src/guestfs-actions.pod:1223 ../src/guestfs-actions.pod:1297
8105 #: ../src/guestfs-actions.pod:1411 ../src/guestfs-actions.pod:4852
8106 #: ../src/guestfs-actions.pod:5229
8107 msgid "(Added in 1.0.18)"
8108 msgstr ""
8109
8110 #. type: =head2
8111 #: ../src/guestfs-actions.pod:1139
8112 msgid "guestfs_cp_a"
8113 msgstr ""
8114
8115 #. type: verbatim
8116 #: ../src/guestfs-actions.pod:1141
8117 #, no-wrap
8118 msgid ""
8119 " int\n"
8120 " guestfs_cp_a (guestfs_h *g,\n"
8121 "               const char *src,\n"
8122 "               const char *dest);\n"
8123 "\n"
8124 msgstr ""
8125
8126 #. type: textblock
8127 #: ../src/guestfs-actions.pod:1146 ../fish/guestfish-actions.pod:771
8128 msgid ""
8129 "This copies a file or directory from C<src> to C<dest> recursively using the "
8130 "C<cp -a> command."
8131 msgstr ""
8132
8133 #. type: =head2
8134 #: ../src/guestfs-actions.pod:1153
8135 msgid "guestfs_dd"
8136 msgstr ""
8137
8138 #. type: verbatim
8139 #: ../src/guestfs-actions.pod:1155
8140 #, no-wrap
8141 msgid ""
8142 " int\n"
8143 " guestfs_dd (guestfs_h *g,\n"
8144 "             const char *src,\n"
8145 "             const char *dest);\n"
8146 "\n"
8147 msgstr ""
8148
8149 #. type: textblock
8150 #: ../src/guestfs-actions.pod:1160 ../fish/guestfish-actions.pod:778
8151 msgid ""
8152 "This command copies from one source device or file C<src> to another "
8153 "destination device or file C<dest>.  Normally you would use this to copy to "
8154 "or from a device or partition, for example to duplicate a filesystem."
8155 msgstr ""
8156
8157 #. type: textblock
8158 #: ../src/guestfs-actions.pod:1165
8159 msgid ""
8160 "If the destination is a device, it must be as large or larger than the "
8161 "source file or device, otherwise the copy will fail.  This command cannot do "
8162 "partial copies (see C<guestfs_copy_size>)."
8163 msgstr ""
8164
8165 #. type: =head2
8166 #: ../src/guestfs-actions.pod:1173
8167 msgid "guestfs_df"
8168 msgstr ""
8169
8170 #. type: verbatim
8171 #: ../src/guestfs-actions.pod:1175
8172 #, no-wrap
8173 msgid ""
8174 " char *\n"
8175 " guestfs_df (guestfs_h *g);\n"
8176 "\n"
8177 msgstr ""
8178
8179 #. type: textblock
8180 #: ../src/guestfs-actions.pod:1178 ../fish/guestfish-actions.pod:791
8181 msgid "This command runs the C<df> command to report disk space used."
8182 msgstr ""
8183
8184 #. type: textblock
8185 #: ../src/guestfs-actions.pod:1180 ../src/guestfs-actions.pod:1197
8186 msgid ""
8187 "This command is mostly useful for interactive sessions.  It is I<not> "
8188 "intended that you try to parse the output string.  Use C<guestfs_statvfs> "
8189 "from programs."
8190 msgstr ""
8191
8192 #. type: textblock
8193 #: ../src/guestfs-actions.pod:1187 ../src/guestfs-actions.pod:1204
8194 #: ../src/guestfs-actions.pod:1322 ../src/guestfs-actions.pod:2283
8195 #: ../src/guestfs-actions.pod:2307 ../src/guestfs-actions.pod:2375
8196 #: ../src/guestfs-actions.pod:4270 ../src/guestfs-actions.pod:4752
8197 #: ../src/guestfs-actions.pod:6591 ../src/guestfs-actions.pod:6615
8198 #: ../src/guestfs-actions.pod:7240 ../src/guestfs-actions.pod:7253
8199 #: ../src/guestfs-actions.pod:7266
8200 msgid "(Added in 1.0.54)"
8201 msgstr ""
8202
8203 #. type: =head2
8204 #: ../src/guestfs-actions.pod:1189
8205 msgid "guestfs_df_h"
8206 msgstr ""
8207
8208 #. type: verbatim
8209 #: ../src/guestfs-actions.pod:1191
8210 #, no-wrap
8211 msgid ""
8212 " char *\n"
8213 " guestfs_df_h (guestfs_h *g);\n"
8214 "\n"
8215 msgstr ""
8216
8217 #. type: textblock
8218 #: ../src/guestfs-actions.pod:1194 ../fish/guestfish-actions.pod:801
8219 msgid ""
8220 "This command runs the C<df -h> command to report disk space used in human-"
8221 "readable format."
8222 msgstr ""
8223
8224 #. type: =head2
8225 #: ../src/guestfs-actions.pod:1206
8226 msgid "guestfs_dmesg"
8227 msgstr ""
8228
8229 #. type: verbatim
8230 #: ../src/guestfs-actions.pod:1208
8231 #, no-wrap
8232 msgid ""
8233 " char *\n"
8234 " guestfs_dmesg (guestfs_h *g);\n"
8235 "\n"
8236 msgstr ""
8237
8238 #. type: textblock
8239 #: ../src/guestfs-actions.pod:1211 ../fish/guestfish-actions.pod:812
8240 msgid ""
8241 "This returns the kernel messages (C<dmesg> output) from the guest kernel.  "
8242 "This is sometimes useful for extended debugging of problems."
8243 msgstr ""
8244
8245 #. type: textblock
8246 #: ../src/guestfs-actions.pod:1215
8247 msgid ""
8248 "Another way to get the same information is to enable verbose messages with "
8249 "C<guestfs_set_verbose> or by setting the environment variable "
8250 "C<LIBGUESTFS_DEBUG=1> before running the program."
8251 msgstr ""
8252
8253 #. type: =head2
8254 #: ../src/guestfs-actions.pod:1225
8255 msgid "guestfs_download"
8256 msgstr ""
8257
8258 #. type: verbatim
8259 #: ../src/guestfs-actions.pod:1227
8260 #, no-wrap
8261 msgid ""
8262 " int\n"
8263 " guestfs_download (guestfs_h *g,\n"
8264 "                   const char *remotefilename,\n"
8265 "                   const char *filename);\n"
8266 "\n"
8267 msgstr ""
8268
8269 #. type: textblock
8270 #: ../src/guestfs-actions.pod:1232 ../src/guestfs-actions.pod:1257
8271 #: ../fish/guestfish-actions.pod:825 ../fish/guestfish-actions.pod:838
8272 msgid ""
8273 "Download file C<remotefilename> and save it as C<filename> on the local "
8274 "machine."
8275 msgstr ""
8276
8277 #. type: textblock
8278 #: ../src/guestfs-actions.pod:1235 ../src/guestfs-actions.pod:6847
8279 #: ../fish/guestfish-actions.pod:828 ../fish/guestfish-actions.pod:4622
8280 msgid "C<filename> can also be a named pipe."
8281 msgstr ""
8282
8283 #. type: textblock
8284 #: ../src/guestfs-actions.pod:1237
8285 msgid "See also C<guestfs_upload>, C<guestfs_cat>."
8286 msgstr ""
8287
8288 #. type: =head2
8289 #: ../src/guestfs-actions.pod:1248
8290 msgid "guestfs_download_offset"
8291 msgstr ""
8292
8293 #. type: verbatim
8294 #: ../src/guestfs-actions.pod:1250
8295 #, no-wrap
8296 msgid ""
8297 " int\n"
8298 " guestfs_download_offset (guestfs_h *g,\n"
8299 "                          const char *remotefilename,\n"
8300 "                          const char *filename,\n"
8301 "                          int64_t offset,\n"
8302 "                          int64_t size);\n"
8303 "\n"
8304 msgstr ""
8305
8306 #. type: textblock
8307 #: ../src/guestfs-actions.pod:1260 ../fish/guestfish-actions.pod:841
8308 msgid ""
8309 "C<remotefilename> is read for C<size> bytes starting at C<offset> (this "
8310 "region must be within the file or device)."
8311 msgstr ""
8312
8313 #. type: textblock
8314 #: ../src/guestfs-actions.pod:1263
8315 msgid ""
8316 "Note that there is no limit on the amount of data that can be downloaded "
8317 "with this call, unlike with C<guestfs_pread>, and this call always reads the "
8318 "full amount unless an error occurs."
8319 msgstr ""
8320
8321 #. type: textblock
8322 #: ../src/guestfs-actions.pod:1268
8323 msgid "See also C<guestfs_download>, C<guestfs_pread>."
8324 msgstr ""
8325
8326 #. type: textblock
8327 #: ../src/guestfs-actions.pod:1277 ../src/guestfs-actions.pod:6892
8328 msgid "(Added in 1.5.17)"
8329 msgstr ""
8330
8331 #. type: =head2
8332 #: ../src/guestfs-actions.pod:1279
8333 msgid "guestfs_drop_caches"
8334 msgstr ""
8335
8336 #. type: verbatim
8337 #: ../src/guestfs-actions.pod:1281
8338 #, no-wrap
8339 msgid ""
8340 " int\n"
8341 " guestfs_drop_caches (guestfs_h *g,\n"
8342 "                      int whattodrop);\n"
8343 "\n"
8344 msgstr ""
8345
8346 #. type: textblock
8347 #: ../src/guestfs-actions.pod:1285 ../fish/guestfish-actions.pod:857
8348 msgid ""
8349 "This instructs the guest kernel to drop its page cache, and/or dentries and "
8350 "inode caches.  The parameter C<whattodrop> tells the kernel what precisely "
8351 "to drop, see L<http://linux-mm.org/Drop_Caches>"
8352 msgstr ""
8353
8354 #. type: textblock
8355 #: ../src/guestfs-actions.pod:1290 ../fish/guestfish-actions.pod:862
8356 msgid "Setting C<whattodrop> to 3 should drop everything."
8357 msgstr ""
8358
8359 #. type: textblock
8360 #: ../src/guestfs-actions.pod:1292 ../fish/guestfish-actions.pod:864
8361 msgid ""
8362 "This automatically calls L<sync(2)> before the operation, so that the "
8363 "maximum guest memory is freed."
8364 msgstr ""
8365
8366 #. type: =head2
8367 #: ../src/guestfs-actions.pod:1299
8368 msgid "guestfs_du"
8369 msgstr ""
8370
8371 #. type: verbatim
8372 #: ../src/guestfs-actions.pod:1301
8373 #, no-wrap
8374 msgid ""
8375 " int64_t\n"
8376 " guestfs_du (guestfs_h *g,\n"
8377 "             const char *path);\n"
8378 "\n"
8379 msgstr ""
8380
8381 #. type: textblock
8382 #: ../src/guestfs-actions.pod:1305 ../fish/guestfish-actions.pod:871
8383 msgid ""
8384 "This command runs the C<du -s> command to estimate file space usage for "
8385 "C<path>."
8386 msgstr ""
8387
8388 #. type: textblock
8389 #: ../src/guestfs-actions.pod:1308 ../fish/guestfish-actions.pod:874
8390 msgid ""
8391 "C<path> can be a file or a directory.  If C<path> is a directory then the "
8392 "estimate includes the contents of the directory and all subdirectories "
8393 "(recursively)."
8394 msgstr ""
8395
8396 #. type: textblock
8397 #: ../src/guestfs-actions.pod:1312 ../fish/guestfish-actions.pod:878
8398 msgid ""
8399 "The result is the estimated size in I<kilobytes> (ie. units of 1024 bytes)."
8400 msgstr ""
8401
8402 #. type: =head2
8403 #: ../src/guestfs-actions.pod:1324
8404 msgid "guestfs_e2fsck_f"
8405 msgstr ""
8406
8407 #. type: verbatim
8408 #: ../src/guestfs-actions.pod:1326
8409 #, no-wrap
8410 msgid ""
8411 " int\n"
8412 " guestfs_e2fsck_f (guestfs_h *g,\n"
8413 "                   const char *device);\n"
8414 "\n"
8415 msgstr ""
8416
8417 #. type: textblock
8418 #: ../src/guestfs-actions.pod:1330 ../fish/guestfish-actions.pod:885
8419 msgid ""
8420 "This runs C<e2fsck -p -f device>, ie. runs the ext2/ext3 filesystem checker "
8421 "on C<device>, noninteractively (I<-p>), even if the filesystem appears to be "
8422 "clean (I<-f>)."
8423 msgstr ""
8424
8425 #. type: textblock
8426 #: ../src/guestfs-actions.pod:1334
8427 msgid ""
8428 "This command is only needed because of C<guestfs_resize2fs> (q.v.).  "
8429 "Normally you should use C<guestfs_fsck>."
8430 msgstr ""
8431
8432 #. type: textblock
8433 #: ../src/guestfs-actions.pod:1339
8434 msgid "(Added in 1.0.29)"
8435 msgstr ""
8436
8437 #. type: =head2
8438 #: ../src/guestfs-actions.pod:1341
8439 msgid "guestfs_echo_daemon"
8440 msgstr ""
8441
8442 #. type: verbatim
8443 #: ../src/guestfs-actions.pod:1343
8444 #, no-wrap
8445 msgid ""
8446 " char *\n"
8447 " guestfs_echo_daemon (guestfs_h *g,\n"
8448 "                      char *const *words);\n"
8449 "\n"
8450 msgstr ""
8451
8452 #. type: textblock
8453 #: ../src/guestfs-actions.pod:1347 ../fish/guestfish-actions.pod:896
8454 msgid ""
8455 "This command concatenates the list of C<words> passed with single spaces "
8456 "between them and returns the resulting string."
8457 msgstr ""
8458
8459 #. type: textblock
8460 #: ../src/guestfs-actions.pod:1350 ../fish/guestfish-actions.pod:899
8461 msgid "You can use this command to test the connection through to the daemon."
8462 msgstr ""
8463
8464 #. type: textblock
8465 #: ../src/guestfs-actions.pod:1352
8466 msgid "See also C<guestfs_ping_daemon>."
8467 msgstr ""
8468
8469 #. type: textblock
8470 #: ../src/guestfs-actions.pod:1357 ../src/guestfs-actions.pod:2091
8471 #: ../src/guestfs-actions.pod:6063
8472 msgid "(Added in 1.0.69)"
8473 msgstr ""
8474
8475 #. type: =head2
8476 #: ../src/guestfs-actions.pod:1359
8477 msgid "guestfs_egrep"
8478 msgstr ""
8479
8480 #. type: verbatim
8481 #: ../src/guestfs-actions.pod:1361
8482 #, no-wrap
8483 msgid ""
8484 " char **\n"
8485 " guestfs_egrep (guestfs_h *g,\n"
8486 "                const char *regex,\n"
8487 "                const char *path);\n"
8488 "\n"
8489 msgstr ""
8490
8491 #. type: textblock
8492 #: ../src/guestfs-actions.pod:1366 ../fish/guestfish-actions.pod:907
8493 msgid ""
8494 "This calls the external C<egrep> program and returns the matching lines."
8495 msgstr ""
8496
8497 #. type: textblock
8498 #: ../src/guestfs-actions.pod:1376 ../src/guestfs-actions.pod:1395
8499 #: ../src/guestfs-actions.pod:1452 ../src/guestfs-actions.pod:1498
8500 #: ../src/guestfs-actions.pod:1517 ../src/guestfs-actions.pod:2221
8501 #: ../src/guestfs-actions.pod:2240 ../src/guestfs-actions.pod:2396
8502 #: ../src/guestfs-actions.pod:2409 ../src/guestfs-actions.pod:2424
8503 #: ../src/guestfs-actions.pod:2470 ../src/guestfs-actions.pod:2492
8504 #: ../src/guestfs-actions.pod:2505 ../src/guestfs-actions.pod:3653
8505 #: ../src/guestfs-actions.pod:3667 ../src/guestfs-actions.pod:3680
8506 #: ../src/guestfs-actions.pod:3694 ../src/guestfs-actions.pod:4680
8507 #: ../src/guestfs-actions.pod:5563 ../src/guestfs-actions.pod:5612
8508 #: ../src/guestfs-actions.pod:6459 ../src/guestfs-actions.pod:6471
8509 #: ../src/guestfs-actions.pod:6484 ../src/guestfs-actions.pod:6497
8510 #: ../src/guestfs-actions.pod:6519 ../src/guestfs-actions.pod:6532
8511 #: ../src/guestfs-actions.pod:6545 ../src/guestfs-actions.pod:6558
8512 #: ../src/guestfs-actions.pod:7336 ../src/guestfs-actions.pod:7355
8513 #: ../src/guestfs-actions.pod:7440 ../src/guestfs-actions.pod:7459
8514 #: ../src/guestfs-actions.pod:7505 ../src/guestfs-actions.pod:7524
8515 msgid "(Added in 1.0.66)"
8516 msgstr ""
8517
8518 #. type: =head2
8519 #: ../src/guestfs-actions.pod:1378
8520 msgid "guestfs_egrepi"
8521 msgstr ""
8522
8523 #. type: verbatim
8524 #: ../src/guestfs-actions.pod:1380
8525 #, no-wrap
8526 msgid ""
8527 " char **\n"
8528 " guestfs_egrepi (guestfs_h *g,\n"
8529 "                 const char *regex,\n"
8530 "                 const char *path);\n"
8531 "\n"
8532 msgstr ""
8533
8534 #. type: textblock
8535 #: ../src/guestfs-actions.pod:1385 ../fish/guestfish-actions.pod:917
8536 msgid ""
8537 "This calls the external C<egrep -i> program and returns the matching lines."
8538 msgstr ""
8539
8540 #. type: =head2
8541 #: ../src/guestfs-actions.pod:1397
8542 msgid "guestfs_equal"
8543 msgstr ""
8544
8545 #. type: verbatim
8546 #: ../src/guestfs-actions.pod:1399
8547 #, no-wrap
8548 msgid ""
8549 " int\n"
8550 " guestfs_equal (guestfs_h *g,\n"
8551 "                const char *file1,\n"
8552 "                const char *file2);\n"
8553 "\n"
8554 msgstr ""
8555
8556 #. type: textblock
8557 #: ../src/guestfs-actions.pod:1404 ../fish/guestfish-actions.pod:927
8558 msgid ""
8559 "This compares the two files C<file1> and C<file2> and returns true if their "
8560 "content is exactly equal, or false otherwise."
8561 msgstr ""
8562
8563 #. type: textblock
8564 #: ../src/guestfs-actions.pod:1407 ../fish/guestfish-actions.pod:930
8565 msgid "The external L<cmp(1)> program is used for the comparison."
8566 msgstr ""
8567
8568 #. type: =head2
8569 #: ../src/guestfs-actions.pod:1413
8570 msgid "guestfs_exists"
8571 msgstr ""
8572
8573 #. type: verbatim
8574 #: ../src/guestfs-actions.pod:1415
8575 #, no-wrap
8576 msgid ""
8577 " int\n"
8578 " guestfs_exists (guestfs_h *g,\n"
8579 "                 const char *path);\n"
8580 "\n"
8581 msgstr ""
8582
8583 #. type: textblock
8584 #: ../src/guestfs-actions.pod:1419 ../fish/guestfish-actions.pod:936
8585 msgid ""
8586 "This returns C<true> if and only if there is a file, directory (or anything) "
8587 "with the given C<path> name."
8588 msgstr ""
8589
8590 #. type: textblock
8591 #: ../src/guestfs-actions.pod:1422
8592 msgid "See also C<guestfs_is_file>, C<guestfs_is_dir>, C<guestfs_stat>."
8593 msgstr ""
8594
8595 #. type: =head2
8596 #: ../src/guestfs-actions.pod:1428
8597 msgid "guestfs_fallocate"
8598 msgstr ""
8599
8600 #. type: verbatim
8601 #: ../src/guestfs-actions.pod:1430
8602 #, no-wrap
8603 msgid ""
8604 " int\n"
8605 " guestfs_fallocate (guestfs_h *g,\n"
8606 "                    const char *path,\n"
8607 "                    int len);\n"
8608 "\n"
8609 msgstr ""
8610
8611 #. type: textblock
8612 #: ../src/guestfs-actions.pod:1435 ../src/guestfs-actions.pod:1461
8613 #: ../fish/guestfish-actions.pod:945 ../fish/guestfish-actions.pod:964
8614 msgid ""
8615 "This command preallocates a file (containing zero bytes) named C<path> of "
8616 "size C<len> bytes.  If the file exists already, it is overwritten."
8617 msgstr ""
8618
8619 #. type: textblock
8620 #: ../src/guestfs-actions.pod:1439 ../fish/guestfish-actions.pod:949
8621 msgid ""
8622 "Do not confuse this with the guestfish-specific C<alloc> command which "
8623 "allocates a file in the host and attaches it as a device."
8624 msgstr ""
8625
8626 #. type: textblock
8627 #: ../src/guestfs-actions.pod:1445 ../fish/guestfish-actions.pod:953
8628 msgid ""
8629 "This function is deprecated.  In new code, use the C<fallocate64> call "
8630 "instead."
8631 msgstr ""
8632
8633 #. type: =head2
8634 #: ../src/guestfs-actions.pod:1454
8635 msgid "guestfs_fallocate64"
8636 msgstr ""
8637
8638 #. type: verbatim
8639 #: ../src/guestfs-actions.pod:1456
8640 #, no-wrap
8641 msgid ""
8642 " int\n"
8643 " guestfs_fallocate64 (guestfs_h *g,\n"
8644 "                      const char *path,\n"
8645 "                      int64_t len);\n"
8646 "\n"
8647 msgstr ""
8648
8649 #. type: textblock
8650 #: ../src/guestfs-actions.pod:1465
8651 msgid ""
8652 "Note that this call allocates disk blocks for the file.  To create a sparse "
8653 "file use C<guestfs_truncate_size> instead."
8654 msgstr ""
8655
8656 #. type: textblock
8657 #: ../src/guestfs-actions.pod:1468
8658 msgid ""
8659 "The deprecated call C<guestfs_fallocate> does the same, but owing to an "
8660 "oversight it only allowed 30 bit lengths to be specified, effectively "
8661 "limiting the maximum size of files created through that call to 1GB."
8662 msgstr ""
8663
8664 #. type: textblock
8665 #: ../src/guestfs-actions.pod:1473 ../fish/guestfish-actions.pod:976
8666 msgid ""
8667 "Do not confuse this with the guestfish-specific C<alloc> and C<sparse> "
8668 "commands which create a file in the host and attach it as a device."
8669 msgstr ""
8670
8671 #. type: textblock
8672 #: ../src/guestfs-actions.pod:1479
8673 msgid "(Added in 1.3.17)"
8674 msgstr ""
8675
8676 #. type: =head2
8677 #: ../src/guestfs-actions.pod:1481
8678 msgid "guestfs_fgrep"
8679 msgstr ""
8680
8681 #. type: verbatim
8682 #: ../src/guestfs-actions.pod:1483
8683 #, no-wrap
8684 msgid ""
8685 " char **\n"
8686 " guestfs_fgrep (guestfs_h *g,\n"
8687 "                const char *pattern,\n"
8688 "                const char *path);\n"
8689 "\n"
8690 msgstr ""
8691
8692 #. type: textblock
8693 #: ../src/guestfs-actions.pod:1488 ../fish/guestfish-actions.pod:984
8694 msgid ""
8695 "This calls the external C<fgrep> program and returns the matching lines."
8696 msgstr ""
8697
8698 #. type: =head2
8699 #: ../src/guestfs-actions.pod:1500
8700 msgid "guestfs_fgrepi"
8701 msgstr ""
8702
8703 #. type: verbatim
8704 #: ../src/guestfs-actions.pod:1502
8705 #, no-wrap
8706 msgid ""
8707 " char **\n"
8708 " guestfs_fgrepi (guestfs_h *g,\n"
8709 "                 const char *pattern,\n"
8710 "                 const char *path);\n"
8711 "\n"
8712 msgstr ""
8713
8714 #. type: textblock
8715 #: ../src/guestfs-actions.pod:1507 ../fish/guestfish-actions.pod:994
8716 msgid ""
8717 "This calls the external C<fgrep -i> program and returns the matching lines."
8718 msgstr ""
8719
8720 #. type: =head2
8721 #: ../src/guestfs-actions.pod:1519
8722 msgid "guestfs_file"
8723 msgstr ""
8724
8725 #. type: verbatim
8726 #: ../src/guestfs-actions.pod:1521
8727 #, no-wrap
8728 msgid ""
8729 " char *\n"
8730 " guestfs_file (guestfs_h *g,\n"
8731 "               const char *path);\n"
8732 "\n"
8733 msgstr ""
8734
8735 #. type: textblock
8736 #: ../src/guestfs-actions.pod:1525 ../fish/guestfish-actions.pod:1004
8737 msgid ""
8738 "This call uses the standard L<file(1)> command to determine the type or "
8739 "contents of the file."
8740 msgstr ""
8741
8742 #. type: textblock
8743 #: ../src/guestfs-actions.pod:1528 ../fish/guestfish-actions.pod:1007
8744 msgid ""
8745 "This call will also transparently look inside various types of compressed "
8746 "file."
8747 msgstr ""
8748
8749 #. type: textblock
8750 #: ../src/guestfs-actions.pod:1531 ../fish/guestfish-actions.pod:1010
8751 msgid ""
8752 "The exact command which runs is C<file -zb path>.  Note in particular that "
8753 "the filename is not prepended to the output (the I<-b> option)."
8754 msgstr ""
8755
8756 #. type: textblock
8757 #: ../src/guestfs-actions.pod:1535 ../fish/guestfish-actions.pod:1014
8758 msgid ""
8759 "The output depends on the output of the underlying L<file(1)> command and it "
8760 "can change in future in ways beyond our control.  In other words, the output "
8761 "is not guaranteed by the ABI."
8762 msgstr ""
8763
8764 #. type: textblock
8765 #: ../src/guestfs-actions.pod:1539
8766 msgid ""
8767 "See also: L<file(1)>, C<guestfs_vfs_type>, C<guestfs_lstat>, "
8768 "C<guestfs_is_file>, C<guestfs_is_blockdev> (etc)."
8769 msgstr ""
8770
8771 #. type: =head2
8772 #: ../src/guestfs-actions.pod:1547
8773 msgid "guestfs_file_architecture"
8774 msgstr ""
8775
8776 #. type: verbatim
8777 #: ../src/guestfs-actions.pod:1549
8778 #, no-wrap
8779 msgid ""
8780 " char *\n"
8781 " guestfs_file_architecture (guestfs_h *g,\n"
8782 "                            const char *filename);\n"
8783 "\n"
8784 msgstr ""
8785
8786 #. type: textblock
8787 #: ../src/guestfs-actions.pod:1553 ../fish/guestfish-actions.pod:1025
8788 msgid ""
8789 "This detects the architecture of the binary C<filename>, and returns it if "
8790 "known."
8791 msgstr ""
8792
8793 #. type: textblock
8794 #: ../src/guestfs-actions.pod:1556 ../fish/guestfish-actions.pod:1028
8795 msgid "Currently defined architectures are:"
8796 msgstr ""
8797
8798 #. type: =item
8799 #: ../src/guestfs-actions.pod:1560 ../fish/guestfish-actions.pod:1032
8800 msgid "\"i386\""
8801 msgstr "\"i386\""
8802
8803 #. type: textblock
8804 #: ../src/guestfs-actions.pod:1562 ../fish/guestfish-actions.pod:1034
8805 msgid ""
8806 "This string is returned for all 32 bit i386, i486, i586, i686 binaries "
8807 "irrespective of the precise processor requirements of the binary."
8808 msgstr ""
8809
8810 #. type: =item
8811 #: ../src/guestfs-actions.pod:1565 ../fish/guestfish-actions.pod:1037
8812 msgid "\"x86_64\""
8813 msgstr "\"x86_64\""
8814
8815 #. type: textblock
8816 #: ../src/guestfs-actions.pod:1567 ../fish/guestfish-actions.pod:1039
8817 msgid "64 bit x86-64."
8818 msgstr ""
8819
8820 #. type: =item
8821 #: ../src/guestfs-actions.pod:1569 ../fish/guestfish-actions.pod:1041
8822 msgid "\"sparc\""
8823 msgstr ""
8824
8825 #. type: textblock
8826 #: ../src/guestfs-actions.pod:1571 ../fish/guestfish-actions.pod:1043
8827 msgid "32 bit SPARC."
8828 msgstr ""
8829
8830 #. type: =item
8831 #: ../src/guestfs-actions.pod:1573 ../fish/guestfish-actions.pod:1045
8832 msgid "\"sparc64\""
8833 msgstr ""
8834
8835 #. type: textblock
8836 #: ../src/guestfs-actions.pod:1575 ../fish/guestfish-actions.pod:1047
8837 msgid "64 bit SPARC V9 and above."
8838 msgstr ""
8839
8840 #. type: =item
8841 #: ../src/guestfs-actions.pod:1577 ../fish/guestfish-actions.pod:1049
8842 msgid "\"ia64\""
8843 msgstr "\"ia64\""
8844
8845 #. type: textblock
8846 #: ../src/guestfs-actions.pod:1579 ../fish/guestfish-actions.pod:1051
8847 msgid "Intel Itanium."
8848 msgstr "Intel Itanium."
8849
8850 #. type: =item
8851 #: ../src/guestfs-actions.pod:1581 ../fish/guestfish-actions.pod:1053
8852 msgid "\"ppc\""
8853 msgstr ""
8854
8855 #. type: textblock
8856 #: ../src/guestfs-actions.pod:1583 ../fish/guestfish-actions.pod:1055
8857 msgid "32 bit Power PC."
8858 msgstr ""
8859
8860 #. type: =item
8861 #: ../src/guestfs-actions.pod:1585 ../fish/guestfish-actions.pod:1057
8862 msgid "\"ppc64\""
8863 msgstr ""
8864
8865 #. type: textblock
8866 #: ../src/guestfs-actions.pod:1587 ../fish/guestfish-actions.pod:1059
8867 msgid "64 bit Power PC."
8868 msgstr ""
8869
8870 #. type: textblock
8871 #: ../src/guestfs-actions.pod:1591 ../fish/guestfish-actions.pod:1063
8872 msgid "Libguestfs may return other architecture strings in future."
8873 msgstr ""
8874
8875 #. type: textblock
8876 #: ../src/guestfs-actions.pod:1593 ../fish/guestfish-actions.pod:1065
8877 msgid "The function works on at least the following types of files:"
8878 msgstr ""
8879
8880 #. type: textblock
8881 #: ../src/guestfs-actions.pod:1599 ../fish/guestfish-actions.pod:1071
8882 msgid "many types of Un*x and Linux binary"
8883 msgstr ""
8884
8885 #. type: textblock
8886 #: ../src/guestfs-actions.pod:1603 ../fish/guestfish-actions.pod:1075
8887 msgid "many types of Un*x and Linux shared library"
8888 msgstr ""
8889
8890 #. type: textblock
8891 #: ../src/guestfs-actions.pod:1607 ../fish/guestfish-actions.pod:1079
8892 msgid "Windows Win32 and Win64 binaries"
8893 msgstr ""
8894
8895 #. type: textblock
8896 #: ../src/guestfs-actions.pod:1611 ../fish/guestfish-actions.pod:1083
8897 msgid "Windows Win32 and Win64 DLLs"
8898 msgstr ""
8899
8900 #. type: textblock
8901 #: ../src/guestfs-actions.pod:1613 ../fish/guestfish-actions.pod:1085
8902 msgid "Win32 binaries and DLLs return C<i386>."
8903 msgstr ""
8904
8905 #. type: textblock
8906 #: ../src/guestfs-actions.pod:1615 ../fish/guestfish-actions.pod:1087
8907 msgid "Win64 binaries and DLLs return C<x86_64>."
8908 msgstr ""
8909
8910 #. type: textblock
8911 #: ../src/guestfs-actions.pod:1619 ../fish/guestfish-actions.pod:1091
8912 msgid "Linux kernel modules"
8913 msgstr ""
8914
8915 #. type: textblock
8916 #: ../src/guestfs-actions.pod:1623 ../fish/guestfish-actions.pod:1095
8917 msgid "Linux new-style initrd images"
8918 msgstr ""
8919
8920 #. type: textblock
8921 #: ../src/guestfs-actions.pod:1627 ../fish/guestfish-actions.pod:1099
8922 msgid "some non-x86 Linux vmlinuz kernels"
8923 msgstr ""
8924
8925 #. type: textblock
8926 #: ../src/guestfs-actions.pod:1631 ../fish/guestfish-actions.pod:1103
8927 msgid "What it can't do currently:"
8928 msgstr ""
8929
8930 #. type: textblock
8931 #: ../src/guestfs-actions.pod:1637 ../fish/guestfish-actions.pod:1109
8932 msgid "static libraries (libfoo.a)"
8933 msgstr ""
8934
8935 #. type: textblock
8936 #: ../src/guestfs-actions.pod:1641 ../fish/guestfish-actions.pod:1113
8937 msgid "Linux old-style initrd as compressed ext2 filesystem (RHEL 3)"
8938 msgstr ""
8939
8940 #. type: textblock
8941 #: ../src/guestfs-actions.pod:1645 ../fish/guestfish-actions.pod:1117
8942 msgid "x86 Linux vmlinuz kernels"
8943 msgstr ""
8944
8945 #. type: textblock
8946 #: ../src/guestfs-actions.pod:1647 ../fish/guestfish-actions.pod:1119
8947 msgid ""
8948 "x86 vmlinuz images (bzImage format) consist of a mix of 16-, 32- and "
8949 "compressed code, and are horribly hard to unpack.  If you want to find the "
8950 "architecture of a kernel, use the architecture of the associated initrd or "
8951 "kernel module(s) instead."
8952 msgstr ""
8953
8954 #. type: textblock
8955 #: ../src/guestfs-actions.pod:1657 ../src/guestfs-actions.pod:1820
8956 #: ../src/guestfs-actions.pod:1837 ../src/guestfs-actions.pod:2528
8957 #: ../src/guestfs-actions.pod:2621 ../src/guestfs-actions.pod:2691
8958 #: ../src/guestfs-actions.pod:2779 ../src/guestfs-actions.pod:2800
8959 #: ../src/guestfs-actions.pod:2843 ../src/guestfs-actions.pod:2927
8960 #: ../src/guestfs-actions.pod:3024 ../src/guestfs-actions.pod:3271
8961 #: ../src/guestfs-actions.pod:3403
8962 msgid "(Added in 1.5.3)"
8963 msgstr ""
8964
8965 #. type: =head2
8966 #: ../src/guestfs-actions.pod:1659
8967 msgid "guestfs_filesize"
8968 msgstr ""
8969
8970 #. type: verbatim
8971 #: ../src/guestfs-actions.pod:1661
8972 #, no-wrap
8973 msgid ""
8974 " int64_t\n"
8975 " guestfs_filesize (guestfs_h *g,\n"
8976 "                   const char *file);\n"
8977 "\n"
8978 msgstr ""
8979
8980 #. type: textblock
8981 #: ../src/guestfs-actions.pod:1665 ../fish/guestfish-actions.pod:1130
8982 msgid "This command returns the size of C<file> in bytes."
8983 msgstr ""
8984
8985 #. type: textblock
8986 #: ../src/guestfs-actions.pod:1667
8987 msgid ""
8988 "To get other stats about a file, use C<guestfs_stat>, C<guestfs_lstat>, "
8989 "C<guestfs_is_dir>, C<guestfs_is_file> etc.  To get the size of block "
8990 "devices, use C<guestfs_blockdev_getsize64>."
8991 msgstr ""
8992
8993 #. type: textblock
8994 #: ../src/guestfs-actions.pod:1673
8995 msgid "(Added in 1.0.82)"
8996 msgstr ""
8997
8998 #. type: =head2
8999 #: ../src/guestfs-actions.pod:1675
9000 msgid "guestfs_fill"
9001 msgstr ""
9002
9003 #. type: verbatim
9004 #: ../src/guestfs-actions.pod:1677
9005 #, no-wrap
9006 msgid ""
9007 " int\n"
9008 " guestfs_fill (guestfs_h *g,\n"
9009 "               int c,\n"
9010 "               int len,\n"
9011 "               const char *path);\n"
9012 "\n"
9013 msgstr ""
9014
9015 #. type: textblock
9016 #: ../src/guestfs-actions.pod:1683 ../fish/guestfish-actions.pod:1140
9017 msgid ""
9018 "This command creates a new file called C<path>.  The initial content of the "
9019 "file is C<len> octets of C<c>, where C<c> must be a number in the range C<"
9020 "[0..255]>."
9021 msgstr ""
9022
9023 #. type: textblock
9024 #: ../src/guestfs-actions.pod:1687
9025 msgid ""
9026 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
9027 "C<guestfs_truncate_size>.  To create a file with a pattern of repeating "
9028 "bytes use C<guestfs_fill_pattern>."
9029 msgstr ""
9030
9031 #. type: textblock
9032 #: ../src/guestfs-actions.pod:1699
9033 msgid "(Added in 1.0.79)"
9034 msgstr ""
9035
9036 #. type: =head2
9037 #: ../src/guestfs-actions.pod:1701
9038 msgid "guestfs_fill_pattern"
9039 msgstr ""
9040
9041 #. type: verbatim
9042 #: ../src/guestfs-actions.pod:1703
9043 #, no-wrap
9044 msgid ""
9045 " int\n"
9046 " guestfs_fill_pattern (guestfs_h *g,\n"
9047 "                       const char *pattern,\n"
9048 "                       int len,\n"
9049 "                       const char *path);\n"
9050 "\n"
9051 msgstr ""
9052
9053 #. type: textblock
9054 #: ../src/guestfs-actions.pod:1709
9055 msgid ""
9056 "This function is like C<guestfs_fill> except that it creates a new file of "
9057 "length C<len> containing the repeating pattern of bytes in C<pattern>.  The "
9058 "pattern is truncated if necessary to ensure the length of the file is "
9059 "exactly C<len> bytes."
9060 msgstr ""
9061
9062 #. type: textblock
9063 #: ../src/guestfs-actions.pod:1721
9064 msgid "(Added in 1.3.12)"
9065 msgstr ""
9066
9067 #. type: =head2
9068 #: ../src/guestfs-actions.pod:1723
9069 msgid "guestfs_find"
9070 msgstr ""
9071
9072 #. type: verbatim
9073 #: ../src/guestfs-actions.pod:1725
9074 #, no-wrap
9075 msgid ""
9076 " char **\n"
9077 " guestfs_find (guestfs_h *g,\n"
9078 "               const char *directory);\n"
9079 "\n"
9080 msgstr ""
9081
9082 #. type: textblock
9083 #: ../src/guestfs-actions.pod:1729 ../fish/guestfish-actions.pod:1162
9084 msgid ""
9085 "This command lists out all files and directories, recursively, starting at "
9086 "C<directory>.  It is essentially equivalent to running the shell command "
9087 "C<find directory -print> but some post-processing happens on the output, "
9088 "described below."
9089 msgstr ""
9090
9091 #. type: textblock
9092 #: ../src/guestfs-actions.pod:1734 ../fish/guestfish-actions.pod:1167
9093 msgid ""
9094 "This returns a list of strings I<without any prefix>.  Thus if the directory "
9095 "structure was:"
9096 msgstr ""
9097
9098 #. type: verbatim
9099 #: ../src/guestfs-actions.pod:1737 ../fish/guestfish-actions.pod:1170
9100 #, no-wrap
9101 msgid ""
9102 " /tmp/a\n"
9103 " /tmp/b\n"
9104 " /tmp/c/d\n"
9105 "\n"
9106 msgstr ""
9107
9108 #. type: textblock
9109 #: ../src/guestfs-actions.pod:1741
9110 msgid ""
9111 "then the returned list from C<guestfs_find> C</tmp> would be 4 elements:"
9112 msgstr ""
9113
9114 #. type: verbatim
9115 #: ../src/guestfs-actions.pod:1744 ../fish/guestfish-actions.pod:1177
9116 #, no-wrap
9117 msgid ""
9118 " a\n"
9119 " b\n"
9120 " c\n"
9121 " c/d\n"
9122 "\n"
9123 msgstr ""
9124
9125 #. type: textblock
9126 #: ../src/guestfs-actions.pod:1749 ../fish/guestfish-actions.pod:1182
9127 msgid "If C<directory> is not a directory, then this command returns an error."
9128 msgstr ""
9129
9130 #. type: textblock
9131 #: ../src/guestfs-actions.pod:1752 ../fish/guestfish-actions.pod:1185
9132 msgid "The returned list is sorted."
9133 msgstr ""
9134
9135 #. type: textblock
9136 #: ../src/guestfs-actions.pod:1754
9137 msgid "See also C<guestfs_find0>."
9138 msgstr ""
9139
9140 #. type: textblock
9141 #: ../src/guestfs-actions.pod:1763 ../src/guestfs-actions.pod:4097
9142 #: ../src/guestfs-actions.pod:5647
9143 msgid "(Added in 1.0.27)"
9144 msgstr ""
9145
9146 #. type: =head2
9147 #: ../src/guestfs-actions.pod:1765
9148 msgid "guestfs_find0"
9149 msgstr ""
9150
9151 #. type: verbatim
9152 #: ../src/guestfs-actions.pod:1767
9153 #, no-wrap
9154 msgid ""
9155 " int\n"
9156 " guestfs_find0 (guestfs_h *g,\n"
9157 "                const char *directory,\n"
9158 "                const char *files);\n"
9159 "\n"
9160 msgstr ""
9161
9162 #. type: textblock
9163 #: ../src/guestfs-actions.pod:1772 ../fish/guestfish-actions.pod:1196
9164 msgid ""
9165 "This command lists out all files and directories, recursively, starting at "
9166 "C<directory>, placing the resulting list in the external file called "
9167 "C<files>."
9168 msgstr ""
9169
9170 #. type: textblock
9171 #: ../src/guestfs-actions.pod:1776
9172 msgid ""
9173 "This command works the same way as C<guestfs_find> with the following "
9174 "exceptions:"
9175 msgstr ""
9176
9177 #. type: textblock
9178 #: ../src/guestfs-actions.pod:1783 ../fish/guestfish-actions.pod:1207
9179 msgid "The resulting list is written to an external file."
9180 msgstr ""
9181
9182 #. type: textblock
9183 #: ../src/guestfs-actions.pod:1787 ../fish/guestfish-actions.pod:1211
9184 msgid ""
9185 "Items (filenames) in the result are separated by C<\\0> characters.  See "
9186 "L<find(1)> option I<-print0>."
9187 msgstr ""
9188
9189 #. type: textblock
9190 #: ../src/guestfs-actions.pod:1792 ../fish/guestfish-actions.pod:1216
9191 msgid "This command is not limited in the number of names that it can return."
9192 msgstr ""
9193
9194 #. type: textblock
9195 #: ../src/guestfs-actions.pod:1797 ../fish/guestfish-actions.pod:1221
9196 msgid "The result list is not sorted."
9197 msgstr ""
9198
9199 #. type: textblock
9200 #: ../src/guestfs-actions.pod:1803
9201 msgid "(Added in 1.0.74)"
9202 msgstr ""
9203
9204 #. type: =head2
9205 #: ../src/guestfs-actions.pod:1805
9206 msgid "guestfs_findfs_label"
9207 msgstr ""
9208
9209 #. type: verbatim
9210 #: ../src/guestfs-actions.pod:1807
9211 #, no-wrap
9212 msgid ""
9213 " char *\n"
9214 " guestfs_findfs_label (guestfs_h *g,\n"
9215 "                       const char *label);\n"
9216 "\n"
9217 msgstr ""
9218
9219 #. type: textblock
9220 #: ../src/guestfs-actions.pod:1811 ../fish/guestfish-actions.pod:1231
9221 msgid ""
9222 "This command searches the filesystems and returns the one which has the "
9223 "given label.  An error is returned if no such filesystem can be found."
9224 msgstr ""
9225
9226 #. type: textblock
9227 #: ../src/guestfs-actions.pod:1815
9228 msgid "To find the label of a filesystem, use C<guestfs_vfs_label>."
9229 msgstr ""
9230
9231 #. type: =head2
9232 #: ../src/guestfs-actions.pod:1822
9233 msgid "guestfs_findfs_uuid"
9234 msgstr ""
9235
9236 #. type: verbatim
9237 #: ../src/guestfs-actions.pod:1824
9238 #, no-wrap
9239 msgid ""
9240 " char *\n"
9241 " guestfs_findfs_uuid (guestfs_h *g,\n"
9242 "                      const char *uuid);\n"
9243 "\n"
9244 msgstr ""
9245
9246 #. type: textblock
9247 #: ../src/guestfs-actions.pod:1828 ../fish/guestfish-actions.pod:1241
9248 msgid ""
9249 "This command searches the filesystems and returns the one which has the "
9250 "given UUID.  An error is returned if no such filesystem can be found."
9251 msgstr ""
9252
9253 #. type: textblock
9254 #: ../src/guestfs-actions.pod:1832
9255 msgid "To find the UUID of a filesystem, use C<guestfs_vfs_uuid>."
9256 msgstr ""
9257
9258 #. type: =head2
9259 #: ../src/guestfs-actions.pod:1839
9260 msgid "guestfs_fsck"
9261 msgstr ""
9262
9263 #. type: verbatim
9264 #: ../src/guestfs-actions.pod:1841
9265 #, no-wrap
9266 msgid ""
9267 " int\n"
9268 " guestfs_fsck (guestfs_h *g,\n"
9269 "               const char *fstype,\n"
9270 "               const char *device);\n"
9271 "\n"
9272 msgstr ""
9273
9274 #. type: textblock
9275 #: ../src/guestfs-actions.pod:1846 ../fish/guestfish-actions.pod:1251
9276 msgid ""
9277 "This runs the filesystem checker (fsck) on C<device> which should have "
9278 "filesystem type C<fstype>."
9279 msgstr ""
9280
9281 #. type: textblock
9282 #: ../src/guestfs-actions.pod:1849 ../fish/guestfish-actions.pod:1254
9283 msgid ""
9284 "The returned integer is the status.  See L<fsck(8)> for the list of status "
9285 "codes from C<fsck>."
9286 msgstr ""
9287
9288 #. type: textblock
9289 #: ../src/guestfs-actions.pod:1858 ../fish/guestfish-actions.pod:1263
9290 msgid "Multiple status codes can be summed together."
9291 msgstr ""
9292
9293 #. type: textblock
9294 #: ../src/guestfs-actions.pod:1862 ../fish/guestfish-actions.pod:1267
9295 msgid ""
9296 "A non-zero return code can mean \"success\", for example if errors have been "
9297 "corrected on the filesystem."
9298 msgstr ""
9299
9300 #. type: textblock
9301 #: ../src/guestfs-actions.pod:1867 ../fish/guestfish-actions.pod:1272
9302 msgid "Checking or repairing NTFS volumes is not supported (by linux-ntfs)."
9303 msgstr ""
9304
9305 #. type: textblock
9306 #: ../src/guestfs-actions.pod:1872 ../fish/guestfish-actions.pod:1277
9307 msgid ""
9308 "This command is entirely equivalent to running C<fsck -a -t fstype device>."
9309 msgstr ""
9310
9311 #. type: textblock
9312 #: ../src/guestfs-actions.pod:1876 ../src/guestfs-actions.pod:7378
9313 msgid "(Added in 1.0.16)"
9314 msgstr ""
9315
9316 #. type: =head2
9317 #: ../src/guestfs-actions.pod:1878
9318 msgid "guestfs_get_append"
9319 msgstr ""
9320
9321 #. type: verbatim
9322 #: ../src/guestfs-actions.pod:1880
9323 #, no-wrap
9324 msgid ""
9325 " const char *\n"
9326 " guestfs_get_append (guestfs_h *g);\n"
9327 "\n"
9328 msgstr ""
9329
9330 #. type: textblock
9331 #: ../src/guestfs-actions.pod:1883 ../fish/guestfish-actions.pod:1283
9332 msgid ""
9333 "Return the additional kernel options which are added to the guest kernel "
9334 "command line."
9335 msgstr ""
9336
9337 #. type: textblock
9338 #: ../src/guestfs-actions.pod:1886 ../fish/guestfish-actions.pod:1286
9339 msgid "If C<NULL> then no options are added."
9340 msgstr ""
9341
9342 #. type: textblock
9343 #: ../src/guestfs-actions.pod:1888
9344 msgid ""
9345 "This function returns a string which may be NULL.  There is no way to return "
9346 "an error from this function.  The string is owned by the guest handle and "
9347 "must I<not> be freed."
9348 msgstr ""
9349
9350 #. type: textblock
9351 #: ../src/guestfs-actions.pod:1892 ../src/guestfs-actions.pod:5325
9352 #: ../src/guestfs-actions.pod:5805 ../src/guestfs-actions.pod:6226
9353 #: ../src/guestfs-actions.pod:6245 ../src/guestfs-actions.pod:6261
9354 #: ../src/guestfs-actions.pod:6285 ../src/guestfs-actions.pod:7042
9355 #: ../src/guestfs-actions.pod:7060 ../src/guestfs-actions.pod:7421
9356 msgid "(Added in 1.0.26)"
9357 msgstr ""
9358
9359 #. type: =head2
9360 #: ../src/guestfs-actions.pod:1894
9361 msgid "guestfs_get_attach_method"
9362 msgstr ""
9363
9364 #. type: verbatim
9365 #: ../src/guestfs-actions.pod:1896
9366 #, no-wrap
9367 msgid ""
9368 " char *\n"
9369 " guestfs_get_attach_method (guestfs_h *g);\n"
9370 "\n"
9371 msgstr ""
9372
9373 #. type: textblock
9374 #: ../src/guestfs-actions.pod:1899
9375 msgid "Return the current attach method.  See C<guestfs_set_attach_method>."
9376 msgstr ""
9377
9378 #. type: =head2
9379 #: ../src/guestfs-actions.pod:1904
9380 msgid "guestfs_get_autosync"
9381 msgstr ""
9382
9383 #. type: verbatim
9384 #: ../src/guestfs-actions.pod:1906
9385 #, no-wrap
9386 msgid ""
9387 " int\n"
9388 " guestfs_get_autosync (guestfs_h *g);\n"
9389 "\n"
9390 msgstr ""
9391
9392 #. type: textblock
9393 #: ../src/guestfs-actions.pod:1909 ../fish/guestfish-actions.pod:1298
9394 msgid "Get the autosync flag."
9395 msgstr ""
9396
9397 #. type: =head2
9398 #: ../src/guestfs-actions.pod:1915
9399 msgid "guestfs_get_direct"
9400 msgstr ""
9401
9402 #. type: verbatim
9403 #: ../src/guestfs-actions.pod:1917
9404 #, no-wrap
9405 msgid ""
9406 " int\n"
9407 " guestfs_get_direct (guestfs_h *g);\n"
9408 "\n"
9409 msgstr ""
9410
9411 #. type: textblock
9412 #: ../src/guestfs-actions.pod:1920 ../fish/guestfish-actions.pod:1304
9413 msgid "Return the direct appliance mode flag."
9414 msgstr ""
9415
9416 #. type: textblock
9417 #: ../src/guestfs-actions.pod:1924 ../src/guestfs-actions.pod:5874
9418 msgid "(Added in 1.0.72)"
9419 msgstr ""
9420
9421 #. type: =head2
9422 #: ../src/guestfs-actions.pod:1926
9423 msgid "guestfs_get_e2label"
9424 msgstr ""
9425
9426 #. type: verbatim
9427 #: ../src/guestfs-actions.pod:1928
9428 #, no-wrap
9429 msgid ""
9430 " char *\n"
9431 " guestfs_get_e2label (guestfs_h *g,\n"
9432 "                      const char *device);\n"
9433 "\n"
9434 msgstr ""
9435
9436 #. type: textblock
9437 #: ../src/guestfs-actions.pod:1932 ../fish/guestfish-actions.pod:1310
9438 msgid ""
9439 "This returns the ext2/3/4 filesystem label of the filesystem on C<device>."
9440 msgstr ""
9441
9442 #. type: textblock
9443 #: ../src/guestfs-actions.pod:1938 ../fish/guestfish-actions.pod:1313
9444 msgid ""
9445 "This function is deprecated.  In new code, use the C<vfs_label> call instead."
9446 msgstr ""
9447
9448 #. type: textblock
9449 #: ../src/guestfs-actions.pod:1945 ../src/guestfs-actions.pod:1966
9450 #: ../src/guestfs-actions.pod:5892 ../src/guestfs-actions.pod:5911
9451 msgid "(Added in 1.0.15)"
9452 msgstr ""
9453
9454 #. type: =head2
9455 #: ../src/guestfs-actions.pod:1947
9456 msgid "guestfs_get_e2uuid"
9457 msgstr ""
9458
9459 #. type: verbatim
9460 #: ../src/guestfs-actions.pod:1949
9461 #, no-wrap
9462 msgid ""
9463 " char *\n"
9464 " guestfs_get_e2uuid (guestfs_h *g,\n"
9465 "                     const char *device);\n"
9466 "\n"
9467 msgstr ""
9468
9469 #. type: textblock
9470 #: ../src/guestfs-actions.pod:1953 ../fish/guestfish-actions.pod:1324
9471 msgid ""
9472 "This returns the ext2/3/4 filesystem UUID of the filesystem on C<device>."
9473 msgstr ""
9474
9475 #. type: textblock
9476 #: ../src/guestfs-actions.pod:1959 ../fish/guestfish-actions.pod:1327
9477 msgid ""
9478 "This function is deprecated.  In new code, use the C<vfs_uuid> call instead."
9479 msgstr ""
9480
9481 #. type: =head2
9482 #: ../src/guestfs-actions.pod:1968
9483 msgid "guestfs_get_memsize"
9484 msgstr ""
9485
9486 #. type: verbatim
9487 #: ../src/guestfs-actions.pod:1970
9488 #, no-wrap
9489 msgid ""
9490 " int\n"
9491 " guestfs_get_memsize (guestfs_h *g);\n"
9492 "\n"
9493 msgstr ""
9494
9495 #. type: textblock
9496 #: ../src/guestfs-actions.pod:1973 ../fish/guestfish-actions.pod:1338
9497 msgid ""
9498 "This gets the memory size in megabytes allocated to the qemu subprocess."
9499 msgstr ""
9500
9501 #. type: textblock
9502 #: ../src/guestfs-actions.pod:1976
9503 msgid ""
9504 "If C<guestfs_set_memsize> was not called on this handle, and if "
9505 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
9506 "value for memsize."
9507 msgstr ""
9508
9509 #. type: textblock
9510 #: ../src/guestfs-actions.pod:1980 ../src/guestfs-actions.pod:2061
9511 #: ../src/guestfs-actions.pod:5927 ../src/guestfs-actions.pod:6034
9512 #: ../fish/guestfish-actions.pod:1345 ../fish/guestfish-actions.pod:1396
9513 #: ../fish/guestfish-actions.pod:3997 ../fish/guestfish-actions.pod:4084
9514 msgid ""
9515 "For more information on the architecture of libguestfs, see L<guestfs(3)>."
9516 msgstr ""
9517
9518 #. type: textblock
9519 #: ../src/guestfs-actions.pod:1985 ../src/guestfs-actions.pod:4388
9520 #: ../src/guestfs-actions.pod:4585 ../src/guestfs-actions.pod:4604
9521 #: ../src/guestfs-actions.pod:4623 ../src/guestfs-actions.pod:4635
9522 #: ../src/guestfs-actions.pod:4652 ../src/guestfs-actions.pod:4665
9523 #: ../src/guestfs-actions.pod:5550 ../src/guestfs-actions.pod:5932
9524 #: ../src/guestfs-actions.pod:6193 ../src/guestfs-actions.pod:6808
9525 msgid "(Added in 1.0.55)"
9526 msgstr ""
9527
9528 #. type: =head2
9529 #: ../src/guestfs-actions.pod:1987
9530 msgid "guestfs_get_network"
9531 msgstr ""
9532
9533 #. type: verbatim
9534 #: ../src/guestfs-actions.pod:1989
9535 #, no-wrap
9536 msgid ""
9537 " int\n"
9538 " guestfs_get_network (guestfs_h *g);\n"
9539 "\n"
9540 msgstr ""
9541
9542 #. type: textblock
9543 #: ../src/guestfs-actions.pod:1992 ../fish/guestfish-actions.pod:1352
9544 msgid "This returns the enable network flag."
9545 msgstr ""
9546
9547 #. type: textblock
9548 #: ../src/guestfs-actions.pod:1996 ../src/guestfs-actions.pod:5951
9549 msgid "(Added in 1.5.4)"
9550 msgstr ""
9551
9552 #. type: =head2
9553 #: ../src/guestfs-actions.pod:1998
9554 msgid "guestfs_get_path"
9555 msgstr ""
9556
9557 #. type: verbatim
9558 #: ../src/guestfs-actions.pod:2000
9559 #, no-wrap
9560 msgid ""
9561 " const char *\n"
9562 " guestfs_get_path (guestfs_h *g);\n"
9563 "\n"
9564 msgstr ""
9565
9566 #. type: textblock
9567 #: ../src/guestfs-actions.pod:2003 ../fish/guestfish-actions.pod:1358
9568 msgid "Return the current search path."
9569 msgstr ""
9570
9571 #. type: textblock
9572 #: ../src/guestfs-actions.pod:2005 ../fish/guestfish-actions.pod:1360
9573 msgid ""
9574 "This is always non-NULL.  If it wasn't set already, then this will return "
9575 "the default path."
9576 msgstr ""
9577
9578 #. type: textblock
9579 #: ../src/guestfs-actions.pod:2008 ../src/guestfs-actions.pod:2037
9580 msgid ""
9581 "This function returns a string, or NULL on error.  The string is owned by "
9582 "the guest handle and must I<not> be freed."
9583 msgstr ""
9584
9585 #. type: =head2
9586 #: ../src/guestfs-actions.pod:2013
9587 msgid "guestfs_get_pid"
9588 msgstr ""
9589
9590 #. type: verbatim
9591 #: ../src/guestfs-actions.pod:2015
9592 #, no-wrap
9593 msgid ""
9594 " int\n"
9595 " guestfs_get_pid (guestfs_h *g);\n"
9596 "\n"
9597 msgstr ""
9598
9599 #. type: textblock
9600 #: ../src/guestfs-actions.pod:2018 ../fish/guestfish-actions.pod:1369
9601 msgid ""
9602 "Return the process ID of the qemu subprocess.  If there is no qemu "
9603 "subprocess, then this will return an error."
9604 msgstr ""
9605
9606 #. type: textblock
9607 #: ../src/guestfs-actions.pod:2021 ../fish/guestfish-actions.pod:1372
9608 msgid "This is an internal call used for debugging and testing."
9609 msgstr ""
9610
9611 #. type: textblock
9612 #: ../src/guestfs-actions.pod:2025
9613 msgid "(Added in 1.0.56)"
9614 msgstr ""
9615
9616 #. type: =head2
9617 #: ../src/guestfs-actions.pod:2027
9618 msgid "guestfs_get_qemu"
9619 msgstr ""
9620
9621 #. type: verbatim
9622 #: ../src/guestfs-actions.pod:2029
9623 #, no-wrap
9624 msgid ""
9625 " const char *\n"
9626 " guestfs_get_qemu (guestfs_h *g);\n"
9627 "\n"
9628 msgstr ""
9629
9630 #. type: textblock
9631 #: ../src/guestfs-actions.pod:2032 ../fish/guestfish-actions.pod:1378
9632 msgid "Return the current qemu binary."
9633 msgstr ""
9634
9635 #. type: textblock
9636 #: ../src/guestfs-actions.pod:2034 ../fish/guestfish-actions.pod:1380
9637 msgid ""
9638 "This is always non-NULL.  If it wasn't set already, then this will return "
9639 "the default qemu binary name."
9640 msgstr ""
9641
9642 #. type: textblock
9643 #: ../src/guestfs-actions.pod:2040 ../src/guestfs-actions.pod:5996
9644 msgid "(Added in 1.0.6)"
9645 msgstr ""
9646
9647 #. type: =head2
9648 #: ../src/guestfs-actions.pod:2042
9649 msgid "guestfs_get_recovery_proc"
9650 msgstr ""
9651
9652 #. type: verbatim
9653 #: ../src/guestfs-actions.pod:2044
9654 #, no-wrap
9655 msgid ""
9656 " int\n"
9657 " guestfs_get_recovery_proc (guestfs_h *g);\n"
9658 "\n"
9659 msgstr ""
9660
9661 #. type: textblock
9662 #: ../src/guestfs-actions.pod:2047 ../fish/guestfish-actions.pod:1387
9663 msgid "Return the recovery process enabled flag."
9664 msgstr ""
9665
9666 #. type: textblock
9667 #: ../src/guestfs-actions.pod:2051 ../src/guestfs-actions.pod:3498
9668 #: ../src/guestfs-actions.pod:3795 ../src/guestfs-actions.pod:4195
9669 #: ../src/guestfs-actions.pod:4227 ../src/guestfs-actions.pod:5255
9670 #: ../src/guestfs-actions.pod:5598 ../src/guestfs-actions.pod:6020
9671 #: ../src/guestfs-actions.pod:6711 ../src/guestfs-actions.pod:6731
9672 #: ../src/guestfs-actions.pod:6923
9673 msgid "(Added in 1.0.77)"
9674 msgstr ""
9675
9676 #. type: =head2
9677 #: ../src/guestfs-actions.pod:2053
9678 msgid "guestfs_get_selinux"
9679 msgstr ""
9680
9681 #. type: verbatim
9682 #: ../src/guestfs-actions.pod:2055
9683 #, no-wrap
9684 msgid ""
9685 " int\n"
9686 " guestfs_get_selinux (guestfs_h *g);\n"
9687 "\n"
9688 msgstr ""
9689
9690 #. type: textblock
9691 #: ../src/guestfs-actions.pod:2058
9692 msgid ""
9693 "This returns the current setting of the selinux flag which is passed to the "
9694 "appliance at boot time.  See C<guestfs_set_selinux>."
9695 msgstr ""
9696
9697 #. type: textblock
9698 #: ../src/guestfs-actions.pod:2066 ../src/guestfs-actions.pod:2129
9699 #: ../src/guestfs-actions.pod:6039 ../src/guestfs-actions.pod:6097
9700 msgid "(Added in 1.0.67)"
9701 msgstr ""
9702
9703 #. type: =head2
9704 #: ../src/guestfs-actions.pod:2068
9705 msgid "guestfs_get_state"
9706 msgstr ""
9707
9708 #. type: verbatim
9709 #: ../src/guestfs-actions.pod:2070
9710 #, no-wrap
9711 msgid ""
9712 " int\n"
9713 " guestfs_get_state (guestfs_h *g);\n"
9714 "\n"
9715 msgstr ""
9716
9717 #. type: textblock
9718 #: ../src/guestfs-actions.pod:2073 ../fish/guestfish-actions.pod:1403
9719 msgid ""
9720 "This returns the current state as an opaque integer.  This is only useful "
9721 "for printing debug and internal error messages."
9722 msgstr ""
9723
9724 #. type: textblock
9725 #: ../src/guestfs-actions.pod:2076 ../src/guestfs-actions.pod:3296
9726 #: ../src/guestfs-actions.pod:3325 ../src/guestfs-actions.pod:3386
9727 #: ../src/guestfs-actions.pod:3413 ../fish/guestfish-actions.pod:1406
9728 #: ../fish/guestfish-actions.pod:2320 ../fish/guestfish-actions.pod:2338
9729 #: ../fish/guestfish-actions.pod:2376 ../fish/guestfish-actions.pod:2392
9730 msgid "For more information on states, see L<guestfs(3)>."
9731 msgstr ""
9732
9733 #. type: =head2
9734 #: ../src/guestfs-actions.pod:2082
9735 msgid "guestfs_get_trace"
9736 msgstr ""
9737
9738 #. type: verbatim
9739 #: ../src/guestfs-actions.pod:2084
9740 #, no-wrap
9741 msgid ""
9742 " int\n"
9743 " guestfs_get_trace (guestfs_h *g);\n"
9744 "\n"
9745 msgstr ""
9746
9747 #. type: textblock
9748 #: ../src/guestfs-actions.pod:2087 ../fish/guestfish-actions.pod:1412
9749 msgid "Return the command trace flag."
9750 msgstr ""
9751
9752 #. type: =head2
9753 #: ../src/guestfs-actions.pod:2093
9754 msgid "guestfs_get_umask"
9755 msgstr ""
9756
9757 #. type: verbatim
9758 #: ../src/guestfs-actions.pod:2095
9759 #, no-wrap
9760 msgid ""
9761 " int\n"
9762 " guestfs_get_umask (guestfs_h *g);\n"
9763 "\n"
9764 msgstr ""
9765
9766 #. type: textblock
9767 #: ../src/guestfs-actions.pod:2098
9768 msgid ""
9769 "Return the current umask.  By default the umask is C<022> unless it has been "
9770 "set by calling C<guestfs_umask>."
9771 msgstr ""
9772
9773 #. type: =head2
9774 #: ../src/guestfs-actions.pod:2105
9775 msgid "guestfs_get_verbose"
9776 msgstr ""
9777
9778 #. type: verbatim
9779 #: ../src/guestfs-actions.pod:2107
9780 #, no-wrap
9781 msgid ""
9782 " int\n"
9783 " guestfs_get_verbose (guestfs_h *g);\n"
9784 "\n"
9785 msgstr ""
9786
9787 #. type: textblock
9788 #: ../src/guestfs-actions.pod:2110 ../fish/guestfish-actions.pod:1425
9789 msgid "This returns the verbose messages flag."
9790 msgstr ""
9791
9792 #. type: =head2
9793 #: ../src/guestfs-actions.pod:2116
9794 msgid "guestfs_getcon"
9795 msgstr ""
9796
9797 #. type: verbatim
9798 #: ../src/guestfs-actions.pod:2118
9799 #, no-wrap
9800 msgid ""
9801 " char *\n"
9802 " guestfs_getcon (guestfs_h *g);\n"
9803 "\n"
9804 msgstr ""
9805
9806 #. type: textblock
9807 #: ../src/guestfs-actions.pod:2121 ../fish/guestfish-actions.pod:1431
9808 msgid "This gets the SELinux security context of the daemon."
9809 msgstr ""
9810
9811 #. type: textblock
9812 #: ../src/guestfs-actions.pod:2123
9813 msgid ""
9814 "See the documentation about SELINUX in L<guestfs(3)>, and C<guestfs_setcon>"
9815 msgstr ""
9816
9817 #. type: =head2
9818 #: ../src/guestfs-actions.pod:2131
9819 msgid "guestfs_getxattr"
9820 msgstr ""
9821
9822 #. type: verbatim
9823 #: ../src/guestfs-actions.pod:2133
9824 #, no-wrap
9825 msgid ""
9826 " char *\n"
9827 " guestfs_getxattr (guestfs_h *g,\n"
9828 "                   const char *path,\n"
9829 "                   const char *name,\n"
9830 "                   size_t *size_r);\n"
9831 "\n"
9832 msgstr ""
9833
9834 #. type: textblock
9835 #: ../src/guestfs-actions.pod:2139
9836 msgid ""
9837 "Get a single extended attribute from file C<path> named C<name>.  This call "
9838 "follows symlinks.  If you want to lookup an extended attribute for the "
9839 "symlink itself, use C<guestfs_lgetxattr>."
9840 msgstr ""
9841
9842 #. type: textblock
9843 #: ../src/guestfs-actions.pod:2143 ../src/guestfs-actions.pod:3512
9844 msgid ""
9845 "Normally it is better to get all extended attributes from a file in one go "
9846 "by calling C<guestfs_getxattrs>.  However some Linux filesystem "
9847 "implementations are buggy and do not provide a way to list out attributes.  "
9848 "For these filesystems (notably ntfs-3g)  you have to know the names of the "
9849 "extended attributes you want in advance and call this function."
9850 msgstr ""
9851
9852 #. type: textblock
9853 #: ../src/guestfs-actions.pod:2150 ../src/guestfs-actions.pod:3519
9854 #: ../fish/guestfish-actions.pod:1451 ../fish/guestfish-actions.pod:2457
9855 msgid ""
9856 "Extended attribute values are blobs of binary data.  If there is no extended "
9857 "attribute named C<name>, this returns an error."
9858 msgstr ""
9859
9860 #. type: textblock
9861 #: ../src/guestfs-actions.pod:2153
9862 msgid "See also: C<guestfs_getxattrs>, C<guestfs_lgetxattr>, L<attr(5)>."
9863 msgstr ""
9864
9865 #. type: textblock
9866 #: ../src/guestfs-actions.pod:2155 ../src/guestfs-actions.pod:2346
9867 #: ../src/guestfs-actions.pod:3524 ../src/guestfs-actions.pod:5248
9868 #: ../src/guestfs-actions.pod:5274 ../src/guestfs-actions.pod:5455
9869 msgid ""
9870 "This function returns a buffer, or NULL on error.  The size of the returned "
9871 "buffer is written to C<*size_r>.  I<The caller must free the returned buffer "
9872 "after use>."
9873 msgstr ""
9874
9875 #. type: textblock
9876 #: ../src/guestfs-actions.pod:2159 ../src/guestfs-actions.pod:3528
9877 msgid "(Added in 1.7.24)"
9878 msgstr ""
9879
9880 #. type: =head2
9881 #: ../src/guestfs-actions.pod:2161
9882 msgid "guestfs_getxattrs"
9883 msgstr ""
9884
9885 #. type: verbatim
9886 #: ../src/guestfs-actions.pod:2163
9887 #, no-wrap
9888 msgid ""
9889 " struct guestfs_xattr_list *\n"
9890 " guestfs_getxattrs (guestfs_h *g,\n"
9891 "                    const char *path);\n"
9892 "\n"
9893 msgstr ""
9894
9895 #. type: textblock
9896 #: ../src/guestfs-actions.pod:2167 ../fish/guestfish-actions.pod:1460
9897 msgid ""
9898 "This call lists the extended attributes of the file or directory C<path>."
9899 msgstr ""
9900
9901 #. type: textblock
9902 #: ../src/guestfs-actions.pod:2170 ../fish/guestfish-actions.pod:1463
9903 msgid ""
9904 "At the system call level, this is a combination of the L<listxattr(2)> and "
9905 "L<getxattr(2)> calls."
9906 msgstr ""
9907
9908 #. type: textblock
9909 #: ../src/guestfs-actions.pod:2173
9910 msgid "See also: C<guestfs_lgetxattrs>, L<attr(5)>."
9911 msgstr ""
9912
9913 #. type: textblock
9914 #: ../src/guestfs-actions.pod:2175 ../src/guestfs-actions.pod:3540
9915 #: ../src/guestfs-actions.pod:4191
9916 msgid ""
9917 "This function returns a C<struct guestfs_xattr_list *>, or NULL if there was "
9918 "an error.  I<The caller must call C<guestfs_free_xattr_list> after use>."
9919 msgstr ""
9920
9921 #. type: textblock
9922 #: ../src/guestfs-actions.pod:2179 ../src/guestfs-actions.pod:3544
9923 #: ../src/guestfs-actions.pod:3709 ../src/guestfs-actions.pod:3745
9924 #: ../src/guestfs-actions.pod:5628 ../src/guestfs-actions.pod:6116
9925 #: ../src/guestfs-actions.pod:7486
9926 msgid "(Added in 1.0.59)"
9927 msgstr ""
9928
9929 #. type: =head2
9930 #: ../src/guestfs-actions.pod:2181
9931 msgid "guestfs_glob_expand"
9932 msgstr ""
9933
9934 #. type: verbatim
9935 #: ../src/guestfs-actions.pod:2183
9936 #, no-wrap
9937 msgid ""
9938 " char **\n"
9939 " guestfs_glob_expand (guestfs_h *g,\n"
9940 "                      const char *pattern);\n"
9941 "\n"
9942 msgstr ""
9943
9944 #. type: textblock
9945 #: ../src/guestfs-actions.pod:2187 ../fish/guestfish-actions.pod:1472
9946 msgid ""
9947 "This command searches for all the pathnames matching C<pattern> according to "
9948 "the wildcard expansion rules used by the shell."
9949 msgstr ""
9950
9951 #. type: textblock
9952 #: ../src/guestfs-actions.pod:2191 ../fish/guestfish-actions.pod:1476
9953 msgid ""
9954 "If no paths match, then this returns an empty list (note: not an error)."
9955 msgstr ""
9956
9957 #. type: textblock
9958 #: ../src/guestfs-actions.pod:2194 ../fish/guestfish-actions.pod:1479
9959 msgid ""
9960 "It is just a wrapper around the C L<glob(3)> function with flags C<GLOB_MARK|"
9961 "GLOB_BRACE>.  See that manual page for more details."
9962 msgstr ""
9963
9964 #. type: textblock
9965 #: ../src/guestfs-actions.pod:2202 ../src/guestfs-actions.pod:6309
9966 #: ../src/guestfs-actions.pod:6326
9967 msgid "(Added in 1.0.50)"
9968 msgstr ""
9969
9970 #. type: =head2
9971 #: ../src/guestfs-actions.pod:2204
9972 msgid "guestfs_grep"
9973 msgstr ""
9974
9975 #. type: verbatim
9976 #: ../src/guestfs-actions.pod:2206
9977 #, no-wrap
9978 msgid ""
9979 " char **\n"
9980 " guestfs_grep (guestfs_h *g,\n"
9981 "               const char *regex,\n"
9982 "               const char *path);\n"
9983 "\n"
9984 msgstr ""
9985
9986 #. type: textblock
9987 #: ../src/guestfs-actions.pod:2211 ../fish/guestfish-actions.pod:1487
9988 msgid "This calls the external C<grep> program and returns the matching lines."
9989 msgstr ""
9990
9991 #. type: =head2
9992 #: ../src/guestfs-actions.pod:2223
9993 msgid "guestfs_grepi"
9994 msgstr ""
9995
9996 #. type: verbatim
9997 #: ../src/guestfs-actions.pod:2225
9998 #, no-wrap
9999 msgid ""
10000 " char **\n"
10001 " guestfs_grepi (guestfs_h *g,\n"
10002 "                const char *regex,\n"
10003 "                const char *path);\n"
10004 "\n"
10005 msgstr ""
10006
10007 #. type: textblock
10008 #: ../src/guestfs-actions.pod:2230 ../fish/guestfish-actions.pod:1497
10009 msgid ""
10010 "This calls the external C<grep -i> program and returns the matching lines."
10011 msgstr ""
10012
10013 #. type: =head2
10014 #: ../src/guestfs-actions.pod:2242
10015 msgid "guestfs_grub_install"
10016 msgstr ""
10017
10018 #. type: verbatim
10019 #: ../src/guestfs-actions.pod:2244
10020 #, no-wrap
10021 msgid ""
10022 " int\n"
10023 " guestfs_grub_install (guestfs_h *g,\n"
10024 "                       const char *root,\n"
10025 "                       const char *device);\n"
10026 "\n"
10027 msgstr ""
10028
10029 #. type: textblock
10030 #: ../src/guestfs-actions.pod:2249 ../fish/guestfish-actions.pod:1507
10031 msgid ""
10032 "This command installs GRUB (the Grand Unified Bootloader) on C<device>, with "
10033 "the root directory being C<root>."
10034 msgstr ""
10035
10036 #. type: textblock
10037 #: ../src/guestfs-actions.pod:2252 ../fish/guestfish-actions.pod:1510
10038 msgid ""
10039 "Note: If grub-install reports the error \"No suitable drive was found in the "
10040 "generated device map.\" it may be that you need to create a C</boot/grub/"
10041 "device.map> file first that contains the mapping between grub device names "
10042 "and Linux device names.  It is usually sufficient to create a file "
10043 "containing:"
10044 msgstr ""
10045
10046 #. type: verbatim
10047 #: ../src/guestfs-actions.pod:2259 ../fish/guestfish-actions.pod:1517
10048 #, no-wrap
10049 msgid ""
10050 " (hd0) /dev/vda\n"
10051 "\n"
10052 msgstr ""
10053
10054 #. type: textblock
10055 #: ../src/guestfs-actions.pod:2261 ../fish/guestfish-actions.pod:1519
10056 msgid "replacing C</dev/vda> with the name of the installation device."
10057 msgstr ""
10058
10059 #. type: textblock
10060 #: ../src/guestfs-actions.pod:2265
10061 msgid "(Added in 1.0.17)"
10062 msgstr ""
10063
10064 #. type: =head2
10065 #: ../src/guestfs-actions.pod:2267
10066 msgid "guestfs_head"
10067 msgstr ""
10068
10069 #. type: verbatim
10070 #: ../src/guestfs-actions.pod:2269
10071 #, no-wrap
10072 msgid ""
10073 " char **\n"
10074 " guestfs_head (guestfs_h *g,\n"
10075 "               const char *path);\n"
10076 "\n"
10077 msgstr ""
10078
10079 #. type: textblock
10080 #: ../src/guestfs-actions.pod:2273 ../fish/guestfish-actions.pod:1525
10081 msgid ""
10082 "This command returns up to the first 10 lines of a file as a list of strings."
10083 msgstr ""
10084
10085 #. type: =head2
10086 #: ../src/guestfs-actions.pod:2285
10087 msgid "guestfs_head_n"
10088 msgstr ""
10089
10090 #. type: verbatim
10091 #: ../src/guestfs-actions.pod:2287
10092 #, no-wrap
10093 msgid ""
10094 " char **\n"
10095 " guestfs_head_n (guestfs_h *g,\n"
10096 "                 int nrlines,\n"
10097 "                 const char *path);\n"
10098 "\n"
10099 msgstr ""
10100
10101 #. type: textblock
10102 #: ../src/guestfs-actions.pod:2292 ../fish/guestfish-actions.pod:1535
10103 msgid ""
10104 "If the parameter C<nrlines> is a positive number, this returns the first "
10105 "C<nrlines> lines of the file C<path>."
10106 msgstr ""
10107
10108 #. type: textblock
10109 #: ../src/guestfs-actions.pod:2295 ../fish/guestfish-actions.pod:1538
10110 msgid ""
10111 "If the parameter C<nrlines> is a negative number, this returns lines from "
10112 "the file C<path>, excluding the last C<nrlines> lines."
10113 msgstr ""
10114
10115 #. type: textblock
10116 #: ../src/guestfs-actions.pod:2298 ../src/guestfs-actions.pod:6606
10117 #: ../fish/guestfish-actions.pod:1541 ../fish/guestfish-actions.pod:4462
10118 msgid "If the parameter C<nrlines> is zero, this returns an empty list."
10119 msgstr ""
10120
10121 #. type: =head2
10122 #: ../src/guestfs-actions.pod:2309
10123 msgid "guestfs_hexdump"
10124 msgstr ""
10125
10126 #. type: verbatim
10127 #: ../src/guestfs-actions.pod:2311
10128 #, no-wrap
10129 msgid ""
10130 " char *\n"
10131 " guestfs_hexdump (guestfs_h *g,\n"
10132 "                  const char *path);\n"
10133 "\n"
10134 msgstr ""
10135
10136 #. type: textblock
10137 #: ../src/guestfs-actions.pod:2315 ../fish/guestfish-actions.pod:1550
10138 msgid ""
10139 "This runs C<hexdump -C> on the given C<path>.  The result is the human-"
10140 "readable, canonical hex dump of the file."
10141 msgstr ""
10142
10143 #. type: textblock
10144 #: ../src/guestfs-actions.pod:2324 ../src/guestfs-actions.pod:6390
10145 #: ../src/guestfs-actions.pod:6445
10146 msgid "(Added in 1.0.22)"
10147 msgstr ""
10148
10149 #. type: =head2
10150 #: ../src/guestfs-actions.pod:2326
10151 msgid "guestfs_initrd_cat"
10152 msgstr ""
10153
10154 #. type: verbatim
10155 #: ../src/guestfs-actions.pod:2328
10156 #, no-wrap
10157 msgid ""
10158 " char *\n"
10159 " guestfs_initrd_cat (guestfs_h *g,\n"
10160 "                     const char *initrdpath,\n"
10161 "                     const char *filename,\n"
10162 "                     size_t *size_r);\n"
10163 "\n"
10164 msgstr ""
10165
10166 #. type: textblock
10167 #: ../src/guestfs-actions.pod:2334 ../fish/guestfish-actions.pod:1560
10168 msgid ""
10169 "This command unpacks the file C<filename> from the initrd file called "
10170 "C<initrdpath>.  The filename must be given I<without> the initial C</> "
10171 "character."
10172 msgstr ""
10173
10174 #. type: textblock
10175 #: ../src/guestfs-actions.pod:2338 ../fish/guestfish-actions.pod:1564
10176 msgid ""
10177 "For example, in guestfish you could use the following command to examine the "
10178 "boot script (usually called C</init>)  contained in a Linux initrd or "
10179 "initramfs image:"
10180 msgstr ""
10181
10182 #. type: verbatim
10183 #: ../src/guestfs-actions.pod:2342 ../fish/guestfish-actions.pod:1568
10184 #, no-wrap
10185 msgid ""
10186 " initrd-cat /boot/initrd-<version>.img init\n"
10187 "\n"
10188 msgstr ""
10189
10190 #. type: textblock
10191 #: ../src/guestfs-actions.pod:2344
10192 msgid "See also C<guestfs_initrd_list>."
10193 msgstr ""
10194
10195 #. type: =head2
10196 #: ../src/guestfs-actions.pod:2355
10197 msgid "guestfs_initrd_list"
10198 msgstr ""
10199
10200 #. type: verbatim
10201 #: ../src/guestfs-actions.pod:2357
10202 #, no-wrap
10203 msgid ""
10204 " char **\n"
10205 " guestfs_initrd_list (guestfs_h *g,\n"
10206 "                      const char *path);\n"
10207 "\n"
10208 msgstr ""
10209
10210 #. type: textblock
10211 #: ../src/guestfs-actions.pod:2361 ../fish/guestfish-actions.pod:1579
10212 msgid "This command lists out files contained in an initrd."
10213 msgstr ""
10214
10215 #. type: textblock
10216 #: ../src/guestfs-actions.pod:2363 ../fish/guestfish-actions.pod:1581
10217 msgid ""
10218 "The files are listed without any initial C</> character.  The files are "
10219 "listed in the order they appear (not necessarily alphabetical).  Directory "
10220 "names are listed as separate items."
10221 msgstr ""
10222
10223 #. type: textblock
10224 #: ../src/guestfs-actions.pod:2367 ../fish/guestfish-actions.pod:1585
10225 msgid ""
10226 "Old Linux kernels (2.4 and earlier) used a compressed ext2 filesystem as "
10227 "initrd.  We I<only> support the newer initramfs format (compressed cpio "
10228 "files)."
10229 msgstr ""
10230
10231 #. type: =head2
10232 #: ../src/guestfs-actions.pod:2377
10233 msgid "guestfs_inotify_add_watch"
10234 msgstr ""
10235
10236 #. type: verbatim
10237 #: ../src/guestfs-actions.pod:2379
10238 #, no-wrap
10239 msgid ""
10240 " int64_t\n"
10241 " guestfs_inotify_add_watch (guestfs_h *g,\n"
10242 "                            const char *path,\n"
10243 "                            int mask);\n"
10244 "\n"
10245 msgstr ""
10246
10247 #. type: textblock
10248 #: ../src/guestfs-actions.pod:2384 ../fish/guestfish-actions.pod:1593
10249 msgid "Watch C<path> for the events listed in C<mask>."
10250 msgstr ""
10251
10252 #. type: textblock
10253 #: ../src/guestfs-actions.pod:2386 ../fish/guestfish-actions.pod:1595
10254 msgid ""
10255 "Note that if C<path> is a directory then events within that directory are "
10256 "watched, but this does I<not> happen recursively (in subdirectories)."
10257 msgstr ""
10258
10259 #. type: textblock
10260 #: ../src/guestfs-actions.pod:2390 ../fish/guestfish-actions.pod:1599
10261 msgid ""
10262 "Note for non-C or non-Linux callers: the inotify events are defined by the "
10263 "Linux kernel ABI and are listed in C</usr/include/sys/inotify.h>."
10264 msgstr ""
10265
10266 #. type: =head2
10267 #: ../src/guestfs-actions.pod:2398
10268 msgid "guestfs_inotify_close"
10269 msgstr ""
10270
10271 #. type: verbatim
10272 #: ../src/guestfs-actions.pod:2400
10273 #, no-wrap
10274 msgid ""
10275 " int\n"
10276 " guestfs_inotify_close (guestfs_h *g);\n"
10277 "\n"
10278 msgstr ""
10279
10280 #. type: textblock
10281 #: ../src/guestfs-actions.pod:2403 ../fish/guestfish-actions.pod:1607
10282 msgid ""
10283 "This closes the inotify handle which was previously opened by inotify_init.  "
10284 "It removes all watches, throws away any pending events, and deallocates all "
10285 "resources."
10286 msgstr ""
10287
10288 #. type: =head2
10289 #: ../src/guestfs-actions.pod:2411
10290 msgid "guestfs_inotify_files"
10291 msgstr ""
10292
10293 #. type: verbatim
10294 #: ../src/guestfs-actions.pod:2413
10295 #, no-wrap
10296 msgid ""
10297 " char **\n"
10298 " guestfs_inotify_files (guestfs_h *g);\n"
10299 "\n"
10300 msgstr ""
10301
10302 #. type: textblock
10303 #: ../src/guestfs-actions.pod:2416
10304 msgid ""
10305 "This function is a helpful wrapper around C<guestfs_inotify_read> which just "
10306 "returns a list of pathnames of objects that were touched.  The returned "
10307 "pathnames are sorted and deduplicated."
10308 msgstr ""
10309
10310 #. type: =head2
10311 #: ../src/guestfs-actions.pod:2426
10312 msgid "guestfs_inotify_init"
10313 msgstr ""
10314
10315 #. type: verbatim
10316 #: ../src/guestfs-actions.pod:2428
10317 #, no-wrap
10318 msgid ""
10319 " int\n"
10320 " guestfs_inotify_init (guestfs_h *g,\n"
10321 "                       int maxevents);\n"
10322 "\n"
10323 msgstr ""
10324
10325 #. type: textblock
10326 #: ../src/guestfs-actions.pod:2432 ../fish/guestfish-actions.pod:1623
10327 msgid ""
10328 "This command creates a new inotify handle.  The inotify subsystem can be "
10329 "used to notify events which happen to objects in the guest filesystem."
10330 msgstr ""
10331
10332 #. type: textblock
10333 #: ../src/guestfs-actions.pod:2436
10334 msgid ""
10335 "C<maxevents> is the maximum number of events which will be queued up between "
10336 "calls to C<guestfs_inotify_read> or C<guestfs_inotify_files>.  If this is "
10337 "passed as C<0>, then the kernel (or previously set)  default is used.  For "
10338 "Linux 2.6.29 the default was 16384 events.  Beyond this limit, the kernel "
10339 "throws away events, but records the fact that it threw them away by setting "
10340 "a flag C<IN_Q_OVERFLOW> in the returned structure list (see "
10341 "C<guestfs_inotify_read>)."
10342 msgstr ""
10343
10344 #. type: textblock
10345 #: ../src/guestfs-actions.pod:2446
10346 msgid ""
10347 "Before any events are generated, you have to add some watches to the "
10348 "internal watch list.  See: C<guestfs_inotify_add_watch>, "
10349 "C<guestfs_inotify_rm_watch> and C<guestfs_inotify_watch_all>."
10350 msgstr ""
10351
10352 #. type: textblock
10353 #: ../src/guestfs-actions.pod:2452
10354 msgid ""
10355 "Queued up events should be read periodically by calling "
10356 "C<guestfs_inotify_read> (or C<guestfs_inotify_files> which is just a helpful "
10357 "wrapper around C<guestfs_inotify_read>).  If you don't read the events out "
10358 "often enough then you risk the internal queue overflowing."
10359 msgstr ""
10360
10361 #. type: textblock
10362 #: ../src/guestfs-actions.pod:2459
10363 msgid ""
10364 "The handle should be closed after use by calling C<guestfs_inotify_close>.  "
10365 "This also removes any watches automatically."
10366 msgstr ""
10367
10368 #. type: textblock
10369 #: ../src/guestfs-actions.pod:2463 ../fish/guestfish-actions.pod:1654
10370 msgid ""
10371 "See also L<inotify(7)> for an overview of the inotify interface as exposed "
10372 "by the Linux kernel, which is roughly what we expose via libguestfs.  Note "
10373 "that there is one global inotify handle per libguestfs instance."
10374 msgstr ""
10375
10376 #. type: =head2
10377 #: ../src/guestfs-actions.pod:2472
10378 msgid "guestfs_inotify_read"
10379 msgstr ""
10380
10381 #. type: verbatim
10382 #: ../src/guestfs-actions.pod:2474
10383 #, no-wrap
10384 msgid ""
10385 " struct guestfs_inotify_event_list *\n"
10386 " guestfs_inotify_read (guestfs_h *g);\n"
10387 "\n"
10388 msgstr ""
10389
10390 #. type: textblock
10391 #: ../src/guestfs-actions.pod:2477 ../fish/guestfish-actions.pod:1663
10392 msgid ""
10393 "Return the complete queue of events that have happened since the previous "
10394 "read call."
10395 msgstr ""
10396
10397 #. type: textblock
10398 #: ../src/guestfs-actions.pod:2480 ../fish/guestfish-actions.pod:1666
10399 msgid "If no events have happened, this returns an empty list."
10400 msgstr ""
10401
10402 #. type: textblock
10403 #: ../src/guestfs-actions.pod:2482 ../fish/guestfish-actions.pod:1668
10404 msgid ""
10405 "I<Note>: In order to make sure that all events have been read, you must call "
10406 "this function repeatedly until it returns an empty list.  The reason is that "
10407 "the call will read events up to the maximum appliance-to-host message size "
10408 "and leave remaining events in the queue."
10409 msgstr ""
10410
10411 #. type: textblock
10412 #: ../src/guestfs-actions.pod:2488
10413 msgid ""
10414 "This function returns a C<struct guestfs_inotify_event_list *>, or NULL if "
10415 "there was an error.  I<The caller must call "
10416 "C<guestfs_free_inotify_event_list> after use>."
10417 msgstr ""
10418
10419 #. type: =head2
10420 #: ../src/guestfs-actions.pod:2494
10421 msgid "guestfs_inotify_rm_watch"
10422 msgstr ""
10423
10424 #. type: verbatim
10425 #: ../src/guestfs-actions.pod:2496
10426 #, no-wrap
10427 msgid ""
10428 " int\n"
10429 " guestfs_inotify_rm_watch (guestfs_h *g,\n"
10430 "                           int wd);\n"
10431 "\n"
10432 msgstr ""
10433
10434 #. type: textblock
10435 #: ../src/guestfs-actions.pod:2500
10436 msgid ""
10437 "Remove a previously defined inotify watch.  See C<guestfs_inotify_add_watch>."
10438 msgstr ""
10439
10440 #. type: =head2
10441 #: ../src/guestfs-actions.pod:2507
10442 msgid "guestfs_inspect_get_arch"
10443 msgstr ""
10444
10445 #. type: verbatim
10446 #: ../src/guestfs-actions.pod:2509
10447 #, no-wrap
10448 msgid ""
10449 " char *\n"
10450 " guestfs_inspect_get_arch (guestfs_h *g,\n"
10451 "                           const char *root);\n"
10452 "\n"
10453 msgstr ""
10454
10455 #. type: textblock
10456 #: ../src/guestfs-actions.pod:2513 ../src/guestfs-actions.pod:2536
10457 #: ../src/guestfs-actions.pod:2629 ../src/guestfs-actions.pod:2673
10458 #: ../src/guestfs-actions.pod:2699 ../src/guestfs-actions.pod:2738
10459 #: ../src/guestfs-actions.pod:2760 ../src/guestfs-actions.pod:2787
10460 #: ../src/guestfs-actions.pod:2808 ../src/guestfs-actions.pod:2851
10461 #: ../src/guestfs-actions.pod:2880 ../src/guestfs-actions.pod:2911
10462 #: ../src/guestfs-actions.pod:2935 ../src/guestfs-actions.pod:2990
10463 #: ../src/guestfs-actions.pod:3032 ../src/guestfs-actions.pod:3053
10464 #: ../src/guestfs-actions.pod:3076 ../src/guestfs-actions.pod:3093
10465 #: ../src/guestfs-actions.pod:3110 ../src/guestfs-actions.pod:3129
10466 msgid ""
10467 "This function should only be called with a root device string as returned by "
10468 "C<guestfs_inspect_os>."
10469 msgstr ""
10470
10471 #. type: textblock
10472 #: ../src/guestfs-actions.pod:2516
10473 msgid ""
10474 "This returns the architecture of the inspected operating system.  The "
10475 "possible return values are listed under C<guestfs_file_architecture>."
10476 msgstr ""
10477
10478 #. type: textblock
10479 #: ../src/guestfs-actions.pod:2520 ../fish/guestfish-actions.pod:1692
10480 msgid ""
10481 "If the architecture could not be determined, then the string C<unknown> is "
10482 "returned."
10483 msgstr ""
10484
10485 #. type: textblock
10486 #: ../src/guestfs-actions.pod:2523 ../src/guestfs-actions.pod:2616
10487 #: ../src/guestfs-actions.pod:2727 ../src/guestfs-actions.pod:2747
10488 #: ../src/guestfs-actions.pod:2775 ../src/guestfs-actions.pod:2867
10489 #: ../src/guestfs-actions.pod:2898 ../src/guestfs-actions.pod:2922
10490 #: ../src/guestfs-actions.pod:2976 ../src/guestfs-actions.pod:3019
10491 #: ../src/guestfs-actions.pod:3042 ../src/guestfs-actions.pod:3063
10492 #: ../src/guestfs-actions.pod:3083 ../src/guestfs-actions.pod:3100
10493 #: ../src/guestfs-actions.pod:3119 ../src/guestfs-actions.pod:3222
10494 #: ../src/guestfs-actions.pod:3263 ../fish/guestfish-actions.pod:1695
10495 #: ../fish/guestfish-actions.pod:1781 ../fish/guestfish-actions.pod:1869
10496 #: ../fish/guestfish-actions.pod:1884 ../fish/guestfish-actions.pod:1905
10497 #: ../fish/guestfish-actions.pod:1975 ../fish/guestfish-actions.pod:1999
10498 #: ../fish/guestfish-actions.pod:2016 ../fish/guestfish-actions.pod:2059
10499 #: ../fish/guestfish-actions.pod:2094 ../fish/guestfish-actions.pod:2110
10500 #: ../fish/guestfish-actions.pod:2126 ../fish/guestfish-actions.pod:2139
10501 #: ../fish/guestfish-actions.pod:2152 ../fish/guestfish-actions.pod:2167
10502 #: ../fish/guestfish-actions.pod:2266 ../fish/guestfish-actions.pod:2300
10503 msgid "Please read L<guestfs(3)/INSPECTION> for more details."
10504 msgstr ""
10505
10506 #. type: =head2
10507 #: ../src/guestfs-actions.pod:2530
10508 msgid "guestfs_inspect_get_distro"
10509 msgstr ""
10510
10511 #. type: verbatim
10512 #: ../src/guestfs-actions.pod:2532
10513 #, no-wrap
10514 msgid ""
10515 " char *\n"
10516 " guestfs_inspect_get_distro (guestfs_h *g,\n"
10517 "                             const char *root);\n"
10518 "\n"
10519 msgstr ""
10520
10521 #. type: textblock
10522 #: ../src/guestfs-actions.pod:2539 ../fish/guestfish-actions.pod:1704
10523 msgid ""
10524 "This returns the distro (distribution) of the inspected operating system."
10525 msgstr ""
10526
10527 #. type: textblock
10528 #: ../src/guestfs-actions.pod:2542 ../fish/guestfish-actions.pod:1707
10529 msgid "Currently defined distros are:"
10530 msgstr ""
10531
10532 #. type: =item
10533 #: ../src/guestfs-actions.pod:2546 ../fish/guestfish-actions.pod:1711
10534 msgid "\"archlinux\""
10535 msgstr "\"archlinux\""
10536
10537 #. type: textblock
10538 #: ../src/guestfs-actions.pod:2548 ../fish/guestfish-actions.pod:1713
10539 msgid "Arch Linux."
10540 msgstr "Arch Linux."
10541
10542 #. type: =item
10543 #: ../src/guestfs-actions.pod:2550 ../fish/guestfish-actions.pod:1715
10544 #, fuzzy
10545 #| msgid "\"gentoo\""
10546 msgid "\"centos\""
10547 msgstr "\"gentoo\""
10548
10549 #. type: textblock
10550 #: ../src/guestfs-actions.pod:2552 ../fish/guestfish-actions.pod:1717
10551 msgid "CentOS."
10552 msgstr ""
10553
10554 #. type: =item
10555 #: ../src/guestfs-actions.pod:2554 ../fish/guestfish-actions.pod:1719
10556 msgid "\"debian\""
10557 msgstr "\"debian\""
10558
10559 #. type: textblock
10560 #: ../src/guestfs-actions.pod:2556 ../fish/guestfish-actions.pod:1721
10561 msgid "Debian."
10562 msgstr "Debian."
10563
10564 #. type: =item
10565 #: ../src/guestfs-actions.pod:2558 ../fish/guestfish-actions.pod:1723
10566 msgid "\"fedora\""
10567 msgstr "\"fedora\""
10568
10569 #. type: textblock
10570 #: ../src/guestfs-actions.pod:2560 ../fish/guestfish-actions.pod:1725
10571 msgid "Fedora."
10572 msgstr "Fedora."
10573
10574 #. type: =item
10575 #: ../src/guestfs-actions.pod:2562 ../fish/guestfish-actions.pod:1727
10576 msgid "\"gentoo\""
10577 msgstr "\"gentoo\""
10578
10579 #. type: textblock
10580 #: ../src/guestfs-actions.pod:2564 ../fish/guestfish-actions.pod:1729
10581 msgid "Gentoo."
10582 msgstr "Gentoo."
10583
10584 #. type: =item
10585 #: ../src/guestfs-actions.pod:2566 ../fish/guestfish-actions.pod:1731
10586 msgid "\"linuxmint\""
10587 msgstr "\"linuxmint\""
10588
10589 #. type: textblock
10590 #: ../src/guestfs-actions.pod:2568 ../fish/guestfish-actions.pod:1733
10591 msgid "Linux Mint."
10592 msgstr "Linux Mint."
10593
10594 #. type: =item
10595 #: ../src/guestfs-actions.pod:2570 ../fish/guestfish-actions.pod:1735
10596 msgid "\"mandriva\""
10597 msgstr "\"mandriva\""
10598
10599 #. type: textblock
10600 #: ../src/guestfs-actions.pod:2572 ../fish/guestfish-actions.pod:1737
10601 msgid "Mandriva."
10602 msgstr "Mandriva."
10603
10604 #. type: =item
10605 #: ../src/guestfs-actions.pod:2574 ../fish/guestfish-actions.pod:1739
10606 msgid "\"meego\""
10607 msgstr "\"meego\""
10608
10609 #. type: textblock
10610 #: ../src/guestfs-actions.pod:2576 ../fish/guestfish-actions.pod:1741
10611 msgid "MeeGo."
10612 msgstr "MeeGo."
10613
10614 #. type: =item
10615 #: ../src/guestfs-actions.pod:2578 ../fish/guestfish-actions.pod:1743
10616 msgid "\"pardus\""
10617 msgstr "\"pardus\""
10618
10619 #. type: textblock
10620 #: ../src/guestfs-actions.pod:2580 ../fish/guestfish-actions.pod:1745
10621 msgid "Pardus."
10622 msgstr "Pardus."
10623
10624 #. type: =item
10625 #: ../src/guestfs-actions.pod:2582 ../fish/guestfish-actions.pod:1747
10626 msgid "\"redhat-based\""
10627 msgstr "\"redhat-based\""
10628
10629 #. type: textblock
10630 #: ../src/guestfs-actions.pod:2584 ../fish/guestfish-actions.pod:1749
10631 msgid "Some Red Hat-derived distro."
10632 msgstr "Дистрибутив, що походить від Red Hat."
10633
10634 #. type: =item
10635 #: ../src/guestfs-actions.pod:2586 ../fish/guestfish-actions.pod:1751
10636 msgid "\"rhel\""
10637 msgstr "\"rhel\""
10638
10639 #. type: textblock
10640 #: ../src/guestfs-actions.pod:2588 ../fish/guestfish-actions.pod:1753
10641 #, fuzzy
10642 #| msgid "Red Hat Enterprise Linux and some derivatives."
10643 msgid "Red Hat Enterprise Linux."
10644 msgstr "Red Hat Enterprise Linux та деякі з похідних дистрибутивів."
10645
10646 #. type: =item
10647 #: ../src/guestfs-actions.pod:2590 ../fish/guestfish-actions.pod:1755
10648 msgid "\"scientificlinux\""
10649 msgstr ""
10650
10651 #. type: textblock
10652 #: ../src/guestfs-actions.pod:2592 ../fish/guestfish-actions.pod:1757
10653 msgid "Scientific Linux."
10654 msgstr ""
10655
10656 #. type: =item
10657 #: ../src/guestfs-actions.pod:2594 ../fish/guestfish-actions.pod:1759
10658 msgid "\"slackware\""
10659 msgstr ""
10660
10661 #. type: textblock
10662 #: ../src/guestfs-actions.pod:2596 ../fish/guestfish-actions.pod:1761
10663 msgid "Slackware."
10664 msgstr ""
10665
10666 #. type: =item
10667 #: ../src/guestfs-actions.pod:2598 ../fish/guestfish-actions.pod:1763
10668 msgid "\"ubuntu\""
10669 msgstr "\"ubuntu\""
10670
10671 #. type: textblock
10672 #: ../src/guestfs-actions.pod:2600 ../fish/guestfish-actions.pod:1765
10673 msgid "Ubuntu."
10674 msgstr "Ubuntu."
10675
10676 #. type: =item
10677 #: ../src/guestfs-actions.pod:2602 ../src/guestfs-actions.pod:2718
10678 #: ../src/guestfs-actions.pod:3010 ../fish/guestfish-actions.pod:1767
10679 #: ../fish/guestfish-actions.pod:1860 ../fish/guestfish-actions.pod:2085
10680 msgid "\"unknown\""
10681 msgstr "\"unknown\""
10682
10683 #. type: textblock
10684 #: ../src/guestfs-actions.pod:2604 ../fish/guestfish-actions.pod:1769
10685 msgid "The distro could not be determined."
10686 msgstr "Дистрибутив, тип якого не вдалося визначити."
10687
10688 #. type: =item
10689 #: ../src/guestfs-actions.pod:2606 ../src/guestfs-actions.pod:3002
10690 #: ../fish/guestfish-actions.pod:1771 ../fish/guestfish-actions.pod:2077
10691 msgid "\"windows\""
10692 msgstr "\"windows\""
10693
10694 #. type: textblock
10695 #: ../src/guestfs-actions.pod:2608 ../fish/guestfish-actions.pod:1773
10696 msgid ""
10697 "Windows does not have distributions.  This string is returned if the OS type "
10698 "is Windows."
10699 msgstr ""
10700
10701 #. type: textblock
10702 #: ../src/guestfs-actions.pod:2613 ../src/guestfs-actions.pod:2724
10703 #: ../src/guestfs-actions.pod:3016 ../fish/guestfish-actions.pod:1778
10704 #: ../fish/guestfish-actions.pod:1866 ../fish/guestfish-actions.pod:2091
10705 msgid ""
10706 "Future versions of libguestfs may return other strings here.  The caller "
10707 "should be prepared to handle any string."
10708 msgstr ""
10709
10710 #. type: =head2
10711 #: ../src/guestfs-actions.pod:2623
10712 msgid "guestfs_inspect_get_drive_mappings"
10713 msgstr ""
10714
10715 #. type: verbatim
10716 #: ../src/guestfs-actions.pod:2625
10717 #, no-wrap
10718 msgid ""
10719 " char **\n"
10720 " guestfs_inspect_get_drive_mappings (guestfs_h *g,\n"
10721 "                                     const char *root);\n"
10722 "\n"
10723 msgstr ""
10724
10725 #. type: textblock
10726 #: ../src/guestfs-actions.pod:2632 ../fish/guestfish-actions.pod:1790
10727 msgid ""
10728 "This call is useful for Windows which uses a primitive system of assigning "
10729 "drive letters (like \"C:\") to partitions.  This inspection API examines the "
10730 "Windows Registry to find out how disks/partitions are mapped to drive "
10731 "letters, and returns a hash table as in the example below:"
10732 msgstr ""
10733
10734 #. type: verbatim
10735 #: ../src/guestfs-actions.pod:2638 ../fish/guestfish-actions.pod:1796
10736 #, no-wrap
10737 msgid ""
10738 " C      =>     /dev/vda2\n"
10739 " E      =>     /dev/vdb1\n"
10740 " F      =>     /dev/vdc1\n"
10741 "\n"
10742 msgstr ""
10743
10744 #. type: textblock
10745 #: ../src/guestfs-actions.pod:2642 ../fish/guestfish-actions.pod:1800
10746 msgid ""
10747 "Note that keys are drive letters.  For Windows, the key is case insensitive "
10748 "and just contains the drive letter, without the customary colon separator "
10749 "character."
10750 msgstr ""
10751
10752 #. type: textblock
10753 #: ../src/guestfs-actions.pod:2646 ../fish/guestfish-actions.pod:1804
10754 msgid ""
10755 "In future we may support other operating systems that also used drive "
10756 "letters, but the keys for those might not be case insensitive and might be "
10757 "longer than 1 character.  For example in OS-9, hard drives were named C<h0>, "
10758 "C<h1> etc."
10759 msgstr ""
10760
10761 #. type: textblock
10762 #: ../src/guestfs-actions.pod:2651 ../fish/guestfish-actions.pod:1809
10763 msgid ""
10764 "For Windows guests, currently only hard drive mappings are returned.  "
10765 "Removable disks (eg. DVD-ROMs) are ignored."
10766 msgstr ""
10767
10768 #. type: textblock
10769 #: ../src/guestfs-actions.pod:2654 ../fish/guestfish-actions.pod:1812
10770 msgid ""
10771 "For guests that do not use drive mappings, or if the drive mappings could "
10772 "not be determined, this returns an empty hash table."
10773 msgstr ""
10774
10775 #. type: textblock
10776 #: ../src/guestfs-actions.pod:2657
10777 msgid ""
10778 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10779 "C<guestfs_inspect_get_mountpoints>, C<guestfs_inspect_get_filesystems>."
10780 msgstr ""
10781
10782 #. type: textblock
10783 #: ../src/guestfs-actions.pod:2661 ../src/guestfs-actions.pod:2837
10784 #: ../src/guestfs-actions.pod:3597 ../src/guestfs-actions.pod:4814
10785 #: ../src/guestfs-actions.pod:6747
10786 msgid ""
10787 "This function returns a NULL-terminated array of strings, or NULL if there "
10788 "was an error.  The array of strings will always have length C<2n+1>, where "
10789 "C<n> keys and values alternate, followed by the trailing NULL entry.  I<The "
10790 "caller must free the strings and the array after use>."
10791 msgstr ""
10792
10793 #. type: =head2
10794 #: ../src/guestfs-actions.pod:2667
10795 msgid "guestfs_inspect_get_filesystems"
10796 msgstr ""
10797
10798 #. type: verbatim
10799 #: ../src/guestfs-actions.pod:2669
10800 #, no-wrap
10801 msgid ""
10802 " char **\n"
10803 " guestfs_inspect_get_filesystems (guestfs_h *g,\n"
10804 "                                  const char *root);\n"
10805 "\n"
10806 msgstr ""
10807
10808 #. type: textblock
10809 #: ../src/guestfs-actions.pod:2676 ../fish/guestfish-actions.pod:1826
10810 msgid ""
10811 "This returns a list of all the filesystems that we think are associated with "
10812 "this operating system.  This includes the root filesystem, other ordinary "
10813 "filesystems, and non-mounted devices like swap partitions."
10814 msgstr ""
10815
10816 #. type: textblock
10817 #: ../src/guestfs-actions.pod:2681 ../fish/guestfish-actions.pod:1831
10818 msgid ""
10819 "In the case of a multi-boot virtual machine, it is possible for a filesystem "
10820 "to be shared between operating systems."
10821 msgstr ""
10822
10823 #. type: textblock
10824 #: ../src/guestfs-actions.pod:2684
10825 msgid ""
10826 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10827 "C<guestfs_inspect_get_mountpoints>."
10828 msgstr ""
10829
10830 #. type: =head2
10831 #: ../src/guestfs-actions.pod:2693
10832 msgid "guestfs_inspect_get_format"
10833 msgstr ""
10834
10835 #. type: verbatim
10836 #: ../src/guestfs-actions.pod:2695
10837 #, no-wrap
10838 msgid ""
10839 " char *\n"
10840 " guestfs_inspect_get_format (guestfs_h *g,\n"
10841 "                             const char *root);\n"
10842 "\n"
10843 msgstr ""
10844
10845 #. type: textblock
10846 #: ../src/guestfs-actions.pod:2702 ../fish/guestfish-actions.pod:1844
10847 msgid ""
10848 "This returns the format of the inspected operating system.  You can use it "
10849 "to detect install images, live CDs and similar."
10850 msgstr ""
10851
10852 #. type: textblock
10853 #: ../src/guestfs-actions.pod:2705 ../fish/guestfish-actions.pod:1847
10854 msgid "Currently defined formats are:"
10855 msgstr ""
10856
10857 #. type: =item
10858 #: ../src/guestfs-actions.pod:2709 ../fish/guestfish-actions.pod:1851
10859 msgid "\"installed\""
10860 msgstr "\"installed\""
10861
10862 #. type: textblock
10863 #: ../src/guestfs-actions.pod:2711 ../fish/guestfish-actions.pod:1853
10864 msgid "This is an installed operating system."
10865 msgstr "Це встановлена операційна система."
10866
10867 #. type: =item
10868 #: ../src/guestfs-actions.pod:2713 ../fish/guestfish-actions.pod:1855
10869 msgid "\"installer\""
10870 msgstr ""
10871
10872 #. type: textblock
10873 #: ../src/guestfs-actions.pod:2715 ../fish/guestfish-actions.pod:1857
10874 msgid ""
10875 "The disk image being inspected is not an installed operating system, but a "
10876 "I<bootable> install disk, live CD, or similar."
10877 msgstr ""
10878
10879 #. type: textblock
10880 #: ../src/guestfs-actions.pod:2720 ../fish/guestfish-actions.pod:1862
10881 msgid "The format of this disk image is not known."
10882 msgstr ""
10883
10884 #. type: =head2
10885 #: ../src/guestfs-actions.pod:2732
10886 msgid "guestfs_inspect_get_hostname"
10887 msgstr ""
10888
10889 #. type: verbatim
10890 #: ../src/guestfs-actions.pod:2734
10891 #, no-wrap
10892 msgid ""
10893 " char *\n"
10894 " guestfs_inspect_get_hostname (guestfs_h *g,\n"
10895 "                               const char *root);\n"
10896 "\n"
10897 msgstr ""
10898
10899 #. type: textblock
10900 #: ../src/guestfs-actions.pod:2741 ../fish/guestfish-actions.pod:1878
10901 msgid ""
10902 "This function returns the hostname of the operating system as found by "
10903 "inspection of the guest's configuration files."
10904 msgstr ""
10905
10906 #. type: textblock
10907 #: ../src/guestfs-actions.pod:2744 ../fish/guestfish-actions.pod:1881
10908 msgid ""
10909 "If the hostname could not be determined, then the string C<unknown> is "
10910 "returned."
10911 msgstr ""
10912
10913 #. type: textblock
10914 #: ../src/guestfs-actions.pod:2752
10915 msgid "(Added in 1.7.9)"
10916 msgstr ""
10917
10918 #. type: =head2
10919 #: ../src/guestfs-actions.pod:2754
10920 msgid "guestfs_inspect_get_major_version"
10921 msgstr ""
10922
10923 #. type: verbatim
10924 #: ../src/guestfs-actions.pod:2756
10925 #, no-wrap
10926 msgid ""
10927 " int\n"
10928 " guestfs_inspect_get_major_version (guestfs_h *g,\n"
10929 "                                    const char *root);\n"
10930 "\n"
10931 msgstr ""
10932
10933 #. type: textblock
10934 #: ../src/guestfs-actions.pod:2763 ../fish/guestfish-actions.pod:1893
10935 msgid ""
10936 "This returns the major version number of the inspected operating system."
10937 msgstr ""
10938
10939 #. type: textblock
10940 #: ../src/guestfs-actions.pod:2766 ../fish/guestfish-actions.pod:1896
10941 msgid ""
10942 "Windows uses a consistent versioning scheme which is I<not> reflected in the "
10943 "popular public names used by the operating system.  Notably the operating "
10944 "system known as \"Windows 7\" is really version 6.1 (ie. major = 6, minor = "
10945 "1).  You can find out the real versions corresponding to releases of Windows "
10946 "by consulting Wikipedia or MSDN."
10947 msgstr ""
10948
10949 #. type: textblock
10950 #: ../src/guestfs-actions.pod:2773 ../src/guestfs-actions.pod:2793
10951 #: ../fish/guestfish-actions.pod:1903 ../fish/guestfish-actions.pod:1917
10952 msgid "If the version could not be determined, then C<0> is returned."
10953 msgstr ""
10954
10955 #. type: =head2
10956 #: ../src/guestfs-actions.pod:2781
10957 msgid "guestfs_inspect_get_minor_version"
10958 msgstr ""
10959
10960 #. type: verbatim
10961 #: ../src/guestfs-actions.pod:2783
10962 #, no-wrap
10963 msgid ""
10964 " int\n"
10965 " guestfs_inspect_get_minor_version (guestfs_h *g,\n"
10966 "                                    const char *root);\n"
10967 "\n"
10968 msgstr ""
10969
10970 #. type: textblock
10971 #: ../src/guestfs-actions.pod:2790 ../fish/guestfish-actions.pod:1914
10972 msgid ""
10973 "This returns the minor version number of the inspected operating system."
10974 msgstr ""
10975
10976 #. type: textblock
10977 #: ../src/guestfs-actions.pod:2795
10978 msgid ""
10979 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
10980 "C<guestfs_inspect_get_major_version>."
10981 msgstr ""
10982
10983 #. type: =head2
10984 #: ../src/guestfs-actions.pod:2802
10985 msgid "guestfs_inspect_get_mountpoints"
10986 msgstr ""
10987
10988 #. type: verbatim
10989 #: ../src/guestfs-actions.pod:2804
10990 #, no-wrap
10991 msgid ""
10992 " char **\n"
10993 " guestfs_inspect_get_mountpoints (guestfs_h *g,\n"
10994 "                                  const char *root);\n"
10995 "\n"
10996 msgstr ""
10997
10998 #. type: textblock
10999 #: ../src/guestfs-actions.pod:2811 ../fish/guestfish-actions.pod:1929
11000 msgid ""
11001 "This returns a hash of where we think the filesystems associated with this "
11002 "operating system should be mounted.  Callers should note that this is at "
11003 "best an educated guess made by reading configuration files such as C</etc/"
11004 "fstab>.  I<In particular note> that this may return filesystems which are "
11005 "non-existent or not mountable and callers should be prepared to handle or "
11006 "ignore failures if they try to mount them."
11007 msgstr ""
11008
11009 #. type: textblock
11010 #: ../src/guestfs-actions.pod:2820 ../fish/guestfish-actions.pod:1938
11011 msgid ""
11012 "Each element in the returned hashtable has a key which is the path of the "
11013 "mountpoint (eg. C</boot>) and a value which is the filesystem that would be "
11014 "mounted there (eg. C</dev/sda1>)."
11015 msgstr ""
11016
11017 #. type: textblock
11018 #: ../src/guestfs-actions.pod:2825 ../fish/guestfish-actions.pod:1943
11019 msgid ""
11020 "Non-mounted devices such as swap devices are I<not> returned in this list."
11021 msgstr ""
11022
11023 #. type: textblock
11024 #: ../src/guestfs-actions.pod:2828
11025 msgid ""
11026 "For operating systems like Windows which still use drive letters, this call "
11027 "will only return an entry for the first drive \"mounted on\" C</>.  For "
11028 "information about the mapping of drive letters to partitions, see "
11029 "C<guestfs_inspect_get_drive_mappings>."
11030 msgstr ""
11031
11032 #. type: textblock
11033 #: ../src/guestfs-actions.pod:2834
11034 msgid ""
11035 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11036 "C<guestfs_inspect_get_filesystems>."
11037 msgstr ""
11038
11039 #. type: =head2
11040 #: ../src/guestfs-actions.pod:2845
11041 msgid "guestfs_inspect_get_package_format"
11042 msgstr ""
11043
11044 #. type: verbatim
11045 #: ../src/guestfs-actions.pod:2847
11046 #, no-wrap
11047 msgid ""
11048 " char *\n"
11049 " guestfs_inspect_get_package_format (guestfs_h *g,\n"
11050 "                                     const char *root);\n"
11051 "\n"
11052 msgstr ""
11053
11054 #. type: textblock
11055 #: ../src/guestfs-actions.pod:2854
11056 msgid ""
11057 "This function and C<guestfs_inspect_get_package_management> return the "
11058 "package format and package management tool used by the inspected operating "
11059 "system.  For example for Fedora these functions would return C<rpm> (package "
11060 "format) and C<yum> (package management)."
11061 msgstr ""
11062
11063 #. type: textblock
11064 #: ../src/guestfs-actions.pod:2860 ../fish/guestfish-actions.pod:1968
11065 msgid ""
11066 "This returns the string C<unknown> if we could not determine the package "
11067 "format I<or> if the operating system does not have a real packaging system "
11068 "(eg. Windows)."
11069 msgstr ""
11070
11071 #. type: textblock
11072 #: ../src/guestfs-actions.pod:2864 ../fish/guestfish-actions.pod:1972
11073 msgid ""
11074 "Possible strings include: C<rpm>, C<deb>, C<ebuild>, C<pisi>, C<pacman>.  "
11075 "Future versions of libguestfs may return other strings."
11076 msgstr ""
11077
11078 #. type: textblock
11079 #: ../src/guestfs-actions.pod:2872 ../src/guestfs-actions.pod:2903
11080 msgid "(Added in 1.7.5)"
11081 msgstr ""
11082
11083 #. type: =head2
11084 #: ../src/guestfs-actions.pod:2874
11085 msgid "guestfs_inspect_get_package_management"
11086 msgstr ""
11087
11088 #. type: verbatim
11089 #: ../src/guestfs-actions.pod:2876
11090 #, no-wrap
11091 msgid ""
11092 " char *\n"
11093 " guestfs_inspect_get_package_management (guestfs_h *g,\n"
11094 "                                         const char *root);\n"
11095 "\n"
11096 msgstr ""
11097
11098 #. type: textblock
11099 #: ../src/guestfs-actions.pod:2883
11100 msgid ""
11101 "C<guestfs_inspect_get_package_format> and this function return the package "
11102 "format and package management tool used by the inspected operating system.  "
11103 "For example for Fedora these functions would return C<rpm> (package format) "
11104 "and C<yum> (package management)."
11105 msgstr ""
11106
11107 #. type: textblock
11108 #: ../src/guestfs-actions.pod:2889 ../fish/guestfish-actions.pod:1990
11109 msgid ""
11110 "This returns the string C<unknown> if we could not determine the package "
11111 "management tool I<or> if the operating system does not have a real packaging "
11112 "system (eg. Windows)."
11113 msgstr ""
11114
11115 #. type: textblock
11116 #: ../src/guestfs-actions.pod:2893 ../fish/guestfish-actions.pod:1994
11117 msgid ""
11118 "Possible strings include: C<yum>, C<up2date>, C<apt> (for all Debian "
11119 "derivatives), C<portage>, C<pisi>, C<pacman>, C<urpmi>.  Future versions of "
11120 "libguestfs may return other strings."
11121 msgstr ""
11122
11123 #. type: =head2
11124 #: ../src/guestfs-actions.pod:2905
11125 msgid "guestfs_inspect_get_product_name"
11126 msgstr ""
11127
11128 #. type: verbatim
11129 #: ../src/guestfs-actions.pod:2907
11130 #, no-wrap
11131 msgid ""
11132 " char *\n"
11133 " guestfs_inspect_get_product_name (guestfs_h *g,\n"
11134 "                                   const char *root);\n"
11135 "\n"
11136 msgstr ""
11137
11138 #. type: textblock
11139 #: ../src/guestfs-actions.pod:2914 ../fish/guestfish-actions.pod:2008
11140 msgid ""
11141 "This returns the product name of the inspected operating system.  The "
11142 "product name is generally some freeform string which can be displayed to the "
11143 "user, but should not be parsed by programs."
11144 msgstr ""
11145
11146 #. type: textblock
11147 #: ../src/guestfs-actions.pod:2919 ../fish/guestfish-actions.pod:2013
11148 msgid ""
11149 "If the product name could not be determined, then the string C<unknown> is "
11150 "returned."
11151 msgstr ""
11152
11153 #. type: =head2
11154 #: ../src/guestfs-actions.pod:2929
11155 msgid "guestfs_inspect_get_product_variant"
11156 msgstr ""
11157
11158 #. type: verbatim
11159 #: ../src/guestfs-actions.pod:2931
11160 #, no-wrap
11161 msgid ""
11162 " char *\n"
11163 " guestfs_inspect_get_product_variant (guestfs_h *g,\n"
11164 "                                      const char *root);\n"
11165 "\n"
11166 msgstr ""
11167
11168 #. type: textblock
11169 #: ../src/guestfs-actions.pod:2938 ../fish/guestfish-actions.pod:2025
11170 #, fuzzy
11171 #| msgid "This is an installed operating system."
11172 msgid "This returns the product variant of the inspected operating system."
11173 msgstr "Це встановлена операційна система."
11174
11175 #. type: textblock
11176 #: ../src/guestfs-actions.pod:2941 ../fish/guestfish-actions.pod:2028
11177 msgid ""
11178 "For Windows guests, this returns the contents of the Registry key C<HKLM"
11179 "\\Software\\Microsoft\\Windows NT\\CurrentVersion> C<InstallationType> which "
11180 "is usually a string such as C<Client> or C<Server> (other values are "
11181 "possible).  This can be used to distinguish consumer and enterprise versions "
11182 "of Windows that have the same version number (for example, Windows 7 and "
11183 "Windows 2008 Server are both version 6.1, but the former is C<Client> and "
11184 "the latter is C<Server>)."
11185 msgstr ""
11186
11187 #. type: textblock
11188 #: ../src/guestfs-actions.pod:2950 ../fish/guestfish-actions.pod:2037
11189 msgid ""
11190 "For enterprise Linux guests, in future we intend this to return the product "
11191 "variant such as C<Desktop>, C<Server> and so on.  But this is not "
11192 "implemented at present."
11193 msgstr ""
11194
11195 #. type: textblock
11196 #: ../src/guestfs-actions.pod:2954 ../fish/guestfish-actions.pod:2041
11197 msgid ""
11198 "If the product variant could not be determined, then the string C<unknown> "
11199 "is returned."
11200 msgstr ""
11201
11202 #. type: textblock
11203 #: ../src/guestfs-actions.pod:2957
11204 msgid ""
11205 "Please read L<guestfs(3)/INSPECTION> for more details.  See also "
11206 "C<guestfs_inspect_get_product_name>, C<guestfs_inspect_get_major_version>."
11207 msgstr ""
11208
11209 #. type: =head2
11210 #: ../src/guestfs-actions.pod:2964
11211 msgid "guestfs_inspect_get_roots"
11212 msgstr ""
11213
11214 #. type: verbatim
11215 #: ../src/guestfs-actions.pod:2966
11216 #, no-wrap
11217 msgid ""
11218 " char **\n"
11219 " guestfs_inspect_get_roots (guestfs_h *g);\n"
11220 "\n"
11221 msgstr ""
11222
11223 #. type: textblock
11224 #: ../src/guestfs-actions.pod:2969
11225 msgid ""
11226 "This function is a convenient way to get the list of root devices, as "
11227 "returned from a previous call to C<guestfs_inspect_os>, but without redoing "
11228 "the whole inspection process."
11229 msgstr ""
11230
11231 #. type: textblock
11232 #: ../src/guestfs-actions.pod:2973
11233 msgid ""
11234 "This returns an empty list if either no root devices were found or the "
11235 "caller has not called C<guestfs_inspect_os>."
11236 msgstr ""
11237
11238 #. type: textblock
11239 #: ../src/guestfs-actions.pod:2982
11240 msgid "(Added in 1.7.3)"
11241 msgstr ""
11242
11243 #. type: =head2
11244 #: ../src/guestfs-actions.pod:2984
11245 msgid "guestfs_inspect_get_type"
11246 msgstr ""
11247
11248 #. type: verbatim
11249 #: ../src/guestfs-actions.pod:2986
11250 #, no-wrap
11251 msgid ""
11252 " char *\n"
11253 " guestfs_inspect_get_type (guestfs_h *g,\n"
11254 "                           const char *root);\n"
11255 "\n"
11256 msgstr ""
11257
11258 #. type: textblock
11259 #: ../src/guestfs-actions.pod:2993 ../fish/guestfish-actions.pod:2068
11260 msgid ""
11261 "This returns the type of the inspected operating system.  Currently defined "
11262 "types are:"
11263 msgstr ""
11264
11265 #. type: =item
11266 #: ../src/guestfs-actions.pod:2998 ../fish/guestfish-actions.pod:2073
11267 msgid "\"linux\""
11268 msgstr "\"linux\""
11269
11270 #. type: textblock
11271 #: ../src/guestfs-actions.pod:3000 ../fish/guestfish-actions.pod:2075
11272 msgid "Any Linux-based operating system."
11273 msgstr ""
11274
11275 #. type: textblock
11276 #: ../src/guestfs-actions.pod:3004 ../fish/guestfish-actions.pod:2079
11277 msgid "Any Microsoft Windows operating system."
11278 msgstr ""
11279
11280 #. type: =item
11281 #: ../src/guestfs-actions.pod:3006 ../fish/guestfish-actions.pod:2081
11282 msgid "\"freebsd\""
11283 msgstr "\"freebsd\""
11284
11285 #. type: textblock
11286 #: ../src/guestfs-actions.pod:3008 ../fish/guestfish-actions.pod:2083
11287 msgid "FreeBSD."
11288 msgstr "FreeBSD."
11289
11290 #. type: textblock
11291 #: ../src/guestfs-actions.pod:3012 ../fish/guestfish-actions.pod:2087
11292 msgid "The operating system type could not be determined."
11293 msgstr ""
11294
11295 #. type: =head2
11296 #: ../src/guestfs-actions.pod:3026
11297 msgid "guestfs_inspect_get_windows_current_control_set"
11298 msgstr ""
11299
11300 #. type: verbatim
11301 #: ../src/guestfs-actions.pod:3028
11302 #, no-wrap
11303 msgid ""
11304 " char *\n"
11305 " guestfs_inspect_get_windows_current_control_set (guestfs_h *g,\n"
11306 "                                                  const char *root);\n"
11307 "\n"
11308 msgstr ""
11309
11310 #. type: textblock
11311 #: ../src/guestfs-actions.pod:3035 ../fish/guestfish-actions.pod:2103
11312 msgid ""
11313 "This returns the Windows CurrentControlSet of the inspected guest.  The "
11314 "CurrentControlSet is a registry key name such as C<ControlSet001>."
11315 msgstr ""
11316
11317 #. type: textblock
11318 #: ../src/guestfs-actions.pod:3038 ../fish/guestfish-actions.pod:2106
11319 msgid ""
11320 "This call assumes that the guest is Windows and that the Registry could be "
11321 "examined by inspection.  If this is not the case then an error is returned."
11322 msgstr ""
11323
11324 #. type: =head2
11325 #: ../src/guestfs-actions.pod:3047
11326 msgid "guestfs_inspect_get_windows_systemroot"
11327 msgstr ""
11328
11329 #. type: verbatim
11330 #: ../src/guestfs-actions.pod:3049
11331 #, no-wrap
11332 msgid ""
11333 " char *\n"
11334 " guestfs_inspect_get_windows_systemroot (guestfs_h *g,\n"
11335 "                                         const char *root);\n"
11336 "\n"
11337 msgstr ""
11338
11339 #. type: textblock
11340 #: ../src/guestfs-actions.pod:3056 ../fish/guestfish-actions.pod:2119
11341 msgid ""
11342 "This returns the Windows systemroot of the inspected guest.  The systemroot "
11343 "is a directory path such as C</WINDOWS>."
11344 msgstr ""
11345
11346 #. type: textblock
11347 #: ../src/guestfs-actions.pod:3059 ../fish/guestfish-actions.pod:2122
11348 msgid ""
11349 "This call assumes that the guest is Windows and that the systemroot could be "
11350 "determined by inspection.  If this is not the case then an error is returned."
11351 msgstr ""
11352
11353 #. type: textblock
11354 #: ../src/guestfs-actions.pod:3068
11355 msgid "(Added in 1.5.25)"
11356 msgstr ""
11357
11358 #. type: =head2
11359 #: ../src/guestfs-actions.pod:3070
11360 msgid "guestfs_inspect_is_live"
11361 msgstr ""
11362
11363 #. type: verbatim
11364 #: ../src/guestfs-actions.pod:3072
11365 #, no-wrap
11366 msgid ""
11367 " int\n"
11368 " guestfs_inspect_is_live (guestfs_h *g,\n"
11369 "                          const char *root);\n"
11370 "\n"
11371 msgstr ""
11372
11373 #. type: textblock
11374 #: ../src/guestfs-actions.pod:3079
11375 msgid ""
11376 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11377 "disk), then this returns true if a live image was detected on the disk."
11378 msgstr ""
11379
11380 #. type: =head2
11381 #: ../src/guestfs-actions.pod:3087
11382 msgid "guestfs_inspect_is_multipart"
11383 msgstr ""
11384
11385 #. type: verbatim
11386 #: ../src/guestfs-actions.pod:3089
11387 #, no-wrap
11388 msgid ""
11389 " int\n"
11390 " guestfs_inspect_is_multipart (guestfs_h *g,\n"
11391 "                               const char *root);\n"
11392 "\n"
11393 msgstr ""
11394
11395 #. type: textblock
11396 #: ../src/guestfs-actions.pod:3096
11397 msgid ""
11398 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11399 "disk), then this returns true if the disk is part of a set."
11400 msgstr ""
11401
11402 #. type: =head2
11403 #: ../src/guestfs-actions.pod:3104
11404 msgid "guestfs_inspect_is_netinst"
11405 msgstr ""
11406
11407 #. type: verbatim
11408 #: ../src/guestfs-actions.pod:3106
11409 #, no-wrap
11410 msgid ""
11411 " int\n"
11412 " guestfs_inspect_is_netinst (guestfs_h *g,\n"
11413 "                             const char *root);\n"
11414 "\n"
11415 msgstr ""
11416
11417 #. type: textblock
11418 #: ../src/guestfs-actions.pod:3113
11419 msgid ""
11420 "If C<guestfs_inspect_get_format> returns C<installer> (this is an install "
11421 "disk), then this returns true if the disk is a network installer, ie. not a "
11422 "self-contained install CD but one which is likely to require network access "
11423 "to complete the install."
11424 msgstr ""
11425
11426 #. type: =head2
11427 #: ../src/guestfs-actions.pod:3123
11428 msgid "guestfs_inspect_list_applications"
11429 msgstr ""
11430
11431 #. type: verbatim
11432 #: ../src/guestfs-actions.pod:3125
11433 #, no-wrap
11434 msgid ""
11435 " struct guestfs_application_list *\n"
11436 " guestfs_inspect_list_applications (guestfs_h *g,\n"
11437 "                                    const char *root);\n"
11438 "\n"
11439 msgstr ""
11440
11441 #. type: textblock
11442 #: ../src/guestfs-actions.pod:3132 ../fish/guestfish-actions.pod:2176
11443 msgid "Return the list of applications installed in the operating system."
11444 msgstr ""
11445
11446 #. type: textblock
11447 #: ../src/guestfs-actions.pod:3134
11448 msgid ""
11449 "I<Note:> This call works differently from other parts of the inspection "
11450 "API.  You have to call C<guestfs_inspect_os>, then "
11451 "C<guestfs_inspect_get_mountpoints>, then mount up the disks, before calling "
11452 "this.  Listing applications is a significantly more difficult operation "
11453 "which requires access to the full filesystem.  Also note that unlike the "
11454 "other C<guestfs_inspect_get_*> calls which are just returning data cached in "
11455 "the libguestfs handle, this call actually reads parts of the mounted "
11456 "filesystems during the call."
11457 msgstr ""
11458
11459 #. type: textblock
11460 #: ../src/guestfs-actions.pod:3144 ../fish/guestfish-actions.pod:2188
11461 msgid ""
11462 "This returns an empty list if the inspection code was not able to determine "
11463 "the list of applications."
11464 msgstr ""
11465
11466 #. type: textblock
11467 #: ../src/guestfs-actions.pod:3147 ../fish/guestfish-actions.pod:2191
11468 msgid "The application structure contains the following fields:"
11469 msgstr ""
11470
11471 #. type: =item
11472 #: ../src/guestfs-actions.pod:3151 ../fish/guestfish-actions.pod:2195
11473 msgid "C<app_name>"
11474 msgstr "C<app_name>"
11475
11476 #. type: textblock
11477 #: ../src/guestfs-actions.pod:3153 ../fish/guestfish-actions.pod:2197
11478 msgid ""
11479 "The name of the application.  For Red Hat-derived and Debian-derived Linux "
11480 "guests, this is the package name."
11481 msgstr ""
11482
11483 #. type: =item
11484 #: ../src/guestfs-actions.pod:3156 ../fish/guestfish-actions.pod:2200
11485 msgid "C<app_display_name>"
11486 msgstr "C<app_display_name>"
11487
11488 #. type: textblock
11489 #: ../src/guestfs-actions.pod:3158 ../fish/guestfish-actions.pod:2202
11490 msgid ""
11491 "The display name of the application, sometimes localized to the install "
11492 "language of the guest operating system."
11493 msgstr ""
11494
11495 #. type: textblock
11496 #: ../src/guestfs-actions.pod:3161 ../fish/guestfish-actions.pod:2205
11497 msgid ""
11498 "If unavailable this is returned as an empty string C<\"\">.  Callers needing "
11499 "to display something can use C<app_name> instead."
11500 msgstr ""
11501
11502 #. type: =item
11503 #: ../src/guestfs-actions.pod:3164 ../fish/guestfish-actions.pod:2208
11504 msgid "C<app_epoch>"
11505 msgstr "C<app_epoch>"
11506
11507 #. type: textblock
11508 #: ../src/guestfs-actions.pod:3166 ../fish/guestfish-actions.pod:2210
11509 msgid ""
11510 "For package managers which use epochs, this contains the epoch of the "
11511 "package (an integer).  If unavailable, this is returned as C<0>."
11512 msgstr ""
11513
11514 #. type: =item
11515 #: ../src/guestfs-actions.pod:3169 ../fish/guestfish-actions.pod:2213
11516 msgid "C<app_version>"
11517 msgstr "C<app_version>"
11518
11519 #. type: textblock
11520 #: ../src/guestfs-actions.pod:3171 ../fish/guestfish-actions.pod:2215
11521 msgid ""
11522 "The version string of the application or package.  If unavailable this is "
11523 "returned as an empty string C<\"\">."
11524 msgstr ""
11525
11526 #. type: =item
11527 #: ../src/guestfs-actions.pod:3174 ../fish/guestfish-actions.pod:2218
11528 msgid "C<app_release>"
11529 msgstr "C<app_release>"
11530
11531 #. type: textblock
11532 #: ../src/guestfs-actions.pod:3176 ../fish/guestfish-actions.pod:2220
11533 msgid ""
11534 "The release string of the application or package, for package managers that "
11535 "use this.  If unavailable this is returned as an empty string C<\"\">."
11536 msgstr ""
11537
11538 #. type: =item
11539 #: ../src/guestfs-actions.pod:3180 ../fish/guestfish-actions.pod:2224
11540 msgid "C<app_install_path>"
11541 msgstr "C<app_install_path>"
11542
11543 #. type: textblock
11544 #: ../src/guestfs-actions.pod:3182 ../fish/guestfish-actions.pod:2226
11545 msgid ""
11546 "The installation path of the application (on operating systems such as "
11547 "Windows which use installation paths).  This path is in the format used by "
11548 "the guest operating system, it is not a libguestfs path."
11549 msgstr ""
11550
11551 #. type: textblock
11552 #: ../src/guestfs-actions.pod:3187 ../fish/guestfish-actions.pod:2231
11553 msgid "If unavailable this is returned as an empty string C<\"\">."
11554 msgstr ""
11555
11556 #. type: =item
11557 #: ../src/guestfs-actions.pod:3189 ../fish/guestfish-actions.pod:2233
11558 msgid "C<app_trans_path>"
11559 msgstr "C<app_trans_path>"
11560
11561 #. type: textblock
11562 #: ../src/guestfs-actions.pod:3191 ../fish/guestfish-actions.pod:2235
11563 msgid ""
11564 "The install path translated into a libguestfs path.  If unavailable this is "
11565 "returned as an empty string C<\"\">."
11566 msgstr ""
11567
11568 #. type: =item
11569 #: ../src/guestfs-actions.pod:3194 ../fish/guestfish-actions.pod:2238
11570 msgid "C<app_publisher>"
11571 msgstr "C<app_publisher>"
11572
11573 #. type: textblock
11574 #: ../src/guestfs-actions.pod:3196 ../fish/guestfish-actions.pod:2240
11575 msgid ""
11576 "The name of the publisher of the application, for package managers that use "
11577 "this.  If unavailable this is returned as an empty string C<\"\">."
11578 msgstr ""
11579
11580 #. type: =item
11581 #: ../src/guestfs-actions.pod:3200 ../fish/guestfish-actions.pod:2244
11582 msgid "C<app_url>"
11583 msgstr "C<app_url>"
11584
11585 #. type: textblock
11586 #: ../src/guestfs-actions.pod:3202 ../fish/guestfish-actions.pod:2246
11587 msgid ""
11588 "The URL (eg. upstream URL) of the application.  If unavailable this is "
11589 "returned as an empty string C<\"\">."
11590 msgstr ""
11591
11592 #. type: =item
11593 #: ../src/guestfs-actions.pod:3205 ../fish/guestfish-actions.pod:2249
11594 msgid "C<app_source_package>"
11595 msgstr ""
11596
11597 #. type: textblock
11598 #: ../src/guestfs-actions.pod:3207 ../fish/guestfish-actions.pod:2251
11599 msgid ""
11600 "For packaging systems which support this, the name of the source package.  "
11601 "If unavailable this is returned as an empty string C<\"\">."
11602 msgstr ""
11603
11604 #. type: =item
11605 #: ../src/guestfs-actions.pod:3210 ../fish/guestfish-actions.pod:2254
11606 msgid "C<app_summary>"
11607 msgstr ""
11608
11609 #. type: textblock
11610 #: ../src/guestfs-actions.pod:3212 ../fish/guestfish-actions.pod:2256
11611 msgid ""
11612 "A short (usually one line) description of the application or package.  If "
11613 "unavailable this is returned as an empty string C<\"\">."
11614 msgstr ""
11615
11616 #. type: =item
11617 #: ../src/guestfs-actions.pod:3215 ../fish/guestfish-actions.pod:2259
11618 msgid "C<app_description>"
11619 msgstr ""
11620
11621 #. type: textblock
11622 #: ../src/guestfs-actions.pod:3217 ../fish/guestfish-actions.pod:2261
11623 msgid ""
11624 "A longer description of the application or package.  If unavailable this is "
11625 "returned as an empty string C<\"\">."
11626 msgstr ""
11627
11628 #. type: textblock
11629 #: ../src/guestfs-actions.pod:3224
11630 msgid ""
11631 "This function returns a C<struct guestfs_application_list *>, or NULL if "
11632 "there was an error.  I<The caller must call C<guestfs_free_application_list> "
11633 "after use>."
11634 msgstr ""
11635
11636 #. type: textblock
11637 #: ../src/guestfs-actions.pod:3228
11638 msgid "(Added in 1.7.8)"
11639 msgstr ""
11640
11641 #. type: =head2
11642 #: ../src/guestfs-actions.pod:3230
11643 msgid "guestfs_inspect_os"
11644 msgstr ""
11645
11646 #. type: verbatim
11647 #: ../src/guestfs-actions.pod:3232
11648 #, no-wrap
11649 msgid ""
11650 " char **\n"
11651 " guestfs_inspect_os (guestfs_h *g);\n"
11652 "\n"
11653 msgstr ""
11654
11655 #. type: textblock
11656 #: ../src/guestfs-actions.pod:3235 ../fish/guestfish-actions.pod:2272
11657 msgid ""
11658 "This function uses other libguestfs functions and certain heuristics to "
11659 "inspect the disk(s) (usually disks belonging to a virtual machine), looking "
11660 "for operating systems."
11661 msgstr ""
11662
11663 #. type: textblock
11664 #: ../src/guestfs-actions.pod:3239 ../fish/guestfish-actions.pod:2276
11665 msgid "The list returned is empty if no operating systems were found."
11666 msgstr ""
11667
11668 #. type: textblock
11669 #: ../src/guestfs-actions.pod:3241 ../fish/guestfish-actions.pod:2278
11670 msgid ""
11671 "If one operating system was found, then this returns a list with a single "
11672 "element, which is the name of the root filesystem of this operating system.  "
11673 "It is also possible for this function to return a list containing more than "
11674 "one element, indicating a dual-boot or multi-boot virtual machine, with each "
11675 "element being the root filesystem of one of the operating systems."
11676 msgstr ""
11677
11678 #. type: textblock
11679 #: ../src/guestfs-actions.pod:3248
11680 msgid ""
11681 "You can pass the root string(s) returned to other C<guestfs_inspect_get_*> "
11682 "functions in order to query further information about each operating system, "
11683 "such as the name and version."
11684 msgstr ""
11685
11686 #. type: textblock
11687 #: ../src/guestfs-actions.pod:3253
11688 msgid ""
11689 "This function uses other libguestfs features such as C<guestfs_mount_ro> and "
11690 "C<guestfs_umount_all> in order to mount and unmount filesystems and look at "
11691 "the contents.  This should be called with no disks currently mounted.  The "
11692 "function may also use Augeas, so any existing Augeas handle will be closed."
11693 msgstr ""
11694
11695 #. type: textblock
11696 #: ../src/guestfs-actions.pod:3259 ../fish/guestfish-actions.pod:2296
11697 msgid ""
11698 "This function cannot decrypt encrypted disks.  The caller must do that first "
11699 "(supplying the necessary keys) if the disk is encrypted."
11700 msgstr ""
11701
11702 #. type: textblock
11703 #: ../src/guestfs-actions.pod:3265 ../src/guestfs-actions.pod:3555
11704 #: ../src/guestfs-actions.pod:3617
11705 msgid "See also C<guestfs_list_filesystems>."
11706 msgstr ""
11707
11708 #. type: =head2
11709 #: ../src/guestfs-actions.pod:3273
11710 msgid "guestfs_is_blockdev"
11711 msgstr ""
11712
11713 #. type: verbatim
11714 #: ../src/guestfs-actions.pod:3275
11715 #, no-wrap
11716 msgid ""
11717 " int\n"
11718 " guestfs_is_blockdev (guestfs_h *g,\n"
11719 "                      const char *path);\n"
11720 "\n"
11721 msgstr ""
11722
11723 #. type: textblock
11724 #: ../src/guestfs-actions.pod:3279 ../fish/guestfish-actions.pod:2308
11725 msgid ""
11726 "This returns C<true> if and only if there is a block device with the given "
11727 "C<path> name."
11728 msgstr ""
11729
11730 #. type: textblock
11731 #: ../src/guestfs-actions.pod:3282 ../src/guestfs-actions.pod:3311
11732 #: ../src/guestfs-actions.pod:3341 ../src/guestfs-actions.pod:3356
11733 #: ../src/guestfs-actions.pod:3372 ../src/guestfs-actions.pod:3428
11734 #: ../src/guestfs-actions.pod:3443
11735 msgid "See also C<guestfs_stat>."
11736 msgstr ""
11737
11738 #. type: textblock
11739 #: ../src/guestfs-actions.pod:3286 ../src/guestfs-actions.pod:3315
11740 #: ../src/guestfs-actions.pod:3360 ../src/guestfs-actions.pod:3432
11741 #: ../src/guestfs-actions.pod:3447
11742 msgid "(Added in 1.5.10)"
11743 msgstr ""
11744
11745 #. type: =head2
11746 #: ../src/guestfs-actions.pod:3288
11747 msgid "guestfs_is_busy"
11748 msgstr ""
11749
11750 #. type: verbatim
11751 #: ../src/guestfs-actions.pod:3290
11752 #, no-wrap
11753 msgid ""
11754 " int\n"
11755 " guestfs_is_busy (guestfs_h *g);\n"
11756 "\n"
11757 msgstr ""
11758
11759 #. type: textblock
11760 #: ../src/guestfs-actions.pod:3293 ../fish/guestfish-actions.pod:2317
11761 msgid ""
11762 "This returns true iff this handle is busy processing a command (in the "
11763 "C<BUSY> state)."
11764 msgstr ""
11765
11766 #. type: =head2
11767 #: ../src/guestfs-actions.pod:3302
11768 msgid "guestfs_is_chardev"
11769 msgstr ""
11770
11771 #. type: verbatim
11772 #: ../src/guestfs-actions.pod:3304
11773 #, no-wrap
11774 msgid ""
11775 " int\n"
11776 " guestfs_is_chardev (guestfs_h *g,\n"
11777 "                     const char *path);\n"
11778 "\n"
11779 msgstr ""
11780
11781 #. type: textblock
11782 #: ../src/guestfs-actions.pod:3308 ../fish/guestfish-actions.pod:2326
11783 msgid ""
11784 "This returns C<true> if and only if there is a character device with the "
11785 "given C<path> name."
11786 msgstr ""
11787
11788 #. type: =head2
11789 #: ../src/guestfs-actions.pod:3317
11790 msgid "guestfs_is_config"
11791 msgstr ""
11792
11793 #. type: verbatim
11794 #: ../src/guestfs-actions.pod:3319
11795 #, no-wrap
11796 msgid ""
11797 " int\n"
11798 " guestfs_is_config (guestfs_h *g);\n"
11799 "\n"
11800 msgstr ""
11801
11802 #. type: textblock
11803 #: ../src/guestfs-actions.pod:3322 ../fish/guestfish-actions.pod:2335
11804 msgid ""
11805 "This returns true iff this handle is being configured (in the C<CONFIG> "
11806 "state)."
11807 msgstr ""
11808
11809 #. type: =head2
11810 #: ../src/guestfs-actions.pod:3331
11811 msgid "guestfs_is_dir"
11812 msgstr ""
11813
11814 #. type: verbatim
11815 #: ../src/guestfs-actions.pod:3333
11816 #, no-wrap
11817 msgid ""
11818 " int\n"
11819 " guestfs_is_dir (guestfs_h *g,\n"
11820 "                 const char *path);\n"
11821 "\n"
11822 msgstr ""
11823
11824 #. type: textblock
11825 #: ../src/guestfs-actions.pod:3337 ../fish/guestfish-actions.pod:2344
11826 msgid ""
11827 "This returns C<true> if and only if there is a directory with the given "
11828 "C<path> name.  Note that it returns false for other objects like files."
11829 msgstr ""
11830
11831 #. type: =head2
11832 #: ../src/guestfs-actions.pod:3347
11833 msgid "guestfs_is_fifo"
11834 msgstr ""
11835
11836 #. type: verbatim
11837 #: ../src/guestfs-actions.pod:3349
11838 #, no-wrap
11839 msgid ""
11840 " int\n"
11841 " guestfs_is_fifo (guestfs_h *g,\n"
11842 "                  const char *path);\n"
11843 "\n"
11844 msgstr ""
11845
11846 #. type: textblock
11847 #: ../src/guestfs-actions.pod:3353 ../fish/guestfish-actions.pod:2354
11848 msgid ""
11849 "This returns C<true> if and only if there is a FIFO (named pipe)  with the "
11850 "given C<path> name."
11851 msgstr ""
11852
11853 #. type: =head2
11854 #: ../src/guestfs-actions.pod:3362
11855 msgid "guestfs_is_file"
11856 msgstr ""
11857
11858 #. type: verbatim
11859 #: ../src/guestfs-actions.pod:3364
11860 #, no-wrap
11861 msgid ""
11862 " int\n"
11863 " guestfs_is_file (guestfs_h *g,\n"
11864 "                  const char *path);\n"
11865 "\n"
11866 msgstr ""
11867
11868 #. type: textblock
11869 #: ../src/guestfs-actions.pod:3368 ../fish/guestfish-actions.pod:2363
11870 msgid ""
11871 "This returns C<true> if and only if there is a regular file with the given "
11872 "C<path> name.  Note that it returns false for other objects like directories."
11873 msgstr ""
11874
11875 #. type: =head2
11876 #: ../src/guestfs-actions.pod:3378
11877 msgid "guestfs_is_launching"
11878 msgstr ""
11879
11880 #. type: verbatim
11881 #: ../src/guestfs-actions.pod:3380
11882 #, no-wrap
11883 msgid ""
11884 " int\n"
11885 " guestfs_is_launching (guestfs_h *g);\n"
11886 "\n"
11887 msgstr ""
11888
11889 #. type: textblock
11890 #: ../src/guestfs-actions.pod:3383 ../fish/guestfish-actions.pod:2373
11891 msgid ""
11892 "This returns true iff this handle is launching the subprocess (in the "
11893 "C<LAUNCHING> state)."
11894 msgstr ""
11895
11896 #. type: =head2
11897 #: ../src/guestfs-actions.pod:3392
11898 msgid "guestfs_is_lv"
11899 msgstr ""
11900
11901 #. type: verbatim
11902 #: ../src/guestfs-actions.pod:3394
11903 #, no-wrap
11904 msgid ""
11905 " int\n"
11906 " guestfs_is_lv (guestfs_h *g,\n"
11907 "                const char *device);\n"
11908 "\n"
11909 msgstr ""
11910
11911 #. type: textblock
11912 #: ../src/guestfs-actions.pod:3398 ../fish/guestfish-actions.pod:2382
11913 msgid ""
11914 "This command tests whether C<device> is a logical volume, and returns true "
11915 "iff this is the case."
11916 msgstr ""
11917
11918 #. type: =head2
11919 #: ../src/guestfs-actions.pod:3405
11920 msgid "guestfs_is_ready"
11921 msgstr ""
11922
11923 #. type: verbatim
11924 #: ../src/guestfs-actions.pod:3407
11925 #, no-wrap
11926 msgid ""
11927 " int\n"
11928 " guestfs_is_ready (guestfs_h *g);\n"
11929 "\n"
11930 msgstr ""
11931
11932 #. type: textblock
11933 #: ../src/guestfs-actions.pod:3410 ../fish/guestfish-actions.pod:2389
11934 msgid ""
11935 "This returns true iff this handle is ready to accept commands (in the "
11936 "C<READY> state)."
11937 msgstr ""
11938
11939 #. type: =head2
11940 #: ../src/guestfs-actions.pod:3419
11941 msgid "guestfs_is_socket"
11942 msgstr ""
11943
11944 #. type: verbatim
11945 #: ../src/guestfs-actions.pod:3421
11946 #, no-wrap
11947 msgid ""
11948 " int\n"
11949 " guestfs_is_socket (guestfs_h *g,\n"
11950 "                    const char *path);\n"
11951 "\n"
11952 msgstr ""
11953
11954 #. type: textblock
11955 #: ../src/guestfs-actions.pod:3425 ../fish/guestfish-actions.pod:2398
11956 msgid ""
11957 "This returns C<true> if and only if there is a Unix domain socket with the "
11958 "given C<path> name."
11959 msgstr ""
11960
11961 #. type: =head2
11962 #: ../src/guestfs-actions.pod:3434
11963 msgid "guestfs_is_symlink"
11964 msgstr ""
11965
11966 #. type: verbatim
11967 #: ../src/guestfs-actions.pod:3436
11968 #, no-wrap
11969 msgid ""
11970 " int\n"
11971 " guestfs_is_symlink (guestfs_h *g,\n"
11972 "                     const char *path);\n"
11973 "\n"
11974 msgstr ""
11975
11976 #. type: textblock
11977 #: ../src/guestfs-actions.pod:3440 ../fish/guestfish-actions.pod:2407
11978 msgid ""
11979 "This returns C<true> if and only if there is a symbolic link with the given "
11980 "C<path> name."
11981 msgstr ""
11982
11983 #. type: =head2
11984 #: ../src/guestfs-actions.pod:3449
11985 msgid "guestfs_kill_subprocess"
11986 msgstr ""
11987
11988 #. type: verbatim
11989 #: ../src/guestfs-actions.pod:3451
11990 #, no-wrap
11991 msgid ""
11992 " int\n"
11993 " guestfs_kill_subprocess (guestfs_h *g);\n"
11994 "\n"
11995 msgstr ""
11996
11997 #. type: textblock
11998 #: ../src/guestfs-actions.pod:3454 ../fish/guestfish-actions.pod:2416
11999 msgid "This kills the qemu subprocess.  You should never need to call this."
12000 msgstr ""
12001
12002 #. type: =head2
12003 #: ../src/guestfs-actions.pod:3460
12004 msgid "guestfs_launch"
12005 msgstr ""
12006
12007 #. type: verbatim
12008 #: ../src/guestfs-actions.pod:3462
12009 #, no-wrap
12010 msgid ""
12011 " int\n"
12012 " guestfs_launch (guestfs_h *g);\n"
12013 "\n"
12014 msgstr ""
12015
12016 #. type: textblock
12017 #: ../src/guestfs-actions.pod:3465 ../fish/guestfish-actions.pod:2424
12018 msgid ""
12019 "Internally libguestfs is implemented by running a virtual machine using "
12020 "L<qemu(1)>."
12021 msgstr ""
12022
12023 #. type: textblock
12024 #: ../src/guestfs-actions.pod:3468 ../fish/guestfish-actions.pod:2427
12025 msgid ""
12026 "You should call this after configuring the handle (eg. adding drives) but "
12027 "before performing any actions."
12028 msgstr ""
12029
12030 #. type: =head2
12031 #: ../src/guestfs-actions.pod:3480
12032 msgid "guestfs_lchown"
12033 msgstr ""
12034
12035 #. type: verbatim
12036 #: ../src/guestfs-actions.pod:3482
12037 #, no-wrap
12038 msgid ""
12039 " int\n"
12040 " guestfs_lchown (guestfs_h *g,\n"
12041 "                 int owner,\n"
12042 "                 int group,\n"
12043 "                 const char *path);\n"
12044 "\n"
12045 msgstr ""
12046
12047 #. type: textblock
12048 #: ../src/guestfs-actions.pod:3488
12049 msgid ""
12050 "Change the file owner to C<owner> and group to C<group>.  This is like "
12051 "C<guestfs_chown> but if C<path> is a symlink then the link itself is "
12052 "changed, not the target."
12053 msgstr ""
12054
12055 #. type: =head2
12056 #: ../src/guestfs-actions.pod:3500
12057 msgid "guestfs_lgetxattr"
12058 msgstr ""
12059
12060 #. type: verbatim
12061 #: ../src/guestfs-actions.pod:3502
12062 #, no-wrap
12063 msgid ""
12064 " char *\n"
12065 " guestfs_lgetxattr (guestfs_h *g,\n"
12066 "                    const char *path,\n"
12067 "                    const char *name,\n"
12068 "                    size_t *size_r);\n"
12069 "\n"
12070 msgstr ""
12071
12072 #. type: textblock
12073 #: ../src/guestfs-actions.pod:3508 ../fish/guestfish-actions.pod:2446
12074 msgid ""
12075 "Get a single extended attribute from file C<path> named C<name>.  If C<path> "
12076 "is a symlink, then this call returns an extended attribute from the symlink."
12077 msgstr ""
12078
12079 #. type: textblock
12080 #: ../src/guestfs-actions.pod:3522
12081 msgid "See also: C<guestfs_lgetxattrs>, C<guestfs_getxattr>, L<attr(5)>."
12082 msgstr ""
12083
12084 #. type: =head2
12085 #: ../src/guestfs-actions.pod:3530
12086 msgid "guestfs_lgetxattrs"
12087 msgstr ""
12088
12089 #. type: verbatim
12090 #: ../src/guestfs-actions.pod:3532
12091 #, no-wrap
12092 msgid ""
12093 " struct guestfs_xattr_list *\n"
12094 " guestfs_lgetxattrs (guestfs_h *g,\n"
12095 "                     const char *path);\n"
12096 "\n"
12097 msgstr ""
12098
12099 #. type: textblock
12100 #: ../src/guestfs-actions.pod:3536
12101 msgid ""
12102 "This is the same as C<guestfs_getxattrs>, but if C<path> is a symbolic link, "
12103 "then it returns the extended attributes of the link itself."
12104 msgstr ""
12105
12106 #. type: =head2
12107 #: ../src/guestfs-actions.pod:3546
12108 msgid "guestfs_list_devices"
12109 msgstr ""
12110
12111 #. type: verbatim
12112 #: ../src/guestfs-actions.pod:3548
12113 #, no-wrap
12114 msgid ""
12115 " char **\n"
12116 " guestfs_list_devices (guestfs_h *g);\n"
12117 "\n"
12118 msgstr ""
12119
12120 #. type: textblock
12121 #: ../src/guestfs-actions.pod:3551 ../fish/guestfish-actions.pod:2474
12122 msgid "List all the block devices."
12123 msgstr ""
12124
12125 #. type: textblock
12126 #: ../src/guestfs-actions.pod:3553 ../fish/guestfish-actions.pod:2476
12127 msgid "The full block device names are returned, eg. C</dev/sda>."
12128 msgstr ""
12129
12130 #. type: =head2
12131 #: ../src/guestfs-actions.pod:3563
12132 msgid "guestfs_list_filesystems"
12133 msgstr ""
12134
12135 #. type: verbatim
12136 #: ../src/guestfs-actions.pod:3565
12137 #, no-wrap
12138 msgid ""
12139 " char **\n"
12140 " guestfs_list_filesystems (guestfs_h *g);\n"
12141 "\n"
12142 msgstr ""
12143
12144 #. type: textblock
12145 #: ../src/guestfs-actions.pod:3568 ../fish/guestfish-actions.pod:2484
12146 msgid ""
12147 "This inspection command looks for filesystems on partitions, block devices "
12148 "and logical volumes, returning a list of devices containing filesystems and "
12149 "their type."
12150 msgstr ""
12151
12152 #. type: textblock
12153 #: ../src/guestfs-actions.pod:3572 ../fish/guestfish-actions.pod:2488
12154 msgid ""
12155 "The return value is a hash, where the keys are the devices containing "
12156 "filesystems, and the values are the filesystem types.  For example:"
12157 msgstr ""
12158
12159 #. type: verbatim
12160 #: ../src/guestfs-actions.pod:3576 ../fish/guestfish-actions.pod:2492
12161 #, no-wrap
12162 msgid ""
12163 " \"/dev/sda1\" => \"ntfs\"\n"
12164 " \"/dev/sda2\" => \"ext2\"\n"
12165 " \"/dev/vg_guest/lv_root\" => \"ext4\"\n"
12166 " \"/dev/vg_guest/lv_swap\" => \"swap\"\n"
12167 "\n"
12168 msgstr ""
12169
12170 #. type: textblock
12171 #: ../src/guestfs-actions.pod:3581 ../fish/guestfish-actions.pod:2497
12172 msgid ""
12173 "The value can have the special value \"unknown\", meaning the content of the "
12174 "device is undetermined or empty.  \"swap\" means a Linux swap partition."
12175 msgstr ""
12176
12177 #. type: textblock
12178 #: ../src/guestfs-actions.pod:3585
12179 msgid ""
12180 "This command runs other libguestfs commands, which might include "
12181 "C<guestfs_mount> and C<guestfs_umount>, and therefore you should use this "
12182 "soon after launch and only when nothing is mounted."
12183 msgstr ""
12184
12185 #. type: textblock
12186 #: ../src/guestfs-actions.pod:3589
12187 msgid ""
12188 "Not all of the filesystems returned will be mountable.  In particular, swap "
12189 "partitions are returned in the list.  Also this command does not check that "
12190 "each filesystem found is valid and mountable, and some filesystems might be "
12191 "mountable but require special options.  Filesystems may not all belong to a "
12192 "single logical operating system (use C<guestfs_inspect_os> to look for OSes)."
12193 msgstr ""
12194
12195 #. type: textblock
12196 #: ../src/guestfs-actions.pod:3603 ../src/guestfs-actions.pod:5215
12197 msgid "(Added in 1.5.15)"
12198 msgstr ""
12199
12200 #. type: =head2
12201 #: ../src/guestfs-actions.pod:3605
12202 msgid "guestfs_list_partitions"
12203 msgstr ""
12204
12205 #. type: verbatim
12206 #: ../src/guestfs-actions.pod:3607
12207 #, no-wrap
12208 msgid ""
12209 " char **\n"
12210 " guestfs_list_partitions (guestfs_h *g);\n"
12211 "\n"
12212 msgstr ""
12213
12214 #. type: textblock
12215 #: ../src/guestfs-actions.pod:3610 ../fish/guestfish-actions.pod:2517
12216 msgid "List all the partitions detected on all block devices."
12217 msgstr ""
12218
12219 #. type: textblock
12220 #: ../src/guestfs-actions.pod:3612 ../fish/guestfish-actions.pod:2519
12221 msgid "The full partition device names are returned, eg. C</dev/sda1>"
12222 msgstr ""
12223
12224 #. type: textblock
12225 #: ../src/guestfs-actions.pod:3614
12226 msgid ""
12227 "This does not return logical volumes.  For that you will need to call "
12228 "C<guestfs_lvs>."
12229 msgstr ""
12230
12231 #. type: =head2
12232 #: ../src/guestfs-actions.pod:3625
12233 msgid "guestfs_ll"
12234 msgstr ""
12235
12236 #. type: verbatim
12237 #: ../src/guestfs-actions.pod:3627
12238 #, no-wrap
12239 msgid ""
12240 " char *\n"
12241 " guestfs_ll (guestfs_h *g,\n"
12242 "             const char *directory);\n"
12243 "\n"
12244 msgstr ""
12245
12246 #. type: textblock
12247 #: ../src/guestfs-actions.pod:3631 ../fish/guestfish-actions.pod:2530
12248 msgid ""
12249 "List the files in C<directory> (relative to the root directory, there is no "
12250 "cwd) in the format of 'ls -la'."
12251 msgstr ""
12252
12253 #. type: textblock
12254 #: ../src/guestfs-actions.pod:3634 ../fish/guestfish-actions.pod:2533
12255 msgid ""
12256 "This command is mostly useful for interactive sessions.  It is I<not> "
12257 "intended that you try to parse the output string."
12258 msgstr ""
12259
12260 #. type: =head2
12261 #: ../src/guestfs-actions.pod:3642
12262 msgid "guestfs_ln"
12263 msgstr ""
12264
12265 #. type: verbatim
12266 #: ../src/guestfs-actions.pod:3644
12267 #, no-wrap
12268 msgid ""
12269 " int\n"
12270 " guestfs_ln (guestfs_h *g,\n"
12271 "             const char *target,\n"
12272 "             const char *linkname);\n"
12273 "\n"
12274 msgstr ""
12275
12276 #. type: textblock
12277 #: ../src/guestfs-actions.pod:3649 ../fish/guestfish-actions.pod:2540
12278 msgid "This command creates a hard link using the C<ln> command."
12279 msgstr ""
12280
12281 #. type: =head2
12282 #: ../src/guestfs-actions.pod:3655
12283 msgid "guestfs_ln_f"
12284 msgstr ""
12285
12286 #. type: verbatim
12287 #: ../src/guestfs-actions.pod:3657
12288 #, no-wrap
12289 msgid ""
12290 " int\n"
12291 " guestfs_ln_f (guestfs_h *g,\n"
12292 "               const char *target,\n"
12293 "               const char *linkname);\n"
12294 "\n"
12295 msgstr ""
12296
12297 #. type: textblock
12298 #: ../src/guestfs-actions.pod:3662 ../fish/guestfish-actions.pod:2546
12299 msgid ""
12300 "This command creates a hard link using the C<ln -f> command.  The I<-f> "
12301 "option removes the link (C<linkname>) if it exists already."
12302 msgstr ""
12303
12304 #. type: =head2
12305 #: ../src/guestfs-actions.pod:3669
12306 msgid "guestfs_ln_s"
12307 msgstr ""
12308
12309 #. type: verbatim
12310 #: ../src/guestfs-actions.pod:3671
12311 #, no-wrap
12312 msgid ""
12313 " int\n"
12314 " guestfs_ln_s (guestfs_h *g,\n"
12315 "               const char *target,\n"
12316 "               const char *linkname);\n"
12317 "\n"
12318 msgstr ""
12319
12320 #. type: textblock
12321 #: ../src/guestfs-actions.pod:3676 ../fish/guestfish-actions.pod:2553
12322 msgid "This command creates a symbolic link using the C<ln -s> command."
12323 msgstr ""
12324
12325 #. type: =head2
12326 #: ../src/guestfs-actions.pod:3682
12327 msgid "guestfs_ln_sf"
12328 msgstr ""
12329
12330 #. type: verbatim
12331 #: ../src/guestfs-actions.pod:3684
12332 #, no-wrap
12333 msgid ""
12334 " int\n"
12335 " guestfs_ln_sf (guestfs_h *g,\n"
12336 "                const char *target,\n"
12337 "                const char *linkname);\n"
12338 "\n"
12339 msgstr ""
12340
12341 #. type: textblock
12342 #: ../src/guestfs-actions.pod:3689 ../fish/guestfish-actions.pod:2559
12343 msgid ""
12344 "This command creates a symbolic link using the C<ln -sf> command, The I<-f> "
12345 "option removes the link (C<linkname>) if it exists already."
12346 msgstr ""
12347
12348 #. type: =head2
12349 #: ../src/guestfs-actions.pod:3696
12350 msgid "guestfs_lremovexattr"
12351 msgstr ""
12352
12353 #. type: verbatim
12354 #: ../src/guestfs-actions.pod:3698
12355 #, no-wrap
12356 msgid ""
12357 " int\n"
12358 " guestfs_lremovexattr (guestfs_h *g,\n"
12359 "                       const char *xattr,\n"
12360 "                       const char *path);\n"
12361 "\n"
12362 msgstr ""
12363
12364 #. type: textblock
12365 #: ../src/guestfs-actions.pod:3703
12366 msgid ""
12367 "This is the same as C<guestfs_removexattr>, but if C<path> is a symbolic "
12368 "link, then it removes an extended attribute of the link itself."
12369 msgstr ""
12370
12371 #. type: =head2
12372 #: ../src/guestfs-actions.pod:3711
12373 msgid "guestfs_ls"
12374 msgstr ""
12375
12376 #. type: verbatim
12377 #: ../src/guestfs-actions.pod:3713
12378 #, no-wrap
12379 msgid ""
12380 " char **\n"
12381 " guestfs_ls (guestfs_h *g,\n"
12382 "             const char *directory);\n"
12383 "\n"
12384 msgstr ""
12385
12386 #. type: textblock
12387 #: ../src/guestfs-actions.pod:3717 ../fish/guestfish-actions.pod:2574
12388 msgid ""
12389 "List the files in C<directory> (relative to the root directory, there is no "
12390 "cwd).  The '.' and '..' entries are not returned, but hidden files are shown."
12391 msgstr ""
12392
12393 #. type: textblock
12394 #: ../src/guestfs-actions.pod:3721
12395 msgid ""
12396 "This command is mostly useful for interactive sessions.  Programs should "
12397 "probably use C<guestfs_readdir> instead."
12398 msgstr ""
12399
12400 #. type: =head2
12401 #: ../src/guestfs-actions.pod:3730
12402 msgid "guestfs_lsetxattr"
12403 msgstr ""
12404
12405 #. type: verbatim
12406 #: ../src/guestfs-actions.pod:3732
12407 #, no-wrap
12408 msgid ""
12409 " int\n"
12410 " guestfs_lsetxattr (guestfs_h *g,\n"
12411 "                    const char *xattr,\n"
12412 "                    const char *val,\n"
12413 "                    int vallen,\n"
12414 "                    const char *path);\n"
12415 "\n"
12416 msgstr ""
12417
12418 #. type: textblock
12419 #: ../src/guestfs-actions.pod:3739
12420 msgid ""
12421 "This is the same as C<guestfs_setxattr>, but if C<path> is a symbolic link, "
12422 "then it sets an extended attribute of the link itself."
12423 msgstr ""
12424
12425 #. type: =head2
12426 #: ../src/guestfs-actions.pod:3747
12427 msgid "guestfs_lstat"
12428 msgstr ""
12429
12430 #. type: verbatim
12431 #: ../src/guestfs-actions.pod:3749
12432 #, no-wrap
12433 msgid ""
12434 " struct guestfs_stat *\n"
12435 " guestfs_lstat (guestfs_h *g,\n"
12436 "                const char *path);\n"
12437 "\n"
12438 msgstr ""
12439
12440 #. type: textblock
12441 #: ../src/guestfs-actions.pod:3753 ../src/guestfs-actions.pod:6346
12442 #: ../fish/guestfish-actions.pod:2593 ../fish/guestfish-actions.pod:4297
12443 msgid "Returns file information for the given C<path>."
12444 msgstr ""
12445
12446 #. type: textblock
12447 #: ../src/guestfs-actions.pod:3755
12448 msgid ""
12449 "This is the same as C<guestfs_stat> except that if C<path> is a symbolic "
12450 "link, then the link is stat-ed, not the file it refers to."
12451 msgstr ""
12452
12453 #. type: textblock
12454 #: ../src/guestfs-actions.pod:3759 ../fish/guestfish-actions.pod:2599
12455 msgid "This is the same as the C<lstat(2)> system call."
12456 msgstr ""
12457
12458 #. type: textblock
12459 #: ../src/guestfs-actions.pod:3761 ../src/guestfs-actions.pod:6350
12460 msgid ""
12461 "This function returns a C<struct guestfs_stat *>, or NULL if there was an "
12462 "error.  I<The caller must call C<guestfs_free_stat> after use>."
12463 msgstr ""
12464
12465 #. type: textblock
12466 #: ../src/guestfs-actions.pod:3765 ../src/guestfs-actions.pod:6354
12467 #: ../src/guestfs-actions.pod:6372 ../src/guestfs-actions.pod:6753
12468 msgid "(Added in 0.9.2)"
12469 msgstr ""
12470
12471 #. type: =head2
12472 #: ../src/guestfs-actions.pod:3767
12473 msgid "guestfs_lstatlist"
12474 msgstr ""
12475
12476 #. type: verbatim
12477 #: ../src/guestfs-actions.pod:3769
12478 #, no-wrap
12479 msgid ""
12480 " struct guestfs_stat_list *\n"
12481 " guestfs_lstatlist (guestfs_h *g,\n"
12482 "                    const char *path,\n"
12483 "                    char *const *names);\n"
12484 "\n"
12485 msgstr ""
12486
12487 #. type: textblock
12488 #: ../src/guestfs-actions.pod:3774
12489 msgid ""
12490 "This call allows you to perform the C<guestfs_lstat> operation on multiple "
12491 "files, where all files are in the directory C<path>.  C<names> is the list "
12492 "of files from this directory."
12493 msgstr ""
12494
12495 #. type: textblock
12496 #: ../src/guestfs-actions.pod:3778 ../fish/guestfish-actions.pod:2609
12497 msgid ""
12498 "On return you get a list of stat structs, with a one-to-one correspondence "
12499 "to the C<names> list.  If any name did not exist or could not be lstat'd, "
12500 "then the C<ino> field of that structure is set to C<-1>."
12501 msgstr ""
12502
12503 #. type: textblock
12504 #: ../src/guestfs-actions.pod:3783
12505 msgid ""
12506 "This call is intended for programs that want to efficiently list a directory "
12507 "contents without making many round-trips.  See also C<guestfs_lxattrlist> "
12508 "for a similarly efficient call for getting extended attributes.  Very long "
12509 "directory listings might cause the protocol message size to be exceeded, "
12510 "causing this call to fail.  The caller must split up such requests into "
12511 "smaller groups of names."
12512 msgstr ""
12513
12514 #. type: textblock
12515 #: ../src/guestfs-actions.pod:3791
12516 msgid ""
12517 "This function returns a C<struct guestfs_stat_list *>, or NULL if there was "
12518 "an error.  I<The caller must call C<guestfs_free_stat_list> after use>."
12519 msgstr ""
12520
12521 #. type: =head2
12522 #: ../src/guestfs-actions.pod:3797
12523 msgid "guestfs_luks_add_key"
12524 msgstr ""
12525
12526 #. type: verbatim
12527 #: ../src/guestfs-actions.pod:3799
12528 #, no-wrap
12529 msgid ""
12530 " int\n"
12531 " guestfs_luks_add_key (guestfs_h *g,\n"
12532 "                       const char *device,\n"
12533 "                       const char *key,\n"
12534 "                       const char *newkey,\n"
12535 "                       int keyslot);\n"
12536 "\n"
12537 msgstr ""
12538
12539 #. type: textblock
12540 #: ../src/guestfs-actions.pod:3806 ../fish/guestfish-actions.pod:2626
12541 msgid ""
12542 "This command adds a new key on LUKS device C<device>.  C<key> is any "
12543 "existing key, and is used to access the device.  C<newkey> is the new key to "
12544 "add.  C<keyslot> is the key slot that will be replaced."
12545 msgstr ""
12546
12547 #. type: textblock
12548 #: ../src/guestfs-actions.pod:3811
12549 msgid ""
12550 "Note that if C<keyslot> already contains a key, then this command will "
12551 "fail.  You have to use C<guestfs_luks_kill_slot> first to remove that key."
12552 msgstr ""
12553
12554 #. type: textblock
12555 #: ../src/guestfs-actions.pod:3817 ../src/guestfs-actions.pod:3857
12556 #: ../src/guestfs-actions.pod:3880 ../src/guestfs-actions.pod:3900
12557 #: ../src/guestfs-actions.pod:3932 ../src/guestfs-actions.pod:3951
12558 msgid ""
12559 "This function takes a key or passphrase parameter which could contain "
12560 "sensitive material.  Read the section L</KEYS AND PASSPHRASES> for more "
12561 "information."
12562 msgstr ""
12563
12564 #. type: textblock
12565 #: ../src/guestfs-actions.pod:3821 ../src/guestfs-actions.pod:3861
12566 #: ../src/guestfs-actions.pod:3884 ../src/guestfs-actions.pod:3904
12567 msgid "(Added in 1.5.2)"
12568 msgstr ""
12569
12570 #. type: =head2
12571 #: ../src/guestfs-actions.pod:3823
12572 msgid "guestfs_luks_close"
12573 msgstr ""
12574
12575 #. type: verbatim
12576 #: ../src/guestfs-actions.pod:3825
12577 #, no-wrap
12578 msgid ""
12579 " int\n"
12580 " guestfs_luks_close (guestfs_h *g,\n"
12581 "                     const char *device);\n"
12582 "\n"
12583 msgstr ""
12584
12585 #. type: textblock
12586 #: ../src/guestfs-actions.pod:3829
12587 msgid ""
12588 "This closes a LUKS device that was created earlier by C<guestfs_luks_open> "
12589 "or C<guestfs_luks_open_ro>.  The C<device> parameter must be the name of the "
12590 "LUKS mapping device (ie. C</dev/mapper/mapname>) and I<not> the name of the "
12591 "underlying block device."
12592 msgstr ""
12593
12594 #. type: textblock
12595 #: ../src/guestfs-actions.pod:3837 ../src/guestfs-actions.pod:3936
12596 #: ../src/guestfs-actions.pod:3955 ../src/guestfs-actions.pod:4005
12597 #: ../src/guestfs-actions.pod:4053
12598 msgid "(Added in 1.5.1)"
12599 msgstr ""
12600
12601 #. type: =head2
12602 #: ../src/guestfs-actions.pod:3839
12603 msgid "guestfs_luks_format"
12604 msgstr ""
12605
12606 #. type: verbatim
12607 #: ../src/guestfs-actions.pod:3841
12608 #, no-wrap
12609 msgid ""
12610 " int\n"
12611 " guestfs_luks_format (guestfs_h *g,\n"
12612 "                      const char *device,\n"
12613 "                      const char *key,\n"
12614 "                      int keyslot);\n"
12615 "\n"
12616 msgstr ""
12617
12618 #. type: textblock
12619 #: ../src/guestfs-actions.pod:3847 ../fish/guestfish-actions.pod:2652
12620 msgid ""
12621 "This command erases existing data on C<device> and formats the device as a "
12622 "LUKS encrypted device.  C<key> is the initial key, which is added to key "
12623 "slot C<slot>.  (LUKS supports 8 key slots, numbered 0-7)."
12624 msgstr ""
12625
12626 #. type: textblock
12627 #: ../src/guestfs-actions.pod:3854 ../src/guestfs-actions.pod:3877
12628 #: ../src/guestfs-actions.pod:4017 ../src/guestfs-actions.pod:4966
12629 #: ../src/guestfs-actions.pod:5746 ../src/guestfs-actions.pod:6153
12630 #: ../src/guestfs-actions.pod:6183 ../src/guestfs-actions.pod:6216
12631 #: ../src/guestfs-actions.pod:7397 ../fish/guestfish-actions.pod:2660
12632 #: ../fish/guestfish-actions.pod:2673 ../fish/guestfish-actions.pod:2757
12633 #: ../fish/guestfish-actions.pod:3338 ../fish/guestfish-actions.pod:3858
12634 #: ../fish/guestfish-actions.pod:4168 ../fish/guestfish-actions.pod:4191
12635 #: ../fish/guestfish-actions.pod:4213 ../fish/guestfish-actions.pod:4942
12636 msgid ""
12637 "B<This command is dangerous.  Without careful use you can easily destroy all "
12638 "your data>."
12639 msgstr ""
12640
12641 #. type: =head2
12642 #: ../src/guestfs-actions.pod:3863
12643 msgid "guestfs_luks_format_cipher"
12644 msgstr ""
12645
12646 #. type: verbatim
12647 #: ../src/guestfs-actions.pod:3865
12648 #, no-wrap
12649 msgid ""
12650 " int\n"
12651 " guestfs_luks_format_cipher (guestfs_h *g,\n"
12652 "                             const char *device,\n"
12653 "                             const char *key,\n"
12654 "                             int keyslot,\n"
12655 "                             const char *cipher);\n"
12656 "\n"
12657 msgstr ""
12658
12659 #. type: textblock
12660 #: ../src/guestfs-actions.pod:3872
12661 msgid ""
12662 "This command is the same as C<guestfs_luks_format> but it also allows you to "
12663 "set the C<cipher> used."
12664 msgstr ""
12665
12666 #. type: =head2
12667 #: ../src/guestfs-actions.pod:3886
12668 msgid "guestfs_luks_kill_slot"
12669 msgstr ""
12670
12671 #. type: verbatim
12672 #: ../src/guestfs-actions.pod:3888
12673 #, no-wrap
12674 msgid ""
12675 " int\n"
12676 " guestfs_luks_kill_slot (guestfs_h *g,\n"
12677 "                         const char *device,\n"
12678 "                         const char *key,\n"
12679 "                         int keyslot);\n"
12680 "\n"
12681 msgstr ""
12682
12683 #. type: textblock
12684 #: ../src/guestfs-actions.pod:3894 ../fish/guestfish-actions.pod:2680
12685 msgid ""
12686 "This command deletes the key in key slot C<keyslot> from the encrypted LUKS "
12687 "device C<device>.  C<key> must be one of the I<other> keys."
12688 msgstr ""
12689
12690 #. type: =head2
12691 #: ../src/guestfs-actions.pod:3906
12692 msgid "guestfs_luks_open"
12693 msgstr ""
12694
12695 #. type: verbatim
12696 #: ../src/guestfs-actions.pod:3908
12697 #, no-wrap
12698 msgid ""
12699 " int\n"
12700 " guestfs_luks_open (guestfs_h *g,\n"
12701 "                    const char *device,\n"
12702 "                    const char *key,\n"
12703 "                    const char *mapname);\n"
12704 "\n"
12705 msgstr ""
12706
12707 #. type: textblock
12708 #: ../src/guestfs-actions.pod:3914 ../fish/guestfish-actions.pod:2691
12709 msgid ""
12710 "This command opens a block device which has been encrypted according to the "
12711 "Linux Unified Key Setup (LUKS) standard."
12712 msgstr ""
12713
12714 #. type: textblock
12715 #: ../src/guestfs-actions.pod:3917 ../fish/guestfish-actions.pod:2694
12716 msgid "C<device> is the encrypted block device or partition."
12717 msgstr ""
12718
12719 #. type: textblock
12720 #: ../src/guestfs-actions.pod:3919 ../fish/guestfish-actions.pod:2696
12721 msgid ""
12722 "The caller must supply one of the keys associated with the LUKS block "
12723 "device, in the C<key> parameter."
12724 msgstr ""
12725
12726 #. type: textblock
12727 #: ../src/guestfs-actions.pod:3922 ../fish/guestfish-actions.pod:2699
12728 msgid ""
12729 "This creates a new block device called C</dev/mapper/mapname>.  Reads and "
12730 "writes to this block device are decrypted from and encrypted to the "
12731 "underlying C<device> respectively."
12732 msgstr ""
12733
12734 #. type: textblock
12735 #: ../src/guestfs-actions.pod:3926
12736 msgid ""
12737 "If this block device contains LVM volume groups, then calling "
12738 "C<guestfs_vgscan> followed by C<guestfs_vg_activate_all> will make them "
12739 "visible."
12740 msgstr ""
12741
12742 #. type: =head2
12743 #: ../src/guestfs-actions.pod:3938
12744 msgid "guestfs_luks_open_ro"
12745 msgstr ""
12746
12747 #. type: verbatim
12748 #: ../src/guestfs-actions.pod:3940
12749 #, no-wrap
12750 msgid ""
12751 " int\n"
12752 " guestfs_luks_open_ro (guestfs_h *g,\n"
12753 "                       const char *device,\n"
12754 "                       const char *key,\n"
12755 "                       const char *mapname);\n"
12756 "\n"
12757 msgstr ""
12758
12759 #. type: textblock
12760 #: ../src/guestfs-actions.pod:3946
12761 msgid ""
12762 "This is the same as C<guestfs_luks_open> except that a read-only mapping is "
12763 "created."
12764 msgstr ""
12765
12766 #. type: =head2
12767 #: ../src/guestfs-actions.pod:3957
12768 msgid "guestfs_lvcreate"
12769 msgstr ""
12770
12771 #. type: verbatim
12772 #: ../src/guestfs-actions.pod:3959
12773 #, no-wrap
12774 msgid ""
12775 " int\n"
12776 " guestfs_lvcreate (guestfs_h *g,\n"
12777 "                   const char *logvol,\n"
12778 "                   const char *volgroup,\n"
12779 "                   int mbytes);\n"
12780 "\n"
12781 msgstr ""
12782
12783 #. type: textblock
12784 #: ../src/guestfs-actions.pod:3965 ../fish/guestfish-actions.pod:2724
12785 msgid ""
12786 "This creates an LVM logical volume called C<logvol> on the volume group "
12787 "C<volgroup>, with C<size> megabytes."
12788 msgstr ""
12789
12790 #. type: =head2
12791 #: ../src/guestfs-actions.pod:3972
12792 msgid "guestfs_lvm_canonical_lv_name"
12793 msgstr ""
12794
12795 #. type: verbatim
12796 #: ../src/guestfs-actions.pod:3974
12797 #, no-wrap
12798 msgid ""
12799 " char *\n"
12800 " guestfs_lvm_canonical_lv_name (guestfs_h *g,\n"
12801 "                                const char *lvname);\n"
12802 "\n"
12803 msgstr ""
12804
12805 #. type: textblock
12806 #: ../src/guestfs-actions.pod:3978 ../fish/guestfish-actions.pod:2731
12807 msgid ""
12808 "This converts alternative naming schemes for LVs that you might find to the "
12809 "canonical name.  For example, C</dev/mapper/VG-LV> is converted to C</dev/VG/"
12810 "LV>."
12811 msgstr ""
12812
12813 #. type: textblock
12814 #: ../src/guestfs-actions.pod:3982 ../fish/guestfish-actions.pod:2735
12815 msgid ""
12816 "This command returns an error if the C<lvname> parameter does not refer to a "
12817 "logical volume."
12818 msgstr ""
12819
12820 #. type: textblock
12821 #: ../src/guestfs-actions.pod:3985
12822 msgid "See also C<guestfs_is_lv>."
12823 msgstr ""
12824
12825 #. type: textblock
12826 #: ../src/guestfs-actions.pod:3990
12827 msgid "(Added in 1.5.24)"
12828 msgstr ""
12829
12830 #. type: =head2
12831 #: ../src/guestfs-actions.pod:3992
12832 msgid "guestfs_lvm_clear_filter"
12833 msgstr ""
12834
12835 #. type: verbatim
12836 #: ../src/guestfs-actions.pod:3994
12837 #, no-wrap
12838 msgid ""
12839 " int\n"
12840 " guestfs_lvm_clear_filter (guestfs_h *g);\n"
12841 "\n"
12842 msgstr ""
12843
12844 #. type: textblock
12845 #: ../src/guestfs-actions.pod:3997
12846 msgid ""
12847 "This undoes the effect of C<guestfs_lvm_set_filter>.  LVM will be able to "
12848 "see every block device."
12849 msgstr ""
12850
12851 #. type: textblock
12852 #: ../src/guestfs-actions.pod:4000 ../src/guestfs-actions.pod:4042
12853 #: ../fish/guestfish-actions.pod:2747 ../fish/guestfish-actions.pod:2778
12854 msgid ""
12855 "This command also clears the LVM cache and performs a volume group scan."
12856 msgstr ""
12857
12858 #. type: =head2
12859 #: ../src/guestfs-actions.pod:4007
12860 msgid "guestfs_lvm_remove_all"
12861 msgstr ""
12862
12863 #. type: verbatim
12864 #: ../src/guestfs-actions.pod:4009
12865 #, no-wrap
12866 msgid ""
12867 " int\n"
12868 " guestfs_lvm_remove_all (guestfs_h *g);\n"
12869 "\n"
12870 msgstr ""
12871
12872 #. type: textblock
12873 #: ../src/guestfs-actions.pod:4012 ../fish/guestfish-actions.pod:2754
12874 msgid ""
12875 "This command removes all LVM logical volumes, volume groups and physical "
12876 "volumes."
12877 msgstr ""
12878
12879 #. type: =head2
12880 #: ../src/guestfs-actions.pod:4022
12881 msgid "guestfs_lvm_set_filter"
12882 msgstr ""
12883
12884 #. type: verbatim
12885 #: ../src/guestfs-actions.pod:4024
12886 #, no-wrap
12887 msgid ""
12888 " int\n"
12889 " guestfs_lvm_set_filter (guestfs_h *g,\n"
12890 "                         char *const *devices);\n"
12891 "\n"
12892 msgstr ""
12893
12894 #. type: textblock
12895 #: ../src/guestfs-actions.pod:4028 ../fish/guestfish-actions.pod:2764
12896 msgid ""
12897 "This sets the LVM device filter so that LVM will only be able to \"see\" the "
12898 "block devices in the list C<devices>, and will ignore all other attached "
12899 "block devices."
12900 msgstr ""
12901
12902 #. type: textblock
12903 #: ../src/guestfs-actions.pod:4032 ../fish/guestfish-actions.pod:2768
12904 msgid ""
12905 "Where disk image(s) contain duplicate PVs or VGs, this command is useful to "
12906 "get LVM to ignore the duplicates, otherwise LVM can get confused.  Note also "
12907 "there are two types of duplication possible: either cloned PVs/VGs which "
12908 "have identical UUIDs; or VGs that are not cloned but just happen to have the "
12909 "same name.  In normal operation you cannot create this situation, but you "
12910 "can do it outside LVM, eg.  by cloning disk images or by bit twiddling "
12911 "inside the LVM metadata."
12912 msgstr ""
12913
12914 #. type: textblock
12915 #: ../src/guestfs-actions.pod:4045 ../fish/guestfish-actions.pod:2781
12916 msgid "You can filter whole block devices or individual partitions."
12917 msgstr ""
12918
12919 #. type: textblock
12920 #: ../src/guestfs-actions.pod:4047 ../fish/guestfish-actions.pod:2783
12921 msgid ""
12922 "You cannot use this if any VG is currently in use (eg.  contains a mounted "
12923 "filesystem), even if you are not filtering out that VG."
12924 msgstr ""
12925
12926 #. type: =head2
12927 #: ../src/guestfs-actions.pod:4055
12928 msgid "guestfs_lvremove"
12929 msgstr ""
12930
12931 #. type: verbatim
12932 #: ../src/guestfs-actions.pod:4057
12933 #, no-wrap
12934 msgid ""
12935 " int\n"
12936 " guestfs_lvremove (guestfs_h *g,\n"
12937 "                   const char *device);\n"
12938 "\n"
12939 msgstr ""
12940
12941 #. type: textblock
12942 #: ../src/guestfs-actions.pod:4061 ../fish/guestfish-actions.pod:2791
12943 msgid ""
12944 "Remove an LVM logical volume C<device>, where C<device> is the path to the "
12945 "LV, such as C</dev/VG/LV>."
12946 msgstr ""
12947
12948 #. type: textblock
12949 #: ../src/guestfs-actions.pod:4064 ../fish/guestfish-actions.pod:2794
12950 msgid ""
12951 "You can also remove all LVs in a volume group by specifying the VG name, C</"
12952 "dev/VG>."
12953 msgstr ""
12954
12955 #. type: textblock
12956 #: ../src/guestfs-actions.pod:4069 ../src/guestfs-actions.pod:5312
12957 #: ../src/guestfs-actions.pod:7129
12958 msgid "(Added in 1.0.13)"
12959 msgstr ""
12960
12961 #. type: =head2
12962 #: ../src/guestfs-actions.pod:4071
12963 msgid "guestfs_lvrename"
12964 msgstr ""
12965
12966 #. type: verbatim
12967 #: ../src/guestfs-actions.pod:4073
12968 #, no-wrap
12969 msgid ""
12970 " int\n"
12971 " guestfs_lvrename (guestfs_h *g,\n"
12972 "                   const char *logvol,\n"
12973 "                   const char *newlogvol);\n"
12974 "\n"
12975 msgstr ""
12976
12977 #. type: textblock
12978 #: ../src/guestfs-actions.pod:4078 ../fish/guestfish-actions.pod:2801
12979 msgid "Rename a logical volume C<logvol> with the new name C<newlogvol>."
12980 msgstr ""
12981
12982 #. type: textblock
12983 #: ../src/guestfs-actions.pod:4082 ../src/guestfs-actions.pod:7142
12984 msgid "(Added in 1.0.83)"
12985 msgstr ""
12986
12987 #. type: =head2
12988 #: ../src/guestfs-actions.pod:4084
12989 msgid "guestfs_lvresize"
12990 msgstr ""
12991
12992 #. type: verbatim
12993 #: ../src/guestfs-actions.pod:4086
12994 #, no-wrap
12995 msgid ""
12996 " int\n"
12997 " guestfs_lvresize (guestfs_h *g,\n"
12998 "                   const char *device,\n"
12999 "                   int mbytes);\n"
13000 "\n"
13001 msgstr ""
13002
13003 #. type: textblock
13004 #: ../src/guestfs-actions.pod:4091 ../fish/guestfish-actions.pod:2807
13005 msgid ""
13006 "This resizes (expands or shrinks) an existing LVM logical volume to "
13007 "C<mbytes>.  When reducing, data in the reduced part is lost."
13008 msgstr ""
13009
13010 #. type: =head2
13011 #: ../src/guestfs-actions.pod:4099
13012 msgid "guestfs_lvresize_free"
13013 msgstr ""
13014
13015 #. type: verbatim
13016 #: ../src/guestfs-actions.pod:4101
13017 #, no-wrap
13018 msgid ""
13019 " int\n"
13020 " guestfs_lvresize_free (guestfs_h *g,\n"
13021 "                        const char *lv,\n"
13022 "                        int percent);\n"
13023 "\n"
13024 msgstr ""
13025
13026 #. type: textblock
13027 #: ../src/guestfs-actions.pod:4106 ../fish/guestfish-actions.pod:2815
13028 msgid ""
13029 "This expands an existing logical volume C<lv> so that it fills C<pc>% of the "
13030 "remaining free space in the volume group.  Commonly you would call this with "
13031 "pc = 100 which expands the logical volume as much as possible, using all "
13032 "remaining free space in the volume group."
13033 msgstr ""
13034
13035 #. type: textblock
13036 #: ../src/guestfs-actions.pod:4114
13037 msgid "(Added in 1.3.3)"
13038 msgstr ""
13039
13040 #. type: =head2
13041 #: ../src/guestfs-actions.pod:4116
13042 msgid "guestfs_lvs"
13043 msgstr ""
13044
13045 #. type: verbatim
13046 #: ../src/guestfs-actions.pod:4118
13047 #, no-wrap
13048 msgid ""
13049 " char **\n"
13050 " guestfs_lvs (guestfs_h *g);\n"
13051 "\n"
13052 msgstr ""
13053
13054 #. type: textblock
13055 #: ../src/guestfs-actions.pod:4121 ../fish/guestfish-actions.pod:2825
13056 msgid ""
13057 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13058 "(8)> command."
13059 msgstr ""
13060
13061 #. type: textblock
13062 #: ../src/guestfs-actions.pod:4124 ../fish/guestfish-actions.pod:2828
13063 msgid ""
13064 "This returns a list of the logical volume device names (eg. C</dev/"
13065 "VolGroup00/LogVol00>)."
13066 msgstr ""
13067
13068 #. type: textblock
13069 #: ../src/guestfs-actions.pod:4127
13070 msgid "See also C<guestfs_lvs_full>, C<guestfs_list_filesystems>."
13071 msgstr ""
13072
13073 #. type: =head2
13074 #: ../src/guestfs-actions.pod:4135
13075 msgid "guestfs_lvs_full"
13076 msgstr ""
13077
13078 #. type: verbatim
13079 #: ../src/guestfs-actions.pod:4137
13080 #, no-wrap
13081 msgid ""
13082 " struct guestfs_lvm_lv_list *\n"
13083 " guestfs_lvs_full (guestfs_h *g);\n"
13084 "\n"
13085 msgstr ""
13086
13087 #. type: textblock
13088 #: ../src/guestfs-actions.pod:4140 ../fish/guestfish-actions.pod:2837
13089 msgid ""
13090 "List all the logical volumes detected.  This is the equivalent of the L<lvs"
13091 "(8)> command.  The \"full\" version includes all fields."
13092 msgstr ""
13093
13094 #. type: textblock
13095 #: ../src/guestfs-actions.pod:4143
13096 msgid ""
13097 "This function returns a C<struct guestfs_lvm_lv_list *>, or NULL if there "
13098 "was an error.  I<The caller must call C<guestfs_free_lvm_lv_list> after use>."
13099 msgstr ""
13100
13101 #. type: =head2
13102 #: ../src/guestfs-actions.pod:4149
13103 msgid "guestfs_lvuuid"
13104 msgstr ""
13105
13106 #. type: verbatim
13107 #: ../src/guestfs-actions.pod:4151
13108 #, no-wrap
13109 msgid ""
13110 " char *\n"
13111 " guestfs_lvuuid (guestfs_h *g,\n"
13112 "                 const char *device);\n"
13113 "\n"
13114 msgstr ""
13115
13116 #. type: textblock
13117 #: ../src/guestfs-actions.pod:4155 ../fish/guestfish-actions.pod:2844
13118 msgid "This command returns the UUID of the LVM LV C<device>."
13119 msgstr ""
13120
13121 #. type: =head2
13122 #: ../src/guestfs-actions.pod:4162
13123 msgid "guestfs_lxattrlist"
13124 msgstr ""
13125
13126 #. type: verbatim
13127 #: ../src/guestfs-actions.pod:4164
13128 #, no-wrap
13129 msgid ""
13130 " struct guestfs_xattr_list *\n"
13131 " guestfs_lxattrlist (guestfs_h *g,\n"
13132 "                     const char *path,\n"
13133 "                     char *const *names);\n"
13134 "\n"
13135 msgstr ""
13136
13137 #. type: textblock
13138 #: ../src/guestfs-actions.pod:4169 ../fish/guestfish-actions.pod:2850
13139 msgid ""
13140 "This call allows you to get the extended attributes of multiple files, where "
13141 "all files are in the directory C<path>.  C<names> is the list of files from "
13142 "this directory."
13143 msgstr ""
13144
13145 #. type: textblock
13146 #: ../src/guestfs-actions.pod:4173 ../fish/guestfish-actions.pod:2854
13147 msgid ""
13148 "On return you get a flat list of xattr structs which must be interpreted "
13149 "sequentially.  The first xattr struct always has a zero-length C<attrname>.  "
13150 "C<attrval> in this struct is zero-length to indicate there was an error "
13151 "doing C<lgetxattr> for this file, I<or> is a C string which is a decimal "
13152 "number (the number of following attributes for this file, which could be C<"
13153 "\"0\">).  Then after the first xattr struct are the zero or more attributes "
13154 "for the first named file.  This repeats for the second and subsequent files."
13155 msgstr ""
13156
13157 #. type: textblock
13158 #: ../src/guestfs-actions.pod:4183
13159 msgid ""
13160 "This call is intended for programs that want to efficiently list a directory "
13161 "contents without making many round-trips.  See also C<guestfs_lstatlist> for "
13162 "a similarly efficient call for getting standard stats.  Very long directory "
13163 "listings might cause the protocol message size to be exceeded, causing this "
13164 "call to fail.  The caller must split up such requests into smaller groups of "
13165 "names."
13166 msgstr ""
13167
13168 #. type: =head2
13169 #: ../src/guestfs-actions.pod:4197
13170 msgid "guestfs_mkdir"
13171 msgstr ""
13172
13173 #. type: verbatim
13174 #: ../src/guestfs-actions.pod:4199
13175 #, no-wrap
13176 msgid ""
13177 " int\n"
13178 " guestfs_mkdir (guestfs_h *g,\n"
13179 "                const char *path);\n"
13180 "\n"
13181 msgstr ""
13182
13183 #. type: textblock
13184 #: ../src/guestfs-actions.pod:4203 ../fish/guestfish-actions.pod:2876
13185 msgid "Create a directory named C<path>."
13186 msgstr ""
13187
13188 #. type: =head2
13189 #: ../src/guestfs-actions.pod:4209
13190 msgid "guestfs_mkdir_mode"
13191 msgstr ""
13192
13193 #. type: verbatim
13194 #: ../src/guestfs-actions.pod:4211
13195 #, no-wrap
13196 msgid ""
13197 " int\n"
13198 " guestfs_mkdir_mode (guestfs_h *g,\n"
13199 "                     const char *path,\n"
13200 "                     int mode);\n"
13201 "\n"
13202 msgstr ""
13203
13204 #. type: textblock
13205 #: ../src/guestfs-actions.pod:4216 ../fish/guestfish-actions.pod:2882
13206 msgid ""
13207 "This command creates a directory, setting the initial permissions of the "
13208 "directory to C<mode>."
13209 msgstr ""
13210
13211 #. type: textblock
13212 #: ../src/guestfs-actions.pod:4219 ../fish/guestfish-actions.pod:2885
13213 msgid ""
13214 "For common Linux filesystems, the actual mode which is set will be C<mode & "
13215 "~umask & 01777>.  Non-native-Linux filesystems may interpret the mode in "
13216 "other ways."
13217 msgstr ""
13218
13219 #. type: textblock
13220 #: ../src/guestfs-actions.pod:4223
13221 msgid "See also C<guestfs_mkdir>, C<guestfs_umask>"
13222 msgstr ""
13223
13224 #. type: =head2
13225 #: ../src/guestfs-actions.pod:4229
13226 msgid "guestfs_mkdir_p"
13227 msgstr ""
13228
13229 #. type: verbatim
13230 #: ../src/guestfs-actions.pod:4231
13231 #, no-wrap
13232 msgid ""
13233 " int\n"
13234 " guestfs_mkdir_p (guestfs_h *g,\n"
13235 "                  const char *path);\n"
13236 "\n"
13237 msgstr ""
13238
13239 #. type: textblock
13240 #: ../src/guestfs-actions.pod:4235 ../fish/guestfish-actions.pod:2895
13241 msgid ""
13242 "Create a directory named C<path>, creating any parent directories as "
13243 "necessary.  This is like the C<mkdir -p> shell command."
13244 msgstr ""
13245
13246 #. type: =head2
13247 #: ../src/guestfs-actions.pod:4242
13248 msgid "guestfs_mkdtemp"
13249 msgstr ""
13250
13251 #. type: verbatim
13252 #: ../src/guestfs-actions.pod:4244
13253 #, no-wrap
13254 msgid ""
13255 " char *\n"
13256 " guestfs_mkdtemp (guestfs_h *g,\n"
13257 "                  const char *template);\n"
13258 "\n"
13259 msgstr ""
13260
13261 #. type: textblock
13262 #: ../src/guestfs-actions.pod:4248 ../fish/guestfish-actions.pod:2902
13263 msgid ""
13264 "This command creates a temporary directory.  The C<template> parameter "
13265 "should be a full pathname for the temporary directory name with the final "
13266 "six characters being \"XXXXXX\"."
13267 msgstr ""
13268
13269 #. type: textblock
13270 #: ../src/guestfs-actions.pod:4253 ../fish/guestfish-actions.pod:2907
13271 msgid ""
13272 "For example: \"/tmp/myprogXXXXXX\" or \"/Temp/myprogXXXXXX\", the second one "
13273 "being suitable for Windows filesystems."
13274 msgstr ""
13275
13276 #. type: textblock
13277 #: ../src/guestfs-actions.pod:4256 ../fish/guestfish-actions.pod:2910
13278 msgid "The name of the temporary directory that was created is returned."
13279 msgstr ""
13280
13281 #. type: textblock
13282 #: ../src/guestfs-actions.pod:4259 ../fish/guestfish-actions.pod:2913
13283 msgid "The temporary directory is created with mode 0700 and is owned by root."
13284 msgstr ""
13285
13286 #. type: textblock
13287 #: ../src/guestfs-actions.pod:4262 ../fish/guestfish-actions.pod:2916
13288 msgid ""
13289 "The caller is responsible for deleting the temporary directory and its "
13290 "contents after use."
13291 msgstr ""
13292
13293 #. type: textblock
13294 #: ../src/guestfs-actions.pod:4265 ../fish/guestfish-actions.pod:2919
13295 msgid "See also: L<mkdtemp(3)>"
13296 msgstr ""
13297
13298 #. type: =head2
13299 #: ../src/guestfs-actions.pod:4272
13300 msgid "guestfs_mke2fs_J"
13301 msgstr ""
13302
13303 #. type: verbatim
13304 #: ../src/guestfs-actions.pod:4274
13305 #, no-wrap
13306 msgid ""
13307 " int\n"
13308 " guestfs_mke2fs_J (guestfs_h *g,\n"
13309 "                   const char *fstype,\n"
13310 "                   int blocksize,\n"
13311 "                   const char *device,\n"
13312 "                   const char *journal);\n"
13313 "\n"
13314 msgstr ""
13315
13316 #. type: textblock
13317 #: ../src/guestfs-actions.pod:4281 ../fish/guestfish-actions.pod:2925
13318 msgid ""
13319 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13320 "C<journal>.  It is equivalent to the command:"
13321 msgstr ""
13322
13323 #. type: verbatim
13324 #: ../src/guestfs-actions.pod:4285 ../fish/guestfish-actions.pod:2929
13325 #, no-wrap
13326 msgid ""
13327 " mke2fs -t fstype -b blocksize -J device=<journal> <device>\n"
13328 "\n"
13329 msgstr ""
13330
13331 #. type: textblock
13332 #: ../src/guestfs-actions.pod:4287
13333 msgid "See also C<guestfs_mke2journal>."
13334 msgstr ""
13335
13336 #. type: textblock
13337 #: ../src/guestfs-actions.pod:4291 ../src/guestfs-actions.pod:4309
13338 #: ../src/guestfs-actions.pod:4327 ../src/guestfs-actions.pod:4343
13339 #: ../src/guestfs-actions.pod:4357 ../src/guestfs-actions.pod:4371
13340 #: ../src/guestfs-actions.pod:4430 ../src/guestfs-actions.pod:4695
13341 msgid "(Added in 1.0.68)"
13342 msgstr ""
13343
13344 #. type: =head2
13345 #: ../src/guestfs-actions.pod:4293
13346 msgid "guestfs_mke2fs_JL"
13347 msgstr ""
13348
13349 #. type: verbatim
13350 #: ../src/guestfs-actions.pod:4295
13351 #, no-wrap
13352 msgid ""
13353 " int\n"
13354 " guestfs_mke2fs_JL (guestfs_h *g,\n"
13355 "                    const char *fstype,\n"
13356 "                    int blocksize,\n"
13357 "                    const char *device,\n"
13358 "                    const char *label);\n"
13359 "\n"
13360 msgstr ""
13361
13362 #. type: textblock
13363 #: ../src/guestfs-actions.pod:4302 ../fish/guestfish-actions.pod:2937
13364 msgid ""
13365 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13366 "the journal labeled C<label>."
13367 msgstr ""
13368
13369 #. type: textblock
13370 #: ../src/guestfs-actions.pod:4305
13371 msgid "See also C<guestfs_mke2journal_L>."
13372 msgstr ""
13373
13374 #. type: =head2
13375 #: ../src/guestfs-actions.pod:4311
13376 msgid "guestfs_mke2fs_JU"
13377 msgstr ""
13378
13379 #. type: verbatim
13380 #: ../src/guestfs-actions.pod:4313
13381 #, no-wrap
13382 msgid ""
13383 " int\n"
13384 " guestfs_mke2fs_JU (guestfs_h *g,\n"
13385 "                    const char *fstype,\n"
13386 "                    int blocksize,\n"
13387 "                    const char *device,\n"
13388 "                    const char *uuid);\n"
13389 "\n"
13390 msgstr ""
13391
13392 #. type: textblock
13393 #: ../src/guestfs-actions.pod:4320 ../fish/guestfish-actions.pod:2946
13394 msgid ""
13395 "This creates an ext2/3/4 filesystem on C<device> with an external journal on "
13396 "the journal with UUID C<uuid>."
13397 msgstr ""
13398
13399 #. type: textblock
13400 #: ../src/guestfs-actions.pod:4323
13401 msgid "See also C<guestfs_mke2journal_U>."
13402 msgstr ""
13403
13404 #. type: =head2
13405 #: ../src/guestfs-actions.pod:4329
13406 msgid "guestfs_mke2journal"
13407 msgstr ""
13408
13409 #. type: verbatim
13410 #: ../src/guestfs-actions.pod:4331
13411 #, no-wrap
13412 msgid ""
13413 " int\n"
13414 " guestfs_mke2journal (guestfs_h *g,\n"
13415 "                      int blocksize,\n"
13416 "                      const char *device);\n"
13417 "\n"
13418 msgstr ""
13419
13420 #. type: textblock
13421 #: ../src/guestfs-actions.pod:4336 ../fish/guestfish-actions.pod:2955
13422 msgid ""
13423 "This creates an ext2 external journal on C<device>.  It is equivalent to the "
13424 "command:"
13425 msgstr ""
13426
13427 #. type: verbatim
13428 #: ../src/guestfs-actions.pod:4339 ../fish/guestfish-actions.pod:2958
13429 #, no-wrap
13430 msgid ""
13431 " mke2fs -O journal_dev -b blocksize device\n"
13432 "\n"
13433 msgstr ""
13434
13435 #. type: =head2
13436 #: ../src/guestfs-actions.pod:4345
13437 msgid "guestfs_mke2journal_L"
13438 msgstr ""
13439
13440 #. type: verbatim
13441 #: ../src/guestfs-actions.pod:4347
13442 #, no-wrap
13443 msgid ""
13444 " int\n"
13445 " guestfs_mke2journal_L (guestfs_h *g,\n"
13446 "                        int blocksize,\n"
13447 "                        const char *label,\n"
13448 "                        const char *device);\n"
13449 "\n"
13450 msgstr ""
13451
13452 #. type: textblock
13453 #: ../src/guestfs-actions.pod:4353 ../fish/guestfish-actions.pod:2964
13454 msgid "This creates an ext2 external journal on C<device> with label C<label>."
13455 msgstr ""
13456
13457 #. type: =head2
13458 #: ../src/guestfs-actions.pod:4359
13459 msgid "guestfs_mke2journal_U"
13460 msgstr ""
13461
13462 #. type: verbatim
13463 #: ../src/guestfs-actions.pod:4361
13464 #, no-wrap
13465 msgid ""
13466 " int\n"
13467 " guestfs_mke2journal_U (guestfs_h *g,\n"
13468 "                        int blocksize,\n"
13469 "                        const char *uuid,\n"
13470 "                        const char *device);\n"
13471 "\n"
13472 msgstr ""
13473
13474 #. type: textblock
13475 #: ../src/guestfs-actions.pod:4367 ../fish/guestfish-actions.pod:2970
13476 msgid "This creates an ext2 external journal on C<device> with UUID C<uuid>."
13477 msgstr ""
13478
13479 #. type: =head2
13480 #: ../src/guestfs-actions.pod:4373
13481 msgid "guestfs_mkfifo"
13482 msgstr ""
13483
13484 #. type: verbatim
13485 #: ../src/guestfs-actions.pod:4375
13486 #, no-wrap
13487 msgid ""
13488 " int\n"
13489 " guestfs_mkfifo (guestfs_h *g,\n"
13490 "                 int mode,\n"
13491 "                 const char *path);\n"
13492 "\n"
13493 msgstr ""
13494
13495 #. type: textblock
13496 #: ../src/guestfs-actions.pod:4380
13497 msgid ""
13498 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
13499 "is just a convenient wrapper around C<guestfs_mknod>."
13500 msgstr ""
13501
13502 #. type: =head2
13503 #: ../src/guestfs-actions.pod:4390
13504 msgid "guestfs_mkfs"
13505 msgstr ""
13506
13507 #. type: verbatim
13508 #: ../src/guestfs-actions.pod:4392
13509 #, no-wrap
13510 msgid ""
13511 " int\n"
13512 " guestfs_mkfs (guestfs_h *g,\n"
13513 "               const char *fstype,\n"
13514 "               const char *device);\n"
13515 "\n"
13516 msgstr ""
13517
13518 #. type: textblock
13519 #: ../src/guestfs-actions.pod:4397 ../fish/guestfish-actions.pod:2986
13520 msgid ""
13521 "This creates a filesystem on C<device> (usually a partition or LVM logical "
13522 "volume).  The filesystem type is C<fstype>, for example C<ext3>."
13523 msgstr ""
13524
13525 #. type: =head2
13526 #: ../src/guestfs-actions.pod:4405
13527 msgid "guestfs_mkfs_b"
13528 msgstr ""
13529
13530 #. type: verbatim
13531 #: ../src/guestfs-actions.pod:4407
13532 #, no-wrap
13533 msgid ""
13534 " int\n"
13535 " guestfs_mkfs_b (guestfs_h *g,\n"
13536 "                 const char *fstype,\n"
13537 "                 int blocksize,\n"
13538 "                 const char *device);\n"
13539 "\n"
13540 msgstr ""
13541
13542 #. type: textblock
13543 #: ../src/guestfs-actions.pod:4413
13544 msgid ""
13545 "This call is similar to C<guestfs_mkfs>, but it allows you to control the "
13546 "block size of the resulting filesystem.  Supported block sizes depend on the "
13547 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
13548 msgstr ""
13549
13550 #. type: textblock
13551 #: ../src/guestfs-actions.pod:4418 ../src/guestfs-actions.pod:4461
13552 #: ../fish/guestfish-actions.pod:2999 ../fish/guestfish-actions.pod:3026
13553 msgid ""
13554 "For VFAT and NTFS the C<blocksize> parameter is treated as the requested "
13555 "cluster size."
13556 msgstr ""
13557
13558 #. type: textblock
13559 #: ../src/guestfs-actions.pod:4423 ../fish/guestfish-actions.pod:3002
13560 msgid ""
13561 "This function is deprecated.  In new code, use the C<mkfs_opts> call instead."
13562 msgstr ""
13563
13564 #. type: =head2
13565 #: ../src/guestfs-actions.pod:4432
13566 msgid "guestfs_mkfs_opts"
13567 msgstr ""
13568
13569 #. type: verbatim
13570 #: ../src/guestfs-actions.pod:4434
13571 #, no-wrap
13572 msgid ""
13573 " int\n"
13574 " guestfs_mkfs_opts (guestfs_h *g,\n"
13575 "                    const char *fstype,\n"
13576 "                    const char *device,\n"
13577 "                    ...);\n"
13578 "\n"
13579 msgstr ""
13580
13581 #. type: verbatim
13582 #: ../src/guestfs-actions.pod:4445
13583 #, no-wrap
13584 msgid ""
13585 " GUESTFS_MKFS_OPTS_BLOCKSIZE, int blocksize,\n"
13586 " GUESTFS_MKFS_OPTS_FEATURES, const char *features,\n"
13587 "\n"
13588 msgstr ""
13589
13590 #. type: textblock
13591 #: ../src/guestfs-actions.pod:4448 ../fish/guestfish-actions.pod:3013
13592 msgid ""
13593 "This function creates a filesystem on C<device>.  The filesystem type is "
13594 "C<fstype>, for example C<ext3>."
13595 msgstr ""
13596
13597 #. type: =item
13598 #: ../src/guestfs-actions.pod:4455 ../fish/guestfish-actions.pod:3020
13599 msgid "C<blocksize>"
13600 msgstr ""
13601
13602 #. type: textblock
13603 #: ../src/guestfs-actions.pod:4457 ../fish/guestfish-actions.pod:3022
13604 msgid ""
13605 "The filesystem block size.  Supported block sizes depend on the filesystem "
13606 "type, but typically they are C<1024>, C<2048> or C<4096> for Linux ext2/3 "
13607 "filesystems."
13608 msgstr ""
13609
13610 #. type: textblock
13611 #: ../src/guestfs-actions.pod:4464 ../fish/guestfish-actions.pod:3029
13612 msgid "For UFS block sizes, please see L<mkfs.ufs(8)>."
13613 msgstr ""
13614
13615 #. type: =item
13616 #: ../src/guestfs-actions.pod:4466 ../fish/guestfish-actions.pod:3031
13617 msgid "C<features>"
13618 msgstr ""
13619
13620 #. type: textblock
13621 #: ../src/guestfs-actions.pod:4468 ../fish/guestfish-actions.pod:3033
13622 msgid "This passes the I<-O> parameter to the external mkfs program."
13623 msgstr ""
13624
13625 #. type: textblock
13626 #: ../src/guestfs-actions.pod:4470 ../fish/guestfish-actions.pod:3035
13627 msgid ""
13628 "For certain filesystem types, this allows extra filesystem features to be "
13629 "selected.  See L<mke2fs(8)> and L<mkfs.ufs(8)> for more details."
13630 msgstr ""
13631
13632 #. type: textblock
13633 #: ../src/guestfs-actions.pod:4474 ../fish/guestfish-actions.pod:3039
13634 msgid ""
13635 "You cannot use this optional parameter with the C<gfs> or C<gfs2> filesystem "
13636 "type."
13637 msgstr ""
13638
13639 #. type: textblock
13640 #: ../src/guestfs-actions.pod:4481
13641 msgid "(Added in 1.7.19)"
13642 msgstr ""
13643
13644 #. type: =head2
13645 #: ../src/guestfs-actions.pod:4483
13646 msgid "guestfs_mkfs_opts_va"
13647 msgstr ""
13648
13649 #. type: verbatim
13650 #: ../src/guestfs-actions.pod:4485
13651 #, no-wrap
13652 msgid ""
13653 " int\n"
13654 " guestfs_mkfs_opts_va (guestfs_h *g,\n"
13655 "                       const char *fstype,\n"
13656 "                       const char *device,\n"
13657 "                       va_list args);\n"
13658 "\n"
13659 msgstr ""
13660
13661 #. type: textblock
13662 #: ../src/guestfs-actions.pod:4491
13663 msgid "This is the \"va_list variant\" of L</guestfs_mkfs_opts>."
13664 msgstr ""
13665
13666 #. type: =head2
13667 #: ../src/guestfs-actions.pod:4495
13668 msgid "guestfs_mkfs_opts_argv"
13669 msgstr ""
13670
13671 #. type: verbatim
13672 #: ../src/guestfs-actions.pod:4497
13673 #, no-wrap
13674 msgid ""
13675 " int\n"
13676 " guestfs_mkfs_opts_argv (guestfs_h *g,\n"
13677 "                         const char *fstype,\n"
13678 "                         const char *device,\n"
13679 "                         const struct guestfs_mkfs_opts_argv *optargs);\n"
13680 "\n"
13681 msgstr ""
13682
13683 #. type: textblock
13684 #: ../src/guestfs-actions.pod:4503
13685 msgid "This is the \"argv variant\" of L</guestfs_mkfs_opts>."
13686 msgstr ""
13687
13688 #. type: =head2
13689 #: ../src/guestfs-actions.pod:4507
13690 msgid "guestfs_mkmountpoint"
13691 msgstr ""
13692
13693 #. type: verbatim
13694 #: ../src/guestfs-actions.pod:4509
13695 #, no-wrap
13696 msgid ""
13697 " int\n"
13698 " guestfs_mkmountpoint (guestfs_h *g,\n"
13699 "                       const char *exemptpath);\n"
13700 "\n"
13701 msgstr ""
13702
13703 #. type: textblock
13704 #: ../src/guestfs-actions.pod:4513
13705 msgid ""
13706 "C<guestfs_mkmountpoint> and C<guestfs_rmmountpoint> are specialized calls "
13707 "that can be used to create extra mountpoints before mounting the first "
13708 "filesystem."
13709 msgstr ""
13710
13711 #. type: textblock
13712 #: ../src/guestfs-actions.pod:4517 ../fish/guestfish-actions.pod:3054
13713 msgid ""
13714 "These calls are I<only> necessary in some very limited circumstances, mainly "
13715 "the case where you want to mount a mix of unrelated and/or read-only "
13716 "filesystems together."
13717 msgstr ""
13718
13719 #. type: textblock
13720 #: ../src/guestfs-actions.pod:4521 ../fish/guestfish-actions.pod:3058
13721 msgid ""
13722 "For example, live CDs often contain a \"Russian doll\" nest of filesystems, "
13723 "an ISO outer layer, with a squashfs image inside, with an ext2/3 image "
13724 "inside that.  You can unpack this as follows in guestfish:"
13725 msgstr ""
13726
13727 #. type: verbatim
13728 #: ../src/guestfs-actions.pod:4526 ../fish/guestfish-actions.pod:3063
13729 #, no-wrap
13730 msgid ""
13731 " add-ro Fedora-11-i686-Live.iso\n"
13732 " run\n"
13733 " mkmountpoint /cd\n"
13734 " mkmountpoint /sqsh\n"
13735 " mkmountpoint /ext3fs\n"
13736 " mount /dev/sda /cd\n"
13737 " mount-loop /cd/LiveOS/squashfs.img /sqsh\n"
13738 " mount-loop /sqsh/LiveOS/ext3fs.img /ext3fs\n"
13739 "\n"
13740 msgstr ""
13741
13742 #. type: textblock
13743 #: ../src/guestfs-actions.pod:4535 ../fish/guestfish-actions.pod:3072
13744 msgid "The inner filesystem is now unpacked under the /ext3fs mountpoint."
13745 msgstr ""
13746
13747 #. type: textblock
13748 #: ../src/guestfs-actions.pod:4537
13749 msgid ""
13750 "C<guestfs_mkmountpoint> is not compatible with C<guestfs_umount_all>.  You "
13751 "may get unexpected errors if you try to mix these calls.  It is safest to "
13752 "manually unmount filesystems and remove mountpoints after use."
13753 msgstr ""
13754
13755 #. type: textblock
13756 #: ../src/guestfs-actions.pod:4541
13757 msgid ""
13758 "C<guestfs_umount_all> unmounts filesystems by sorting the paths longest "
13759 "first, so for this to work for manual mountpoints, you must ensure that the "
13760 "innermost mountpoints have the longest pathnames, as in the example code "
13761 "above."
13762 msgstr ""
13763
13764 #. type: textblock
13765 #: ../src/guestfs-actions.pod:4546 ../fish/guestfish-actions.pod:3083
13766 msgid ""
13767 "For more details see L<https://bugzilla.redhat.com/show_bug.cgi?id=599503>"
13768 msgstr ""
13769
13770 #. type: textblock
13771 #: ../src/guestfs-actions.pod:4548
13772 msgid ""
13773 "Autosync [see C<guestfs_set_autosync>, this is set by default on handles] "
13774 "can cause C<guestfs_umount_all> to be called when the handle is closed which "
13775 "can also trigger these issues."
13776 msgstr ""
13777
13778 #. type: textblock
13779 #: ../src/guestfs-actions.pod:4554 ../src/guestfs-actions.pod:4820
13780 #: ../src/guestfs-actions.pod:5730
13781 msgid "(Added in 1.0.62)"
13782 msgstr ""
13783
13784 #. type: =head2
13785 #: ../src/guestfs-actions.pod:4556
13786 msgid "guestfs_mknod"
13787 msgstr ""
13788
13789 #. type: verbatim
13790 #: ../src/guestfs-actions.pod:4558
13791 #, no-wrap
13792 msgid ""
13793 " int\n"
13794 " guestfs_mknod (guestfs_h *g,\n"
13795 "                int mode,\n"
13796 "                int devmajor,\n"
13797 "                int devminor,\n"
13798 "                const char *path);\n"
13799 "\n"
13800 msgstr ""
13801
13802 #. type: textblock
13803 #: ../src/guestfs-actions.pod:4565 ../fish/guestfish-actions.pod:3093
13804 msgid ""
13805 "This call creates block or character special devices, or named pipes (FIFOs)."
13806 msgstr ""
13807
13808 #. type: textblock
13809 #: ../src/guestfs-actions.pod:4568 ../fish/guestfish-actions.pod:3096
13810 msgid ""
13811 "The C<mode> parameter should be the mode, using the standard constants.  "
13812 "C<devmajor> and C<devminor> are the device major and minor numbers, only "
13813 "used when creating block and character special devices."
13814 msgstr ""
13815
13816 #. type: textblock
13817 #: ../src/guestfs-actions.pod:4573
13818 msgid ""
13819 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
13820 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
13821 "regular file).  These constants are available in the standard Linux header "
13822 "files, or you can use C<guestfs_mknod_b>, C<guestfs_mknod_c> or "
13823 "C<guestfs_mkfifo> which are wrappers around this command which bitwise OR in "
13824 "the appropriate constant for you."
13825 msgstr ""
13826
13827 #. type: =head2
13828 #: ../src/guestfs-actions.pod:4587
13829 msgid "guestfs_mknod_b"
13830 msgstr ""
13831
13832 #. type: verbatim
13833 #: ../src/guestfs-actions.pod:4589
13834 #, no-wrap
13835 msgid ""
13836 " int\n"
13837 " guestfs_mknod_b (guestfs_h *g,\n"
13838 "                  int mode,\n"
13839 "                  int devmajor,\n"
13840 "                  int devminor,\n"
13841 "                  const char *path);\n"
13842 "\n"
13843 msgstr ""
13844
13845 #. type: textblock
13846 #: ../src/guestfs-actions.pod:4596
13847 msgid ""
13848 "This call creates a block device node called C<path> with mode C<mode> and "
13849 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13850 "wrapper around C<guestfs_mknod>."
13851 msgstr ""
13852
13853 #. type: =head2
13854 #: ../src/guestfs-actions.pod:4606
13855 msgid "guestfs_mknod_c"
13856 msgstr ""
13857
13858 #. type: verbatim
13859 #: ../src/guestfs-actions.pod:4608
13860 #, no-wrap
13861 msgid ""
13862 " int\n"
13863 " guestfs_mknod_c (guestfs_h *g,\n"
13864 "                  int mode,\n"
13865 "                  int devmajor,\n"
13866 "                  int devminor,\n"
13867 "                  const char *path);\n"
13868 "\n"
13869 msgstr ""
13870
13871 #. type: textblock
13872 #: ../src/guestfs-actions.pod:4615
13873 msgid ""
13874 "This call creates a char device node called C<path> with mode C<mode> and "
13875 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
13876 "wrapper around C<guestfs_mknod>."
13877 msgstr ""
13878
13879 #. type: =head2
13880 #: ../src/guestfs-actions.pod:4625
13881 msgid "guestfs_mkswap"
13882 msgstr ""
13883
13884 #. type: verbatim
13885 #: ../src/guestfs-actions.pod:4627
13886 #, no-wrap
13887 msgid ""
13888 " int\n"
13889 " guestfs_mkswap (guestfs_h *g,\n"
13890 "                 const char *device);\n"
13891 "\n"
13892 msgstr ""
13893
13894 #. type: textblock
13895 #: ../src/guestfs-actions.pod:4631 ../fish/guestfish-actions.pod:3135
13896 msgid "Create a swap partition on C<device>."
13897 msgstr ""
13898
13899 #. type: =head2
13900 #: ../src/guestfs-actions.pod:4637
13901 msgid "guestfs_mkswap_L"
13902 msgstr ""
13903
13904 #. type: verbatim
13905 #: ../src/guestfs-actions.pod:4639
13906 #, no-wrap
13907 msgid ""
13908 " int\n"
13909 " guestfs_mkswap_L (guestfs_h *g,\n"
13910 "                   const char *label,\n"
13911 "                   const char *device);\n"
13912 "\n"
13913 msgstr ""
13914
13915 #. type: textblock
13916 #: ../src/guestfs-actions.pod:4644 ../fish/guestfish-actions.pod:3141
13917 msgid "Create a swap partition on C<device> with label C<label>."
13918 msgstr ""
13919
13920 #. type: textblock
13921 #: ../src/guestfs-actions.pod:4646 ../fish/guestfish-actions.pod:3143
13922 msgid ""
13923 "Note that you cannot attach a swap label to a block device (eg. C</dev/"
13924 "sda>), just to a partition.  This appears to be a limitation of the kernel "
13925 "or swap tools."
13926 msgstr ""
13927
13928 #. type: =head2
13929 #: ../src/guestfs-actions.pod:4654
13930 msgid "guestfs_mkswap_U"
13931 msgstr ""
13932
13933 #. type: verbatim
13934 #: ../src/guestfs-actions.pod:4656
13935 #, no-wrap
13936 msgid ""
13937 " int\n"
13938 " guestfs_mkswap_U (guestfs_h *g,\n"
13939 "                   const char *uuid,\n"
13940 "                   const char *device);\n"
13941 "\n"
13942 msgstr ""
13943
13944 #. type: textblock
13945 #: ../src/guestfs-actions.pod:4661 ../fish/guestfish-actions.pod:3151
13946 msgid "Create a swap partition on C<device> with UUID C<uuid>."
13947 msgstr ""
13948
13949 #. type: =head2
13950 #: ../src/guestfs-actions.pod:4667
13951 msgid "guestfs_mkswap_file"
13952 msgstr ""
13953
13954 #. type: verbatim
13955 #: ../src/guestfs-actions.pod:4669
13956 #, no-wrap
13957 msgid ""
13958 " int\n"
13959 " guestfs_mkswap_file (guestfs_h *g,\n"
13960 "                      const char *path);\n"
13961 "\n"
13962 msgstr ""
13963
13964 #. type: textblock
13965 #: ../src/guestfs-actions.pod:4673 ../fish/guestfish-actions.pod:3157
13966 msgid "Create a swap file."
13967 msgstr ""
13968
13969 #. type: textblock
13970 #: ../src/guestfs-actions.pod:4675
13971 msgid ""
13972 "This command just writes a swap file signature to an existing file.  To "
13973 "create the file itself, use something like C<guestfs_fallocate>."
13974 msgstr ""
13975
13976 #. type: =head2
13977 #: ../src/guestfs-actions.pod:4682
13978 msgid "guestfs_modprobe"
13979 msgstr ""
13980
13981 #. type: verbatim
13982 #: ../src/guestfs-actions.pod:4684
13983 #, no-wrap
13984 msgid ""
13985 " int\n"
13986 " guestfs_modprobe (guestfs_h *g,\n"
13987 "                   const char *modulename);\n"
13988 "\n"
13989 msgstr ""
13990
13991 #. type: textblock
13992 #: ../src/guestfs-actions.pod:4688 ../fish/guestfish-actions.pod:3166
13993 msgid "This loads a kernel module in the appliance."
13994 msgstr ""
13995
13996 #. type: textblock
13997 #: ../src/guestfs-actions.pod:4690 ../fish/guestfish-actions.pod:3168
13998 msgid ""
13999 "The kernel module must have been whitelisted when libguestfs was built (see "
14000 "C<appliance/kmod.whitelist.in> in the source)."
14001 msgstr ""
14002
14003 #. type: =head2
14004 #: ../src/guestfs-actions.pod:4697
14005 msgid "guestfs_mount"
14006 msgstr ""
14007
14008 #. type: verbatim
14009 #: ../src/guestfs-actions.pod:4699
14010 #, no-wrap
14011 msgid ""
14012 " int\n"
14013 " guestfs_mount (guestfs_h *g,\n"
14014 "                const char *device,\n"
14015 "                const char *mountpoint);\n"
14016 "\n"
14017 msgstr ""
14018
14019 #. type: textblock
14020 #: ../src/guestfs-actions.pod:4704 ../fish/guestfish-actions.pod:3175
14021 msgid ""
14022 "Mount a guest disk at a position in the filesystem.  Block devices are named "
14023 "C</dev/sda>, C</dev/sdb> and so on, as they were added to the guest.  If "
14024 "those block devices contain partitions, they will have the usual names (eg. "
14025 "C</dev/sda1>).  Also LVM C</dev/VG/LV>-style names can be used."
14026 msgstr ""
14027
14028 #. type: textblock
14029 #: ../src/guestfs-actions.pod:4710 ../fish/guestfish-actions.pod:3181
14030 msgid ""
14031 "The rules are the same as for L<mount(2)>: A filesystem must first be "
14032 "mounted on C</> before others can be mounted.  Other filesystems can only be "
14033 "mounted on directories which already exist."
14034 msgstr ""
14035
14036 #. type: textblock
14037 #: ../src/guestfs-actions.pod:4715 ../fish/guestfish-actions.pod:3186
14038 msgid ""
14039 "The mounted filesystem is writable, if we have sufficient permissions on the "
14040 "underlying device."
14041 msgstr ""
14042
14043 #. type: textblock
14044 #: ../src/guestfs-actions.pod:4718
14045 msgid ""
14046 "B<Important note:> When you use this call, the filesystem options C<sync> "
14047 "and C<noatime> are set implicitly.  This was originally done because we "
14048 "thought it would improve reliability, but it turns out that I<-o sync> has a "
14049 "very large negative performance impact and negligible effect on "
14050 "reliability.  Therefore we recommend that you avoid using C<guestfs_mount> "
14051 "in any code that needs performance, and instead use C<guestfs_mount_options> "
14052 "(use an empty string for the first parameter if you don't want any options)."
14053 msgstr ""
14054
14055 #. type: textblock
14056 #: ../src/guestfs-actions.pod:4730 ../fish/guestfish-actions.pod:3199
14057 msgid ""
14058 "This function is deprecated.  In new code, use the C<mount_options> call "
14059 "instead."
14060 msgstr ""
14061
14062 #. type: =head2
14063 #: ../src/guestfs-actions.pod:4739
14064 msgid "guestfs_mount_loop"
14065 msgstr ""
14066
14067 #. type: verbatim
14068 #: ../src/guestfs-actions.pod:4741
14069 #, no-wrap
14070 msgid ""
14071 " int\n"
14072 " guestfs_mount_loop (guestfs_h *g,\n"
14073 "                     const char *file,\n"
14074 "                     const char *mountpoint);\n"
14075 "\n"
14076 msgstr ""
14077
14078 #. type: textblock
14079 #: ../src/guestfs-actions.pod:4746 ../fish/guestfish-actions.pod:3210
14080 msgid ""
14081 "This command lets you mount C<file> (a filesystem image in a file) on a "
14082 "mount point.  It is entirely equivalent to the command C<mount -o loop file "
14083 "mountpoint>."
14084 msgstr ""
14085
14086 #. type: =head2
14087 #: ../src/guestfs-actions.pod:4754
14088 msgid "guestfs_mount_options"
14089 msgstr ""
14090
14091 #. type: verbatim
14092 #: ../src/guestfs-actions.pod:4756
14093 #, no-wrap
14094 msgid ""
14095 " int\n"
14096 " guestfs_mount_options (guestfs_h *g,\n"
14097 "                        const char *options,\n"
14098 "                        const char *device,\n"
14099 "                        const char *mountpoint);\n"
14100 "\n"
14101 msgstr ""
14102
14103 #. type: textblock
14104 #: ../src/guestfs-actions.pod:4762
14105 msgid ""
14106 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14107 "the mount options as for the L<mount(8)> I<-o> flag."
14108 msgstr ""
14109
14110 #. type: textblock
14111 #: ../src/guestfs-actions.pod:4766 ../fish/guestfish-actions.pod:3222
14112 msgid ""
14113 "If the C<options> parameter is an empty string, then no options are passed "
14114 "(all options default to whatever the filesystem uses)."
14115 msgstr ""
14116
14117 #. type: textblock
14118 #: ../src/guestfs-actions.pod:4772 ../src/guestfs-actions.pod:4786
14119 #: ../src/guestfs-actions.pod:4803
14120 msgid "(Added in 1.0.10)"
14121 msgstr ""
14122
14123 #. type: =head2
14124 #: ../src/guestfs-actions.pod:4774
14125 msgid "guestfs_mount_ro"
14126 msgstr ""
14127
14128 #. type: verbatim
14129 #: ../src/guestfs-actions.pod:4776
14130 #, no-wrap
14131 msgid ""
14132 " int\n"
14133 " guestfs_mount_ro (guestfs_h *g,\n"
14134 "                   const char *device,\n"
14135 "                   const char *mountpoint);\n"
14136 "\n"
14137 msgstr ""
14138
14139 #. type: textblock
14140 #: ../src/guestfs-actions.pod:4781
14141 msgid ""
14142 "This is the same as the C<guestfs_mount> command, but it mounts the "
14143 "filesystem with the read-only (I<-o ro>) flag."
14144 msgstr ""
14145
14146 #. type: =head2
14147 #: ../src/guestfs-actions.pod:4788
14148 msgid "guestfs_mount_vfs"
14149 msgstr ""
14150
14151 #. type: verbatim
14152 #: ../src/guestfs-actions.pod:4790
14153 #, no-wrap
14154 msgid ""
14155 " int\n"
14156 " guestfs_mount_vfs (guestfs_h *g,\n"
14157 "                    const char *options,\n"
14158 "                    const char *vfstype,\n"
14159 "                    const char *device,\n"
14160 "                    const char *mountpoint);\n"
14161 "\n"
14162 msgstr ""
14163
14164 #. type: textblock
14165 #: ../src/guestfs-actions.pod:4797
14166 msgid ""
14167 "This is the same as the C<guestfs_mount> command, but it allows you to set "
14168 "both the mount options and the vfstype as for the L<mount(8)> I<-o> and I<-"
14169 "t> flags."
14170 msgstr ""
14171
14172 #. type: =head2
14173 #: ../src/guestfs-actions.pod:4805
14174 msgid "guestfs_mountpoints"
14175 msgstr ""
14176
14177 #. type: verbatim
14178 #: ../src/guestfs-actions.pod:4807
14179 #, no-wrap
14180 msgid ""
14181 " char **\n"
14182 " guestfs_mountpoints (guestfs_h *g);\n"
14183 "\n"
14184 msgstr ""
14185
14186 #. type: textblock
14187 #: ../src/guestfs-actions.pod:4810
14188 msgid ""
14189 "This call is similar to C<guestfs_mounts>.  That call returns a list of "
14190 "devices.  This one returns a hash table (map) of device name to directory "
14191 "where the device is mounted."
14192 msgstr ""
14193
14194 #. type: =head2
14195 #: ../src/guestfs-actions.pod:4822
14196 msgid "guestfs_mounts"
14197 msgstr ""
14198
14199 #. type: verbatim
14200 #: ../src/guestfs-actions.pod:4824
14201 #, no-wrap
14202 msgid ""
14203 " char **\n"
14204 " guestfs_mounts (guestfs_h *g);\n"
14205 "\n"
14206 msgstr ""
14207
14208 #. type: textblock
14209 #: ../src/guestfs-actions.pod:4827 ../fish/guestfish-actions.pod:3253
14210 msgid ""
14211 "This returns the list of currently mounted filesystems.  It returns the list "
14212 "of devices (eg. C</dev/sda1>, C</dev/VG/LV>)."
14213 msgstr ""
14214
14215 #. type: textblock
14216 #: ../src/guestfs-actions.pod:4830 ../fish/guestfish-actions.pod:3256
14217 msgid "Some internal mounts are not shown."
14218 msgstr ""
14219
14220 #. type: textblock
14221 #: ../src/guestfs-actions.pod:4832
14222 msgid "See also: C<guestfs_mountpoints>"
14223 msgstr ""
14224
14225 #. type: =head2
14226 #: ../src/guestfs-actions.pod:4840
14227 msgid "guestfs_mv"
14228 msgstr ""
14229
14230 #. type: verbatim
14231 #: ../src/guestfs-actions.pod:4842
14232 #, no-wrap
14233 msgid ""
14234 " int\n"
14235 " guestfs_mv (guestfs_h *g,\n"
14236 "             const char *src,\n"
14237 "             const char *dest);\n"
14238 "\n"
14239 msgstr ""
14240
14241 #. type: textblock
14242 #: ../src/guestfs-actions.pod:4847 ../fish/guestfish-actions.pod:3264
14243 msgid ""
14244 "This moves a file from C<src> to C<dest> where C<dest> is either a "
14245 "destination filename or destination directory."
14246 msgstr ""
14247
14248 #. type: =head2
14249 #: ../src/guestfs-actions.pod:4854
14250 msgid "guestfs_ntfs_3g_probe"
14251 msgstr ""
14252
14253 #. type: verbatim
14254 #: ../src/guestfs-actions.pod:4856
14255 #, no-wrap
14256 msgid ""
14257 " int\n"
14258 " guestfs_ntfs_3g_probe (guestfs_h *g,\n"
14259 "                        int rw,\n"
14260 "                        const char *device);\n"
14261 "\n"
14262 msgstr ""
14263
14264 #. type: textblock
14265 #: ../src/guestfs-actions.pod:4861 ../fish/guestfish-actions.pod:3271
14266 msgid ""
14267 "This command runs the L<ntfs-3g.probe(8)> command which probes an NTFS "
14268 "C<device> for mountability.  (Not all NTFS volumes can be mounted read-"
14269 "write, and some cannot be mounted at all)."
14270 msgstr ""
14271
14272 #. type: textblock
14273 #: ../src/guestfs-actions.pod:4865 ../fish/guestfish-actions.pod:3275
14274 msgid ""
14275 "C<rw> is a boolean flag.  Set it to true if you want to test if the volume "
14276 "can be mounted read-write.  Set it to false if you want to test if the "
14277 "volume can be mounted read-only."
14278 msgstr ""
14279
14280 #. type: textblock
14281 #: ../src/guestfs-actions.pod:4869 ../fish/guestfish-actions.pod:3279
14282 msgid ""
14283 "The return value is an integer which C<0> if the operation would succeed, or "
14284 "some non-zero value documented in the L<ntfs-3g.probe(8)> manual page."
14285 msgstr ""
14286
14287 #. type: textblock
14288 #: ../src/guestfs-actions.pod:4875
14289 msgid "(Added in 1.0.43)"
14290 msgstr ""
14291
14292 #. type: =head2
14293 #: ../src/guestfs-actions.pod:4877
14294 msgid "guestfs_ntfsresize"
14295 msgstr ""
14296
14297 #. type: verbatim
14298 #: ../src/guestfs-actions.pod:4879
14299 #, no-wrap
14300 msgid ""
14301 " int\n"
14302 " guestfs_ntfsresize (guestfs_h *g,\n"
14303 "                     const char *device);\n"
14304 "\n"
14305 msgstr ""
14306
14307 #. type: textblock
14308 #: ../src/guestfs-actions.pod:4883 ../fish/guestfish-actions.pod:3287
14309 msgid ""
14310 "This command resizes an NTFS filesystem, expanding or shrinking it to the "
14311 "size of the underlying device.  See also L<ntfsresize(8)>."
14312 msgstr ""
14313
14314 #. type: =head2
14315 #: ../src/guestfs-actions.pod:4891
14316 msgid "guestfs_ntfsresize_size"
14317 msgstr ""
14318
14319 #. type: verbatim
14320 #: ../src/guestfs-actions.pod:4893
14321 #, no-wrap
14322 msgid ""
14323 " int\n"
14324 " guestfs_ntfsresize_size (guestfs_h *g,\n"
14325 "                          const char *device,\n"
14326 "                          int64_t size);\n"
14327 "\n"
14328 msgstr ""
14329
14330 #. type: textblock
14331 #: ../src/guestfs-actions.pod:4898
14332 msgid ""
14333 "This command is the same as C<guestfs_ntfsresize> except that it allows you "
14334 "to specify the new size (in bytes) explicitly."
14335 msgstr ""
14336
14337 #. type: textblock
14338 #: ../src/guestfs-actions.pod:4903 ../src/guestfs-actions.pod:5339
14339 #: ../src/guestfs-actions.pod:5412 ../src/guestfs-actions.pod:5678
14340 #: ../src/guestfs-actions.pod:7284
14341 msgid "(Added in 1.3.14)"
14342 msgstr ""
14343
14344 #. type: =head2
14345 #: ../src/guestfs-actions.pod:4905
14346 msgid "guestfs_part_add"
14347 msgstr ""
14348
14349 #. type: verbatim
14350 #: ../src/guestfs-actions.pod:4907
14351 #, no-wrap
14352 msgid ""
14353 " int\n"
14354 " guestfs_part_add (guestfs_h *g,\n"
14355 "                   const char *device,\n"
14356 "                   const char *prlogex,\n"
14357 "                   int64_t startsect,\n"
14358 "                   int64_t endsect);\n"
14359 "\n"
14360 msgstr ""
14361
14362 #. type: textblock
14363 #: ../src/guestfs-actions.pod:4914
14364 msgid ""
14365 "This command adds a partition to C<device>.  If there is no partition table "
14366 "on the device, call C<guestfs_part_init> first."
14367 msgstr ""
14368
14369 #. type: textblock
14370 #: ../src/guestfs-actions.pod:4917 ../fish/guestfish-actions.pod:3305
14371 msgid ""
14372 "The C<prlogex> parameter is the type of partition.  Normally you should pass "
14373 "C<p> or C<primary> here, but MBR partition tables also support C<l> (or "
14374 "C<logical>) and C<e> (or C<extended>) partition types."
14375 msgstr ""
14376
14377 #. type: textblock
14378 #: ../src/guestfs-actions.pod:4922 ../fish/guestfish-actions.pod:3310
14379 msgid ""
14380 "C<startsect> and C<endsect> are the start and end of the partition in "
14381 "I<sectors>.  C<endsect> may be negative, which means it counts backwards "
14382 "from the end of the disk (C<-1> is the last sector)."
14383 msgstr ""
14384
14385 #. type: textblock
14386 #: ../src/guestfs-actions.pod:4926
14387 msgid ""
14388 "Creating a partition which covers the whole disk is not so easy.  Use "
14389 "C<guestfs_part_disk> to do that."
14390 msgstr ""
14391
14392 #. type: textblock
14393 #: ../src/guestfs-actions.pod:4931 ../src/guestfs-actions.pod:4969
14394 #: ../src/guestfs-actions.pod:5022 ../src/guestfs-actions.pod:5100
14395 #: ../src/guestfs-actions.pod:5138 ../src/guestfs-actions.pod:5157
14396 #: ../src/guestfs-actions.pod:5197
14397 msgid "(Added in 1.0.78)"
14398 msgstr ""
14399
14400 #. type: =head2
14401 #: ../src/guestfs-actions.pod:4933
14402 msgid "guestfs_part_del"
14403 msgstr ""
14404
14405 #. type: verbatim
14406 #: ../src/guestfs-actions.pod:4935
14407 #, no-wrap
14408 msgid ""
14409 " int\n"
14410 " guestfs_part_del (guestfs_h *g,\n"
14411 "                   const char *device,\n"
14412 "                   int partnum);\n"
14413 "\n"
14414 msgstr ""
14415
14416 #. type: textblock
14417 #: ../src/guestfs-actions.pod:4940 ../fish/guestfish-actions.pod:3321
14418 msgid "This command deletes the partition numbered C<partnum> on C<device>."
14419 msgstr ""
14420
14421 #. type: textblock
14422 #: ../src/guestfs-actions.pod:4942 ../fish/guestfish-actions.pod:3323
14423 msgid ""
14424 "Note that in the case of MBR partitioning, deleting an extended partition "
14425 "also deletes any logical partitions it contains."
14426 msgstr ""
14427
14428 #. type: =head2
14429 #: ../src/guestfs-actions.pod:4950
14430 msgid "guestfs_part_disk"
14431 msgstr ""
14432
14433 #. type: verbatim
14434 #: ../src/guestfs-actions.pod:4952
14435 #, no-wrap
14436 msgid ""
14437 " int\n"
14438 " guestfs_part_disk (guestfs_h *g,\n"
14439 "                    const char *device,\n"
14440 "                    const char *parttype);\n"
14441 "\n"
14442 msgstr ""
14443
14444 #. type: textblock
14445 #: ../src/guestfs-actions.pod:4957
14446 msgid ""
14447 "This command is simply a combination of C<guestfs_part_init> followed by "
14448 "C<guestfs_part_add> to create a single primary partition covering the whole "
14449 "disk."
14450 msgstr ""
14451
14452 #. type: textblock
14453 #: ../src/guestfs-actions.pod:4961
14454 msgid ""
14455 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
14456 "possible values are described in C<guestfs_part_init>."
14457 msgstr ""
14458
14459 #. type: =head2
14460 #: ../src/guestfs-actions.pod:4971
14461 msgid "guestfs_part_get_bootable"
14462 msgstr ""
14463
14464 #. type: verbatim
14465 #: ../src/guestfs-actions.pod:4973
14466 #, no-wrap
14467 msgid ""
14468 " int\n"
14469 " guestfs_part_get_bootable (guestfs_h *g,\n"
14470 "                            const char *device,\n"
14471 "                            int partnum);\n"
14472 "\n"
14473 msgstr ""
14474
14475 #. type: textblock
14476 #: ../src/guestfs-actions.pod:4978 ../fish/guestfish-actions.pod:3345
14477 msgid ""
14478 "This command returns true if the partition C<partnum> on C<device> has the "
14479 "bootable flag set."
14480 msgstr ""
14481
14482 #. type: textblock
14483 #: ../src/guestfs-actions.pod:4981
14484 msgid "See also C<guestfs_part_set_bootable>."
14485 msgstr ""
14486
14487 #. type: =head2
14488 #: ../src/guestfs-actions.pod:4987
14489 msgid "guestfs_part_get_mbr_id"
14490 msgstr ""
14491
14492 #. type: verbatim
14493 #: ../src/guestfs-actions.pod:4989
14494 #, no-wrap
14495 msgid ""
14496 " int\n"
14497 " guestfs_part_get_mbr_id (guestfs_h *g,\n"
14498 "                          const char *device,\n"
14499 "                          int partnum);\n"
14500 "\n"
14501 msgstr ""
14502
14503 #. type: textblock
14504 #: ../src/guestfs-actions.pod:4994 ../fish/guestfish-actions.pod:3354
14505 msgid ""
14506 "Returns the MBR type byte (also known as the ID byte) from the numbered "
14507 "partition C<partnum>."
14508 msgstr ""
14509
14510 #. type: textblock
14511 #: ../src/guestfs-actions.pod:4997 ../src/guestfs-actions.pod:5173
14512 msgid ""
14513 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
14514 "undefined results for other partition table types (see "
14515 "C<guestfs_part_get_parttype>)."
14516 msgstr ""
14517
14518 #. type: =head2
14519 #: ../src/guestfs-actions.pod:5005
14520 msgid "guestfs_part_get_parttype"
14521 msgstr ""
14522
14523 #. type: verbatim
14524 #: ../src/guestfs-actions.pod:5007
14525 #, no-wrap
14526 msgid ""
14527 " char *\n"
14528 " guestfs_part_get_parttype (guestfs_h *g,\n"
14529 "                            const char *device);\n"
14530 "\n"
14531 msgstr ""
14532
14533 #. type: textblock
14534 #: ../src/guestfs-actions.pod:5011 ../fish/guestfish-actions.pod:3365
14535 msgid ""
14536 "This command examines the partition table on C<device> and returns the "
14537 "partition table type (format) being used."
14538 msgstr ""
14539
14540 #. type: textblock
14541 #: ../src/guestfs-actions.pod:5014
14542 msgid ""
14543 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
14544 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
14545 "possible, although unusual.  See C<guestfs_part_init> for a full list."
14546 msgstr ""
14547
14548 #. type: =head2
14549 #: ../src/guestfs-actions.pod:5024
14550 msgid "guestfs_part_init"
14551 msgstr ""
14552
14553 #. type: verbatim
14554 #: ../src/guestfs-actions.pod:5026
14555 #, no-wrap
14556 msgid ""
14557 " int\n"
14558 " guestfs_part_init (guestfs_h *g,\n"
14559 "                    const char *device,\n"
14560 "                    const char *parttype);\n"
14561 "\n"
14562 msgstr ""
14563
14564 #. type: textblock
14565 #: ../src/guestfs-actions.pod:5031 ../fish/guestfish-actions.pod:3377
14566 msgid ""
14567 "This creates an empty partition table on C<device> of one of the partition "
14568 "types listed below.  Usually C<parttype> should be either C<msdos> or C<gpt> "
14569 "(for large disks)."
14570 msgstr ""
14571
14572 #. type: textblock
14573 #: ../src/guestfs-actions.pod:5035
14574 msgid ""
14575 "Initially there are no partitions.  Following this, you should call "
14576 "C<guestfs_part_add> for each partition required."
14577 msgstr ""
14578
14579 #. type: textblock
14580 #: ../src/guestfs-actions.pod:5038 ../fish/guestfish-actions.pod:3384
14581 msgid "Possible values for C<parttype> are:"
14582 msgstr ""
14583
14584 #. type: =item
14585 #: ../src/guestfs-actions.pod:5042 ../fish/guestfish-actions.pod:3388
14586 msgid "B<efi> | B<gpt>"
14587 msgstr ""
14588
14589 #. type: textblock
14590 #: ../src/guestfs-actions.pod:5044 ../fish/guestfish-actions.pod:3390
14591 msgid "Intel EFI / GPT partition table."
14592 msgstr ""
14593
14594 #. type: textblock
14595 #: ../src/guestfs-actions.pod:5046 ../fish/guestfish-actions.pod:3392
14596 msgid ""
14597 "This is recommended for >= 2 TB partitions that will be accessed from Linux "
14598 "and Intel-based Mac OS X.  It also has limited backwards compatibility with "
14599 "the C<mbr> format."
14600 msgstr ""
14601
14602 #. type: =item
14603 #: ../src/guestfs-actions.pod:5050 ../fish/guestfish-actions.pod:3396
14604 msgid "B<mbr> | B<msdos>"
14605 msgstr ""
14606
14607 #. type: textblock
14608 #: ../src/guestfs-actions.pod:5052 ../fish/guestfish-actions.pod:3398
14609 msgid ""
14610 "The standard PC \"Master Boot Record\" (MBR) format used by MS-DOS and "
14611 "Windows.  This partition type will B<only> work for device sizes up to 2 "
14612 "TB.  For large disks we recommend using C<gpt>."
14613 msgstr ""
14614
14615 #. type: textblock
14616 #: ../src/guestfs-actions.pod:5059 ../fish/guestfish-actions.pod:3405
14617 msgid ""
14618 "Other partition table types that may work but are not supported include:"
14619 msgstr ""
14620
14621 #. type: =item
14622 #: ../src/guestfs-actions.pod:5064 ../fish/guestfish-actions.pod:3410
14623 msgid "B<aix>"
14624 msgstr ""
14625
14626 #. type: textblock
14627 #: ../src/guestfs-actions.pod:5066 ../fish/guestfish-actions.pod:3412
14628 msgid "AIX disk labels."
14629 msgstr ""
14630
14631 #. type: =item
14632 #: ../src/guestfs-actions.pod:5068 ../fish/guestfish-actions.pod:3414
14633 msgid "B<amiga> | B<rdb>"
14634 msgstr ""
14635
14636 #. type: textblock
14637 #: ../src/guestfs-actions.pod:5070 ../fish/guestfish-actions.pod:3416
14638 msgid "Amiga \"Rigid Disk Block\" format."
14639 msgstr ""
14640
14641 #. type: =item
14642 #: ../src/guestfs-actions.pod:5072 ../fish/guestfish-actions.pod:3418
14643 msgid "B<bsd>"
14644 msgstr ""
14645
14646 #. type: textblock
14647 #: ../src/guestfs-actions.pod:5074 ../fish/guestfish-actions.pod:3420
14648 msgid "BSD disk labels."
14649 msgstr ""
14650
14651 #. type: =item
14652 #: ../src/guestfs-actions.pod:5076 ../fish/guestfish-actions.pod:3422
14653 msgid "B<dasd>"
14654 msgstr ""
14655
14656 #. type: textblock
14657 #: ../src/guestfs-actions.pod:5078 ../fish/guestfish-actions.pod:3424
14658 msgid "DASD, used on IBM mainframes."
14659 msgstr ""
14660
14661 #. type: =item
14662 #: ../src/guestfs-actions.pod:5080 ../fish/guestfish-actions.pod:3426
14663 msgid "B<dvh>"
14664 msgstr ""
14665
14666 #. type: textblock
14667 #: ../src/guestfs-actions.pod:5082 ../fish/guestfish-actions.pod:3428
14668 msgid "MIPS/SGI volumes."
14669 msgstr ""
14670
14671 #. type: =item
14672 #: ../src/guestfs-actions.pod:5084 ../fish/guestfish-actions.pod:3430
14673 msgid "B<mac>"
14674 msgstr ""
14675
14676 #. type: textblock
14677 #: ../src/guestfs-actions.pod:5086 ../fish/guestfish-actions.pod:3432
14678 msgid "Old Mac partition format.  Modern Macs use C<gpt>."
14679 msgstr ""
14680
14681 #. type: =item
14682 #: ../src/guestfs-actions.pod:5088 ../fish/guestfish-actions.pod:3434
14683 msgid "B<pc98>"
14684 msgstr ""
14685
14686 #. type: textblock
14687 #: ../src/guestfs-actions.pod:5090 ../fish/guestfish-actions.pod:3436
14688 msgid "NEC PC-98 format, common in Japan apparently."
14689 msgstr ""
14690
14691 #. type: =item
14692 #: ../src/guestfs-actions.pod:5092 ../fish/guestfish-actions.pod:3438
14693 msgid "B<sun>"
14694 msgstr ""
14695
14696 #. type: textblock
14697 #: ../src/guestfs-actions.pod:5094 ../fish/guestfish-actions.pod:3440
14698 msgid "Sun disk labels."
14699 msgstr ""
14700
14701 #. type: =head2
14702 #: ../src/guestfs-actions.pod:5102
14703 msgid "guestfs_part_list"
14704 msgstr ""
14705
14706 #. type: verbatim
14707 #: ../src/guestfs-actions.pod:5104
14708 #, no-wrap
14709 msgid ""
14710 " struct guestfs_partition_list *\n"
14711 " guestfs_part_list (guestfs_h *g,\n"
14712 "                    const char *device);\n"
14713 "\n"
14714 msgstr ""
14715
14716 #. type: textblock
14717 #: ../src/guestfs-actions.pod:5108 ../fish/guestfish-actions.pod:3448
14718 msgid ""
14719 "This command parses the partition table on C<device> and returns the list of "
14720 "partitions found."
14721 msgstr ""
14722
14723 #. type: textblock
14724 #: ../src/guestfs-actions.pod:5111 ../fish/guestfish-actions.pod:3451
14725 msgid "The fields in the returned structure are:"
14726 msgstr ""
14727
14728 #. type: =item
14729 #: ../src/guestfs-actions.pod:5115 ../fish/guestfish-actions.pod:3455
14730 msgid "B<part_num>"
14731 msgstr ""
14732
14733 #. type: textblock
14734 #: ../src/guestfs-actions.pod:5117 ../fish/guestfish-actions.pod:3457
14735 msgid "Partition number, counting from 1."
14736 msgstr ""
14737
14738 #. type: =item
14739 #: ../src/guestfs-actions.pod:5119 ../fish/guestfish-actions.pod:3459
14740 msgid "B<part_start>"
14741 msgstr ""
14742
14743 #. type: textblock
14744 #: ../src/guestfs-actions.pod:5121
14745 msgid ""
14746 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
14747 "the device's sector size, see C<guestfs_blockdev_getss>."
14748 msgstr ""
14749
14750 #. type: =item
14751 #: ../src/guestfs-actions.pod:5124 ../fish/guestfish-actions.pod:3464
14752 msgid "B<part_end>"
14753 msgstr ""
14754
14755 #. type: textblock
14756 #: ../src/guestfs-actions.pod:5126 ../fish/guestfish-actions.pod:3466
14757 msgid "End of the partition in bytes."
14758 msgstr ""
14759
14760 #. type: =item
14761 #: ../src/guestfs-actions.pod:5128 ../fish/guestfish-actions.pod:3468
14762 msgid "B<part_size>"
14763 msgstr ""
14764
14765 #. type: textblock
14766 #: ../src/guestfs-actions.pod:5130 ../fish/guestfish-actions.pod:3470
14767 msgid "Size of the partition in bytes."
14768 msgstr ""
14769
14770 #. type: textblock
14771 #: ../src/guestfs-actions.pod:5134
14772 msgid ""
14773 "This function returns a C<struct guestfs_partition_list *>, or NULL if there "
14774 "was an error.  I<The caller must call C<guestfs_free_partition_list> after "
14775 "use>."
14776 msgstr ""
14777
14778 #. type: =head2
14779 #: ../src/guestfs-actions.pod:5140
14780 msgid "guestfs_part_set_bootable"
14781 msgstr ""
14782
14783 #. type: verbatim
14784 #: ../src/guestfs-actions.pod:5142
14785 #, no-wrap
14786 msgid ""
14787 " int\n"
14788 " guestfs_part_set_bootable (guestfs_h *g,\n"
14789 "                            const char *device,\n"
14790 "                            int partnum,\n"
14791 "                            int bootable);\n"
14792 "\n"
14793 msgstr ""
14794
14795 #. type: textblock
14796 #: ../src/guestfs-actions.pod:5148 ../fish/guestfish-actions.pod:3478
14797 msgid ""
14798 "This sets the bootable flag on partition numbered C<partnum> on device "
14799 "C<device>.  Note that partitions are numbered from 1."
14800 msgstr ""
14801
14802 #. type: textblock
14803 #: ../src/guestfs-actions.pod:5151 ../fish/guestfish-actions.pod:3481
14804 msgid ""
14805 "The bootable flag is used by some operating systems (notably Windows) to "
14806 "determine which partition to boot from.  It is by no means universally "
14807 "recognized."
14808 msgstr ""
14809
14810 #. type: =head2
14811 #: ../src/guestfs-actions.pod:5159
14812 msgid "guestfs_part_set_mbr_id"
14813 msgstr ""
14814
14815 #. type: verbatim
14816 #: ../src/guestfs-actions.pod:5161
14817 #, no-wrap
14818 msgid ""
14819 " int\n"
14820 " guestfs_part_set_mbr_id (guestfs_h *g,\n"
14821 "                          const char *device,\n"
14822 "                          int partnum,\n"
14823 "                          int idbyte);\n"
14824 "\n"
14825 msgstr ""
14826
14827 #. type: textblock
14828 #: ../src/guestfs-actions.pod:5167 ../fish/guestfish-actions.pod:3489
14829 msgid ""
14830 "Sets the MBR type byte (also known as the ID byte) of the numbered partition "
14831 "C<partnum> to C<idbyte>.  Note that the type bytes quoted in most "
14832 "documentation are in fact hexadecimal numbers, but usually documented "
14833 "without any leading \"0x\" which might be confusing."
14834 msgstr ""
14835
14836 #. type: =head2
14837 #: ../src/guestfs-actions.pod:5181
14838 msgid "guestfs_part_set_name"
14839 msgstr ""
14840
14841 #. type: verbatim
14842 #: ../src/guestfs-actions.pod:5183
14843 #, no-wrap
14844 msgid ""
14845 " int\n"
14846 " guestfs_part_set_name (guestfs_h *g,\n"
14847 "                        const char *device,\n"
14848 "                        int partnum,\n"
14849 "                        const char *name);\n"
14850 "\n"
14851 msgstr ""
14852
14853 #. type: textblock
14854 #: ../src/guestfs-actions.pod:5189 ../fish/guestfish-actions.pod:3503
14855 msgid ""
14856 "This sets the partition name on partition numbered C<partnum> on device "
14857 "C<device>.  Note that partitions are numbered from 1."
14858 msgstr ""
14859
14860 #. type: textblock
14861 #: ../src/guestfs-actions.pod:5192 ../fish/guestfish-actions.pod:3506
14862 msgid ""
14863 "The partition name can only be set on certain types of partition table.  "
14864 "This works on C<gpt> but not on C<mbr> partitions."
14865 msgstr ""
14866
14867 #. type: =head2
14868 #: ../src/guestfs-actions.pod:5199
14869 msgid "guestfs_part_to_dev"
14870 msgstr ""
14871
14872 #. type: verbatim
14873 #: ../src/guestfs-actions.pod:5201
14874 #, no-wrap
14875 msgid ""
14876 " char *\n"
14877 " guestfs_part_to_dev (guestfs_h *g,\n"
14878 "                      const char *partition);\n"
14879 "\n"
14880 msgstr ""
14881
14882 #. type: textblock
14883 #: ../src/guestfs-actions.pod:5205 ../fish/guestfish-actions.pod:3513
14884 msgid ""
14885 "This function takes a partition name (eg. \"/dev/sdb1\") and removes the "
14886 "partition number, returning the device name (eg. \"/dev/sdb\")."
14887 msgstr ""
14888
14889 #. type: textblock
14890 #: ../src/guestfs-actions.pod:5209
14891 msgid ""
14892 "The named partition must exist, for example as a string returned from "
14893 "C<guestfs_list_partitions>."
14894 msgstr ""
14895
14896 #. type: =head2
14897 #: ../src/guestfs-actions.pod:5217
14898 msgid "guestfs_ping_daemon"
14899 msgstr ""
14900
14901 #. type: verbatim
14902 #: ../src/guestfs-actions.pod:5219
14903 #, no-wrap
14904 msgid ""
14905 " int\n"
14906 " guestfs_ping_daemon (guestfs_h *g);\n"
14907 "\n"
14908 msgstr ""
14909
14910 #. type: textblock
14911 #: ../src/guestfs-actions.pod:5222 ../fish/guestfish-actions.pod:3524
14912 msgid ""
14913 "This is a test probe into the guestfs daemon running inside the qemu "
14914 "subprocess.  Calling this function checks that the daemon responds to the "
14915 "ping message, without affecting the daemon or attached block device(s) in "
14916 "any other way."
14917 msgstr ""
14918
14919 #. type: =head2
14920 #: ../src/guestfs-actions.pod:5231
14921 msgid "guestfs_pread"
14922 msgstr ""
14923
14924 #. type: verbatim
14925 #: ../src/guestfs-actions.pod:5233
14926 #, no-wrap
14927 msgid ""
14928 " char *\n"
14929 " guestfs_pread (guestfs_h *g,\n"
14930 "                const char *path,\n"
14931 "                int count,\n"
14932 "                int64_t offset,\n"
14933 "                size_t *size_r);\n"
14934 "\n"
14935 msgstr ""
14936
14937 #. type: textblock
14938 #: ../src/guestfs-actions.pod:5240 ../fish/guestfish-actions.pod:3533
14939 msgid ""
14940 "This command lets you read part of a file.  It reads C<count> bytes of the "
14941 "file, starting at C<offset>, from file C<path>."
14942 msgstr ""
14943
14944 #. type: textblock
14945 #: ../src/guestfs-actions.pod:5243 ../src/guestfs-actions.pod:5269
14946 #: ../fish/guestfish-actions.pod:3536 ../fish/guestfish-actions.pod:3551
14947 msgid ""
14948 "This may read fewer bytes than requested.  For further details see the "
14949 "L<pread(2)> system call."
14950 msgstr ""
14951
14952 #. type: textblock
14953 #: ../src/guestfs-actions.pod:5246
14954 msgid "See also C<guestfs_pwrite>, C<guestfs_pread_device>."
14955 msgstr ""
14956
14957 #. type: =head2
14958 #: ../src/guestfs-actions.pod:5257
14959 msgid "guestfs_pread_device"
14960 msgstr ""
14961
14962 #. type: verbatim
14963 #: ../src/guestfs-actions.pod:5259
14964 #, no-wrap
14965 msgid ""
14966 " char *\n"
14967 " guestfs_pread_device (guestfs_h *g,\n"
14968 "                       const char *device,\n"
14969 "                       int count,\n"
14970 "                       int64_t offset,\n"
14971 "                       size_t *size_r);\n"
14972 "\n"
14973 msgstr ""
14974
14975 #. type: textblock
14976 #: ../src/guestfs-actions.pod:5266 ../fish/guestfish-actions.pod:3548
14977 msgid ""
14978 "This command lets you read part of a file.  It reads C<count> bytes of "
14979 "C<device>, starting at C<offset>."
14980 msgstr ""
14981
14982 #. type: textblock
14983 #: ../src/guestfs-actions.pod:5272
14984 msgid "See also C<guestfs_pread>."
14985 msgstr ""
14986
14987 #. type: textblock
14988 #: ../src/guestfs-actions.pod:5281
14989 msgid "(Added in 1.5.21)"
14990 msgstr ""
14991
14992 #. type: =head2
14993 #: ../src/guestfs-actions.pod:5283
14994 msgid "guestfs_pvcreate"
14995 msgstr ""
14996
14997 #. type: verbatim
14998 #: ../src/guestfs-actions.pod:5285
14999 #, no-wrap
15000 msgid ""
15001 " int\n"
15002 " guestfs_pvcreate (guestfs_h *g,\n"
15003 "                   const char *device);\n"
15004 "\n"
15005 msgstr ""
15006
15007 #. type: textblock
15008 #: ../src/guestfs-actions.pod:5289 ../fish/guestfish-actions.pod:3563
15009 msgid ""
15010 "This creates an LVM physical volume on the named C<device>, where C<device> "
15011 "should usually be a partition name such as C</dev/sda1>."
15012 msgstr ""
15013
15014 #. type: =head2
15015 #: ../src/guestfs-actions.pod:5297
15016 msgid "guestfs_pvremove"
15017 msgstr ""
15018
15019 #. type: verbatim
15020 #: ../src/guestfs-actions.pod:5299
15021 #, no-wrap
15022 msgid ""
15023 " int\n"
15024 " guestfs_pvremove (guestfs_h *g,\n"
15025 "                   const char *device);\n"
15026 "\n"
15027 msgstr ""
15028
15029 #. type: textblock
15030 #: ../src/guestfs-actions.pod:5303 ../fish/guestfish-actions.pod:3571
15031 msgid ""
15032 "This wipes a physical volume C<device> so that LVM will no longer recognise "
15033 "it."
15034 msgstr ""
15035
15036 #. type: textblock
15037 #: ../src/guestfs-actions.pod:5306 ../fish/guestfish-actions.pod:3574
15038 msgid ""
15039 "The implementation uses the C<pvremove> command which refuses to wipe "
15040 "physical volumes that contain any volume groups, so you have to remove those "
15041 "first."
15042 msgstr ""
15043
15044 #. type: =head2
15045 #: ../src/guestfs-actions.pod:5314
15046 msgid "guestfs_pvresize"
15047 msgstr ""
15048
15049 #. type: verbatim
15050 #: ../src/guestfs-actions.pod:5316
15051 #, no-wrap
15052 msgid ""
15053 " int\n"
15054 " guestfs_pvresize (guestfs_h *g,\n"
15055 "                   const char *device);\n"
15056 "\n"
15057 msgstr ""
15058
15059 #. type: textblock
15060 #: ../src/guestfs-actions.pod:5320 ../fish/guestfish-actions.pod:3582
15061 msgid ""
15062 "This resizes (expands or shrinks) an existing LVM physical volume to match "
15063 "the new size of the underlying device."
15064 msgstr ""
15065
15066 #. type: =head2
15067 #: ../src/guestfs-actions.pod:5327
15068 msgid "guestfs_pvresize_size"
15069 msgstr ""
15070
15071 #. type: verbatim
15072 #: ../src/guestfs-actions.pod:5329
15073 #, no-wrap
15074 msgid ""
15075 " int\n"
15076 " guestfs_pvresize_size (guestfs_h *g,\n"
15077 "                        const char *device,\n"
15078 "                        int64_t size);\n"
15079 "\n"
15080 msgstr ""
15081
15082 #. type: textblock
15083 #: ../src/guestfs-actions.pod:5334
15084 msgid ""
15085 "This command is the same as C<guestfs_pvresize> except that it allows you to "
15086 "specify the new size (in bytes) explicitly."
15087 msgstr ""
15088
15089 #. type: =head2
15090 #: ../src/guestfs-actions.pod:5341
15091 msgid "guestfs_pvs"
15092 msgstr ""
15093
15094 #. type: verbatim
15095 #: ../src/guestfs-actions.pod:5343
15096 #, no-wrap
15097 msgid ""
15098 " char **\n"
15099 " guestfs_pvs (guestfs_h *g);\n"
15100 "\n"
15101 msgstr ""
15102
15103 #. type: textblock
15104 #: ../src/guestfs-actions.pod:5346 ../fish/guestfish-actions.pod:3596
15105 msgid ""
15106 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15107 "(8)> command."
15108 msgstr ""
15109
15110 #. type: textblock
15111 #: ../src/guestfs-actions.pod:5349 ../fish/guestfish-actions.pod:3599
15112 msgid ""
15113 "This returns a list of just the device names that contain PVs (eg. C</dev/"
15114 "sda2>)."
15115 msgstr ""
15116
15117 #. type: textblock
15118 #: ../src/guestfs-actions.pod:5352
15119 msgid "See also C<guestfs_pvs_full>."
15120 msgstr ""
15121
15122 #. type: =head2
15123 #: ../src/guestfs-actions.pod:5360
15124 msgid "guestfs_pvs_full"
15125 msgstr ""
15126
15127 #. type: verbatim
15128 #: ../src/guestfs-actions.pod:5362
15129 #, no-wrap
15130 msgid ""
15131 " struct guestfs_lvm_pv_list *\n"
15132 " guestfs_pvs_full (guestfs_h *g);\n"
15133 "\n"
15134 msgstr ""
15135
15136 #. type: textblock
15137 #: ../src/guestfs-actions.pod:5365 ../fish/guestfish-actions.pod:3608
15138 msgid ""
15139 "List all the physical volumes detected.  This is the equivalent of the L<pvs"
15140 "(8)> command.  The \"full\" version includes all fields."
15141 msgstr ""
15142
15143 #. type: textblock
15144 #: ../src/guestfs-actions.pod:5368
15145 msgid ""
15146 "This function returns a C<struct guestfs_lvm_pv_list *>, or NULL if there "
15147 "was an error.  I<The caller must call C<guestfs_free_lvm_pv_list> after use>."
15148 msgstr ""
15149
15150 #. type: =head2
15151 #: ../src/guestfs-actions.pod:5374
15152 msgid "guestfs_pvuuid"
15153 msgstr ""
15154
15155 #. type: verbatim
15156 #: ../src/guestfs-actions.pod:5376
15157 #, no-wrap
15158 msgid ""
15159 " char *\n"
15160 " guestfs_pvuuid (guestfs_h *g,\n"
15161 "                 const char *device);\n"
15162 "\n"
15163 msgstr ""
15164
15165 #. type: textblock
15166 #: ../src/guestfs-actions.pod:5380 ../fish/guestfish-actions.pod:3615
15167 msgid "This command returns the UUID of the LVM PV C<device>."
15168 msgstr ""
15169
15170 #. type: =head2
15171 #: ../src/guestfs-actions.pod:5387
15172 msgid "guestfs_pwrite"
15173 msgstr ""
15174
15175 #. type: verbatim
15176 #: ../src/guestfs-actions.pod:5389
15177 #, no-wrap
15178 msgid ""
15179 " int\n"
15180 " guestfs_pwrite (guestfs_h *g,\n"
15181 "                 const char *path,\n"
15182 "                 const char *content,\n"
15183 "                 size_t content_size,\n"
15184 "                 int64_t offset);\n"
15185 "\n"
15186 msgstr ""
15187
15188 #. type: textblock
15189 #: ../src/guestfs-actions.pod:5396 ../fish/guestfish-actions.pod:3621
15190 msgid ""
15191 "This command writes to part of a file.  It writes the data buffer C<content> "
15192 "to the file C<path> starting at offset C<offset>."
15193 msgstr ""
15194
15195 #. type: textblock
15196 #: ../src/guestfs-actions.pod:5399 ../fish/guestfish-actions.pod:3624
15197 msgid ""
15198 "This command implements the L<pwrite(2)> system call, and like that system "
15199 "call it may not write the full data requested.  The return value is the "
15200 "number of bytes that were actually written to the file.  This could even be "
15201 "0, although short writes are unlikely for regular files in ordinary "
15202 "circumstances."
15203 msgstr ""
15204
15205 #. type: textblock
15206 #: ../src/guestfs-actions.pod:5405
15207 msgid "See also C<guestfs_pread>, C<guestfs_pwrite_device>."
15208 msgstr ""
15209
15210 #. type: =head2
15211 #: ../src/guestfs-actions.pod:5414
15212 msgid "guestfs_pwrite_device"
15213 msgstr ""
15214
15215 #. type: verbatim
15216 #: ../src/guestfs-actions.pod:5416
15217 #, no-wrap
15218 msgid ""
15219 " int\n"
15220 " guestfs_pwrite_device (guestfs_h *g,\n"
15221 "                        const char *device,\n"
15222 "                        const char *content,\n"
15223 "                        size_t content_size,\n"
15224 "                        int64_t offset);\n"
15225 "\n"
15226 msgstr ""
15227
15228 #. type: textblock
15229 #: ../src/guestfs-actions.pod:5423 ../fish/guestfish-actions.pod:3639
15230 msgid ""
15231 "This command writes to part of a device.  It writes the data buffer "
15232 "C<content> to C<device> starting at offset C<offset>."
15233 msgstr ""
15234
15235 #. type: textblock
15236 #: ../src/guestfs-actions.pod:5426 ../fish/guestfish-actions.pod:3642
15237 msgid ""
15238 "This command implements the L<pwrite(2)> system call, and like that system "
15239 "call it may not write the full data requested (although short writes to disk "
15240 "devices and partitions are probably impossible with standard Linux kernels)."
15241 msgstr ""
15242
15243 #. type: textblock
15244 #: ../src/guestfs-actions.pod:5431
15245 msgid "See also C<guestfs_pwrite>."
15246 msgstr ""
15247
15248 #. type: textblock
15249 #: ../src/guestfs-actions.pod:5438
15250 msgid "(Added in 1.5.20)"
15251 msgstr ""
15252
15253 #. type: =head2
15254 #: ../src/guestfs-actions.pod:5440
15255 msgid "guestfs_read_file"
15256 msgstr ""
15257
15258 #. type: verbatim
15259 #: ../src/guestfs-actions.pod:5442
15260 #, no-wrap
15261 msgid ""
15262 " char *\n"
15263 " guestfs_read_file (guestfs_h *g,\n"
15264 "                    const char *path,\n"
15265 "                    size_t *size_r);\n"
15266 "\n"
15267 msgstr ""
15268
15269 #. type: textblock
15270 #: ../src/guestfs-actions.pod:5447 ../fish/guestfish-actions.pod:3656
15271 msgid "This calls returns the contents of the file C<path> as a buffer."
15272 msgstr ""
15273
15274 #. type: textblock
15275 #: ../src/guestfs-actions.pod:5450
15276 msgid ""
15277 "Unlike C<guestfs_cat>, this function can correctly handle files that contain "
15278 "embedded ASCII NUL characters.  However unlike C<guestfs_download>, this "
15279 "function is limited in the total size of file that can be handled."
15280 msgstr ""
15281
15282 #. type: textblock
15283 #: ../src/guestfs-actions.pod:5462
15284 msgid "(Added in 1.0.63)"
15285 msgstr ""
15286
15287 #. type: =head2
15288 #: ../src/guestfs-actions.pod:5464
15289 msgid "guestfs_read_lines"
15290 msgstr ""
15291
15292 #. type: verbatim
15293 #: ../src/guestfs-actions.pod:5466
15294 #, no-wrap
15295 msgid ""
15296 " char **\n"
15297 " guestfs_read_lines (guestfs_h *g,\n"
15298 "                     const char *path);\n"
15299 "\n"
15300 msgstr ""
15301
15302 #. type: textblock
15303 #: ../src/guestfs-actions.pod:5472 ../fish/guestfish-actions.pod:3673
15304 msgid ""
15305 "The file contents are returned as a list of lines.  Trailing C<LF> and "
15306 "C<CRLF> character sequences are I<not> returned."
15307 msgstr ""
15308
15309 #. type: textblock
15310 #: ../src/guestfs-actions.pod:5475
15311 msgid ""
15312 "Note that this function cannot correctly handle binary files (specifically, "
15313 "files containing C<\\0> character which is treated as end of line).  For "
15314 "those you need to use the C<guestfs_read_file> function which has a more "
15315 "complex interface."
15316 msgstr ""
15317
15318 #. type: =head2
15319 #: ../src/guestfs-actions.pod:5486
15320 msgid "guestfs_readdir"
15321 msgstr ""
15322
15323 #. type: verbatim
15324 #: ../src/guestfs-actions.pod:5488
15325 #, no-wrap
15326 msgid ""
15327 " struct guestfs_dirent_list *\n"
15328 " guestfs_readdir (guestfs_h *g,\n"
15329 "                  const char *dir);\n"
15330 "\n"
15331 msgstr ""
15332
15333 #. type: textblock
15334 #: ../src/guestfs-actions.pod:5492 ../fish/guestfish-actions.pod:3685
15335 msgid "This returns the list of directory entries in directory C<dir>."
15336 msgstr ""
15337
15338 #. type: textblock
15339 #: ../src/guestfs-actions.pod:5494 ../fish/guestfish-actions.pod:3687
15340 msgid ""
15341 "All entries in the directory are returned, including C<.> and C<..>.  The "
15342 "entries are I<not> sorted, but returned in the same order as the underlying "
15343 "filesystem."
15344 msgstr ""
15345
15346 #. type: textblock
15347 #: ../src/guestfs-actions.pod:5498 ../fish/guestfish-actions.pod:3691
15348 msgid ""
15349 "Also this call returns basic file type information about each file.  The "
15350 "C<ftyp> field will contain one of the following characters:"
15351 msgstr ""
15352
15353 #. type: =item
15354 #: ../src/guestfs-actions.pod:5503 ../fish/guestfish-actions.pod:3696
15355 msgid "'b'"
15356 msgstr ""
15357
15358 #. type: textblock
15359 #: ../src/guestfs-actions.pod:5505 ../fish/guestfish-actions.pod:3698
15360 msgid "Block special"
15361 msgstr ""
15362
15363 #. type: =item
15364 #: ../src/guestfs-actions.pod:5507 ../fish/guestfish-actions.pod:3700
15365 msgid "'c'"
15366 msgstr ""
15367
15368 #. type: textblock
15369 #: ../src/guestfs-actions.pod:5509 ../fish/guestfish-actions.pod:3702
15370 msgid "Char special"
15371 msgstr ""
15372
15373 #. type: =item
15374 #: ../src/guestfs-actions.pod:5511 ../fish/guestfish-actions.pod:3704
15375 msgid "'d'"
15376 msgstr ""
15377
15378 #. type: textblock
15379 #: ../src/guestfs-actions.pod:5513 ../fish/guestfish-actions.pod:3706
15380 msgid "Directory"
15381 msgstr ""
15382
15383 #. type: =item
15384 #: ../src/guestfs-actions.pod:5515 ../fish/guestfish-actions.pod:3708
15385 msgid "'f'"
15386 msgstr ""
15387
15388 #. type: textblock
15389 #: ../src/guestfs-actions.pod:5517 ../fish/guestfish-actions.pod:3710
15390 msgid "FIFO (named pipe)"
15391 msgstr ""
15392
15393 #. type: =item
15394 #: ../src/guestfs-actions.pod:5519 ../fish/guestfish-actions.pod:3712
15395 msgid "'l'"
15396 msgstr ""
15397
15398 #. type: textblock
15399 #: ../src/guestfs-actions.pod:5521 ../fish/guestfish-actions.pod:3714
15400 msgid "Symbolic link"
15401 msgstr ""
15402
15403 #. type: =item
15404 #: ../src/guestfs-actions.pod:5523 ../fish/guestfish-actions.pod:3716
15405 msgid "'r'"
15406 msgstr ""
15407
15408 #. type: textblock
15409 #: ../src/guestfs-actions.pod:5525 ../fish/guestfish-actions.pod:3718
15410 msgid "Regular file"
15411 msgstr ""
15412
15413 #. type: =item
15414 #: ../src/guestfs-actions.pod:5527 ../fish/guestfish-actions.pod:3720
15415 msgid "'s'"
15416 msgstr ""
15417
15418 #. type: textblock
15419 #: ../src/guestfs-actions.pod:5529 ../fish/guestfish-actions.pod:3722
15420 msgid "Socket"
15421 msgstr ""
15422
15423 #. type: =item
15424 #: ../src/guestfs-actions.pod:5531 ../fish/guestfish-actions.pod:3724
15425 msgid "'u'"
15426 msgstr ""
15427
15428 #. type: textblock
15429 #: ../src/guestfs-actions.pod:5533 ../fish/guestfish-actions.pod:3726
15430 msgid "Unknown file type"
15431 msgstr ""
15432
15433 #. type: =item
15434 #: ../src/guestfs-actions.pod:5535 ../fish/guestfish-actions.pod:3728
15435 msgid "'?'"
15436 msgstr ""
15437
15438 #. type: textblock
15439 #: ../src/guestfs-actions.pod:5537 ../fish/guestfish-actions.pod:3730
15440 msgid ""
15441 "The L<readdir(3)> call returned a C<d_type> field with an unexpected value"
15442 msgstr ""
15443
15444 #. type: textblock
15445 #: ../src/guestfs-actions.pod:5542
15446 msgid ""
15447 "This function is primarily intended for use by programs.  To get a simple "
15448 "list of names, use C<guestfs_ls>.  To get a printable directory for human "
15449 "consumption, use C<guestfs_ll>."
15450 msgstr ""
15451
15452 #. type: textblock
15453 #: ../src/guestfs-actions.pod:5546
15454 msgid ""
15455 "This function returns a C<struct guestfs_dirent_list *>, or NULL if there "
15456 "was an error.  I<The caller must call C<guestfs_free_dirent_list> after use>."
15457 msgstr ""
15458
15459 #. type: =head2
15460 #: ../src/guestfs-actions.pod:5552
15461 msgid "guestfs_readlink"
15462 msgstr ""
15463
15464 #. type: verbatim
15465 #: ../src/guestfs-actions.pod:5554
15466 #, no-wrap
15467 msgid ""
15468 " char *\n"
15469 " guestfs_readlink (guestfs_h *g,\n"
15470 "                   const char *path);\n"
15471 "\n"
15472 msgstr ""
15473
15474 #. type: textblock
15475 #: ../src/guestfs-actions.pod:5558 ../fish/guestfish-actions.pod:3743
15476 msgid "This command reads the target of a symbolic link."
15477 msgstr ""
15478
15479 #. type: =head2
15480 #: ../src/guestfs-actions.pod:5565
15481 msgid "guestfs_readlinklist"
15482 msgstr ""
15483
15484 #. type: verbatim
15485 #: ../src/guestfs-actions.pod:5567
15486 #, no-wrap
15487 msgid ""
15488 " char **\n"
15489 " guestfs_readlinklist (guestfs_h *g,\n"
15490 "                       const char *path,\n"
15491 "                       char *const *names);\n"
15492 "\n"
15493 msgstr ""
15494
15495 #. type: textblock
15496 #: ../src/guestfs-actions.pod:5572 ../fish/guestfish-actions.pod:3749
15497 msgid ""
15498 "This call allows you to do a C<readlink> operation on multiple files, where "
15499 "all files are in the directory C<path>.  C<names> is the list of files from "
15500 "this directory."
15501 msgstr ""
15502
15503 #. type: textblock
15504 #: ../src/guestfs-actions.pod:5576 ../fish/guestfish-actions.pod:3753
15505 msgid ""
15506 "On return you get a list of strings, with a one-to-one correspondence to the "
15507 "C<names> list.  Each string is the value of the symbolic link."
15508 msgstr ""
15509
15510 #. type: textblock
15511 #: ../src/guestfs-actions.pod:5580 ../fish/guestfish-actions.pod:3757
15512 msgid ""
15513 "If the C<readlink(2)> operation fails on any name, then the corresponding "
15514 "result string is the empty string C<\"\">.  However the whole operation is "
15515 "completed even if there were C<readlink(2)> errors, and so you can call this "
15516 "function with names where you don't know if they are symbolic links already "
15517 "(albeit slightly less efficient)."
15518 msgstr ""
15519
15520 #. type: textblock
15521 #: ../src/guestfs-actions.pod:5587 ../fish/guestfish-actions.pod:3764
15522 msgid ""
15523 "This call is intended for programs that want to efficiently list a directory "
15524 "contents without making many round-trips.  Very long directory listings "
15525 "might cause the protocol message size to be exceeded, causing this call to "
15526 "fail.  The caller must split up such requests into smaller groups of names."
15527 msgstr ""
15528
15529 #. type: =head2
15530 #: ../src/guestfs-actions.pod:5600
15531 msgid "guestfs_realpath"
15532 msgstr ""
15533
15534 #. type: verbatim
15535 #: ../src/guestfs-actions.pod:5602
15536 #, no-wrap
15537 msgid ""
15538 " char *\n"
15539 " guestfs_realpath (guestfs_h *g,\n"
15540 "                   const char *path);\n"
15541 "\n"
15542 msgstr ""
15543
15544 #. type: textblock
15545 #: ../src/guestfs-actions.pod:5606 ../fish/guestfish-actions.pod:3775
15546 msgid ""
15547 "Return the canonicalized absolute pathname of C<path>.  The returned path "
15548 "has no C<.>, C<..> or symbolic link path elements."
15549 msgstr ""
15550
15551 #. type: =head2
15552 #: ../src/guestfs-actions.pod:5614
15553 msgid "guestfs_removexattr"
15554 msgstr ""
15555
15556 #. type: verbatim
15557 #: ../src/guestfs-actions.pod:5616
15558 #, no-wrap
15559 msgid ""
15560 " int\n"
15561 " guestfs_removexattr (guestfs_h *g,\n"
15562 "                      const char *xattr,\n"
15563 "                      const char *path);\n"
15564 "\n"
15565 msgstr ""
15566
15567 #. type: textblock
15568 #: ../src/guestfs-actions.pod:5621 ../fish/guestfish-actions.pod:3782
15569 msgid ""
15570 "This call removes the extended attribute named C<xattr> of the file C<path>."
15571 msgstr ""
15572
15573 #. type: textblock
15574 #: ../src/guestfs-actions.pod:5624
15575 msgid "See also: C<guestfs_lremovexattr>, L<attr(5)>."
15576 msgstr ""
15577
15578 #. type: =head2
15579 #: ../src/guestfs-actions.pod:5630
15580 msgid "guestfs_resize2fs"
15581 msgstr ""
15582
15583 #. type: verbatim
15584 #: ../src/guestfs-actions.pod:5632
15585 #, no-wrap
15586 msgid ""
15587 " int\n"
15588 " guestfs_resize2fs (guestfs_h *g,\n"
15589 "                    const char *device);\n"
15590 "\n"
15591 msgstr ""
15592
15593 #. type: textblock
15594 #: ../src/guestfs-actions.pod:5636 ../fish/guestfish-actions.pod:3791
15595 msgid ""
15596 "This resizes an ext2, ext3 or ext4 filesystem to match the size of the "
15597 "underlying device."
15598 msgstr ""
15599
15600 #. type: textblock
15601 #: ../src/guestfs-actions.pod:5639
15602 msgid ""
15603 "I<Note:> It is sometimes required that you run C<guestfs_e2fsck_f> on the "
15604 "C<device> before calling this command.  For unknown reasons C<resize2fs> "
15605 "sometimes gives an error about this and sometimes not.  In any case, it is "
15606 "always safe to call C<guestfs_e2fsck_f> before calling this function."
15607 msgstr ""
15608
15609 #. type: =head2
15610 #: ../src/guestfs-actions.pod:5649
15611 msgid "guestfs_resize2fs_M"
15612 msgstr ""
15613
15614 #. type: verbatim
15615 #: ../src/guestfs-actions.pod:5651
15616 #, no-wrap
15617 msgid ""
15618 " int\n"
15619 " guestfs_resize2fs_M (guestfs_h *g,\n"
15620 "                      const char *device);\n"
15621 "\n"
15622 msgstr ""
15623
15624 #. type: textblock
15625 #: ../src/guestfs-actions.pod:5655
15626 msgid ""
15627 "This command is the same as C<guestfs_resize2fs>, but the filesystem is "
15628 "resized to its minimum size.  This works like the I<-M> option to the "
15629 "C<resize2fs> command."
15630 msgstr ""
15631
15632 #. type: textblock
15633 #: ../src/guestfs-actions.pod:5659
15634 msgid ""
15635 "To get the resulting size of the filesystem you should call "
15636 "C<guestfs_tune2fs_l> and read the C<Block size> and C<Block count> values.  "
15637 "These two numbers, multiplied together, give the resulting size of the "
15638 "minimal filesystem in bytes."
15639 msgstr ""
15640
15641 #. type: =head2
15642 #: ../src/guestfs-actions.pod:5666
15643 msgid "guestfs_resize2fs_size"
15644 msgstr ""
15645
15646 #. type: verbatim
15647 #: ../src/guestfs-actions.pod:5668
15648 #, no-wrap
15649 msgid ""
15650 " int\n"
15651 " guestfs_resize2fs_size (guestfs_h *g,\n"
15652 "                         const char *device,\n"
15653 "                         int64_t size);\n"
15654 "\n"
15655 msgstr ""
15656
15657 #. type: textblock
15658 #: ../src/guestfs-actions.pod:5673
15659 msgid ""
15660 "This command is the same as C<guestfs_resize2fs> except that it allows you "
15661 "to specify the new size (in bytes) explicitly."
15662 msgstr ""
15663
15664 #. type: =head2
15665 #: ../src/guestfs-actions.pod:5680
15666 msgid "guestfs_rm"
15667 msgstr ""
15668
15669 #. type: verbatim
15670 #: ../src/guestfs-actions.pod:5682
15671 #, no-wrap
15672 msgid ""
15673 " int\n"
15674 " guestfs_rm (guestfs_h *g,\n"
15675 "             const char *path);\n"
15676 "\n"
15677 msgstr ""
15678
15679 #. type: textblock
15680 #: ../src/guestfs-actions.pod:5686 ../fish/guestfish-actions.pod:3824
15681 msgid "Remove the single file C<path>."
15682 msgstr ""
15683
15684 #. type: =head2
15685 #: ../src/guestfs-actions.pod:5692
15686 msgid "guestfs_rm_rf"
15687 msgstr ""
15688
15689 #. type: verbatim
15690 #: ../src/guestfs-actions.pod:5694
15691 #, no-wrap
15692 msgid ""
15693 " int\n"
15694 " guestfs_rm_rf (guestfs_h *g,\n"
15695 "                const char *path);\n"
15696 "\n"
15697 msgstr ""
15698
15699 #. type: textblock
15700 #: ../src/guestfs-actions.pod:5698 ../fish/guestfish-actions.pod:3830
15701 msgid ""
15702 "Remove the file or directory C<path>, recursively removing the contents if "
15703 "its a directory.  This is like the C<rm -rf> shell command."
15704 msgstr ""
15705
15706 #. type: =head2
15707 #: ../src/guestfs-actions.pod:5706
15708 msgid "guestfs_rmdir"
15709 msgstr ""
15710
15711 #. type: verbatim
15712 #: ../src/guestfs-actions.pod:5708
15713 #, no-wrap
15714 msgid ""
15715 " int\n"
15716 " guestfs_rmdir (guestfs_h *g,\n"
15717 "                const char *path);\n"
15718 "\n"
15719 msgstr ""
15720
15721 #. type: textblock
15722 #: ../src/guestfs-actions.pod:5712 ../fish/guestfish-actions.pod:3838
15723 msgid "Remove the single directory C<path>."
15724 msgstr ""
15725
15726 #. type: =head2
15727 #: ../src/guestfs-actions.pod:5718
15728 msgid "guestfs_rmmountpoint"
15729 msgstr ""
15730
15731 #. type: verbatim
15732 #: ../src/guestfs-actions.pod:5720
15733 #, no-wrap
15734 msgid ""
15735 " int\n"
15736 " guestfs_rmmountpoint (guestfs_h *g,\n"
15737 "                       const char *exemptpath);\n"
15738 "\n"
15739 msgstr ""
15740
15741 #. type: textblock
15742 #: ../src/guestfs-actions.pod:5724
15743 msgid ""
15744 "This calls removes a mountpoint that was previously created with "
15745 "C<guestfs_mkmountpoint>.  See C<guestfs_mkmountpoint> for full details."
15746 msgstr ""
15747
15748 #. type: =head2
15749 #: ../src/guestfs-actions.pod:5732
15750 msgid "guestfs_scrub_device"
15751 msgstr ""
15752
15753 #. type: verbatim
15754 #: ../src/guestfs-actions.pod:5734
15755 #, no-wrap
15756 msgid ""
15757 " int\n"
15758 " guestfs_scrub_device (guestfs_h *g,\n"
15759 "                       const char *device);\n"
15760 "\n"
15761 msgstr ""
15762
15763 #. type: textblock
15764 #: ../src/guestfs-actions.pod:5738 ../fish/guestfish-actions.pod:3852
15765 msgid ""
15766 "This command writes patterns over C<device> to make data retrieval more "
15767 "difficult."
15768 msgstr ""
15769
15770 #. type: textblock
15771 #: ../src/guestfs-actions.pod:5741 ../src/guestfs-actions.pod:5762
15772 #: ../src/guestfs-actions.pod:5781 ../fish/guestfish-actions.pod:3855
15773 #: ../fish/guestfish-actions.pod:3870 ../fish/guestfish-actions.pod:3883
15774 msgid ""
15775 "It is an interface to the L<scrub(1)> program.  See that manual page for "
15776 "more details."
15777 msgstr ""
15778
15779 #. type: textblock
15780 #: ../src/guestfs-actions.pod:5749 ../src/guestfs-actions.pod:5767
15781 #: ../src/guestfs-actions.pod:5786
15782 msgid "(Added in 1.0.52)"
15783 msgstr ""
15784
15785 #. type: =head2
15786 #: ../src/guestfs-actions.pod:5751
15787 msgid "guestfs_scrub_file"
15788 msgstr ""
15789
15790 #. type: verbatim
15791 #: ../src/guestfs-actions.pod:5753
15792 #, no-wrap
15793 msgid ""
15794 " int\n"
15795 " guestfs_scrub_file (guestfs_h *g,\n"
15796 "                     const char *file);\n"
15797 "\n"
15798 msgstr ""
15799
15800 #. type: textblock
15801 #: ../src/guestfs-actions.pod:5757 ../fish/guestfish-actions.pod:3865
15802 msgid ""
15803 "This command writes patterns over a file to make data retrieval more "
15804 "difficult."
15805 msgstr ""
15806
15807 #. type: textblock
15808 #: ../src/guestfs-actions.pod:5760 ../fish/guestfish-actions.pod:3868
15809 msgid "The file is I<removed> after scrubbing."
15810 msgstr ""
15811
15812 #. type: =head2
15813 #: ../src/guestfs-actions.pod:5769
15814 msgid "guestfs_scrub_freespace"
15815 msgstr ""
15816
15817 #. type: verbatim
15818 #: ../src/guestfs-actions.pod:5771
15819 #, no-wrap
15820 msgid ""
15821 " int\n"
15822 " guestfs_scrub_freespace (guestfs_h *g,\n"
15823 "                          const char *dir);\n"
15824 "\n"
15825 msgstr ""
15826
15827 #. type: textblock
15828 #: ../src/guestfs-actions.pod:5775
15829 msgid ""
15830 "This command creates the directory C<dir> and then fills it with files until "
15831 "the filesystem is full, and scrubs the files as for C<guestfs_scrub_file>, "
15832 "and deletes them.  The intention is to scrub any free space on the partition "
15833 "containing C<dir>."
15834 msgstr ""
15835
15836 #. type: =head2
15837 #: ../src/guestfs-actions.pod:5788
15838 msgid "guestfs_set_append"
15839 msgstr ""
15840
15841 #. type: verbatim
15842 #: ../src/guestfs-actions.pod:5790
15843 #, no-wrap
15844 msgid ""
15845 " int\n"
15846 " guestfs_set_append (guestfs_h *g,\n"
15847 "                     const char *append);\n"
15848 "\n"
15849 msgstr ""
15850
15851 #. type: textblock
15852 #: ../src/guestfs-actions.pod:5794 ../fish/guestfish-actions.pod:3892
15853 msgid ""
15854 "This function is used to add additional options to the guest kernel command "
15855 "line."
15856 msgstr ""
15857
15858 #. type: textblock
15859 #: ../src/guestfs-actions.pod:5797 ../fish/guestfish-actions.pod:3895
15860 msgid ""
15861 "The default is C<NULL> unless overridden by setting C<LIBGUESTFS_APPEND> "
15862 "environment variable."
15863 msgstr ""
15864
15865 #. type: textblock
15866 #: ../src/guestfs-actions.pod:5800 ../fish/guestfish-actions.pod:3898
15867 msgid ""
15868 "Setting C<append> to C<NULL> means I<no> additional options are passed "
15869 "(libguestfs always adds a few of its own)."
15870 msgstr ""
15871
15872 #. type: =head2
15873 #: ../src/guestfs-actions.pod:5807
15874 msgid "guestfs_set_attach_method"
15875 msgstr ""
15876
15877 #. type: verbatim
15878 #: ../src/guestfs-actions.pod:5809
15879 #, no-wrap
15880 msgid ""
15881 " int\n"
15882 " guestfs_set_attach_method (guestfs_h *g,\n"
15883 "                            const char *attachmethod);\n"
15884 "\n"
15885 msgstr ""
15886
15887 #. type: textblock
15888 #: ../src/guestfs-actions.pod:5813 ../fish/guestfish-actions.pod:3907
15889 msgid ""
15890 "Set the method that libguestfs uses to connect to the back end guestfsd "
15891 "daemon.  Possible methods are:"
15892 msgstr ""
15893
15894 #. type: textblock
15895 #: ../src/guestfs-actions.pod:5820 ../fish/guestfish-actions.pod:3914
15896 msgid ""
15897 "Launch an appliance and connect to it.  This is the ordinary method and the "
15898 "default."
15899 msgstr ""
15900
15901 #. type: =item
15902 #: ../src/guestfs-actions.pod:5823 ../fish/guestfish-actions.pod:3917
15903 msgid "C<unix:I<path>>"
15904 msgstr ""
15905
15906 #. type: textblock
15907 #: ../src/guestfs-actions.pod:5825 ../fish/guestfish-actions.pod:3919
15908 msgid "Connect to the Unix domain socket I<path>."
15909 msgstr ""
15910
15911 #. type: textblock
15912 #: ../src/guestfs-actions.pod:5827 ../fish/guestfish-actions.pod:3921
15913 msgid ""
15914 "This method lets you connect to an existing daemon or (using virtio-serial) "
15915 "to a live guest.  For more information, see L<guestfs(3)/ATTACHING TO "
15916 "RUNNING DAEMONS>."
15917 msgstr ""
15918
15919 #. type: =head2
15920 #: ../src/guestfs-actions.pod:5835
15921 msgid "guestfs_set_autosync"
15922 msgstr ""
15923
15924 #. type: verbatim
15925 #: ../src/guestfs-actions.pod:5837
15926 #, no-wrap
15927 msgid ""
15928 " int\n"
15929 " guestfs_set_autosync (guestfs_h *g,\n"
15930 "                       int autosync);\n"
15931 "\n"
15932 msgstr ""
15933
15934 #. type: textblock
15935 #: ../src/guestfs-actions.pod:5841 ../fish/guestfish-actions.pod:3933
15936 msgid ""
15937 "If C<autosync> is true, this enables autosync.  Libguestfs will make a best "
15938 "effort attempt to make filesystems consistent and synchronized when the "
15939 "handle is closed (also if the program exits without closing handles)."
15940 msgstr ""
15941
15942 #. type: textblock
15943 #: ../src/guestfs-actions.pod:5846 ../fish/guestfish-actions.pod:3938
15944 msgid ""
15945 "This is enabled by default (since libguestfs 1.5.24, previously it was "
15946 "disabled by default)."
15947 msgstr ""
15948
15949 #. type: =head2
15950 #: ../src/guestfs-actions.pod:5853
15951 msgid "guestfs_set_direct"
15952 msgstr ""
15953
15954 #. type: verbatim
15955 #: ../src/guestfs-actions.pod:5855
15956 #, no-wrap
15957 msgid ""
15958 " int\n"
15959 " guestfs_set_direct (guestfs_h *g,\n"
15960 "                     int direct);\n"
15961 "\n"
15962 msgstr ""
15963
15964 #. type: textblock
15965 #: ../src/guestfs-actions.pod:5859 ../fish/guestfish-actions.pod:3947
15966 msgid ""
15967 "If the direct appliance mode flag is enabled, then stdin and stdout are "
15968 "passed directly through to the appliance once it is launched."
15969 msgstr ""
15970
15971 #. type: textblock
15972 #: ../src/guestfs-actions.pod:5863
15973 msgid ""
15974 "One consequence of this is that log messages aren't caught by the library "
15975 "and handled by C<guestfs_set_log_message_callback>, but go straight to "
15976 "stdout."
15977 msgstr ""
15978
15979 #. type: textblock
15980 #: ../src/guestfs-actions.pod:5867 ../fish/guestfish-actions.pod:3955
15981 msgid "You probably don't want to use this unless you know what you are doing."
15982 msgstr ""
15983
15984 #. type: textblock
15985 #: ../src/guestfs-actions.pod:5870 ../fish/guestfish-actions.pod:3958
15986 msgid "The default is disabled."
15987 msgstr ""
15988
15989 #. type: =head2
15990 #: ../src/guestfs-actions.pod:5876
15991 msgid "guestfs_set_e2label"
15992 msgstr ""
15993
15994 #. type: verbatim
15995 #: ../src/guestfs-actions.pod:5878
15996 #, no-wrap
15997 msgid ""
15998 " int\n"
15999 " guestfs_set_e2label (guestfs_h *g,\n"
16000 "                      const char *device,\n"
16001 "                      const char *label);\n"
16002 "\n"
16003 msgstr ""
16004
16005 #. type: textblock
16006 #: ../src/guestfs-actions.pod:5883 ../fish/guestfish-actions.pod:3964
16007 msgid ""
16008 "This sets the ext2/3/4 filesystem label of the filesystem on C<device> to "
16009 "C<label>.  Filesystem labels are limited to 16 characters."
16010 msgstr ""
16011
16012 #. type: textblock
16013 #: ../src/guestfs-actions.pod:5887
16014 msgid ""
16015 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2label> to return "
16016 "the existing label on a filesystem."
16017 msgstr ""
16018
16019 #. type: =head2
16020 #: ../src/guestfs-actions.pod:5894
16021 msgid "guestfs_set_e2uuid"
16022 msgstr ""
16023
16024 #. type: verbatim
16025 #: ../src/guestfs-actions.pod:5896
16026 #, no-wrap
16027 msgid ""
16028 " int\n"
16029 " guestfs_set_e2uuid (guestfs_h *g,\n"
16030 "                     const char *device,\n"
16031 "                     const char *uuid);\n"
16032 "\n"
16033 msgstr ""
16034
16035 #. type: textblock
16036 #: ../src/guestfs-actions.pod:5901 ../fish/guestfish-actions.pod:3975
16037 msgid ""
16038 "This sets the ext2/3/4 filesystem UUID of the filesystem on C<device> to "
16039 "C<uuid>.  The format of the UUID and alternatives such as C<clear>, "
16040 "C<random> and C<time> are described in the L<tune2fs(8)> manpage."
16041 msgstr ""
16042
16043 #. type: textblock
16044 #: ../src/guestfs-actions.pod:5906
16045 msgid ""
16046 "You can use either C<guestfs_tune2fs_l> or C<guestfs_get_e2uuid> to return "
16047 "the existing UUID of a filesystem."
16048 msgstr ""
16049
16050 #. type: =head2
16051 #: ../src/guestfs-actions.pod:5913
16052 msgid "guestfs_set_memsize"
16053 msgstr ""
16054
16055 #. type: verbatim
16056 #: ../src/guestfs-actions.pod:5915
16057 #, no-wrap
16058 msgid ""
16059 " int\n"
16060 " guestfs_set_memsize (guestfs_h *g,\n"
16061 "                      int memsize);\n"
16062 "\n"
16063 msgstr ""
16064
16065 #. type: textblock
16066 #: ../src/guestfs-actions.pod:5919
16067 msgid ""
16068 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
16069 "This only has any effect if called before C<guestfs_launch>."
16070 msgstr ""
16071
16072 #. type: textblock
16073 #: ../src/guestfs-actions.pod:5923 ../fish/guestfish-actions.pod:3993
16074 msgid ""
16075 "You can also change this by setting the environment variable "
16076 "C<LIBGUESTFS_MEMSIZE> before the handle is created."
16077 msgstr ""
16078
16079 #. type: =head2
16080 #: ../src/guestfs-actions.pod:5934
16081 msgid "guestfs_set_network"
16082 msgstr ""
16083
16084 #. type: verbatim
16085 #: ../src/guestfs-actions.pod:5936
16086 #, no-wrap
16087 msgid ""
16088 " int\n"
16089 " guestfs_set_network (guestfs_h *g,\n"
16090 "                      int network);\n"
16091 "\n"
16092 msgstr ""
16093
16094 #. type: textblock
16095 #: ../src/guestfs-actions.pod:5940 ../fish/guestfish-actions.pod:4006
16096 msgid ""
16097 "If C<network> is true, then the network is enabled in the libguestfs "
16098 "appliance.  The default is false."
16099 msgstr ""
16100
16101 #. type: textblock
16102 #: ../src/guestfs-actions.pod:5943 ../fish/guestfish-actions.pod:4009
16103 msgid ""
16104 "This affects whether commands are able to access the network (see L<guestfs"
16105 "(3)/RUNNING COMMANDS>)."
16106 msgstr ""
16107
16108 #. type: textblock
16109 #: ../src/guestfs-actions.pod:5946
16110 msgid ""
16111 "You must call this before calling C<guestfs_launch>, otherwise it has no "
16112 "effect."
16113 msgstr ""
16114
16115 #. type: =head2
16116 #: ../src/guestfs-actions.pod:5953
16117 msgid "guestfs_set_path"
16118 msgstr ""
16119
16120 #. type: verbatim
16121 #: ../src/guestfs-actions.pod:5955
16122 #, no-wrap
16123 msgid ""
16124 " int\n"
16125 " guestfs_set_path (guestfs_h *g,\n"
16126 "                   const char *searchpath);\n"
16127 "\n"
16128 msgstr ""
16129
16130 #. type: textblock
16131 #: ../src/guestfs-actions.pod:5959 ../fish/guestfish-actions.pod:4021
16132 msgid "Set the path that libguestfs searches for kernel and initrd.img."
16133 msgstr ""
16134
16135 #. type: textblock
16136 #: ../src/guestfs-actions.pod:5961 ../fish/guestfish-actions.pod:4023
16137 msgid ""
16138 "The default is C<$libdir/guestfs> unless overridden by setting "
16139 "C<LIBGUESTFS_PATH> environment variable."
16140 msgstr ""
16141
16142 #. type: textblock
16143 #: ../src/guestfs-actions.pod:5964 ../fish/guestfish-actions.pod:4026
16144 msgid "Setting C<path> to C<NULL> restores the default path."
16145 msgstr ""
16146
16147 #. type: =head2
16148 #: ../src/guestfs-actions.pod:5970
16149 msgid "guestfs_set_qemu"
16150 msgstr ""
16151
16152 #. type: verbatim
16153 #: ../src/guestfs-actions.pod:5972
16154 #, no-wrap
16155 msgid ""
16156 " int\n"
16157 " guestfs_set_qemu (guestfs_h *g,\n"
16158 "                   const char *qemu);\n"
16159 "\n"
16160 msgstr ""
16161
16162 #. type: textblock
16163 #: ../src/guestfs-actions.pod:5976 ../fish/guestfish-actions.pod:4034
16164 msgid "Set the qemu binary that we will use."
16165 msgstr ""
16166
16167 #. type: textblock
16168 #: ../src/guestfs-actions.pod:5978 ../fish/guestfish-actions.pod:4036
16169 msgid ""
16170 "The default is chosen when the library was compiled by the configure script."
16171 msgstr ""
16172
16173 #. type: textblock
16174 #: ../src/guestfs-actions.pod:5981 ../fish/guestfish-actions.pod:4039
16175 msgid ""
16176 "You can also override this by setting the C<LIBGUESTFS_QEMU> environment "
16177 "variable."
16178 msgstr ""
16179
16180 #. type: textblock
16181 #: ../src/guestfs-actions.pod:5984 ../fish/guestfish-actions.pod:4042
16182 msgid "Setting C<qemu> to C<NULL> restores the default qemu binary."
16183 msgstr ""
16184
16185 #. type: textblock
16186 #: ../src/guestfs-actions.pod:5986 ../fish/guestfish-actions.pod:4044
16187 msgid ""
16188 "Note that you should call this function as early as possible after creating "
16189 "the handle.  This is because some pre-launch operations depend on testing "
16190 "qemu features (by running C<qemu -help>).  If the qemu binary changes, we "
16191 "don't retest features, and so you might see inconsistent results.  Using the "
16192 "environment variable C<LIBGUESTFS_QEMU> is safest of all since that picks "
16193 "the qemu binary at the same time as the handle is created."
16194 msgstr ""
16195
16196 #. type: =head2
16197 #: ../src/guestfs-actions.pod:5998
16198 msgid "guestfs_set_recovery_proc"
16199 msgstr ""
16200
16201 #. type: verbatim
16202 #: ../src/guestfs-actions.pod:6000
16203 #, no-wrap
16204 msgid ""
16205 " int\n"
16206 " guestfs_set_recovery_proc (guestfs_h *g,\n"
16207 "                            int recoveryproc);\n"
16208 "\n"
16209 msgstr ""
16210
16211 #. type: textblock
16212 #: ../src/guestfs-actions.pod:6004
16213 msgid ""
16214 "If this is called with the parameter C<false> then C<guestfs_launch> does "
16215 "not create a recovery process.  The purpose of the recovery process is to "
16216 "stop runaway qemu processes in the case where the main program aborts "
16217 "abruptly."
16218 msgstr ""
16219
16220 #. type: textblock
16221 #: ../src/guestfs-actions.pod:6009
16222 msgid ""
16223 "This only has any effect if called before C<guestfs_launch>, and the default "
16224 "is true."
16225 msgstr ""
16226
16227 #. type: textblock
16228 #: ../src/guestfs-actions.pod:6012 ../fish/guestfish-actions.pod:4066
16229 msgid ""
16230 "About the only time when you would want to disable this is if the main "
16231 "process will fork itself into the background (\"daemonize\" itself).  In "
16232 "this case the recovery process thinks that the main program has disappeared "
16233 "and so kills qemu, which is not very helpful."
16234 msgstr ""
16235
16236 #. type: =head2
16237 #: ../src/guestfs-actions.pod:6022
16238 msgid "guestfs_set_selinux"
16239 msgstr ""
16240
16241 #. type: verbatim
16242 #: ../src/guestfs-actions.pod:6024
16243 #, no-wrap
16244 msgid ""
16245 " int\n"
16246 " guestfs_set_selinux (guestfs_h *g,\n"
16247 "                      int selinux);\n"
16248 "\n"
16249 msgstr ""
16250
16251 #. type: textblock
16252 #: ../src/guestfs-actions.pod:6028 ../fish/guestfish-actions.pod:4078
16253 msgid ""
16254 "This sets the selinux flag that is passed to the appliance at boot time.  "
16255 "The default is C<selinux=0> (disabled)."
16256 msgstr ""
16257
16258 #. type: textblock
16259 #: ../src/guestfs-actions.pod:6031 ../fish/guestfish-actions.pod:4081
16260 msgid ""
16261 "Note that if SELinux is enabled, it is always in Permissive mode "
16262 "(C<enforcing=0>)."
16263 msgstr ""
16264
16265 #. type: =head2
16266 #: ../src/guestfs-actions.pod:6041
16267 msgid "guestfs_set_trace"
16268 msgstr ""
16269
16270 #. type: verbatim
16271 #: ../src/guestfs-actions.pod:6043
16272 #, no-wrap
16273 msgid ""
16274 " int\n"
16275 " guestfs_set_trace (guestfs_h *g,\n"
16276 "                    int trace);\n"
16277 "\n"
16278 msgstr ""
16279
16280 #. type: textblock
16281 #: ../src/guestfs-actions.pod:6047 ../fish/guestfish-actions.pod:4093
16282 msgid ""
16283 "If the command trace flag is set to 1, then libguestfs calls, parameters and "
16284 "return values are traced."
16285 msgstr ""
16286
16287 #. type: textblock
16288 #: ../src/guestfs-actions.pod:6050 ../fish/guestfish-actions.pod:4096
16289 msgid ""
16290 "If you want to trace C API calls into libguestfs (and other libraries) then "
16291 "possibly a better way is to use the external ltrace(1) command."
16292 msgstr ""
16293
16294 #. type: textblock
16295 #: ../src/guestfs-actions.pod:6054 ../fish/guestfish-actions.pod:4100
16296 msgid ""
16297 "Command traces are disabled unless the environment variable "
16298 "C<LIBGUESTFS_TRACE> is defined and set to C<1>."
16299 msgstr ""
16300
16301 #. type: textblock
16302 #: ../src/guestfs-actions.pod:6057
16303 msgid ""
16304 "Trace messages are normally sent to C<stderr>, unless you register a "
16305 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16306 msgstr ""
16307
16308 #. type: =head2
16309 #: ../src/guestfs-actions.pod:6065
16310 msgid "guestfs_set_verbose"
16311 msgstr ""
16312
16313 #. type: verbatim
16314 #: ../src/guestfs-actions.pod:6067
16315 #, no-wrap
16316 msgid ""
16317 " int\n"
16318 " guestfs_set_verbose (guestfs_h *g,\n"
16319 "                      int verbose);\n"
16320 "\n"
16321 msgstr ""
16322
16323 #. type: textblock
16324 #: ../src/guestfs-actions.pod:6071 ../fish/guestfish-actions.pod:4113
16325 msgid "If C<verbose> is true, this turns on verbose messages."
16326 msgstr ""
16327
16328 #. type: textblock
16329 #: ../src/guestfs-actions.pod:6073 ../fish/guestfish-actions.pod:4115
16330 msgid ""
16331 "Verbose messages are disabled unless the environment variable "
16332 "C<LIBGUESTFS_DEBUG> is defined and set to C<1>."
16333 msgstr ""
16334
16335 #. type: textblock
16336 #: ../src/guestfs-actions.pod:6076
16337 msgid ""
16338 "Verbose messages are normally sent to C<stderr>, unless you register a "
16339 "callback to send them somewhere else (see C<guestfs_set_event_callback>)."
16340 msgstr ""
16341
16342 #. type: =head2
16343 #: ../src/guestfs-actions.pod:6084
16344 msgid "guestfs_setcon"
16345 msgstr ""
16346
16347 #. type: verbatim
16348 #: ../src/guestfs-actions.pod:6086
16349 #, no-wrap
16350 msgid ""
16351 " int\n"
16352 " guestfs_setcon (guestfs_h *g,\n"
16353 "                 const char *context);\n"
16354 "\n"
16355 msgstr ""
16356
16357 #. type: textblock
16358 #: ../src/guestfs-actions.pod:6090 ../fish/guestfish-actions.pod:4126
16359 msgid ""
16360 "This sets the SELinux security context of the daemon to the string "
16361 "C<context>."
16362 msgstr ""
16363
16364 #. type: textblock
16365 #: ../src/guestfs-actions.pod:6093 ../fish/guestfish-actions.pod:4129
16366 msgid "See the documentation about SELINUX in L<guestfs(3)>."
16367 msgstr ""
16368
16369 #. type: =head2
16370 #: ../src/guestfs-actions.pod:6099
16371 msgid "guestfs_setxattr"
16372 msgstr ""
16373
16374 #. type: verbatim
16375 #: ../src/guestfs-actions.pod:6101
16376 #, no-wrap
16377 msgid ""
16378 " int\n"
16379 " guestfs_setxattr (guestfs_h *g,\n"
16380 "                   const char *xattr,\n"
16381 "                   const char *val,\n"
16382 "                   int vallen,\n"
16383 "                   const char *path);\n"
16384 "\n"
16385 msgstr ""
16386
16387 #. type: textblock
16388 #: ../src/guestfs-actions.pod:6108 ../fish/guestfish-actions.pod:4135
16389 msgid ""
16390 "This call sets the extended attribute named C<xattr> of the file C<path> to "
16391 "the value C<val> (of length C<vallen>).  The value is arbitrary 8 bit data."
16392 msgstr ""
16393
16394 #. type: textblock
16395 #: ../src/guestfs-actions.pod:6112
16396 msgid "See also: C<guestfs_lsetxattr>, L<attr(5)>."
16397 msgstr ""
16398
16399 #. type: =head2
16400 #: ../src/guestfs-actions.pod:6118
16401 msgid "guestfs_sfdisk"
16402 msgstr ""
16403
16404 #. type: verbatim
16405 #: ../src/guestfs-actions.pod:6120
16406 #, no-wrap
16407 msgid ""
16408 " int\n"
16409 " guestfs_sfdisk (guestfs_h *g,\n"
16410 "                 const char *device,\n"
16411 "                 int cyls,\n"
16412 "                 int heads,\n"
16413 "                 int sectors,\n"
16414 "                 char *const *lines);\n"
16415 "\n"
16416 msgstr ""
16417
16418 #. type: textblock
16419 #: ../src/guestfs-actions.pod:6128 ../fish/guestfish-actions.pod:4145
16420 msgid ""
16421 "This is a direct interface to the L<sfdisk(8)> program for creating "
16422 "partitions on block devices."
16423 msgstr ""
16424
16425 #. type: textblock
16426 #: ../src/guestfs-actions.pod:6131 ../fish/guestfish-actions.pod:4148
16427 msgid "C<device> should be a block device, for example C</dev/sda>."
16428 msgstr ""
16429
16430 #. type: textblock
16431 #: ../src/guestfs-actions.pod:6133 ../fish/guestfish-actions.pod:4150
16432 msgid ""
16433 "C<cyls>, C<heads> and C<sectors> are the number of cylinders, heads and "
16434 "sectors on the device, which are passed directly to sfdisk as the I<-C>, I<-"
16435 "H> and I<-S> parameters.  If you pass C<0> for any of these, then the "
16436 "corresponding parameter is omitted.  Usually for 'large' disks, you can just "
16437 "pass C<0> for these, but for small (floppy-sized) disks, sfdisk (or rather, "
16438 "the kernel) cannot work out the right geometry and you will need to tell it."
16439 msgstr ""
16440
16441 #. type: textblock
16442 #: ../src/guestfs-actions.pod:6141 ../fish/guestfish-actions.pod:4158
16443 msgid ""
16444 "C<lines> is a list of lines that we feed to C<sfdisk>.  For more information "
16445 "refer to the L<sfdisk(8)> manpage."
16446 msgstr ""
16447
16448 #. type: textblock
16449 #: ../src/guestfs-actions.pod:6144 ../fish/guestfish-actions.pod:4161
16450 msgid ""
16451 "To create a single partition occupying the whole disk, you would pass "
16452 "C<lines> as a single element list, when the single element being the string "
16453 "C<,> (comma)."
16454 msgstr ""
16455
16456 #. type: textblock
16457 #: ../src/guestfs-actions.pod:6148
16458 msgid ""
16459 "See also: C<guestfs_sfdisk_l>, C<guestfs_sfdisk_N>, C<guestfs_part_init>"
16460 msgstr ""
16461
16462 #. type: textblock
16463 #: ../src/guestfs-actions.pod:6156 ../src/guestfs-actions.pod:6186
16464 #: ../src/guestfs-actions.pod:6219 ../fish/guestfish-actions.pod:4171
16465 #: ../fish/guestfish-actions.pod:4194 ../fish/guestfish-actions.pod:4216
16466 msgid ""
16467 "This function is deprecated.  In new code, use the C<part_add> call instead."
16468 msgstr ""
16469
16470 #. type: =head2
16471 #: ../src/guestfs-actions.pod:6165
16472 msgid "guestfs_sfdiskM"
16473 msgstr ""
16474
16475 #. type: verbatim
16476 #: ../src/guestfs-actions.pod:6167
16477 #, no-wrap
16478 msgid ""
16479 " int\n"
16480 " guestfs_sfdiskM (guestfs_h *g,\n"
16481 "                  const char *device,\n"
16482 "                  char *const *lines);\n"
16483 "\n"
16484 msgstr ""
16485
16486 #. type: textblock
16487 #: ../src/guestfs-actions.pod:6172
16488 msgid ""
16489 "This is a simplified interface to the C<guestfs_sfdisk> command, where "
16490 "partition sizes are specified in megabytes only (rounded to the nearest "
16491 "cylinder) and you don't need to specify the cyls, heads and sectors "
16492 "parameters which were rarely if ever used anyway."
16493 msgstr ""
16494
16495 #. type: textblock
16496 #: ../src/guestfs-actions.pod:6178
16497 msgid ""
16498 "See also: C<guestfs_sfdisk>, the L<sfdisk(8)> manpage and "
16499 "C<guestfs_part_disk>"
16500 msgstr ""
16501
16502 #. type: =head2
16503 #: ../src/guestfs-actions.pod:6195
16504 msgid "guestfs_sfdisk_N"
16505 msgstr ""
16506
16507 #. type: verbatim
16508 #: ../src/guestfs-actions.pod:6197
16509 #, no-wrap
16510 msgid ""
16511 " int\n"
16512 " guestfs_sfdisk_N (guestfs_h *g,\n"
16513 "                   const char *device,\n"
16514 "                   int partnum,\n"
16515 "                   int cyls,\n"
16516 "                   int heads,\n"
16517 "                   int sectors,\n"
16518 "                   const char *line);\n"
16519 "\n"
16520 msgstr ""
16521
16522 #. type: textblock
16523 #: ../src/guestfs-actions.pod:6206 ../fish/guestfish-actions.pod:4205
16524 msgid ""
16525 "This runs L<sfdisk(8)> option to modify just the single partition C<n> "
16526 "(note: C<n> counts from 1)."
16527 msgstr ""
16528
16529 #. type: textblock
16530 #: ../src/guestfs-actions.pod:6209
16531 msgid ""
16532 "For other parameters, see C<guestfs_sfdisk>.  You should usually pass C<0> "
16533 "for the cyls/heads/sectors parameters."
16534 msgstr ""
16535
16536 #. type: textblock
16537 #: ../src/guestfs-actions.pod:6212
16538 msgid "See also: C<guestfs_part_add>"
16539 msgstr ""
16540
16541 #. type: =head2
16542 #: ../src/guestfs-actions.pod:6228
16543 msgid "guestfs_sfdisk_disk_geometry"
16544 msgstr ""
16545
16546 #. type: verbatim
16547 #: ../src/guestfs-actions.pod:6230
16548 #, no-wrap
16549 msgid ""
16550 " char *\n"
16551 " guestfs_sfdisk_disk_geometry (guestfs_h *g,\n"
16552 "                               const char *device);\n"
16553 "\n"
16554 msgstr ""
16555
16556 #. type: textblock
16557 #: ../src/guestfs-actions.pod:6234
16558 msgid ""
16559 "This displays the disk geometry of C<device> read from the partition table.  "
16560 "Especially in the case where the underlying block device has been resized, "
16561 "this can be different from the kernel's idea of the geometry (see "
16562 "C<guestfs_sfdisk_kernel_geometry>)."
16563 msgstr ""
16564
16565 #. type: textblock
16566 #: ../src/guestfs-actions.pod:6239 ../src/guestfs-actions.pod:6255
16567 #: ../fish/guestfish-actions.pod:4232 ../fish/guestfish-actions.pod:4241
16568 msgid "The result is in human-readable format, and not designed to be parsed."
16569 msgstr ""
16570
16571 #. type: =head2
16572 #: ../src/guestfs-actions.pod:6247
16573 msgid "guestfs_sfdisk_kernel_geometry"
16574 msgstr ""
16575
16576 #. type: verbatim
16577 #: ../src/guestfs-actions.pod:6249
16578 #, no-wrap
16579 msgid ""
16580 " char *\n"
16581 " guestfs_sfdisk_kernel_geometry (guestfs_h *g,\n"
16582 "                                 const char *device);\n"
16583 "\n"
16584 msgstr ""
16585
16586 #. type: textblock
16587 #: ../src/guestfs-actions.pod:6253 ../fish/guestfish-actions.pod:4239
16588 msgid "This displays the kernel's idea of the geometry of C<device>."
16589 msgstr ""
16590
16591 #. type: =head2
16592 #: ../src/guestfs-actions.pod:6263
16593 msgid "guestfs_sfdisk_l"
16594 msgstr ""
16595
16596 #. type: verbatim
16597 #: ../src/guestfs-actions.pod:6265
16598 #, no-wrap
16599 msgid ""
16600 " char *\n"
16601 " guestfs_sfdisk_l (guestfs_h *g,\n"
16602 "                   const char *device);\n"
16603 "\n"
16604 msgstr ""
16605
16606 #. type: textblock
16607 #: ../src/guestfs-actions.pod:6269 ../fish/guestfish-actions.pod:4248
16608 msgid ""
16609 "This displays the partition table on C<device>, in the human-readable output "
16610 "of the L<sfdisk(8)> command.  It is not intended to be parsed."
16611 msgstr ""
16612
16613 #. type: textblock
16614 #: ../src/guestfs-actions.pod:6273
16615 msgid "See also: C<guestfs_part_list>"
16616 msgstr ""
16617
16618 #. type: textblock
16619 #: ../src/guestfs-actions.pod:6278 ../fish/guestfish-actions.pod:4254
16620 msgid ""
16621 "This function is deprecated.  In new code, use the C<part_list> call instead."
16622 msgstr ""
16623
16624 #. type: =head2
16625 #: ../src/guestfs-actions.pod:6287
16626 msgid "guestfs_sh"
16627 msgstr ""
16628
16629 #. type: verbatim
16630 #: ../src/guestfs-actions.pod:6289
16631 #, no-wrap
16632 msgid ""
16633 " char *\n"
16634 " guestfs_sh (guestfs_h *g,\n"
16635 "             const char *command);\n"
16636 "\n"
16637 msgstr ""
16638
16639 #. type: textblock
16640 #: ../src/guestfs-actions.pod:6293 ../fish/guestfish-actions.pod:4265
16641 msgid ""
16642 "This call runs a command from the guest filesystem via the guest's C</bin/"
16643 "sh>."
16644 msgstr ""
16645
16646 #. type: textblock
16647 #: ../src/guestfs-actions.pod:6296
16648 msgid "This is like C<guestfs_command>, but passes the command to:"
16649 msgstr ""
16650
16651 #. type: verbatim
16652 #: ../src/guestfs-actions.pod:6298 ../fish/guestfish-actions.pod:4270
16653 #, no-wrap
16654 msgid ""
16655 " /bin/sh -c \"command\"\n"
16656 "\n"
16657 msgstr ""
16658
16659 #. type: textblock
16660 #: ../src/guestfs-actions.pod:6300 ../fish/guestfish-actions.pod:4272
16661 msgid ""
16662 "Depending on the guest's shell, this usually results in wildcards being "
16663 "expanded, shell expressions being interpolated and so on."
16664 msgstr ""
16665
16666 #. type: textblock
16667 #: ../src/guestfs-actions.pod:6304
16668 msgid "All the provisos about C<guestfs_command> apply to this call."
16669 msgstr ""
16670
16671 #. type: =head2
16672 #: ../src/guestfs-actions.pod:6311
16673 msgid "guestfs_sh_lines"
16674 msgstr ""
16675
16676 #. type: verbatim
16677 #: ../src/guestfs-actions.pod:6313
16678 #, no-wrap
16679 msgid ""
16680 " char **\n"
16681 " guestfs_sh_lines (guestfs_h *g,\n"
16682 "                   const char *command);\n"
16683 "\n"
16684 msgstr ""
16685
16686 #. type: textblock
16687 #: ../src/guestfs-actions.pod:6317
16688 msgid ""
16689 "This is the same as C<guestfs_sh>, but splits the result into a list of "
16690 "lines."
16691 msgstr ""
16692
16693 #. type: textblock
16694 #: ../src/guestfs-actions.pod:6320
16695 msgid "See also: C<guestfs_command_lines>"
16696 msgstr ""
16697
16698 #. type: =head2
16699 #: ../src/guestfs-actions.pod:6328
16700 msgid "guestfs_sleep"
16701 msgstr ""
16702
16703 #. type: verbatim
16704 #: ../src/guestfs-actions.pod:6330
16705 #, no-wrap
16706 msgid ""
16707 " int\n"
16708 " guestfs_sleep (guestfs_h *g,\n"
16709 "                int secs);\n"
16710 "\n"
16711 msgstr ""
16712
16713 #. type: textblock
16714 #: ../src/guestfs-actions.pod:6334 ../fish/guestfish-actions.pod:4291
16715 msgid "Sleep for C<secs> seconds."
16716 msgstr ""
16717
16718 #. type: textblock
16719 #: ../src/guestfs-actions.pod:6338
16720 msgid "(Added in 1.0.41)"
16721 msgstr ""
16722
16723 #. type: =head2
16724 #: ../src/guestfs-actions.pod:6340 ../src/guestfs-structs.pod:109
16725 msgid "guestfs_stat"
16726 msgstr ""
16727
16728 #. type: verbatim
16729 #: ../src/guestfs-actions.pod:6342
16730 #, no-wrap
16731 msgid ""
16732 " struct guestfs_stat *\n"
16733 " guestfs_stat (guestfs_h *g,\n"
16734 "               const char *path);\n"
16735 "\n"
16736 msgstr ""
16737
16738 #. type: textblock
16739 #: ../src/guestfs-actions.pod:6348 ../fish/guestfish-actions.pod:4299
16740 msgid "This is the same as the C<stat(2)> system call."
16741 msgstr ""
16742
16743 #. type: =head2
16744 #: ../src/guestfs-actions.pod:6356 ../src/guestfs-structs.pod:135
16745 msgid "guestfs_statvfs"
16746 msgstr ""
16747
16748 #. type: verbatim
16749 #: ../src/guestfs-actions.pod:6358
16750 #, no-wrap
16751 msgid ""
16752 " struct guestfs_statvfs *\n"
16753 " guestfs_statvfs (guestfs_h *g,\n"
16754 "                  const char *path);\n"
16755 "\n"
16756 msgstr ""
16757
16758 #. type: textblock
16759 #: ../src/guestfs-actions.pod:6362 ../fish/guestfish-actions.pod:4305
16760 msgid ""
16761 "Returns file system statistics for any mounted file system.  C<path> should "
16762 "be a file or directory in the mounted file system (typically it is the mount "
16763 "point itself, but it doesn't need to be)."
16764 msgstr ""
16765
16766 #. type: textblock
16767 #: ../src/guestfs-actions.pod:6366 ../fish/guestfish-actions.pod:4309
16768 msgid "This is the same as the C<statvfs(2)> system call."
16769 msgstr ""
16770
16771 #. type: textblock
16772 #: ../src/guestfs-actions.pod:6368
16773 msgid ""
16774 "This function returns a C<struct guestfs_statvfs *>, or NULL if there was an "
16775 "error.  I<The caller must call C<guestfs_free_statvfs> after use>."
16776 msgstr ""
16777
16778 #. type: =head2
16779 #: ../src/guestfs-actions.pod:6374
16780 msgid "guestfs_strings"
16781 msgstr ""
16782
16783 #. type: verbatim
16784 #: ../src/guestfs-actions.pod:6376
16785 #, no-wrap
16786 msgid ""
16787 " char **\n"
16788 " guestfs_strings (guestfs_h *g,\n"
16789 "                  const char *path);\n"
16790 "\n"
16791 msgstr ""
16792
16793 #. type: textblock
16794 #: ../src/guestfs-actions.pod:6380 ../fish/guestfish-actions.pod:4315
16795 msgid ""
16796 "This runs the L<strings(1)> command on a file and returns the list of "
16797 "printable strings found."
16798 msgstr ""
16799
16800 #. type: =head2
16801 #: ../src/guestfs-actions.pod:6392
16802 msgid "guestfs_strings_e"
16803 msgstr ""
16804
16805 #. type: verbatim
16806 #: ../src/guestfs-actions.pod:6394
16807 #, no-wrap
16808 msgid ""
16809 " char **\n"
16810 " guestfs_strings_e (guestfs_h *g,\n"
16811 "                    const char *encoding,\n"
16812 "                    const char *path);\n"
16813 "\n"
16814 msgstr ""
16815
16816 #. type: textblock
16817 #: ../src/guestfs-actions.pod:6399
16818 msgid ""
16819 "This is like the C<guestfs_strings> command, but allows you to specify the "
16820 "encoding of strings that are looked for in the source file C<path>."
16821 msgstr ""
16822
16823 #. type: textblock
16824 #: ../src/guestfs-actions.pod:6403 ../fish/guestfish-actions.pod:4329
16825 msgid "Allowed encodings are:"
16826 msgstr ""
16827
16828 #. type: =item
16829 #: ../src/guestfs-actions.pod:6407 ../fish/guestfish-actions.pod:4333
16830 msgid "s"
16831 msgstr ""
16832
16833 #. type: textblock
16834 #: ../src/guestfs-actions.pod:6409
16835 msgid ""
16836 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
16837 "ISO-8859-X (this is what C<guestfs_strings> uses)."
16838 msgstr ""
16839
16840 #. type: =item
16841 #: ../src/guestfs-actions.pod:6412 ../fish/guestfish-actions.pod:4338
16842 msgid "S"
16843 msgstr ""
16844
16845 #. type: textblock
16846 #: ../src/guestfs-actions.pod:6414 ../fish/guestfish-actions.pod:4340
16847 msgid "Single 8-bit-byte characters."
16848 msgstr ""
16849
16850 #. type: =item
16851 #: ../src/guestfs-actions.pod:6416 ../fish/guestfish-actions.pod:4342
16852 msgid "b"
16853 msgstr ""
16854
16855 #. type: textblock
16856 #: ../src/guestfs-actions.pod:6418 ../fish/guestfish-actions.pod:4344
16857 msgid "16-bit big endian strings such as those encoded in UTF-16BE or UCS-2BE."
16858 msgstr ""
16859
16860 #. type: =item
16861 #: ../src/guestfs-actions.pod:6421 ../fish/guestfish-actions.pod:4347
16862 msgid "l (lower case letter L)"
16863 msgstr ""
16864
16865 #. type: textblock
16866 #: ../src/guestfs-actions.pod:6423 ../fish/guestfish-actions.pod:4349
16867 msgid ""
16868 "16-bit little endian such as UTF-16LE and UCS-2LE.  This is useful for "
16869 "examining binaries in Windows guests."
16870 msgstr ""
16871
16872 #. type: =item
16873 #: ../src/guestfs-actions.pod:6426 ../fish/guestfish-actions.pod:4352
16874 msgid "B"
16875 msgstr ""
16876
16877 #. type: textblock
16878 #: ../src/guestfs-actions.pod:6428 ../fish/guestfish-actions.pod:4354
16879 msgid "32-bit big endian such as UCS-4BE."
16880 msgstr ""
16881
16882 #. type: =item
16883 #: ../src/guestfs-actions.pod:6430 ../fish/guestfish-actions.pod:4356
16884 msgid "L"
16885 msgstr ""
16886
16887 #. type: textblock
16888 #: ../src/guestfs-actions.pod:6432 ../fish/guestfish-actions.pod:4358
16889 msgid "32-bit little endian such as UCS-4LE."
16890 msgstr ""
16891
16892 #. type: textblock
16893 #: ../src/guestfs-actions.pod:6436 ../fish/guestfish-actions.pod:4362
16894 msgid "The returned strings are transcoded to UTF-8."
16895 msgstr ""
16896
16897 #. type: =head2
16898 #: ../src/guestfs-actions.pod:6447
16899 msgid "guestfs_swapoff_device"
16900 msgstr ""
16901
16902 #. type: verbatim
16903 #: ../src/guestfs-actions.pod:6449
16904 #, no-wrap
16905 msgid ""
16906 " int\n"
16907 " guestfs_swapoff_device (guestfs_h *g,\n"
16908 "                         const char *device);\n"
16909 "\n"
16910 msgstr ""
16911
16912 #. type: textblock
16913 #: ../src/guestfs-actions.pod:6453
16914 msgid ""
16915 "This command disables the libguestfs appliance swap device or partition "
16916 "named C<device>.  See C<guestfs_swapon_device>."
16917 msgstr ""
16918
16919 #. type: =head2
16920 #: ../src/guestfs-actions.pod:6461
16921 msgid "guestfs_swapoff_file"
16922 msgstr ""
16923
16924 #. type: verbatim
16925 #: ../src/guestfs-actions.pod:6463
16926 #, no-wrap
16927 msgid ""
16928 " int\n"
16929 " guestfs_swapoff_file (guestfs_h *g,\n"
16930 "                       const char *file);\n"
16931 "\n"
16932 msgstr ""
16933
16934 #. type: textblock
16935 #: ../src/guestfs-actions.pod:6467 ../fish/guestfish-actions.pod:4379
16936 msgid "This command disables the libguestfs appliance swap on file."
16937 msgstr ""
16938
16939 #. type: =head2
16940 #: ../src/guestfs-actions.pod:6473
16941 msgid "guestfs_swapoff_label"
16942 msgstr ""
16943
16944 #. type: verbatim
16945 #: ../src/guestfs-actions.pod:6475
16946 #, no-wrap
16947 msgid ""
16948 " int\n"
16949 " guestfs_swapoff_label (guestfs_h *g,\n"
16950 "                        const char *label);\n"
16951 "\n"
16952 msgstr ""
16953
16954 #. type: textblock
16955 #: ../src/guestfs-actions.pod:6479 ../fish/guestfish-actions.pod:4385
16956 msgid ""
16957 "This command disables the libguestfs appliance swap on labeled swap "
16958 "partition."
16959 msgstr ""
16960
16961 #. type: =head2
16962 #: ../src/guestfs-actions.pod:6486
16963 msgid "guestfs_swapoff_uuid"
16964 msgstr ""
16965
16966 #. type: verbatim
16967 #: ../src/guestfs-actions.pod:6488
16968 #, no-wrap
16969 msgid ""
16970 " int\n"
16971 " guestfs_swapoff_uuid (guestfs_h *g,\n"
16972 "                       const char *uuid);\n"
16973 "\n"
16974 msgstr ""
16975
16976 #. type: textblock
16977 #: ../src/guestfs-actions.pod:6492 ../fish/guestfish-actions.pod:4392
16978 msgid ""
16979 "This command disables the libguestfs appliance swap partition with the given "
16980 "UUID."
16981 msgstr ""
16982
16983 #. type: =head2
16984 #: ../src/guestfs-actions.pod:6499
16985 msgid "guestfs_swapon_device"
16986 msgstr ""
16987
16988 #. type: verbatim
16989 #: ../src/guestfs-actions.pod:6501
16990 #, no-wrap
16991 msgid ""
16992 " int\n"
16993 " guestfs_swapon_device (guestfs_h *g,\n"
16994 "                        const char *device);\n"
16995 "\n"
16996 msgstr ""
16997
16998 #. type: textblock
16999 #: ../src/guestfs-actions.pod:6505
17000 msgid ""
17001 "This command enables the libguestfs appliance to use the swap device or "
17002 "partition named C<device>.  The increased memory is made available for all "
17003 "commands, for example those run using C<guestfs_command> or C<guestfs_sh>."
17004 msgstr ""
17005
17006 #. type: textblock
17007 #: ../src/guestfs-actions.pod:6510 ../fish/guestfish-actions.pod:4404
17008 msgid ""
17009 "Note that you should not swap to existing guest swap partitions unless you "
17010 "know what you are doing.  They may contain hibernation information, or other "
17011 "information that the guest doesn't want you to trash.  You also risk leaking "
17012 "information about the host to the guest this way.  Instead, attach a new "
17013 "host device to the guest and swap on that."
17014 msgstr ""
17015
17016 #. type: =head2
17017 #: ../src/guestfs-actions.pod:6521
17018 msgid "guestfs_swapon_file"
17019 msgstr ""
17020
17021 #. type: verbatim
17022 #: ../src/guestfs-actions.pod:6523
17023 #, no-wrap
17024 msgid ""
17025 " int\n"
17026 " guestfs_swapon_file (guestfs_h *g,\n"
17027 "                      const char *file);\n"
17028 "\n"
17029 msgstr ""
17030
17031 #. type: textblock
17032 #: ../src/guestfs-actions.pod:6527
17033 msgid ""
17034 "This command enables swap to a file.  See C<guestfs_swapon_device> for other "
17035 "notes."
17036 msgstr ""
17037
17038 #. type: =head2
17039 #: ../src/guestfs-actions.pod:6534
17040 msgid "guestfs_swapon_label"
17041 msgstr ""
17042
17043 #. type: verbatim
17044 #: ../src/guestfs-actions.pod:6536
17045 #, no-wrap
17046 msgid ""
17047 " int\n"
17048 " guestfs_swapon_label (guestfs_h *g,\n"
17049 "                       const char *label);\n"
17050 "\n"
17051 msgstr ""
17052
17053 #. type: textblock
17054 #: ../src/guestfs-actions.pod:6540
17055 msgid ""
17056 "This command enables swap to a labeled swap partition.  See "
17057 "C<guestfs_swapon_device> for other notes."
17058 msgstr ""
17059
17060 #. type: =head2
17061 #: ../src/guestfs-actions.pod:6547
17062 msgid "guestfs_swapon_uuid"
17063 msgstr ""
17064
17065 #. type: verbatim
17066 #: ../src/guestfs-actions.pod:6549
17067 #, no-wrap
17068 msgid ""
17069 " int\n"
17070 " guestfs_swapon_uuid (guestfs_h *g,\n"
17071 "                      const char *uuid);\n"
17072 "\n"
17073 msgstr ""
17074
17075 #. type: textblock
17076 #: ../src/guestfs-actions.pod:6553
17077 msgid ""
17078 "This command enables swap to a swap partition with the given UUID.  See "
17079 "C<guestfs_swapon_device> for other notes."
17080 msgstr ""
17081
17082 #. type: =head2
17083 #: ../src/guestfs-actions.pod:6560
17084 msgid "guestfs_sync"
17085 msgstr ""
17086
17087 #. type: verbatim
17088 #: ../src/guestfs-actions.pod:6562
17089 #, no-wrap
17090 msgid ""
17091 " int\n"
17092 " guestfs_sync (guestfs_h *g);\n"
17093 "\n"
17094 msgstr ""
17095
17096 #. type: textblock
17097 #: ../src/guestfs-actions.pod:6565 ../fish/guestfish-actions.pod:4436
17098 msgid ""
17099 "This syncs the disk, so that any writes are flushed through to the "
17100 "underlying disk image."
17101 msgstr ""
17102
17103 #. type: textblock
17104 #: ../src/guestfs-actions.pod:6568 ../fish/guestfish-actions.pod:4439
17105 msgid ""
17106 "You should always call this if you have modified a disk image, before "
17107 "closing the handle."
17108 msgstr ""
17109
17110 #. type: =head2
17111 #: ../src/guestfs-actions.pod:6575
17112 msgid "guestfs_tail"
17113 msgstr ""
17114
17115 #. type: verbatim
17116 #: ../src/guestfs-actions.pod:6577
17117 #, no-wrap
17118 msgid ""
17119 " char **\n"
17120 " guestfs_tail (guestfs_h *g,\n"
17121 "               const char *path);\n"
17122 "\n"
17123 msgstr ""
17124
17125 #. type: textblock
17126 #: ../src/guestfs-actions.pod:6581 ../fish/guestfish-actions.pod:4446
17127 msgid ""
17128 "This command returns up to the last 10 lines of a file as a list of strings."
17129 msgstr ""
17130
17131 #. type: =head2
17132 #: ../src/guestfs-actions.pod:6593
17133 msgid "guestfs_tail_n"
17134 msgstr ""
17135
17136 #. type: verbatim
17137 #: ../src/guestfs-actions.pod:6595
17138 #, no-wrap
17139 msgid ""
17140 " char **\n"
17141 " guestfs_tail_n (guestfs_h *g,\n"
17142 "                 int nrlines,\n"
17143 "                 const char *path);\n"
17144 "\n"
17145 msgstr ""
17146
17147 #. type: textblock
17148 #: ../src/guestfs-actions.pod:6600 ../fish/guestfish-actions.pod:4456
17149 msgid ""
17150 "If the parameter C<nrlines> is a positive number, this returns the last "
17151 "C<nrlines> lines of the file C<path>."
17152 msgstr ""
17153
17154 #. type: textblock
17155 #: ../src/guestfs-actions.pod:6603 ../fish/guestfish-actions.pod:4459
17156 msgid ""
17157 "If the parameter C<nrlines> is a negative number, this returns lines from "
17158 "the file C<path>, starting with the C<-nrlines>th line."
17159 msgstr ""
17160
17161 #. type: =head2
17162 #: ../src/guestfs-actions.pod:6617
17163 msgid "guestfs_tar_in"
17164 msgstr ""
17165
17166 #. type: verbatim
17167 #: ../src/guestfs-actions.pod:6619
17168 #, no-wrap
17169 msgid ""
17170 " int\n"
17171 " guestfs_tar_in (guestfs_h *g,\n"
17172 "                 const char *tarfile,\n"
17173 "                 const char *directory);\n"
17174 "\n"
17175 msgstr ""
17176
17177 #. type: textblock
17178 #: ../src/guestfs-actions.pod:6624 ../fish/guestfish-actions.pod:4471
17179 msgid ""
17180 "This command uploads and unpacks local file C<tarfile> (an I<uncompressed> "
17181 "tar file) into C<directory>."
17182 msgstr ""
17183
17184 #. type: textblock
17185 #: ../src/guestfs-actions.pod:6627
17186 msgid ""
17187 "To upload a compressed tarball, use C<guestfs_tgz_in> or C<guestfs_txz_in>."
17188 msgstr ""
17189
17190 #. type: textblock
17191 #: ../src/guestfs-actions.pod:6632 ../src/guestfs-actions.pod:6649
17192 #: ../src/guestfs-actions.pod:6665 ../src/guestfs-actions.pod:6681
17193 msgid "(Added in 1.0.3)"
17194 msgstr ""
17195
17196 #. type: =head2
17197 #: ../src/guestfs-actions.pod:6634
17198 msgid "guestfs_tar_out"
17199 msgstr ""
17200
17201 #. type: verbatim
17202 #: ../src/guestfs-actions.pod:6636
17203 #, no-wrap
17204 msgid ""
17205 " int\n"
17206 " guestfs_tar_out (guestfs_h *g,\n"
17207 "                  const char *directory,\n"
17208 "                  const char *tarfile);\n"
17209 "\n"
17210 msgstr ""
17211
17212 #. type: textblock
17213 #: ../src/guestfs-actions.pod:6641 ../fish/guestfish-actions.pod:4483
17214 msgid ""
17215 "This command packs the contents of C<directory> and downloads it to local "
17216 "file C<tarfile>."
17217 msgstr ""
17218
17219 #. type: textblock
17220 #: ../src/guestfs-actions.pod:6644
17221 msgid ""
17222 "To download a compressed tarball, use C<guestfs_tgz_out> or "
17223 "C<guestfs_txz_out>."
17224 msgstr ""
17225
17226 #. type: =head2
17227 #: ../src/guestfs-actions.pod:6651
17228 msgid "guestfs_tgz_in"
17229 msgstr ""
17230
17231 #. type: verbatim
17232 #: ../src/guestfs-actions.pod:6653
17233 #, no-wrap
17234 msgid ""
17235 " int\n"
17236 " guestfs_tgz_in (guestfs_h *g,\n"
17237 "                 const char *tarball,\n"
17238 "                 const char *directory);\n"
17239 "\n"
17240 msgstr ""
17241
17242 #. type: textblock
17243 #: ../src/guestfs-actions.pod:6658 ../fish/guestfish-actions.pod:4495
17244 msgid ""
17245 "This command uploads and unpacks local file C<tarball> (a I<gzip compressed> "
17246 "tar file) into C<directory>."
17247 msgstr ""
17248
17249 #. type: textblock
17250 #: ../src/guestfs-actions.pod:6661
17251 msgid "To upload an uncompressed tarball, use C<guestfs_tar_in>."
17252 msgstr ""
17253
17254 #. type: =head2
17255 #: ../src/guestfs-actions.pod:6667
17256 msgid "guestfs_tgz_out"
17257 msgstr ""
17258
17259 #. type: verbatim
17260 #: ../src/guestfs-actions.pod:6669
17261 #, no-wrap
17262 msgid ""
17263 " int\n"
17264 " guestfs_tgz_out (guestfs_h *g,\n"
17265 "                  const char *directory,\n"
17266 "                  const char *tarball);\n"
17267 "\n"
17268 msgstr ""
17269
17270 #. type: textblock
17271 #: ../src/guestfs-actions.pod:6674 ../fish/guestfish-actions.pod:4506
17272 msgid ""
17273 "This command packs the contents of C<directory> and downloads it to local "
17274 "file C<tarball>."
17275 msgstr ""
17276
17277 #. type: textblock
17278 #: ../src/guestfs-actions.pod:6677
17279 msgid "To download an uncompressed tarball, use C<guestfs_tar_out>."
17280 msgstr ""
17281
17282 #. type: =head2
17283 #: ../src/guestfs-actions.pod:6683
17284 msgid "guestfs_touch"
17285 msgstr ""
17286
17287 #. type: verbatim
17288 #: ../src/guestfs-actions.pod:6685
17289 #, no-wrap
17290 msgid ""
17291 " int\n"
17292 " guestfs_touch (guestfs_h *g,\n"
17293 "                const char *path);\n"
17294 "\n"
17295 msgstr ""
17296
17297 #. type: textblock
17298 #: ../src/guestfs-actions.pod:6689 ../fish/guestfish-actions.pod:4517
17299 msgid ""
17300 "Touch acts like the L<touch(1)> command.  It can be used to update the "
17301 "timestamps on a file, or, if the file does not exist, to create a new zero-"
17302 "length file."
17303 msgstr ""
17304
17305 #. type: textblock
17306 #: ../src/guestfs-actions.pod:6693 ../fish/guestfish-actions.pod:4521
17307 msgid ""
17308 "This command only works on regular files, and will fail on other file types "
17309 "such as directories, symbolic links, block special etc."
17310 msgstr ""
17311
17312 #. type: =head2
17313 #: ../src/guestfs-actions.pod:6700
17314 msgid "guestfs_truncate"
17315 msgstr ""
17316
17317 #. type: verbatim
17318 #: ../src/guestfs-actions.pod:6702
17319 #, no-wrap
17320 msgid ""
17321 " int\n"
17322 " guestfs_truncate (guestfs_h *g,\n"
17323 "                   const char *path);\n"
17324 "\n"
17325 msgstr ""
17326
17327 #. type: textblock
17328 #: ../src/guestfs-actions.pod:6706 ../fish/guestfish-actions.pod:4528
17329 msgid ""
17330 "This command truncates C<path> to a zero-length file.  The file must exist "
17331 "already."
17332 msgstr ""
17333
17334 #. type: =head2
17335 #: ../src/guestfs-actions.pod:6713
17336 msgid "guestfs_truncate_size"
17337 msgstr ""
17338
17339 #. type: verbatim
17340 #: ../src/guestfs-actions.pod:6715
17341 #, no-wrap
17342 msgid ""
17343 " int\n"
17344 " guestfs_truncate_size (guestfs_h *g,\n"
17345 "                        const char *path,\n"
17346 "                        int64_t size);\n"
17347 "\n"
17348 msgstr ""
17349
17350 #. type: textblock
17351 #: ../src/guestfs-actions.pod:6720 ../fish/guestfish-actions.pod:4535
17352 msgid ""
17353 "This command truncates C<path> to size C<size> bytes.  The file must exist "
17354 "already."
17355 msgstr ""
17356
17357 #. type: textblock
17358 #: ../src/guestfs-actions.pod:6723
17359 msgid ""
17360 "If the current file size is less than C<size> then the file is extended to "
17361 "the required size with zero bytes.  This creates a sparse file (ie. disk "
17362 "blocks are not allocated for the file until you write to it).  To create a "
17363 "non-sparse file of zeroes, use C<guestfs_fallocate64> instead."
17364 msgstr ""
17365
17366 #. type: =head2
17367 #: ../src/guestfs-actions.pod:6733
17368 msgid "guestfs_tune2fs_l"
17369 msgstr ""
17370
17371 #. type: verbatim
17372 #: ../src/guestfs-actions.pod:6735
17373 #, no-wrap
17374 msgid ""
17375 " char **\n"
17376 " guestfs_tune2fs_l (guestfs_h *g,\n"
17377 "                    const char *device);\n"
17378 "\n"
17379 msgstr ""
17380
17381 #. type: textblock
17382 #: ../src/guestfs-actions.pod:6739 ../fish/guestfish-actions.pod:4548
17383 msgid ""
17384 "This returns the contents of the ext2, ext3 or ext4 filesystem superblock on "
17385 "C<device>."
17386 msgstr ""
17387
17388 #. type: textblock
17389 #: ../src/guestfs-actions.pod:6742 ../fish/guestfish-actions.pod:4551
17390 msgid ""
17391 "It is the same as running C<tune2fs -l device>.  See L<tune2fs(8)> manpage "
17392 "for more details.  The list of fields returned isn't clearly defined, and "
17393 "depends on both the version of C<tune2fs> that libguestfs was built against, "
17394 "and the filesystem itself."
17395 msgstr ""
17396
17397 #. type: =head2
17398 #: ../src/guestfs-actions.pod:6755
17399 msgid "guestfs_txz_in"
17400 msgstr ""
17401
17402 #. type: verbatim
17403 #: ../src/guestfs-actions.pod:6757
17404 #, no-wrap
17405 msgid ""
17406 " int\n"
17407 " guestfs_txz_in (guestfs_h *g,\n"
17408 "                 const char *tarball,\n"
17409 "                 const char *directory);\n"
17410 "\n"
17411 msgstr ""
17412
17413 #. type: textblock
17414 #: ../src/guestfs-actions.pod:6762 ../fish/guestfish-actions.pod:4560
17415 msgid ""
17416 "This command uploads and unpacks local file C<tarball> (an I<xz compressed> "
17417 "tar file) into C<directory>."
17418 msgstr ""
17419
17420 #. type: =head2
17421 #: ../src/guestfs-actions.pod:6769
17422 msgid "guestfs_txz_out"
17423 msgstr ""
17424
17425 #. type: verbatim
17426 #: ../src/guestfs-actions.pod:6771
17427 #, no-wrap
17428 msgid ""
17429 " int\n"
17430 " guestfs_txz_out (guestfs_h *g,\n"
17431 "                  const char *directory,\n"
17432 "                  const char *tarball);\n"
17433 "\n"
17434 msgstr ""
17435
17436 #. type: textblock
17437 #: ../src/guestfs-actions.pod:6776 ../fish/guestfish-actions.pod:4569
17438 msgid ""
17439 "This command packs the contents of C<directory> and downloads it to local "
17440 "file C<tarball> (as an xz compressed tar archive)."
17441 msgstr ""
17442
17443 #. type: =head2
17444 #: ../src/guestfs-actions.pod:6783
17445 msgid "guestfs_umask"
17446 msgstr ""
17447
17448 #. type: verbatim
17449 #: ../src/guestfs-actions.pod:6785
17450 #, no-wrap
17451 msgid ""
17452 " int\n"
17453 " guestfs_umask (guestfs_h *g,\n"
17454 "                int mask);\n"
17455 "\n"
17456 msgstr ""
17457
17458 #. type: textblock
17459 #: ../src/guestfs-actions.pod:6789 ../fish/guestfish-actions.pod:4578
17460 msgid ""
17461 "This function sets the mask used for creating new files and device nodes to "
17462 "C<mask & 0777>."
17463 msgstr ""
17464
17465 #. type: textblock
17466 #: ../src/guestfs-actions.pod:6792 ../fish/guestfish-actions.pod:4581
17467 msgid ""
17468 "Typical umask values would be C<022> which creates new files with "
17469 "permissions like \"-rw-r--r--\" or \"-rwxr-xr-x\", and C<002> which creates "
17470 "new files with permissions like \"-rw-rw-r--\" or \"-rwxrwxr-x\"."
17471 msgstr ""
17472
17473 #. type: textblock
17474 #: ../src/guestfs-actions.pod:6797 ../fish/guestfish-actions.pod:4586
17475 msgid ""
17476 "The default umask is C<022>.  This is important because it means that "
17477 "directories and device nodes will be created with C<0644> or C<0755> mode "
17478 "even if you specify C<0777>."
17479 msgstr ""
17480
17481 #. type: textblock
17482 #: ../src/guestfs-actions.pod:6801
17483 msgid ""
17484 "See also C<guestfs_get_umask>, L<umask(2)>, C<guestfs_mknod>, "
17485 "C<guestfs_mkdir>."
17486 msgstr ""
17487
17488 #. type: textblock
17489 #: ../src/guestfs-actions.pod:6804 ../fish/guestfish-actions.pod:4593
17490 msgid "This call returns the previous umask."
17491 msgstr ""
17492
17493 #. type: =head2
17494 #: ../src/guestfs-actions.pod:6810
17495 msgid "guestfs_umount"
17496 msgstr ""
17497
17498 #. type: verbatim
17499 #: ../src/guestfs-actions.pod:6812
17500 #, no-wrap
17501 msgid ""
17502 " int\n"
17503 " guestfs_umount (guestfs_h *g,\n"
17504 "                 const char *pathordevice);\n"
17505 "\n"
17506 msgstr ""
17507
17508 #. type: textblock
17509 #: ../src/guestfs-actions.pod:6816 ../fish/guestfish-actions.pod:4601
17510 msgid ""
17511 "This unmounts the given filesystem.  The filesystem may be specified either "
17512 "by its mountpoint (path) or the device which contains the filesystem."
17513 msgstr ""
17514
17515 #. type: =head2
17516 #: ../src/guestfs-actions.pod:6824
17517 msgid "guestfs_umount_all"
17518 msgstr ""
17519
17520 #. type: verbatim
17521 #: ../src/guestfs-actions.pod:6826
17522 #, no-wrap
17523 msgid ""
17524 " int\n"
17525 " guestfs_umount_all (guestfs_h *g);\n"
17526 "\n"
17527 msgstr ""
17528
17529 #. type: textblock
17530 #: ../src/guestfs-actions.pod:6829 ../fish/guestfish-actions.pod:4611
17531 msgid "This unmounts all mounted filesystems."
17532 msgstr ""
17533
17534 #. type: textblock
17535 #: ../src/guestfs-actions.pod:6831 ../fish/guestfish-actions.pod:4613
17536 msgid "Some internal mounts are not unmounted by this call."
17537 msgstr ""
17538
17539 #. type: =head2
17540 #: ../src/guestfs-actions.pod:6837
17541 msgid "guestfs_upload"
17542 msgstr ""
17543
17544 #. type: verbatim
17545 #: ../src/guestfs-actions.pod:6839
17546 #, no-wrap
17547 msgid ""
17548 " int\n"
17549 " guestfs_upload (guestfs_h *g,\n"
17550 "                 const char *filename,\n"
17551 "                 const char *remotefilename);\n"
17552 "\n"
17553 msgstr ""
17554
17555 #. type: textblock
17556 #: ../src/guestfs-actions.pod:6844 ../src/guestfs-actions.pod:6868
17557 #: ../fish/guestfish-actions.pod:4619 ../fish/guestfish-actions.pod:4632
17558 msgid "Upload local file C<filename> to C<remotefilename> on the filesystem."
17559 msgstr ""
17560
17561 #. type: textblock
17562 #: ../src/guestfs-actions.pod:6849
17563 msgid "See also C<guestfs_download>."
17564 msgstr ""
17565
17566 #. type: =head2
17567 #: ../src/guestfs-actions.pod:6860
17568 msgid "guestfs_upload_offset"
17569 msgstr ""
17570
17571 #. type: verbatim
17572 #: ../src/guestfs-actions.pod:6862
17573 #, no-wrap
17574 msgid ""
17575 " int\n"
17576 " guestfs_upload_offset (guestfs_h *g,\n"
17577 "                        const char *filename,\n"
17578 "                        const char *remotefilename,\n"
17579 "                        int64_t offset);\n"
17580 "\n"
17581 msgstr ""
17582
17583 #. type: textblock
17584 #: ../src/guestfs-actions.pod:6871 ../fish/guestfish-actions.pod:4635
17585 msgid ""
17586 "C<remotefilename> is overwritten starting at the byte C<offset> specified.  "
17587 "The intention is to overwrite parts of existing files or devices, although "
17588 "if a non-existant file is specified then it is created with a \"hole\" "
17589 "before C<offset>.  The size of the data written is implicit in the size of "
17590 "the source C<filename>."
17591 msgstr ""
17592
17593 #. type: textblock
17594 #: ../src/guestfs-actions.pod:6878
17595 msgid ""
17596 "Note that there is no limit on the amount of data that can be uploaded with "
17597 "this call, unlike with C<guestfs_pwrite>, and this call always writes the "
17598 "full amount unless an error occurs."
17599 msgstr ""
17600
17601 #. type: textblock
17602 #: ../src/guestfs-actions.pod:6883
17603 msgid "See also C<guestfs_upload>, C<guestfs_pwrite>."
17604 msgstr ""
17605
17606 #. type: =head2
17607 #: ../src/guestfs-actions.pod:6894
17608 msgid "guestfs_utimens"
17609 msgstr ""
17610
17611 #. type: verbatim
17612 #: ../src/guestfs-actions.pod:6896
17613 #, no-wrap
17614 msgid ""
17615 " int\n"
17616 " guestfs_utimens (guestfs_h *g,\n"
17617 "                  const char *path,\n"
17618 "                  int64_t atsecs,\n"
17619 "                  int64_t atnsecs,\n"
17620 "                  int64_t mtsecs,\n"
17621 "                  int64_t mtnsecs);\n"
17622 "\n"
17623 msgstr ""
17624
17625 #. type: textblock
17626 #: ../src/guestfs-actions.pod:6904 ../fish/guestfish-actions.pod:4655
17627 msgid "This command sets the timestamps of a file with nanosecond precision."
17628 msgstr ""
17629
17630 #. type: textblock
17631 #: ../src/guestfs-actions.pod:6907 ../fish/guestfish-actions.pod:4658
17632 msgid ""
17633 "C<atsecs, atnsecs> are the last access time (atime) in secs and nanoseconds "
17634 "from the epoch."
17635 msgstr ""
17636
17637 #. type: textblock
17638 #: ../src/guestfs-actions.pod:6910 ../fish/guestfish-actions.pod:4661
17639 msgid ""
17640 "C<mtsecs, mtnsecs> are the last modification time (mtime) in secs and "
17641 "nanoseconds from the epoch."
17642 msgstr ""
17643
17644 #. type: textblock
17645 #: ../src/guestfs-actions.pod:6913 ../fish/guestfish-actions.pod:4664
17646 msgid ""
17647 "If the C<*nsecs> field contains the special value C<-1> then the "
17648 "corresponding timestamp is set to the current time.  (The C<*secs> field is "
17649 "ignored in this case)."
17650 msgstr ""
17651
17652 #. type: textblock
17653 #: ../src/guestfs-actions.pod:6917 ../fish/guestfish-actions.pod:4668
17654 msgid ""
17655 "If the C<*nsecs> field contains the special value C<-2> then the "
17656 "corresponding timestamp is left unchanged.  (The C<*secs> field is ignored "
17657 "in this case)."
17658 msgstr ""
17659
17660 #. type: =head2
17661 #: ../src/guestfs-actions.pod:6925 ../src/guestfs-structs.pod:175
17662 msgid "guestfs_version"
17663 msgstr ""
17664
17665 #. type: verbatim
17666 #: ../src/guestfs-actions.pod:6927
17667 #, no-wrap
17668 msgid ""
17669 " struct guestfs_version *\n"
17670 " guestfs_version (guestfs_h *g);\n"
17671 "\n"
17672 msgstr ""
17673
17674 #. type: textblock
17675 #: ../src/guestfs-actions.pod:6930 ../fish/guestfish-actions.pod:4676
17676 msgid ""
17677 "Return the libguestfs version number that the program is linked against."
17678 msgstr ""
17679
17680 #. type: textblock
17681 #: ../src/guestfs-actions.pod:6933 ../fish/guestfish-actions.pod:4679
17682 msgid ""
17683 "Note that because of dynamic linking this is not necessarily the version of "
17684 "libguestfs that you compiled against.  You can compile the program, and then "
17685 "at runtime dynamically link against a completely different C<libguestfs.so> "
17686 "library."
17687 msgstr ""
17688
17689 #. type: textblock
17690 #: ../src/guestfs-actions.pod:6938 ../fish/guestfish-actions.pod:4684
17691 msgid ""
17692 "This call was added in version C<1.0.58>.  In previous versions of "
17693 "libguestfs there was no way to get the version number.  From C code you can "
17694 "use dynamic linker functions to find out if this symbol exists (if it "
17695 "doesn't, then it's an earlier version)."
17696 msgstr ""
17697
17698 #. type: textblock
17699 #: ../src/guestfs-actions.pod:6944 ../fish/guestfish-actions.pod:4690
17700 msgid ""
17701 "The call returns a structure with four elements.  The first three (C<major>, "
17702 "C<minor> and C<release>) are numbers and correspond to the usual version "
17703 "triplet.  The fourth element (C<extra>) is a string and is normally empty, "
17704 "but may be used for distro-specific information."
17705 msgstr ""
17706
17707 #. type: textblock
17708 #: ../src/guestfs-actions.pod:6950 ../fish/guestfish-actions.pod:4696
17709 msgid ""
17710 "To construct the original version string: C<$major.$minor.$release$extra>"
17711 msgstr ""
17712
17713 #. type: textblock
17714 #: ../src/guestfs-actions.pod:6953 ../fish/guestfish-actions.pod:4699
17715 msgid "See also: L<guestfs(3)/LIBGUESTFS VERSION NUMBERS>."
17716 msgstr ""
17717
17718 #. type: textblock
17719 #: ../src/guestfs-actions.pod:6955
17720 msgid ""
17721 "I<Note:> Don't use this call to test for availability of features.  In "
17722 "enterprise distributions we backport features from later versions into "
17723 "earlier versions, making this an unreliable way to test for features.  Use "
17724 "C<guestfs_available> instead."
17725 msgstr ""
17726
17727 #. type: textblock
17728 #: ../src/guestfs-actions.pod:6961
17729 msgid ""
17730 "This function returns a C<struct guestfs_version *>, or NULL if there was an "
17731 "error.  I<The caller must call C<guestfs_free_version> after use>."
17732 msgstr ""
17733
17734 #. type: textblock
17735 #: ../src/guestfs-actions.pod:6965
17736 msgid "(Added in 1.0.58)"
17737 msgstr ""
17738
17739 #. type: =head2
17740 #: ../src/guestfs-actions.pod:6967
17741 msgid "guestfs_vfs_label"
17742 msgstr ""
17743
17744 #. type: verbatim
17745 #: ../src/guestfs-actions.pod:6969
17746 #, no-wrap
17747 msgid ""
17748 " char *\n"
17749 " guestfs_vfs_label (guestfs_h *g,\n"
17750 "                    const char *device);\n"
17751 "\n"
17752 msgstr ""
17753
17754 #. type: textblock
17755 #: ../src/guestfs-actions.pod:6973 ../fish/guestfish-actions.pod:4711
17756 msgid "This returns the filesystem label of the filesystem on C<device>."
17757 msgstr ""
17758
17759 #. type: textblock
17760 #: ../src/guestfs-actions.pod:6976 ../fish/guestfish-actions.pod:4714
17761 msgid "If the filesystem is unlabeled, this returns the empty string."
17762 msgstr ""
17763
17764 #. type: textblock
17765 #: ../src/guestfs-actions.pod:6978
17766 msgid "To find a filesystem from the label, use C<guestfs_findfs_label>."
17767 msgstr ""
17768
17769 #. type: textblock
17770 #: ../src/guestfs-actions.pod:6983 ../src/guestfs-actions.pod:7020
17771 msgid "(Added in 1.3.18)"
17772 msgstr ""
17773
17774 #. type: =head2
17775 #: ../src/guestfs-actions.pod:6985
17776 msgid "guestfs_vfs_type"
17777 msgstr ""
17778
17779 #. type: verbatim
17780 #: ../src/guestfs-actions.pod:6987
17781 #, no-wrap
17782 msgid ""
17783 " char *\n"
17784 " guestfs_vfs_type (guestfs_h *g,\n"
17785 "                   const char *device);\n"
17786 "\n"
17787 msgstr ""
17788
17789 #. type: textblock
17790 #: ../src/guestfs-actions.pod:6991 ../fish/guestfish-actions.pod:4722
17791 msgid ""
17792 "This command gets the filesystem type corresponding to the filesystem on "
17793 "C<device>."
17794 msgstr ""
17795
17796 #. type: textblock
17797 #: ../src/guestfs-actions.pod:6994 ../fish/guestfish-actions.pod:4725
17798 msgid ""
17799 "For most filesystems, the result is the name of the Linux VFS module which "
17800 "would be used to mount this filesystem if you mounted it without specifying "
17801 "the filesystem type.  For example a string such as C<ext3> or C<ntfs>."
17802 msgstr ""
17803
17804 #. type: =head2
17805 #: ../src/guestfs-actions.pod:7004
17806 msgid "guestfs_vfs_uuid"
17807 msgstr ""
17808
17809 #. type: verbatim
17810 #: ../src/guestfs-actions.pod:7006
17811 #, no-wrap
17812 msgid ""
17813 " char *\n"
17814 " guestfs_vfs_uuid (guestfs_h *g,\n"
17815 "                   const char *device);\n"
17816 "\n"
17817 msgstr ""
17818
17819 #. type: textblock
17820 #: ../src/guestfs-actions.pod:7010 ../fish/guestfish-actions.pod:4734
17821 msgid "This returns the filesystem UUID of the filesystem on C<device>."
17822 msgstr ""
17823
17824 #. type: textblock
17825 #: ../src/guestfs-actions.pod:7013 ../fish/guestfish-actions.pod:4737
17826 msgid "If the filesystem does not have a UUID, this returns the empty string."
17827 msgstr ""
17828
17829 #. type: textblock
17830 #: ../src/guestfs-actions.pod:7015
17831 msgid "To find a filesystem from the UUID, use C<guestfs_findfs_uuid>."
17832 msgstr ""
17833
17834 #. type: =head2
17835 #: ../src/guestfs-actions.pod:7022
17836 msgid "guestfs_vg_activate"
17837 msgstr ""
17838
17839 #. type: verbatim
17840 #: ../src/guestfs-actions.pod:7024
17841 #, no-wrap
17842 msgid ""
17843 " int\n"
17844 " guestfs_vg_activate (guestfs_h *g,\n"
17845 "                      int activate,\n"
17846 "                      char *const *volgroups);\n"
17847 "\n"
17848 msgstr ""
17849
17850 #. type: textblock
17851 #: ../src/guestfs-actions.pod:7029 ../fish/guestfish-actions.pod:4745
17852 msgid ""
17853 "This command activates or (if C<activate> is false) deactivates all logical "
17854 "volumes in the listed volume groups C<volgroups>.  If activated, then they "
17855 "are made known to the kernel, ie. they appear as C</dev/mapper> devices.  If "
17856 "deactivated, then those devices disappear."
17857 msgstr ""
17858
17859 #. type: textblock
17860 #: ../src/guestfs-actions.pod:7035 ../fish/guestfish-actions.pod:4751
17861 msgid "This command is the same as running C<vgchange -a y|n volgroups...>"
17862 msgstr ""
17863
17864 #. type: textblock
17865 #: ../src/guestfs-actions.pod:7037 ../fish/guestfish-actions.pod:4753
17866 msgid ""
17867 "Note that if C<volgroups> is an empty list then B<all> volume groups are "
17868 "activated or deactivated."
17869 msgstr ""
17870
17871 #. type: =head2
17872 #: ../src/guestfs-actions.pod:7044
17873 msgid "guestfs_vg_activate_all"
17874 msgstr ""
17875
17876 #. type: verbatim
17877 #: ../src/guestfs-actions.pod:7046
17878 #, no-wrap
17879 msgid ""
17880 " int\n"
17881 " guestfs_vg_activate_all (guestfs_h *g,\n"
17882 "                          int activate);\n"
17883 "\n"
17884 msgstr ""
17885
17886 #. type: textblock
17887 #: ../src/guestfs-actions.pod:7050 ../fish/guestfish-actions.pod:4760
17888 msgid ""
17889 "This command activates or (if C<activate> is false) deactivates all logical "
17890 "volumes in all volume groups.  If activated, then they are made known to the "
17891 "kernel, ie. they appear as C</dev/mapper> devices.  If deactivated, then "
17892 "those devices disappear."
17893 msgstr ""
17894
17895 #. type: textblock
17896 #: ../src/guestfs-actions.pod:7056 ../fish/guestfish-actions.pod:4766
17897 msgid "This command is the same as running C<vgchange -a y|n>"
17898 msgstr ""
17899
17900 #. type: =head2
17901 #: ../src/guestfs-actions.pod:7062
17902 msgid "guestfs_vgcreate"
17903 msgstr ""
17904
17905 #. type: verbatim
17906 #: ../src/guestfs-actions.pod:7064
17907 #, no-wrap
17908 msgid ""
17909 " int\n"
17910 " guestfs_vgcreate (guestfs_h *g,\n"
17911 "                   const char *volgroup,\n"
17912 "                   char *const *physvols);\n"
17913 "\n"
17914 msgstr ""
17915
17916 #. type: textblock
17917 #: ../src/guestfs-actions.pod:7069 ../fish/guestfish-actions.pod:4772
17918 msgid ""
17919 "This creates an LVM volume group called C<volgroup> from the non-empty list "
17920 "of physical volumes C<physvols>."
17921 msgstr ""
17922
17923 #. type: =head2
17924 #: ../src/guestfs-actions.pod:7076
17925 msgid "guestfs_vglvuuids"
17926 msgstr ""
17927
17928 #. type: verbatim
17929 #: ../src/guestfs-actions.pod:7078
17930 #, no-wrap
17931 msgid ""
17932 " char **\n"
17933 " guestfs_vglvuuids (guestfs_h *g,\n"
17934 "                    const char *vgname);\n"
17935 "\n"
17936 msgstr ""
17937
17938 #. type: textblock
17939 #: ../src/guestfs-actions.pod:7082 ../fish/guestfish-actions.pod:4779
17940 msgid ""
17941 "Given a VG called C<vgname>, this returns the UUIDs of all the logical "
17942 "volumes created in this volume group."
17943 msgstr ""
17944
17945 #. type: textblock
17946 #: ../src/guestfs-actions.pod:7085
17947 msgid ""
17948 "You can use this along with C<guestfs_lvs> and C<guestfs_lvuuid> calls to "
17949 "associate logical volumes and volume groups."
17950 msgstr ""
17951
17952 #. type: textblock
17953 #: ../src/guestfs-actions.pod:7088
17954 msgid "See also C<guestfs_vgpvuuids>."
17955 msgstr ""
17956
17957 #. type: =head2
17958 #: ../src/guestfs-actions.pod:7096
17959 msgid "guestfs_vgpvuuids"
17960 msgstr ""
17961
17962 #. type: verbatim
17963 #: ../src/guestfs-actions.pod:7098
17964 #, no-wrap
17965 msgid ""
17966 " char **\n"
17967 " guestfs_vgpvuuids (guestfs_h *g,\n"
17968 "                    const char *vgname);\n"
17969 "\n"
17970 msgstr ""
17971
17972 #. type: textblock
17973 #: ../src/guestfs-actions.pod:7102 ../fish/guestfish-actions.pod:4791
17974 msgid ""
17975 "Given a VG called C<vgname>, this returns the UUIDs of all the physical "
17976 "volumes that this volume group resides on."
17977 msgstr ""
17978
17979 #. type: textblock
17980 #: ../src/guestfs-actions.pod:7105
17981 msgid ""
17982 "You can use this along with C<guestfs_pvs> and C<guestfs_pvuuid> calls to "
17983 "associate physical volumes and volume groups."
17984 msgstr ""
17985
17986 #. type: textblock
17987 #: ../src/guestfs-actions.pod:7108
17988 msgid "See also C<guestfs_vglvuuids>."
17989 msgstr ""
17990
17991 #. type: =head2
17992 #: ../src/guestfs-actions.pod:7116
17993 msgid "guestfs_vgremove"
17994 msgstr ""
17995
17996 #. type: verbatim
17997 #: ../src/guestfs-actions.pod:7118
17998 #, no-wrap
17999 msgid ""
18000 " int\n"
18001 " guestfs_vgremove (guestfs_h *g,\n"
18002 "                   const char *vgname);\n"
18003 "\n"
18004 msgstr ""
18005
18006 #. type: textblock
18007 #: ../src/guestfs-actions.pod:7122 ../fish/guestfish-actions.pod:4803
18008 msgid "Remove an LVM volume group C<vgname>, (for example C<VG>)."
18009 msgstr ""
18010
18011 #. type: textblock
18012 #: ../src/guestfs-actions.pod:7124 ../fish/guestfish-actions.pod:4805
18013 msgid ""
18014 "This also forcibly removes all logical volumes in the volume group (if any)."
18015 msgstr ""
18016
18017 #. type: =head2
18018 #: ../src/guestfs-actions.pod:7131
18019 msgid "guestfs_vgrename"
18020 msgstr ""
18021
18022 #. type: verbatim
18023 #: ../src/guestfs-actions.pod:7133
18024 #, no-wrap
18025 msgid ""
18026 " int\n"
18027 " guestfs_vgrename (guestfs_h *g,\n"
18028 "                   const char *volgroup,\n"
18029 "                   const char *newvolgroup);\n"
18030 "\n"
18031 msgstr ""
18032
18033 #. type: textblock
18034 #: ../src/guestfs-actions.pod:7138 ../fish/guestfish-actions.pod:4812
18035 msgid "Rename a volume group C<volgroup> with the new name C<newvolgroup>."
18036 msgstr ""
18037
18038 #. type: =head2
18039 #: ../src/guestfs-actions.pod:7144
18040 msgid "guestfs_vgs"
18041 msgstr ""
18042
18043 #. type: verbatim
18044 #: ../src/guestfs-actions.pod:7146
18045 #, no-wrap
18046 msgid ""
18047 " char **\n"
18048 " guestfs_vgs (guestfs_h *g);\n"
18049 "\n"
18050 msgstr ""
18051
18052 #. type: textblock
18053 #: ../src/guestfs-actions.pod:7149 ../fish/guestfish-actions.pod:4818
18054 msgid ""
18055 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18056 "> command."
18057 msgstr ""
18058
18059 #. type: textblock
18060 #: ../src/guestfs-actions.pod:7152 ../fish/guestfish-actions.pod:4821
18061 msgid ""
18062 "This returns a list of just the volume group names that were detected (eg. "
18063 "C<VolGroup00>)."
18064 msgstr ""
18065
18066 #. type: textblock
18067 #: ../src/guestfs-actions.pod:7155
18068 msgid "See also C<guestfs_vgs_full>."
18069 msgstr ""
18070
18071 #. type: =head2
18072 #: ../src/guestfs-actions.pod:7163
18073 msgid "guestfs_vgs_full"
18074 msgstr ""
18075
18076 #. type: verbatim
18077 #: ../src/guestfs-actions.pod:7165
18078 #, no-wrap
18079 msgid ""
18080 " struct guestfs_lvm_vg_list *\n"
18081 " guestfs_vgs_full (guestfs_h *g);\n"
18082 "\n"
18083 msgstr ""
18084
18085 #. type: textblock
18086 #: ../src/guestfs-actions.pod:7168 ../fish/guestfish-actions.pod:4830
18087 msgid ""
18088 "List all the volumes groups detected.  This is the equivalent of the L<vgs(8)"
18089 "> command.  The \"full\" version includes all fields."
18090 msgstr ""
18091
18092 #. type: textblock
18093 #: ../src/guestfs-actions.pod:7171
18094 msgid ""
18095 "This function returns a C<struct guestfs_lvm_vg_list *>, or NULL if there "
18096 "was an error.  I<The caller must call C<guestfs_free_lvm_vg_list> after use>."
18097 msgstr ""
18098
18099 #. type: =head2
18100 #: ../src/guestfs-actions.pod:7177
18101 msgid "guestfs_vgscan"
18102 msgstr ""
18103
18104 #. type: verbatim
18105 #: ../src/guestfs-actions.pod:7179
18106 #, no-wrap
18107 msgid ""
18108 " int\n"
18109 " guestfs_vgscan (guestfs_h *g);\n"
18110 "\n"
18111 msgstr ""
18112
18113 #. type: textblock
18114 #: ../src/guestfs-actions.pod:7182 ../fish/guestfish-actions.pod:4837
18115 msgid ""
18116 "This rescans all block devices and rebuilds the list of LVM physical "
18117 "volumes, volume groups and logical volumes."
18118 msgstr ""
18119
18120 #. type: =head2
18121 #: ../src/guestfs-actions.pod:7189
18122 msgid "guestfs_vguuid"
18123 msgstr ""
18124
18125 #. type: verbatim
18126 #: ../src/guestfs-actions.pod:7191
18127 #, no-wrap
18128 msgid ""
18129 " char *\n"
18130 " guestfs_vguuid (guestfs_h *g,\n"
18131 "                 const char *vgname);\n"
18132 "\n"
18133 msgstr ""
18134
18135 #. type: textblock
18136 #: ../src/guestfs-actions.pod:7195 ../fish/guestfish-actions.pod:4844
18137 msgid "This command returns the UUID of the LVM VG named C<vgname>."
18138 msgstr ""
18139
18140 #. type: =head2
18141 #: ../src/guestfs-actions.pod:7202
18142 msgid "guestfs_wait_ready"
18143 msgstr ""
18144
18145 #. type: verbatim
18146 #: ../src/guestfs-actions.pod:7204
18147 #, no-wrap
18148 msgid ""
18149 " int\n"
18150 " guestfs_wait_ready (guestfs_h *g);\n"
18151 "\n"
18152 msgstr ""
18153
18154 #. type: textblock
18155 #: ../src/guestfs-actions.pod:7207
18156 msgid "This function is a no op."
18157 msgstr ""
18158
18159 #. type: textblock
18160 #: ../src/guestfs-actions.pod:7209
18161 msgid ""
18162 "In versions of the API E<lt> 1.0.71 you had to call this function just after "
18163 "calling C<guestfs_launch> to wait for the launch to complete.  However this "
18164 "is no longer necessary because C<guestfs_launch> now does the waiting."
18165 msgstr ""
18166
18167 #. type: textblock
18168 #: ../src/guestfs-actions.pod:7214
18169 msgid ""
18170 "If you see any calls to this function in code then you can just remove them, "
18171 "unless you want to retain compatibility with older versions of the API."
18172 msgstr ""
18173
18174 #. type: textblock
18175 #: ../src/guestfs-actions.pod:7220
18176 msgid ""
18177 "This function is deprecated.  In new code, use the C<launch> call instead."
18178 msgstr ""
18179
18180 #. type: =head2
18181 #: ../src/guestfs-actions.pod:7229
18182 msgid "guestfs_wc_c"
18183 msgstr ""
18184
18185 #. type: verbatim
18186 #: ../src/guestfs-actions.pod:7231
18187 #, no-wrap
18188 msgid ""
18189 " int\n"
18190 " guestfs_wc_c (guestfs_h *g,\n"
18191 "               const char *path);\n"
18192 "\n"
18193 msgstr ""
18194
18195 #. type: textblock
18196 #: ../src/guestfs-actions.pod:7235 ../fish/guestfish-actions.pod:4850
18197 msgid ""
18198 "This command counts the characters in a file, using the C<wc -c> external "
18199 "command."
18200 msgstr ""
18201
18202 #. type: =head2
18203 #: ../src/guestfs-actions.pod:7242
18204 msgid "guestfs_wc_l"
18205 msgstr ""
18206
18207 #. type: verbatim
18208 #: ../src/guestfs-actions.pod:7244
18209 #, no-wrap
18210 msgid ""
18211 " int\n"
18212 " guestfs_wc_l (guestfs_h *g,\n"
18213 "               const char *path);\n"
18214 "\n"
18215 msgstr ""
18216
18217 #. type: textblock
18218 #: ../src/guestfs-actions.pod:7248 ../fish/guestfish-actions.pod:4857
18219 msgid ""
18220 "This command counts the lines in a file, using the C<wc -l> external command."
18221 msgstr ""
18222
18223 #. type: =head2
18224 #: ../src/guestfs-actions.pod:7255
18225 msgid "guestfs_wc_w"
18226 msgstr ""
18227
18228 #. type: verbatim
18229 #: ../src/guestfs-actions.pod:7257
18230 #, no-wrap
18231 msgid ""
18232 " int\n"
18233 " guestfs_wc_w (guestfs_h *g,\n"
18234 "               const char *path);\n"
18235 "\n"
18236 msgstr ""
18237
18238 #. type: textblock
18239 #: ../src/guestfs-actions.pod:7261 ../fish/guestfish-actions.pod:4864
18240 msgid ""
18241 "This command counts the words in a file, using the C<wc -w> external command."
18242 msgstr ""
18243
18244 #. type: =head2
18245 #: ../src/guestfs-actions.pod:7268
18246 msgid "guestfs_write"
18247 msgstr ""
18248
18249 #. type: verbatim
18250 #: ../src/guestfs-actions.pod:7270
18251 #, no-wrap
18252 msgid ""
18253 " int\n"
18254 " guestfs_write (guestfs_h *g,\n"
18255 "                const char *path,\n"
18256 "                const char *content,\n"
18257 "                size_t content_size);\n"
18258 "\n"
18259 msgstr ""
18260
18261 #. type: textblock
18262 #: ../src/guestfs-actions.pod:7276 ../fish/guestfish-actions.pod:4871
18263 msgid ""
18264 "This call creates a file called C<path>.  The content of the file is the "
18265 "string C<content> (which can contain any 8 bit data)."
18266 msgstr ""
18267
18268 #. type: =head2
18269 #: ../src/guestfs-actions.pod:7286
18270 msgid "guestfs_write_file"
18271 msgstr ""
18272
18273 #. type: verbatim
18274 #: ../src/guestfs-actions.pod:7288
18275 #, no-wrap
18276 msgid ""
18277 " int\n"
18278 " guestfs_write_file (guestfs_h *g,\n"
18279 "                     const char *path,\n"
18280 "                     const char *content,\n"
18281 "                     int size);\n"
18282 "\n"
18283 msgstr ""
18284
18285 #. type: textblock
18286 #: ../src/guestfs-actions.pod:7294 ../fish/guestfish-actions.pod:4881
18287 msgid ""
18288 "This call creates a file called C<path>.  The contents of the file is the "
18289 "string C<content> (which can contain any 8 bit data), with length C<size>."
18290 msgstr ""
18291
18292 #. type: textblock
18293 #: ../src/guestfs-actions.pod:7298 ../fish/guestfish-actions.pod:4885
18294 msgid ""
18295 "As a special case, if C<size> is C<0> then the length is calculated using "
18296 "C<strlen> (so in this case the content cannot contain embedded ASCII NULs)."
18297 msgstr ""
18298
18299 #. type: textblock
18300 #: ../src/guestfs-actions.pod:7302 ../fish/guestfish-actions.pod:4889
18301 msgid ""
18302 "I<NB.> Owing to a bug, writing content containing ASCII NUL characters does "
18303 "I<not> work, even if the length is specified."
18304 msgstr ""
18305
18306 #. type: textblock
18307 #: ../src/guestfs-actions.pod:7310 ../fish/guestfish-actions.pod:4895
18308 msgid ""
18309 "This function is deprecated.  In new code, use the C<write> call instead."
18310 msgstr ""
18311
18312 #. type: =head2
18313 #: ../src/guestfs-actions.pod:7319
18314 msgid "guestfs_zegrep"
18315 msgstr ""
18316
18317 #. type: verbatim
18318 #: ../src/guestfs-actions.pod:7321
18319 #, no-wrap
18320 msgid ""
18321 " char **\n"
18322 " guestfs_zegrep (guestfs_h *g,\n"
18323 "                 const char *regex,\n"
18324 "                 const char *path);\n"
18325 "\n"
18326 msgstr ""
18327
18328 #. type: textblock
18329 #: ../src/guestfs-actions.pod:7326 ../fish/guestfish-actions.pod:4906
18330 msgid ""
18331 "This calls the external C<zegrep> program and returns the matching lines."
18332 msgstr ""
18333
18334 #. type: =head2
18335 #: ../src/guestfs-actions.pod:7338
18336 msgid "guestfs_zegrepi"
18337 msgstr ""
18338
18339 #. type: verbatim
18340 #: ../src/guestfs-actions.pod:7340
18341 #, no-wrap
18342 msgid ""
18343 " char **\n"
18344 " guestfs_zegrepi (guestfs_h *g,\n"
18345 "                  const char *regex,\n"
18346 "                  const char *path);\n"
18347 "\n"
18348 msgstr ""
18349
18350 #. type: textblock
18351 #: ../src/guestfs-actions.pod:7345 ../fish/guestfish-actions.pod:4916
18352 msgid ""
18353 "This calls the external C<zegrep -i> program and returns the matching lines."
18354 msgstr ""
18355
18356 #. type: =head2
18357 #: ../src/guestfs-actions.pod:7357
18358 msgid "guestfs_zero"
18359 msgstr ""
18360
18361 #. type: verbatim
18362 #: ../src/guestfs-actions.pod:7359
18363 #, no-wrap
18364 msgid ""
18365 " int\n"
18366 " guestfs_zero (guestfs_h *g,\n"
18367 "               const char *device);\n"
18368 "\n"
18369 msgstr ""
18370
18371 #. type: textblock
18372 #: ../src/guestfs-actions.pod:7363 ../fish/guestfish-actions.pod:4926
18373 msgid "This command writes zeroes over the first few blocks of C<device>."
18374 msgstr ""
18375
18376 #. type: textblock
18377 #: ../src/guestfs-actions.pod:7365 ../fish/guestfish-actions.pod:4928
18378 msgid ""
18379 "How many blocks are zeroed isn't specified (but it's I<not> enough to "
18380 "securely wipe the device).  It should be sufficient to remove any partition "
18381 "tables, filesystem superblocks and so on."
18382 msgstr ""
18383
18384 #. type: textblock
18385 #: ../src/guestfs-actions.pod:7369
18386 msgid "See also: C<guestfs_zero_device>, C<guestfs_scrub_device>."
18387 msgstr ""
18388
18389 #. type: =head2
18390 #: ../src/guestfs-actions.pod:7380
18391 msgid "guestfs_zero_device"
18392 msgstr ""
18393
18394 #. type: verbatim
18395 #: ../src/guestfs-actions.pod:7382
18396 #, no-wrap
18397 msgid ""
18398 " int\n"
18399 " guestfs_zero_device (guestfs_h *g,\n"
18400 "                      const char *device);\n"
18401 "\n"
18402 msgstr ""
18403
18404 #. type: textblock
18405 #: ../src/guestfs-actions.pod:7386
18406 msgid ""
18407 "This command writes zeroes over the entire C<device>.  Compare with "
18408 "C<guestfs_zero> which just zeroes the first few blocks of a device."
18409 msgstr ""
18410
18411 #. type: textblock
18412 #: ../src/guestfs-actions.pod:7400
18413 msgid "(Added in 1.3.1)"
18414 msgstr ""
18415
18416 #. type: =head2
18417 #: ../src/guestfs-actions.pod:7402
18418 msgid "guestfs_zerofree"
18419 msgstr ""
18420
18421 #. type: verbatim
18422 #: ../src/guestfs-actions.pod:7404
18423 #, no-wrap
18424 msgid ""
18425 " int\n"
18426 " guestfs_zerofree (guestfs_h *g,\n"
18427 "                   const char *device);\n"
18428 "\n"
18429 msgstr ""
18430
18431 #. type: textblock
18432 #: ../src/guestfs-actions.pod:7408 ../fish/guestfish-actions.pod:4949
18433 msgid ""
18434 "This runs the I<zerofree> program on C<device>.  This program claims to zero "
18435 "unused inodes and disk blocks on an ext2/3 filesystem, thus making it "
18436 "possible to compress the filesystem more effectively."
18437 msgstr ""
18438
18439 #. type: textblock
18440 #: ../src/guestfs-actions.pod:7413 ../fish/guestfish-actions.pod:4954
18441 msgid "You should B<not> run this program if the filesystem is mounted."
18442 msgstr ""
18443
18444 #. type: textblock
18445 #: ../src/guestfs-actions.pod:7416 ../fish/guestfish-actions.pod:4957
18446 msgid ""
18447 "It is possible that using this program can damage the filesystem or data on "
18448 "the filesystem."
18449 msgstr ""
18450
18451 #. type: =head2
18452 #: ../src/guestfs-actions.pod:7423
18453 msgid "guestfs_zfgrep"
18454 msgstr ""
18455
18456 #. type: verbatim
18457 #: ../src/guestfs-actions.pod:7425
18458 #, no-wrap
18459 msgid ""
18460 " char **\n"
18461 " guestfs_zfgrep (guestfs_h *g,\n"
18462 "                 const char *pattern,\n"
18463 "                 const char *path);\n"
18464 "\n"
18465 msgstr ""
18466
18467 #. type: textblock
18468 #: ../src/guestfs-actions.pod:7430 ../fish/guestfish-actions.pod:4964
18469 msgid ""
18470 "This calls the external C<zfgrep> program and returns the matching lines."
18471 msgstr ""
18472
18473 #. type: =head2
18474 #: ../src/guestfs-actions.pod:7442
18475 msgid "guestfs_zfgrepi"
18476 msgstr ""
18477
18478 #. type: verbatim
18479 #: ../src/guestfs-actions.pod:7444
18480 #, no-wrap
18481 msgid ""
18482 " char **\n"
18483 " guestfs_zfgrepi (guestfs_h *g,\n"
18484 "                  const char *pattern,\n"
18485 "                  const char *path);\n"
18486 "\n"
18487 msgstr ""
18488
18489 #. type: textblock
18490 #: ../src/guestfs-actions.pod:7449 ../fish/guestfish-actions.pod:4974
18491 msgid ""
18492 "This calls the external C<zfgrep -i> program and returns the matching lines."
18493 msgstr ""
18494
18495 #. type: =head2
18496 #: ../src/guestfs-actions.pod:7461
18497 msgid "guestfs_zfile"
18498 msgstr ""
18499
18500 #. type: verbatim
18501 #: ../src/guestfs-actions.pod:7463
18502 #, no-wrap
18503 msgid ""
18504 " char *\n"
18505 " guestfs_zfile (guestfs_h *g,\n"
18506 "                const char *meth,\n"
18507 "                const char *path);\n"
18508 "\n"
18509 msgstr ""
18510
18511 #. type: textblock
18512 #: ../src/guestfs-actions.pod:7468 ../fish/guestfish-actions.pod:4984
18513 msgid ""
18514 "This command runs C<file> after first decompressing C<path> using C<method>."
18515 msgstr ""
18516
18517 #. type: textblock
18518 #: ../src/guestfs-actions.pod:7471 ../fish/guestfish-actions.pod:4987
18519 msgid "C<method> must be one of C<gzip>, C<compress> or C<bzip2>."
18520 msgstr ""
18521
18522 #. type: textblock
18523 #: ../src/guestfs-actions.pod:7473
18524 msgid ""
18525 "Since 1.0.63, use C<guestfs_file> instead which can now process compressed "
18526 "files."
18527 msgstr ""
18528
18529 #. type: textblock
18530 #: ../src/guestfs-actions.pod:7479 ../fish/guestfish-actions.pod:4992
18531 msgid ""
18532 "This function is deprecated.  In new code, use the C<file> call instead."
18533 msgstr ""
18534
18535 #. type: =head2
18536 #: ../src/guestfs-actions.pod:7488
18537 msgid "guestfs_zgrep"
18538 msgstr ""
18539
18540 #. type: verbatim
18541 #: ../src/guestfs-actions.pod:7490
18542 #, no-wrap
18543 msgid ""
18544 " char **\n"
18545 " guestfs_zgrep (guestfs_h *g,\n"
18546 "                const char *regex,\n"
18547 "                const char *path);\n"
18548 "\n"
18549 msgstr ""
18550
18551 #. type: textblock
18552 #: ../src/guestfs-actions.pod:7495 ../fish/guestfish-actions.pod:5003
18553 msgid ""
18554 "This calls the external C<zgrep> program and returns the matching lines."
18555 msgstr ""
18556
18557 #. type: =head2
18558 #: ../src/guestfs-actions.pod:7507
18559 msgid "guestfs_zgrepi"
18560 msgstr ""
18561
18562 #. type: verbatim
18563 #: ../src/guestfs-actions.pod:7509
18564 #, no-wrap
18565 msgid ""
18566 " char **\n"
18567 " guestfs_zgrepi (guestfs_h *g,\n"
18568 "                 const char *regex,\n"
18569 "                 const char *path);\n"
18570 "\n"
18571 msgstr ""
18572
18573 #. type: textblock
18574 #: ../src/guestfs-actions.pod:7514 ../fish/guestfish-actions.pod:5013
18575 msgid ""
18576 "This calls the external C<zgrep -i> program and returns the matching lines."
18577 msgstr ""
18578
18579 #. type: =item
18580 #: ../src/guestfs-availability.pod:3
18581 msgid "B<augeas>"
18582 msgstr ""
18583
18584 #. type: textblock
18585 #: ../src/guestfs-availability.pod:5
18586 msgid ""
18587 "The following functions: L</guestfs_aug_clear> L</guestfs_aug_close> L</"
18588 "guestfs_aug_defnode> L</guestfs_aug_defvar> L</guestfs_aug_get> L</"
18589 "guestfs_aug_init> L</guestfs_aug_insert> L</guestfs_aug_load> L</"
18590 "guestfs_aug_ls> L</guestfs_aug_match> L</guestfs_aug_mv> L</guestfs_aug_rm> "
18591 "L</guestfs_aug_save> L</guestfs_aug_set>"
18592 msgstr ""
18593
18594 #. type: =item
18595 #: ../src/guestfs-availability.pod:21
18596 msgid "B<inotify>"
18597 msgstr ""
18598
18599 #. type: textblock
18600 #: ../src/guestfs-availability.pod:23
18601 msgid ""
18602 "The following functions: L</guestfs_inotify_add_watch> L</"
18603 "guestfs_inotify_close> L</guestfs_inotify_files> L</guestfs_inotify_init> L</"
18604 "guestfs_inotify_read> L</guestfs_inotify_rm_watch>"
18605 msgstr ""
18606
18607 #. type: =item
18608 #: ../src/guestfs-availability.pod:31
18609 msgid "B<linuxfsuuid>"
18610 msgstr ""
18611
18612 #. type: textblock
18613 #: ../src/guestfs-availability.pod:33
18614 msgid ""
18615 "The following functions: L</guestfs_mke2fs_JU> L</guestfs_mke2journal_U> L</"
18616 "guestfs_mkswap_U> L</guestfs_swapoff_uuid> L</guestfs_swapon_uuid>"
18617 msgstr ""
18618
18619 #. type: =item
18620 #: ../src/guestfs-availability.pod:40
18621 msgid "B<linuxmodules>"
18622 msgstr ""
18623
18624 #. type: textblock
18625 #: ../src/guestfs-availability.pod:42
18626 msgid "The following functions: L</guestfs_modprobe>"
18627 msgstr ""
18628
18629 #. type: =item
18630 #: ../src/guestfs-availability.pod:45
18631 msgid "B<linuxxattrs>"
18632 msgstr ""
18633
18634 #. type: textblock
18635 #: ../src/guestfs-availability.pod:47
18636 msgid ""
18637 "The following functions: L</guestfs_getxattr> L</guestfs_getxattrs> L</"
18638 "guestfs_lgetxattr> L</guestfs_lgetxattrs> L</guestfs_lremovexattr> L</"
18639 "guestfs_lsetxattr> L</guestfs_lxattrlist> L</guestfs_removexattr> L</"
18640 "guestfs_setxattr>"
18641 msgstr ""
18642
18643 #. type: =item
18644 #: ../src/guestfs-availability.pod:58
18645 msgid "B<luks>"
18646 msgstr ""
18647
18648 #. type: textblock
18649 #: ../src/guestfs-availability.pod:60
18650 msgid ""
18651 "The following functions: L</guestfs_luks_add_key> L</guestfs_luks_close> L</"
18652 "guestfs_luks_format> L</guestfs_luks_format_cipher> L</"
18653 "guestfs_luks_kill_slot> L</guestfs_luks_open> L</guestfs_luks_open_ro>"
18654 msgstr ""
18655
18656 #. type: =item
18657 #: ../src/guestfs-availability.pod:69
18658 msgid "B<lvm2>"
18659 msgstr ""
18660
18661 #. type: textblock
18662 #: ../src/guestfs-availability.pod:71
18663 msgid ""
18664 "The following functions: L</guestfs_is_lv> L</guestfs_lvcreate> L</"
18665 "guestfs_lvm_remove_all> L</guestfs_lvm_set_filter> L</guestfs_lvremove> L</"
18666 "guestfs_lvresize> L</guestfs_lvresize_free> L</guestfs_lvs> L</"
18667 "guestfs_lvs_full> L</guestfs_pvcreate> L</guestfs_pvremove> L</"
18668 "guestfs_pvresize> L</guestfs_pvresize_size> L</guestfs_pvs> L</"
18669 "guestfs_pvs_full> L</guestfs_vg_activate> L</guestfs_vg_activate_all> L</"
18670 "guestfs_vgcreate> L</guestfs_vgremove> L</guestfs_vgs> L</guestfs_vgs_full>"
18671 msgstr ""
18672
18673 #. type: =item
18674 #: ../src/guestfs-availability.pod:94
18675 msgid "B<mknod>"
18676 msgstr ""
18677
18678 #. type: textblock
18679 #: ../src/guestfs-availability.pod:96
18680 msgid ""
18681 "The following functions: L</guestfs_mkfifo> L</guestfs_mknod> L</"
18682 "guestfs_mknod_b> L</guestfs_mknod_c>"
18683 msgstr ""
18684
18685 #. type: =item
18686 #: ../src/guestfs-availability.pod:102
18687 msgid "B<ntfs3g>"
18688 msgstr ""
18689
18690 #. type: textblock
18691 #: ../src/guestfs-availability.pod:104
18692 msgid "The following functions: L</guestfs_ntfs_3g_probe>"
18693 msgstr ""
18694
18695 #. type: =item
18696 #: ../src/guestfs-availability.pod:107
18697 msgid "B<ntfsprogs>"
18698 msgstr ""
18699
18700 #. type: textblock
18701 #: ../src/guestfs-availability.pod:109
18702 msgid ""
18703 "The following functions: L</guestfs_ntfsresize> L</guestfs_ntfsresize_size>"
18704 msgstr ""
18705
18706 #. type: =item
18707 #: ../src/guestfs-availability.pod:113
18708 msgid "B<realpath>"
18709 msgstr ""
18710
18711 #. type: textblock
18712 #: ../src/guestfs-availability.pod:115
18713 msgid "The following functions: L</guestfs_realpath>"
18714 msgstr ""
18715
18716 #. type: =item
18717 #: ../src/guestfs-availability.pod:118
18718 msgid "B<scrub>"
18719 msgstr ""
18720
18721 #. type: textblock
18722 #: ../src/guestfs-availability.pod:120
18723 msgid ""
18724 "The following functions: L</guestfs_scrub_device> L</guestfs_scrub_file> L</"
18725 "guestfs_scrub_freespace>"
18726 msgstr ""
18727
18728 #. type: =item
18729 #: ../src/guestfs-availability.pod:125
18730 msgid "B<selinux>"
18731 msgstr ""
18732
18733 #. type: textblock
18734 #: ../src/guestfs-availability.pod:127
18735 msgid "The following functions: L</guestfs_getcon> L</guestfs_setcon>"
18736 msgstr ""
18737
18738 #. type: =item
18739 #: ../src/guestfs-availability.pod:131
18740 msgid "B<xz>"
18741 msgstr ""
18742
18743 #. type: textblock
18744 #: ../src/guestfs-availability.pod:133
18745 msgid "The following functions: L</guestfs_txz_in> L</guestfs_txz_out>"
18746 msgstr ""
18747
18748 #. type: =item
18749 #: ../src/guestfs-availability.pod:137
18750 msgid "B<zerofree>"
18751 msgstr ""
18752
18753 #. type: textblock
18754 #: ../src/guestfs-availability.pod:139
18755 msgid "The following functions: L</guestfs_zerofree>"
18756 msgstr ""
18757
18758 #. type: =head2
18759 #: ../src/guestfs-structs.pod:1
18760 msgid "guestfs_int_bool"
18761 msgstr ""
18762
18763 #. type: verbatim
18764 #: ../src/guestfs-structs.pod:3
18765 #, no-wrap
18766 msgid ""
18767 " struct guestfs_int_bool {\n"
18768 "   int32_t i;\n"
18769 "   int32_t b;\n"
18770 " };\n"
18771 " \n"
18772 msgstr ""
18773
18774 #. type: verbatim
18775 #: ../src/guestfs-structs.pod:8
18776 #, no-wrap
18777 msgid ""
18778 " struct guestfs_int_bool_list {\n"
18779 "   uint32_t len; /* Number of elements in list. */\n"
18780 "   struct guestfs_int_bool *val; /* Elements. */\n"
18781 " };\n"
18782 " \n"
18783 msgstr ""
18784
18785 #. type: verbatim
18786 #: ../src/guestfs-structs.pod:13
18787 #, no-wrap
18788 msgid ""
18789 " void guestfs_free_int_bool (struct guestfs_free_int_bool *);\n"
18790 " void guestfs_free_int_bool_list (struct guestfs_free_int_bool_list *);\n"
18791 "\n"
18792 msgstr ""
18793
18794 #. type: =head2
18795 #: ../src/guestfs-structs.pod:16
18796 msgid "guestfs_lvm_pv"
18797 msgstr ""
18798
18799 #. type: verbatim
18800 #: ../src/guestfs-structs.pod:18
18801 #, no-wrap
18802 msgid ""
18803 " struct guestfs_lvm_pv {\n"
18804 "   char *pv_name;\n"
18805 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18806 "   char pv_uuid[32];\n"
18807 "   char *pv_fmt;\n"
18808 "   uint64_t pv_size;\n"
18809 "   uint64_t dev_size;\n"
18810 "   uint64_t pv_free;\n"
18811 "   uint64_t pv_used;\n"
18812 "   char *pv_attr;\n"
18813 "   int64_t pv_pe_count;\n"
18814 "   int64_t pv_pe_alloc_count;\n"
18815 "   char *pv_tags;\n"
18816 "   uint64_t pe_start;\n"
18817 "   int64_t pv_mda_count;\n"
18818 "   uint64_t pv_mda_free;\n"
18819 " };\n"
18820 " \n"
18821 msgstr ""
18822
18823 #. type: verbatim
18824 #: ../src/guestfs-structs.pod:36
18825 #, no-wrap
18826 msgid ""
18827 " struct guestfs_lvm_pv_list {\n"
18828 "   uint32_t len; /* Number of elements in list. */\n"
18829 "   struct guestfs_lvm_pv *val; /* Elements. */\n"
18830 " };\n"
18831 " \n"
18832 msgstr ""
18833
18834 #. type: verbatim
18835 #: ../src/guestfs-structs.pod:41
18836 #, no-wrap
18837 msgid ""
18838 " void guestfs_free_lvm_pv (struct guestfs_free_lvm_pv *);\n"
18839 " void guestfs_free_lvm_pv_list (struct guestfs_free_lvm_pv_list *);\n"
18840 "\n"
18841 msgstr ""
18842
18843 #. type: =head2
18844 #: ../src/guestfs-structs.pod:44
18845 msgid "guestfs_lvm_vg"
18846 msgstr ""
18847
18848 #. type: verbatim
18849 #: ../src/guestfs-structs.pod:46
18850 #, no-wrap
18851 msgid ""
18852 " struct guestfs_lvm_vg {\n"
18853 "   char *vg_name;\n"
18854 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18855 "   char vg_uuid[32];\n"
18856 "   char *vg_fmt;\n"
18857 "   char *vg_attr;\n"
18858 "   uint64_t vg_size;\n"
18859 "   uint64_t vg_free;\n"
18860 "   char *vg_sysid;\n"
18861 "   uint64_t vg_extent_size;\n"
18862 "   int64_t vg_extent_count;\n"
18863 "   int64_t vg_free_count;\n"
18864 "   int64_t max_lv;\n"
18865 "   int64_t max_pv;\n"
18866 "   int64_t pv_count;\n"
18867 "   int64_t lv_count;\n"
18868 "   int64_t snap_count;\n"
18869 "   int64_t vg_seqno;\n"
18870 "   char *vg_tags;\n"
18871 "   int64_t vg_mda_count;\n"
18872 "   uint64_t vg_mda_free;\n"
18873 " };\n"
18874 " \n"
18875 msgstr ""
18876
18877 #. type: verbatim
18878 #: ../src/guestfs-structs.pod:69
18879 #, no-wrap
18880 msgid ""
18881 " struct guestfs_lvm_vg_list {\n"
18882 "   uint32_t len; /* Number of elements in list. */\n"
18883 "   struct guestfs_lvm_vg *val; /* Elements. */\n"
18884 " };\n"
18885 " \n"
18886 msgstr ""
18887
18888 #. type: verbatim
18889 #: ../src/guestfs-structs.pod:74
18890 #, no-wrap
18891 msgid ""
18892 " void guestfs_free_lvm_vg (struct guestfs_free_lvm_vg *);\n"
18893 " void guestfs_free_lvm_vg_list (struct guestfs_free_lvm_vg_list *);\n"
18894 "\n"
18895 msgstr ""
18896
18897 #. type: =head2
18898 #: ../src/guestfs-structs.pod:77
18899 msgid "guestfs_lvm_lv"
18900 msgstr ""
18901
18902 #. type: verbatim
18903 #: ../src/guestfs-structs.pod:79
18904 #, no-wrap
18905 msgid ""
18906 " struct guestfs_lvm_lv {\n"
18907 "   char *lv_name;\n"
18908 "   /* The next field is NOT nul-terminated, be careful when printing it: */\n"
18909 "   char lv_uuid[32];\n"
18910 "   char *lv_attr;\n"
18911 "   int64_t lv_major;\n"
18912 "   int64_t lv_minor;\n"
18913 "   int64_t lv_kernel_major;\n"
18914 "   int64_t lv_kernel_minor;\n"
18915 "   uint64_t lv_size;\n"
18916 "   int64_t seg_count;\n"
18917 "   char *origin;\n"
18918 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18919 "   float snap_percent;\n"
18920 "   /* The next field is [0..100] or -1 meaning 'not present': */\n"
18921 "   float copy_percent;\n"
18922 "   char *move_pv;\n"
18923 "   char *lv_tags;\n"
18924 "   char *mirror_log;\n"
18925 "   char *modules;\n"
18926 " };\n"
18927 " \n"
18928 msgstr ""
18929
18930 #. type: verbatim
18931 #: ../src/guestfs-structs.pod:101
18932 #, no-wrap
18933 msgid ""
18934 " struct guestfs_lvm_lv_list {\n"
18935 "   uint32_t len; /* Number of elements in list. */\n"
18936 "   struct guestfs_lvm_lv *val; /* Elements. */\n"
18937 " };\n"
18938 " \n"
18939 msgstr ""
18940
18941 #. type: verbatim
18942 #: ../src/guestfs-structs.pod:106
18943 #, no-wrap
18944 msgid ""
18945 " void guestfs_free_lvm_lv (struct guestfs_free_lvm_lv *);\n"
18946 " void guestfs_free_lvm_lv_list (struct guestfs_free_lvm_lv_list *);\n"
18947 "\n"
18948 msgstr ""
18949
18950 #. type: verbatim
18951 #: ../src/guestfs-structs.pod:111
18952 #, no-wrap
18953 msgid ""
18954 " struct guestfs_stat {\n"
18955 "   int64_t dev;\n"
18956 "   int64_t ino;\n"
18957 "   int64_t mode;\n"
18958 "   int64_t nlink;\n"
18959 "   int64_t uid;\n"
18960 "   int64_t gid;\n"
18961 "   int64_t rdev;\n"
18962 "   int64_t size;\n"
18963 "   int64_t blksize;\n"
18964 "   int64_t blocks;\n"
18965 "   int64_t atime;\n"
18966 "   int64_t mtime;\n"
18967 "   int64_t ctime;\n"
18968 " };\n"
18969 " \n"
18970 msgstr ""
18971
18972 #. type: verbatim
18973 #: ../src/guestfs-structs.pod:127
18974 #, no-wrap
18975 msgid ""
18976 " struct guestfs_stat_list {\n"
18977 "   uint32_t len; /* Number of elements in list. */\n"
18978 "   struct guestfs_stat *val; /* Elements. */\n"
18979 " };\n"
18980 " \n"
18981 msgstr ""
18982
18983 #. type: verbatim
18984 #: ../src/guestfs-structs.pod:132
18985 #, no-wrap
18986 msgid ""
18987 " void guestfs_free_stat (struct guestfs_free_stat *);\n"
18988 " void guestfs_free_stat_list (struct guestfs_free_stat_list *);\n"
18989 "\n"
18990 msgstr ""
18991
18992 #. type: verbatim
18993 #: ../src/guestfs-structs.pod:137
18994 #, no-wrap
18995 msgid ""
18996 " struct guestfs_statvfs {\n"
18997 "   int64_t bsize;\n"
18998 "   int64_t frsize;\n"
18999 "   int64_t blocks;\n"
19000 "   int64_t bfree;\n"
19001 "   int64_t bavail;\n"
19002 "   int64_t files;\n"
19003 "   int64_t ffree;\n"
19004 "   int64_t favail;\n"
19005 "   int64_t fsid;\n"
19006 "   int64_t flag;\n"
19007 "   int64_t namemax;\n"
19008 " };\n"
19009 " \n"
19010 msgstr ""
19011
19012 #. type: verbatim
19013 #: ../src/guestfs-structs.pod:151
19014 #, no-wrap
19015 msgid ""
19016 " struct guestfs_statvfs_list {\n"
19017 "   uint32_t len; /* Number of elements in list. */\n"
19018 "   struct guestfs_statvfs *val; /* Elements. */\n"
19019 " };\n"
19020 " \n"
19021 msgstr ""
19022
19023 #. type: verbatim
19024 #: ../src/guestfs-structs.pod:156
19025 #, no-wrap
19026 msgid ""
19027 " void guestfs_free_statvfs (struct guestfs_free_statvfs *);\n"
19028 " void guestfs_free_statvfs_list (struct guestfs_free_statvfs_list *);\n"
19029 "\n"
19030 msgstr ""
19031
19032 #. type: =head2
19033 #: ../src/guestfs-structs.pod:159
19034 msgid "guestfs_dirent"
19035 msgstr ""
19036
19037 #. type: verbatim
19038 #: ../src/guestfs-structs.pod:161
19039 #, no-wrap
19040 msgid ""
19041 " struct guestfs_dirent {\n"
19042 "   int64_t ino;\n"
19043 "   char ftyp;\n"
19044 "   char *name;\n"
19045 " };\n"
19046 " \n"
19047 msgstr ""
19048
19049 #. type: verbatim
19050 #: ../src/guestfs-structs.pod:167
19051 #, no-wrap
19052 msgid ""
19053 " struct guestfs_dirent_list {\n"
19054 "   uint32_t len; /* Number of elements in list. */\n"
19055 "   struct guestfs_dirent *val; /* Elements. */\n"
19056 " };\n"
19057 " \n"
19058 msgstr ""
19059
19060 #. type: verbatim
19061 #: ../src/guestfs-structs.pod:172
19062 #, no-wrap
19063 msgid ""
19064 " void guestfs_free_dirent (struct guestfs_free_dirent *);\n"
19065 " void guestfs_free_dirent_list (struct guestfs_free_dirent_list *);\n"
19066 "\n"
19067 msgstr ""
19068
19069 #. type: verbatim
19070 #: ../src/guestfs-structs.pod:177
19071 #, no-wrap
19072 msgid ""
19073 " struct guestfs_version {\n"
19074 "   int64_t major;\n"
19075 "   int64_t minor;\n"
19076 "   int64_t release;\n"
19077 "   char *extra;\n"
19078 " };\n"
19079 " \n"
19080 msgstr ""
19081
19082 #. type: verbatim
19083 #: ../src/guestfs-structs.pod:184
19084 #, no-wrap
19085 msgid ""
19086 " struct guestfs_version_list {\n"
19087 "   uint32_t len; /* Number of elements in list. */\n"
19088 "   struct guestfs_version *val; /* Elements. */\n"
19089 " };\n"
19090 " \n"
19091 msgstr ""
19092
19093 #. type: verbatim
19094 #: ../src/guestfs-structs.pod:189
19095 #, no-wrap
19096 msgid ""
19097 " void guestfs_free_version (struct guestfs_free_version *);\n"
19098 " void guestfs_free_version_list (struct guestfs_free_version_list *);\n"
19099 "\n"
19100 msgstr ""
19101
19102 #. type: =head2
19103 #: ../src/guestfs-structs.pod:192
19104 msgid "guestfs_xattr"
19105 msgstr ""
19106
19107 #. type: verbatim
19108 #: ../src/guestfs-structs.pod:194
19109 #, no-wrap
19110 msgid ""
19111 " struct guestfs_xattr {\n"
19112 "   char *attrname;\n"
19113 "   /* The next two fields describe a byte array. */\n"
19114 "   uint32_t attrval_len;\n"
19115 "   char *attrval;\n"
19116 " };\n"
19117 " \n"
19118 msgstr ""
19119
19120 #. type: verbatim
19121 #: ../src/guestfs-structs.pod:201
19122 #, no-wrap
19123 msgid ""
19124 " struct guestfs_xattr_list {\n"
19125 "   uint32_t len; /* Number of elements in list. */\n"
19126 "   struct guestfs_xattr *val; /* Elements. */\n"
19127 " };\n"
19128 " \n"
19129 msgstr ""
19130
19131 #. type: verbatim
19132 #: ../src/guestfs-structs.pod:206
19133 #, no-wrap
19134 msgid ""
19135 " void guestfs_free_xattr (struct guestfs_free_xattr *);\n"
19136 " void guestfs_free_xattr_list (struct guestfs_free_xattr_list *);\n"
19137 "\n"
19138 msgstr ""
19139
19140 #. type: =head2
19141 #: ../src/guestfs-structs.pod:209
19142 msgid "guestfs_inotify_event"
19143 msgstr ""
19144
19145 #. type: verbatim
19146 #: ../src/guestfs-structs.pod:211
19147 #, no-wrap
19148 msgid ""
19149 " struct guestfs_inotify_event {\n"
19150 "   int64_t in_wd;\n"
19151 "   uint32_t in_mask;\n"
19152 "   uint32_t in_cookie;\n"
19153 "   char *in_name;\n"
19154 " };\n"
19155 " \n"
19156 msgstr ""
19157
19158 #. type: verbatim
19159 #: ../src/guestfs-structs.pod:218
19160 #, no-wrap
19161 msgid ""
19162 " struct guestfs_inotify_event_list {\n"
19163 "   uint32_t len; /* Number of elements in list. */\n"
19164 "   struct guestfs_inotify_event *val; /* Elements. */\n"
19165 " };\n"
19166 " \n"
19167 msgstr ""
19168
19169 #. type: verbatim
19170 #: ../src/guestfs-structs.pod:223
19171 #, no-wrap
19172 msgid ""
19173 " void guestfs_free_inotify_event (struct guestfs_free_inotify_event *);\n"
19174 " void guestfs_free_inotify_event_list (struct guestfs_free_inotify_event_list *);\n"
19175 "\n"
19176 msgstr ""
19177
19178 #. type: =head2
19179 #: ../src/guestfs-structs.pod:226
19180 msgid "guestfs_partition"
19181 msgstr ""
19182
19183 #. type: verbatim
19184 #: ../src/guestfs-structs.pod:228
19185 #, no-wrap
19186 msgid ""
19187 " struct guestfs_partition {\n"
19188 "   int32_t part_num;\n"
19189 "   uint64_t part_start;\n"
19190 "   uint64_t part_end;\n"
19191 "   uint64_t part_size;\n"
19192 " };\n"
19193 " \n"
19194 msgstr ""
19195
19196 #. type: verbatim
19197 #: ../src/guestfs-structs.pod:235
19198 #, no-wrap
19199 msgid ""
19200 " struct guestfs_partition_list {\n"
19201 "   uint32_t len; /* Number of elements in list. */\n"
19202 "   struct guestfs_partition *val; /* Elements. */\n"
19203 " };\n"
19204 " \n"
19205 msgstr ""
19206
19207 #. type: verbatim
19208 #: ../src/guestfs-structs.pod:240
19209 #, no-wrap
19210 msgid ""
19211 " void guestfs_free_partition (struct guestfs_free_partition *);\n"
19212 " void guestfs_free_partition_list (struct guestfs_free_partition_list *);\n"
19213 "\n"
19214 msgstr ""
19215
19216 #. type: =head2
19217 #: ../src/guestfs-structs.pod:243
19218 msgid "guestfs_application"
19219 msgstr ""
19220
19221 #. type: verbatim
19222 #: ../src/guestfs-structs.pod:245
19223 #, no-wrap
19224 msgid ""
19225 " struct guestfs_application {\n"
19226 "   char *app_name;\n"
19227 "   char *app_display_name;\n"
19228 "   int32_t app_epoch;\n"
19229 "   char *app_version;\n"
19230 "   char *app_release;\n"
19231 "   char *app_install_path;\n"
19232 "   char *app_trans_path;\n"
19233 "   char *app_publisher;\n"
19234 "   char *app_url;\n"
19235 "   char *app_source_package;\n"
19236 "   char *app_summary;\n"
19237 "   char *app_description;\n"
19238 " };\n"
19239 " \n"
19240 msgstr ""
19241
19242 #. type: verbatim
19243 #: ../src/guestfs-structs.pod:260
19244 #, no-wrap
19245 msgid ""
19246 " struct guestfs_application_list {\n"
19247 "   uint32_t len; /* Number of elements in list. */\n"
19248 "   struct guestfs_application *val; /* Elements. */\n"
19249 " };\n"
19250 " \n"
19251 msgstr ""
19252
19253 #. type: verbatim
19254 #: ../src/guestfs-structs.pod:265
19255 #, no-wrap
19256 msgid ""
19257 " void guestfs_free_application (struct guestfs_free_application *);\n"
19258 " void guestfs_free_application_list (struct guestfs_free_application_list *);\n"
19259 "\n"
19260 msgstr ""
19261
19262 #. type: textblock
19263 #: ../fish/guestfish.pod:5
19264 msgid "guestfish - the libguestfs Filesystem Interactive SHell"
19265 msgstr ""
19266
19267 #. type: verbatim
19268 #: ../fish/guestfish.pod:9
19269 #, no-wrap
19270 msgid ""
19271 " guestfish [--options] [commands]\n"
19272 "\n"
19273 msgstr ""
19274
19275 #. type: verbatim
19276 #: ../fish/guestfish.pod:11
19277 #, no-wrap
19278 msgid ""
19279 " guestfish\n"
19280 "\n"
19281 msgstr ""
19282
19283 #. type: verbatim
19284 #: ../fish/guestfish.pod:13
19285 #, no-wrap
19286 msgid ""
19287 " guestfish [--ro|--rw] -a disk.img\n"
19288 "\n"
19289 msgstr ""
19290
19291 #. type: verbatim
19292 #: ../fish/guestfish.pod:15
19293 #, no-wrap
19294 msgid ""
19295 " guestfish [--ro|--rw] -a disk.img -m dev[:mountpoint]\n"
19296 "\n"
19297 msgstr ""
19298
19299 #. type: verbatim
19300 #: ../fish/guestfish.pod:17
19301 #, no-wrap
19302 msgid ""
19303 " guestfish -d libvirt-domain\n"
19304 "\n"
19305 msgstr ""
19306
19307 #. type: verbatim
19308 #: ../fish/guestfish.pod:19
19309 #, no-wrap
19310 msgid ""
19311 " guestfish [--ro|--rw] -a disk.img -i\n"
19312 "\n"
19313 msgstr ""
19314
19315 #. type: verbatim
19316 #: ../fish/guestfish.pod:21
19317 #, no-wrap
19318 msgid ""
19319 " guestfish -d libvirt-domain -i\n"
19320 "\n"
19321 msgstr ""
19322
19323 #. type: =head1
19324 #: ../fish/guestfish.pod:23 ../fuse/guestmount.pod:15 ../tools/virt-edit.pl:44
19325 #: ../tools/virt-win-reg.pl:51 ../tools/virt-tar.pl:64
19326 msgid "WARNING"
19327 msgstr ""
19328
19329 #. type: textblock
19330 #: ../fish/guestfish.pod:25
19331 msgid ""
19332 "Using guestfish in read/write mode on live virtual machines can be "
19333 "dangerous, potentially causing disk corruption.  Use the I<--ro> (read-only) "
19334 "option to use guestfish safely if the disk image or virtual machine might be "
19335 "live."
19336 msgstr ""
19337
19338 #. type: textblock
19339 #: ../fish/guestfish.pod:32
19340 msgid ""
19341 "Guestfish is a shell and command-line tool for examining and modifying "
19342 "virtual machine filesystems.  It uses libguestfs and exposes all of the "
19343 "functionality of the guestfs API, see L<guestfs(3)>."
19344 msgstr ""
19345
19346 #. type: textblock
19347 #: ../fish/guestfish.pod:36
19348 msgid ""
19349 "Guestfish gives you structured access to the libguestfs API, from shell "
19350 "scripts or the command line or interactively.  If you want to rescue a "
19351 "broken virtual machine image, you should look at the L<virt-rescue(1)> "
19352 "command."
19353 msgstr ""
19354
19355 #. type: =head1
19356 #: ../fish/guestfish.pod:41 ../fish/guestfish.pod:947
19357 #: ../fuse/guestmount.pod:39 ../tools/virt-edit.pl:63 ../tools/virt-tar.pl:50
19358 msgid "EXAMPLES"
19359 msgstr ""
19360
19361 #. type: =head2
19362 #: ../fish/guestfish.pod:43
19363 msgid "As an interactive shell"
19364 msgstr ""
19365
19366 #. type: verbatim
19367 #: ../fish/guestfish.pod:45
19368 #, no-wrap
19369 msgid ""
19370 " $ guestfish\n"
19371 " \n"
19372 msgstr ""
19373
19374 #. type: verbatim
19375 #: ../fish/guestfish.pod:47
19376 #, no-wrap
19377 msgid ""
19378 " Welcome to guestfish, the libguestfs filesystem interactive shell for\n"
19379 " editing virtual machine filesystems.\n"
19380 " \n"
19381 msgstr ""
19382
19383 #. type: verbatim
19384 #: ../fish/guestfish.pod:50
19385 #, no-wrap
19386 msgid ""
19387 " Type: 'help' for a list of commands\n"
19388 "       'man' to read the manual\n"
19389 "       'quit' to quit the shell\n"
19390 " \n"
19391 msgstr ""
19392
19393 #. type: verbatim
19394 #: ../fish/guestfish.pod:54
19395 #, no-wrap
19396 msgid ""
19397 " ><fs> add-ro disk.img\n"
19398 " ><fs> run\n"
19399 " ><fs> list-filesystems\n"
19400 " /dev/sda1: ext4\n"
19401 " /dev/vg_guest/lv_root: ext4\n"
19402 " /dev/vg_guest/lv_swap: swap\n"
19403 " ><fs> mount /dev/vg_guest/lv_root /\n"
19404 " ><fs> cat /etc/fstab\n"
19405 " # /etc/fstab\n"
19406 " # Created by anaconda\n"
19407 " [...]\n"
19408 " ><fs> exit\n"
19409 "\n"
19410 msgstr ""
19411
19412 #. type: =head2
19413 #: ../fish/guestfish.pod:67
19414 msgid "From shell scripts"
19415 msgstr ""
19416
19417 #. type: textblock
19418 #: ../fish/guestfish.pod:69
19419 msgid "Create a new C</etc/motd> file in a guest or disk image:"
19420 msgstr ""
19421
19422 #. type: verbatim
19423 #: ../fish/guestfish.pod:71
19424 #, no-wrap
19425 msgid ""
19426 " guestfish <<_EOF_\n"
19427 " add disk.img\n"
19428 " run\n"
19429 " mount /dev/vg_guest/lv_root /\n"
19430 " write /etc/motd \"Welcome, new users\"\n"
19431 " _EOF_\n"
19432 "\n"
19433 msgstr ""
19434
19435 #. type: textblock
19436 #: ../fish/guestfish.pod:78
19437 msgid "List the LVM logical volumes in a disk image:"
19438 msgstr ""
19439
19440 #. type: verbatim
19441 #: ../fish/guestfish.pod:80
19442 #, no-wrap
19443 msgid ""
19444 " guestfish -a disk.img --ro <<_EOF_\n"
19445 " run\n"
19446 " lvs\n"
19447 " _EOF_\n"
19448 "\n"
19449 msgstr ""
19450
19451 #. type: textblock
19452 #: ../fish/guestfish.pod:85
19453 msgid "List all the filesystems in a disk image:"
19454 msgstr ""
19455
19456 #. type: verbatim
19457 #: ../fish/guestfish.pod:87
19458 #, no-wrap
19459 msgid ""
19460 " guestfish -a disk.img --ro <<_EOF_\n"
19461 " run\n"
19462 " list-filesystems\n"
19463 " _EOF_\n"
19464 "\n"
19465 msgstr ""
19466
19467 #. type: =head2
19468 #: ../fish/guestfish.pod:92
19469 msgid "On one command line"
19470 msgstr ""
19471
19472 #. type: textblock
19473 #: ../fish/guestfish.pod:94
19474 msgid "Update C</etc/resolv.conf> in a guest:"
19475 msgstr ""
19476
19477 #. type: verbatim
19478 #: ../fish/guestfish.pod:96
19479 #, no-wrap
19480 msgid ""
19481 " guestfish \\\n"
19482 "   add disk.img : run : mount /dev/vg_guest/lv_root / : \\\n"
19483 "   write /etc/resolv.conf \"nameserver 1.2.3.4\"\n"
19484 "\n"
19485 msgstr ""
19486
19487 #. type: textblock
19488 #: ../fish/guestfish.pod:100
19489 msgid "Edit C</boot/grub/grub.conf> interactively:"
19490 msgstr ""
19491
19492 #. type: verbatim
19493 #: ../fish/guestfish.pod:102
19494 #, no-wrap
19495 msgid ""
19496 " guestfish --rw --add disk.img \\\n"
19497 "   --mount /dev/vg_guest/lv_root \\\n"
19498 "   --mount /dev/sda1:/boot \\\n"
19499 "   edit /boot/grub/grub.conf\n"
19500 "\n"
19501 msgstr ""
19502
19503 #. type: =head2
19504 #: ../fish/guestfish.pod:107
19505 msgid "Mount disks automatically"
19506 msgstr ""
19507
19508 #. type: textblock
19509 #: ../fish/guestfish.pod:109
19510 msgid ""
19511 "Use the I<-i> option to automatically mount the disks from a virtual machine:"
19512 msgstr ""
19513
19514 #. type: verbatim
19515 #: ../fish/guestfish.pod:112
19516 #, no-wrap
19517 msgid ""
19518 " guestfish --ro -a disk.img -i cat /etc/group\n"
19519 "\n"
19520 msgstr ""
19521
19522 #. type: verbatim
19523 #: ../fish/guestfish.pod:114
19524 #, no-wrap
19525 msgid ""
19526 " guestfish --ro -d libvirt-domain -i cat /etc/group\n"
19527 "\n"
19528 msgstr ""
19529
19530 #. type: textblock
19531 #: ../fish/guestfish.pod:116
19532 msgid "Another way to edit C</boot/grub/grub.conf> interactively is:"
19533 msgstr ""
19534
19535 #. type: verbatim
19536 #: ../fish/guestfish.pod:118
19537 #, no-wrap
19538 msgid ""
19539 " guestfish --rw -a disk.img -i edit /boot/grub/grub.conf\n"
19540 "\n"
19541 msgstr ""
19542
19543 #. type: =head2
19544 #: ../fish/guestfish.pod:120
19545 msgid "As a script interpreter"
19546 msgstr ""
19547
19548 #. type: textblock
19549 #: ../fish/guestfish.pod:122
19550 msgid "Create a 100MB disk containing an ext2-formatted partition:"
19551 msgstr ""
19552
19553 #. type: verbatim
19554 #: ../fish/guestfish.pod:124
19555 #, no-wrap
19556 msgid ""
19557 " #!/usr/bin/guestfish -f\n"
19558 " sparse test1.img 100M\n"
19559 " run\n"
19560 " part-disk /dev/sda mbr\n"
19561 " mkfs ext2 /dev/sda1\n"
19562 "\n"
19563 msgstr ""
19564
19565 #. type: =head2
19566 #: ../fish/guestfish.pod:130
19567 msgid "Start with a prepared disk"
19568 msgstr ""
19569
19570 #. type: textblock
19571 #: ../fish/guestfish.pod:132
19572 msgid ""
19573 "An alternate way to create a 100MB disk called C<test1.img> containing a "
19574 "single ext2-formatted partition:"
19575 msgstr ""
19576
19577 #. type: verbatim
19578 #: ../fish/guestfish.pod:135
19579 #, no-wrap
19580 msgid ""
19581 " guestfish -N fs\n"
19582 "\n"
19583 msgstr ""
19584
19585 #. type: textblock
19586 #: ../fish/guestfish.pod:137
19587 msgid "To list what is available do:"
19588 msgstr ""
19589
19590 #. type: verbatim
19591 #: ../fish/guestfish.pod:139 ../fish/guestfish.pod:938
19592 #, no-wrap
19593 msgid ""
19594 " guestfish -N help | less\n"
19595 "\n"
19596 msgstr ""
19597
19598 #. type: =head2
19599 #: ../fish/guestfish.pod:141
19600 msgid "Remote control"
19601 msgstr ""
19602
19603 #. type: verbatim
19604 #: ../fish/guestfish.pod:143
19605 #, no-wrap
19606 msgid ""
19607 " eval \"`guestfish --listen`\"\n"
19608 " guestfish --remote add-ro disk.img\n"
19609 " guestfish --remote run\n"
19610 " guestfish --remote lvs\n"
19611 "\n"
19612 msgstr ""
19613
19614 #. type: =head1
19615 #: ../fish/guestfish.pod:148 ../test-tool/libguestfs-test-tool.pod:37
19616 #: ../fuse/guestmount.pod:83 ../tools/virt-edit.pl:81
19617 #: ../tools/virt-win-reg.pl:96 ../tools/virt-list-filesystems.pl:53
19618 #: ../tools/virt-tar.pl:103 ../tools/virt-make-fs.pl:153
19619 #: ../tools/virt-list-partitions.pl:54
19620 msgid "OPTIONS"
19621 msgstr ""
19622
19623 #. type: =item
19624 #: ../fish/guestfish.pod:152 ../fuse/guestmount.pod:141
19625 #: ../tools/virt-edit.pl:89 ../tools/virt-win-reg.pl:104
19626 #: ../tools/virt-list-filesystems.pl:61 ../tools/virt-tar.pl:111
19627 #: ../tools/virt-make-fs.pl:161 ../tools/virt-list-partitions.pl:62
19628 msgid "B<--help>"
19629 msgstr ""
19630
19631 #. type: textblock
19632 #: ../fish/guestfish.pod:154
19633 msgid "Displays general help on options."
19634 msgstr ""
19635
19636 #. type: =item
19637 #: ../fish/guestfish.pod:156
19638 msgid "B<-h>"
19639 msgstr ""
19640
19641 #. type: =item
19642 #: ../fish/guestfish.pod:158
19643 msgid "B<--cmd-help>"
19644 msgstr ""
19645
19646 #. type: textblock
19647 #: ../fish/guestfish.pod:160
19648 msgid "Lists all available guestfish commands."
19649 msgstr ""
19650
19651 #. type: =item
19652 #: ../fish/guestfish.pod:162
19653 msgid "B<-h cmd>"
19654 msgstr ""
19655
19656 #. type: =item
19657 #: ../fish/guestfish.pod:164
19658 msgid "B<--cmd-help cmd>"
19659 msgstr ""
19660
19661 #. type: textblock
19662 #: ../fish/guestfish.pod:166
19663 msgid "Displays detailed help on a single command C<cmd>."
19664 msgstr ""
19665
19666 #. type: =item
19667 #: ../fish/guestfish.pod:168
19668 msgid "B<-a image>"
19669 msgstr ""
19670
19671 #. type: =item
19672 #: ../fish/guestfish.pod:170
19673 msgid "B<--add image>"
19674 msgstr ""
19675
19676 #. type: textblock
19677 #: ../fish/guestfish.pod:172
19678 msgid "Add a block device or virtual machine image to the shell."
19679 msgstr ""
19680
19681 #. type: textblock
19682 #: ../fish/guestfish.pod:174 ../fuse/guestmount.pod:91
19683 msgid ""
19684 "The format of the disk image is auto-detected.  To override this and force a "
19685 "particular format use the I<--format=..> option."
19686 msgstr ""
19687
19688 #. type: textblock
19689 #: ../fish/guestfish.pod:177
19690 msgid ""
19691 "Using this flag is mostly equivalent to using the C<add> command, with "
19692 "C<readonly:true> if the I<--ro> flag was given, and with C<format:...> if "
19693 "the I<--format=...> flag was given."
19694 msgstr ""
19695
19696 #. type: =item
19697 #: ../fish/guestfish.pod:181
19698 msgid "B<-c URI>"
19699 msgstr ""
19700
19701 #. type: =item
19702 #: ../fish/guestfish.pod:183
19703 msgid "B<--connect URI>"
19704 msgstr ""
19705
19706 #. type: textblock
19707 #: ../fish/guestfish.pod:185 ../fuse/guestmount.pod:96
19708 msgid ""
19709 "When used in conjunction with the I<-d> option, this specifies the libvirt "
19710 "URI to use.  The default is to use the default libvirt connection."
19711 msgstr ""
19712
19713 #. type: =item
19714 #: ../fish/guestfish.pod:189
19715 msgid "B<--csh>"
19716 msgstr ""
19717
19718 #. type: textblock
19719 #: ../fish/guestfish.pod:191
19720 msgid ""
19721 "If using the I<--listen> option and a csh-like shell, use this option.  See "
19722 "section L</REMOTE CONTROL AND CSH> below."
19723 msgstr ""
19724
19725 #. type: =item
19726 #: ../fish/guestfish.pod:194
19727 msgid "B<-d libvirt-domain>"
19728 msgstr ""
19729
19730 #. type: =item
19731 #: ../fish/guestfish.pod:196
19732 msgid "B<--domain libvirt-domain>"
19733 msgstr ""
19734
19735 #. type: textblock
19736 #: ../fish/guestfish.pod:198 ../fuse/guestmount.pod:102
19737 msgid ""
19738 "Add disks from the named libvirt domain.  If the I<--ro> option is also "
19739 "used, then any libvirt domain can be used.  However in write mode, only "
19740 "libvirt domains which are shut down can be named here."
19741 msgstr ""
19742
19743 #. type: textblock
19744 #: ../fish/guestfish.pod:202
19745 msgid ""
19746 "Using this flag is mostly equivalent to using the C<add-domain> command, "
19747 "with C<readonly:true> if the I<--ro> flag was given, and with C<format:...> "
19748 "if the I<--format:...> flag was given."
19749 msgstr ""
19750
19751 #. type: =item
19752 #: ../fish/guestfish.pod:206
19753 msgid "B<-D>"
19754 msgstr ""
19755
19756 #. type: =item
19757 #: ../fish/guestfish.pod:208
19758 msgid "B<--no-dest-paths>"
19759 msgstr ""
19760
19761 #. type: textblock
19762 #: ../fish/guestfish.pod:210
19763 msgid ""
19764 "Don't tab-complete paths on the guest filesystem.  It is useful to be able "
19765 "to hit the tab key to complete paths on the guest filesystem, but this "
19766 "causes extra \"hidden\" guestfs calls to be made, so this option is here to "
19767 "allow this feature to be disabled."
19768 msgstr ""
19769
19770 #. type: =item
19771 #: ../fish/guestfish.pod:215 ../fuse/guestmount.pod:118
19772 msgid "B<--echo-keys>"
19773 msgstr ""
19774
19775 #. type: textblock
19776 #: ../fish/guestfish.pod:217 ../fuse/guestmount.pod:120
19777 msgid ""
19778 "When prompting for keys and passphrases, guestfish normally turns echoing "
19779 "off so you cannot see what you are typing.  If you are not worried about "
19780 "Tempest attacks and there is no one else in the room you can specify this "
19781 "flag to see what you are typing."
19782 msgstr ""
19783
19784 #. type: =item
19785 #: ../fish/guestfish.pod:222
19786 msgid "B<-f file>"
19787 msgstr ""
19788
19789 #. type: =item
19790 #: ../fish/guestfish.pod:224
19791 msgid "B<--file file>"
19792 msgstr ""
19793
19794 #. type: textblock
19795 #: ../fish/guestfish.pod:226
19796 msgid "Read commands from C<file>.  To write pure guestfish scripts, use:"
19797 msgstr ""
19798
19799 #. type: verbatim
19800 #: ../fish/guestfish.pod:229
19801 #, no-wrap
19802 msgid ""
19803 " #!/usr/bin/guestfish -f\n"
19804 "\n"
19805 msgstr ""
19806
19807 #. type: =item
19808 #: ../fish/guestfish.pod:231
19809 msgid "B<--format=raw|qcow2|..>"
19810 msgstr ""
19811
19812 #. type: =item
19813 #: ../fish/guestfish.pod:233
19814 msgid "B<--format>"
19815 msgstr ""
19816
19817 #. type: textblock
19818 #: ../fish/guestfish.pod:235 ../fuse/guestmount.pod:127
19819 msgid ""
19820 "The default for the I<-a> option is to auto-detect the format of the disk "
19821 "image.  Using this forces the disk format for I<-a> options which follow on "
19822 "the command line.  Using I<--format> with no argument switches back to auto-"
19823 "detection for subsequent I<-a> options."
19824 msgstr ""
19825
19826 #. type: verbatim
19827 #: ../fish/guestfish.pod:242
19828 #, no-wrap
19829 msgid ""
19830 " guestfish --format=raw -a disk.img\n"
19831 "\n"
19832 msgstr ""
19833
19834 #. type: textblock
19835 #: ../fish/guestfish.pod:244
19836 msgid "forces raw format (no auto-detection) for C<disk.img>."
19837 msgstr ""
19838
19839 #. type: verbatim
19840 #: ../fish/guestfish.pod:246
19841 #, no-wrap
19842 msgid ""
19843 " guestfish --format=raw -a disk.img --format -a another.img\n"
19844 "\n"
19845 msgstr ""
19846
19847 #. type: textblock
19848 #: ../fish/guestfish.pod:248
19849 msgid ""
19850 "forces raw format (no auto-detection) for C<disk.img> and reverts to auto-"
19851 "detection for C<another.img>."
19852 msgstr ""
19853
19854 #. type: textblock
19855 #: ../fish/guestfish.pod:251
19856 msgid ""
19857 "If you have untrusted raw-format guest disk images, you should use this "
19858 "option to specify the disk format.  This avoids a possible security problem "
19859 "with malicious guests (CVE-2010-3851).  See also L</add-drive-opts>."
19860 msgstr ""
19861
19862 #. type: =item
19863 #: ../fish/guestfish.pod:256
19864 msgid "B<-i>"
19865 msgstr ""
19866
19867 #. type: =item
19868 #: ../fish/guestfish.pod:258
19869 msgid "B<--inspector>"
19870 msgstr ""
19871
19872 #. type: textblock
19873 #: ../fish/guestfish.pod:260 ../fuse/guestmount.pod:147
19874 msgid ""
19875 "Using L<virt-inspector(1)> code, inspect the disks looking for an operating "
19876 "system and mount filesystems as they would be mounted on the real virtual "
19877 "machine."
19878 msgstr ""
19879
19880 #. type: textblock
19881 #: ../fish/guestfish.pod:264
19882 msgid "Typical usage is either:"
19883 msgstr ""
19884
19885 #. type: verbatim
19886 #: ../fish/guestfish.pod:266
19887 #, no-wrap
19888 msgid ""
19889 " guestfish -d myguest -i\n"
19890 "\n"
19891 msgstr ""
19892
19893 #. type: textblock
19894 #: ../fish/guestfish.pod:268
19895 msgid "(for an inactive libvirt domain called I<myguest>), or:"
19896 msgstr ""
19897
19898 #. type: verbatim
19899 #: ../fish/guestfish.pod:270
19900 #, no-wrap
19901 msgid ""
19902 " guestfish --ro -d myguest -i\n"
19903 "\n"
19904 msgstr ""
19905
19906 #. type: textblock
19907 #: ../fish/guestfish.pod:272
19908 msgid "(for active domains, readonly), or specify the block device directly:"
19909 msgstr ""
19910
19911 #. type: verbatim
19912 #: ../fish/guestfish.pod:274
19913 #, no-wrap
19914 msgid ""
19915 " guestfish --rw -a /dev/Guests/MyGuest -i\n"
19916 "\n"
19917 msgstr ""
19918
19919 #. type: textblock
19920 #: ../fish/guestfish.pod:276
19921 msgid ""
19922 "Note that the command line syntax changed slightly over older versions of "
19923 "guestfish.  You can still use the old syntax:"
19924 msgstr ""
19925
19926 #. type: verbatim
19927 #: ../fish/guestfish.pod:279
19928 #, no-wrap
19929 msgid ""
19930 " guestfish [--ro] -i disk.img\n"
19931 "\n"
19932 msgstr ""
19933
19934 #. type: verbatim
19935 #: ../fish/guestfish.pod:281
19936 #, no-wrap
19937 msgid ""
19938 " guestfish [--ro] -i libvirt-domain\n"
19939 "\n"
19940 msgstr ""
19941
19942 #. type: textblock
19943 #: ../fish/guestfish.pod:283
19944 msgid ""
19945 "Using this flag is mostly equivalent to using the C<inspect-os> command and "
19946 "then using other commands to mount the filesystems that were found."
19947 msgstr ""
19948
19949 #. type: =item
19950 #: ../fish/guestfish.pod:287 ../fuse/guestmount.pod:151
19951 msgid "B<--keys-from-stdin>"
19952 msgstr ""
19953
19954 #. type: textblock
19955 #: ../fish/guestfish.pod:289 ../fuse/guestmount.pod:153
19956 msgid ""
19957 "Read key or passphrase parameters from stdin.  The default is to try to read "
19958 "passphrases from the user by opening C</dev/tty>."
19959 msgstr ""
19960
19961 #. type: =item
19962 #: ../fish/guestfish.pod:292
19963 msgid "B<--listen>"
19964 msgstr ""
19965
19966 #. type: textblock
19967 #: ../fish/guestfish.pod:294
19968 msgid ""
19969 "Fork into the background and listen for remote commands.  See section L</"
19970 "REMOTE CONTROL GUESTFISH OVER A SOCKET> below."
19971 msgstr ""
19972
19973 #. type: =item
19974 #: ../fish/guestfish.pod:297 ../fuse/guestmount.pod:156
19975 msgid "B<--live>"
19976 msgstr ""
19977
19978 #. type: textblock
19979 #: ../fish/guestfish.pod:299 ../fuse/guestmount.pod:158
19980 msgid ""
19981 "Connect to a live virtual machine.  (Experimental, see L<guestfs(3)/"
19982 "ATTACHING TO RUNNING DAEMONS>)."
19983 msgstr ""
19984
19985 #. type: =item
19986 #: ../fish/guestfish.pod:302 ../fuse/guestmount.pod:161
19987 msgid "B<-m dev[:mountpoint[:options]]>"
19988 msgstr ""
19989
19990 #. type: =item
19991 #: ../fish/guestfish.pod:304 ../fuse/guestmount.pod:163
19992 msgid "B<--mount dev[:mountpoint[:options]]>"
19993 msgstr ""
19994
19995 #. type: textblock
19996 #: ../fish/guestfish.pod:306
19997 msgid "Mount the named partition or logical volume on the given mountpoint."
19998 msgstr ""
19999
20000 #. type: textblock
20001 #: ../fish/guestfish.pod:308
20002 msgid "If the mountpoint is omitted, it defaults to C</>."
20003 msgstr ""
20004
20005 #. type: textblock
20006 #: ../fish/guestfish.pod:310
20007 msgid "You have to mount something on C</> before most commands will work."
20008 msgstr ""
20009
20010 #. type: textblock
20011 #: ../fish/guestfish.pod:312
20012 msgid ""
20013 "If any I<-m> or I<--mount> options are given, the guest is automatically "
20014 "launched."
20015 msgstr ""
20016
20017 #. type: textblock
20018 #: ../fish/guestfish.pod:315
20019 msgid ""
20020 "If you don't know what filesystems a disk image contains, you can either run "
20021 "guestfish without this option, then list the partitions, filesystems and LVs "
20022 "available (see L</list-partitions>, L</list-filesystems> and L</lvs> "
20023 "commands), or you can use the L<virt-filesystems(1)> program."
20024 msgstr ""
20025
20026 #. type: textblock
20027 #: ../fish/guestfish.pod:321 ../fuse/guestmount.pod:171
20028 msgid ""
20029 "The third (and rarely used) part of the mount parameter is the list of mount "
20030 "options used to mount the underlying filesystem.  If this is not given, then "
20031 "the mount options are either the empty string or C<ro> (the latter if the "
20032 "I<--ro> flag is used).  By specifying the mount options, you override this "
20033 "default choice.  Probably the only time you would use this is to enable ACLs "
20034 "and/or extended attributes if the filesystem can support them:"
20035 msgstr ""
20036
20037 #. type: verbatim
20038 #: ../fish/guestfish.pod:329 ../fuse/guestmount.pod:179
20039 #, no-wrap
20040 msgid ""
20041 " -m /dev/sda1:/:acl,user_xattr\n"
20042 "\n"
20043 msgstr ""
20044
20045 #. type: textblock
20046 #: ../fish/guestfish.pod:331
20047 msgid "Using this flag is equivalent to using the C<mount-options> command."
20048 msgstr ""
20049
20050 #. type: =item
20051 #: ../fish/guestfish.pod:333
20052 msgid "B<-n>"
20053 msgstr ""
20054
20055 #. type: =item
20056 #: ../fish/guestfish.pod:335
20057 msgid "B<--no-sync>"
20058 msgstr ""
20059
20060 #. type: textblock
20061 #: ../fish/guestfish.pod:337
20062 msgid ""
20063 "Disable autosync.  This is enabled by default.  See the discussion of "
20064 "autosync in the L<guestfs(3)> manpage."
20065 msgstr ""
20066
20067 #. type: =item
20068 #: ../fish/guestfish.pod:340
20069 msgid "B<-N type>"
20070 msgstr ""
20071
20072 #. type: =item
20073 #: ../fish/guestfish.pod:342
20074 msgid "B<--new type>"
20075 msgstr ""
20076
20077 #. type: =item
20078 #: ../fish/guestfish.pod:344
20079 msgid "B<-N help>"
20080 msgstr ""
20081
20082 #. type: textblock
20083 #: ../fish/guestfish.pod:346
20084 msgid ""
20085 "Prepare a fresh disk image formatted as \"type\".  This is an alternative to "
20086 "the I<-a> option: whereas I<-a> adds an existing disk, I<-N> creates a "
20087 "preformatted disk with a filesystem and adds it.  See L</PREPARED DISK "
20088 "IMAGES> below."
20089 msgstr ""
20090
20091 #. type: =item
20092 #: ../fish/guestfish.pod:351
20093 msgid "B<--progress-bars>"
20094 msgstr ""
20095
20096 #. type: textblock
20097 #: ../fish/guestfish.pod:353
20098 msgid "Enable progress bars, even when guestfish is used non-interactively."
20099 msgstr ""
20100
20101 #. type: textblock
20102 #: ../fish/guestfish.pod:355
20103 msgid ""
20104 "Progress bars are enabled by default when guestfish is used as an "
20105 "interactive shell."
20106 msgstr ""
20107
20108 #. type: =item
20109 #: ../fish/guestfish.pod:358
20110 msgid "B<--no-progress-bars>"
20111 msgstr ""
20112
20113 #. type: textblock
20114 #: ../fish/guestfish.pod:360
20115 msgid "Disable progress bars."
20116 msgstr ""
20117
20118 #. type: =item
20119 #: ../fish/guestfish.pod:362
20120 msgid "B<--remote[=pid]>"
20121 msgstr ""
20122
20123 #. type: textblock
20124 #: ../fish/guestfish.pod:364
20125 msgid ""
20126 "Send remote commands to C<$GUESTFISH_PID> or C<pid>.  See section L</REMOTE "
20127 "CONTROL GUESTFISH OVER A SOCKET> below."
20128 msgstr ""
20129
20130 #. type: =item
20131 #: ../fish/guestfish.pod:367
20132 msgid "B<-r>"
20133 msgstr ""
20134
20135 #. type: =item
20136 #: ../fish/guestfish.pod:369
20137 msgid "B<--ro>"
20138 msgstr ""
20139
20140 #. type: textblock
20141 #: ../fish/guestfish.pod:371
20142 msgid ""
20143 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
20144 "mounts are done read-only."
20145 msgstr ""
20146
20147 #. type: textblock
20148 #: ../fish/guestfish.pod:374
20149 msgid ""
20150 "The option must always be used if the disk image or virtual machine might be "
20151 "running, and is generally recommended in cases where you don't need write "
20152 "access to the disk."
20153 msgstr ""
20154
20155 #. type: textblock
20156 #: ../fish/guestfish.pod:378
20157 msgid ""
20158 "Note that prepared disk images created with I<-N> are not affected by this "
20159 "option.  Also commands like C<add> are not affected - you have to specify "
20160 "the C<readonly:true> option explicitly if you need it."
20161 msgstr ""
20162
20163 #. type: textblock
20164 #: ../fish/guestfish.pod:382
20165 msgid "See also L</OPENING DISKS FOR READ AND WRITE> below."
20166 msgstr ""
20167
20168 #. type: =item
20169 #: ../fish/guestfish.pod:384 ../fuse/guestmount.pod:235
20170 msgid "B<--selinux>"
20171 msgstr ""
20172
20173 #. type: textblock
20174 #: ../fish/guestfish.pod:386
20175 msgid "Enable SELinux support for the guest.  See L<guestfs(3)/SELINUX>."
20176 msgstr ""
20177
20178 #. type: =item
20179 #: ../fish/guestfish.pod:388
20180 msgid "B<-v>"
20181 msgstr ""
20182
20183 #. type: =item
20184 #: ../fish/guestfish.pod:390
20185 msgid "B<--verbose>"
20186 msgstr ""
20187
20188 #. type: textblock
20189 #: ../fish/guestfish.pod:392
20190 msgid ""
20191 "Enable very verbose messages.  This is particularly useful if you find a bug."
20192 msgstr ""
20193
20194 #. type: =item
20195 #: ../fish/guestfish.pod:395
20196 msgid "B<-V>"
20197 msgstr ""
20198
20199 #. type: =item
20200 #: ../fish/guestfish.pod:397 ../tools/virt-edit.pl:97
20201 #: ../tools/virt-win-reg.pl:112 ../tools/virt-list-filesystems.pl:69
20202 #: ../tools/virt-tar.pl:119 ../tools/virt-make-fs.pl:169
20203 #: ../tools/virt-list-partitions.pl:70
20204 msgid "B<--version>"
20205 msgstr ""
20206
20207 #. type: textblock
20208 #: ../fish/guestfish.pod:399
20209 msgid "Display the guestfish / libguestfs version number and exit."
20210 msgstr ""
20211
20212 #. type: =item
20213 #: ../fish/guestfish.pod:401
20214 msgid "B<-w>"
20215 msgstr ""
20216
20217 #. type: =item
20218 #: ../fish/guestfish.pod:403
20219 msgid "B<--rw>"
20220 msgstr ""
20221
20222 #. type: textblock
20223 #: ../fish/guestfish.pod:405 ../fuse/guestmount.pod:249
20224 msgid ""
20225 "This changes the I<-a>, I<-d> and I<-m> options so that disks are added and "
20226 "mounts are done read-write."
20227 msgstr ""
20228
20229 #. type: textblock
20230 #: ../fish/guestfish.pod:408
20231 msgid "See L</OPENING DISKS FOR READ AND WRITE> below."
20232 msgstr ""
20233
20234 #. type: =item
20235 #: ../fish/guestfish.pod:410
20236 msgid "B<-x>"
20237 msgstr ""
20238
20239 #. type: textblock
20240 #: ../fish/guestfish.pod:412
20241 msgid "Echo each command before executing it."
20242 msgstr ""
20243
20244 #. type: =head1
20245 #: ../fish/guestfish.pod:416
20246 msgid "COMMANDS ON COMMAND LINE"
20247 msgstr ""
20248
20249 #. type: textblock
20250 #: ../fish/guestfish.pod:418
20251 msgid ""
20252 "Any additional (non-option) arguments are treated as commands to execute."
20253 msgstr ""
20254
20255 #. type: textblock
20256 #: ../fish/guestfish.pod:421
20257 msgid ""
20258 "Commands to execute should be separated by a colon (C<:>), where the colon "
20259 "is a separate parameter.  Thus:"
20260 msgstr ""
20261
20262 #. type: verbatim
20263 #: ../fish/guestfish.pod:424
20264 #, no-wrap
20265 msgid ""
20266 " guestfish cmd [args...] : cmd [args...] : cmd [args...] ...\n"
20267 "\n"
20268 msgstr ""
20269
20270 #. type: textblock
20271 #: ../fish/guestfish.pod:426
20272 msgid ""
20273 "If there are no additional arguments, then we enter a shell, either an "
20274 "interactive shell with a prompt (if the input is a terminal) or a non-"
20275 "interactive shell."
20276 msgstr ""
20277
20278 #. type: textblock
20279 #: ../fish/guestfish.pod:430
20280 msgid ""
20281 "In either command line mode or non-interactive shell, the first command that "
20282 "gives an error causes the whole shell to exit.  In interactive mode (with a "
20283 "prompt) if a command fails, you can continue to enter commands."
20284 msgstr ""
20285
20286 #. type: =head1
20287 #: ../fish/guestfish.pod:435
20288 msgid "USING launch (OR run)"
20289 msgstr ""
20290
20291 #. type: textblock
20292 #: ../fish/guestfish.pod:437
20293 msgid ""
20294 "As with L<guestfs(3)>, you must first configure your guest by adding disks, "
20295 "then launch it, then mount any disks you need, and finally issue actions/"
20296 "commands.  So the general order of the day is:"
20297 msgstr ""
20298
20299 #. type: textblock
20300 #: ../fish/guestfish.pod:445
20301 msgid "add or -a/--add"
20302 msgstr ""
20303
20304 #. type: textblock
20305 #: ../fish/guestfish.pod:449
20306 msgid "launch (aka run)"
20307 msgstr ""
20308
20309 #. type: textblock
20310 #: ../fish/guestfish.pod:453
20311 msgid "mount or -m/--mount"
20312 msgstr ""
20313
20314 #. type: textblock
20315 #: ../fish/guestfish.pod:457
20316 msgid "any other commands"
20317 msgstr ""
20318
20319 #. type: textblock
20320 #: ../fish/guestfish.pod:461
20321 msgid ""
20322 "C<run> is a synonym for C<launch>.  You must C<launch> (or C<run>)  your "
20323 "guest before mounting or performing any other commands."
20324 msgstr ""
20325
20326 #. type: textblock
20327 #: ../fish/guestfish.pod:464
20328 msgid ""
20329 "The only exception is that if any of the I<-i>, I<-m>, I<--mount>, I<-N> or "
20330 "I<--new> options were given then C<run> is done automatically, simply "
20331 "because guestfish can't perform the action you asked for without doing this."
20332 msgstr ""
20333
20334 #. type: =head1
20335 #: ../fish/guestfish.pod:469
20336 msgid "OPENING DISKS FOR READ AND WRITE"
20337 msgstr ""
20338
20339 #. type: textblock
20340 #: ../fish/guestfish.pod:471
20341 msgid ""
20342 "The guestfish, L<guestmount(1)> and L<virt-rescue(1)> options I<--ro> and "
20343 "I<--rw> affect whether the other command line options I<-a>, I<-c>, I<-d>, "
20344 "I<-i> and I<-m> open disk images read-only or for writing."
20345 msgstr ""
20346
20347 #. type: textblock
20348 #: ../fish/guestfish.pod:476
20349 msgid ""
20350 "In libguestfs E<le> 1.10, guestfish, guestmount and virt-rescue defaulted to "
20351 "opening disk images supplied on the command line for write.  To open a disk "
20352 "image read-only you have to do I<-a image --ro>."
20353 msgstr ""
20354
20355 #. type: textblock
20356 #: ../fish/guestfish.pod:480
20357 msgid ""
20358 "This matters: If you accidentally open a live VM disk image writable then "
20359 "you will cause irreversible disk corruption."
20360 msgstr ""
20361
20362 #. type: textblock
20363 #: ../fish/guestfish.pod:483
20364 msgid ""
20365 "By libguestfs 1.12 we intend to change the default the other way.  Disk "
20366 "images will be opened read-only.  You will have to either specify "
20367 "I<guestfish --rw>, I<guestmount --rw>, I<virt-rescue --rw>, or change the "
20368 "configuration file C</etc/libguestfs-tools.conf> in order to get write "
20369 "access for disk images specified by those other command line options."
20370 msgstr ""
20371
20372 #. type: textblock
20373 #: ../fish/guestfish.pod:490
20374 msgid ""
20375 "This version of guestfish, guestmount and virt-rescue has a I<--rw> option "
20376 "which does nothing (it is already the default).  However it is highly "
20377 "recommended that you use this option to indicate that you need write access, "
20378 "and prepare your scripts for the day when this option will be required for "
20379 "write access."
20380 msgstr ""
20381
20382 #. type: textblock
20383 #: ../fish/guestfish.pod:496
20384 msgid ""
20385 "B<Note:> This does I<not> affect commands like L</add> and L</mount>, or any "
20386 "other libguestfs program apart from guestfish and guestmount."
20387 msgstr ""
20388
20389 #. type: =head1
20390 #: ../fish/guestfish.pod:499
20391 msgid "QUOTING"
20392 msgstr ""
20393
20394 #. type: textblock
20395 #: ../fish/guestfish.pod:501
20396 msgid ""
20397 "You can quote ordinary parameters using either single or double quotes.  For "
20398 "example:"
20399 msgstr ""
20400
20401 #. type: verbatim
20402 #: ../fish/guestfish.pod:504
20403 #, no-wrap
20404 msgid ""
20405 " add \"file with a space.img\"\n"
20406 "\n"
20407 msgstr ""
20408
20409 #. type: verbatim
20410 #: ../fish/guestfish.pod:506
20411 #, no-wrap
20412 msgid ""
20413 " rm '/file name'\n"
20414 "\n"
20415 msgstr ""
20416
20417 #. type: verbatim
20418 #: ../fish/guestfish.pod:508
20419 #, no-wrap
20420 msgid ""
20421 " rm '/\"'\n"
20422 "\n"
20423 msgstr ""
20424
20425 #. type: textblock
20426 #: ../fish/guestfish.pod:510
20427 msgid ""
20428 "A few commands require a list of strings to be passed.  For these, use a "
20429 "whitespace-separated list, enclosed in quotes.  Strings containing "
20430 "whitespace to be passed through must be enclosed in single quotes.  A "
20431 "literal single quote must be escaped with a backslash."
20432 msgstr ""
20433
20434 #. type: verbatim
20435 #: ../fish/guestfish.pod:515
20436 #, no-wrap
20437 msgid ""
20438 " vgcreate VG \"/dev/sda1 /dev/sdb1\"\n"
20439 " command \"/bin/echo 'foo      bar'\"\n"
20440 " command \"/bin/echo \\'foo\\'\"\n"
20441 "\n"
20442 msgstr ""
20443
20444 #. type: =head1
20445 #: ../fish/guestfish.pod:519
20446 msgid "OPTIONAL ARGUMENTS"
20447 msgstr ""
20448
20449 #. type: textblock
20450 #: ../fish/guestfish.pod:521
20451 msgid ""
20452 "Some commands take optional arguments.  These arguments appear in this "
20453 "documentation as C<[argname:..]>.  You can use them as in these examples:"
20454 msgstr ""
20455
20456 #. type: verbatim
20457 #: ../fish/guestfish.pod:525
20458 #, no-wrap
20459 msgid ""
20460 " add-drive-opts filename\n"
20461 "\n"
20462 msgstr ""
20463
20464 #. type: verbatim
20465 #: ../fish/guestfish.pod:527
20466 #, no-wrap
20467 msgid ""
20468 " add-drive-opts filename readonly:true\n"
20469 "\n"
20470 msgstr ""
20471
20472 #. type: verbatim
20473 #: ../fish/guestfish.pod:529
20474 #, no-wrap
20475 msgid ""
20476 " add-drive-opts filename format:qcow2 readonly:false\n"
20477 "\n"
20478 msgstr ""
20479
20480 #. type: textblock
20481 #: ../fish/guestfish.pod:531
20482 msgid ""
20483 "Each optional argument can appear at most once.  All optional arguments must "
20484 "appear after the required ones."
20485 msgstr ""
20486
20487 #. type: =head1
20488 #: ../fish/guestfish.pod:534
20489 msgid "NUMBERS"
20490 msgstr ""
20491
20492 #. type: textblock
20493 #: ../fish/guestfish.pod:536
20494 msgid ""
20495 "This section applies to all commands which can take integers as parameters."
20496 msgstr ""
20497
20498 #. type: =head2
20499 #: ../fish/guestfish.pod:539
20500 msgid "SIZE SUFFIX"
20501 msgstr ""
20502
20503 #. type: textblock
20504 #: ../fish/guestfish.pod:541
20505 msgid ""
20506 "When the command takes a parameter measured in bytes, you can use one of the "
20507 "following suffixes to specify kilobytes, megabytes and larger sizes:"
20508 msgstr ""
20509
20510 #. type: =item
20511 #: ../fish/guestfish.pod:547
20512 msgid "B<k> or B<K> or B<KiB>"
20513 msgstr ""
20514
20515 #. type: textblock
20516 #: ../fish/guestfish.pod:549
20517 msgid "The size in kilobytes (multiplied by 1024)."
20518 msgstr ""
20519
20520 #. type: =item
20521 #: ../fish/guestfish.pod:551
20522 msgid "B<KB>"
20523 msgstr ""
20524
20525 #. type: textblock
20526 #: ../fish/guestfish.pod:553
20527 msgid "The size in SI 1000 byte units."
20528 msgstr ""
20529
20530 #. type: =item
20531 #: ../fish/guestfish.pod:555
20532 msgid "B<M> or B<MiB>"
20533 msgstr ""
20534
20535 #. type: textblock
20536 #: ../fish/guestfish.pod:557
20537 msgid "The size in megabytes (multiplied by 1048576)."
20538 msgstr ""
20539
20540 #. type: =item
20541 #: ../fish/guestfish.pod:559
20542 msgid "B<MB>"
20543 msgstr ""
20544
20545 #. type: textblock
20546 #: ../fish/guestfish.pod:561
20547 msgid "The size in SI 1000000 byte units."
20548 msgstr ""
20549
20550 #. type: =item
20551 #: ../fish/guestfish.pod:563
20552 msgid "B<G> or B<GiB>"
20553 msgstr ""
20554
20555 #. type: textblock
20556 #: ../fish/guestfish.pod:565
20557 msgid "The size in gigabytes (multiplied by 2**30)."
20558 msgstr ""
20559
20560 #. type: =item
20561 #: ../fish/guestfish.pod:567
20562 msgid "B<GB>"
20563 msgstr ""
20564
20565 #. type: textblock
20566 #: ../fish/guestfish.pod:569
20567 msgid "The size in SI 10**9 byte units."
20568 msgstr ""
20569
20570 #. type: =item
20571 #: ../fish/guestfish.pod:571
20572 msgid "B<T> or B<TiB>"
20573 msgstr ""
20574
20575 #. type: textblock
20576 #: ../fish/guestfish.pod:573
20577 msgid "The size in terabytes (multiplied by 2**40)."
20578 msgstr ""
20579
20580 #. type: =item
20581 #: ../fish/guestfish.pod:575
20582 msgid "B<TB>"
20583 msgstr ""
20584
20585 #. type: textblock
20586 #: ../fish/guestfish.pod:577
20587 msgid "The size in SI 10**12 byte units."
20588 msgstr ""
20589
20590 #. type: =item
20591 #: ../fish/guestfish.pod:579
20592 msgid "B<P> or B<PiB>"
20593 msgstr ""
20594
20595 #. type: textblock
20596 #: ../fish/guestfish.pod:581
20597 msgid "The size in petabytes (multiplied by 2**50)."
20598 msgstr ""
20599
20600 #. type: =item
20601 #: ../fish/guestfish.pod:583
20602 msgid "B<PB>"
20603 msgstr ""
20604
20605 #. type: textblock
20606 #: ../fish/guestfish.pod:585
20607 msgid "The size in SI 10**15 byte units."
20608 msgstr ""
20609
20610 #. type: =item
20611 #: ../fish/guestfish.pod:587
20612 msgid "B<E> or B<EiB>"
20613 msgstr ""
20614
20615 #. type: textblock
20616 #: ../fish/guestfish.pod:589
20617 msgid "The size in exabytes (multiplied by 2**60)."
20618 msgstr ""
20619
20620 #. type: =item
20621 #: ../fish/guestfish.pod:591
20622 msgid "B<EB>"
20623 msgstr ""
20624
20625 #. type: textblock
20626 #: ../fish/guestfish.pod:593
20627 msgid "The size in SI 10**18 byte units."
20628 msgstr ""
20629
20630 #. type: =item
20631 #: ../fish/guestfish.pod:595
20632 msgid "B<Z> or B<ZiB>"
20633 msgstr ""
20634
20635 #. type: textblock
20636 #: ../fish/guestfish.pod:597
20637 msgid "The size in zettabytes (multiplied by 2**70)."
20638 msgstr ""
20639
20640 #. type: =item
20641 #: ../fish/guestfish.pod:599
20642 msgid "B<ZB>"
20643 msgstr ""
20644
20645 #. type: textblock
20646 #: ../fish/guestfish.pod:601
20647 msgid "The size in SI 10**21 byte units."
20648 msgstr ""
20649
20650 #. type: =item
20651 #: ../fish/guestfish.pod:603
20652 msgid "B<Y> or B<YiB>"
20653 msgstr ""
20654
20655 #. type: textblock
20656 #: ../fish/guestfish.pod:605
20657 msgid "The size in yottabytes (multiplied by 2**80)."
20658 msgstr ""
20659
20660 #. type: =item
20661 #: ../fish/guestfish.pod:607
20662 msgid "B<YB>"
20663 msgstr ""
20664
20665 #. type: textblock
20666 #: ../fish/guestfish.pod:609
20667 msgid "The size in SI 10**24 byte units."
20668 msgstr ""
20669
20670 #. type: verbatim
20671 #: ../fish/guestfish.pod:615
20672 #, no-wrap
20673 msgid ""
20674 " truncate-size /file 1G\n"
20675 "\n"
20676 msgstr ""
20677
20678 #. type: textblock
20679 #: ../fish/guestfish.pod:617
20680 msgid "would truncate the file to 1 gigabyte."
20681 msgstr ""
20682
20683 #. type: textblock
20684 #: ../fish/guestfish.pod:619
20685 msgid ""
20686 "Be careful because a few commands take sizes in kilobytes or megabytes (eg. "
20687 "the parameter to L</memsize> is specified in megabytes already).  Adding a "
20688 "suffix will probably not do what you expect."
20689 msgstr ""
20690
20691 #. type: =head2
20692 #: ../fish/guestfish.pod:623
20693 msgid "OCTAL AND HEXADECIMAL NUMBERS"
20694 msgstr ""
20695
20696 #. type: textblock
20697 #: ../fish/guestfish.pod:625
20698 msgid ""
20699 "For specifying the radix (base) use the C convention: C<0> to prefix an "
20700 "octal number or C<0x> to prefix a hexadecimal number.  For example:"
20701 msgstr ""
20702
20703 #. type: verbatim
20704 #: ../fish/guestfish.pod:628
20705 #, no-wrap
20706 msgid ""
20707 " 1234      decimal number 1234\n"
20708 " 02322     octal number, equivalent to decimal 1234\n"
20709 " 0x4d2     hexadecimal number, equivalent to decimal 1234\n"
20710 "\n"
20711 msgstr ""
20712
20713 #. type: textblock
20714 #: ../fish/guestfish.pod:632
20715 msgid ""
20716 "When using the C<chmod> command, you almost always want to specify an octal "
20717 "number for the mode, and you must prefix it with C<0> (unlike the Unix "
20718 "L<chmod(1)> program):"
20719 msgstr ""
20720
20721 #. type: verbatim
20722 #: ../fish/guestfish.pod:636
20723 #, no-wrap
20724 msgid ""
20725 " chmod 0777 /public  # OK\n"
20726 " chmod 777 /public   # WRONG! This is mode 777 decimal = 01411 octal.\n"
20727 "\n"
20728 msgstr ""
20729
20730 #. type: textblock
20731 #: ../fish/guestfish.pod:639
20732 msgid ""
20733 "Commands that return numbers usually print them in decimal, but some "
20734 "commands print numbers in other radices (eg. C<umask> prints the mode in "
20735 "octal, preceeded by C<0>)."
20736 msgstr ""
20737
20738 #. type: =head1
20739 #: ../fish/guestfish.pod:643
20740 msgid "WILDCARDS AND GLOBBING"
20741 msgstr ""
20742
20743 #. type: textblock
20744 #: ../fish/guestfish.pod:645
20745 msgid ""
20746 "Neither guestfish nor the underlying guestfs API performs wildcard expansion "
20747 "(globbing) by default.  So for example the following will not do what you "
20748 "expect:"
20749 msgstr ""
20750
20751 #. type: verbatim
20752 #: ../fish/guestfish.pod:649
20753 #, no-wrap
20754 msgid ""
20755 " rm-rf /home/*\n"
20756 "\n"
20757 msgstr ""
20758
20759 #. type: textblock
20760 #: ../fish/guestfish.pod:651
20761 msgid ""
20762 "Assuming you don't have a directory called literally C</home/*> then the "
20763 "above command will return an error."
20764 msgstr ""
20765
20766 #. type: textblock
20767 #: ../fish/guestfish.pod:654
20768 msgid "To perform wildcard expansion, use the C<glob> command."
20769 msgstr ""
20770
20771 #. type: verbatim
20772 #: ../fish/guestfish.pod:656
20773 #, no-wrap
20774 msgid ""
20775 " glob rm-rf /home/*\n"
20776 "\n"
20777 msgstr ""
20778
20779 #. type: textblock
20780 #: ../fish/guestfish.pod:658
20781 msgid ""
20782 "runs C<rm-rf> on each path that matches (ie. potentially running the command "
20783 "many times), equivalent to:"
20784 msgstr ""
20785
20786 #. type: verbatim
20787 #: ../fish/guestfish.pod:661
20788 #, no-wrap
20789 msgid ""
20790 " rm-rf /home/jim\n"
20791 " rm-rf /home/joe\n"
20792 " rm-rf /home/mary\n"
20793 "\n"
20794 msgstr ""
20795
20796 #. type: textblock
20797 #: ../fish/guestfish.pod:665
20798 msgid "C<glob> only works on simple guest paths and not on device names."
20799 msgstr ""
20800
20801 #. type: textblock
20802 #: ../fish/guestfish.pod:667
20803 msgid ""
20804 "If you have several parameters, each containing a wildcard, then glob will "
20805 "perform a Cartesian product."
20806 msgstr ""
20807
20808 #. type: =head1
20809 #: ../fish/guestfish.pod:670
20810 msgid "COMMENTS"
20811 msgstr ""
20812
20813 #. type: textblock
20814 #: ../fish/guestfish.pod:672
20815 msgid ""
20816 "Any line which starts with a I<#> character is treated as a comment and "
20817 "ignored.  The I<#> can optionally be preceeded by whitespace, but B<not> by "
20818 "a command.  For example:"
20819 msgstr ""
20820
20821 #. type: verbatim
20822 #: ../fish/guestfish.pod:676
20823 #, no-wrap
20824 msgid ""
20825 " # this is a comment\n"
20826 "         # this is a comment\n"
20827 " foo # NOT a comment\n"
20828 "\n"
20829 msgstr ""
20830
20831 #. type: textblock
20832 #: ../fish/guestfish.pod:680
20833 msgid "Blank lines are also ignored."
20834 msgstr ""
20835
20836 #. type: =head1
20837 #: ../fish/guestfish.pod:682
20838 msgid "RUNNING COMMANDS LOCALLY"
20839 msgstr ""
20840
20841 #. type: textblock
20842 #: ../fish/guestfish.pod:684
20843 msgid ""
20844 "Any line which starts with a I<!> character is treated as a command sent to "
20845 "the local shell (C</bin/sh> or whatever L<system(3)> uses).  For example:"
20846 msgstr ""
20847
20848 #. type: verbatim
20849 #: ../fish/guestfish.pod:688
20850 #, no-wrap
20851 msgid ""
20852 " !mkdir local\n"
20853 " tgz-out /remote local/remote-data.tar.gz\n"
20854 "\n"
20855 msgstr ""
20856
20857 #. type: textblock
20858 #: ../fish/guestfish.pod:691
20859 msgid ""
20860 "will create a directory C<local> on the host, and then export the contents "
20861 "of C</remote> on the mounted filesystem to C<local/remote-data.tar.gz>.  "
20862 "(See C<tgz-out>)."
20863 msgstr ""
20864
20865 #. type: textblock
20866 #: ../fish/guestfish.pod:695
20867 msgid ""
20868 "To change the local directory, use the C<lcd> command.  C<!cd> will have no "
20869 "effect, due to the way that subprocesses work in Unix."
20870 msgstr ""
20871
20872 #. type: =head2
20873 #: ../fish/guestfish.pod:698
20874 msgid "LOCAL COMMANDS WITH INLINE EXECUTION"
20875 msgstr ""
20876
20877 #. type: textblock
20878 #: ../fish/guestfish.pod:700
20879 msgid ""
20880 "If a line starts with I<E<lt>!> then the shell command is executed (as for "
20881 "I<!>), but subsequently any output (stdout) of the shell command is parsed "
20882 "and executed as guestfish commands."
20883 msgstr ""
20884
20885 #. type: textblock
20886 #: ../fish/guestfish.pod:704
20887 msgid ""
20888 "Thus you can use shell script to construct arbitrary guestfish commands "
20889 "which are then parsed by guestfish."
20890 msgstr ""
20891
20892 #. type: textblock
20893 #: ../fish/guestfish.pod:707
20894 msgid ""
20895 "For example it is tedious to create a sequence of files (eg. C</foo.1> "
20896 "through C</foo.100>) using guestfish commands alone.  However this is simple "
20897 "if we use a shell script to create the guestfish commands for us:"
20898 msgstr ""
20899
20900 #. type: verbatim
20901 #: ../fish/guestfish.pod:712
20902 #, no-wrap
20903 msgid ""
20904 " <! for n in `seq 1 100`; do echo write /foo.$n $n; done\n"
20905 "\n"
20906 msgstr ""
20907
20908 #. type: textblock
20909 #: ../fish/guestfish.pod:714
20910 msgid "or with names like C</foo.001>:"
20911 msgstr ""
20912
20913 #. type: verbatim
20914 #: ../fish/guestfish.pod:716
20915 #, no-wrap
20916 msgid ""
20917 " <! for n in `seq 1 100`; do printf \"write /foo.%03d %d\\n\" $n $n; done\n"
20918 "\n"
20919 msgstr ""
20920
20921 #. type: textblock
20922 #: ../fish/guestfish.pod:718
20923 msgid ""
20924 "When using guestfish interactively it can be helpful to just run the shell "
20925 "script first (ie. remove the initial C<E<lt>> character so it is just an "
20926 "ordinary I<!> local command), see what guestfish commands it would run, and "
20927 "when you are happy with those prepend the C<E<lt>> character to run the "
20928 "guestfish commands for real."
20929 msgstr ""
20930
20931 #. type: =head1
20932 #: ../fish/guestfish.pod:724
20933 msgid "PIPES"
20934 msgstr ""
20935
20936 #. type: textblock
20937 #: ../fish/guestfish.pod:726
20938 msgid ""
20939 "Use C<command E<lt>spaceE<gt> | command> to pipe the output of the first "
20940 "command (a guestfish command) to the second command (any host command).  For "
20941 "example:"
20942 msgstr ""
20943
20944 #. type: verbatim
20945 #: ../fish/guestfish.pod:730
20946 #, no-wrap
20947 msgid ""
20948 " cat /etc/passwd | awk -F: '$3 == 0 { print }'\n"
20949 "\n"
20950 msgstr ""
20951
20952 #. type: textblock
20953 #: ../fish/guestfish.pod:732
20954 msgid ""
20955 "(where C<cat> is the guestfish cat command, but C<awk> is the host awk "
20956 "program).  The above command would list all accounts in the guest filesystem "
20957 "which have UID 0, ie. root accounts including backdoors.  Other examples:"
20958 msgstr ""
20959
20960 #. type: verbatim
20961 #: ../fish/guestfish.pod:737
20962 #, no-wrap
20963 msgid ""
20964 " hexdump /bin/ls | head\n"
20965 " list-devices | tail -1\n"
20966 " tgz-out / - | tar ztf -\n"
20967 "\n"
20968 msgstr ""
20969
20970 #. type: textblock
20971 #: ../fish/guestfish.pod:741
20972 msgid ""
20973 "The space before the pipe symbol is required, any space after the pipe "
20974 "symbol is optional.  Everything after the pipe symbol is just passed "
20975 "straight to the host shell, so it can contain redirections, globs and "
20976 "anything else that makes sense on the host side."
20977 msgstr ""
20978
20979 #. type: textblock
20980 #: ../fish/guestfish.pod:746
20981 msgid ""
20982 "To use a literal argument which begins with a pipe symbol, you have to quote "
20983 "it, eg:"
20984 msgstr ""
20985
20986 #. type: verbatim
20987 #: ../fish/guestfish.pod:749
20988 #, no-wrap
20989 msgid ""
20990 " echo \"|\"\n"
20991 "\n"
20992 msgstr ""
20993
20994 #. type: =head1
20995 #: ../fish/guestfish.pod:751
20996 msgid "HOME DIRECTORIES"
20997 msgstr ""
20998
20999 #. type: textblock
21000 #: ../fish/guestfish.pod:753
21001 msgid ""
21002 "If a parameter starts with the character C<~> then the tilde may be expanded "
21003 "as a home directory path (either C<~> for the current user's home directory, "
21004 "or C<~user> for another user)."
21005 msgstr ""
21006
21007 #. type: textblock
21008 #: ../fish/guestfish.pod:757
21009 msgid ""
21010 "Note that home directory expansion happens for users known I<on the host>, "
21011 "not in the guest filesystem."
21012 msgstr ""
21013
21014 #. type: textblock
21015 #: ../fish/guestfish.pod:760
21016 msgid ""
21017 "To use a literal argument which begins with a tilde, you have to quote it, "
21018 "eg:"
21019 msgstr ""
21020
21021 #. type: verbatim
21022 #: ../fish/guestfish.pod:763
21023 #, no-wrap
21024 msgid ""
21025 " echo \"~\"\n"
21026 "\n"
21027 msgstr ""
21028
21029 #. type: textblock
21030 #: ../fish/guestfish.pod:767
21031 msgid ""
21032 "Libguestfs has some support for Linux guests encrypted according to the "
21033 "Linux Unified Key Setup (LUKS) standard, which includes nearly all whole "
21034 "disk encryption systems used by modern Linux guests.  Currently only LVM-on-"
21035 "LUKS is supported."
21036 msgstr ""
21037
21038 #. type: textblock
21039 #: ../fish/guestfish.pod:772
21040 msgid "Identify encrypted block devices and partitions using L</vfs-type>:"
21041 msgstr ""
21042
21043 #. type: verbatim
21044 #: ../fish/guestfish.pod:774
21045 #, no-wrap
21046 msgid ""
21047 " ><fs> vfs-type /dev/sda2\n"
21048 " crypto_LUKS\n"
21049 "\n"
21050 msgstr ""
21051
21052 #. type: textblock
21053 #: ../fish/guestfish.pod:777
21054 msgid ""
21055 "Then open those devices using L</luks-open>.  This creates a device-mapper "
21056 "device called C</dev/mapper/luksdev>."
21057 msgstr ""
21058
21059 #. type: verbatim
21060 #: ../fish/guestfish.pod:780
21061 #, no-wrap
21062 msgid ""
21063 " ><fs> luks-open /dev/sda2 luksdev\n"
21064 " Enter key or passphrase (\"key\"): <enter the passphrase>\n"
21065 "\n"
21066 msgstr ""
21067
21068 #. type: textblock
21069 #: ../fish/guestfish.pod:783
21070 msgid ""
21071 "Finally you have to tell LVM to scan for volume groups on the newly created "
21072 "mapper device:"
21073 msgstr ""
21074
21075 #. type: verbatim
21076 #: ../fish/guestfish.pod:786
21077 #, no-wrap
21078 msgid ""
21079 " vgscan\n"
21080 " vg-activate-all true\n"
21081 "\n"
21082 msgstr ""
21083
21084 #. type: textblock
21085 #: ../fish/guestfish.pod:789
21086 msgid "The logical volume(s) can now be mounted in the usual way."
21087 msgstr ""
21088
21089 #. type: textblock
21090 #: ../fish/guestfish.pod:791
21091 msgid ""
21092 "Before closing a LUKS device you must unmount any logical volumes on it and "
21093 "deactivate the volume groups by calling C<vg-activate false VG> on each "
21094 "one.  Then you can close the mapper device:"
21095 msgstr ""
21096
21097 #. type: verbatim
21098 #: ../fish/guestfish.pod:795
21099 #, no-wrap
21100 msgid ""
21101 " vg-activate false /dev/VG\n"
21102 " luks-close /dev/mapper/luksdev\n"
21103 "\n"
21104 msgstr ""
21105
21106 #. type: =head1
21107 #: ../fish/guestfish.pod:798 ../tools/virt-edit.pl:342
21108 msgid "WINDOWS PATHS"
21109 msgstr ""
21110
21111 #. type: textblock
21112 #: ../fish/guestfish.pod:800
21113 msgid ""
21114 "If a path is prefixed with C<win:> then you can use Windows-style drive "
21115 "letters and paths (with some limitations).  The following commands are "
21116 "equivalent:"
21117 msgstr ""
21118
21119 #. type: verbatim
21120 #: ../fish/guestfish.pod:804
21121 #, no-wrap
21122 msgid ""
21123 " file /WINDOWS/system32/config/system.LOG\n"
21124 "\n"
21125 msgstr ""
21126
21127 #. type: verbatim
21128 #: ../fish/guestfish.pod:806
21129 #, no-wrap
21130 msgid ""
21131 " file win:\\windows\\system32\\config\\system.log\n"
21132 "\n"
21133 msgstr ""
21134
21135 #. type: verbatim
21136 #: ../fish/guestfish.pod:808
21137 #, no-wrap
21138 msgid ""
21139 " file WIN:C:\\Windows\\SYSTEM32\\CONFIG\\SYSTEM.LOG\n"
21140 "\n"
21141 msgstr ""
21142
21143 #. type: textblock
21144 #: ../fish/guestfish.pod:810
21145 msgid ""
21146 "The parameter is rewritten \"behind the scenes\" by looking up the position "
21147 "where the drive is mounted, prepending that to the path, changing all "
21148 "backslash characters to forward slash, then resolving the result using L</"
21149 "case-sensitive-path>.  For example if the E: drive was mounted on C</e> then "
21150 "the parameter might be rewritten like this:"
21151 msgstr ""
21152
21153 #. type: verbatim
21154 #: ../fish/guestfish.pod:816
21155 #, no-wrap
21156 msgid ""
21157 " win:e:\\foo\\bar => /e/FOO/bar\n"
21158 "\n"
21159 msgstr ""
21160
21161 #. type: textblock
21162 #: ../fish/guestfish.pod:818
21163 msgid "This only works in argument positions that expect a path."
21164 msgstr ""
21165
21166 #. type: =head1
21167 #: ../fish/guestfish.pod:820
21168 msgid "UPLOADING AND DOWNLOADING FILES"
21169 msgstr ""
21170
21171 #. type: textblock
21172 #: ../fish/guestfish.pod:822
21173 msgid ""
21174 "For commands such as C<upload>, C<download>, C<tar-in>, C<tar-out> and "
21175 "others which upload from or download to a local file, you can use the "
21176 "special filename C<-> to mean \"from stdin\" or \"to stdout\".  For example:"
21177 msgstr ""
21178
21179 #. type: verbatim
21180 #: ../fish/guestfish.pod:826
21181 #, no-wrap
21182 msgid ""
21183 " upload - /foo\n"
21184 "\n"
21185 msgstr ""
21186
21187 #. type: textblock
21188 #: ../fish/guestfish.pod:828
21189 msgid ""
21190 "reads stdin and creates from that a file C</foo> in the disk image, and:"
21191 msgstr ""
21192
21193 #. type: verbatim
21194 #: ../fish/guestfish.pod:831
21195 #, no-wrap
21196 msgid ""
21197 " tar-out /etc - | tar tf -\n"
21198 "\n"
21199 msgstr ""
21200
21201 #. type: textblock
21202 #: ../fish/guestfish.pod:833
21203 msgid ""
21204 "writes the tarball to stdout and then pipes that into the external \"tar\" "
21205 "command (see L</PIPES>)."
21206 msgstr ""
21207
21208 #. type: textblock
21209 #: ../fish/guestfish.pod:836
21210 msgid ""
21211 "When using C<-> to read from stdin, the input is read up to the end of "
21212 "stdin.  You can also use a special \"heredoc\"-like syntax to read up to "
21213 "some arbitrary end marker:"
21214 msgstr ""
21215
21216 #. type: verbatim
21217 #: ../fish/guestfish.pod:840
21218 #, no-wrap
21219 msgid ""
21220 " upload -<<END /foo\n"
21221 " input line 1\n"
21222 " input line 2\n"
21223 " input line 3\n"
21224 " END\n"
21225 "\n"
21226 msgstr ""
21227
21228 #. type: textblock
21229 #: ../fish/guestfish.pod:846
21230 msgid ""
21231 "Any string of characters can be used instead of C<END>.  The end marker must "
21232 "appear on a line of its own, without any preceeding or following characters "
21233 "(not even spaces)."
21234 msgstr ""
21235
21236 #. type: textblock
21237 #: ../fish/guestfish.pod:850
21238 msgid ""
21239 "Note that the C<-E<lt>E<lt>> syntax only applies to parameters used to "
21240 "upload local files (so-called \"FileIn\" parameters in the generator)."
21241 msgstr ""
21242
21243 #. type: =head1
21244 #: ../fish/guestfish.pod:853
21245 msgid "EXIT ON ERROR BEHAVIOUR"
21246 msgstr ""
21247
21248 #. type: textblock
21249 #: ../fish/guestfish.pod:855
21250 msgid ""
21251 "By default, guestfish will ignore any errors when in interactive mode (ie. "
21252 "taking commands from a human over a tty), and will exit on the first error "
21253 "in non-interactive mode (scripts, commands given on the command line)."
21254 msgstr ""
21255
21256 #. type: textblock
21257 #: ../fish/guestfish.pod:860
21258 msgid ""
21259 "If you prefix a command with a I<-> character, then that command will not "
21260 "cause guestfish to exit, even if that (one) command returns an error."
21261 msgstr ""
21262
21263 #. type: =head1
21264 #: ../fish/guestfish.pod:864
21265 msgid "REMOTE CONTROL GUESTFISH OVER A SOCKET"
21266 msgstr ""
21267
21268 #. type: textblock
21269 #: ../fish/guestfish.pod:866
21270 msgid ""
21271 "Guestfish can be remote-controlled over a socket.  This is useful "
21272 "particularly in shell scripts where you want to make several different "
21273 "changes to a filesystem, but you don't want the overhead of starting up a "
21274 "guestfish process each time."
21275 msgstr ""
21276
21277 #. type: textblock
21278 #: ../fish/guestfish.pod:871
21279 msgid "Start a guestfish server process using:"
21280 msgstr ""
21281
21282 #. type: verbatim
21283 #: ../fish/guestfish.pod:873
21284 #, no-wrap
21285 msgid ""
21286 " eval \"`guestfish --listen`\"\n"
21287 "\n"
21288 msgstr ""
21289
21290 #. type: textblock
21291 #: ../fish/guestfish.pod:875
21292 msgid "and then send it commands by doing:"
21293 msgstr ""
21294
21295 #. type: verbatim
21296 #: ../fish/guestfish.pod:877
21297 #, no-wrap
21298 msgid ""
21299 " guestfish --remote cmd [...]\n"
21300 "\n"
21301 msgstr ""
21302
21303 #. type: textblock
21304 #: ../fish/guestfish.pod:879
21305 msgid "To cause the server to exit, send it the exit command:"
21306 msgstr ""
21307
21308 #. type: verbatim
21309 #: ../fish/guestfish.pod:881
21310 #, no-wrap
21311 msgid ""
21312 " guestfish --remote exit\n"
21313 "\n"
21314 msgstr ""
21315
21316 #. type: textblock
21317 #: ../fish/guestfish.pod:883
21318 msgid ""
21319 "Note that the server will normally exit if there is an error in a command.  "
21320 "You can change this in the usual way.  See section L</EXIT ON ERROR "
21321 "BEHAVIOUR>."
21322 msgstr ""
21323
21324 #. type: =head2
21325 #: ../fish/guestfish.pod:887
21326 msgid "CONTROLLING MULTIPLE GUESTFISH PROCESSES"
21327 msgstr ""
21328
21329 #. type: textblock
21330 #: ../fish/guestfish.pod:889
21331 msgid ""
21332 "The C<eval> statement sets the environment variable C<$GUESTFISH_PID>, which "
21333 "is how the I<--remote> option knows where to send the commands.  You can "
21334 "have several guestfish listener processes running using:"
21335 msgstr ""
21336
21337 #. type: verbatim
21338 #: ../fish/guestfish.pod:893
21339 #, no-wrap
21340 msgid ""
21341 " eval \"`guestfish --listen`\"\n"
21342 " pid1=$GUESTFISH_PID\n"
21343 " eval \"`guestfish --listen`\"\n"
21344 " pid2=$GUESTFISH_PID\n"
21345 " ...\n"
21346 " guestfish --remote=$pid1 cmd\n"
21347 " guestfish --remote=$pid2 cmd\n"
21348 "\n"
21349 msgstr ""
21350
21351 #. type: =head2
21352 #: ../fish/guestfish.pod:901
21353 msgid "REMOTE CONTROL AND CSH"
21354 msgstr ""
21355
21356 #. type: textblock
21357 #: ../fish/guestfish.pod:903
21358 msgid ""
21359 "When using csh-like shells (csh, tcsh etc) you have to add the I<--csh> "
21360 "option:"
21361 msgstr ""
21362
21363 #. type: verbatim
21364 #: ../fish/guestfish.pod:906
21365 #, no-wrap
21366 msgid ""
21367 " eval \"`guestfish --listen --csh`\"\n"
21368 "\n"
21369 msgstr ""
21370
21371 #. type: =head2
21372 #: ../fish/guestfish.pod:908
21373 msgid "REMOTE CONTROL DETAILS"
21374 msgstr ""
21375
21376 #. type: textblock
21377 #: ../fish/guestfish.pod:910
21378 msgid ""
21379 "Remote control happens over a Unix domain socket called C</tmp/.guestfish-"
21380 "$UID/socket-$PID>, where C<$UID> is the effective user ID of the process, "
21381 "and C<$PID> is the process ID of the server."
21382 msgstr ""
21383
21384 #. type: textblock
21385 #: ../fish/guestfish.pod:914
21386 msgid "Guestfish client and server versions must match exactly."
21387 msgstr ""
21388
21389 #. type: =head1
21390 #: ../fish/guestfish.pod:916
21391 msgid "PREPARED DISK IMAGES"
21392 msgstr ""
21393
21394 #. type: textblock
21395 #: ../fish/guestfish.pod:918
21396 msgid ""
21397 "Use the I<-N type> or I<--new type> parameter to select one of a set of "
21398 "preformatted disk images that guestfish can make for you to save typing.  "
21399 "This is particularly useful for testing purposes.  This option is used "
21400 "instead of the I<-a> option, and like I<-a> can appear multiple times (and "
21401 "can be mixed with I<-a>)."
21402 msgstr ""
21403
21404 #. type: textblock
21405 #: ../fish/guestfish.pod:924
21406 msgid ""
21407 "The new disk is called C<test1.img> for the first I<-N>, C<test2.img> for "
21408 "the second and so on.  Existing files in the current directory are "
21409 "I<overwritten>."
21410 msgstr ""
21411
21412 #. type: textblock
21413 #: ../fish/guestfish.pod:928
21414 msgid ""
21415 "The type briefly describes how the disk should be sized, partitioned, how "
21416 "filesystem(s) should be created, and how content should be added.  "
21417 "Optionally the type can be followed by extra parameters, separated by C<:> "
21418 "(colon) characters.  For example, I<-N fs> creates a default 100MB, sparsely-"
21419 "allocated disk, containing a single partition, with the partition formatted "
21420 "as ext2.  I<-N fs:ext4:1G> is the same, but for an ext4 filesystem on a 1GB "
21421 "disk instead."
21422 msgstr ""
21423
21424 #. type: textblock
21425 #: ../fish/guestfish.pod:936
21426 msgid "To list the available types and any extra parameters they take, run:"
21427 msgstr ""
21428
21429 #. type: textblock
21430 #: ../fish/guestfish.pod:940
21431 msgid ""
21432 "Note that the prepared filesystem is not mounted.  You would usually have to "
21433 "use the C<mount /dev/sda1 /> command or add the I<-m /dev/sda1> option."
21434 msgstr ""
21435
21436 #. type: textblock
21437 #: ../fish/guestfish.pod:944
21438 msgid ""
21439 "If any I<-N> or I<--new> options are given, the guest is automatically "
21440 "launched."
21441 msgstr ""
21442
21443 #. type: textblock
21444 #: ../fish/guestfish.pod:949
21445 msgid "Create a 100MB disk with an ext4-formatted partition:"
21446 msgstr ""
21447
21448 #. type: verbatim
21449 #: ../fish/guestfish.pod:951
21450 #, no-wrap
21451 msgid ""
21452 " guestfish -N fs:ext4\n"
21453 "\n"
21454 msgstr ""
21455
21456 #. type: textblock
21457 #: ../fish/guestfish.pod:953
21458 msgid "Create a 32MB disk with a VFAT-formatted partition, and mount it:"
21459 msgstr ""
21460
21461 #. type: verbatim
21462 #: ../fish/guestfish.pod:955
21463 #, no-wrap
21464 msgid ""
21465 " guestfish -N fs:vfat:32M -m /dev/sda1\n"
21466 "\n"
21467 msgstr ""
21468
21469 #. type: textblock
21470 #: ../fish/guestfish.pod:957
21471 msgid "Create a blank 200MB disk:"
21472 msgstr ""
21473
21474 #. type: verbatim
21475 #: ../fish/guestfish.pod:959
21476 #, no-wrap
21477 msgid ""
21478 " guestfish -N disk:200M\n"
21479 "\n"
21480 msgstr ""
21481
21482 #. type: =head1
21483 #: ../fish/guestfish.pod:961
21484 msgid "PROGRESS BARS"
21485 msgstr ""
21486
21487 #. type: textblock
21488 #: ../fish/guestfish.pod:963
21489 msgid ""
21490 "Some (not all) long-running commands send progress notification messages as "
21491 "they are running.  Guestfish turns these messages into progress bars."
21492 msgstr ""
21493
21494 #. type: textblock
21495 #: ../fish/guestfish.pod:967
21496 msgid ""
21497 "When a command that supports progress bars takes longer than two seconds to "
21498 "run, and if progress bars are enabled, then you will see one appearing below "
21499 "the command:"
21500 msgstr ""
21501
21502 #. type: verbatim
21503 #: ../fish/guestfish.pod:971
21504 #, no-wrap
21505 msgid ""
21506 " ><fs> copy-size /large-file /another-file 2048M\n"
21507 " / 10% [#####-----------------------------------------] 00:30\n"
21508 "\n"
21509 msgstr ""
21510
21511 #. type: textblock
21512 #: ../fish/guestfish.pod:974
21513 msgid ""
21514 "The spinner on the left hand side moves round once for every progress "
21515 "notification received from the backend.  This is a (reasonably) golden "
21516 "assurance that the command is \"doing something\" even if the progress bar "
21517 "is not moving, because the command is able to send the progress "
21518 "notifications.  When the bar reaches 100% and the command finishes, the "
21519 "spinner disappears."
21520 msgstr ""
21521
21522 #. type: textblock
21523 #: ../fish/guestfish.pod:981
21524 msgid ""
21525 "Progress bars are enabled by default when guestfish is used interactively.  "
21526 "You can enable them even for non-interactive modes using I<--progress-bars>, "
21527 "and you can disable them completely using I<--no-progress-bars>."
21528 msgstr ""
21529
21530 #. type: =head1
21531 #: ../fish/guestfish.pod:986
21532 msgid "GUESTFISH COMMANDS"
21533 msgstr ""
21534
21535 #. type: textblock
21536 #: ../fish/guestfish.pod:988
21537 msgid ""
21538 "The commands in this section are guestfish convenience commands, in other "
21539 "words, they are not part of the L<guestfs(3)> API."
21540 msgstr ""
21541
21542 #. type: =head2
21543 #: ../fish/guestfish.pod:991
21544 msgid "help"
21545 msgstr ""
21546
21547 #. type: verbatim
21548 #: ../fish/guestfish.pod:993
21549 #, no-wrap
21550 msgid ""
21551 " help\n"
21552 " help cmd\n"
21553 "\n"
21554 msgstr ""
21555
21556 #. type: textblock
21557 #: ../fish/guestfish.pod:996
21558 msgid "Without any parameter, this provides general help."
21559 msgstr ""
21560
21561 #. type: textblock
21562 #: ../fish/guestfish.pod:998
21563 msgid "With a C<cmd> parameter, this displays detailed help for that command."
21564 msgstr ""
21565
21566 #. type: =head2
21567 #: ../fish/guestfish.pod:1000
21568 msgid "quit | exit"
21569 msgstr ""
21570
21571 #. type: textblock
21572 #: ../fish/guestfish.pod:1002
21573 msgid "This exits guestfish.  You can also use C<^D> key."
21574 msgstr ""
21575
21576 #. type: textblock
21577 #: ../fish/guestfish.pod:1004
21578 msgid "@FISH_COMMANDS@"
21579 msgstr ""
21580
21581 #. type: =head1
21582 #: ../fish/guestfish.pod:1006
21583 msgid "COMMANDS"
21584 msgstr ""
21585
21586 #. type: =head1
21587 #: ../fish/guestfish.pod:1010 ../test-tool/libguestfs-test-tool.pod:77
21588 msgid "EXIT CODE"
21589 msgstr ""
21590
21591 #. type: textblock
21592 #: ../fish/guestfish.pod:1012
21593 msgid ""
21594 "guestfish returns 0 if the commands completed without error, or 1 if there "
21595 "was an error."
21596 msgstr ""
21597
21598 #. type: =item
21599 #: ../fish/guestfish.pod:1019
21600 msgid "EDITOR"
21601 msgstr ""
21602
21603 #. type: textblock
21604 #: ../fish/guestfish.pod:1021
21605 msgid ""
21606 "The C<edit> command uses C<$EDITOR> as the editor.  If not set, it uses "
21607 "C<vi>."
21608 msgstr ""
21609
21610 #. type: =item
21611 #: ../fish/guestfish.pod:1024
21612 msgid "GUESTFISH_PID"
21613 msgstr ""
21614
21615 #. type: textblock
21616 #: ../fish/guestfish.pod:1026
21617 msgid ""
21618 "Used with the I<--remote> option to specify the remote guestfish process to "
21619 "control.  See section L</REMOTE CONTROL GUESTFISH OVER A SOCKET>."
21620 msgstr ""
21621
21622 #. type: =item
21623 #: ../fish/guestfish.pod:1030
21624 msgid "HEXEDITOR"
21625 msgstr ""
21626
21627 #. type: textblock
21628 #: ../fish/guestfish.pod:1032
21629 msgid ""
21630 "The L</hexedit> command uses C<$HEXEDITOR> as the external hex editor.  If "
21631 "not specified, the external L<hexedit(1)> program is used."
21632 msgstr ""
21633
21634 #. type: =item
21635 #: ../fish/guestfish.pod:1036
21636 msgid "HOME"
21637 msgstr ""
21638
21639 #. type: textblock
21640 #: ../fish/guestfish.pod:1038
21641 msgid ""
21642 "If compiled with GNU readline support, various files in the home directory "
21643 "can be used.  See L</FILES>."
21644 msgstr ""
21645
21646 #. type: textblock
21647 #: ../fish/guestfish.pod:1047
21648 msgid ""
21649 "Set C<LIBGUESTFS_DEBUG=1> to enable verbose messages.  This has the same "
21650 "effect as using the B<-v> option."
21651 msgstr ""
21652
21653 #. type: textblock
21654 #: ../fish/guestfish.pod:1059
21655 msgid ""
21656 "Set the path that guestfish uses to search for kernel and initrd.img.  See "
21657 "the discussion of paths in L<guestfs(3)>."
21658 msgstr ""
21659
21660 #. type: textblock
21661 #: ../fish/guestfish.pod:1070
21662 msgid "Set C<LIBGUESTFS_TRACE=1> to enable command traces."
21663 msgstr ""
21664
21665 #. type: =item
21666 #: ../fish/guestfish.pod:1072
21667 msgid "PAGER"
21668 msgstr ""
21669
21670 #. type: textblock
21671 #: ../fish/guestfish.pod:1074
21672 msgid ""
21673 "The C<more> command uses C<$PAGER> as the pager.  If not set, it uses "
21674 "C<more>."
21675 msgstr ""
21676
21677 #. type: =head1
21678 #: ../fish/guestfish.pod:1090 ../fuse/guestmount.pod:262
21679 msgid "FILES"
21680 msgstr ""
21681
21682 #. type: =item
21683 #: ../fish/guestfish.pod:1094 ../fuse/guestmount.pod:266
21684 msgid "$HOME/.libguestfs-tools.rc"
21685 msgstr ""
21686
21687 #. type: =item
21688 #: ../fish/guestfish.pod:1096 ../fuse/guestmount.pod:268
21689 msgid "/etc/libguestfs-tools.conf"
21690 msgstr ""
21691
21692 #. type: textblock
21693 #: ../fish/guestfish.pod:1098 ../fuse/guestmount.pod:270
21694 msgid ""
21695 "This configuration file controls the default read-only or read-write mode "
21696 "(I<--ro> or I<--rw>)."
21697 msgstr ""
21698
21699 #. type: textblock
21700 #: ../fish/guestfish.pod:1101
21701 msgid "See L</OPENING DISKS FOR READ AND WRITE>."
21702 msgstr ""
21703
21704 #. type: =item
21705 #: ../fish/guestfish.pod:1103
21706 msgid "$HOME/.guestfish"
21707 msgstr ""
21708
21709 #. type: textblock
21710 #: ../fish/guestfish.pod:1105
21711 msgid ""
21712 "If compiled with GNU readline support, then the command history is saved in "
21713 "this file."
21714 msgstr ""
21715
21716 #. type: =item
21717 #: ../fish/guestfish.pod:1108
21718 msgid "$HOME/.inputrc"
21719 msgstr ""
21720
21721 #. type: =item
21722 #: ../fish/guestfish.pod:1110
21723 msgid "/etc/inputrc"
21724 msgstr ""
21725
21726 #. type: textblock
21727 #: ../fish/guestfish.pod:1112
21728 msgid ""
21729 "If compiled with GNU readline support, then these files can be used to "
21730 "configure readline.  For further information, please see L<readline(3)/"
21731 "INITIALIZATION FILE>."
21732 msgstr ""
21733
21734 #. type: textblock
21735 #: ../fish/guestfish.pod:1116
21736 msgid "To write rules which only apply to guestfish, use:"
21737 msgstr ""
21738
21739 #. type: verbatim
21740 #: ../fish/guestfish.pod:1118
21741 #, no-wrap
21742 msgid ""
21743 " $if guestfish\n"
21744 " ...\n"
21745 " $endif\n"
21746 "\n"
21747 msgstr ""
21748
21749 #. type: textblock
21750 #: ../fish/guestfish.pod:1122
21751 msgid ""
21752 "Variables that you can set in inputrc that change the behaviour of guestfish "
21753 "in useful ways include:"
21754 msgstr ""
21755
21756 #. type: =item
21757 #: ../fish/guestfish.pod:1127
21758 msgid "completion-ignore-case (default: on)"
21759 msgstr ""
21760
21761 #. type: textblock
21762 #: ../fish/guestfish.pod:1129
21763 msgid ""
21764 "By default, guestfish will ignore case when tab-completing paths on the "
21765 "disk.  Use:"
21766 msgstr ""
21767
21768 #. type: verbatim
21769 #: ../fish/guestfish.pod:1132
21770 #, no-wrap
21771 msgid ""
21772 " set completion-ignore-case off\n"
21773 "\n"
21774 msgstr ""
21775
21776 #. type: textblock
21777 #: ../fish/guestfish.pod:1134
21778 msgid "to make guestfish case sensitive."
21779 msgstr ""
21780
21781 #. type: =item
21782 #: ../fish/guestfish.pod:1138
21783 msgid "test1.img"
21784 msgstr ""
21785
21786 #. type: =item
21787 #: ../fish/guestfish.pod:1140
21788 msgid "test2.img (etc)"
21789 msgstr ""
21790
21791 #. type: textblock
21792 #: ../fish/guestfish.pod:1142
21793 msgid ""
21794 "When using the I<-N> or I<--new> option, the prepared disk or filesystem "
21795 "will be created in the file C<test1.img> in the current directory.  The "
21796 "second use of I<-N> will use C<test2.img> and so on.  Any existing file with "
21797 "the same name will be overwritten."
21798 msgstr ""
21799
21800 #. type: textblock
21801 #: ../fish/guestfish.pod:1151
21802 msgid ""
21803 "L<guestfs(3)>, L<http://libguestfs.org/>, L<virt-cat(1)>, L<virt-copy-in(1)"
21804 ">, L<virt-copy-out(1)>, L<virt-df(1)>, L<virt-edit(1)>, L<virt-filesystems(1)"
21805 ">, L<virt-inspector(1)>, L<virt-list-filesystems(1)>, L<virt-list-partitions"
21806 "(1)>, L<virt-ls(1)>, L<virt-make-fs(1)>, L<virt-rescue(1)>, L<virt-resize(1)"
21807 ">, L<virt-tar(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<virt-win-reg(1)"
21808 ">, L<hexedit(1)>."
21809 msgstr ""
21810
21811 #. type: textblock
21812 #: ../fish/guestfish.pod:1181 ../test-tool/libguestfs-test-tool.pod:102
21813 #: ../fuse/guestmount.pod:297 ../tools/virt-edit.pl:518
21814 #: ../tools/virt-win-reg.pl:606 ../tools/virt-list-filesystems.pl:210
21815 #: ../tools/virt-tar.pl:309 ../tools/virt-make-fs.pl:572
21816 #: ../tools/virt-list-partitions.pl:277
21817 msgid ""
21818 "This program is free software; you can redistribute it and/or modify it "
21819 "under the terms of the GNU General Public License as published by the Free "
21820 "Software Foundation; either version 2 of the License, or (at your option) "
21821 "any later version."
21822 msgstr ""
21823
21824 #. type: textblock
21825 #: ../fish/guestfish.pod:1186 ../test-tool/libguestfs-test-tool.pod:107
21826 #: ../fuse/guestmount.pod:302 ../tools/virt-edit.pl:523
21827 #: ../tools/virt-win-reg.pl:611 ../tools/virt-list-filesystems.pl:215
21828 #: ../tools/virt-tar.pl:314 ../tools/virt-make-fs.pl:577
21829 #: ../tools/virt-list-partitions.pl:282
21830 msgid ""
21831 "This program is distributed in the hope that it will be useful, but WITHOUT "
21832 "ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or "
21833 "FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License for "
21834 "more details."
21835 msgstr ""
21836
21837 #. type: textblock
21838 #: ../fish/guestfish.pod:1191 ../test-tool/libguestfs-test-tool.pod:112
21839 #: ../fuse/guestmount.pod:307 ../tools/virt-edit.pl:528
21840 #: ../tools/virt-win-reg.pl:616 ../tools/virt-list-filesystems.pl:220
21841 #: ../tools/virt-tar.pl:319 ../tools/virt-make-fs.pl:582
21842 #: ../tools/virt-list-partitions.pl:287
21843 msgid ""
21844 "You should have received a copy of the GNU General Public License along with "
21845 "this program; if not, write to the Free Software Foundation, Inc., 675 Mass "
21846 "Ave, Cambridge, MA 02139, USA."
21847 msgstr ""
21848
21849 #. type: =head2
21850 #: ../fish/guestfish-actions.pod:1
21851 msgid "add-cdrom"
21852 msgstr ""
21853
21854 #. type: verbatim
21855 #: ../fish/guestfish-actions.pod:3
21856 #, no-wrap
21857 msgid ""
21858 " add-cdrom filename\n"
21859 "\n"
21860 msgstr ""
21861
21862 #. type: textblock
21863 #: ../fish/guestfish-actions.pod:15
21864 msgid ""
21865 "This call checks for the existence of C<filename>.  This stops you from "
21866 "specifying other types of drive which are supported by qemu such as C<nbd:> "
21867 "and C<http:> URLs.  To specify those, use the general L</config> call "
21868 "instead."
21869 msgstr ""
21870
21871 #. type: textblock
21872 #: ../fish/guestfish-actions.pod:22
21873 msgid ""
21874 "If you just want to add an ISO file (often you use this as an efficient way "
21875 "to transfer large files into the guest), then you should probably use L</add-"
21876 "drive-ro> instead."
21877 msgstr ""
21878
21879 #. type: =head2
21880 #: ../fish/guestfish-actions.pod:35
21881 msgid "add-domain"
21882 msgstr ""
21883
21884 #. type: =head2
21885 #: ../fish/guestfish-actions.pod:37
21886 msgid "domain"
21887 msgstr ""
21888
21889 #. type: verbatim
21890 #: ../fish/guestfish-actions.pod:39
21891 #, no-wrap
21892 msgid ""
21893 " add-domain dom [libvirturi:..] [readonly:..] [iface:..] [live:..]\n"
21894 "\n"
21895 msgstr ""
21896
21897 #. type: textblock
21898 #: ../fish/guestfish-actions.pod:41
21899 msgid ""
21900 "This function adds the disk(s) attached to the named libvirt domain C<dom>.  "
21901 "It works by connecting to libvirt, requesting the domain and domain XML from "
21902 "libvirt, parsing it for disks, and calling L</add-drive-opts> on each one."
21903 msgstr ""
21904
21905 #. type: textblock
21906 #: ../fish/guestfish-actions.pod:71
21907 msgid ""
21908 "The other optional parameters are passed directly through to L</add-drive-"
21909 "opts>."
21910 msgstr ""
21911
21912 #. type: textblock
21913 #: ../fish/guestfish-actions.pod:74 ../fish/guestfish-actions.pod:138
21914 #: ../fish/guestfish-actions.pod:3044
21915 msgid ""
21916 "This command has one or more optional arguments.  See L</OPTIONAL ARGUMENTS>."
21917 msgstr ""
21918
21919 #. type: =head2
21920 #: ../fish/guestfish-actions.pod:76
21921 msgid "add-drive"
21922 msgstr ""
21923
21924 #. type: verbatim
21925 #: ../fish/guestfish-actions.pod:78
21926 #, no-wrap
21927 msgid ""
21928 " add-drive filename\n"
21929 "\n"
21930 msgstr ""
21931
21932 #. type: textblock
21933 #: ../fish/guestfish-actions.pod:80
21934 msgid ""
21935 "This function is the equivalent of calling L</add-drive-opts> with no "
21936 "optional parameters, so the disk is added writable, with the format being "
21937 "detected automatically."
21938 msgstr ""
21939
21940 #. type: textblock
21941 #: ../fish/guestfish-actions.pod:84
21942 msgid ""
21943 "Automatic detection of the format opens you up to a potential security hole "
21944 "when dealing with untrusted raw-format images.  See CVE-2010-3851 and "
21945 "RHBZ#642934.  Specifying the format closes this security hole.  Therefore "
21946 "you should think about replacing calls to this function with calls to L</add-"
21947 "drive-opts>, and specifying the format."
21948 msgstr ""
21949
21950 #. type: =head2
21951 #: ../fish/guestfish-actions.pod:91
21952 msgid "add-drive-opts"
21953 msgstr ""
21954
21955 #. type: =head2
21956 #: ../fish/guestfish-actions.pod:93
21957 msgid "add"
21958 msgstr ""
21959
21960 #. type: verbatim
21961 #: ../fish/guestfish-actions.pod:95
21962 #, no-wrap
21963 msgid ""
21964 " add-drive-opts filename [readonly:..] [format:..] [iface:..]\n"
21965 "\n"
21966 msgstr ""
21967
21968 #. type: textblock
21969 #: ../fish/guestfish-actions.pod:122
21970 msgid ""
21971 "This forces the image format.  If you omit this (or use L</add-drive> or L</"
21972 "add-drive-ro>) then the format is automatically detected.  Possible formats "
21973 "include C<raw> and C<qcow2>."
21974 msgstr ""
21975
21976 #. type: textblock
21977 #: ../fish/guestfish-actions.pod:133
21978 msgid ""
21979 "This rarely-used option lets you emulate the behaviour of the deprecated L</"
21980 "add-drive-with-if> call (q.v.)"
21981 msgstr ""
21982
21983 #. type: =head2
21984 #: ../fish/guestfish-actions.pod:140
21985 msgid "add-drive-ro"
21986 msgstr ""
21987
21988 #. type: =head2
21989 #: ../fish/guestfish-actions.pod:142
21990 msgid "add-ro"
21991 msgstr ""
21992
21993 #. type: verbatim
21994 #: ../fish/guestfish-actions.pod:144
21995 #, no-wrap
21996 msgid ""
21997 " add-drive-ro filename\n"
21998 "\n"
21999 msgstr ""
22000
22001 #. type: textblock
22002 #: ../fish/guestfish-actions.pod:146
22003 msgid ""
22004 "This function is the equivalent of calling L</add-drive-opts> with the "
22005 "optional parameter C<GUESTFS_ADD_DRIVE_OPTS_READONLY> set to 1, so the disk "
22006 "is added read-only, with the format being detected automatically."
22007 msgstr ""
22008
22009 #. type: =head2
22010 #: ../fish/guestfish-actions.pod:151
22011 msgid "add-drive-ro-with-if"
22012 msgstr ""
22013
22014 #. type: verbatim
22015 #: ../fish/guestfish-actions.pod:153
22016 #, no-wrap
22017 msgid ""
22018 " add-drive-ro-with-if filename iface\n"
22019 "\n"
22020 msgstr ""
22021
22022 #. type: textblock
22023 #: ../fish/guestfish-actions.pod:155
22024 msgid ""
22025 "This is the same as L</add-drive-ro> but it allows you to specify the QEMU "
22026 "interface emulation to use at run time."
22027 msgstr ""
22028
22029 #. type: =head2
22030 #: ../fish/guestfish-actions.pod:165
22031 msgid "add-drive-with-if"
22032 msgstr ""
22033
22034 #. type: verbatim
22035 #: ../fish/guestfish-actions.pod:167
22036 #, no-wrap
22037 msgid ""
22038 " add-drive-with-if filename iface\n"
22039 "\n"
22040 msgstr ""
22041
22042 #. type: textblock
22043 #: ../fish/guestfish-actions.pod:169
22044 msgid ""
22045 "This is the same as L</add-drive> but it allows you to specify the QEMU "
22046 "interface emulation to use at run time."
22047 msgstr ""
22048
22049 #. type: =head2
22050 #: ../fish/guestfish-actions.pod:179
22051 msgid "aug-clear"
22052 msgstr ""
22053
22054 #. type: verbatim
22055 #: ../fish/guestfish-actions.pod:181
22056 #, no-wrap
22057 msgid ""
22058 " aug-clear augpath\n"
22059 "\n"
22060 msgstr ""
22061
22062 #. type: =head2
22063 #: ../fish/guestfish-actions.pod:186
22064 msgid "aug-close"
22065 msgstr ""
22066
22067 #. type: verbatim
22068 #: ../fish/guestfish-actions.pod:188
22069 #, no-wrap
22070 msgid ""
22071 " aug-close\n"
22072 "\n"
22073 msgstr ""
22074
22075 #. type: textblock
22076 #: ../fish/guestfish-actions.pod:190
22077 msgid ""
22078 "Close the current Augeas handle and free up any resources used by it.  After "
22079 "calling this, you have to call L</aug-init> again before you can use any "
22080 "other Augeas functions."
22081 msgstr ""
22082
22083 #. type: =head2
22084 #: ../fish/guestfish-actions.pod:195
22085 msgid "aug-defnode"
22086 msgstr ""
22087
22088 #. type: verbatim
22089 #: ../fish/guestfish-actions.pod:197
22090 #, no-wrap
22091 msgid ""
22092 " aug-defnode name expr val\n"
22093 "\n"
22094 msgstr ""
22095
22096 #. type: textblock
22097 #: ../fish/guestfish-actions.pod:202
22098 msgid ""
22099 "If C<expr> evaluates to an empty nodeset, a node is created, equivalent to "
22100 "calling L</aug-set> C<expr>, C<value>.  C<name> will be the nodeset "
22101 "containing that single node."
22102 msgstr ""
22103
22104 #. type: =head2
22105 #: ../fish/guestfish-actions.pod:210
22106 msgid "aug-defvar"
22107 msgstr ""
22108
22109 #. type: verbatim
22110 #: ../fish/guestfish-actions.pod:212
22111 #, no-wrap
22112 msgid ""
22113 " aug-defvar name expr\n"
22114 "\n"
22115 msgstr ""
22116
22117 #. type: =head2
22118 #: ../fish/guestfish-actions.pod:221
22119 msgid "aug-get"
22120 msgstr ""
22121
22122 #. type: verbatim
22123 #: ../fish/guestfish-actions.pod:223
22124 #, no-wrap
22125 msgid ""
22126 " aug-get augpath\n"
22127 "\n"
22128 msgstr ""
22129
22130 #. type: =head2
22131 #: ../fish/guestfish-actions.pod:228
22132 msgid "aug-init"
22133 msgstr ""
22134
22135 #. type: verbatim
22136 #: ../fish/guestfish-actions.pod:230
22137 #, no-wrap
22138 msgid ""
22139 " aug-init root flags\n"
22140 "\n"
22141 msgstr ""
22142
22143 #. type: textblock
22144 #: ../fish/guestfish-actions.pod:236
22145 msgid "You must call this before using any other L</aug-*> commands."
22146 msgstr ""
22147
22148 #. type: textblock
22149 #: ../fish/guestfish-actions.pod:271
22150 msgid "Do not load the tree in L</aug-init>."
22151 msgstr ""
22152
22153 #. type: textblock
22154 #: ../fish/guestfish-actions.pod:275
22155 msgid "To close the handle, you can call L</aug-close>."
22156 msgstr ""
22157
22158 #. type: =head2
22159 #: ../fish/guestfish-actions.pod:279
22160 msgid "aug-insert"
22161 msgstr ""
22162
22163 #. type: verbatim
22164 #: ../fish/guestfish-actions.pod:281
22165 #, no-wrap
22166 msgid ""
22167 " aug-insert augpath label true|false\n"
22168 "\n"
22169 msgstr ""
22170
22171 #. type: =head2
22172 #: ../fish/guestfish-actions.pod:291
22173 msgid "aug-load"
22174 msgstr ""
22175
22176 #. type: verbatim
22177 #: ../fish/guestfish-actions.pod:293
22178 #, no-wrap
22179 msgid ""
22180 " aug-load\n"
22181 "\n"
22182 msgstr ""
22183
22184 #. type: =head2
22185 #: ../fish/guestfish-actions.pod:300
22186 msgid "aug-ls"
22187 msgstr ""
22188
22189 #. type: verbatim
22190 #: ../fish/guestfish-actions.pod:302
22191 #, no-wrap
22192 msgid ""
22193 " aug-ls augpath\n"
22194 "\n"
22195 msgstr ""
22196
22197 #. type: textblock
22198 #: ../fish/guestfish-actions.pod:304
22199 msgid ""
22200 "This is just a shortcut for listing L</aug-match> C<path/*> and sorting the "
22201 "resulting nodes into alphabetical order."
22202 msgstr ""
22203
22204 #. type: =head2
22205 #: ../fish/guestfish-actions.pod:307
22206 msgid "aug-match"
22207 msgstr ""
22208
22209 #. type: verbatim
22210 #: ../fish/guestfish-actions.pod:309
22211 #, no-wrap
22212 msgid ""
22213 " aug-match augpath\n"
22214 "\n"
22215 msgstr ""
22216
22217 #. type: =head2
22218 #: ../fish/guestfish-actions.pod:315
22219 msgid "aug-mv"
22220 msgstr ""
22221
22222 #. type: verbatim
22223 #: ../fish/guestfish-actions.pod:317
22224 #, no-wrap
22225 msgid ""
22226 " aug-mv src dest\n"
22227 "\n"
22228 msgstr ""
22229
22230 #. type: =head2
22231 #: ../fish/guestfish-actions.pod:322
22232 msgid "aug-rm"
22233 msgstr ""
22234
22235 #. type: verbatim
22236 #: ../fish/guestfish-actions.pod:324
22237 #, no-wrap
22238 msgid ""
22239 " aug-rm augpath\n"
22240 "\n"
22241 msgstr ""
22242
22243 #. type: =head2
22244 #: ../fish/guestfish-actions.pod:330
22245 msgid "aug-save"
22246 msgstr ""
22247
22248 #. type: verbatim
22249 #: ../fish/guestfish-actions.pod:332
22250 #, no-wrap
22251 msgid ""
22252 " aug-save\n"
22253 "\n"
22254 msgstr ""
22255
22256 #. type: textblock
22257 #: ../fish/guestfish-actions.pod:336
22258 msgid ""
22259 "The flags which were passed to L</aug-init> affect exactly how files are "
22260 "saved."
22261 msgstr ""
22262
22263 #. type: =head2
22264 #: ../fish/guestfish-actions.pod:339
22265 msgid "aug-set"
22266 msgstr ""
22267
22268 #. type: verbatim
22269 #: ../fish/guestfish-actions.pod:341
22270 #, no-wrap
22271 msgid ""
22272 " aug-set augpath val\n"
22273 "\n"
22274 msgstr ""
22275
22276 #. type: textblock
22277 #: ../fish/guestfish-actions.pod:345
22278 msgid ""
22279 "In the Augeas API, it is possible to clear a node by setting the value to "
22280 "NULL.  Due to an oversight in the libguestfs API you cannot do that with "
22281 "this call.  Instead you must use the L</aug-clear> call."
22282 msgstr ""
22283
22284 #. type: =head2
22285 #: ../fish/guestfish-actions.pod:350
22286 msgid "available"
22287 msgstr ""
22288
22289 #. type: verbatim
22290 #: ../fish/guestfish-actions.pod:352
22291 #, no-wrap
22292 msgid ""
22293 " available 'groups ...'\n"
22294 "\n"
22295 msgstr ""
22296
22297 #. type: textblock
22298 #: ../fish/guestfish-actions.pod:358
22299 msgid ""
22300 "The libguestfs groups, and the functions that those groups correspond to, "
22301 "are listed in L<guestfs(3)/AVAILABILITY>.  You can also fetch this list at "
22302 "runtime by calling L</available-all-groups>."
22303 msgstr ""
22304
22305 #. type: textblock
22306 #: ../fish/guestfish-actions.pod:382
22307 msgid "You must call L</launch> before calling this function."
22308 msgstr ""
22309
22310 #. type: textblock
22311 #: ../fish/guestfish-actions.pod:404
22312 msgid ""
22313 "This call was added in version C<1.0.80>.  In previous versions of "
22314 "libguestfs all you could do would be to speculatively execute a command to "
22315 "find out if the daemon implemented it.  See also L</version>."
22316 msgstr ""
22317
22318 #. type: =head2
22319 #: ../fish/guestfish-actions.pod:411
22320 msgid "available-all-groups"
22321 msgstr ""
22322
22323 #. type: verbatim
22324 #: ../fish/guestfish-actions.pod:413
22325 #, no-wrap
22326 msgid ""
22327 " available-all-groups\n"
22328 "\n"
22329 msgstr ""
22330
22331 #. type: textblock
22332 #: ../fish/guestfish-actions.pod:415
22333 msgid ""
22334 "This command returns a list of all optional groups that this daemon knows "
22335 "about.  Note this returns both supported and unsupported groups.  To find "
22336 "out which ones the daemon can actually support you have to call L</"
22337 "available> on each member of the returned list."
22338 msgstr ""
22339
22340 #. type: textblock
22341 #: ../fish/guestfish-actions.pod:421
22342 msgid "See also L</available> and L<guestfs(3)/AVAILABILITY>."
22343 msgstr ""
22344
22345 #. type: =head2
22346 #: ../fish/guestfish-actions.pod:423
22347 msgid "base64-in"
22348 msgstr ""
22349
22350 #. type: verbatim
22351 #: ../fish/guestfish-actions.pod:425
22352 #, no-wrap
22353 msgid ""
22354 " base64-in (base64file|-) filename\n"
22355 "\n"
22356 msgstr ""
22357
22358 #. type: textblock
22359 #: ../fish/guestfish-actions.pod:430 ../fish/guestfish-actions.pod:439
22360 #: ../fish/guestfish-actions.pod:663 ../fish/guestfish-actions.pod:832
22361 #: ../fish/guestfish-actions.pod:851 ../fish/guestfish-actions.pod:1225
22362 #: ../fish/guestfish-actions.pod:4477 ../fish/guestfish-actions.pod:4489
22363 #: ../fish/guestfish-actions.pod:4500 ../fish/guestfish-actions.pod:4511
22364 #: ../fish/guestfish-actions.pod:4563 ../fish/guestfish-actions.pod:4572
22365 #: ../fish/guestfish-actions.pod:4626 ../fish/guestfish-actions.pod:4649
22366 msgid "Use C<-> instead of a filename to read/write from stdin/stdout."
22367 msgstr ""
22368
22369 #. type: =head2
22370 #: ../fish/guestfish-actions.pod:432
22371 msgid "base64-out"
22372 msgstr ""
22373
22374 #. type: verbatim
22375 #: ../fish/guestfish-actions.pod:434
22376 #, no-wrap
22377 msgid ""
22378 " base64-out filename (base64file|-)\n"
22379 "\n"
22380 msgstr ""
22381
22382 #. type: =head2
22383 #: ../fish/guestfish-actions.pod:441
22384 msgid "blockdev-flushbufs"
22385 msgstr ""
22386
22387 #. type: verbatim
22388 #: ../fish/guestfish-actions.pod:443
22389 #, no-wrap
22390 msgid ""
22391 " blockdev-flushbufs device\n"
22392 "\n"
22393 msgstr ""
22394
22395 #. type: =head2
22396 #: ../fish/guestfish-actions.pod:450
22397 msgid "blockdev-getbsz"
22398 msgstr ""
22399
22400 #. type: verbatim
22401 #: ../fish/guestfish-actions.pod:452
22402 #, no-wrap
22403 msgid ""
22404 " blockdev-getbsz device\n"
22405 "\n"
22406 msgstr ""
22407
22408 #. type: =head2
22409 #: ../fish/guestfish-actions.pod:461
22410 msgid "blockdev-getro"
22411 msgstr ""
22412
22413 #. type: verbatim
22414 #: ../fish/guestfish-actions.pod:463
22415 #, no-wrap
22416 msgid ""
22417 " blockdev-getro device\n"
22418 "\n"
22419 msgstr ""
22420
22421 #. type: =head2
22422 #: ../fish/guestfish-actions.pod:470
22423 msgid "blockdev-getsize64"
22424 msgstr ""
22425
22426 #. type: verbatim
22427 #: ../fish/guestfish-actions.pod:472
22428 #, no-wrap
22429 msgid ""
22430 " blockdev-getsize64 device\n"
22431 "\n"
22432 msgstr ""
22433
22434 #. type: textblock
22435 #: ../fish/guestfish-actions.pod:476
22436 msgid "See also L</blockdev-getsz>."
22437 msgstr ""
22438
22439 #. type: =head2
22440 #: ../fish/guestfish-actions.pod:480
22441 msgid "blockdev-getss"
22442 msgstr ""
22443
22444 #. type: verbatim
22445 #: ../fish/guestfish-actions.pod:482
22446 #, no-wrap
22447 msgid ""
22448 " blockdev-getss device\n"
22449 "\n"
22450 msgstr ""
22451
22452 #. type: textblock
22453 #: ../fish/guestfish-actions.pod:487
22454 msgid ""
22455 "(Note, this is not the size in sectors, use L</blockdev-getsz> for that)."
22456 msgstr ""
22457
22458 #. type: =head2
22459 #: ../fish/guestfish-actions.pod:492
22460 msgid "blockdev-getsz"
22461 msgstr ""
22462
22463 #. type: verbatim
22464 #: ../fish/guestfish-actions.pod:494
22465 #, no-wrap
22466 msgid ""
22467 " blockdev-getsz device\n"
22468 "\n"
22469 msgstr ""
22470
22471 #. type: textblock
22472 #: ../fish/guestfish-actions.pod:499
22473 msgid ""
22474 "See also L</blockdev-getss> for the real sector size of the device, and L</"
22475 "blockdev-getsize64> for the more useful I<size in bytes>."
22476 msgstr ""
22477
22478 #. type: =head2
22479 #: ../fish/guestfish-actions.pod:505
22480 msgid "blockdev-rereadpt"
22481 msgstr ""
22482
22483 #. type: verbatim
22484 #: ../fish/guestfish-actions.pod:507
22485 #, no-wrap
22486 msgid ""
22487 " blockdev-rereadpt device\n"
22488 "\n"
22489 msgstr ""
22490
22491 #. type: =head2
22492 #: ../fish/guestfish-actions.pod:513
22493 msgid "blockdev-setbsz"
22494 msgstr ""
22495
22496 #. type: verbatim
22497 #: ../fish/guestfish-actions.pod:515
22498 #, no-wrap
22499 msgid ""
22500 " blockdev-setbsz device blocksize\n"
22501 "\n"
22502 msgstr ""
22503
22504 #. type: =head2
22505 #: ../fish/guestfish-actions.pod:524
22506 msgid "blockdev-setro"
22507 msgstr ""
22508
22509 #. type: verbatim
22510 #: ../fish/guestfish-actions.pod:526
22511 #, no-wrap
22512 msgid ""
22513 " blockdev-setro device\n"
22514 "\n"
22515 msgstr ""
22516
22517 #. type: =head2
22518 #: ../fish/guestfish-actions.pod:532
22519 msgid "blockdev-setrw"
22520 msgstr ""
22521
22522 #. type: verbatim
22523 #: ../fish/guestfish-actions.pod:534
22524 #, no-wrap
22525 msgid ""
22526 " blockdev-setrw device\n"
22527 "\n"
22528 msgstr ""
22529
22530 #. type: =head2
22531 #: ../fish/guestfish-actions.pod:540
22532 msgid "case-sensitive-path"
22533 msgstr ""
22534
22535 #. type: verbatim
22536 #: ../fish/guestfish-actions.pod:542
22537 #, no-wrap
22538 msgid ""
22539 " case-sensitive-path path\n"
22540 "\n"
22541 msgstr ""
22542
22543 #. type: textblock
22544 #: ../fish/guestfish-actions.pod:566
22545 msgid ""
22546 "Thus L</case-sensitive-path> (\"/Windows/System32\")  might return C<\"/"
22547 "WINDOWS/system32\"> (the exact return value would depend on details of how "
22548 "the directories were originally created under Windows)."
22549 msgstr ""
22550
22551 #. type: textblock
22552 #: ../fish/guestfish-actions.pod:574
22553 msgid "See also L</realpath>."
22554 msgstr ""
22555
22556 #. type: =head2
22557 #: ../fish/guestfish-actions.pod:576
22558 msgid "cat"
22559 msgstr ""
22560
22561 #. type: verbatim
22562 #: ../fish/guestfish-actions.pod:578
22563 #, no-wrap
22564 msgid ""
22565 " cat path\n"
22566 "\n"
22567 msgstr ""
22568
22569 #. type: textblock
22570 #: ../fish/guestfish-actions.pod:582
22571 msgid ""
22572 "Note that this function cannot correctly handle binary files (specifically, "
22573 "files containing C<\\0> character which is treated as end of string).  For "
22574 "those you need to use the L</read-file> or L</download> functions which have "
22575 "a more complex interface."
22576 msgstr ""
22577
22578 #. type: =head2
22579 #: ../fish/guestfish-actions.pod:590
22580 msgid "checksum"
22581 msgstr ""
22582
22583 #. type: verbatim
22584 #: ../fish/guestfish-actions.pod:592
22585 #, no-wrap
22586 msgid ""
22587 " checksum csumtype path\n"
22588 "\n"
22589 msgstr ""
22590
22591 #. type: textblock
22592 #: ../fish/guestfish-actions.pod:635
22593 msgid "To get the checksum for a device, use L</checksum-device>."
22594 msgstr ""
22595
22596 #. type: textblock
22597 #: ../fish/guestfish-actions.pod:637
22598 msgid "To get the checksums for many files, use L</checksums-out>."
22599 msgstr ""
22600
22601 #. type: =head2
22602 #: ../fish/guestfish-actions.pod:639
22603 msgid "checksum-device"
22604 msgstr ""
22605
22606 #. type: verbatim
22607 #: ../fish/guestfish-actions.pod:641
22608 #, no-wrap
22609 msgid ""
22610 " checksum-device csumtype device\n"
22611 "\n"
22612 msgstr ""
22613
22614 #. type: textblock
22615 #: ../fish/guestfish-actions.pod:643
22616 msgid ""
22617 "This call computes the MD5, SHAx or CRC checksum of the contents of the "
22618 "device named C<device>.  For the types of checksums supported see the L</"
22619 "checksum> command."
22620 msgstr ""
22621
22622 #. type: =head2
22623 #: ../fish/guestfish-actions.pod:647
22624 msgid "checksums-out"
22625 msgstr ""
22626
22627 #. type: verbatim
22628 #: ../fish/guestfish-actions.pod:649
22629 #, no-wrap
22630 msgid ""
22631 " checksums-out csumtype directory (sumsfile|-)\n"
22632 "\n"
22633 msgstr ""
22634
22635 #. type: =head2
22636 #: ../fish/guestfish-actions.pod:665
22637 msgid "chmod"
22638 msgstr ""
22639
22640 #. type: verbatim
22641 #: ../fish/guestfish-actions.pod:667
22642 #, no-wrap
22643 msgid ""
22644 " chmod mode path\n"
22645 "\n"
22646 msgstr ""
22647
22648 #. type: =head2
22649 #: ../fish/guestfish-actions.pod:678
22650 msgid "chown"
22651 msgstr ""
22652
22653 #. type: verbatim
22654 #: ../fish/guestfish-actions.pod:680
22655 #, no-wrap
22656 msgid ""
22657 " chown owner group path\n"
22658 "\n"
22659 msgstr ""
22660
22661 #. type: =head2
22662 #: ../fish/guestfish-actions.pod:688
22663 msgid "command"
22664 msgstr ""
22665
22666 #. type: verbatim
22667 #: ../fish/guestfish-actions.pod:690
22668 #, no-wrap
22669 msgid ""
22670 " command 'arguments ...'\n"
22671 "\n"
22672 msgstr ""
22673
22674 #. type: textblock
22675 #: ../fish/guestfish-actions.pod:697
22676 msgid ""
22677 "The single parameter is an argv-style list of arguments.  The first element "
22678 "is the name of the program to run.  Subsequent elements are parameters.  The "
22679 "list must be non-empty (ie. must contain a program name).  Note that the "
22680 "command runs directly, and is I<not> invoked via the shell (see L</sh>)."
22681 msgstr ""
22682
22683 #. type: =head2
22684 #: ../fish/guestfish-actions.pod:725
22685 msgid "command-lines"
22686 msgstr ""
22687
22688 #. type: verbatim
22689 #: ../fish/guestfish-actions.pod:727
22690 #, no-wrap
22691 msgid ""
22692 " command-lines 'arguments ...'\n"
22693 "\n"
22694 msgstr ""
22695
22696 #. type: textblock
22697 #: ../fish/guestfish-actions.pod:729
22698 msgid ""
22699 "This is the same as L</command>, but splits the result into a list of lines."
22700 msgstr ""
22701
22702 #. type: textblock
22703 #: ../fish/guestfish-actions.pod:732
22704 msgid "See also: L</sh-lines>"
22705 msgstr ""
22706
22707 #. type: =head2
22708 #: ../fish/guestfish-actions.pod:737
22709 msgid "config"
22710 msgstr ""
22711
22712 #. type: verbatim
22713 #: ../fish/guestfish-actions.pod:739
22714 #, no-wrap
22715 msgid ""
22716 " config qemuparam qemuvalue\n"
22717 "\n"
22718 msgstr ""
22719
22720 #. type: =head2
22721 #: ../fish/guestfish-actions.pod:750
22722 msgid "copy-size"
22723 msgstr ""
22724
22725 #. type: verbatim
22726 #: ../fish/guestfish-actions.pod:752
22727 #, no-wrap
22728 msgid ""
22729 " copy-size src dest size\n"
22730 "\n"
22731 msgstr ""
22732
22733 #. type: =head2
22734 #: ../fish/guestfish-actions.pod:760
22735 msgid "cp"
22736 msgstr ""
22737
22738 #. type: verbatim
22739 #: ../fish/guestfish-actions.pod:762
22740 #, no-wrap
22741 msgid ""
22742 " cp src dest\n"
22743 "\n"
22744 msgstr ""
22745
22746 #. type: =head2
22747 #: ../fish/guestfish-actions.pod:767
22748 msgid "cp-a"
22749 msgstr ""
22750
22751 #. type: verbatim
22752 #: ../fish/guestfish-actions.pod:769
22753 #, no-wrap
22754 msgid ""
22755 " cp-a src dest\n"
22756 "\n"
22757 msgstr ""
22758
22759 #. type: =head2
22760 #: ../fish/guestfish-actions.pod:774
22761 msgid "dd"
22762 msgstr ""
22763
22764 #. type: verbatim
22765 #: ../fish/guestfish-actions.pod:776
22766 #, no-wrap
22767 msgid ""
22768 " dd src dest\n"
22769 "\n"
22770 msgstr ""
22771
22772 #. type: textblock
22773 #: ../fish/guestfish-actions.pod:783
22774 msgid ""
22775 "If the destination is a device, it must be as large or larger than the "
22776 "source file or device, otherwise the copy will fail.  This command cannot do "
22777 "partial copies (see L</copy-size>)."
22778 msgstr ""
22779
22780 #. type: =head2
22781 #: ../fish/guestfish-actions.pod:787
22782 msgid "df"
22783 msgstr ""
22784
22785 #. type: verbatim
22786 #: ../fish/guestfish-actions.pod:789
22787 #, no-wrap
22788 msgid ""
22789 " df\n"
22790 "\n"
22791 msgstr ""
22792
22793 #. type: textblock
22794 #: ../fish/guestfish-actions.pod:793 ../fish/guestfish-actions.pod:804
22795 msgid ""
22796 "This command is mostly useful for interactive sessions.  It is I<not> "
22797 "intended that you try to parse the output string.  Use L</statvfs> from "
22798 "programs."
22799 msgstr ""
22800
22801 #. type: =head2
22802 #: ../fish/guestfish-actions.pod:797
22803 msgid "df-h"
22804 msgstr ""
22805
22806 #. type: verbatim
22807 #: ../fish/guestfish-actions.pod:799
22808 #, no-wrap
22809 msgid ""
22810 " df-h\n"
22811 "\n"
22812 msgstr ""
22813
22814 #. type: =head2
22815 #: ../fish/guestfish-actions.pod:808
22816 msgid "dmesg"
22817 msgstr ""
22818
22819 #. type: verbatim
22820 #: ../fish/guestfish-actions.pod:810
22821 #, no-wrap
22822 msgid ""
22823 " dmesg\n"
22824 "\n"
22825 msgstr ""
22826
22827 #. type: textblock
22828 #: ../fish/guestfish-actions.pod:816
22829 msgid ""
22830 "Another way to get the same information is to enable verbose messages with "
22831 "L</set-verbose> or by setting the environment variable C<LIBGUESTFS_DEBUG=1> "
22832 "before running the program."
22833 msgstr ""
22834
22835 #. type: =head2
22836 #: ../fish/guestfish-actions.pod:821
22837 msgid "download"
22838 msgstr ""
22839
22840 #. type: verbatim
22841 #: ../fish/guestfish-actions.pod:823
22842 #, no-wrap
22843 msgid ""
22844 " download remotefilename (filename|-)\n"
22845 "\n"
22846 msgstr ""
22847
22848 #. type: textblock
22849 #: ../fish/guestfish-actions.pod:830
22850 msgid "See also L</upload>, L</cat>."
22851 msgstr ""
22852
22853 #. type: =head2
22854 #: ../fish/guestfish-actions.pod:834
22855 msgid "download-offset"
22856 msgstr ""
22857
22858 #. type: verbatim
22859 #: ../fish/guestfish-actions.pod:836
22860 #, no-wrap
22861 msgid ""
22862 " download-offset remotefilename (filename|-) offset size\n"
22863 "\n"
22864 msgstr ""
22865
22866 #. type: textblock
22867 #: ../fish/guestfish-actions.pod:844
22868 msgid ""
22869 "Note that there is no limit on the amount of data that can be downloaded "
22870 "with this call, unlike with L</pread>, and this call always reads the full "
22871 "amount unless an error occurs."
22872 msgstr ""
22873
22874 #. type: textblock
22875 #: ../fish/guestfish-actions.pod:849
22876 msgid "See also L</download>, L</pread>."
22877 msgstr ""
22878
22879 #. type: =head2
22880 #: ../fish/guestfish-actions.pod:853
22881 msgid "drop-caches"
22882 msgstr ""
22883
22884 #. type: verbatim
22885 #: ../fish/guestfish-actions.pod:855
22886 #, no-wrap
22887 msgid ""
22888 " drop-caches whattodrop\n"
22889 "\n"
22890 msgstr ""
22891
22892 #. type: =head2
22893 #: ../fish/guestfish-actions.pod:867
22894 msgid "du"
22895 msgstr ""
22896
22897 #. type: verbatim
22898 #: ../fish/guestfish-actions.pod:869
22899 #, no-wrap
22900 msgid ""
22901 " du path\n"
22902 "\n"
22903 msgstr ""
22904
22905 #. type: =head2
22906 #: ../fish/guestfish-actions.pod:881
22907 msgid "e2fsck-f"
22908 msgstr ""
22909
22910 #. type: verbatim
22911 #: ../fish/guestfish-actions.pod:883
22912 #, no-wrap
22913 msgid ""
22914 " e2fsck-f device\n"
22915 "\n"
22916 msgstr ""
22917
22918 #. type: textblock
22919 #: ../fish/guestfish-actions.pod:889
22920 msgid ""
22921 "This command is only needed because of L</resize2fs> (q.v.).  Normally you "
22922 "should use L</fsck>."
22923 msgstr ""
22924
22925 #. type: =head2
22926 #: ../fish/guestfish-actions.pod:892
22927 msgid "echo-daemon"
22928 msgstr ""
22929
22930 #. type: verbatim
22931 #: ../fish/guestfish-actions.pod:894
22932 #, no-wrap
22933 msgid ""
22934 " echo-daemon 'words ...'\n"
22935 "\n"
22936 msgstr ""
22937
22938 #. type: textblock
22939 #: ../fish/guestfish-actions.pod:901
22940 msgid "See also L</ping-daemon>."
22941 msgstr ""
22942
22943 #. type: =head2
22944 #: ../fish/guestfish-actions.pod:903
22945 msgid "egrep"
22946 msgstr ""
22947
22948 #. type: verbatim
22949 #: ../fish/guestfish-actions.pod:905
22950 #, no-wrap
22951 msgid ""
22952 " egrep regex path\n"
22953 "\n"
22954 msgstr ""
22955
22956 #. type: =head2
22957 #: ../fish/guestfish-actions.pod:913
22958 msgid "egrepi"
22959 msgstr ""
22960
22961 #. type: verbatim
22962 #: ../fish/guestfish-actions.pod:915
22963 #, no-wrap
22964 msgid ""
22965 " egrepi regex path\n"
22966 "\n"
22967 msgstr ""
22968
22969 #. type: =head2
22970 #: ../fish/guestfish-actions.pod:923
22971 msgid "equal"
22972 msgstr ""
22973
22974 #. type: verbatim
22975 #: ../fish/guestfish-actions.pod:925
22976 #, no-wrap
22977 msgid ""
22978 " equal file1 file2\n"
22979 "\n"
22980 msgstr ""
22981
22982 #. type: =head2
22983 #: ../fish/guestfish-actions.pod:932
22984 msgid "exists"
22985 msgstr ""
22986
22987 #. type: verbatim
22988 #: ../fish/guestfish-actions.pod:934
22989 #, no-wrap
22990 msgid ""
22991 " exists path\n"
22992 "\n"
22993 msgstr ""
22994
22995 #. type: textblock
22996 #: ../fish/guestfish-actions.pod:939
22997 msgid "See also L</is-file>, L</is-dir>, L</stat>."
22998 msgstr ""
22999
23000 #. type: =head2
23001 #: ../fish/guestfish-actions.pod:941
23002 msgid "fallocate"
23003 msgstr ""
23004
23005 #. type: verbatim
23006 #: ../fish/guestfish-actions.pod:943
23007 #, no-wrap
23008 msgid ""
23009 " fallocate path len\n"
23010 "\n"
23011 msgstr ""
23012
23013 #. type: =head2
23014 #: ../fish/guestfish-actions.pod:960
23015 msgid "fallocate64"
23016 msgstr ""
23017
23018 #. type: verbatim
23019 #: ../fish/guestfish-actions.pod:962
23020 #, no-wrap
23021 msgid ""
23022 " fallocate64 path len\n"
23023 "\n"
23024 msgstr ""
23025
23026 #. type: textblock
23027 #: ../fish/guestfish-actions.pod:968
23028 msgid ""
23029 "Note that this call allocates disk blocks for the file.  To create a sparse "
23030 "file use L</truncate-size> instead."
23031 msgstr ""
23032
23033 #. type: textblock
23034 #: ../fish/guestfish-actions.pod:971
23035 msgid ""
23036 "The deprecated call L</fallocate> does the same, but owing to an oversight "
23037 "it only allowed 30 bit lengths to be specified, effectively limiting the "
23038 "maximum size of files created through that call to 1GB."
23039 msgstr ""
23040
23041 #. type: =head2
23042 #: ../fish/guestfish-actions.pod:980
23043 msgid "fgrep"
23044 msgstr ""
23045
23046 #. type: verbatim
23047 #: ../fish/guestfish-actions.pod:982
23048 #, no-wrap
23049 msgid ""
23050 " fgrep pattern path\n"
23051 "\n"
23052 msgstr ""
23053
23054 #. type: =head2
23055 #: ../fish/guestfish-actions.pod:990
23056 msgid "fgrepi"
23057 msgstr ""
23058
23059 #. type: verbatim
23060 #: ../fish/guestfish-actions.pod:992
23061 #, no-wrap
23062 msgid ""
23063 " fgrepi pattern path\n"
23064 "\n"
23065 msgstr ""
23066
23067 #. type: =head2
23068 #: ../fish/guestfish-actions.pod:1000
23069 msgid "file"
23070 msgstr ""
23071
23072 #. type: verbatim
23073 #: ../fish/guestfish-actions.pod:1002
23074 #, no-wrap
23075 msgid ""
23076 " file path\n"
23077 "\n"
23078 msgstr ""
23079
23080 #. type: textblock
23081 #: ../fish/guestfish-actions.pod:1018
23082 msgid ""
23083 "See also: L<file(1)>, L</vfs-type>, L</lstat>, L</is-file>, L</is-blockdev> "
23084 "(etc)."
23085 msgstr ""
23086
23087 #. type: =head2
23088 #: ../fish/guestfish-actions.pod:1021
23089 msgid "file-architecture"
23090 msgstr ""
23091
23092 #. type: verbatim
23093 #: ../fish/guestfish-actions.pod:1023
23094 #, no-wrap
23095 msgid ""
23096 " file-architecture filename\n"
23097 "\n"
23098 msgstr ""
23099
23100 #. type: =head2
23101 #: ../fish/guestfish-actions.pod:1126
23102 msgid "filesize"
23103 msgstr ""
23104
23105 #. type: verbatim
23106 #: ../fish/guestfish-actions.pod:1128
23107 #, no-wrap
23108 msgid ""
23109 " filesize file\n"
23110 "\n"
23111 msgstr ""
23112
23113 #. type: textblock
23114 #: ../fish/guestfish-actions.pod:1132
23115 msgid ""
23116 "To get other stats about a file, use L</stat>, L</lstat>, L</is-dir>, L</is-"
23117 "file> etc.  To get the size of block devices, use L</blockdev-getsize64>."
23118 msgstr ""
23119
23120 #. type: =head2
23121 #: ../fish/guestfish-actions.pod:1136
23122 msgid "fill"
23123 msgstr ""
23124
23125 #. type: verbatim
23126 #: ../fish/guestfish-actions.pod:1138
23127 #, no-wrap
23128 msgid ""
23129 " fill c len path\n"
23130 "\n"
23131 msgstr ""
23132
23133 #. type: textblock
23134 #: ../fish/guestfish-actions.pod:1144
23135 msgid ""
23136 "To fill a file with zero bytes (sparsely), it is much more efficient to use "
23137 "L</truncate-size>.  To create a file with a pattern of repeating bytes use "
23138 "L</fill-pattern>."
23139 msgstr ""
23140
23141 #. type: =head2
23142 #: ../fish/guestfish-actions.pod:1149
23143 msgid "fill-pattern"
23144 msgstr ""
23145
23146 #. type: verbatim
23147 #: ../fish/guestfish-actions.pod:1151
23148 #, no-wrap
23149 msgid ""
23150 " fill-pattern pattern len path\n"
23151 "\n"
23152 msgstr ""
23153
23154 #. type: textblock
23155 #: ../fish/guestfish-actions.pod:1153
23156 msgid ""
23157 "This function is like L</fill> except that it creates a new file of length "
23158 "C<len> containing the repeating pattern of bytes in C<pattern>.  The pattern "
23159 "is truncated if necessary to ensure the length of the file is exactly C<len> "
23160 "bytes."
23161 msgstr ""
23162
23163 #. type: =head2
23164 #: ../fish/guestfish-actions.pod:1158
23165 msgid "find"
23166 msgstr ""
23167
23168 #. type: verbatim
23169 #: ../fish/guestfish-actions.pod:1160
23170 #, no-wrap
23171 msgid ""
23172 " find directory\n"
23173 "\n"
23174 msgstr ""
23175
23176 #. type: textblock
23177 #: ../fish/guestfish-actions.pod:1174
23178 msgid "then the returned list from L</find> C</tmp> would be 4 elements:"
23179 msgstr ""
23180
23181 #. type: textblock
23182 #: ../fish/guestfish-actions.pod:1187
23183 msgid "See also L</find0>."
23184 msgstr ""
23185
23186 #. type: =head2
23187 #: ../fish/guestfish-actions.pod:1192
23188 msgid "find0"
23189 msgstr ""
23190
23191 #. type: verbatim
23192 #: ../fish/guestfish-actions.pod:1194
23193 #, no-wrap
23194 msgid ""
23195 " find0 directory (files|-)\n"
23196 "\n"
23197 msgstr ""
23198
23199 #. type: textblock
23200 #: ../fish/guestfish-actions.pod:1200
23201 msgid ""
23202 "This command works the same way as L</find> with the following exceptions:"
23203 msgstr ""
23204
23205 #. type: =head2
23206 #: ../fish/guestfish-actions.pod:1227
23207 msgid "findfs-label"
23208 msgstr ""
23209
23210 #. type: verbatim
23211 #: ../fish/guestfish-actions.pod:1229
23212 #, no-wrap
23213 msgid ""
23214 " findfs-label label\n"
23215 "\n"
23216 msgstr ""
23217
23218 #. type: textblock
23219 #: ../fish/guestfish-actions.pod:1235
23220 msgid "To find the label of a filesystem, use L</vfs-label>."
23221 msgstr ""
23222
23223 #. type: =head2
23224 #: ../fish/guestfish-actions.pod:1237
23225 msgid "findfs-uuid"
23226 msgstr ""
23227
23228 #. type: verbatim
23229 #: ../fish/guestfish-actions.pod:1239
23230 #, no-wrap
23231 msgid ""
23232 " findfs-uuid uuid\n"
23233 "\n"
23234 msgstr ""
23235
23236 #. type: textblock
23237 #: ../fish/guestfish-actions.pod:1245
23238 msgid "To find the UUID of a filesystem, use L</vfs-uuid>."
23239 msgstr ""
23240
23241 #. type: =head2
23242 #: ../fish/guestfish-actions.pod:1247
23243 msgid "fsck"
23244 msgstr ""
23245
23246 #. type: verbatim
23247 #: ../fish/guestfish-actions.pod:1249
23248 #, no-wrap
23249 msgid ""
23250 " fsck fstype device\n"
23251 "\n"
23252 msgstr ""
23253
23254 #. type: =head2
23255 #: ../fish/guestfish-actions.pod:1279
23256 msgid "get-append"
23257 msgstr ""
23258
23259 #. type: verbatim
23260 #: ../fish/guestfish-actions.pod:1281
23261 #, no-wrap
23262 msgid ""
23263 " get-append\n"
23264 "\n"
23265 msgstr ""
23266
23267 #. type: =head2
23268 #: ../fish/guestfish-actions.pod:1288
23269 msgid "get-attach-method"
23270 msgstr ""
23271
23272 #. type: verbatim
23273 #: ../fish/guestfish-actions.pod:1290
23274 #, no-wrap
23275 msgid ""
23276 " get-attach-method\n"
23277 "\n"
23278 msgstr ""
23279
23280 #. type: textblock
23281 #: ../fish/guestfish-actions.pod:1292
23282 msgid "Return the current attach method.  See L</set-attach-method>."
23283 msgstr ""
23284
23285 #. type: =head2
23286 #: ../fish/guestfish-actions.pod:1294
23287 msgid "get-autosync"
23288 msgstr ""
23289
23290 #. type: verbatim
23291 #: ../fish/guestfish-actions.pod:1296
23292 #, no-wrap
23293 msgid ""
23294 " get-autosync\n"
23295 "\n"
23296 msgstr ""
23297
23298 #. type: =head2
23299 #: ../fish/guestfish-actions.pod:1300
23300 msgid "get-direct"
23301 msgstr ""
23302
23303 #. type: verbatim
23304 #: ../fish/guestfish-actions.pod:1302
23305 #, no-wrap
23306 msgid ""
23307 " get-direct\n"
23308 "\n"
23309 msgstr ""
23310
23311 #. type: =head2
23312 #: ../fish/guestfish-actions.pod:1306
23313 msgid "get-e2label"
23314 msgstr ""
23315
23316 #. type: verbatim
23317 #: ../fish/guestfish-actions.pod:1308
23318 #, no-wrap
23319 msgid ""
23320 " get-e2label device\n"
23321 "\n"
23322 msgstr ""
23323
23324 #. type: =head2
23325 #: ../fish/guestfish-actions.pod:1320
23326 msgid "get-e2uuid"
23327 msgstr ""
23328
23329 #. type: verbatim
23330 #: ../fish/guestfish-actions.pod:1322
23331 #, no-wrap
23332 msgid ""
23333 " get-e2uuid device\n"
23334 "\n"
23335 msgstr ""
23336
23337 #. type: =head2
23338 #: ../fish/guestfish-actions.pod:1334
23339 msgid "get-memsize"
23340 msgstr ""
23341
23342 #. type: verbatim
23343 #: ../fish/guestfish-actions.pod:1336
23344 #, no-wrap
23345 msgid ""
23346 " get-memsize\n"
23347 "\n"
23348 msgstr ""
23349
23350 #. type: textblock
23351 #: ../fish/guestfish-actions.pod:1341
23352 msgid ""
23353 "If L</set-memsize> was not called on this handle, and if "
23354 "C<LIBGUESTFS_MEMSIZE> was not set, then this returns the compiled-in default "
23355 "value for memsize."
23356 msgstr ""
23357
23358 #. type: =head2
23359 #: ../fish/guestfish-actions.pod:1348
23360 msgid "get-network"
23361 msgstr ""
23362
23363 #. type: verbatim
23364 #: ../fish/guestfish-actions.pod:1350
23365 #, no-wrap
23366 msgid ""
23367 " get-network\n"
23368 "\n"
23369 msgstr ""
23370
23371 #. type: =head2
23372 #: ../fish/guestfish-actions.pod:1354
23373 msgid "get-path"
23374 msgstr ""
23375
23376 #. type: verbatim
23377 #: ../fish/guestfish-actions.pod:1356
23378 #, no-wrap
23379 msgid ""
23380 " get-path\n"
23381 "\n"
23382 msgstr ""
23383
23384 #. type: =head2
23385 #: ../fish/guestfish-actions.pod:1363
23386 msgid "get-pid"
23387 msgstr ""
23388
23389 #. type: =head2
23390 #: ../fish/guestfish-actions.pod:1365
23391 msgid "pid"
23392 msgstr ""
23393
23394 #. type: verbatim
23395 #: ../fish/guestfish-actions.pod:1367
23396 #, no-wrap
23397 msgid ""
23398 " get-pid\n"
23399 "\n"
23400 msgstr ""
23401
23402 #. type: =head2
23403 #: ../fish/guestfish-actions.pod:1374
23404 msgid "get-qemu"
23405 msgstr ""
23406
23407 #. type: verbatim
23408 #: ../fish/guestfish-actions.pod:1376
23409 #, no-wrap
23410 msgid ""
23411 " get-qemu\n"
23412 "\n"
23413 msgstr ""
23414
23415 #. type: =head2
23416 #: ../fish/guestfish-actions.pod:1383
23417 msgid "get-recovery-proc"
23418 msgstr ""
23419
23420 #. type: verbatim
23421 #: ../fish/guestfish-actions.pod:1385
23422 #, no-wrap
23423 msgid ""
23424 " get-recovery-proc\n"
23425 "\n"
23426 msgstr ""
23427
23428 #. type: =head2
23429 #: ../fish/guestfish-actions.pod:1389
23430 msgid "get-selinux"
23431 msgstr ""
23432
23433 #. type: verbatim
23434 #: ../fish/guestfish-actions.pod:1391
23435 #, no-wrap
23436 msgid ""
23437 " get-selinux\n"
23438 "\n"
23439 msgstr ""
23440
23441 #. type: textblock
23442 #: ../fish/guestfish-actions.pod:1393
23443 msgid ""
23444 "This returns the current setting of the selinux flag which is passed to the "
23445 "appliance at boot time.  See L</set-selinux>."
23446 msgstr ""
23447
23448 #. type: =head2
23449 #: ../fish/guestfish-actions.pod:1399
23450 msgid "get-state"
23451 msgstr ""
23452
23453 #. type: verbatim
23454 #: ../fish/guestfish-actions.pod:1401
23455 #, no-wrap
23456 msgid ""
23457 " get-state\n"
23458 "\n"
23459 msgstr ""
23460
23461 #. type: =head2
23462 #: ../fish/guestfish-actions.pod:1408
23463 msgid "get-trace"
23464 msgstr ""
23465
23466 #. type: verbatim
23467 #: ../fish/guestfish-actions.pod:1410
23468 #, no-wrap
23469 msgid ""
23470 " get-trace\n"
23471 "\n"
23472 msgstr ""
23473
23474 #. type: =head2
23475 #: ../fish/guestfish-actions.pod:1414
23476 msgid "get-umask"
23477 msgstr ""
23478
23479 #. type: verbatim
23480 #: ../fish/guestfish-actions.pod:1416
23481 #, no-wrap
23482 msgid ""
23483 " get-umask\n"
23484 "\n"
23485 msgstr ""
23486
23487 #. type: textblock
23488 #: ../fish/guestfish-actions.pod:1418
23489 msgid ""
23490 "Return the current umask.  By default the umask is C<022> unless it has been "
23491 "set by calling L</umask>."
23492 msgstr ""
23493
23494 #. type: =head2
23495 #: ../fish/guestfish-actions.pod:1421
23496 msgid "get-verbose"
23497 msgstr ""
23498
23499 #. type: verbatim
23500 #: ../fish/guestfish-actions.pod:1423
23501 #, no-wrap
23502 msgid ""
23503 " get-verbose\n"
23504 "\n"
23505 msgstr ""
23506
23507 #. type: =head2
23508 #: ../fish/guestfish-actions.pod:1427
23509 msgid "getcon"
23510 msgstr ""
23511
23512 #. type: verbatim
23513 #: ../fish/guestfish-actions.pod:1429
23514 #, no-wrap
23515 msgid ""
23516 " getcon\n"
23517 "\n"
23518 msgstr ""
23519
23520 #. type: textblock
23521 #: ../fish/guestfish-actions.pod:1433
23522 msgid "See the documentation about SELINUX in L<guestfs(3)>, and L</setcon>"
23523 msgstr ""
23524
23525 #. type: =head2
23526 #: ../fish/guestfish-actions.pod:1436
23527 msgid "getxattr"
23528 msgstr ""
23529
23530 #. type: verbatim
23531 #: ../fish/guestfish-actions.pod:1438
23532 #, no-wrap
23533 msgid ""
23534 " getxattr path name\n"
23535 "\n"
23536 msgstr ""
23537
23538 #. type: textblock
23539 #: ../fish/guestfish-actions.pod:1440
23540 msgid ""
23541 "Get a single extended attribute from file C<path> named C<name>.  This call "
23542 "follows symlinks.  If you want to lookup an extended attribute for the "
23543 "symlink itself, use L</lgetxattr>."
23544 msgstr ""
23545
23546 #. type: textblock
23547 #: ../fish/guestfish-actions.pod:1444 ../fish/guestfish-actions.pod:2450
23548 msgid ""
23549 "Normally it is better to get all extended attributes from a file in one go "
23550 "by calling L</getxattrs>.  However some Linux filesystem implementations are "
23551 "buggy and do not provide a way to list out attributes.  For these "
23552 "filesystems (notably ntfs-3g)  you have to know the names of the extended "
23553 "attributes you want in advance and call this function."
23554 msgstr ""
23555
23556 #. type: textblock
23557 #: ../fish/guestfish-actions.pod:1454
23558 msgid "See also: L</getxattrs>, L</lgetxattr>, L<attr(5)>."
23559 msgstr ""
23560
23561 #. type: =head2
23562 #: ../fish/guestfish-actions.pod:1456
23563 msgid "getxattrs"
23564 msgstr ""
23565
23566 #. type: verbatim
23567 #: ../fish/guestfish-actions.pod:1458
23568 #, no-wrap
23569 msgid ""
23570 " getxattrs path\n"
23571 "\n"
23572 msgstr ""
23573
23574 #. type: textblock
23575 #: ../fish/guestfish-actions.pod:1466
23576 msgid "See also: L</lgetxattrs>, L<attr(5)>."
23577 msgstr ""
23578
23579 #. type: =head2
23580 #: ../fish/guestfish-actions.pod:1468
23581 msgid "glob-expand"
23582 msgstr ""
23583
23584 #. type: verbatim
23585 #: ../fish/guestfish-actions.pod:1470
23586 #, no-wrap
23587 msgid ""
23588 " glob-expand pattern\n"
23589 "\n"
23590 msgstr ""
23591
23592 #. type: =head2
23593 #: ../fish/guestfish-actions.pod:1483
23594 msgid "grep"
23595 msgstr ""
23596
23597 #. type: verbatim
23598 #: ../fish/guestfish-actions.pod:1485
23599 #, no-wrap
23600 msgid ""
23601 " grep regex path\n"
23602 "\n"
23603 msgstr ""
23604
23605 #. type: =head2
23606 #: ../fish/guestfish-actions.pod:1493
23607 msgid "grepi"
23608 msgstr ""
23609
23610 #. type: verbatim
23611 #: ../fish/guestfish-actions.pod:1495
23612 #, no-wrap
23613 msgid ""
23614 " grepi regex path\n"
23615 "\n"
23616 msgstr ""
23617
23618 #. type: =head2
23619 #: ../fish/guestfish-actions.pod:1503
23620 msgid "grub-install"
23621 msgstr ""
23622
23623 #. type: verbatim
23624 #: ../fish/guestfish-actions.pod:1505
23625 #, no-wrap
23626 msgid ""
23627 " grub-install root device\n"
23628 "\n"
23629 msgstr ""
23630
23631 #. type: =head2
23632 #: ../fish/guestfish-actions.pod:1521
23633 msgid "head"
23634 msgstr ""
23635
23636 #. type: verbatim
23637 #: ../fish/guestfish-actions.pod:1523
23638 #, no-wrap
23639 msgid ""
23640 " head path\n"
23641 "\n"
23642 msgstr ""
23643
23644 #. type: =head2
23645 #: ../fish/guestfish-actions.pod:1531
23646 msgid "head-n"
23647 msgstr ""
23648
23649 #. type: verbatim
23650 #: ../fish/guestfish-actions.pod:1533
23651 #, no-wrap
23652 msgid ""
23653 " head-n nrlines path\n"
23654 "\n"
23655 msgstr ""
23656
23657 #. type: =head2
23658 #: ../fish/guestfish-actions.pod:1546
23659 msgid "hexdump"
23660 msgstr ""
23661
23662 #. type: verbatim
23663 #: ../fish/guestfish-actions.pod:1548
23664 #, no-wrap
23665 msgid ""
23666 " hexdump path\n"
23667 "\n"
23668 msgstr ""
23669
23670 #. type: =head2
23671 #: ../fish/guestfish-actions.pod:1556
23672 msgid "initrd-cat"
23673 msgstr ""
23674
23675 #. type: verbatim
23676 #: ../fish/guestfish-actions.pod:1558
23677 #, no-wrap
23678 msgid ""
23679 " initrd-cat initrdpath filename\n"
23680 "\n"
23681 msgstr ""
23682
23683 #. type: textblock
23684 #: ../fish/guestfish-actions.pod:1570
23685 msgid "See also L</initrd-list>."
23686 msgstr ""
23687
23688 #. type: =head2
23689 #: ../fish/guestfish-actions.pod:1575
23690 msgid "initrd-list"
23691 msgstr ""
23692
23693 #. type: verbatim
23694 #: ../fish/guestfish-actions.pod:1577
23695 #, no-wrap
23696 msgid ""
23697 " initrd-list path\n"
23698 "\n"
23699 msgstr ""
23700
23701 #. type: =head2
23702 #: ../fish/guestfish-actions.pod:1589
23703 msgid "inotify-add-watch"
23704 msgstr ""
23705
23706 #. type: verbatim
23707 #: ../fish/guestfish-actions.pod:1591
23708 #, no-wrap
23709 msgid ""
23710 " inotify-add-watch path mask\n"
23711 "\n"
23712 msgstr ""
23713
23714 #. type: =head2
23715 #: ../fish/guestfish-actions.pod:1603
23716 msgid "inotify-close"
23717 msgstr ""
23718
23719 #. type: verbatim
23720 #: ../fish/guestfish-actions.pod:1605
23721 #, no-wrap
23722 msgid ""
23723 " inotify-close\n"
23724 "\n"
23725 msgstr ""
23726
23727 #. type: =head2
23728 #: ../fish/guestfish-actions.pod:1611
23729 msgid "inotify-files"
23730 msgstr ""
23731
23732 #. type: verbatim
23733 #: ../fish/guestfish-actions.pod:1613
23734 #, no-wrap
23735 msgid ""
23736 " inotify-files\n"
23737 "\n"
23738 msgstr ""
23739
23740 #. type: textblock
23741 #: ../fish/guestfish-actions.pod:1615
23742 msgid ""
23743 "This function is a helpful wrapper around L</inotify-read> which just "
23744 "returns a list of pathnames of objects that were touched.  The returned "
23745 "pathnames are sorted and deduplicated."
23746 msgstr ""
23747
23748 #. type: =head2
23749 #: ../fish/guestfish-actions.pod:1619
23750 msgid "inotify-init"
23751 msgstr ""
23752
23753 #. type: verbatim
23754 #: ../fish/guestfish-actions.pod:1621
23755 #, no-wrap
23756 msgid ""
23757 " inotify-init maxevents\n"
23758 "\n"
23759 msgstr ""
23760
23761 #. type: textblock
23762 #: ../fish/guestfish-actions.pod:1627
23763 msgid ""
23764 "C<maxevents> is the maximum number of events which will be queued up between "
23765 "calls to L</inotify-read> or L</inotify-files>.  If this is passed as C<0>, "
23766 "then the kernel (or previously set)  default is used.  For Linux 2.6.29 the "
23767 "default was 16384 events.  Beyond this limit, the kernel throws away events, "
23768 "but records the fact that it threw them away by setting a flag "
23769 "C<IN_Q_OVERFLOW> in the returned structure list (see L</inotify-read>)."
23770 msgstr ""
23771
23772 #. type: textblock
23773 #: ../fish/guestfish-actions.pod:1637
23774 msgid ""
23775 "Before any events are generated, you have to add some watches to the "
23776 "internal watch list.  See: L</inotify-add-watch>, L</inotify-rm-watch> and "
23777 "L</inotify-watch-all>."
23778 msgstr ""
23779
23780 #. type: textblock
23781 #: ../fish/guestfish-actions.pod:1643
23782 msgid ""
23783 "Queued up events should be read periodically by calling L</inotify-read> (or "
23784 "L</inotify-files> which is just a helpful wrapper around L</inotify-read>).  "
23785 "If you don't read the events out often enough then you risk the internal "
23786 "queue overflowing."
23787 msgstr ""
23788
23789 #. type: textblock
23790 #: ../fish/guestfish-actions.pod:1650
23791 msgid ""
23792 "The handle should be closed after use by calling L</inotify-close>.  This "
23793 "also removes any watches automatically."
23794 msgstr ""
23795
23796 #. type: =head2
23797 #: ../fish/guestfish-actions.pod:1659
23798 msgid "inotify-read"
23799 msgstr ""
23800
23801 #. type: verbatim
23802 #: ../fish/guestfish-actions.pod:1661
23803 #, no-wrap
23804 msgid ""
23805 " inotify-read\n"
23806 "\n"
23807 msgstr ""
23808
23809 #. type: =head2
23810 #: ../fish/guestfish-actions.pod:1674
23811 msgid "inotify-rm-watch"
23812 msgstr ""
23813
23814 #. type: verbatim
23815 #: ../fish/guestfish-actions.pod:1676
23816 #, no-wrap
23817 msgid ""
23818 " inotify-rm-watch wd\n"
23819 "\n"
23820 msgstr ""
23821
23822 #. type: textblock
23823 #: ../fish/guestfish-actions.pod:1678
23824 msgid "Remove a previously defined inotify watch.  See L</inotify-add-watch>."
23825 msgstr ""
23826
23827 #. type: =head2
23828 #: ../fish/guestfish-actions.pod:1681
23829 msgid "inspect-get-arch"
23830 msgstr ""
23831
23832 #. type: verbatim
23833 #: ../fish/guestfish-actions.pod:1683
23834 #, no-wrap
23835 msgid ""
23836 " inspect-get-arch root\n"
23837 "\n"
23838 msgstr ""
23839
23840 #. type: textblock
23841 #: ../fish/guestfish-actions.pod:1685 ../fish/guestfish-actions.pod:1701
23842 #: ../fish/guestfish-actions.pod:1787 ../fish/guestfish-actions.pod:1823
23843 #: ../fish/guestfish-actions.pod:1841 ../fish/guestfish-actions.pod:1875
23844 #: ../fish/guestfish-actions.pod:1890 ../fish/guestfish-actions.pod:1911
23845 #: ../fish/guestfish-actions.pod:1926 ../fish/guestfish-actions.pod:1959
23846 #: ../fish/guestfish-actions.pod:1981 ../fish/guestfish-actions.pod:2005
23847 #: ../fish/guestfish-actions.pod:2022 ../fish/guestfish-actions.pod:2065
23848 #: ../fish/guestfish-actions.pod:2100 ../fish/guestfish-actions.pod:2116
23849 #: ../fish/guestfish-actions.pod:2132 ../fish/guestfish-actions.pod:2145
23850 #: ../fish/guestfish-actions.pod:2158 ../fish/guestfish-actions.pod:2173
23851 msgid ""
23852 "This function should only be called with a root device string as returned by "
23853 "L</inspect-os>."
23854 msgstr ""
23855
23856 #. type: textblock
23857 #: ../fish/guestfish-actions.pod:1688
23858 msgid ""
23859 "This returns the architecture of the inspected operating system.  The "
23860 "possible return values are listed under L</file-architecture>."
23861 msgstr ""
23862
23863 #. type: =head2
23864 #: ../fish/guestfish-actions.pod:1697
23865 msgid "inspect-get-distro"
23866 msgstr ""
23867
23868 #. type: verbatim
23869 #: ../fish/guestfish-actions.pod:1699
23870 #, no-wrap
23871 msgid ""
23872 " inspect-get-distro root\n"
23873 "\n"
23874 msgstr ""
23875
23876 #. type: =head2
23877 #: ../fish/guestfish-actions.pod:1783
23878 msgid "inspect-get-drive-mappings"
23879 msgstr ""
23880
23881 #. type: verbatim
23882 #: ../fish/guestfish-actions.pod:1785
23883 #, no-wrap
23884 msgid ""
23885 " inspect-get-drive-mappings root\n"
23886 "\n"
23887 msgstr ""
23888
23889 #. type: textblock
23890 #: ../fish/guestfish-actions.pod:1815
23891 msgid ""
23892 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23893 "get-mountpoints>, L</inspect-get-filesystems>."
23894 msgstr ""
23895
23896 #. type: =head2
23897 #: ../fish/guestfish-actions.pod:1819
23898 msgid "inspect-get-filesystems"
23899 msgstr ""
23900
23901 #. type: verbatim
23902 #: ../fish/guestfish-actions.pod:1821
23903 #, no-wrap
23904 msgid ""
23905 " inspect-get-filesystems root\n"
23906 "\n"
23907 msgstr ""
23908
23909 #. type: textblock
23910 #: ../fish/guestfish-actions.pod:1834
23911 msgid ""
23912 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23913 "get-mountpoints>."
23914 msgstr ""
23915
23916 #. type: =head2
23917 #: ../fish/guestfish-actions.pod:1837
23918 msgid "inspect-get-format"
23919 msgstr ""
23920
23921 #. type: verbatim
23922 #: ../fish/guestfish-actions.pod:1839
23923 #, no-wrap
23924 msgid ""
23925 " inspect-get-format root\n"
23926 "\n"
23927 msgstr ""
23928
23929 #. type: =head2
23930 #: ../fish/guestfish-actions.pod:1871
23931 msgid "inspect-get-hostname"
23932 msgstr ""
23933
23934 #. type: verbatim
23935 #: ../fish/guestfish-actions.pod:1873
23936 #, no-wrap
23937 msgid ""
23938 " inspect-get-hostname root\n"
23939 "\n"
23940 msgstr ""
23941
23942 #. type: =head2
23943 #: ../fish/guestfish-actions.pod:1886
23944 msgid "inspect-get-major-version"
23945 msgstr ""
23946
23947 #. type: verbatim
23948 #: ../fish/guestfish-actions.pod:1888
23949 #, no-wrap
23950 msgid ""
23951 " inspect-get-major-version root\n"
23952 "\n"
23953 msgstr ""
23954
23955 #. type: =head2
23956 #: ../fish/guestfish-actions.pod:1907
23957 msgid "inspect-get-minor-version"
23958 msgstr ""
23959
23960 #. type: verbatim
23961 #: ../fish/guestfish-actions.pod:1909
23962 #, no-wrap
23963 msgid ""
23964 " inspect-get-minor-version root\n"
23965 "\n"
23966 msgstr ""
23967
23968 #. type: textblock
23969 #: ../fish/guestfish-actions.pod:1919
23970 msgid ""
23971 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
23972 "get-major-version>."
23973 msgstr ""
23974
23975 #. type: =head2
23976 #: ../fish/guestfish-actions.pod:1922
23977 msgid "inspect-get-mountpoints"
23978 msgstr ""
23979
23980 #. type: verbatim
23981 #: ../fish/guestfish-actions.pod:1924
23982 #, no-wrap
23983 msgid ""
23984 " inspect-get-mountpoints root\n"
23985 "\n"
23986 msgstr ""
23987
23988 #. type: textblock
23989 #: ../fish/guestfish-actions.pod:1946
23990 msgid ""
23991 "For operating systems like Windows which still use drive letters, this call "
23992 "will only return an entry for the first drive \"mounted on\" C</>.  For "
23993 "information about the mapping of drive letters to partitions, see L</inspect-"
23994 "get-drive-mappings>."
23995 msgstr ""
23996
23997 #. type: textblock
23998 #: ../fish/guestfish-actions.pod:1952
23999 msgid ""
24000 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24001 "get-filesystems>."
24002 msgstr ""
24003
24004 #. type: =head2
24005 #: ../fish/guestfish-actions.pod:1955
24006 msgid "inspect-get-package-format"
24007 msgstr ""
24008
24009 #. type: verbatim
24010 #: ../fish/guestfish-actions.pod:1957
24011 #, no-wrap
24012 msgid ""
24013 " inspect-get-package-format root\n"
24014 "\n"
24015 msgstr ""
24016
24017 #. type: textblock
24018 #: ../fish/guestfish-actions.pod:1962
24019 msgid ""
24020 "This function and L</inspect-get-package-management> return the package "
24021 "format and package management tool used by the inspected operating system.  "
24022 "For example for Fedora these functions would return C<rpm> (package format) "
24023 "and C<yum> (package management)."
24024 msgstr ""
24025
24026 #. type: =head2
24027 #: ../fish/guestfish-actions.pod:1977
24028 msgid "inspect-get-package-management"
24029 msgstr ""
24030
24031 #. type: verbatim
24032 #: ../fish/guestfish-actions.pod:1979
24033 #, no-wrap
24034 msgid ""
24035 " inspect-get-package-management root\n"
24036 "\n"
24037 msgstr ""
24038
24039 #. type: textblock
24040 #: ../fish/guestfish-actions.pod:1984
24041 msgid ""
24042 "L</inspect-get-package-format> and this function return the package format "
24043 "and package management tool used by the inspected operating system.  For "
24044 "example for Fedora these functions would return C<rpm> (package format) and "
24045 "C<yum> (package management)."
24046 msgstr ""
24047
24048 #. type: =head2
24049 #: ../fish/guestfish-actions.pod:2001
24050 msgid "inspect-get-product-name"
24051 msgstr ""
24052
24053 #. type: verbatim
24054 #: ../fish/guestfish-actions.pod:2003
24055 #, no-wrap
24056 msgid ""
24057 " inspect-get-product-name root\n"
24058 "\n"
24059 msgstr ""
24060
24061 #. type: =head2
24062 #: ../fish/guestfish-actions.pod:2018
24063 msgid "inspect-get-product-variant"
24064 msgstr ""
24065
24066 #. type: verbatim
24067 #: ../fish/guestfish-actions.pod:2020
24068 #, no-wrap
24069 msgid ""
24070 " inspect-get-product-variant root\n"
24071 "\n"
24072 msgstr ""
24073
24074 #. type: textblock
24075 #: ../fish/guestfish-actions.pod:2044
24076 msgid ""
24077 "Please read L<guestfs(3)/INSPECTION> for more details.  See also L</inspect-"
24078 "get-product-name>, L</inspect-get-major-version>."
24079 msgstr ""
24080
24081 #. type: =head2
24082 #: ../fish/guestfish-actions.pod:2048
24083 msgid "inspect-get-roots"
24084 msgstr ""
24085
24086 #. type: verbatim
24087 #: ../fish/guestfish-actions.pod:2050
24088 #, no-wrap
24089 msgid ""
24090 " inspect-get-roots\n"
24091 "\n"
24092 msgstr ""
24093
24094 #. type: textblock
24095 #: ../fish/guestfish-actions.pod:2052
24096 msgid ""
24097 "This function is a convenient way to get the list of root devices, as "
24098 "returned from a previous call to L</inspect-os>, but without redoing the "
24099 "whole inspection process."
24100 msgstr ""
24101
24102 #. type: textblock
24103 #: ../fish/guestfish-actions.pod:2056
24104 msgid ""
24105 "This returns an empty list if either no root devices were found or the "
24106 "caller has not called L</inspect-os>."
24107 msgstr ""
24108
24109 #. type: =head2
24110 #: ../fish/guestfish-actions.pod:2061
24111 msgid "inspect-get-type"
24112 msgstr ""
24113
24114 #. type: verbatim
24115 #: ../fish/guestfish-actions.pod:2063
24116 #, no-wrap
24117 msgid ""
24118 " inspect-get-type root\n"
24119 "\n"
24120 msgstr ""
24121
24122 #. type: =head2
24123 #: ../fish/guestfish-actions.pod:2096
24124 msgid "inspect-get-windows-current-control-set"
24125 msgstr ""
24126
24127 #. type: verbatim
24128 #: ../fish/guestfish-actions.pod:2098
24129 #, no-wrap
24130 msgid ""
24131 " inspect-get-windows-current-control-set root\n"
24132 "\n"
24133 msgstr ""
24134
24135 #. type: =head2
24136 #: ../fish/guestfish-actions.pod:2112
24137 msgid "inspect-get-windows-systemroot"
24138 msgstr ""
24139
24140 #. type: verbatim
24141 #: ../fish/guestfish-actions.pod:2114
24142 #, no-wrap
24143 msgid ""
24144 " inspect-get-windows-systemroot root\n"
24145 "\n"
24146 msgstr ""
24147
24148 #. type: =head2
24149 #: ../fish/guestfish-actions.pod:2128
24150 msgid "inspect-is-live"
24151 msgstr ""
24152
24153 #. type: verbatim
24154 #: ../fish/guestfish-actions.pod:2130
24155 #, no-wrap
24156 msgid ""
24157 " inspect-is-live root\n"
24158 "\n"
24159 msgstr ""
24160
24161 #. type: textblock
24162 #: ../fish/guestfish-actions.pod:2135
24163 msgid ""
24164 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24165 "then this returns true if a live image was detected on the disk."
24166 msgstr ""
24167
24168 #. type: =head2
24169 #: ../fish/guestfish-actions.pod:2141
24170 msgid "inspect-is-multipart"
24171 msgstr ""
24172
24173 #. type: verbatim
24174 #: ../fish/guestfish-actions.pod:2143
24175 #, no-wrap
24176 msgid ""
24177 " inspect-is-multipart root\n"
24178 "\n"
24179 msgstr ""
24180
24181 #. type: textblock
24182 #: ../fish/guestfish-actions.pod:2148
24183 msgid ""
24184 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24185 "then this returns true if the disk is part of a set."
24186 msgstr ""
24187
24188 #. type: =head2
24189 #: ../fish/guestfish-actions.pod:2154
24190 msgid "inspect-is-netinst"
24191 msgstr ""
24192
24193 #. type: verbatim
24194 #: ../fish/guestfish-actions.pod:2156
24195 #, no-wrap
24196 msgid ""
24197 " inspect-is-netinst root\n"
24198 "\n"
24199 msgstr ""
24200
24201 #. type: textblock
24202 #: ../fish/guestfish-actions.pod:2161
24203 msgid ""
24204 "If L</inspect-get-format> returns C<installer> (this is an install disk), "
24205 "then this returns true if the disk is a network installer, ie. not a self-"
24206 "contained install CD but one which is likely to require network access to "
24207 "complete the install."
24208 msgstr ""
24209
24210 #. type: =head2
24211 #: ../fish/guestfish-actions.pod:2169
24212 msgid "inspect-list-applications"
24213 msgstr ""
24214
24215 #. type: verbatim
24216 #: ../fish/guestfish-actions.pod:2171
24217 #, no-wrap
24218 msgid ""
24219 " inspect-list-applications root\n"
24220 "\n"
24221 msgstr ""
24222
24223 #. type: textblock
24224 #: ../fish/guestfish-actions.pod:2178
24225 msgid ""
24226 "I<Note:> This call works differently from other parts of the inspection "
24227 "API.  You have to call L</inspect-os>, then L</inspect-get-mountpoints>, "
24228 "then mount up the disks, before calling this.  Listing applications is a "
24229 "significantly more difficult operation which requires access to the full "
24230 "filesystem.  Also note that unlike the other L</inspect-get-*> calls which "
24231 "are just returning data cached in the libguestfs handle, this call actually "
24232 "reads parts of the mounted filesystems during the call."
24233 msgstr ""
24234
24235 #. type: =head2
24236 #: ../fish/guestfish-actions.pod:2268
24237 msgid "inspect-os"
24238 msgstr ""
24239
24240 #. type: verbatim
24241 #: ../fish/guestfish-actions.pod:2270
24242 #, no-wrap
24243 msgid ""
24244 " inspect-os\n"
24245 "\n"
24246 msgstr ""
24247
24248 #. type: textblock
24249 #: ../fish/guestfish-actions.pod:2285
24250 msgid ""
24251 "You can pass the root string(s) returned to other L</inspect-get-*> "
24252 "functions in order to query further information about each operating system, "
24253 "such as the name and version."
24254 msgstr ""
24255
24256 #. type: textblock
24257 #: ../fish/guestfish-actions.pod:2290
24258 msgid ""
24259 "This function uses other libguestfs features such as L</mount-ro> and L</"
24260 "umount-all> in order to mount and unmount filesystems and look at the "
24261 "contents.  This should be called with no disks currently mounted.  The "
24262 "function may also use Augeas, so any existing Augeas handle will be closed."
24263 msgstr ""
24264
24265 #. type: textblock
24266 #: ../fish/guestfish-actions.pod:2302 ../fish/guestfish-actions.pod:2478
24267 #: ../fish/guestfish-actions.pod:2524
24268 msgid "See also L</list-filesystems>."
24269 msgstr ""
24270
24271 #. type: =head2
24272 #: ../fish/guestfish-actions.pod:2304
24273 msgid "is-blockdev"
24274 msgstr ""
24275
24276 #. type: verbatim
24277 #: ../fish/guestfish-actions.pod:2306
24278 #, no-wrap
24279 msgid ""
24280 " is-blockdev path\n"
24281 "\n"
24282 msgstr ""
24283
24284 #. type: textblock
24285 #: ../fish/guestfish-actions.pod:2311 ../fish/guestfish-actions.pod:2329
24286 #: ../fish/guestfish-actions.pod:2348 ../fish/guestfish-actions.pod:2357
24287 #: ../fish/guestfish-actions.pod:2367 ../fish/guestfish-actions.pod:2401
24288 #: ../fish/guestfish-actions.pod:2410
24289 msgid "See also L</stat>."
24290 msgstr ""
24291
24292 #. type: =head2
24293 #: ../fish/guestfish-actions.pod:2313
24294 msgid "is-busy"
24295 msgstr ""
24296
24297 #. type: verbatim
24298 #: ../fish/guestfish-actions.pod:2315
24299 #, no-wrap
24300 msgid ""
24301 " is-busy\n"
24302 "\n"
24303 msgstr ""
24304
24305 #. type: =head2
24306 #: ../fish/guestfish-actions.pod:2322
24307 msgid "is-chardev"
24308 msgstr ""
24309
24310 #. type: verbatim
24311 #: ../fish/guestfish-actions.pod:2324
24312 #, no-wrap
24313 msgid ""
24314 " is-chardev path\n"
24315 "\n"
24316 msgstr ""
24317
24318 #. type: =head2
24319 #: ../fish/guestfish-actions.pod:2331
24320 msgid "is-config"
24321 msgstr ""
24322
24323 #. type: verbatim
24324 #: ../fish/guestfish-actions.pod:2333
24325 #, no-wrap
24326 msgid ""
24327 " is-config\n"
24328 "\n"
24329 msgstr ""
24330
24331 #. type: =head2
24332 #: ../fish/guestfish-actions.pod:2340
24333 msgid "is-dir"
24334 msgstr ""
24335
24336 #. type: verbatim
24337 #: ../fish/guestfish-actions.pod:2342
24338 #, no-wrap
24339 msgid ""
24340 " is-dir path\n"
24341 "\n"
24342 msgstr ""
24343
24344 #. type: =head2
24345 #: ../fish/guestfish-actions.pod:2350
24346 msgid "is-fifo"
24347 msgstr ""
24348
24349 #. type: verbatim
24350 #: ../fish/guestfish-actions.pod:2352
24351 #, no-wrap
24352 msgid ""
24353 " is-fifo path\n"
24354 "\n"
24355 msgstr ""
24356
24357 #. type: =head2
24358 #: ../fish/guestfish-actions.pod:2359
24359 msgid "is-file"
24360 msgstr ""
24361
24362 #. type: verbatim
24363 #: ../fish/guestfish-actions.pod:2361
24364 #, no-wrap
24365 msgid ""
24366 " is-file path\n"
24367 "\n"
24368 msgstr ""
24369
24370 #. type: =head2
24371 #: ../fish/guestfish-actions.pod:2369
24372 msgid "is-launching"
24373 msgstr ""
24374
24375 #. type: verbatim
24376 #: ../fish/guestfish-actions.pod:2371
24377 #, no-wrap
24378 msgid ""
24379 " is-launching\n"
24380 "\n"
24381 msgstr ""
24382
24383 #. type: =head2
24384 #: ../fish/guestfish-actions.pod:2378
24385 msgid "is-lv"
24386 msgstr ""
24387
24388 #. type: verbatim
24389 #: ../fish/guestfish-actions.pod:2380
24390 #, no-wrap
24391 msgid ""
24392 " is-lv device\n"
24393 "\n"
24394 msgstr ""
24395
24396 #. type: =head2
24397 #: ../fish/guestfish-actions.pod:2385
24398 msgid "is-ready"
24399 msgstr ""
24400
24401 #. type: verbatim
24402 #: ../fish/guestfish-actions.pod:2387
24403 #, no-wrap
24404 msgid ""
24405 " is-ready\n"
24406 "\n"
24407 msgstr ""
24408
24409 #. type: =head2
24410 #: ../fish/guestfish-actions.pod:2394
24411 msgid "is-socket"
24412 msgstr ""
24413
24414 #. type: verbatim
24415 #: ../fish/guestfish-actions.pod:2396
24416 #, no-wrap
24417 msgid ""
24418 " is-socket path\n"
24419 "\n"
24420 msgstr ""
24421
24422 #. type: =head2
24423 #: ../fish/guestfish-actions.pod:2403
24424 msgid "is-symlink"
24425 msgstr ""
24426
24427 #. type: verbatim
24428 #: ../fish/guestfish-actions.pod:2405
24429 #, no-wrap
24430 msgid ""
24431 " is-symlink path\n"
24432 "\n"
24433 msgstr ""
24434
24435 #. type: =head2
24436 #: ../fish/guestfish-actions.pod:2412
24437 msgid "kill-subprocess"
24438 msgstr ""
24439
24440 #. type: verbatim
24441 #: ../fish/guestfish-actions.pod:2414
24442 #, no-wrap
24443 msgid ""
24444 " kill-subprocess\n"
24445 "\n"
24446 msgstr ""
24447
24448 #. type: =head2
24449 #: ../fish/guestfish-actions.pod:2418
24450 msgid "launch"
24451 msgstr ""
24452
24453 #. type: =head2
24454 #: ../fish/guestfish-actions.pod:2420
24455 msgid "run"
24456 msgstr ""
24457
24458 #. type: verbatim
24459 #: ../fish/guestfish-actions.pod:2422
24460 #, no-wrap
24461 msgid ""
24462 " launch\n"
24463 "\n"
24464 msgstr ""
24465
24466 #. type: =head2
24467 #: ../fish/guestfish-actions.pod:2430
24468 msgid "lchown"
24469 msgstr ""
24470
24471 #. type: verbatim
24472 #: ../fish/guestfish-actions.pod:2432
24473 #, no-wrap
24474 msgid ""
24475 " lchown owner group path\n"
24476 "\n"
24477 msgstr ""
24478
24479 #. type: textblock
24480 #: ../fish/guestfish-actions.pod:2434
24481 msgid ""
24482 "Change the file owner to C<owner> and group to C<group>.  This is like L</"
24483 "chown> but if C<path> is a symlink then the link itself is changed, not the "
24484 "target."
24485 msgstr ""
24486
24487 #. type: =head2
24488 #: ../fish/guestfish-actions.pod:2442
24489 msgid "lgetxattr"
24490 msgstr ""
24491
24492 #. type: verbatim
24493 #: ../fish/guestfish-actions.pod:2444
24494 #, no-wrap
24495 msgid ""
24496 " lgetxattr path name\n"
24497 "\n"
24498 msgstr ""
24499
24500 #. type: textblock
24501 #: ../fish/guestfish-actions.pod:2460
24502 msgid "See also: L</lgetxattrs>, L</getxattr>, L<attr(5)>."
24503 msgstr ""
24504
24505 #. type: =head2
24506 #: ../fish/guestfish-actions.pod:2462
24507 msgid "lgetxattrs"
24508 msgstr ""
24509
24510 #. type: verbatim
24511 #: ../fish/guestfish-actions.pod:2464
24512 #, no-wrap
24513 msgid ""
24514 " lgetxattrs path\n"
24515 "\n"
24516 msgstr ""
24517
24518 #. type: textblock
24519 #: ../fish/guestfish-actions.pod:2466
24520 msgid ""
24521 "This is the same as L</getxattrs>, but if C<path> is a symbolic link, then "
24522 "it returns the extended attributes of the link itself."
24523 msgstr ""
24524
24525 #. type: =head2
24526 #: ../fish/guestfish-actions.pod:2470
24527 msgid "list-devices"
24528 msgstr ""
24529
24530 #. type: verbatim
24531 #: ../fish/guestfish-actions.pod:2472
24532 #, no-wrap
24533 msgid ""
24534 " list-devices\n"
24535 "\n"
24536 msgstr ""
24537
24538 #. type: =head2
24539 #: ../fish/guestfish-actions.pod:2480
24540 msgid "list-filesystems"
24541 msgstr ""
24542
24543 #. type: verbatim
24544 #: ../fish/guestfish-actions.pod:2482
24545 #, no-wrap
24546 msgid ""
24547 " list-filesystems\n"
24548 "\n"
24549 msgstr ""
24550
24551 #. type: textblock
24552 #: ../fish/guestfish-actions.pod:2501
24553 msgid ""
24554 "This command runs other libguestfs commands, which might include L</mount> "
24555 "and L</umount>, and therefore you should use this soon after launch and only "
24556 "when nothing is mounted."
24557 msgstr ""
24558
24559 #. type: textblock
24560 #: ../fish/guestfish-actions.pod:2505
24561 msgid ""
24562 "Not all of the filesystems returned will be mountable.  In particular, swap "
24563 "partitions are returned in the list.  Also this command does not check that "
24564 "each filesystem found is valid and mountable, and some filesystems might be "
24565 "mountable but require special options.  Filesystems may not all belong to a "
24566 "single logical operating system (use L</inspect-os> to look for OSes)."
24567 msgstr ""
24568
24569 #. type: =head2
24570 #: ../fish/guestfish-actions.pod:2513
24571 msgid "list-partitions"
24572 msgstr ""
24573
24574 #. type: verbatim
24575 #: ../fish/guestfish-actions.pod:2515
24576 #, no-wrap
24577 msgid ""
24578 " list-partitions\n"
24579 "\n"
24580 msgstr ""
24581
24582 #. type: textblock
24583 #: ../fish/guestfish-actions.pod:2521
24584 msgid ""
24585 "This does not return logical volumes.  For that you will need to call L</"
24586 "lvs>."
24587 msgstr ""
24588
24589 #. type: =head2
24590 #: ../fish/guestfish-actions.pod:2526
24591 msgid "ll"
24592 msgstr ""
24593
24594 #. type: verbatim
24595 #: ../fish/guestfish-actions.pod:2528
24596 #, no-wrap
24597 msgid ""
24598 " ll directory\n"
24599 "\n"
24600 msgstr ""
24601
24602 #. type: =head2
24603 #: ../fish/guestfish-actions.pod:2536
24604 msgid "ln"
24605 msgstr ""
24606
24607 #. type: verbatim
24608 #: ../fish/guestfish-actions.pod:2538
24609 #, no-wrap
24610 msgid ""
24611 " ln target linkname\n"
24612 "\n"
24613 msgstr ""
24614
24615 #. type: =head2
24616 #: ../fish/guestfish-actions.pod:2542
24617 msgid "ln-f"
24618 msgstr ""
24619
24620 #. type: verbatim
24621 #: ../fish/guestfish-actions.pod:2544
24622 #, no-wrap
24623 msgid ""
24624 " ln-f target linkname\n"
24625 "\n"
24626 msgstr ""
24627
24628 #. type: =head2
24629 #: ../fish/guestfish-actions.pod:2549
24630 msgid "ln-s"
24631 msgstr ""
24632
24633 #. type: verbatim
24634 #: ../fish/guestfish-actions.pod:2551
24635 #, no-wrap
24636 msgid ""
24637 " ln-s target linkname\n"
24638 "\n"
24639 msgstr ""
24640
24641 #. type: =head2
24642 #: ../fish/guestfish-actions.pod:2555
24643 msgid "ln-sf"
24644 msgstr ""
24645
24646 #. type: verbatim
24647 #: ../fish/guestfish-actions.pod:2557
24648 #, no-wrap
24649 msgid ""
24650 " ln-sf target linkname\n"
24651 "\n"
24652 msgstr ""
24653
24654 #. type: =head2
24655 #: ../fish/guestfish-actions.pod:2562
24656 msgid "lremovexattr"
24657 msgstr ""
24658
24659 #. type: verbatim
24660 #: ../fish/guestfish-actions.pod:2564
24661 #, no-wrap
24662 msgid ""
24663 " lremovexattr xattr path\n"
24664 "\n"
24665 msgstr ""
24666
24667 #. type: textblock
24668 #: ../fish/guestfish-actions.pod:2566
24669 msgid ""
24670 "This is the same as L</removexattr>, but if C<path> is a symbolic link, then "
24671 "it removes an extended attribute of the link itself."
24672 msgstr ""
24673
24674 #. type: =head2
24675 #: ../fish/guestfish-actions.pod:2570
24676 msgid "ls"
24677 msgstr ""
24678
24679 #. type: verbatim
24680 #: ../fish/guestfish-actions.pod:2572
24681 #, no-wrap
24682 msgid ""
24683 " ls directory\n"
24684 "\n"
24685 msgstr ""
24686
24687 #. type: textblock
24688 #: ../fish/guestfish-actions.pod:2578
24689 msgid ""
24690 "This command is mostly useful for interactive sessions.  Programs should "
24691 "probably use L</readdir> instead."
24692 msgstr ""
24693
24694 #. type: =head2
24695 #: ../fish/guestfish-actions.pod:2581
24696 msgid "lsetxattr"
24697 msgstr ""
24698
24699 #. type: verbatim
24700 #: ../fish/guestfish-actions.pod:2583
24701 #, no-wrap
24702 msgid ""
24703 " lsetxattr xattr val vallen path\n"
24704 "\n"
24705 msgstr ""
24706
24707 #. type: textblock
24708 #: ../fish/guestfish-actions.pod:2585
24709 msgid ""
24710 "This is the same as L</setxattr>, but if C<path> is a symbolic link, then it "
24711 "sets an extended attribute of the link itself."
24712 msgstr ""
24713
24714 #. type: =head2
24715 #: ../fish/guestfish-actions.pod:2589
24716 msgid "lstat"
24717 msgstr ""
24718
24719 #. type: verbatim
24720 #: ../fish/guestfish-actions.pod:2591
24721 #, no-wrap
24722 msgid ""
24723 " lstat path\n"
24724 "\n"
24725 msgstr ""
24726
24727 #. type: textblock
24728 #: ../fish/guestfish-actions.pod:2595
24729 msgid ""
24730 "This is the same as L</stat> except that if C<path> is a symbolic link, then "
24731 "the link is stat-ed, not the file it refers to."
24732 msgstr ""
24733
24734 #. type: =head2
24735 #: ../fish/guestfish-actions.pod:2601
24736 msgid "lstatlist"
24737 msgstr ""
24738
24739 #. type: verbatim
24740 #: ../fish/guestfish-actions.pod:2603
24741 #, no-wrap
24742 msgid ""
24743 " lstatlist path 'names ...'\n"
24744 "\n"
24745 msgstr ""
24746
24747 #. type: textblock
24748 #: ../fish/guestfish-actions.pod:2605
24749 msgid ""
24750 "This call allows you to perform the L</lstat> operation on multiple files, "
24751 "where all files are in the directory C<path>.  C<names> is the list of files "
24752 "from this directory."
24753 msgstr ""
24754
24755 #. type: textblock
24756 #: ../fish/guestfish-actions.pod:2614
24757 msgid ""
24758 "This call is intended for programs that want to efficiently list a directory "
24759 "contents without making many round-trips.  See also L</lxattrlist> for a "
24760 "similarly efficient call for getting extended attributes.  Very long "
24761 "directory listings might cause the protocol message size to be exceeded, "
24762 "causing this call to fail.  The caller must split up such requests into "
24763 "smaller groups of names."
24764 msgstr ""
24765
24766 #. type: =head2
24767 #: ../fish/guestfish-actions.pod:2622
24768 msgid "luks-add-key"
24769 msgstr ""
24770
24771 #. type: verbatim
24772 #: ../fish/guestfish-actions.pod:2624
24773 #, no-wrap
24774 msgid ""
24775 " luks-add-key device keyslot\n"
24776 "\n"
24777 msgstr ""
24778
24779 #. type: textblock
24780 #: ../fish/guestfish-actions.pod:2631
24781 msgid ""
24782 "Note that if C<keyslot> already contains a key, then this command will "
24783 "fail.  You have to use L</luks-kill-slot> first to remove that key."
24784 msgstr ""
24785
24786 #. type: textblock
24787 #: ../fish/guestfish-actions.pod:2635 ../fish/guestfish-actions.pod:2657
24788 #: ../fish/guestfish-actions.pod:2670 ../fish/guestfish-actions.pod:2684
24789 #: ../fish/guestfish-actions.pod:2707 ../fish/guestfish-actions.pod:2717
24790 msgid ""
24791 "This command has one or more key or passphrase parameters.  Guestfish will "
24792 "prompt for these separately."
24793 msgstr ""
24794
24795 #. type: =head2
24796 #: ../fish/guestfish-actions.pod:2638
24797 msgid "luks-close"
24798 msgstr ""
24799
24800 #. type: verbatim
24801 #: ../fish/guestfish-actions.pod:2640
24802 #, no-wrap
24803 msgid ""
24804 " luks-close device\n"
24805 "\n"
24806 msgstr ""
24807
24808 #. type: textblock
24809 #: ../fish/guestfish-actions.pod:2642
24810 msgid ""
24811 "This closes a LUKS device that was created earlier by L</luks-open> or L</"
24812 "luks-open-ro>.  The C<device> parameter must be the name of the LUKS mapping "
24813 "device (ie. C</dev/mapper/mapname>) and I<not> the name of the underlying "
24814 "block device."
24815 msgstr ""
24816
24817 #. type: =head2
24818 #: ../fish/guestfish-actions.pod:2648
24819 msgid "luks-format"
24820 msgstr ""
24821
24822 #. type: verbatim
24823 #: ../fish/guestfish-actions.pod:2650
24824 #, no-wrap
24825 msgid ""
24826 " luks-format device keyslot\n"
24827 "\n"
24828 msgstr ""
24829
24830 #. type: =head2
24831 #: ../fish/guestfish-actions.pod:2663
24832 msgid "luks-format-cipher"
24833 msgstr ""
24834
24835 #. type: verbatim
24836 #: ../fish/guestfish-actions.pod:2665
24837 #, no-wrap
24838 msgid ""
24839 " luks-format-cipher device keyslot cipher\n"
24840 "\n"
24841 msgstr ""
24842
24843 #. type: textblock
24844 #: ../fish/guestfish-actions.pod:2667
24845 msgid ""
24846 "This command is the same as L</luks-format> but it also allows you to set "
24847 "the C<cipher> used."
24848 msgstr ""
24849
24850 #. type: =head2
24851 #: ../fish/guestfish-actions.pod:2676
24852 msgid "luks-kill-slot"
24853 msgstr ""
24854
24855 #. type: verbatim
24856 #: ../fish/guestfish-actions.pod:2678
24857 #, no-wrap
24858 msgid ""
24859 " luks-kill-slot device keyslot\n"
24860 "\n"
24861 msgstr ""
24862
24863 #. type: =head2
24864 #: ../fish/guestfish-actions.pod:2687
24865 msgid "luks-open"
24866 msgstr ""
24867
24868 #. type: verbatim
24869 #: ../fish/guestfish-actions.pod:2689
24870 #, no-wrap
24871 msgid ""
24872 " luks-open device mapname\n"
24873 "\n"
24874 msgstr ""
24875
24876 #. type: textblock
24877 #: ../fish/guestfish-actions.pod:2703
24878 msgid ""
24879 "If this block device contains LVM volume groups, then calling L</vgscan> "
24880 "followed by L</vg-activate-all> will make them visible."
24881 msgstr ""
24882
24883 #. type: =head2
24884 #: ../fish/guestfish-actions.pod:2710
24885 msgid "luks-open-ro"
24886 msgstr ""
24887
24888 #. type: verbatim
24889 #: ../fish/guestfish-actions.pod:2712
24890 #, no-wrap
24891 msgid ""
24892 " luks-open-ro device mapname\n"
24893 "\n"
24894 msgstr ""
24895
24896 #. type: textblock
24897 #: ../fish/guestfish-actions.pod:2714
24898 msgid ""
24899 "This is the same as L</luks-open> except that a read-only mapping is created."
24900 msgstr ""
24901
24902 #. type: =head2
24903 #: ../fish/guestfish-actions.pod:2720
24904 msgid "lvcreate"
24905 msgstr ""
24906
24907 #. type: verbatim
24908 #: ../fish/guestfish-actions.pod:2722
24909 #, no-wrap
24910 msgid ""
24911 " lvcreate logvol volgroup mbytes\n"
24912 "\n"
24913 msgstr ""
24914
24915 #. type: =head2
24916 #: ../fish/guestfish-actions.pod:2727
24917 msgid "lvm-canonical-lv-name"
24918 msgstr ""
24919
24920 #. type: verbatim
24921 #: ../fish/guestfish-actions.pod:2729
24922 #, no-wrap
24923 msgid ""
24924 " lvm-canonical-lv-name lvname\n"
24925 "\n"
24926 msgstr ""
24927
24928 #. type: textblock
24929 #: ../fish/guestfish-actions.pod:2738
24930 msgid "See also L</is-lv>."
24931 msgstr ""
24932
24933 #. type: =head2
24934 #: ../fish/guestfish-actions.pod:2740
24935 msgid "lvm-clear-filter"
24936 msgstr ""
24937
24938 #. type: verbatim
24939 #: ../fish/guestfish-actions.pod:2742
24940 #, no-wrap
24941 msgid ""
24942 " lvm-clear-filter\n"
24943 "\n"
24944 msgstr ""
24945
24946 #. type: textblock
24947 #: ../fish/guestfish-actions.pod:2744
24948 msgid ""
24949 "This undoes the effect of L</lvm-set-filter>.  LVM will be able to see every "
24950 "block device."
24951 msgstr ""
24952
24953 #. type: =head2
24954 #: ../fish/guestfish-actions.pod:2750
24955 msgid "lvm-remove-all"
24956 msgstr ""
24957
24958 #. type: verbatim
24959 #: ../fish/guestfish-actions.pod:2752
24960 #, no-wrap
24961 msgid ""
24962 " lvm-remove-all\n"
24963 "\n"
24964 msgstr ""
24965
24966 #. type: =head2
24967 #: ../fish/guestfish-actions.pod:2760
24968 msgid "lvm-set-filter"
24969 msgstr ""
24970
24971 #. type: verbatim
24972 #: ../fish/guestfish-actions.pod:2762
24973 #, no-wrap
24974 msgid ""
24975 " lvm-set-filter 'devices ...'\n"
24976 "\n"
24977 msgstr ""
24978
24979 #. type: =head2
24980 #: ../fish/guestfish-actions.pod:2787
24981 msgid "lvremove"
24982 msgstr ""
24983
24984 #. type: verbatim
24985 #: ../fish/guestfish-actions.pod:2789
24986 #, no-wrap
24987 msgid ""
24988 " lvremove device\n"
24989 "\n"
24990 msgstr ""
24991
24992 #. type: =head2
24993 #: ../fish/guestfish-actions.pod:2797
24994 msgid "lvrename"
24995 msgstr ""
24996
24997 #. type: verbatim
24998 #: ../fish/guestfish-actions.pod:2799
24999 #, no-wrap
25000 msgid ""
25001 " lvrename logvol newlogvol\n"
25002 "\n"
25003 msgstr ""
25004
25005 #. type: =head2
25006 #: ../fish/guestfish-actions.pod:2803
25007 msgid "lvresize"
25008 msgstr ""
25009
25010 #. type: verbatim
25011 #: ../fish/guestfish-actions.pod:2805
25012 #, no-wrap
25013 msgid ""
25014 " lvresize device mbytes\n"
25015 "\n"
25016 msgstr ""
25017
25018 #. type: =head2
25019 #: ../fish/guestfish-actions.pod:2811
25020 msgid "lvresize-free"
25021 msgstr ""
25022
25023 #. type: verbatim
25024 #: ../fish/guestfish-actions.pod:2813
25025 #, no-wrap
25026 msgid ""
25027 " lvresize-free lv percent\n"
25028 "\n"
25029 msgstr ""
25030
25031 #. type: =head2
25032 #: ../fish/guestfish-actions.pod:2821
25033 msgid "lvs"
25034 msgstr ""
25035
25036 #. type: verbatim
25037 #: ../fish/guestfish-actions.pod:2823
25038 #, no-wrap
25039 msgid ""
25040 " lvs\n"
25041 "\n"
25042 msgstr ""
25043
25044 #. type: textblock
25045 #: ../fish/guestfish-actions.pod:2831
25046 msgid "See also L</lvs-full>, L</list-filesystems>."
25047 msgstr ""
25048
25049 #. type: =head2
25050 #: ../fish/guestfish-actions.pod:2833
25051 msgid "lvs-full"
25052 msgstr ""
25053
25054 #. type: verbatim
25055 #: ../fish/guestfish-actions.pod:2835
25056 #, no-wrap
25057 msgid ""
25058 " lvs-full\n"
25059 "\n"
25060 msgstr ""
25061
25062 #. type: =head2
25063 #: ../fish/guestfish-actions.pod:2840
25064 msgid "lvuuid"
25065 msgstr ""
25066
25067 #. type: verbatim
25068 #: ../fish/guestfish-actions.pod:2842
25069 #, no-wrap
25070 msgid ""
25071 " lvuuid device\n"
25072 "\n"
25073 msgstr ""
25074
25075 #. type: =head2
25076 #: ../fish/guestfish-actions.pod:2846
25077 msgid "lxattrlist"
25078 msgstr ""
25079
25080 #. type: verbatim
25081 #: ../fish/guestfish-actions.pod:2848
25082 #, no-wrap
25083 msgid ""
25084 " lxattrlist path 'names ...'\n"
25085 "\n"
25086 msgstr ""
25087
25088 #. type: textblock
25089 #: ../fish/guestfish-actions.pod:2864
25090 msgid ""
25091 "This call is intended for programs that want to efficiently list a directory "
25092 "contents without making many round-trips.  See also L</lstatlist> for a "
25093 "similarly efficient call for getting standard stats.  Very long directory "
25094 "listings might cause the protocol message size to be exceeded, causing this "
25095 "call to fail.  The caller must split up such requests into smaller groups of "
25096 "names."
25097 msgstr ""
25098
25099 #. type: =head2
25100 #: ../fish/guestfish-actions.pod:2872
25101 msgid "mkdir"
25102 msgstr ""
25103
25104 #. type: verbatim
25105 #: ../fish/guestfish-actions.pod:2874
25106 #, no-wrap
25107 msgid ""
25108 " mkdir path\n"
25109 "\n"
25110 msgstr ""
25111
25112 #. type: =head2
25113 #: ../fish/guestfish-actions.pod:2878
25114 msgid "mkdir-mode"
25115 msgstr ""
25116
25117 #. type: verbatim
25118 #: ../fish/guestfish-actions.pod:2880
25119 #, no-wrap
25120 msgid ""
25121 " mkdir-mode path mode\n"
25122 "\n"
25123 msgstr ""
25124
25125 #. type: textblock
25126 #: ../fish/guestfish-actions.pod:2889
25127 msgid "See also L</mkdir>, L</umask>"
25128 msgstr ""
25129
25130 #. type: =head2
25131 #: ../fish/guestfish-actions.pod:2891
25132 msgid "mkdir-p"
25133 msgstr ""
25134
25135 #. type: verbatim
25136 #: ../fish/guestfish-actions.pod:2893
25137 #, no-wrap
25138 msgid ""
25139 " mkdir-p path\n"
25140 "\n"
25141 msgstr ""
25142
25143 #. type: =head2
25144 #: ../fish/guestfish-actions.pod:2898
25145 msgid "mkdtemp"
25146 msgstr ""
25147
25148 #. type: verbatim
25149 #: ../fish/guestfish-actions.pod:2900
25150 #, no-wrap
25151 msgid ""
25152 " mkdtemp template\n"
25153 "\n"
25154 msgstr ""
25155
25156 #. type: =head2
25157 #: ../fish/guestfish-actions.pod:2921
25158 msgid "mke2fs-J"
25159 msgstr ""
25160
25161 #. type: verbatim
25162 #: ../fish/guestfish-actions.pod:2923
25163 #, no-wrap
25164 msgid ""
25165 " mke2fs-J fstype blocksize device journal\n"
25166 "\n"
25167 msgstr ""
25168
25169 #. type: textblock
25170 #: ../fish/guestfish-actions.pod:2931
25171 msgid "See also L</mke2journal>."
25172 msgstr ""
25173
25174 #. type: =head2
25175 #: ../fish/guestfish-actions.pod:2933
25176 msgid "mke2fs-JL"
25177 msgstr ""
25178
25179 #. type: verbatim
25180 #: ../fish/guestfish-actions.pod:2935
25181 #, no-wrap
25182 msgid ""
25183 " mke2fs-JL fstype blocksize device label\n"
25184 "\n"
25185 msgstr ""
25186
25187 #. type: textblock
25188 #: ../fish/guestfish-actions.pod:2940
25189 msgid "See also L</mke2journal-L>."
25190 msgstr ""
25191
25192 #. type: =head2
25193 #: ../fish/guestfish-actions.pod:2942
25194 msgid "mke2fs-JU"
25195 msgstr ""
25196
25197 #. type: verbatim
25198 #: ../fish/guestfish-actions.pod:2944
25199 #, no-wrap
25200 msgid ""
25201 " mke2fs-JU fstype blocksize device uuid\n"
25202 "\n"
25203 msgstr ""
25204
25205 #. type: textblock
25206 #: ../fish/guestfish-actions.pod:2949
25207 msgid "See also L</mke2journal-U>."
25208 msgstr ""
25209
25210 #. type: =head2
25211 #: ../fish/guestfish-actions.pod:2951
25212 msgid "mke2journal"
25213 msgstr ""
25214
25215 #. type: verbatim
25216 #: ../fish/guestfish-actions.pod:2953
25217 #, no-wrap
25218 msgid ""
25219 " mke2journal blocksize device\n"
25220 "\n"
25221 msgstr ""
25222
25223 #. type: =head2
25224 #: ../fish/guestfish-actions.pod:2960
25225 msgid "mke2journal-L"
25226 msgstr ""
25227
25228 #. type: verbatim
25229 #: ../fish/guestfish-actions.pod:2962
25230 #, no-wrap
25231 msgid ""
25232 " mke2journal-L blocksize label device\n"
25233 "\n"
25234 msgstr ""
25235
25236 #. type: =head2
25237 #: ../fish/guestfish-actions.pod:2966
25238 msgid "mke2journal-U"
25239 msgstr ""
25240
25241 #. type: verbatim
25242 #: ../fish/guestfish-actions.pod:2968
25243 #, no-wrap
25244 msgid ""
25245 " mke2journal-U blocksize uuid device\n"
25246 "\n"
25247 msgstr ""
25248
25249 #. type: =head2
25250 #: ../fish/guestfish-actions.pod:2972
25251 msgid "mkfifo"
25252 msgstr ""
25253
25254 #. type: verbatim
25255 #: ../fish/guestfish-actions.pod:2974
25256 #, no-wrap
25257 msgid ""
25258 " mkfifo mode path\n"
25259 "\n"
25260 msgstr ""
25261
25262 #. type: textblock
25263 #: ../fish/guestfish-actions.pod:2976
25264 msgid ""
25265 "This call creates a FIFO (named pipe) called C<path> with mode C<mode>.  It "
25266 "is just a convenient wrapper around L</mknod>."
25267 msgstr ""
25268
25269 #. type: =head2
25270 #: ../fish/guestfish-actions.pod:2982
25271 msgid "mkfs"
25272 msgstr ""
25273
25274 #. type: verbatim
25275 #: ../fish/guestfish-actions.pod:2984
25276 #, no-wrap
25277 msgid ""
25278 " mkfs fstype device\n"
25279 "\n"
25280 msgstr ""
25281
25282 #. type: =head2
25283 #: ../fish/guestfish-actions.pod:2990
25284 msgid "mkfs-b"
25285 msgstr ""
25286
25287 #. type: verbatim
25288 #: ../fish/guestfish-actions.pod:2992
25289 #, no-wrap
25290 msgid ""
25291 " mkfs-b fstype blocksize device\n"
25292 "\n"
25293 msgstr ""
25294
25295 #. type: textblock
25296 #: ../fish/guestfish-actions.pod:2994
25297 msgid ""
25298 "This call is similar to L</mkfs>, but it allows you to control the block "
25299 "size of the resulting filesystem.  Supported block sizes depend on the "
25300 "filesystem type, but typically they are C<1024>, C<2048> or C<4096> only."
25301 msgstr ""
25302
25303 #. type: =head2
25304 #: ../fish/guestfish-actions.pod:3009
25305 msgid "mkfs-opts"
25306 msgstr ""
25307
25308 #. type: verbatim
25309 #: ../fish/guestfish-actions.pod:3011
25310 #, no-wrap
25311 msgid ""
25312 " mkfs-opts fstype device [blocksize:..] [features:..]\n"
25313 "\n"
25314 msgstr ""
25315
25316 #. type: =head2
25317 #: ../fish/guestfish-actions.pod:3046
25318 msgid "mkmountpoint"
25319 msgstr ""
25320
25321 #. type: verbatim
25322 #: ../fish/guestfish-actions.pod:3048
25323 #, no-wrap
25324 msgid ""
25325 " mkmountpoint exemptpath\n"
25326 "\n"
25327 msgstr ""
25328
25329 #. type: textblock
25330 #: ../fish/guestfish-actions.pod:3050
25331 msgid ""
25332 "L</mkmountpoint> and L</rmmountpoint> are specialized calls that can be used "
25333 "to create extra mountpoints before mounting the first filesystem."
25334 msgstr ""
25335
25336 #. type: textblock
25337 #: ../fish/guestfish-actions.pod:3074
25338 msgid ""
25339 "L</mkmountpoint> is not compatible with L</umount-all>.  You may get "
25340 "unexpected errors if you try to mix these calls.  It is safest to manually "
25341 "unmount filesystems and remove mountpoints after use."
25342 msgstr ""
25343
25344 #. type: textblock
25345 #: ../fish/guestfish-actions.pod:3078
25346 msgid ""
25347 "L</umount-all> unmounts filesystems by sorting the paths longest first, so "
25348 "for this to work for manual mountpoints, you must ensure that the innermost "
25349 "mountpoints have the longest pathnames, as in the example code above."
25350 msgstr ""
25351
25352 #. type: textblock
25353 #: ../fish/guestfish-actions.pod:3085
25354 msgid ""
25355 "Autosync [see L</set-autosync>, this is set by default on handles] can cause "
25356 "L</umount-all> to be called when the handle is closed which can also trigger "
25357 "these issues."
25358 msgstr ""
25359
25360 #. type: =head2
25361 #: ../fish/guestfish-actions.pod:3089
25362 msgid "mknod"
25363 msgstr ""
25364
25365 #. type: verbatim
25366 #: ../fish/guestfish-actions.pod:3091
25367 #, no-wrap
25368 msgid ""
25369 " mknod mode devmajor devminor path\n"
25370 "\n"
25371 msgstr ""
25372
25373 #. type: textblock
25374 #: ../fish/guestfish-actions.pod:3101
25375 msgid ""
25376 "Note that, just like L<mknod(2)>, the mode must be bitwise OR'd with "
25377 "S_IFBLK, S_IFCHR, S_IFIFO or S_IFSOCK (otherwise this call just creates a "
25378 "regular file).  These constants are available in the standard Linux header "
25379 "files, or you can use L</mknod-b>, L</mknod-c> or L</mkfifo> which are "
25380 "wrappers around this command which bitwise OR in the appropriate constant "
25381 "for you."
25382 msgstr ""
25383
25384 #. type: =head2
25385 #: ../fish/guestfish-actions.pod:3111
25386 msgid "mknod-b"
25387 msgstr ""
25388
25389 #. type: verbatim
25390 #: ../fish/guestfish-actions.pod:3113
25391 #, no-wrap
25392 msgid ""
25393 " mknod-b mode devmajor devminor path\n"
25394 "\n"
25395 msgstr ""
25396
25397 #. type: textblock
25398 #: ../fish/guestfish-actions.pod:3115
25399 msgid ""
25400 "This call creates a block device node called C<path> with mode C<mode> and "
25401 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25402 "wrapper around L</mknod>."
25403 msgstr ""
25404
25405 #. type: =head2
25406 #: ../fish/guestfish-actions.pod:3121
25407 msgid "mknod-c"
25408 msgstr ""
25409
25410 #. type: verbatim
25411 #: ../fish/guestfish-actions.pod:3123
25412 #, no-wrap
25413 msgid ""
25414 " mknod-c mode devmajor devminor path\n"
25415 "\n"
25416 msgstr ""
25417
25418 #. type: textblock
25419 #: ../fish/guestfish-actions.pod:3125
25420 msgid ""
25421 "This call creates a char device node called C<path> with mode C<mode> and "
25422 "device major/minor C<devmajor> and C<devminor>.  It is just a convenient "
25423 "wrapper around L</mknod>."
25424 msgstr ""
25425
25426 #. type: =head2
25427 #: ../fish/guestfish-actions.pod:3131
25428 msgid "mkswap"
25429 msgstr ""
25430
25431 #. type: verbatim
25432 #: ../fish/guestfish-actions.pod:3133
25433 #, no-wrap
25434 msgid ""
25435 " mkswap device\n"
25436 "\n"
25437 msgstr ""
25438
25439 #. type: =head2
25440 #: ../fish/guestfish-actions.pod:3137
25441 msgid "mkswap-L"
25442 msgstr ""
25443
25444 #. type: verbatim
25445 #: ../fish/guestfish-actions.pod:3139
25446 #, no-wrap
25447 msgid ""
25448 " mkswap-L label device\n"
25449 "\n"
25450 msgstr ""
25451
25452 #. type: =head2
25453 #: ../fish/guestfish-actions.pod:3147
25454 msgid "mkswap-U"
25455 msgstr ""
25456
25457 #. type: verbatim
25458 #: ../fish/guestfish-actions.pod:3149
25459 #, no-wrap
25460 msgid ""
25461 " mkswap-U uuid device\n"
25462 "\n"
25463 msgstr ""
25464
25465 #. type: =head2
25466 #: ../fish/guestfish-actions.pod:3153
25467 msgid "mkswap-file"
25468 msgstr ""
25469
25470 #. type: verbatim
25471 #: ../fish/guestfish-actions.pod:3155
25472 #, no-wrap
25473 msgid ""
25474 " mkswap-file path\n"
25475 "\n"
25476 msgstr ""
25477
25478 #. type: textblock
25479 #: ../fish/guestfish-actions.pod:3159
25480 msgid ""
25481 "This command just writes a swap file signature to an existing file.  To "
25482 "create the file itself, use something like L</fallocate>."
25483 msgstr ""
25484
25485 #. type: =head2
25486 #: ../fish/guestfish-actions.pod:3162
25487 msgid "modprobe"
25488 msgstr ""
25489
25490 #. type: verbatim
25491 #: ../fish/guestfish-actions.pod:3164
25492 #, no-wrap
25493 msgid ""
25494 " modprobe modulename\n"
25495 "\n"
25496 msgstr ""
25497
25498 #. type: =head2
25499 #: ../fish/guestfish-actions.pod:3171
25500 msgid "mount"
25501 msgstr ""
25502
25503 #. type: verbatim
25504 #: ../fish/guestfish-actions.pod:3173
25505 #, no-wrap
25506 msgid ""
25507 " mount device mountpoint\n"
25508 "\n"
25509 msgstr ""
25510
25511 #. type: textblock
25512 #: ../fish/guestfish-actions.pod:3189
25513 msgid ""
25514 "B<Important note:> When you use this call, the filesystem options C<sync> "
25515 "and C<noatime> are set implicitly.  This was originally done because we "
25516 "thought it would improve reliability, but it turns out that I<-o sync> has a "
25517 "very large negative performance impact and negligible effect on "
25518 "reliability.  Therefore we recommend that you avoid using L</mount> in any "
25519 "code that needs performance, and instead use L</mount-options> (use an empty "
25520 "string for the first parameter if you don't want any options)."
25521 msgstr ""
25522
25523 #. type: =head2
25524 #: ../fish/guestfish-actions.pod:3206
25525 msgid "mount-loop"
25526 msgstr ""
25527
25528 #. type: verbatim
25529 #: ../fish/guestfish-actions.pod:3208
25530 #, no-wrap
25531 msgid ""
25532 " mount-loop file mountpoint\n"
25533 "\n"
25534 msgstr ""
25535
25536 #. type: =head2
25537 #: ../fish/guestfish-actions.pod:3214
25538 msgid "mount-options"
25539 msgstr ""
25540
25541 #. type: verbatim
25542 #: ../fish/guestfish-actions.pod:3216
25543 #, no-wrap
25544 msgid ""
25545 " mount-options options device mountpoint\n"
25546 "\n"
25547 msgstr ""
25548
25549 #. type: textblock
25550 #: ../fish/guestfish-actions.pod:3218
25551 msgid ""
25552 "This is the same as the L</mount> command, but it allows you to set the "
25553 "mount options as for the L<mount(8)> I<-o> flag."
25554 msgstr ""
25555
25556 #. type: =head2
25557 #: ../fish/guestfish-actions.pod:3226
25558 msgid "mount-ro"
25559 msgstr ""
25560
25561 #. type: verbatim
25562 #: ../fish/guestfish-actions.pod:3228
25563 #, no-wrap
25564 msgid ""
25565 " mount-ro device mountpoint\n"
25566 "\n"
25567 msgstr ""
25568
25569 #. type: textblock
25570 #: ../fish/guestfish-actions.pod:3230
25571 msgid ""
25572 "This is the same as the L</mount> command, but it mounts the filesystem with "
25573 "the read-only (I<-o ro>) flag."
25574 msgstr ""
25575
25576 #. type: =head2
25577 #: ../fish/guestfish-actions.pod:3233
25578 msgid "mount-vfs"
25579 msgstr ""
25580
25581 #. type: verbatim
25582 #: ../fish/guestfish-actions.pod:3235
25583 #, no-wrap
25584 msgid ""
25585 " mount-vfs options vfstype device mountpoint\n"
25586 "\n"
25587 msgstr ""
25588
25589 #. type: textblock
25590 #: ../fish/guestfish-actions.pod:3237
25591 msgid ""
25592 "This is the same as the L</mount> command, but it allows you to set both the "
25593 "mount options and the vfstype as for the L<mount(8)> I<-o> and I<-t> flags."
25594 msgstr ""
25595
25596 #. type: =head2
25597 #: ../fish/guestfish-actions.pod:3241
25598 msgid "mountpoints"
25599 msgstr ""
25600
25601 #. type: verbatim
25602 #: ../fish/guestfish-actions.pod:3243
25603 #, no-wrap
25604 msgid ""
25605 " mountpoints\n"
25606 "\n"
25607 msgstr ""
25608
25609 #. type: textblock
25610 #: ../fish/guestfish-actions.pod:3245
25611 msgid ""
25612 "This call is similar to L</mounts>.  That call returns a list of devices.  "
25613 "This one returns a hash table (map) of device name to directory where the "
25614 "device is mounted."
25615 msgstr ""
25616
25617 #. type: =head2
25618 #: ../fish/guestfish-actions.pod:3249
25619 msgid "mounts"
25620 msgstr ""
25621
25622 #. type: verbatim
25623 #: ../fish/guestfish-actions.pod:3251
25624 #, no-wrap
25625 msgid ""
25626 " mounts\n"
25627 "\n"
25628 msgstr ""
25629
25630 #. type: textblock
25631 #: ../fish/guestfish-actions.pod:3258
25632 msgid "See also: L</mountpoints>"
25633 msgstr ""
25634
25635 #. type: =head2
25636 #: ../fish/guestfish-actions.pod:3260
25637 msgid "mv"
25638 msgstr ""
25639
25640 #. type: verbatim
25641 #: ../fish/guestfish-actions.pod:3262
25642 #, no-wrap
25643 msgid ""
25644 " mv src dest\n"
25645 "\n"
25646 msgstr ""
25647
25648 #. type: =head2
25649 #: ../fish/guestfish-actions.pod:3267
25650 msgid "ntfs-3g-probe"
25651 msgstr ""
25652
25653 #. type: verbatim
25654 #: ../fish/guestfish-actions.pod:3269
25655 #, no-wrap
25656 msgid ""
25657 " ntfs-3g-probe true|false device\n"
25658 "\n"
25659 msgstr ""
25660
25661 #. type: =head2
25662 #: ../fish/guestfish-actions.pod:3283
25663 msgid "ntfsresize"
25664 msgstr ""
25665
25666 #. type: verbatim
25667 #: ../fish/guestfish-actions.pod:3285
25668 #, no-wrap
25669 msgid ""
25670 " ntfsresize device\n"
25671 "\n"
25672 msgstr ""
25673
25674 #. type: =head2
25675 #: ../fish/guestfish-actions.pod:3291
25676 msgid "ntfsresize-size"
25677 msgstr ""
25678
25679 #. type: verbatim
25680 #: ../fish/guestfish-actions.pod:3293
25681 #, no-wrap
25682 msgid ""
25683 " ntfsresize-size device size\n"
25684 "\n"
25685 msgstr ""
25686
25687 #. type: textblock
25688 #: ../fish/guestfish-actions.pod:3295
25689 msgid ""
25690 "This command is the same as L</ntfsresize> except that it allows you to "
25691 "specify the new size (in bytes) explicitly."
25692 msgstr ""
25693
25694 #. type: =head2
25695 #: ../fish/guestfish-actions.pod:3298
25696 msgid "part-add"
25697 msgstr ""
25698
25699 #. type: verbatim
25700 #: ../fish/guestfish-actions.pod:3300
25701 #, no-wrap
25702 msgid ""
25703 " part-add device prlogex startsect endsect\n"
25704 "\n"
25705 msgstr ""
25706
25707 #. type: textblock
25708 #: ../fish/guestfish-actions.pod:3302
25709 msgid ""
25710 "This command adds a partition to C<device>.  If there is no partition table "
25711 "on the device, call L</part-init> first."
25712 msgstr ""
25713
25714 #. type: textblock
25715 #: ../fish/guestfish-actions.pod:3314
25716 msgid ""
25717 "Creating a partition which covers the whole disk is not so easy.  Use L</"
25718 "part-disk> to do that."
25719 msgstr ""
25720
25721 #. type: =head2
25722 #: ../fish/guestfish-actions.pod:3317
25723 msgid "part-del"
25724 msgstr ""
25725
25726 #. type: verbatim
25727 #: ../fish/guestfish-actions.pod:3319
25728 #, no-wrap
25729 msgid ""
25730 " part-del device partnum\n"
25731 "\n"
25732 msgstr ""
25733
25734 #. type: =head2
25735 #: ../fish/guestfish-actions.pod:3327
25736 msgid "part-disk"
25737 msgstr ""
25738
25739 #. type: verbatim
25740 #: ../fish/guestfish-actions.pod:3329
25741 #, no-wrap
25742 msgid ""
25743 " part-disk device parttype\n"
25744 "\n"
25745 msgstr ""
25746
25747 #. type: textblock
25748 #: ../fish/guestfish-actions.pod:3331
25749 msgid ""
25750 "This command is simply a combination of L</part-init> followed by L</part-"
25751 "add> to create a single primary partition covering the whole disk."
25752 msgstr ""
25753
25754 #. type: textblock
25755 #: ../fish/guestfish-actions.pod:3335
25756 msgid ""
25757 "C<parttype> is the partition table type, usually C<mbr> or C<gpt>, but other "
25758 "possible values are described in L</part-init>."
25759 msgstr ""
25760
25761 #. type: =head2
25762 #: ../fish/guestfish-actions.pod:3341
25763 msgid "part-get-bootable"
25764 msgstr ""
25765
25766 #. type: verbatim
25767 #: ../fish/guestfish-actions.pod:3343
25768 #, no-wrap
25769 msgid ""
25770 " part-get-bootable device partnum\n"
25771 "\n"
25772 msgstr ""
25773
25774 #. type: textblock
25775 #: ../fish/guestfish-actions.pod:3348
25776 msgid "See also L</part-set-bootable>."
25777 msgstr ""
25778
25779 #. type: =head2
25780 #: ../fish/guestfish-actions.pod:3350
25781 msgid "part-get-mbr-id"
25782 msgstr ""
25783
25784 #. type: verbatim
25785 #: ../fish/guestfish-actions.pod:3352
25786 #, no-wrap
25787 msgid ""
25788 " part-get-mbr-id device partnum\n"
25789 "\n"
25790 msgstr ""
25791
25792 #. type: textblock
25793 #: ../fish/guestfish-actions.pod:3357 ../fish/guestfish-actions.pod:3495
25794 msgid ""
25795 "Note that only MBR (old DOS-style) partitions have type bytes.  You will get "
25796 "undefined results for other partition table types (see L</part-get-"
25797 "parttype>)."
25798 msgstr ""
25799
25800 #. type: =head2
25801 #: ../fish/guestfish-actions.pod:3361
25802 msgid "part-get-parttype"
25803 msgstr ""
25804
25805 #. type: verbatim
25806 #: ../fish/guestfish-actions.pod:3363
25807 #, no-wrap
25808 msgid ""
25809 " part-get-parttype device\n"
25810 "\n"
25811 msgstr ""
25812
25813 #. type: textblock
25814 #: ../fish/guestfish-actions.pod:3368
25815 msgid ""
25816 "Common return values include: C<msdos> (a DOS/Windows style MBR partition "
25817 "table), C<gpt> (a GPT/EFI-style partition table).  Other values are "
25818 "possible, although unusual.  See L</part-init> for a full list."
25819 msgstr ""
25820
25821 #. type: =head2
25822 #: ../fish/guestfish-actions.pod:3373
25823 msgid "part-init"
25824 msgstr ""
25825
25826 #. type: verbatim
25827 #: ../fish/guestfish-actions.pod:3375
25828 #, no-wrap
25829 msgid ""
25830 " part-init device parttype\n"
25831 "\n"
25832 msgstr ""
25833
25834 #. type: textblock
25835 #: ../fish/guestfish-actions.pod:3381
25836 msgid ""
25837 "Initially there are no partitions.  Following this, you should call L</part-"
25838 "add> for each partition required."
25839 msgstr ""
25840
25841 #. type: =head2
25842 #: ../fish/guestfish-actions.pod:3444
25843 msgid "part-list"
25844 msgstr ""
25845
25846 #. type: verbatim
25847 #: ../fish/guestfish-actions.pod:3446
25848 #, no-wrap
25849 msgid ""
25850 " part-list device\n"
25851 "\n"
25852 msgstr ""
25853
25854 #. type: textblock
25855 #: ../fish/guestfish-actions.pod:3461
25856 msgid ""
25857 "Start of the partition I<in bytes>.  To get sectors you have to divide by "
25858 "the device's sector size, see L</blockdev-getss>."
25859 msgstr ""
25860
25861 #. type: =head2
25862 #: ../fish/guestfish-actions.pod:3474
25863 msgid "part-set-bootable"
25864 msgstr ""
25865
25866 #. type: verbatim
25867 #: ../fish/guestfish-actions.pod:3476
25868 #, no-wrap
25869 msgid ""
25870 " part-set-bootable device partnum true|false\n"
25871 "\n"
25872 msgstr ""
25873
25874 #. type: =head2
25875 #: ../fish/guestfish-actions.pod:3485
25876 msgid "part-set-mbr-id"
25877 msgstr ""
25878
25879 #. type: verbatim
25880 #: ../fish/guestfish-actions.pod:3487
25881 #, no-wrap
25882 msgid ""
25883 " part-set-mbr-id device partnum idbyte\n"
25884 "\n"
25885 msgstr ""
25886
25887 #. type: =head2
25888 #: ../fish/guestfish-actions.pod:3499
25889 msgid "part-set-name"
25890 msgstr ""
25891
25892 #. type: verbatim
25893 #: ../fish/guestfish-actions.pod:3501
25894 #, no-wrap
25895 msgid ""
25896 " part-set-name device partnum name\n"
25897 "\n"
25898 msgstr ""
25899
25900 #. type: =head2
25901 #: ../fish/guestfish-actions.pod:3509
25902 msgid "part-to-dev"
25903 msgstr ""
25904
25905 #. type: verbatim
25906 #: ../fish/guestfish-actions.pod:3511
25907 #, no-wrap
25908 msgid ""
25909 " part-to-dev partition\n"
25910 "\n"
25911 msgstr ""
25912
25913 #. type: textblock
25914 #: ../fish/guestfish-actions.pod:3517
25915 msgid ""
25916 "The named partition must exist, for example as a string returned from L</"
25917 "list-partitions>."
25918 msgstr ""
25919
25920 #. type: =head2
25921 #: ../fish/guestfish-actions.pod:3520
25922 msgid "ping-daemon"
25923 msgstr ""
25924
25925 #. type: verbatim
25926 #: ../fish/guestfish-actions.pod:3522
25927 #, no-wrap
25928 msgid ""
25929 " ping-daemon\n"
25930 "\n"
25931 msgstr ""
25932
25933 #. type: =head2
25934 #: ../fish/guestfish-actions.pod:3529
25935 msgid "pread"
25936 msgstr ""
25937
25938 #. type: verbatim
25939 #: ../fish/guestfish-actions.pod:3531
25940 #, no-wrap
25941 msgid ""
25942 " pread path count offset\n"
25943 "\n"
25944 msgstr ""
25945
25946 #. type: textblock
25947 #: ../fish/guestfish-actions.pod:3539
25948 msgid "See also L</pwrite>, L</pread-device>."
25949 msgstr ""
25950
25951 #. type: =head2
25952 #: ../fish/guestfish-actions.pod:3544
25953 msgid "pread-device"
25954 msgstr ""
25955
25956 #. type: verbatim
25957 #: ../fish/guestfish-actions.pod:3546
25958 #, no-wrap
25959 msgid ""
25960 " pread-device device count offset\n"
25961 "\n"
25962 msgstr ""
25963
25964 #. type: textblock
25965 #: ../fish/guestfish-actions.pod:3554
25966 msgid "See also L</pread>."
25967 msgstr ""
25968
25969 #. type: =head2
25970 #: ../fish/guestfish-actions.pod:3559
25971 msgid "pvcreate"
25972 msgstr ""
25973
25974 #. type: verbatim
25975 #: ../fish/guestfish-actions.pod:3561
25976 #, no-wrap
25977 msgid ""
25978 " pvcreate device\n"
25979 "\n"
25980 msgstr ""
25981
25982 #. type: =head2
25983 #: ../fish/guestfish-actions.pod:3567
25984 msgid "pvremove"
25985 msgstr ""
25986
25987 #. type: verbatim
25988 #: ../fish/guestfish-actions.pod:3569
25989 #, no-wrap
25990 msgid ""
25991 " pvremove device\n"
25992 "\n"
25993 msgstr ""
25994
25995 #. type: =head2
25996 #: ../fish/guestfish-actions.pod:3578
25997 msgid "pvresize"
25998 msgstr ""
25999
26000 #. type: verbatim
26001 #: ../fish/guestfish-actions.pod:3580
26002 #, no-wrap
26003 msgid ""
26004 " pvresize device\n"
26005 "\n"
26006 msgstr ""
26007
26008 #. type: =head2
26009 #: ../fish/guestfish-actions.pod:3585
26010 msgid "pvresize-size"
26011 msgstr ""
26012
26013 #. type: verbatim
26014 #: ../fish/guestfish-actions.pod:3587
26015 #, no-wrap
26016 msgid ""
26017 " pvresize-size device size\n"
26018 "\n"
26019 msgstr ""
26020
26021 #. type: textblock
26022 #: ../fish/guestfish-actions.pod:3589
26023 msgid ""
26024 "This command is the same as L</pvresize> except that it allows you to "
26025 "specify the new size (in bytes) explicitly."
26026 msgstr ""
26027
26028 #. type: =head2
26029 #: ../fish/guestfish-actions.pod:3592
26030 msgid "pvs"
26031 msgstr ""
26032
26033 #. type: verbatim
26034 #: ../fish/guestfish-actions.pod:3594
26035 #, no-wrap
26036 msgid ""
26037 " pvs\n"
26038 "\n"
26039 msgstr ""
26040
26041 #. type: textblock
26042 #: ../fish/guestfish-actions.pod:3602
26043 msgid "See also L</pvs-full>."
26044 msgstr ""
26045
26046 #. type: =head2
26047 #: ../fish/guestfish-actions.pod:3604
26048 msgid "pvs-full"
26049 msgstr ""
26050
26051 #. type: verbatim
26052 #: ../fish/guestfish-actions.pod:3606
26053 #, no-wrap
26054 msgid ""
26055 " pvs-full\n"
26056 "\n"
26057 msgstr ""
26058
26059 #. type: =head2
26060 #: ../fish/guestfish-actions.pod:3611
26061 msgid "pvuuid"
26062 msgstr ""
26063
26064 #. type: verbatim
26065 #: ../fish/guestfish-actions.pod:3613
26066 #, no-wrap
26067 msgid ""
26068 " pvuuid device\n"
26069 "\n"
26070 msgstr ""
26071
26072 #. type: =head2
26073 #: ../fish/guestfish-actions.pod:3617
26074 msgid "pwrite"
26075 msgstr ""
26076
26077 #. type: verbatim
26078 #: ../fish/guestfish-actions.pod:3619
26079 #, no-wrap
26080 msgid ""
26081 " pwrite path content offset\n"
26082 "\n"
26083 msgstr ""
26084
26085 #. type: textblock
26086 #: ../fish/guestfish-actions.pod:3630
26087 msgid "See also L</pread>, L</pwrite-device>."
26088 msgstr ""
26089
26090 #. type: =head2
26091 #: ../fish/guestfish-actions.pod:3635
26092 msgid "pwrite-device"
26093 msgstr ""
26094
26095 #. type: verbatim
26096 #: ../fish/guestfish-actions.pod:3637
26097 #, no-wrap
26098 msgid ""
26099 " pwrite-device device content offset\n"
26100 "\n"
26101 msgstr ""
26102
26103 #. type: textblock
26104 #: ../fish/guestfish-actions.pod:3647
26105 msgid "See also L</pwrite>."
26106 msgstr ""
26107
26108 #. type: =head2
26109 #: ../fish/guestfish-actions.pod:3652
26110 msgid "read-file"
26111 msgstr ""
26112
26113 #. type: verbatim
26114 #: ../fish/guestfish-actions.pod:3654
26115 #, no-wrap
26116 msgid ""
26117 " read-file path\n"
26118 "\n"
26119 msgstr ""
26120
26121 #. type: textblock
26122 #: ../fish/guestfish-actions.pod:3659
26123 msgid ""
26124 "Unlike L</cat>, this function can correctly handle files that contain "
26125 "embedded ASCII NUL characters.  However unlike L</download>, this function "
26126 "is limited in the total size of file that can be handled."
26127 msgstr ""
26128
26129 #. type: =head2
26130 #: ../fish/guestfish-actions.pod:3667
26131 msgid "read-lines"
26132 msgstr ""
26133
26134 #. type: verbatim
26135 #: ../fish/guestfish-actions.pod:3669
26136 #, no-wrap
26137 msgid ""
26138 " read-lines path\n"
26139 "\n"
26140 msgstr ""
26141
26142 #. type: textblock
26143 #: ../fish/guestfish-actions.pod:3676
26144 msgid ""
26145 "Note that this function cannot correctly handle binary files (specifically, "
26146 "files containing C<\\0> character which is treated as end of line).  For "
26147 "those you need to use the L</read-file> function which has a more complex "
26148 "interface."
26149 msgstr ""
26150
26151 #. type: =head2
26152 #: ../fish/guestfish-actions.pod:3681
26153 msgid "readdir"
26154 msgstr ""
26155
26156 #. type: verbatim
26157 #: ../fish/guestfish-actions.pod:3683
26158 #, no-wrap
26159 msgid ""
26160 " readdir dir\n"
26161 "\n"
26162 msgstr ""
26163
26164 #. type: textblock
26165 #: ../fish/guestfish-actions.pod:3735
26166 msgid ""
26167 "This function is primarily intended for use by programs.  To get a simple "
26168 "list of names, use L</ls>.  To get a printable directory for human "
26169 "consumption, use L</ll>."
26170 msgstr ""
26171
26172 #. type: =head2
26173 #: ../fish/guestfish-actions.pod:3739
26174 msgid "readlink"
26175 msgstr ""
26176
26177 #. type: verbatim
26178 #: ../fish/guestfish-actions.pod:3741
26179 #, no-wrap
26180 msgid ""
26181 " readlink path\n"
26182 "\n"
26183 msgstr ""
26184
26185 #. type: =head2
26186 #: ../fish/guestfish-actions.pod:3745
26187 msgid "readlinklist"
26188 msgstr ""
26189
26190 #. type: verbatim
26191 #: ../fish/guestfish-actions.pod:3747
26192 #, no-wrap
26193 msgid ""
26194 " readlinklist path 'names ...'\n"
26195 "\n"
26196 msgstr ""
26197
26198 #. type: =head2
26199 #: ../fish/guestfish-actions.pod:3771
26200 msgid "realpath"
26201 msgstr ""
26202
26203 #. type: verbatim
26204 #: ../fish/guestfish-actions.pod:3773
26205 #, no-wrap
26206 msgid ""
26207 " realpath path\n"
26208 "\n"
26209 msgstr ""
26210
26211 #. type: =head2
26212 #: ../fish/guestfish-actions.pod:3778
26213 msgid "removexattr"
26214 msgstr ""
26215
26216 #. type: verbatim
26217 #: ../fish/guestfish-actions.pod:3780
26218 #, no-wrap
26219 msgid ""
26220 " removexattr xattr path\n"
26221 "\n"
26222 msgstr ""
26223
26224 #. type: textblock
26225 #: ../fish/guestfish-actions.pod:3785
26226 msgid "See also: L</lremovexattr>, L<attr(5)>."
26227 msgstr ""
26228
26229 #. type: =head2
26230 #: ../fish/guestfish-actions.pod:3787
26231 msgid "resize2fs"
26232 msgstr ""
26233
26234 #. type: verbatim
26235 #: ../fish/guestfish-actions.pod:3789
26236 #, no-wrap
26237 msgid ""
26238 " resize2fs device\n"
26239 "\n"
26240 msgstr ""
26241
26242 #. type: textblock
26243 #: ../fish/guestfish-actions.pod:3794
26244 msgid ""
26245 "I<Note:> It is sometimes required that you run L</e2fsck-f> on the C<device> "
26246 "before calling this command.  For unknown reasons C<resize2fs> sometimes "
26247 "gives an error about this and sometimes not.  In any case, it is always safe "
26248 "to call L</e2fsck-f> before calling this function."
26249 msgstr ""
26250
26251 #. type: =head2
26252 #: ../fish/guestfish-actions.pod:3800
26253 msgid "resize2fs-M"
26254 msgstr ""
26255
26256 #. type: verbatim
26257 #: ../fish/guestfish-actions.pod:3802
26258 #, no-wrap
26259 msgid ""
26260 " resize2fs-M device\n"
26261 "\n"
26262 msgstr ""
26263
26264 #. type: textblock
26265 #: ../fish/guestfish-actions.pod:3804
26266 msgid ""
26267 "This command is the same as L</resize2fs>, but the filesystem is resized to "
26268 "its minimum size.  This works like the I<-M> option to the C<resize2fs> "
26269 "command."
26270 msgstr ""
26271
26272 #. type: textblock
26273 #: ../fish/guestfish-actions.pod:3808
26274 msgid ""
26275 "To get the resulting size of the filesystem you should call L</tune2fs-l> "
26276 "and read the C<Block size> and C<Block count> values.  These two numbers, "
26277 "multiplied together, give the resulting size of the minimal filesystem in "
26278 "bytes."
26279 msgstr ""
26280
26281 #. type: =head2
26282 #: ../fish/guestfish-actions.pod:3813
26283 msgid "resize2fs-size"
26284 msgstr ""
26285
26286 #. type: verbatim
26287 #: ../fish/guestfish-actions.pod:3815
26288 #, no-wrap
26289 msgid ""
26290 " resize2fs-size device size\n"
26291 "\n"
26292 msgstr ""
26293
26294 #. type: textblock
26295 #: ../fish/guestfish-actions.pod:3817
26296 msgid ""
26297 "This command is the same as L</resize2fs> except that it allows you to "
26298 "specify the new size (in bytes) explicitly."
26299 msgstr ""
26300
26301 #. type: =head2
26302 #: ../fish/guestfish-actions.pod:3820
26303 msgid "rm"
26304 msgstr ""
26305
26306 #. type: verbatim
26307 #: ../fish/guestfish-actions.pod:3822
26308 #, no-wrap
26309 msgid ""
26310 " rm path\n"
26311 "\n"
26312 msgstr ""
26313
26314 #. type: =head2
26315 #: ../fish/guestfish-actions.pod:3826
26316 msgid "rm-rf"
26317 msgstr ""
26318
26319 #. type: verbatim
26320 #: ../fish/guestfish-actions.pod:3828
26321 #, no-wrap
26322 msgid ""
26323 " rm-rf path\n"
26324 "\n"
26325 msgstr ""
26326
26327 #. type: =head2
26328 #: ../fish/guestfish-actions.pod:3834
26329 msgid "rmdir"
26330 msgstr ""
26331
26332 #. type: verbatim
26333 #: ../fish/guestfish-actions.pod:3836
26334 #, no-wrap
26335 msgid ""
26336 " rmdir path\n"
26337 "\n"
26338 msgstr ""
26339
26340 #. type: =head2
26341 #: ../fish/guestfish-actions.pod:3840
26342 msgid "rmmountpoint"
26343 msgstr ""
26344
26345 #. type: verbatim
26346 #: ../fish/guestfish-actions.pod:3842
26347 #, no-wrap
26348 msgid ""
26349 " rmmountpoint exemptpath\n"
26350 "\n"
26351 msgstr ""
26352
26353 #. type: textblock
26354 #: ../fish/guestfish-actions.pod:3844
26355 msgid ""
26356 "This calls removes a mountpoint that was previously created with L</"
26357 "mkmountpoint>.  See L</mkmountpoint> for full details."
26358 msgstr ""
26359
26360 #. type: =head2
26361 #: ../fish/guestfish-actions.pod:3848
26362 msgid "scrub-device"
26363 msgstr ""
26364
26365 #. type: verbatim
26366 #: ../fish/guestfish-actions.pod:3850
26367 #, no-wrap
26368 msgid ""
26369 " scrub-device device\n"
26370 "\n"
26371 msgstr ""
26372
26373 #. type: =head2
26374 #: ../fish/guestfish-actions.pod:3861
26375 msgid "scrub-file"
26376 msgstr ""
26377
26378 #. type: verbatim
26379 #: ../fish/guestfish-actions.pod:3863
26380 #, no-wrap
26381 msgid ""
26382 " scrub-file file\n"
26383 "\n"
26384 msgstr ""
26385
26386 #. type: =head2
26387 #: ../fish/guestfish-actions.pod:3873
26388 msgid "scrub-freespace"
26389 msgstr ""
26390
26391 #. type: verbatim
26392 #: ../fish/guestfish-actions.pod:3875
26393 #, no-wrap
26394 msgid ""
26395 " scrub-freespace dir\n"
26396 "\n"
26397 msgstr ""
26398
26399 #. type: textblock
26400 #: ../fish/guestfish-actions.pod:3877
26401 msgid ""
26402 "This command creates the directory C<dir> and then fills it with files until "
26403 "the filesystem is full, and scrubs the files as for L</scrub-file>, and "
26404 "deletes them.  The intention is to scrub any free space on the partition "
26405 "containing C<dir>."
26406 msgstr ""
26407
26408 #. type: =head2
26409 #: ../fish/guestfish-actions.pod:3886
26410 msgid "set-append"
26411 msgstr ""
26412
26413 #. type: =head2
26414 #: ../fish/guestfish-actions.pod:3888
26415 msgid "append"
26416 msgstr ""
26417
26418 #. type: verbatim
26419 #: ../fish/guestfish-actions.pod:3890
26420 #, no-wrap
26421 msgid ""
26422 " set-append append\n"
26423 "\n"
26424 msgstr ""
26425
26426 #. type: =head2
26427 #: ../fish/guestfish-actions.pod:3901
26428 msgid "set-attach-method"
26429 msgstr ""
26430
26431 #. type: =head2
26432 #: ../fish/guestfish-actions.pod:3903
26433 msgid "attach-method"
26434 msgstr ""
26435
26436 #. type: verbatim
26437 #: ../fish/guestfish-actions.pod:3905
26438 #, no-wrap
26439 msgid ""
26440 " set-attach-method attachmethod\n"
26441 "\n"
26442 msgstr ""
26443
26444 #. type: =head2
26445 #: ../fish/guestfish-actions.pod:3927
26446 msgid "set-autosync"
26447 msgstr ""
26448
26449 #. type: =head2
26450 #: ../fish/guestfish-actions.pod:3929
26451 msgid "autosync"
26452 msgstr ""
26453
26454 #. type: verbatim
26455 #: ../fish/guestfish-actions.pod:3931
26456 #, no-wrap
26457 msgid ""
26458 " set-autosync true|false\n"
26459 "\n"
26460 msgstr ""
26461
26462 #. type: =head2
26463 #: ../fish/guestfish-actions.pod:3941
26464 msgid "set-direct"
26465 msgstr ""
26466
26467 #. type: =head2
26468 #: ../fish/guestfish-actions.pod:3943
26469 msgid "direct"
26470 msgstr ""
26471
26472 #. type: verbatim
26473 #: ../fish/guestfish-actions.pod:3945
26474 #, no-wrap
26475 msgid ""
26476 " set-direct true|false\n"
26477 "\n"
26478 msgstr ""
26479
26480 #. type: textblock
26481 #: ../fish/guestfish-actions.pod:3951
26482 msgid ""
26483 "One consequence of this is that log messages aren't caught by the library "
26484 "and handled by L</set-log-message-callback>, but go straight to stdout."
26485 msgstr ""
26486
26487 #. type: =head2
26488 #: ../fish/guestfish-actions.pod:3960
26489 msgid "set-e2label"
26490 msgstr ""
26491
26492 #. type: verbatim
26493 #: ../fish/guestfish-actions.pod:3962
26494 #, no-wrap
26495 msgid ""
26496 " set-e2label device label\n"
26497 "\n"
26498 msgstr ""
26499
26500 #. type: textblock
26501 #: ../fish/guestfish-actions.pod:3968
26502 msgid ""
26503 "You can use either L</tune2fs-l> or L</get-e2label> to return the existing "
26504 "label on a filesystem."
26505 msgstr ""
26506
26507 #. type: =head2
26508 #: ../fish/guestfish-actions.pod:3971
26509 msgid "set-e2uuid"
26510 msgstr ""
26511
26512 #. type: verbatim
26513 #: ../fish/guestfish-actions.pod:3973
26514 #, no-wrap
26515 msgid ""
26516 " set-e2uuid device uuid\n"
26517 "\n"
26518 msgstr ""
26519
26520 #. type: textblock
26521 #: ../fish/guestfish-actions.pod:3980
26522 msgid ""
26523 "You can use either L</tune2fs-l> or L</get-e2uuid> to return the existing "
26524 "UUID of a filesystem."
26525 msgstr ""
26526
26527 #. type: =head2
26528 #: ../fish/guestfish-actions.pod:3983
26529 msgid "set-memsize"
26530 msgstr ""
26531
26532 #. type: =head2
26533 #: ../fish/guestfish-actions.pod:3985
26534 msgid "memsize"
26535 msgstr ""
26536
26537 #. type: verbatim
26538 #: ../fish/guestfish-actions.pod:3987
26539 #, no-wrap
26540 msgid ""
26541 " set-memsize memsize\n"
26542 "\n"
26543 msgstr ""
26544
26545 #. type: textblock
26546 #: ../fish/guestfish-actions.pod:3989
26547 msgid ""
26548 "This sets the memory size in megabytes allocated to the qemu subprocess.  "
26549 "This only has any effect if called before L</launch>."
26550 msgstr ""
26551
26552 #. type: =head2
26553 #: ../fish/guestfish-actions.pod:4000
26554 msgid "set-network"
26555 msgstr ""
26556
26557 #. type: =head2
26558 #: ../fish/guestfish-actions.pod:4002
26559 msgid "network"
26560 msgstr ""
26561
26562 #. type: verbatim
26563 #: ../fish/guestfish-actions.pod:4004
26564 #, no-wrap
26565 msgid ""
26566 " set-network true|false\n"
26567 "\n"
26568 msgstr ""
26569
26570 #. type: textblock
26571 #: ../fish/guestfish-actions.pod:4012
26572 msgid ""
26573 "You must call this before calling L</launch>, otherwise it has no effect."
26574 msgstr ""
26575
26576 #. type: =head2
26577 #: ../fish/guestfish-actions.pod:4015
26578 msgid "set-path"
26579 msgstr ""
26580
26581 #. type: =head2
26582 #: ../fish/guestfish-actions.pod:4017
26583 msgid "path"
26584 msgstr ""
26585
26586 #. type: verbatim
26587 #: ../fish/guestfish-actions.pod:4019
26588 #, no-wrap
26589 msgid ""
26590 " set-path searchpath\n"
26591 "\n"
26592 msgstr ""
26593
26594 #. type: =head2
26595 #: ../fish/guestfish-actions.pod:4028
26596 msgid "set-qemu"
26597 msgstr ""
26598
26599 #. type: =head2
26600 #: ../fish/guestfish-actions.pod:4030
26601 msgid "qemu"
26602 msgstr ""
26603
26604 #. type: verbatim
26605 #: ../fish/guestfish-actions.pod:4032
26606 #, no-wrap
26607 msgid ""
26608 " set-qemu qemu\n"
26609 "\n"
26610 msgstr ""
26611
26612 #. type: =head2
26613 #: ../fish/guestfish-actions.pod:4052
26614 msgid "set-recovery-proc"
26615 msgstr ""
26616
26617 #. type: =head2
26618 #: ../fish/guestfish-actions.pod:4054
26619 msgid "recovery-proc"
26620 msgstr ""
26621
26622 #. type: verbatim
26623 #: ../fish/guestfish-actions.pod:4056
26624 #, no-wrap
26625 msgid ""
26626 " set-recovery-proc true|false\n"
26627 "\n"
26628 msgstr ""
26629
26630 #. type: textblock
26631 #: ../fish/guestfish-actions.pod:4058
26632 msgid ""
26633 "If this is called with the parameter C<false> then L</launch> does not "
26634 "create a recovery process.  The purpose of the recovery process is to stop "
26635 "runaway qemu processes in the case where the main program aborts abruptly."
26636 msgstr ""
26637
26638 #. type: textblock
26639 #: ../fish/guestfish-actions.pod:4063
26640 msgid ""
26641 "This only has any effect if called before L</launch>, and the default is "
26642 "true."
26643 msgstr ""
26644
26645 #. type: =head2
26646 #: ../fish/guestfish-actions.pod:4072
26647 msgid "set-selinux"
26648 msgstr ""
26649
26650 #. type: =head2
26651 #: ../fish/guestfish-actions.pod:4074
26652 msgid "selinux"
26653 msgstr ""
26654
26655 #. type: verbatim
26656 #: ../fish/guestfish-actions.pod:4076
26657 #, no-wrap
26658 msgid ""
26659 " set-selinux true|false\n"
26660 "\n"
26661 msgstr ""
26662
26663 #. type: =head2
26664 #: ../fish/guestfish-actions.pod:4087
26665 msgid "set-trace"
26666 msgstr ""
26667
26668 #. type: =head2
26669 #: ../fish/guestfish-actions.pod:4089
26670 msgid "trace"
26671 msgstr ""
26672
26673 #. type: verbatim
26674 #: ../fish/guestfish-actions.pod:4091
26675 #, no-wrap
26676 msgid ""
26677 " set-trace true|false\n"
26678 "\n"
26679 msgstr ""
26680
26681 #. type: textblock
26682 #: ../fish/guestfish-actions.pod:4103
26683 msgid ""
26684 "Trace messages are normally sent to C<stderr>, unless you register a "
26685 "callback to send them somewhere else (see L</set-event-callback>)."
26686 msgstr ""
26687
26688 #. type: =head2
26689 #: ../fish/guestfish-actions.pod:4107
26690 msgid "set-verbose"
26691 msgstr ""
26692
26693 #. type: =head2
26694 #: ../fish/guestfish-actions.pod:4109
26695 msgid "verbose"
26696 msgstr ""
26697
26698 #. type: verbatim
26699 #: ../fish/guestfish-actions.pod:4111
26700 #, no-wrap
26701 msgid ""
26702 " set-verbose true|false\n"
26703 "\n"
26704 msgstr ""
26705
26706 #. type: textblock
26707 #: ../fish/guestfish-actions.pod:4118
26708 msgid ""
26709 "Verbose messages are normally sent to C<stderr>, unless you register a "
26710 "callback to send them somewhere else (see L</set-event-callback>)."
26711 msgstr ""
26712
26713 #. type: =head2
26714 #: ../fish/guestfish-actions.pod:4122
26715 msgid "setcon"
26716 msgstr ""
26717
26718 #. type: verbatim
26719 #: ../fish/guestfish-actions.pod:4124
26720 #, no-wrap
26721 msgid ""
26722 " setcon context\n"
26723 "\n"
26724 msgstr ""
26725
26726 #. type: =head2
26727 #: ../fish/guestfish-actions.pod:4131
26728 msgid "setxattr"
26729 msgstr ""
26730
26731 #. type: verbatim
26732 #: ../fish/guestfish-actions.pod:4133
26733 #, no-wrap
26734 msgid ""
26735 " setxattr xattr val vallen path\n"
26736 "\n"
26737 msgstr ""
26738
26739 #. type: textblock
26740 #: ../fish/guestfish-actions.pod:4139
26741 msgid "See also: L</lsetxattr>, L<attr(5)>."
26742 msgstr ""
26743
26744 #. type: =head2
26745 #: ../fish/guestfish-actions.pod:4141
26746 msgid "sfdisk"
26747 msgstr ""
26748
26749 #. type: verbatim
26750 #: ../fish/guestfish-actions.pod:4143
26751 #, no-wrap
26752 msgid ""
26753 " sfdisk device cyls heads sectors 'lines ...'\n"
26754 "\n"
26755 msgstr ""
26756
26757 #. type: textblock
26758 #: ../fish/guestfish-actions.pod:4165
26759 msgid "See also: L</sfdisk-l>, L</sfdisk-N>, L</part-init>"
26760 msgstr ""
26761
26762 #. type: =head2
26763 #: ../fish/guestfish-actions.pod:4178
26764 msgid "sfdiskM"
26765 msgstr ""
26766
26767 #. type: verbatim
26768 #: ../fish/guestfish-actions.pod:4180
26769 #, no-wrap
26770 msgid ""
26771 " sfdiskM device 'lines ...'\n"
26772 "\n"
26773 msgstr ""
26774
26775 #. type: textblock
26776 #: ../fish/guestfish-actions.pod:4182
26777 msgid ""
26778 "This is a simplified interface to the L</sfdisk> command, where partition "
26779 "sizes are specified in megabytes only (rounded to the nearest cylinder) and "
26780 "you don't need to specify the cyls, heads and sectors parameters which were "
26781 "rarely if ever used anyway."
26782 msgstr ""
26783
26784 #. type: textblock
26785 #: ../fish/guestfish-actions.pod:4188
26786 msgid "See also: L</sfdisk>, the L<sfdisk(8)> manpage and L</part-disk>"
26787 msgstr ""
26788
26789 #. type: =head2
26790 #: ../fish/guestfish-actions.pod:4201
26791 msgid "sfdisk-N"
26792 msgstr ""
26793
26794 #. type: verbatim
26795 #: ../fish/guestfish-actions.pod:4203
26796 #, no-wrap
26797 msgid ""
26798 " sfdisk-N device partnum cyls heads sectors line\n"
26799 "\n"
26800 msgstr ""
26801
26802 #. type: textblock
26803 #: ../fish/guestfish-actions.pod:4208
26804 msgid ""
26805 "For other parameters, see L</sfdisk>.  You should usually pass C<0> for the "
26806 "cyls/heads/sectors parameters."
26807 msgstr ""
26808
26809 #. type: textblock
26810 #: ../fish/guestfish-actions.pod:4211
26811 msgid "See also: L</part-add>"
26812 msgstr ""
26813
26814 #. type: =head2
26815 #: ../fish/guestfish-actions.pod:4223
26816 msgid "sfdisk-disk-geometry"
26817 msgstr ""
26818
26819 #. type: verbatim
26820 #: ../fish/guestfish-actions.pod:4225
26821 #, no-wrap
26822 msgid ""
26823 " sfdisk-disk-geometry device\n"
26824 "\n"
26825 msgstr ""
26826
26827 #. type: textblock
26828 #: ../fish/guestfish-actions.pod:4227
26829 msgid ""
26830 "This displays the disk geometry of C<device> read from the partition table.  "
26831 "Especially in the case where the underlying block device has been resized, "
26832 "this can be different from the kernel's idea of the geometry (see L</sfdisk-"
26833 "kernel-geometry>)."
26834 msgstr ""
26835
26836 #. type: =head2
26837 #: ../fish/guestfish-actions.pod:4235
26838 msgid "sfdisk-kernel-geometry"
26839 msgstr ""
26840
26841 #. type: verbatim
26842 #: ../fish/guestfish-actions.pod:4237
26843 #, no-wrap
26844 msgid ""
26845 " sfdisk-kernel-geometry device\n"
26846 "\n"
26847 msgstr ""
26848
26849 #. type: =head2
26850 #: ../fish/guestfish-actions.pod:4244
26851 msgid "sfdisk-l"
26852 msgstr ""
26853
26854 #. type: verbatim
26855 #: ../fish/guestfish-actions.pod:4246
26856 #, no-wrap
26857 msgid ""
26858 " sfdisk-l device\n"
26859 "\n"
26860 msgstr ""
26861
26862 #. type: textblock
26863 #: ../fish/guestfish-actions.pod:4252
26864 msgid "See also: L</part-list>"
26865 msgstr ""
26866
26867 #. type: =head2
26868 #: ../fish/guestfish-actions.pod:4261
26869 msgid "sh"
26870 msgstr ""
26871
26872 #. type: verbatim
26873 #: ../fish/guestfish-actions.pod:4263
26874 #, no-wrap
26875 msgid ""
26876 " sh command\n"
26877 "\n"
26878 msgstr ""
26879
26880 #. type: textblock
26881 #: ../fish/guestfish-actions.pod:4268
26882 msgid "This is like L</command>, but passes the command to:"
26883 msgstr ""
26884
26885 #. type: textblock
26886 #: ../fish/guestfish-actions.pod:4276
26887 msgid "All the provisos about L</command> apply to this call."
26888 msgstr ""
26889
26890 #. type: =head2
26891 #: ../fish/guestfish-actions.pod:4278
26892 msgid "sh-lines"
26893 msgstr ""
26894
26895 #. type: verbatim
26896 #: ../fish/guestfish-actions.pod:4280
26897 #, no-wrap
26898 msgid ""
26899 " sh-lines command\n"
26900 "\n"
26901 msgstr ""
26902
26903 #. type: textblock
26904 #: ../fish/guestfish-actions.pod:4282
26905 msgid "This is the same as L</sh>, but splits the result into a list of lines."
26906 msgstr ""
26907
26908 #. type: textblock
26909 #: ../fish/guestfish-actions.pod:4285
26910 msgid "See also: L</command-lines>"
26911 msgstr ""
26912
26913 #. type: =head2
26914 #: ../fish/guestfish-actions.pod:4287
26915 msgid "sleep"
26916 msgstr ""
26917
26918 #. type: verbatim
26919 #: ../fish/guestfish-actions.pod:4289
26920 #, no-wrap
26921 msgid ""
26922 " sleep secs\n"
26923 "\n"
26924 msgstr ""
26925
26926 #. type: =head2
26927 #: ../fish/guestfish-actions.pod:4293
26928 msgid "stat"
26929 msgstr ""
26930
26931 #. type: verbatim
26932 #: ../fish/guestfish-actions.pod:4295
26933 #, no-wrap
26934 msgid ""
26935 " stat path\n"
26936 "\n"
26937 msgstr ""
26938
26939 #. type: =head2
26940 #: ../fish/guestfish-actions.pod:4301
26941 msgid "statvfs"
26942 msgstr ""
26943
26944 #. type: verbatim
26945 #: ../fish/guestfish-actions.pod:4303
26946 #, no-wrap
26947 msgid ""
26948 " statvfs path\n"
26949 "\n"
26950 msgstr ""
26951
26952 #. type: =head2
26953 #: ../fish/guestfish-actions.pod:4311
26954 msgid "strings"
26955 msgstr ""
26956
26957 #. type: verbatim
26958 #: ../fish/guestfish-actions.pod:4313
26959 #, no-wrap
26960 msgid ""
26961 " strings path\n"
26962 "\n"
26963 msgstr ""
26964
26965 #. type: =head2
26966 #: ../fish/guestfish-actions.pod:4321
26967 msgid "strings-e"
26968 msgstr ""
26969
26970 #. type: verbatim
26971 #: ../fish/guestfish-actions.pod:4323
26972 #, no-wrap
26973 msgid ""
26974 " strings-e encoding path\n"
26975 "\n"
26976 msgstr ""
26977
26978 #. type: textblock
26979 #: ../fish/guestfish-actions.pod:4325
26980 msgid ""
26981 "This is like the L</strings> command, but allows you to specify the encoding "
26982 "of strings that are looked for in the source file C<path>."
26983 msgstr ""
26984
26985 #. type: textblock
26986 #: ../fish/guestfish-actions.pod:4335
26987 msgid ""
26988 "Single 7-bit-byte characters like ASCII and the ASCII-compatible parts of "
26989 "ISO-8859-X (this is what L</strings> uses)."
26990 msgstr ""
26991
26992 #. type: =head2
26993 #: ../fish/guestfish-actions.pod:4367
26994 msgid "swapoff-device"
26995 msgstr ""
26996
26997 #. type: verbatim
26998 #: ../fish/guestfish-actions.pod:4369
26999 #, no-wrap
27000 msgid ""
27001 " swapoff-device device\n"
27002 "\n"
27003 msgstr ""
27004
27005 #. type: textblock
27006 #: ../fish/guestfish-actions.pod:4371
27007 msgid ""
27008 "This command disables the libguestfs appliance swap device or partition "
27009 "named C<device>.  See L</swapon-device>."
27010 msgstr ""
27011
27012 #. type: =head2
27013 #: ../fish/guestfish-actions.pod:4375
27014 msgid "swapoff-file"
27015 msgstr ""
27016
27017 #. type: verbatim
27018 #: ../fish/guestfish-actions.pod:4377
27019 #, no-wrap
27020 msgid ""
27021 " swapoff-file file\n"
27022 "\n"
27023 msgstr ""
27024
27025 #. type: =head2
27026 #: ../fish/guestfish-actions.pod:4381
27027 msgid "swapoff-label"
27028 msgstr ""
27029
27030 #. type: verbatim
27031 #: ../fish/guestfish-actions.pod:4383
27032 #, no-wrap
27033 msgid ""
27034 " swapoff-label label\n"
27035 "\n"
27036 msgstr ""
27037
27038 #. type: =head2
27039 #: ../fish/guestfish-actions.pod:4388
27040 msgid "swapoff-uuid"
27041 msgstr ""
27042
27043 #. type: verbatim
27044 #: ../fish/guestfish-actions.pod:4390
27045 #, no-wrap
27046 msgid ""
27047 " swapoff-uuid uuid\n"
27048 "\n"
27049 msgstr ""
27050
27051 #. type: =head2
27052 #: ../fish/guestfish-actions.pod:4395
27053 msgid "swapon-device"
27054 msgstr ""
27055
27056 #. type: verbatim
27057 #: ../fish/guestfish-actions.pod:4397
27058 #, no-wrap
27059 msgid ""
27060 " swapon-device device\n"
27061 "\n"
27062 msgstr ""
27063
27064 #. type: textblock
27065 #: ../fish/guestfish-actions.pod:4399
27066 msgid ""
27067 "This command enables the libguestfs appliance to use the swap device or "
27068 "partition named C<device>.  The increased memory is made available for all "
27069 "commands, for example those run using L</command> or L</sh>."
27070 msgstr ""
27071
27072 #. type: =head2
27073 #: ../fish/guestfish-actions.pod:4411
27074 msgid "swapon-file"
27075 msgstr ""
27076
27077 #. type: verbatim
27078 #: ../fish/guestfish-actions.pod:4413
27079 #, no-wrap
27080 msgid ""
27081 " swapon-file file\n"
27082 "\n"
27083 msgstr ""
27084
27085 #. type: textblock
27086 #: ../fish/guestfish-actions.pod:4415
27087 msgid ""
27088 "This command enables swap to a file.  See L</swapon-device> for other notes."
27089 msgstr ""
27090
27091 #. type: =head2
27092 #: ../fish/guestfish-actions.pod:4418
27093 msgid "swapon-label"
27094 msgstr ""
27095
27096 #. type: verbatim
27097 #: ../fish/guestfish-actions.pod:4420
27098 #, no-wrap
27099 msgid ""
27100 " swapon-label label\n"
27101 "\n"
27102 msgstr ""
27103
27104 #. type: textblock
27105 #: ../fish/guestfish-actions.pod:4422
27106 msgid ""
27107 "This command enables swap to a labeled swap partition.  See L</swapon-"
27108 "device> for other notes."
27109 msgstr ""
27110
27111 #. type: =head2
27112 #: ../fish/guestfish-actions.pod:4425
27113 msgid "swapon-uuid"
27114 msgstr ""
27115
27116 #. type: verbatim
27117 #: ../fish/guestfish-actions.pod:4427
27118 #, no-wrap
27119 msgid ""
27120 " swapon-uuid uuid\n"
27121 "\n"
27122 msgstr ""
27123
27124 #. type: textblock
27125 #: ../fish/guestfish-actions.pod:4429
27126 msgid ""
27127 "This command enables swap to a swap partition with the given UUID.  See L</"
27128 "swapon-device> for other notes."
27129 msgstr ""
27130
27131 #. type: =head2
27132 #: ../fish/guestfish-actions.pod:4432
27133 msgid "sync"
27134 msgstr ""
27135
27136 #. type: verbatim
27137 #: ../fish/guestfish-actions.pod:4434
27138 #, no-wrap
27139 msgid ""
27140 " sync\n"
27141 "\n"
27142 msgstr ""
27143
27144 #. type: =head2
27145 #: ../fish/guestfish-actions.pod:4442
27146 msgid "tail"
27147 msgstr ""
27148
27149 #. type: verbatim
27150 #: ../fish/guestfish-actions.pod:4444
27151 #, no-wrap
27152 msgid ""
27153 " tail path\n"
27154 "\n"
27155 msgstr ""
27156
27157 #. type: =head2
27158 #: ../fish/guestfish-actions.pod:4452
27159 msgid "tail-n"
27160 msgstr ""
27161
27162 #. type: verbatim
27163 #: ../fish/guestfish-actions.pod:4454
27164 #, no-wrap
27165 msgid ""
27166 " tail-n nrlines path\n"
27167 "\n"
27168 msgstr ""
27169
27170 #. type: =head2
27171 #: ../fish/guestfish-actions.pod:4467
27172 msgid "tar-in"
27173 msgstr ""
27174
27175 #. type: verbatim
27176 #: ../fish/guestfish-actions.pod:4469
27177 #, no-wrap
27178 msgid ""
27179 " tar-in (tarfile|-) directory\n"
27180 "\n"
27181 msgstr ""
27182
27183 #. type: textblock
27184 #: ../fish/guestfish-actions.pod:4474
27185 msgid "To upload a compressed tarball, use L</tgz-in> or L</txz-in>."
27186 msgstr ""
27187
27188 #. type: =head2
27189 #: ../fish/guestfish-actions.pod:4479
27190 msgid "tar-out"
27191 msgstr ""
27192
27193 #. type: verbatim
27194 #: ../fish/guestfish-actions.pod:4481
27195 #, no-wrap
27196 msgid ""
27197 " tar-out directory (tarfile|-)\n"
27198 "\n"
27199 msgstr ""
27200
27201 #. type: textblock
27202 #: ../fish/guestfish-actions.pod:4486
27203 msgid "To download a compressed tarball, use L</tgz-out> or L</txz-out>."
27204 msgstr ""
27205
27206 #. type: =head2
27207 #: ../fish/guestfish-actions.pod:4491
27208 msgid "tgz-in"
27209 msgstr ""
27210
27211 #. type: verbatim
27212 #: ../fish/guestfish-actions.pod:4493
27213 #, no-wrap
27214 msgid ""
27215 " tgz-in (tarball|-) directory\n"
27216 "\n"
27217 msgstr ""
27218
27219 #. type: textblock
27220 #: ../fish/guestfish-actions.pod:4498
27221 msgid "To upload an uncompressed tarball, use L</tar-in>."
27222 msgstr ""
27223
27224 #. type: =head2
27225 #: ../fish/guestfish-actions.pod:4502
27226 msgid "tgz-out"
27227 msgstr ""
27228
27229 #. type: verbatim
27230 #: ../fish/guestfish-actions.pod:4504
27231 #, no-wrap
27232 msgid ""
27233 " tgz-out directory (tarball|-)\n"
27234 "\n"
27235 msgstr ""
27236
27237 #. type: textblock
27238 #: ../fish/guestfish-actions.pod:4509
27239 msgid "To download an uncompressed tarball, use L</tar-out>."
27240 msgstr ""
27241
27242 #. type: =head2
27243 #: ../fish/guestfish-actions.pod:4513
27244 msgid "touch"
27245 msgstr ""
27246
27247 #. type: verbatim
27248 #: ../fish/guestfish-actions.pod:4515
27249 #, no-wrap
27250 msgid ""
27251 " touch path\n"
27252 "\n"
27253 msgstr ""
27254
27255 #. type: =head2
27256 #: ../fish/guestfish-actions.pod:4524
27257 msgid "truncate"
27258 msgstr ""
27259
27260 #. type: verbatim
27261 #: ../fish/guestfish-actions.pod:4526
27262 #, no-wrap
27263 msgid ""
27264 " truncate path\n"
27265 "\n"
27266 msgstr ""
27267
27268 #. type: =head2
27269 #: ../fish/guestfish-actions.pod:4531
27270 msgid "truncate-size"
27271 msgstr ""
27272
27273 #. type: verbatim
27274 #: ../fish/guestfish-actions.pod:4533
27275 #, no-wrap
27276 msgid ""
27277 " truncate-size path size\n"
27278 "\n"
27279 msgstr ""
27280
27281 #. type: textblock
27282 #: ../fish/guestfish-actions.pod:4538
27283 msgid ""
27284 "If the current file size is less than C<size> then the file is extended to "
27285 "the required size with zero bytes.  This creates a sparse file (ie. disk "
27286 "blocks are not allocated for the file until you write to it).  To create a "
27287 "non-sparse file of zeroes, use L</fallocate64> instead."
27288 msgstr ""
27289
27290 #. type: =head2
27291 #: ../fish/guestfish-actions.pod:4544
27292 msgid "tune2fs-l"
27293 msgstr ""
27294
27295 #. type: verbatim
27296 #: ../fish/guestfish-actions.pod:4546
27297 #, no-wrap
27298 msgid ""
27299 " tune2fs-l device\n"
27300 "\n"
27301 msgstr ""
27302
27303 #. type: =head2
27304 #: ../fish/guestfish-actions.pod:4556
27305 msgid "txz-in"
27306 msgstr ""
27307
27308 #. type: verbatim
27309 #: ../fish/guestfish-actions.pod:4558
27310 #, no-wrap
27311 msgid ""
27312 " txz-in (tarball|-) directory\n"
27313 "\n"
27314 msgstr ""
27315
27316 #. type: =head2
27317 #: ../fish/guestfish-actions.pod:4565
27318 msgid "txz-out"
27319 msgstr ""
27320
27321 #. type: verbatim
27322 #: ../fish/guestfish-actions.pod:4567
27323 #, no-wrap
27324 msgid ""
27325 " txz-out directory (tarball|-)\n"
27326 "\n"
27327 msgstr ""
27328
27329 #. type: =head2
27330 #: ../fish/guestfish-actions.pod:4574
27331 msgid "umask"
27332 msgstr ""
27333
27334 #. type: verbatim
27335 #: ../fish/guestfish-actions.pod:4576
27336 #, no-wrap
27337 msgid ""
27338 " umask mask\n"
27339 "\n"
27340 msgstr ""
27341
27342 #. type: textblock
27343 #: ../fish/guestfish-actions.pod:4590
27344 msgid "See also L</get-umask>, L<umask(2)>, L</mknod>, L</mkdir>."
27345 msgstr ""
27346
27347 #. type: =head2
27348 #: ../fish/guestfish-actions.pod:4595
27349 msgid "umount"
27350 msgstr ""
27351
27352 #. type: =head2
27353 #: ../fish/guestfish-actions.pod:4597
27354 msgid "unmount"
27355 msgstr ""
27356
27357 #. type: verbatim
27358 #: ../fish/guestfish-actions.pod:4599
27359 #, no-wrap
27360 msgid ""
27361 " umount pathordevice\n"
27362 "\n"
27363 msgstr ""
27364
27365 #. type: =head2
27366 #: ../fish/guestfish-actions.pod:4605
27367 msgid "umount-all"
27368 msgstr ""
27369
27370 #. type: =head2
27371 #: ../fish/guestfish-actions.pod:4607
27372 msgid "unmount-all"
27373 msgstr ""
27374
27375 #. type: verbatim
27376 #: ../fish/guestfish-actions.pod:4609
27377 #, no-wrap
27378 msgid ""
27379 " umount-all\n"
27380 "\n"
27381 msgstr ""
27382
27383 #. type: =head2
27384 #: ../fish/guestfish-actions.pod:4615
27385 msgid "upload"
27386 msgstr ""
27387
27388 #. type: verbatim
27389 #: ../fish/guestfish-actions.pod:4617
27390 #, no-wrap
27391 msgid ""
27392 " upload (filename|-) remotefilename\n"
27393 "\n"
27394 msgstr ""
27395
27396 #. type: textblock
27397 #: ../fish/guestfish-actions.pod:4624
27398 msgid "See also L</download>."
27399 msgstr ""
27400
27401 #. type: =head2
27402 #: ../fish/guestfish-actions.pod:4628
27403 msgid "upload-offset"
27404 msgstr ""
27405
27406 #. type: verbatim
27407 #: ../fish/guestfish-actions.pod:4630
27408 #, no-wrap
27409 msgid ""
27410 " upload-offset (filename|-) remotefilename offset\n"
27411 "\n"
27412 msgstr ""
27413
27414 #. type: textblock
27415 #: ../fish/guestfish-actions.pod:4642
27416 msgid ""
27417 "Note that there is no limit on the amount of data that can be uploaded with "
27418 "this call, unlike with L</pwrite>, and this call always writes the full "
27419 "amount unless an error occurs."
27420 msgstr ""
27421
27422 #. type: textblock
27423 #: ../fish/guestfish-actions.pod:4647
27424 msgid "See also L</upload>, L</pwrite>."
27425 msgstr ""
27426
27427 #. type: =head2
27428 #: ../fish/guestfish-actions.pod:4651
27429 msgid "utimens"
27430 msgstr ""
27431
27432 #. type: verbatim
27433 #: ../fish/guestfish-actions.pod:4653
27434 #, no-wrap
27435 msgid ""
27436 " utimens path atsecs atnsecs mtsecs mtnsecs\n"
27437 "\n"
27438 msgstr ""
27439
27440 #. type: =head2
27441 #: ../fish/guestfish-actions.pod:4672
27442 msgid "version"
27443 msgstr ""
27444
27445 #. type: verbatim
27446 #: ../fish/guestfish-actions.pod:4674
27447 #, no-wrap
27448 msgid ""
27449 " version\n"
27450 "\n"
27451 msgstr ""
27452
27453 #. type: textblock
27454 #: ../fish/guestfish-actions.pod:4701
27455 msgid ""
27456 "I<Note:> Don't use this call to test for availability of features.  In "
27457 "enterprise distributions we backport features from later versions into "
27458 "earlier versions, making this an unreliable way to test for features.  Use "
27459 "L</available> instead."
27460 msgstr ""
27461
27462 #. type: =head2
27463 #: ../fish/guestfish-actions.pod:4707
27464 msgid "vfs-label"
27465 msgstr ""
27466
27467 #. type: verbatim
27468 #: ../fish/guestfish-actions.pod:4709
27469 #, no-wrap
27470 msgid ""
27471 " vfs-label device\n"
27472 "\n"
27473 msgstr ""
27474
27475 #. type: textblock
27476 #: ../fish/guestfish-actions.pod:4716
27477 msgid "To find a filesystem from the label, use L</findfs-label>."
27478 msgstr ""
27479
27480 #. type: =head2
27481 #: ../fish/guestfish-actions.pod:4718
27482 msgid "vfs-type"
27483 msgstr ""
27484
27485 #. type: verbatim
27486 #: ../fish/guestfish-actions.pod:4720
27487 #, no-wrap
27488 msgid ""
27489 " vfs-type device\n"
27490 "\n"
27491 msgstr ""
27492
27493 #. type: =head2
27494 #: ../fish/guestfish-actions.pod:4730
27495 msgid "vfs-uuid"
27496 msgstr ""
27497
27498 #. type: verbatim
27499 #: ../fish/guestfish-actions.pod:4732
27500 #, no-wrap
27501 msgid ""
27502 " vfs-uuid device\n"
27503 "\n"
27504 msgstr ""
27505
27506 #. type: textblock
27507 #: ../fish/guestfish-actions.pod:4739
27508 msgid "To find a filesystem from the UUID, use L</findfs-uuid>."
27509 msgstr ""
27510
27511 #. type: =head2
27512 #: ../fish/guestfish-actions.pod:4741
27513 msgid "vg-activate"
27514 msgstr ""
27515
27516 #. type: verbatim
27517 #: ../fish/guestfish-actions.pod:4743
27518 #, no-wrap
27519 msgid ""
27520 " vg-activate true|false 'volgroups ...'\n"
27521 "\n"
27522 msgstr ""
27523
27524 #. type: =head2
27525 #: ../fish/guestfish-actions.pod:4756
27526 msgid "vg-activate-all"
27527 msgstr ""
27528
27529 #. type: verbatim
27530 #: ../fish/guestfish-actions.pod:4758
27531 #, no-wrap
27532 msgid ""
27533 " vg-activate-all true|false\n"
27534 "\n"
27535 msgstr ""
27536
27537 #. type: =head2
27538 #: ../fish/guestfish-actions.pod:4768
27539 msgid "vgcreate"
27540 msgstr ""
27541
27542 #. type: verbatim
27543 #: ../fish/guestfish-actions.pod:4770
27544 #, no-wrap
27545 msgid ""
27546 " vgcreate volgroup 'physvols ...'\n"
27547 "\n"
27548 msgstr ""
27549
27550 #. type: =head2
27551 #: ../fish/guestfish-actions.pod:4775
27552 msgid "vglvuuids"
27553 msgstr ""
27554
27555 #. type: verbatim
27556 #: ../fish/guestfish-actions.pod:4777
27557 #, no-wrap
27558 msgid ""
27559 " vglvuuids vgname\n"
27560 "\n"
27561 msgstr ""
27562
27563 #. type: textblock
27564 #: ../fish/guestfish-actions.pod:4782
27565 msgid ""
27566 "You can use this along with L</lvs> and L</lvuuid> calls to associate "
27567 "logical volumes and volume groups."
27568 msgstr ""
27569
27570 #. type: textblock
27571 #: ../fish/guestfish-actions.pod:4785
27572 msgid "See also L</vgpvuuids>."
27573 msgstr ""
27574
27575 #. type: =head2
27576 #: ../fish/guestfish-actions.pod:4787
27577 msgid "vgpvuuids"
27578 msgstr ""
27579
27580 #. type: verbatim
27581 #: ../fish/guestfish-actions.pod:4789
27582 #, no-wrap
27583 msgid ""
27584 " vgpvuuids vgname\n"
27585 "\n"
27586 msgstr ""
27587
27588 #. type: textblock
27589 #: ../fish/guestfish-actions.pod:4794
27590 msgid ""
27591 "You can use this along with L</pvs> and L</pvuuid> calls to associate "
27592 "physical volumes and volume groups."
27593 msgstr ""
27594
27595 #. type: textblock
27596 #: ../fish/guestfish-actions.pod:4797
27597 msgid "See also L</vglvuuids>."
27598 msgstr ""
27599
27600 #. type: =head2
27601 #: ../fish/guestfish-actions.pod:4799
27602 msgid "vgremove"
27603 msgstr ""
27604
27605 #. type: verbatim
27606 #: ../fish/guestfish-actions.pod:4801
27607 #, no-wrap
27608 msgid ""
27609 " vgremove vgname\n"
27610 "\n"
27611 msgstr ""
27612
27613 #. type: =head2
27614 #: ../fish/guestfish-actions.pod:4808
27615 msgid "vgrename"
27616 msgstr ""
27617
27618 #. type: verbatim
27619 #: ../fish/guestfish-actions.pod:4810
27620 #, no-wrap
27621 msgid ""
27622 " vgrename volgroup newvolgroup\n"
27623 "\n"
27624 msgstr ""
27625
27626 #. type: =head2
27627 #: ../fish/guestfish-actions.pod:4814
27628 msgid "vgs"
27629 msgstr ""
27630
27631 #. type: verbatim
27632 #: ../fish/guestfish-actions.pod:4816
27633 #, no-wrap
27634 msgid ""
27635 " vgs\n"
27636 "\n"
27637 msgstr ""
27638
27639 #. type: textblock
27640 #: ../fish/guestfish-actions.pod:4824
27641 msgid "See also L</vgs-full>."
27642 msgstr ""
27643
27644 #. type: =head2
27645 #: ../fish/guestfish-actions.pod:4826
27646 msgid "vgs-full"
27647 msgstr ""
27648
27649 #. type: verbatim
27650 #: ../fish/guestfish-actions.pod:4828
27651 #, no-wrap
27652 msgid ""
27653 " vgs-full\n"
27654 "\n"
27655 msgstr ""
27656
27657 #. type: =head2
27658 #: ../fish/guestfish-actions.pod:4833
27659 msgid "vgscan"
27660 msgstr ""
27661
27662 #. type: verbatim
27663 #: ../fish/guestfish-actions.pod:4835
27664 #, no-wrap
27665 msgid ""
27666 " vgscan\n"
27667 "\n"
27668 msgstr ""
27669
27670 #. type: =head2
27671 #: ../fish/guestfish-actions.pod:4840
27672 msgid "vguuid"
27673 msgstr ""
27674
27675 #. type: verbatim
27676 #: ../fish/guestfish-actions.pod:4842
27677 #, no-wrap
27678 msgid ""
27679 " vguuid vgname\n"
27680 "\n"
27681 msgstr ""
27682
27683 #. type: =head2
27684 #: ../fish/guestfish-actions.pod:4846
27685 msgid "wc-c"
27686 msgstr ""
27687
27688 #. type: verbatim
27689 #: ../fish/guestfish-actions.pod:4848
27690 #, no-wrap
27691 msgid ""
27692 " wc-c path\n"
27693 "\n"
27694 msgstr ""
27695
27696 #. type: =head2
27697 #: ../fish/guestfish-actions.pod:4853
27698 msgid "wc-l"
27699 msgstr ""
27700
27701 #. type: verbatim
27702 #: ../fish/guestfish-actions.pod:4855
27703 #, no-wrap
27704 msgid ""
27705 " wc-l path\n"
27706 "\n"
27707 msgstr ""
27708
27709 #. type: =head2
27710 #: ../fish/guestfish-actions.pod:4860
27711 msgid "wc-w"
27712 msgstr ""
27713
27714 #. type: verbatim
27715 #: ../fish/guestfish-actions.pod:4862
27716 #, no-wrap
27717 msgid ""
27718 " wc-w path\n"
27719 "\n"
27720 msgstr ""
27721
27722 #. type: =head2
27723 #: ../fish/guestfish-actions.pod:4867
27724 msgid "write"
27725 msgstr ""
27726
27727 #. type: verbatim
27728 #: ../fish/guestfish-actions.pod:4869
27729 #, no-wrap
27730 msgid ""
27731 " write path content\n"
27732 "\n"
27733 msgstr ""
27734
27735 #. type: =head2
27736 #: ../fish/guestfish-actions.pod:4877
27737 msgid "write-file"
27738 msgstr ""
27739
27740 #. type: verbatim
27741 #: ../fish/guestfish-actions.pod:4879
27742 #, no-wrap
27743 msgid ""
27744 " write-file path content size\n"
27745 "\n"
27746 msgstr ""
27747
27748 #. type: =head2
27749 #: ../fish/guestfish-actions.pod:4902
27750 msgid "zegrep"
27751 msgstr ""
27752
27753 #. type: verbatim
27754 #: ../fish/guestfish-actions.pod:4904
27755 #, no-wrap
27756 msgid ""
27757 " zegrep regex path\n"
27758 "\n"
27759 msgstr ""
27760
27761 #. type: =head2
27762 #: ../fish/guestfish-actions.pod:4912
27763 msgid "zegrepi"
27764 msgstr ""
27765
27766 #. type: verbatim
27767 #: ../fish/guestfish-actions.pod:4914
27768 #, no-wrap
27769 msgid ""
27770 " zegrepi regex path\n"
27771 "\n"
27772 msgstr ""
27773
27774 #. type: =head2
27775 #: ../fish/guestfish-actions.pod:4922
27776 msgid "zero"
27777 msgstr ""
27778
27779 #. type: verbatim
27780 #: ../fish/guestfish-actions.pod:4924
27781 #, no-wrap
27782 msgid ""
27783 " zero device\n"
27784 "\n"
27785 msgstr ""
27786
27787 #. type: textblock
27788 #: ../fish/guestfish-actions.pod:4932
27789 msgid "See also: L</zero-device>, L</scrub-device>."
27790 msgstr ""
27791
27792 #. type: =head2
27793 #: ../fish/guestfish-actions.pod:4934
27794 msgid "zero-device"
27795 msgstr ""
27796
27797 #. type: verbatim
27798 #: ../fish/guestfish-actions.pod:4936
27799 #, no-wrap
27800 msgid ""
27801 " zero-device device\n"
27802 "\n"
27803 msgstr ""
27804
27805 #. type: textblock
27806 #: ../fish/guestfish-actions.pod:4938
27807 msgid ""
27808 "This command writes zeroes over the entire C<device>.  Compare with L</zero> "
27809 "which just zeroes the first few blocks of a device."
27810 msgstr ""
27811
27812 #. type: =head2
27813 #: ../fish/guestfish-actions.pod:4945
27814 msgid "zerofree"
27815 msgstr ""
27816
27817 #. type: verbatim
27818 #: ../fish/guestfish-actions.pod:4947
27819 #, no-wrap
27820 msgid ""
27821 " zerofree device\n"
27822 "\n"
27823 msgstr ""
27824
27825 #. type: =head2
27826 #: ../fish/guestfish-actions.pod:4960
27827 msgid "zfgrep"
27828 msgstr ""
27829
27830 #. type: verbatim
27831 #: ../fish/guestfish-actions.pod:4962
27832 #, no-wrap
27833 msgid ""
27834 " zfgrep pattern path\n"
27835 "\n"
27836 msgstr ""
27837
27838 #. type: =head2
27839 #: ../fish/guestfish-actions.pod:4970
27840 msgid "zfgrepi"
27841 msgstr ""
27842
27843 #. type: verbatim
27844 #: ../fish/guestfish-actions.pod:4972
27845 #, no-wrap
27846 msgid ""
27847 " zfgrepi pattern path\n"
27848 "\n"
27849 msgstr ""
27850
27851 #. type: =head2
27852 #: ../fish/guestfish-actions.pod:4980
27853 msgid "zfile"
27854 msgstr ""
27855
27856 #. type: verbatim
27857 #: ../fish/guestfish-actions.pod:4982
27858 #, no-wrap
27859 msgid ""
27860 " zfile meth path\n"
27861 "\n"
27862 msgstr ""
27863
27864 #. type: textblock
27865 #: ../fish/guestfish-actions.pod:4989
27866 msgid ""
27867 "Since 1.0.63, use L</file> instead which can now process compressed files."
27868 msgstr ""
27869
27870 #. type: =head2
27871 #: ../fish/guestfish-actions.pod:4999
27872 msgid "zgrep"
27873 msgstr ""
27874
27875 #. type: verbatim
27876 #: ../fish/guestfish-actions.pod:5001
27877 #, no-wrap
27878 msgid ""
27879 " zgrep regex path\n"
27880 "\n"
27881 msgstr ""
27882
27883 #. type: =head2
27884 #: ../fish/guestfish-actions.pod:5009
27885 msgid "zgrepi"
27886 msgstr ""
27887
27888 #. type: verbatim
27889 #: ../fish/guestfish-actions.pod:5011
27890 #, no-wrap
27891 msgid ""
27892 " zgrepi regex path\n"
27893 "\n"
27894 msgstr ""
27895
27896 #. type: =head2
27897 #: ../fish/guestfish-commands.pod:1
27898 msgid "alloc"
27899 msgstr ""
27900
27901 #. type: =head2
27902 #: ../fish/guestfish-commands.pod:3
27903 msgid "allocate"
27904 msgstr ""
27905
27906 #. type: verbatim
27907 #: ../fish/guestfish-commands.pod:5
27908 #, no-wrap
27909 msgid ""
27910 " alloc filename size\n"
27911 "\n"
27912 msgstr ""
27913
27914 #. type: textblock
27915 #: ../fish/guestfish-commands.pod:7
27916 msgid ""
27917 "This creates an empty (zeroed) file of the given size, and then adds so it "
27918 "can be further examined."
27919 msgstr ""
27920
27921 #. type: textblock
27922 #: ../fish/guestfish-commands.pod:10 ../fish/guestfish-commands.pod:168
27923 msgid "For more advanced image creation, see L<qemu-img(1)> utility."
27924 msgstr ""
27925
27926 #. type: textblock
27927 #: ../fish/guestfish-commands.pod:12 ../fish/guestfish-commands.pod:170
27928 msgid "Size can be specified using standard suffixes, eg. C<1M>."
27929 msgstr ""
27930
27931 #. type: textblock
27932 #: ../fish/guestfish-commands.pod:14
27933 msgid ""
27934 "To create a sparse file, use L</sparse> instead.  To create a prepared disk "
27935 "image, see L</PREPARED DISK IMAGES>."
27936 msgstr ""
27937
27938 #. type: =head2
27939 #: ../fish/guestfish-commands.pod:17
27940 msgid "copy-in"
27941 msgstr ""
27942
27943 #. type: verbatim
27944 #: ../fish/guestfish-commands.pod:19
27945 #, no-wrap
27946 msgid ""
27947 " copy-in local [local ...] /remotedir\n"
27948 "\n"
27949 msgstr ""
27950
27951 #. type: textblock
27952 #: ../fish/guestfish-commands.pod:21
27953 msgid ""
27954 "C<copy-in> copies local files or directories recursively into the disk "
27955 "image, placing them in the directory called C</remotedir> (which must "
27956 "exist).  This guestfish meta-command turns into a sequence of L</tar-in> and "
27957 "other commands as necessary."
27958 msgstr ""
27959
27960 #. type: textblock
27961 #: ../fish/guestfish-commands.pod:26
27962 msgid ""
27963 "Multiple local files and directories can be specified, but the last "
27964 "parameter must always be a remote directory.  Wildcards cannot be used."
27965 msgstr ""
27966
27967 #. type: =head2
27968 #: ../fish/guestfish-commands.pod:30
27969 msgid "copy-out"
27970 msgstr ""
27971
27972 #. type: verbatim
27973 #: ../fish/guestfish-commands.pod:32
27974 #, no-wrap
27975 msgid ""
27976 " copy-out remote [remote ...] localdir\n"
27977 "\n"
27978 msgstr ""
27979
27980 #. type: textblock
27981 #: ../fish/guestfish-commands.pod:34
27982 msgid ""
27983 "C<copy-out> copies remote files or directories recursively out of the disk "
27984 "image, placing them on the host disk in a local directory called C<localdir> "
27985 "(which must exist).  This guestfish meta-command turns into a sequence of L</"
27986 "download>, L</tar-out> and other commands as necessary."
27987 msgstr ""
27988
27989 #. type: textblock
27990 #: ../fish/guestfish-commands.pod:40
27991 msgid ""
27992 "Multiple remote files and directories can be specified, but the last "
27993 "parameter must always be a local directory.  To download to the current "
27994 "directory, use C<.> as in:"
27995 msgstr ""
27996
27997 #. type: verbatim
27998 #: ../fish/guestfish-commands.pod:44
27999 #, no-wrap
28000 msgid ""
28001 " copy-out /home .\n"
28002 "\n"
28003 msgstr ""
28004
28005 #. type: textblock
28006 #: ../fish/guestfish-commands.pod:46
28007 msgid ""
28008 "Wildcards cannot be used in the ordinary command, but you can use them with "
28009 "the help of L</glob> like this:"
28010 msgstr ""
28011
28012 #. type: verbatim
28013 #: ../fish/guestfish-commands.pod:49
28014 #, no-wrap
28015 msgid ""
28016 " glob copy-out /home/* .\n"
28017 "\n"
28018 msgstr ""
28019
28020 #. type: =head2
28021 #: ../fish/guestfish-commands.pod:51
28022 msgid "echo"
28023 msgstr ""
28024
28025 #. type: verbatim
28026 #: ../fish/guestfish-commands.pod:53
28027 #, no-wrap
28028 msgid ""
28029 " echo [params ...]\n"
28030 "\n"
28031 msgstr ""
28032
28033 #. type: textblock
28034 #: ../fish/guestfish-commands.pod:55
28035 msgid "This echos the parameters to the terminal."
28036 msgstr ""
28037
28038 #. type: =head2
28039 #: ../fish/guestfish-commands.pod:57
28040 msgid "edit"
28041 msgstr ""
28042
28043 #. type: =head2
28044 #: ../fish/guestfish-commands.pod:59
28045 msgid "vi"
28046 msgstr ""
28047
28048 #. type: =head2
28049 #: ../fish/guestfish-commands.pod:61
28050 msgid "emacs"
28051 msgstr ""
28052
28053 #. type: verbatim
28054 #: ../fish/guestfish-commands.pod:63
28055 #, no-wrap
28056 msgid ""
28057 " edit filename\n"
28058 "\n"
28059 msgstr ""
28060
28061 #. type: textblock
28062 #: ../fish/guestfish-commands.pod:65
28063 msgid ""
28064 "This is used to edit a file.  It downloads the file, edits it locally using "
28065 "your editor, then uploads the result."
28066 msgstr ""
28067
28068 #. type: textblock
28069 #: ../fish/guestfish-commands.pod:68
28070 msgid ""
28071 "The editor is C<$EDITOR>.  However if you use the alternate commands C<vi> "
28072 "or C<emacs> you will get those corresponding editors."
28073 msgstr ""
28074
28075 #. type: =head2
28076 #: ../fish/guestfish-commands.pod:72
28077 msgid "glob"
28078 msgstr ""
28079
28080 #. type: verbatim
28081 #: ../fish/guestfish-commands.pod:74
28082 #, no-wrap
28083 msgid ""
28084 " glob command args...\n"
28085 "\n"
28086 msgstr ""
28087
28088 #. type: textblock
28089 #: ../fish/guestfish-commands.pod:76
28090 msgid ""
28091 "Expand wildcards in any paths in the args list, and run C<command> "
28092 "repeatedly on each matching path."
28093 msgstr ""
28094
28095 #. type: textblock
28096 #: ../fish/guestfish-commands.pod:79
28097 msgid "See L</WILDCARDS AND GLOBBING>."
28098 msgstr ""
28099
28100 #. type: =head2
28101 #: ../fish/guestfish-commands.pod:81
28102 msgid "hexedit"
28103 msgstr ""
28104
28105 #. type: verbatim
28106 #: ../fish/guestfish-commands.pod:83
28107 #, no-wrap
28108 msgid ""
28109 " hexedit <filename|device>\n"
28110 " hexedit <filename|device> <max>\n"
28111 " hexedit <filename|device> <start> <max>\n"
28112 "\n"
28113 msgstr ""
28114
28115 #. type: textblock
28116 #: ../fish/guestfish-commands.pod:87
28117 msgid ""
28118 "Use hexedit (a hex editor) to edit all or part of a binary file or block "
28119 "device."
28120 msgstr ""
28121
28122 #. type: textblock
28123 #: ../fish/guestfish-commands.pod:90
28124 msgid ""
28125 "This command works by downloading potentially the whole file or device, "
28126 "editing it locally, then uploading it.  If the file or device is large, you "
28127 "have to specify which part you wish to edit by using C<max> and/or C<start> "
28128 "C<max> parameters.  C<start> and C<max> are specified in bytes, with the "
28129 "usual modifiers allowed such as C<1M> (1 megabyte)."
28130 msgstr ""
28131
28132 #. type: textblock
28133 #: ../fish/guestfish-commands.pod:97
28134 msgid "For example to edit the first few sectors of a disk you might do:"
28135 msgstr ""
28136
28137 #. type: verbatim
28138 #: ../fish/guestfish-commands.pod:100
28139 #, no-wrap
28140 msgid ""
28141 " hexedit /dev/sda 1M\n"
28142 "\n"
28143 msgstr ""
28144
28145 #. type: textblock
28146 #: ../fish/guestfish-commands.pod:102
28147 msgid ""
28148 "which would allow you to edit anywhere within the first megabyte of the disk."
28149 msgstr ""
28150
28151 #. type: textblock
28152 #: ../fish/guestfish-commands.pod:105
28153 msgid "To edit the superblock of an ext2 filesystem on C</dev/sda1>, do:"
28154 msgstr ""
28155
28156 #. type: verbatim
28157 #: ../fish/guestfish-commands.pod:107
28158 #, no-wrap
28159 msgid ""
28160 " hexedit /dev/sda1 0x400 0x400\n"
28161 "\n"
28162 msgstr ""
28163
28164 #. type: textblock
28165 #: ../fish/guestfish-commands.pod:109
28166 msgid "(assuming the superblock is in the standard location)."
28167 msgstr ""
28168
28169 #. type: textblock
28170 #: ../fish/guestfish-commands.pod:111
28171 msgid ""
28172 "This command requires the external L<hexedit(1)> program.  You can specify "
28173 "another program to use by setting the C<HEXEDITOR> environment variable."
28174 msgstr ""
28175
28176 #. type: textblock
28177 #: ../fish/guestfish-commands.pod:115
28178 msgid "See also L</hexdump>."
28179 msgstr ""
28180
28181 #. type: =head2
28182 #: ../fish/guestfish-commands.pod:117
28183 msgid "lcd"
28184 msgstr ""
28185
28186 #. type: verbatim
28187 #: ../fish/guestfish-commands.pod:119
28188 #, no-wrap
28189 msgid ""
28190 " lcd directory\n"
28191 "\n"
28192 msgstr ""
28193
28194 #. type: textblock
28195 #: ../fish/guestfish-commands.pod:121
28196 msgid ""
28197 "Change the local directory, ie. the current directory of guestfish itself."
28198 msgstr ""
28199
28200 #. type: textblock
28201 #: ../fish/guestfish-commands.pod:124
28202 msgid "Note that C<!cd> won't do what you might expect."
28203 msgstr ""
28204
28205 #. type: =head2
28206 #: ../fish/guestfish-commands.pod:126
28207 msgid "man"
28208 msgstr ""
28209
28210 #. type: =head2
28211 #: ../fish/guestfish-commands.pod:128
28212 msgid "manual"
28213 msgstr ""
28214
28215 #. type: verbatim
28216 #: ../fish/guestfish-commands.pod:130
28217 #, no-wrap
28218 msgid ""
28219 "  man\n"
28220 "\n"
28221 msgstr ""
28222
28223 #. type: textblock
28224 #: ../fish/guestfish-commands.pod:132
28225 msgid "Opens the manual page for guestfish."
28226 msgstr ""
28227
28228 #. type: =head2
28229 #: ../fish/guestfish-commands.pod:134
28230 msgid "more"
28231 msgstr ""
28232
28233 #. type: =head2
28234 #: ../fish/guestfish-commands.pod:136
28235 msgid "less"
28236 msgstr ""
28237
28238 #. type: verbatim
28239 #: ../fish/guestfish-commands.pod:138
28240 #, no-wrap
28241 msgid ""
28242 " more filename\n"
28243 "\n"
28244 msgstr ""
28245
28246 #. type: verbatim
28247 #: ../fish/guestfish-commands.pod:140
28248 #, no-wrap
28249 msgid ""
28250 " less filename\n"
28251 "\n"
28252 msgstr ""
28253
28254 #. type: textblock
28255 #: ../fish/guestfish-commands.pod:142
28256 msgid "This is used to view a file."
28257 msgstr ""
28258
28259 #. type: textblock
28260 #: ../fish/guestfish-commands.pod:144
28261 msgid ""
28262 "The default viewer is C<$PAGER>.  However if you use the alternate command "
28263 "C<less> you will get the C<less> command specifically."
28264 msgstr ""
28265
28266 #. type: =head2
28267 #: ../fish/guestfish-commands.pod:147
28268 msgid "reopen"
28269 msgstr ""
28270
28271 #. type: verbatim
28272 #: ../fish/guestfish-commands.pod:149
28273 #, no-wrap
28274 msgid ""
28275 "  reopen\n"
28276 "\n"
28277 msgstr ""
28278
28279 #. type: textblock
28280 #: ../fish/guestfish-commands.pod:151
28281 msgid ""
28282 "Close and reopen the libguestfs handle.  It is not necessary to use this "
28283 "normally, because the handle is closed properly when guestfish exits.  "
28284 "However this is occasionally useful for testing."
28285 msgstr ""
28286
28287 #. type: =head2
28288 #: ../fish/guestfish-commands.pod:155
28289 msgid "sparse"
28290 msgstr ""
28291
28292 #. type: verbatim
28293 #: ../fish/guestfish-commands.pod:157
28294 #, no-wrap
28295 msgid ""
28296 " sparse filename size\n"
28297 "\n"
28298 msgstr ""
28299
28300 #. type: textblock
28301 #: ../fish/guestfish-commands.pod:159
28302 msgid ""
28303 "This creates an empty sparse file of the given size, and then adds so it can "
28304 "be further examined."
28305 msgstr ""
28306
28307 #. type: textblock
28308 #: ../fish/guestfish-commands.pod:162
28309 msgid ""
28310 "In all respects it works the same as the L</alloc> command, except that the "
28311 "image file is allocated sparsely, which means that disk blocks are not "
28312 "assigned to the file until they are needed.  Sparse disk files only use "
28313 "space when written to, but they are slower and there is a danger you could "
28314 "run out of real disk space during a write operation."
28315 msgstr ""
28316
28317 #. type: =head2
28318 #: ../fish/guestfish-commands.pod:172
28319 msgid "supported"
28320 msgstr ""
28321
28322 #. type: verbatim
28323 #: ../fish/guestfish-commands.pod:174
28324 #, no-wrap
28325 msgid ""
28326 " supported\n"
28327 "\n"
28328 msgstr ""
28329
28330 #. type: textblock
28331 #: ../fish/guestfish-commands.pod:176
28332 msgid ""
28333 "This command returns a list of the optional groups known to the daemon, and "
28334 "indicates which ones are supported by this build of the libguestfs appliance."
28335 msgstr ""
28336
28337 #. type: textblock
28338 #: ../fish/guestfish-commands.pod:180
28339 msgid "See also L<guestfs(3)/AVAILABILITY>."
28340 msgstr ""
28341
28342 #. type: =head2
28343 #: ../fish/guestfish-commands.pod:182
28344 msgid "time"
28345 msgstr ""
28346
28347 #. type: verbatim
28348 #: ../fish/guestfish-commands.pod:184
28349 #, no-wrap
28350 msgid ""
28351 " time command args...\n"
28352 "\n"
28353 msgstr ""
28354
28355 #. type: textblock
28356 #: ../fish/guestfish-commands.pod:186
28357 msgid ""
28358 "Run the command as usual, but print the elapsed time afterwards.  This can "
28359 "be useful for benchmarking operations."
28360 msgstr ""
28361
28362 #. type: textblock
28363 #: ../test-tool/libguestfs-test-tool.pod:5
28364 msgid "libguestfs-test-tool - End user tests for libguestfs"
28365 msgstr ""
28366
28367 #. type: verbatim
28368 #: ../test-tool/libguestfs-test-tool.pod:9
28369 #, no-wrap
28370 msgid ""
28371 " libguestfs-test-tool [--options]\n"
28372 "\n"
28373 msgstr ""
28374
28375 #. type: textblock
28376 #: ../test-tool/libguestfs-test-tool.pod:13
28377 msgid ""
28378 "libguestfs-test-tool is a test program shipped with libguestfs to end users "
28379 "and developers, to allow them to check basic libguestfs functionality is "
28380 "working.  This is needed because libguestfs occasionally breaks for reasons "
28381 "beyond our control: usually because of changes in the underlying qemu or "
28382 "kernel packages, or the host environment."
28383 msgstr ""
28384
28385 #. type: textblock
28386 #: ../test-tool/libguestfs-test-tool.pod:20
28387 msgid "If you suspect a problem in libguestfs, then just run:"
28388 msgstr ""
28389
28390 #. type: verbatim
28391 #: ../test-tool/libguestfs-test-tool.pod:22
28392 #, no-wrap
28393 msgid ""
28394 " libguestfs-test-tool\n"
28395 "\n"
28396 msgstr ""
28397
28398 #. type: textblock
28399 #: ../test-tool/libguestfs-test-tool.pod:24
28400 msgid "It will print lots of diagnostic messages."
28401 msgstr ""
28402
28403 #. type: textblock
28404 #: ../test-tool/libguestfs-test-tool.pod:26
28405 msgid "If it runs to completion successfully, you will see this near the end:"
28406 msgstr ""
28407
28408 #. type: verbatim
28409 #: ../test-tool/libguestfs-test-tool.pod:28
28410 #, no-wrap
28411 msgid ""
28412 " ===== TEST FINISHED OK =====\n"
28413 "\n"
28414 msgstr ""
28415
28416 #. type: textblock
28417 #: ../test-tool/libguestfs-test-tool.pod:30
28418 msgid "and the test tool will exit with code 0."
28419 msgstr ""
28420
28421 #. type: textblock
28422 #: ../test-tool/libguestfs-test-tool.pod:32
28423 msgid ""
28424 "If it fails (and/or exits with non-zero error code), please paste the "
28425 "B<complete, unedited> output of the test tool into a bug report.  More "
28426 "information about reporting bugs can be found on the L<http://libguestfs.org/"
28427 "> website."
28428 msgstr ""
28429
28430 #. type: =item
28431 #: ../test-tool/libguestfs-test-tool.pod:41
28432 msgid "I<--help>"
28433 msgstr ""
28434
28435 #. type: textblock
28436 #: ../test-tool/libguestfs-test-tool.pod:43
28437 msgid "Display short usage information and exit."
28438 msgstr ""
28439
28440 #. type: =item
28441 #: ../test-tool/libguestfs-test-tool.pod:45
28442 msgid "I<--qemu qemu_binary>"
28443 msgstr ""
28444
28445 #. type: textblock
28446 #: ../test-tool/libguestfs-test-tool.pod:47
28447 msgid ""
28448 "If you have downloaded another qemu binary, point this option at the full "
28449 "path of the binary to try it."
28450 msgstr ""
28451
28452 #. type: =item
28453 #: ../test-tool/libguestfs-test-tool.pod:50
28454 msgid "I<--qemudir qemu_source_dir>"
28455 msgstr ""
28456
28457 #. type: textblock
28458 #: ../test-tool/libguestfs-test-tool.pod:52
28459 msgid ""
28460 "If you have compiled qemu from source, point this option at the source "
28461 "directory to try it."
28462 msgstr ""
28463
28464 #. type: =item
28465 #: ../test-tool/libguestfs-test-tool.pod:55
28466 msgid "I<--timeout N>"
28467 msgstr ""
28468
28469 #. type: textblock
28470 #: ../test-tool/libguestfs-test-tool.pod:57
28471 msgid ""
28472 "Set the launch timeout to C<N> seconds.  The default is 120 seconds which "
28473 "does not usually need to be adjusted unless your machine is very slow."
28474 msgstr ""
28475
28476 #. type: =head1
28477 #: ../test-tool/libguestfs-test-tool.pod:63
28478 msgid "TRYING OUT A DIFFERENT VERSION OF QEMU"
28479 msgstr ""
28480
28481 #. type: textblock
28482 #: ../test-tool/libguestfs-test-tool.pod:65
28483 msgid ""
28484 "If you have compiled another version of qemu from source and would like to "
28485 "try that, then you can use the I<--qemudir> option to point to the qemu "
28486 "source directory."
28487 msgstr ""
28488
28489 #. type: textblock
28490 #: ../test-tool/libguestfs-test-tool.pod:69
28491 msgid ""
28492 "If you have downloaded a qemu binary from somewhere, use the I<--qemu> "
28493 "option to point to the binary."
28494 msgstr ""
28495
28496 #. type: textblock
28497 #: ../test-tool/libguestfs-test-tool.pod:72
28498 msgid ""
28499 "When using an alternate qemu with libguestfs, usually you would need to "
28500 "write a qemu wrapper script (see section I<QEMU WRAPPERS> in L<guestfs(3)"
28501 ">).  libguestfs-test-tool writes a temporary qemu wrapper script when you "
28502 "use either of the I<--qemudir> or I<--qemu> options."
28503 msgstr ""
28504
28505 #. type: textblock
28506 #: ../test-tool/libguestfs-test-tool.pod:79
28507 msgid ""
28508 "libguestfs-test-tool returns I<0> if the tests completed without error, or "
28509 "I<1> if there was an error."
28510 msgstr ""
28511
28512 #. type: textblock
28513 #: ../test-tool/libguestfs-test-tool.pod:84
28514 msgid ""
28515 "For the full list of environment variables which may affect libguestfs, "
28516 "please see the L<guestfs(3)> manual page."
28517 msgstr ""
28518
28519 #. type: textblock
28520 #: ../test-tool/libguestfs-test-tool.pod:89
28521 msgid "L<guestfs(3)>, L<http://libguestfs.org/>, L<http://qemu.org/>."
28522 msgstr ""
28523
28524 #. type: textblock
28525 #: ../fuse/guestmount.pod:5
28526 msgid ""
28527 "guestmount - Mount a guest filesystem on the host using FUSE and libguestfs"
28528 msgstr ""
28529
28530 #. type: verbatim
28531 #: ../fuse/guestmount.pod:9
28532 #, no-wrap
28533 msgid ""
28534 " guestmount [--options] -a disk.img -m device [--ro] mountpoint\n"
28535 "\n"
28536 msgstr ""
28537
28538 #. type: verbatim
28539 #: ../fuse/guestmount.pod:11
28540 #, no-wrap
28541 msgid ""
28542 " guestmount [--options] -a disk.img -i [--ro] mountpoint\n"
28543 "\n"
28544 msgstr ""
28545
28546 #. type: verbatim
28547 #: ../fuse/guestmount.pod:13
28548 #, no-wrap
28549 msgid ""
28550 " guestmount [--options] -d Guest -i [--ro] mountpoint\n"
28551 "\n"
28552 msgstr ""
28553
28554 #. type: textblock
28555 #: ../fuse/guestmount.pod:17
28556 msgid ""
28557 "You must I<not> use C<guestmount> in read-write mode on live virtual "
28558 "machines.  If you do this, you risk disk corruption in the VM."
28559 msgstr ""
28560
28561 #. type: textblock
28562 #: ../fuse/guestmount.pod:22
28563 msgid ""
28564 "The guestmount program can be used to mount virtual machine filesystems and "
28565 "other disk images on the host.  It uses libguestfs for access to the guest "
28566 "filesystem, and FUSE (the \"filesystem in userspace\") to make it appear as "
28567 "a mountable device."
28568 msgstr ""
28569
28570 #. type: textblock
28571 #: ../fuse/guestmount.pod:27
28572 msgid ""
28573 "Along with other options, you have to give at least one device (I<-a> "
28574 "option) or libvirt domain (I<-d> option), and at least one mountpoint (I<-m> "
28575 "option) or use the I<-i> inspection option.  How this works is better "
28576 "explained in the L<guestfish(1)> manual page, or by looking at the examples "
28577 "below."
28578 msgstr ""
28579
28580 #. type: textblock
28581 #: ../fuse/guestmount.pod:33
28582 msgid ""
28583 "FUSE lets you mount filesystems as non-root.  The mountpoint must be owned "
28584 "by you, and the filesystem will not be visible to any other users unless you "
28585 "make certain global configuration changes to C</etc/fuse.conf>.  To unmount "
28586 "the filesystem, use the C<fusermount -u> command."
28587 msgstr ""
28588
28589 #. type: textblock
28590 #: ../fuse/guestmount.pod:41
28591 msgid ""
28592 "For a typical Windows guest which has its main filesystem on the first "
28593 "partition:"
28594 msgstr ""
28595
28596 #. type: verbatim
28597 #: ../fuse/guestmount.pod:44
28598 #, no-wrap
28599 msgid ""
28600 " guestmount -a windows.img -m /dev/sda1 --ro /mnt\n"
28601 "\n"
28602 msgstr ""
28603
28604 #. type: textblock
28605 #: ../fuse/guestmount.pod:46
28606 msgid ""
28607 "For a typical Linux guest which has a /boot filesystem on the first "
28608 "partition, and the root filesystem on a logical volume:"
28609 msgstr ""
28610
28611 #. type: verbatim
28612 #: ../fuse/guestmount.pod:49
28613 #, no-wrap
28614 msgid ""
28615 " guestmount -a linux.img -m /dev/VG/LV -m /dev/sda1:/boot --ro /mnt\n"
28616 "\n"
28617 msgstr ""
28618
28619 #. type: textblock
28620 #: ../fuse/guestmount.pod:51
28621 msgid "To get libguestfs to detect guest mountpoints for you:"
28622 msgstr ""
28623
28624 #. type: verbatim
28625 #: ../fuse/guestmount.pod:53
28626 #, no-wrap
28627 msgid ""
28628 " guestmount -a guest.img -i --ro /mnt\n"
28629 "\n"
28630 msgstr ""
28631
28632 #. type: textblock
28633 #: ../fuse/guestmount.pod:55
28634 msgid "For a libvirt guest called \"Guest\" you could do:"
28635 msgstr ""
28636
28637 #. type: verbatim
28638 #: ../fuse/guestmount.pod:57
28639 #, no-wrap
28640 msgid ""
28641 " guestmount -d Guest -i --ro /mnt\n"
28642 "\n"
28643 msgstr ""
28644
28645 #. type: textblock
28646 #: ../fuse/guestmount.pod:59
28647 msgid ""
28648 "If you don't know what filesystems are contained in a guest or disk image, "
28649 "use L<virt-filesystems(1)> first:"
28650 msgstr ""
28651
28652 #. type: verbatim
28653 #: ../fuse/guestmount.pod:62
28654 #, no-wrap
28655 msgid ""
28656 " virt-filesystems MyGuest\n"
28657 "\n"
28658 msgstr ""
28659
28660 #. type: textblock
28661 #: ../fuse/guestmount.pod:64
28662 msgid ""
28663 "If you want to trace the libguestfs calls but without excessive debugging "
28664 "information, we recommend:"
28665 msgstr ""
28666
28667 #. type: verbatim
28668 #: ../fuse/guestmount.pod:67
28669 #, no-wrap
28670 msgid ""
28671 " guestmount [...] --trace /mnt\n"
28672 "\n"
28673 msgstr ""
28674
28675 #. type: textblock
28676 #: ../fuse/guestmount.pod:69
28677 msgid "If you want to debug the program, we recommend:"
28678 msgstr ""
28679
28680 #. type: verbatim
28681 #: ../fuse/guestmount.pod:71
28682 #, no-wrap
28683 msgid ""
28684 " guestmount [...] --trace --verbose /mnt\n"
28685 "\n"
28686 msgstr ""
28687
28688 #. type: =head1
28689 #: ../fuse/guestmount.pod:73
28690 msgid "NOTES"
28691 msgstr ""
28692
28693 #. type: =head2
28694 #: ../fuse/guestmount.pod:75
28695 msgid "Other users cannot see the filesystem by default"
28696 msgstr ""
28697
28698 #. type: textblock
28699 #: ../fuse/guestmount.pod:77
28700 msgid ""
28701 "If you mount a filesystem as one user (eg. root), then other users will not "
28702 "be able to see it by default.  The fix is to add the FUSE C<allow_other> "
28703 "option when mounting:"
28704 msgstr ""
28705
28706 #. type: verbatim
28707 #: ../fuse/guestmount.pod:81
28708 #, no-wrap
28709 msgid ""
28710 " sudo guestmount [...] -o allow_other /mnt\n"
28711 "\n"
28712 msgstr ""
28713
28714 #. type: =item
28715 #: ../fuse/guestmount.pod:87
28716 msgid "B<-a image> | B<--add image>"
28717 msgstr ""
28718
28719 #. type: textblock
28720 #: ../fuse/guestmount.pod:89
28721 msgid "Add a block device or virtual machine image."
28722 msgstr ""
28723
28724 #. type: =item
28725 #: ../fuse/guestmount.pod:94
28726 msgid "B<-c URI> | B<--connect URI>"
28727 msgstr ""
28728
28729 #. type: =item
28730 #: ../fuse/guestmount.pod:100
28731 msgid "B<-d libvirt-domain> | B<--domain libvirt-domain>"
28732 msgstr ""
28733
28734 #. type: =item
28735 #: ../fuse/guestmount.pod:106
28736 msgid "B<--dir-cache-timeout N>"
28737 msgstr ""
28738
28739 #. type: textblock
28740 #: ../fuse/guestmount.pod:108
28741 msgid ""
28742 "Set the readdir cache timeout to I<N> seconds, the default being 60 "
28743 "seconds.  The readdir cache [actually, there are several semi-independent "
28744 "caches] is populated after a readdir(2) call with the stat and extended "
28745 "attributes of the files in the directory, in anticipation that they will be "
28746 "requested soon after."
28747 msgstr ""
28748
28749 #. type: textblock
28750 #: ../fuse/guestmount.pod:114
28751 msgid ""
28752 "There is also a different attribute cache implemented by FUSE (see the FUSE "
28753 "option I<-o attr_timeout>), but the FUSE cache does not anticipate future "
28754 "requests, only cache existing ones."
28755 msgstr ""
28756
28757 #. type: =item
28758 #: ../fuse/guestmount.pod:125
28759 msgid "B<--format=raw|qcow2|..> | B<--format>"
28760 msgstr ""
28761
28762 #. type: textblock
28763 #: ../fuse/guestmount.pod:132
28764 msgid ""
28765 "If you have untrusted raw-format guest disk images, you should use this "
28766 "option to specify the disk format.  This avoids a possible security problem "
28767 "with malicious guests (CVE-2010-3851).  See also L<guestfs(3)/"
28768 "guestfs_add_drive_opts>."
28769 msgstr ""
28770
28771 #. type: =item
28772 #: ../fuse/guestmount.pod:137
28773 msgid "B<--fuse-help>"
28774 msgstr ""
28775
28776 #. type: textblock
28777 #: ../fuse/guestmount.pod:139
28778 msgid "Display help on special FUSE options (see I<-o> below)."
28779 msgstr ""
28780
28781 #. type: textblock
28782 #: ../fuse/guestmount.pod:143
28783 msgid "Display brief help and exit."
28784 msgstr ""
28785
28786 #. type: =item
28787 #: ../fuse/guestmount.pod:145
28788 msgid "B<-i> | B<--inspector>"
28789 msgstr ""
28790
28791 #. type: textblock
28792 #: ../fuse/guestmount.pod:165
28793 msgid ""
28794 "Mount the named partition or logical volume on the given mountpoint B<in the "
28795 "guest> (this has nothing to do with mountpoints in the host)."
28796 msgstr ""
28797
28798 #. type: textblock
28799 #: ../fuse/guestmount.pod:168
28800 msgid ""
28801 "If the mountpoint is omitted, it defaults to C</>.  You have to mount "
28802 "something on C</>."
28803 msgstr ""
28804
28805 #. type: =item
28806 #: ../fuse/guestmount.pod:181
28807 msgid "B<-n> | B<--no-sync>"
28808 msgstr ""
28809
28810 #. type: textblock
28811 #: ../fuse/guestmount.pod:183
28812 msgid ""
28813 "By default, we attempt to sync the guest disk when the FUSE mountpoint is "
28814 "unmounted.  If you specify this option, then we don't attempt to sync the "
28815 "disk.  See the discussion of autosync in the L<guestfs(3)> manpage."
28816 msgstr ""
28817
28818 #. type: =item
28819 #: ../fuse/guestmount.pod:188
28820 msgid "B<-o option> | B<--option option>"
28821 msgstr ""
28822
28823 #. type: textblock
28824 #: ../fuse/guestmount.pod:190
28825 msgid "Pass extra options to FUSE."
28826 msgstr ""
28827
28828 #. type: textblock
28829 #: ../fuse/guestmount.pod:192
28830 msgid ""
28831 "To get a list of all the extra options supported by FUSE, use the command "
28832 "below.  Note that only the FUSE I<-o> options can be passed, and only some "
28833 "of them are a good idea."
28834 msgstr ""
28835
28836 #. type: verbatim
28837 #: ../fuse/guestmount.pod:196
28838 #, no-wrap
28839 msgid ""
28840 " guestmount --fuse-help\n"
28841 "\n"
28842 msgstr ""
28843
28844 #. type: textblock
28845 #: ../fuse/guestmount.pod:198
28846 msgid "Some potentially useful FUSE options:"
28847 msgstr ""
28848
28849 #. type: =item
28850 #: ../fuse/guestmount.pod:202
28851 msgid "B<-o allow_other>"
28852 msgstr ""
28853
28854 #. type: textblock
28855 #: ../fuse/guestmount.pod:204
28856 msgid "Allow other users to see the filesystem."
28857 msgstr ""
28858
28859 #. type: =item
28860 #: ../fuse/guestmount.pod:206
28861 msgid "B<-o attr_timeout=N>"
28862 msgstr ""
28863
28864 #. type: textblock
28865 #: ../fuse/guestmount.pod:208
28866 msgid "Enable attribute caching by FUSE, and set the timeout to I<N> seconds."
28867 msgstr ""
28868
28869 #. type: =item
28870 #: ../fuse/guestmount.pod:210
28871 msgid "B<-o kernel_cache>"
28872 msgstr ""
28873
28874 #. type: textblock
28875 #: ../fuse/guestmount.pod:212
28876 msgid ""
28877 "Allow the kernel to cache files (reduces the number of reads that have to go "
28878 "through the L<guestfs(3)> API).  This is generally a good idea if you can "
28879 "afford the extra memory usage."
28880 msgstr ""
28881
28882 #. type: =item
28883 #: ../fuse/guestmount.pod:216
28884 msgid "B<-o uid=N> B<-o gid=N>"
28885 msgstr ""
28886
28887 #. type: textblock
28888 #: ../fuse/guestmount.pod:218
28889 msgid ""
28890 "Use these options to map all UIDs and GIDs inside the guest filesystem to "
28891 "the chosen values."
28892 msgstr ""
28893
28894 #. type: =item
28895 #: ../fuse/guestmount.pod:223
28896 msgid "B<-r> | B<--ro>"
28897 msgstr ""
28898
28899 #. type: textblock
28900 #: ../fuse/guestmount.pod:225
28901 msgid ""
28902 "Add devices and mount everything read-only.  Also disallow writes and make "
28903 "the disk appear read-only to FUSE."
28904 msgstr ""
28905
28906 #. type: textblock
28907 #: ../fuse/guestmount.pod:228
28908 msgid ""
28909 "This is highly recommended if you are not going to edit the guest disk.  If "
28910 "the guest is running and this option is I<not> supplied, then there is a "
28911 "strong risk of disk corruption in the guest.  We try to prevent this from "
28912 "happening, but it is not always possible."
28913 msgstr ""
28914
28915 #. type: textblock
28916 #: ../fuse/guestmount.pod:233
28917 msgid "See also L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28918 msgstr ""
28919
28920 #. type: textblock
28921 #: ../fuse/guestmount.pod:237
28922 msgid "Enable SELinux support for the guest."
28923 msgstr ""
28924
28925 #. type: =item
28926 #: ../fuse/guestmount.pod:239
28927 msgid "B<-v> | B<--verbose>"
28928 msgstr ""
28929
28930 #. type: textblock
28931 #: ../fuse/guestmount.pod:241
28932 msgid "Enable verbose messages from underlying libguestfs."
28933 msgstr ""
28934
28935 #. type: =item
28936 #: ../fuse/guestmount.pod:243
28937 msgid "B<-V> | B<--version>"
28938 msgstr ""
28939
28940 #. type: textblock
28941 #: ../fuse/guestmount.pod:245
28942 msgid "Display the program version and exit."
28943 msgstr ""
28944
28945 #. type: =item
28946 #: ../fuse/guestmount.pod:247
28947 msgid "B<-w> | B<--rw>"
28948 msgstr ""
28949
28950 #. type: textblock
28951 #: ../fuse/guestmount.pod:252 ../fuse/guestmount.pod:273
28952 msgid "See L<guestfish(1)/OPENING DISKS FOR READ AND WRITE>."
28953 msgstr ""
28954
28955 #. type: =item
28956 #: ../fuse/guestmount.pod:254
28957 msgid "B<-x> | B<--trace>"
28958 msgstr ""
28959
28960 #. type: textblock
28961 #: ../fuse/guestmount.pod:256
28962 msgid "Trace libguestfs calls and entry into each FUSE function."
28963 msgstr ""
28964
28965 #. type: textblock
28966 #: ../fuse/guestmount.pod:258
28967 msgid "This also stops the daemon from forking into the background."
28968 msgstr ""
28969
28970 #. type: textblock
28971 #: ../fuse/guestmount.pod:279
28972 msgid ""
28973 "L<guestfish(1)>, L<virt-inspector(1)>, L<virt-cat(1)>, L<virt-edit(1)>, "
28974 "L<virt-tar(1)>, L<guestfs(3)>, L<http://libguestfs.org/>, L<http://fuse.sf."
28975 "net/>."
28976 msgstr ""
28977
28978 #. type: textblock
28979 #: ../fuse/guestmount.pod:294
28980 msgid "Copyright (C) 2009-2010 Red Hat Inc.  L<http://libguestfs.org/>"
28981 msgstr ""
28982
28983 #. type: textblock
28984 #: ../tools/virt-edit.pl:34
28985 msgid "virt-edit - Edit a file in a virtual machine"
28986 msgstr ""
28987
28988 #. type: verbatim
28989 #: ../tools/virt-edit.pl:38
28990 #, no-wrap
28991 msgid ""
28992 " virt-edit [--options] domname file\n"
28993 "\n"
28994 msgstr ""
28995
28996 #. type: verbatim
28997 #: ../tools/virt-edit.pl:40
28998 #, no-wrap
28999 msgid ""
29000 " virt-edit [--options] disk.img [disk.img ...] file\n"
29001 "\n"
29002 msgstr ""
29003
29004 #. type: verbatim
29005 #: ../tools/virt-edit.pl:42
29006 #, no-wrap
29007 msgid ""
29008 " virt-edit [domname|disk.img] file -e 'expr'\n"
29009 "\n"
29010 msgstr ""
29011
29012 #. type: textblock
29013 #: ../tools/virt-edit.pl:46
29014 msgid ""
29015 "You must I<not> use C<virt-edit> on live virtual machines.  If you do this, "
29016 "you risk disk corruption in the VM.  C<virt-edit> tries to stop you from "
29017 "doing this, but doesn't catch all cases."
29018 msgstr ""
29019
29020 #. type: textblock
29021 #: ../tools/virt-edit.pl:52
29022 msgid ""
29023 "C<virt-edit> is a command line tool to edit C<file> where C<file> exists in "
29024 "the named virtual machine (or disk image)."
29025 msgstr ""
29026
29027 #. type: textblock
29028 #: ../tools/virt-edit.pl:55
29029 msgid "If you want to just view a file, use L<virt-cat(1)>."
29030 msgstr ""
29031
29032 #. type: textblock
29033 #: ../tools/virt-edit.pl:57
29034 msgid ""
29035 "For more complex cases you should look at the L<guestfish(1)> tool (see L</"
29036 "USING GUESTFISH> below)."
29037 msgstr ""
29038
29039 #. type: textblock
29040 #: ../tools/virt-edit.pl:60
29041 msgid ""
29042 "C<virt-edit> cannot be used to create a new file, nor to edit multiple "
29043 "files.  L<guestfish(1)> can do that and much more."
29044 msgstr ""
29045
29046 #. type: textblock
29047 #: ../tools/virt-edit.pl:65
29048 msgid "Edit the named files interactively:"
29049 msgstr ""
29050
29051 #. type: verbatim
29052 #: ../tools/virt-edit.pl:67
29053 #, no-wrap
29054 msgid ""
29055 " virt-edit mydomain /boot/grub/grub.conf\n"
29056 "\n"
29057 msgstr ""
29058
29059 #. type: verbatim
29060 #: ../tools/virt-edit.pl:69
29061 #, no-wrap
29062 msgid ""
29063 " virt-edit mydomain /etc/passwd\n"
29064 "\n"
29065 msgstr ""
29066
29067 #. type: textblock
29068 #: ../tools/virt-edit.pl:71
29069 msgid "For Windows guests, some Windows paths are understood:"
29070 msgstr ""
29071
29072 #. type: verbatim
29073 #: ../tools/virt-edit.pl:73
29074 #, no-wrap
29075 msgid ""
29076 " virt-edit mywindomain 'c:\\autoexec.bat'\n"
29077 "\n"
29078 msgstr ""
29079
29080 #. type: textblock
29081 #: ../tools/virt-edit.pl:75
29082 msgid ""
29083 "You can also edit files non-interactively (see L</NON-INTERACTIVE EDITING> "
29084 "below).  To change the init default level to 5:"
29085 msgstr ""
29086
29087 #. type: verbatim
29088 #: ../tools/virt-edit.pl:79
29089 #, no-wrap
29090 msgid ""
29091 " virt-edit mydomain /etc/inittab -e 's/^id:.*/id:5:initdefault:/'\n"
29092 "\n"
29093 msgstr ""
29094
29095 #. type: textblock
29096 #: ../tools/virt-edit.pl:91 ../tools/virt-win-reg.pl:106
29097 #: ../tools/virt-list-filesystems.pl:63 ../tools/virt-tar.pl:113
29098 #: ../tools/virt-make-fs.pl:163 ../tools/virt-list-partitions.pl:64
29099 msgid "Display brief help."
29100 msgstr ""
29101
29102 #. type: textblock
29103 #: ../tools/virt-edit.pl:99 ../tools/virt-win-reg.pl:114
29104 #: ../tools/virt-list-filesystems.pl:71 ../tools/virt-tar.pl:121
29105 #: ../tools/virt-make-fs.pl:171 ../tools/virt-list-partitions.pl:72
29106 msgid "Display version number and exit."
29107 msgstr ""
29108
29109 #. type: =item
29110 #: ../tools/virt-edit.pl:105
29111 msgid "B<--backup extension> | B<-b extension>"
29112 msgstr ""
29113
29114 #. type: textblock
29115 #: ../tools/virt-edit.pl:107
29116 msgid ""
29117 "Create a backup of the original file I<in the guest disk image>.  The backup "
29118 "has the original filename with C<extension> added."
29119 msgstr ""
29120
29121 #. type: textblock
29122 #: ../tools/virt-edit.pl:110
29123 msgid ""
29124 "Usually the first character of C<extension> would be a dot C<.> so you would "
29125 "write:"
29126 msgstr ""
29127
29128 #. type: verbatim
29129 #: ../tools/virt-edit.pl:113
29130 #, no-wrap
29131 msgid ""
29132 " virt-edit -b .orig [etc]\n"
29133 "\n"
29134 msgstr ""
29135
29136 #. type: textblock
29137 #: ../tools/virt-edit.pl:115
29138 msgid "By default, no backup file is made."
29139 msgstr ""
29140
29141 #. type: =item
29142 #: ../tools/virt-edit.pl:121 ../tools/virt-win-reg.pl:128
29143 #: ../tools/virt-list-filesystems.pl:77 ../tools/virt-tar.pl:127
29144 #: ../tools/virt-list-partitions.pl:78
29145 msgid "B<--connect URI> | B<-c URI>"
29146 msgstr ""
29147
29148 #. type: textblock
29149 #: ../tools/virt-edit.pl:123 ../tools/virt-win-reg.pl:130
29150 #: ../tools/virt-list-filesystems.pl:79 ../tools/virt-tar.pl:129
29151 #: ../tools/virt-list-partitions.pl:80
29152 msgid ""
29153 "If using libvirt, connect to the given I<URI>.  If omitted, then we connect "
29154 "to the default libvirt hypervisor."
29155 msgstr ""
29156
29157 #. type: textblock
29158 #: ../tools/virt-edit.pl:126 ../tools/virt-win-reg.pl:133
29159 #: ../tools/virt-list-filesystems.pl:82 ../tools/virt-tar.pl:132
29160 #: ../tools/virt-list-partitions.pl:83
29161 msgid ""
29162 "If you specify guest block devices directly, then libvirt is not used at all."
29163 msgstr ""
29164
29165 #. type: =item
29166 #: ../tools/virt-edit.pl:133 ../tools/virt-win-reg.pl:140
29167 #: ../tools/virt-list-filesystems.pl:89 ../tools/virt-tar.pl:139
29168 #: ../tools/virt-list-partitions.pl:90
29169 msgid "B<--format> raw"
29170 msgstr ""
29171
29172 #. type: textblock
29173 #: ../tools/virt-edit.pl:135 ../tools/virt-win-reg.pl:142
29174 #: ../tools/virt-list-filesystems.pl:91 ../tools/virt-tar.pl:141
29175 #: ../tools/virt-list-partitions.pl:92
29176 msgid ""
29177 "Specify the format of disk images given on the command line.  If this is "
29178 "omitted then the format is autodetected from the content of the disk image."
29179 msgstr ""
29180
29181 #. type: textblock
29182 #: ../tools/virt-edit.pl:139 ../tools/virt-win-reg.pl:146
29183 #: ../tools/virt-list-filesystems.pl:95 ../tools/virt-tar.pl:145
29184 #: ../tools/virt-list-partitions.pl:96
29185 msgid ""
29186 "If disk images are requested from libvirt, then this program asks libvirt "
29187 "for this information.  In this case, the value of the format parameter is "
29188 "ignored."
29189 msgstr ""
29190
29191 #. type: textblock
29192 #: ../tools/virt-edit.pl:143 ../tools/virt-win-reg.pl:150
29193 #: ../tools/virt-list-filesystems.pl:99 ../tools/virt-tar.pl:149
29194 #: ../tools/virt-list-partitions.pl:100
29195 msgid ""
29196 "If working with untrusted raw-format guest disk images, you should ensure "
29197 "the format is always specified."
29198 msgstr ""
29199
29200 #. type: =item
29201 #: ../tools/virt-edit.pl:150
29202 msgid "B<--expr EXPR> | B<-e EXPR>"
29203 msgstr ""
29204
29205 #. type: textblock
29206 #: ../tools/virt-edit.pl:152
29207 msgid ""
29208 "Instead of launching the external editor, non-interactively apply the Perl "
29209 "expression C<EXPR> to each line in the file.  See L</NON-INTERACTIVE "
29210 "EDITING> below."
29211 msgstr ""
29212
29213 #. type: textblock
29214 #: ../tools/virt-edit.pl:156
29215 msgid ""
29216 "Be careful to properly quote the expression to prevent it from being altered "
29217 "by the shell."
29218 msgstr ""
29219
29220 #. type: =head1
29221 #: ../tools/virt-edit.pl:280
29222 msgid "NON-INTERACTIVE EDITING"
29223 msgstr ""
29224
29225 #. type: textblock
29226 #: ../tools/virt-edit.pl:282
29227 msgid ""
29228 "C<virt-edit> normally calls out to C<$EDITOR> (or vi) so the system "
29229 "administrator can interactively edit the file."
29230 msgstr ""
29231
29232 #. type: textblock
29233 #: ../tools/virt-edit.pl:285
29234 msgid ""
29235 "There are two ways also to use C<virt-edit> from scripts in order to make "
29236 "automated edits to files.  (Note that although you I<can> use C<virt-edit> "
29237 "like this, it's less error-prone to write scripts directly using the "
29238 "libguestfs API and Augeas for configuration file editing.)"
29239 msgstr ""
29240
29241 #. type: textblock
29242 #: ../tools/virt-edit.pl:291
29243 msgid ""
29244 "The first method is to temporarily set C<$EDITOR> to any script or program "
29245 "you want to run.  The script is invoked as C<$EDITOR tmpfile> and it should "
29246 "update C<tmpfile> in place however it likes."
29247 msgstr ""
29248
29249 #. type: textblock
29250 #: ../tools/virt-edit.pl:295
29251 msgid ""
29252 "The second method is to use the I<-e> parameter of C<virt-edit> to run a "
29253 "short Perl snippet in the style of L<sed(1)>.  For example to replace all "
29254 "instances of C<foo> with C<bar> in a file:"
29255 msgstr ""
29256
29257 #. type: verbatim
29258 #: ../tools/virt-edit.pl:299
29259 #, no-wrap
29260 msgid ""
29261 " virt-edit domname filename -e 's/foo/bar/'\n"
29262 "\n"
29263 msgstr ""
29264
29265 #. type: textblock
29266 #: ../tools/virt-edit.pl:301
29267 msgid ""
29268 "The full power of Perl regular expressions can be used (see L<perlre(1)>).  "
29269 "For example to delete root's password you could do:"
29270 msgstr ""
29271
29272 #. type: verbatim
29273 #: ../tools/virt-edit.pl:304
29274 #, no-wrap
29275 msgid ""
29276 " virt-edit domname /etc/passwd -e 's/^root:.*?:/root::/'\n"
29277 "\n"
29278 msgstr ""
29279
29280 #. type: textblock
29281 #: ../tools/virt-edit.pl:306
29282 msgid ""
29283 "What really happens is that the snippet is evaluated as a Perl expression "
29284 "for each line of the file.  The line, including the final C<\\n>, is passed "
29285 "in C<$_> and the expression should update C<$_> or leave it unchanged."
29286 msgstr ""
29287
29288 #. type: textblock
29289 #: ../tools/virt-edit.pl:311
29290 msgid ""
29291 "To delete a line, set C<$_> to the empty string.  For example, to delete the "
29292 "C<apache> user account from the password file you can do:"
29293 msgstr ""
29294
29295 #. type: verbatim
29296 #: ../tools/virt-edit.pl:314
29297 #, no-wrap
29298 msgid ""
29299 " virt-edit mydomain /etc/passwd -e '$_ = \"\" if /^apache:/'\n"
29300 "\n"
29301 msgstr ""
29302
29303 #. type: textblock
29304 #: ../tools/virt-edit.pl:316
29305 msgid ""
29306 "To insert a line, prepend or append it to C<$_>.  However appending lines to "
29307 "the end of the file is rather difficult this way since there is no concept "
29308 "of \"last line of the file\" - your expression just doesn't get called "
29309 "again.  You might want to use the first method (setting C<$EDITOR>) if you "
29310 "want to do this."
29311 msgstr ""
29312
29313 #. type: textblock
29314 #: ../tools/virt-edit.pl:322
29315 msgid ""
29316 "The variable C<$lineno> contains the current line number.  As is "
29317 "traditional, the first line in the file is number C<1>."
29318 msgstr ""
29319
29320 #. type: textblock
29321 #: ../tools/virt-edit.pl:325
29322 msgid ""
29323 "The return value from the expression is ignored, but the expression may call "
29324 "C<die> in order to abort the whole program, leaving the original file "
29325 "untouched."
29326 msgstr ""
29327
29328 #. type: textblock
29329 #: ../tools/virt-edit.pl:329
29330 msgid ""
29331 "Remember when matching the end of a line that C<$_> may contain the final C<"
29332 "\\n>, or (for DOS files) C<\\r\\n>, or if the file does not end with a "
29333 "newline then neither of these.  Thus to match or substitute some text at the "
29334 "end of a line, use this regular expression:"
29335 msgstr ""
29336
29337 #. type: verbatim
29338 #: ../tools/virt-edit.pl:334
29339 #, no-wrap
29340 msgid ""
29341 " /some text(\\r?\\n)?$/\n"
29342 "\n"
29343 msgstr ""
29344
29345 #. type: textblock
29346 #: ../tools/virt-edit.pl:336
29347 msgid ""
29348 "Alternately, use the perl C<chomp> function, being careful not to chomp C<"
29349 "$_> itself (since that would remove all newlines from the file):"
29350 msgstr ""
29351
29352 #. type: verbatim
29353 #: ../tools/virt-edit.pl:340
29354 #, no-wrap
29355 msgid ""
29356 " my $m = $_; chomp $m; $m =~ /some text$/\n"
29357 "\n"
29358 msgstr ""
29359
29360 #. type: textblock
29361 #: ../tools/virt-edit.pl:344
29362 msgid ""
29363 "C<virt-edit> has a limited ability to understand Windows drive letters and "
29364 "paths (eg. C<E:\\foo\\bar.txt>)."
29365 msgstr ""
29366
29367 #. type: textblock
29368 #: ../tools/virt-edit.pl:347
29369 msgid "If and only if the guest is running Windows then:"
29370 msgstr ""
29371
29372 #. type: textblock
29373 #: ../tools/virt-edit.pl:353
29374 msgid ""
29375 "Drive letter prefixes like C<C:> are resolved against the Windows Registry "
29376 "to the correct filesystem."
29377 msgstr ""
29378
29379 #. type: textblock
29380 #: ../tools/virt-edit.pl:358
29381 msgid ""
29382 "Any backslash (C<\\>) characters in the path are replaced with forward "
29383 "slashes so that libguestfs can process it."
29384 msgstr ""
29385
29386 #. type: textblock
29387 #: ../tools/virt-edit.pl:363
29388 msgid ""
29389 "The path is resolved case insensitively to locate the file that should be "
29390 "edited."
29391 msgstr ""
29392
29393 #. type: textblock
29394 #: ../tools/virt-edit.pl:368
29395 msgid "There are some known shortcomings:"
29396 msgstr ""
29397
29398 #. type: textblock
29399 #: ../tools/virt-edit.pl:374
29400 msgid "Some NTFS symbolic links may not be followed correctly."
29401 msgstr ""
29402
29403 #. type: textblock
29404 #: ../tools/virt-edit.pl:378
29405 msgid "NTFS junction points that cross filesystems are not followed."
29406 msgstr ""
29407
29408 #. type: =head1
29409 #: ../tools/virt-edit.pl:435
29410 msgid "USING GUESTFISH"
29411 msgstr ""
29412
29413 #. type: textblock
29414 #: ../tools/virt-edit.pl:437
29415 msgid ""
29416 "L<guestfish(1)> is a more powerful, lower level tool which you can use when "
29417 "C<virt-edit> doesn't work."
29418 msgstr ""
29419
29420 #. type: textblock
29421 #: ../tools/virt-edit.pl:440
29422 msgid "Using C<virt-edit> is approximately equivalent to doing:"
29423 msgstr ""
29424
29425 #. type: verbatim
29426 #: ../tools/virt-edit.pl:442
29427 #, no-wrap
29428 msgid ""
29429 " guestfish --rw -i -d domname edit /file\n"
29430 "\n"
29431 msgstr ""
29432
29433 #. type: textblock
29434 #: ../tools/virt-edit.pl:444
29435 msgid ""
29436 "where C<domname> is the name of the libvirt guest, and C</file> is the full "
29437 "path to the file."
29438 msgstr ""
29439
29440 #. type: textblock
29441 #: ../tools/virt-edit.pl:447
29442 msgid ""
29443 "The command above uses libguestfs's guest inspection feature and so does not "
29444 "work on guests that libguestfs cannot inspect, or on things like arbitrary "
29445 "disk images that don't contain guests.  To edit a file on a disk image "
29446 "directly, use:"
29447 msgstr ""
29448
29449 #. type: verbatim
29450 #: ../tools/virt-edit.pl:452
29451 #, no-wrap
29452 msgid ""
29453 " guestfish --rw -a disk.img -m /dev/sda1 edit /file\n"
29454 "\n"
29455 msgstr ""
29456
29457 #. type: textblock
29458 #: ../tools/virt-edit.pl:454
29459 msgid ""
29460 "where C<disk.img> is the disk image, C</dev/sda1> is the filesystem within "
29461 "the disk image to edit, and C</file> is the full path to the file."
29462 msgstr ""
29463
29464 #. type: textblock
29465 #: ../tools/virt-edit.pl:458
29466 msgid ""
29467 "C<virt-edit> cannot create new files.  Use the guestfish commands C<touch>, "
29468 "C<write> or C<upload> instead:"
29469 msgstr ""
29470
29471 #. type: verbatim
29472 #: ../tools/virt-edit.pl:461
29473 #, no-wrap
29474 msgid ""
29475 " guestfish --rw -i -d domname touch /newfile\n"
29476 "\n"
29477 msgstr ""
29478
29479 #. type: verbatim
29480 #: ../tools/virt-edit.pl:463
29481 #, no-wrap
29482 msgid ""
29483 " guestfish --rw -i -d domname write /newfile \"new content\"\n"
29484 "\n"
29485 msgstr ""
29486
29487 #. type: verbatim
29488 #: ../tools/virt-edit.pl:465
29489 #, no-wrap
29490 msgid ""
29491 " guestfish --rw -i -d domname upload localfile /newfile\n"
29492 "\n"
29493 msgstr ""
29494
29495 #. type: textblock
29496 #: ../tools/virt-edit.pl:467
29497 msgid ""
29498 "C<virt-edit> cannot edit multiple files, but guestfish can do it like this:"
29499 msgstr ""
29500
29501 #. type: verbatim
29502 #: ../tools/virt-edit.pl:470
29503 #, no-wrap
29504 msgid ""
29505 " guestfish --rw -i -d domname edit /file1 : edit /file2\n"
29506 "\n"
29507 msgstr ""
29508
29509 #. type: =item
29510 #: ../tools/virt-edit.pl:480
29511 msgid "C<EDITOR>"
29512 msgstr ""
29513
29514 #. type: textblock
29515 #: ../tools/virt-edit.pl:482
29516 msgid ""
29517 "If set, this string is used as the editor.  It may contain arguments, eg. C<"
29518 "\"emacs -nw\">"
29519 msgstr ""
29520
29521 #. type: textblock
29522 #: ../tools/virt-edit.pl:485
29523 msgid "If not set, C<vi> is used."
29524 msgstr ""
29525
29526 #. type: =head1
29527 #: ../tools/virt-edit.pl:489 ../tools/virt-win-reg.pl:559
29528 #: ../tools/virt-list-filesystems.pl:182 ../tools/virt-tar.pl:279
29529 #: ../tools/virt-make-fs.pl:532 ../tools/virt-list-partitions.pl:250
29530 msgid "SHELL QUOTING"
29531 msgstr ""
29532
29533 #. type: textblock
29534 #: ../tools/virt-edit.pl:491 ../tools/virt-win-reg.pl:567
29535 #: ../tools/virt-list-filesystems.pl:184 ../tools/virt-tar.pl:281
29536 #: ../tools/virt-make-fs.pl:534 ../tools/virt-list-partitions.pl:252
29537 msgid ""
29538 "Libvirt guest names can contain arbitrary characters, some of which have "
29539 "meaning to the shell such as C<#> and space.  You may need to quote or "
29540 "escape these characters on the command line.  See the shell manual page L<sh"
29541 "(1)> for details."
29542 msgstr ""
29543
29544 #. type: textblock
29545 #: ../tools/virt-edit.pl:498
29546 msgid ""
29547 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-copy-in(1)>, L<virt-"
29548 "tar-in(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, "
29549 "L<http://libguestfs.org/>, L<perl(1)>, L<perlre(1)>."
29550 msgstr ""
29551
29552 #. type: =head1
29553 #: ../tools/virt-edit.pl:510 ../tools/virt-win-reg.pl:598
29554 #: ../tools/virt-list-filesystems.pl:202 ../tools/virt-tar.pl:301
29555 #: ../tools/virt-make-fs.pl:564 ../tools/virt-list-partitions.pl:269
29556 msgid "AUTHOR"
29557 msgstr ""
29558
29559 #. type: textblock
29560 #: ../tools/virt-edit.pl:512 ../tools/virt-win-reg.pl:600
29561 #: ../tools/virt-list-filesystems.pl:204 ../tools/virt-tar.pl:303
29562 #: ../tools/virt-make-fs.pl:566 ../tools/virt-list-partitions.pl:271
29563 msgid "Richard W.M. Jones L<http://people.redhat.com/~rjones/>"
29564 msgstr ""
29565
29566 #. type: textblock
29567 #: ../tools/virt-edit.pl:516
29568 msgid "Copyright (C) 2009-2011 Red Hat Inc."
29569 msgstr ""
29570
29571 #. type: textblock
29572 #: ../tools/virt-win-reg.pl:37
29573 msgid ""
29574 "virt-win-reg - Export and merge Windows Registry entries from a Windows guest"
29575 msgstr ""
29576
29577 #. type: verbatim
29578 #: ../tools/virt-win-reg.pl:41
29579 #, no-wrap
29580 msgid ""
29581 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey'\n"
29582 "\n"
29583 msgstr ""
29584
29585 #. type: verbatim
29586 #: ../tools/virt-win-reg.pl:43
29587 #, no-wrap
29588 msgid ""
29589 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' name\n"
29590 "\n"
29591 msgstr ""
29592
29593 #. type: verbatim
29594 #: ../tools/virt-win-reg.pl:45
29595 #, no-wrap
29596 msgid ""
29597 " virt-win-reg domname 'HKLM\\Path\\To\\Subkey' @\n"
29598 "\n"
29599 msgstr ""
29600
29601 #. type: verbatim
29602 #: ../tools/virt-win-reg.pl:47
29603 #, no-wrap
29604 msgid ""
29605 " virt-win-reg --merge domname [input.reg ...]\n"
29606 "\n"
29607 msgstr ""
29608
29609 #. type: verbatim
29610 #: ../tools/virt-win-reg.pl:49
29611 #, no-wrap
29612 msgid ""
29613 " virt-win-reg [--options] disk.img ... # instead of domname\n"
29614 "\n"
29615 msgstr ""
29616
29617 #. type: textblock
29618 #: ../tools/virt-win-reg.pl:53
29619 msgid ""
29620 "You must I<not> use C<virt-win-reg> with the I<--merge> option on live "
29621 "virtual machines.  If you do this, you I<will> get irreversible disk "
29622 "corruption in the VM.  C<virt-win-reg> tries to stop you from doing this, "
29623 "but doesn't catch all cases."
29624 msgstr ""
29625
29626 #. type: textblock
29627 #: ../tools/virt-win-reg.pl:58
29628 msgid ""
29629 "Modifying the Windows Registry is an inherently risky operation.  The format "
29630 "is deliberately obscure and undocumented, and Registry changes can leave the "
29631 "system unbootable.  Therefore when using the I<--merge> option, make sure "
29632 "you have a reliable backup first."
29633 msgstr ""
29634
29635 #. type: textblock
29636 #: ../tools/virt-win-reg.pl:65
29637 msgid ""
29638 "This program can export and merge Windows Registry entries from a Windows "
29639 "guest."
29640 msgstr ""
29641
29642 #. type: textblock
29643 #: ../tools/virt-win-reg.pl:68
29644 msgid ""
29645 "The first parameter is the libvirt guest name or the raw disk image of a "
29646 "Windows guest."
29647 msgstr ""
29648
29649 #. type: textblock
29650 #: ../tools/virt-win-reg.pl:71
29651 msgid ""
29652 "If I<--merge> is I<not> specified, then the chosen registry key is displayed/"
29653 "exported (recursively).  For example:"
29654 msgstr ""
29655
29656 #. type: verbatim
29657 #: ../tools/virt-win-reg.pl:74
29658 #, no-wrap
29659 msgid ""
29660 " $ virt-win-reg Windows7 'HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft'\n"
29661 "\n"
29662 msgstr ""
29663
29664 #. type: textblock
29665 #: ../tools/virt-win-reg.pl:76
29666 msgid ""
29667 "You can also display single values from within registry keys, for example:"
29668 msgstr ""
29669
29670 #. type: verbatim
29671 #: ../tools/virt-win-reg.pl:79
29672 #, no-wrap
29673 msgid ""
29674 " $ cvkey='HKLM\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion'\n"
29675 " $ virt-win-reg Windows7 $cvkey ProductName\n"
29676 " Windows 7 Enterprise\n"
29677 "\n"
29678 msgstr ""
29679
29680 #. type: textblock
29681 #: ../tools/virt-win-reg.pl:83
29682 msgid ""
29683 "With I<--merge>, you can merge a textual regedit file into the Windows "
29684 "Registry:"
29685 msgstr ""
29686
29687 #. type: verbatim
29688 #: ../tools/virt-win-reg.pl:86
29689 #, no-wrap
29690 msgid ""
29691 " $ virt-win-reg --merge Windows7 changes.reg\n"
29692 "\n"
29693 msgstr ""
29694
29695 #. type: =head1
29696 #: ../tools/virt-win-reg.pl:88 ../tools/virt-tar.pl:45
29697 msgid "NOTE"
29698 msgstr ""
29699
29700 #. type: textblock
29701 #: ../tools/virt-win-reg.pl:90
29702 msgid ""
29703 "This program is only meant for simple access to the registry.  If you want "
29704 "to do complicated things with the registry, we suggest you download the "
29705 "Registry hive files from the guest using L<libguestfs(3)> or L<guestfish(1)> "
29706 "and access them locally, eg. using L<hivex(3)>, L<hivexsh(1)> or "
29707 "L<hivexregedit(1)>."
29708 msgstr ""
29709
29710 #. type: =item
29711 #: ../tools/virt-win-reg.pl:120 ../tools/virt-make-fs.pl:177
29712 msgid "B<--debug>"
29713 msgstr ""
29714
29715 #. type: textblock
29716 #: ../tools/virt-win-reg.pl:122
29717 msgid "Enable debugging messages."
29718 msgstr ""
29719
29720 #. type: =item
29721 #: ../tools/virt-win-reg.pl:157
29722 msgid "B<--merge>"
29723 msgstr ""
29724
29725 #. type: textblock
29726 #: ../tools/virt-win-reg.pl:159
29727 msgid ""
29728 "In merge mode, this merges a textual regedit file into the Windows Registry "
29729 "of the virtual machine.  If this flag is I<not> given then virt-win-reg "
29730 "displays or exports Registry entries instead."
29731 msgstr ""
29732
29733 #. type: textblock
29734 #: ../tools/virt-win-reg.pl:163
29735 msgid ""
29736 "Note that I<--merge> is I<unsafe> to use on live virtual machines, and will "
29737 "result in disk corruption.  However exporting (without this flag)  is always "
29738 "safe."
29739 msgstr ""
29740
29741 #. type: =item
29742 #: ../tools/virt-win-reg.pl:171
29743 msgid "B<--encoding> UTF-16LE|ASCII"
29744 msgstr ""
29745
29746 #. type: textblock
29747 #: ../tools/virt-win-reg.pl:173
29748 msgid ""
29749 "When merging (only), you may need to specify the encoding for strings to be "
29750 "used in the hive file.  This is explained in detail in L<Win::Hivex::Regedit"
29751 "(3)/ENCODING STRINGS>."
29752 msgstr ""
29753
29754 #. type: textblock
29755 #: ../tools/virt-win-reg.pl:177
29756 msgid ""
29757 "The default is to use UTF-16LE, which should work with recent versions of "
29758 "Windows."
29759 msgstr ""
29760
29761 #. type: =head1
29762 #: ../tools/virt-win-reg.pl:402
29763 msgid "SUPPORTED SYSTEMS"
29764 msgstr ""
29765
29766 #. type: textblock
29767 #: ../tools/virt-win-reg.pl:404
29768 msgid ""
29769 "The program currently supports Windows NT-derived guests starting with "
29770 "Windows XP through to at least Windows 7."
29771 msgstr ""
29772
29773 #. type: textblock
29774 #: ../tools/virt-win-reg.pl:407
29775 msgid ""
29776 "Registry support is done for C<HKEY_LOCAL_MACHINE\\SAM>, C<HKEY_LOCAL_MACHINE"
29777 "\\SECURITY>, C<HKEY_LOCAL_MACHINE\\SOFTWARE>, C<HKEY_LOCAL_MACHINE\\SYSTEM> "
29778 "and C<HKEY_USERS\\.DEFAULT>."
29779 msgstr ""
29780
29781 #. type: textblock
29782 #: ../tools/virt-win-reg.pl:411
29783 msgid ""
29784 "You can use C<HKLM> as a shorthand for C<HKEY_LOCAL_MACHINE>, and C<HKU> for "
29785 "C<HKEY_USERS>."
29786 msgstr ""
29787
29788 #. type: textblock
29789 #: ../tools/virt-win-reg.pl:414
29790 msgid ""
29791 "C<HKEY_USERS\\$SID> and C<HKEY_CURRENT_USER> are B<not> supported at this "
29792 "time."
29793 msgstr ""
29794
29795 #. type: =head1
29796 #: ../tools/virt-win-reg.pl:417
29797 msgid "ENCODING"
29798 msgstr ""
29799
29800 #. type: textblock
29801 #: ../tools/virt-win-reg.pl:419
29802 msgid ""
29803 "C<virt-win-reg> expects that regedit files have already been reencoded in "
29804 "the local encoding.  Usually on Linux hosts, this means UTF-8 with Unix-"
29805 "style line endings.  Since Windows regedit files are often in UTF-16LE with "
29806 "Windows-style line endings, you may need to reencode the whole file before "
29807 "or after processing."
29808 msgstr ""
29809
29810 #. type: textblock
29811 #: ../tools/virt-win-reg.pl:425
29812 msgid ""
29813 "To reencode a file from Windows format to Linux (before processing it with "
29814 "the I<--merge> option), you would do something like this:"
29815 msgstr ""
29816
29817 #. type: verbatim
29818 #: ../tools/virt-win-reg.pl:428
29819 #, no-wrap
29820 msgid ""
29821 " iconv -f utf-16le -t utf-8 < win.reg | dos2unix > linux.reg\n"
29822 "\n"
29823 msgstr ""
29824
29825 #. type: textblock
29826 #: ../tools/virt-win-reg.pl:430
29827 msgid ""
29828 "To go in the opposite direction, after exporting and before sending the file "
29829 "to a Windows user, do something like this:"
29830 msgstr ""
29831
29832 #. type: verbatim
29833 #: ../tools/virt-win-reg.pl:433
29834 #, no-wrap
29835 msgid ""
29836 " unix2dos linux.reg | iconv -f utf-8 -t utf-16le > win.reg\n"
29837 "\n"
29838 msgstr ""
29839
29840 #. type: textblock
29841 #: ../tools/virt-win-reg.pl:435
29842 msgid "For more information about encoding, see L<Win::Hivex::Regedit(3)>."
29843 msgstr ""
29844
29845 #. type: textblock
29846 #: ../tools/virt-win-reg.pl:437
29847 msgid ""
29848 "If you are unsure about the current encoding, use the L<file(1)> command.  "
29849 "Recent versions of Windows regedit.exe produce a UTF-16LE file with Windows-"
29850 "style (CRLF) line endings, like this:"
29851 msgstr ""
29852
29853 #. type: verbatim
29854 #: ../tools/virt-win-reg.pl:441
29855 #, no-wrap
29856 msgid ""
29857 " $ file software.reg\n"
29858 " software.reg: Little-endian UTF-16 Unicode text, with very long lines,\n"
29859 " with CRLF line terminators\n"
29860 "\n"
29861 msgstr ""
29862
29863 #. type: textblock
29864 #: ../tools/virt-win-reg.pl:445
29865 msgid "This file would need conversion before you could I<--merge> it."
29866 msgstr ""
29867
29868 #. type: =head1
29869 #: ../tools/virt-win-reg.pl:447
29870 msgid "CurrentControlSet etc."
29871 msgstr ""
29872
29873 #. type: textblock
29874 #: ../tools/virt-win-reg.pl:449
29875 msgid ""
29876 "Registry keys like C<CurrentControlSet> don't really exist in the Windows "
29877 "Registry at the level of the hive file, and therefore you cannot modify "
29878 "these."
29879 msgstr ""
29880
29881 #. type: textblock
29882 #: ../tools/virt-win-reg.pl:453
29883 msgid ""
29884 "C<CurrentControlSet> is usually an alias for C<ControlSet001>.  In some "
29885 "circumstances it might refer to another control set.  The way to find out is "
29886 "to look at the C<HKLM\\SYSTEM\\Select> key:"
29887 msgstr ""
29888
29889 #. type: verbatim
29890 #: ../tools/virt-win-reg.pl:457
29891 #, no-wrap
29892 msgid ""
29893 " # virt-win-reg WindowsGuest 'HKLM\\SYSTEM\\Select'\n"
29894 " [HKEY_LOCAL_MACHINE\\SYSTEM\\Select]\n"
29895 " \"Current\"=dword:00000001\n"
29896 " \"Default\"=dword:00000001\n"
29897 " \"Failed\"=dword:00000000\n"
29898 " \"LastKnownGood\"=dword:00000002\n"
29899 "\n"
29900 msgstr ""
29901
29902 #. type: textblock
29903 #: ../tools/virt-win-reg.pl:464
29904 msgid "\"Current\" is the one which Windows will choose when it boots."
29905 msgstr ""
29906
29907 #. type: textblock
29908 #: ../tools/virt-win-reg.pl:466
29909 msgid ""
29910 "Similarly, other C<Current...> keys in the path may need to be replaced."
29911 msgstr ""
29912
29913 #. type: =head1
29914 #: ../tools/virt-win-reg.pl:469
29915 msgid "WINDOWS TIPS"
29916 msgstr ""
29917
29918 #. type: textblock
29919 #: ../tools/virt-win-reg.pl:471
29920 msgid ""
29921 "Note that some of these tips modify the guest disk image.  The guest I<must> "
29922 "be shut off, else you will get disk corruption."
29923 msgstr ""
29924
29925 #. type: =head2
29926 #: ../tools/virt-win-reg.pl:474
29927 msgid "RUNNING A BATCH SCRIPT WHEN A USER LOGS IN"
29928 msgstr ""
29929
29930 #. type: textblock
29931 #: ../tools/virt-win-reg.pl:476
29932 msgid ""
29933 "Prepare a DOS batch script, VBScript or executable.  Upload this using "
29934 "L<guestfish(1)>.  For this example the script is called C<test.bat> and it "
29935 "is uploaded into C<C:\\>:"
29936 msgstr ""
29937
29938 #. type: verbatim
29939 #: ../tools/virt-win-reg.pl:480
29940 #, no-wrap
29941 msgid ""
29942 " guestfish -i -d WindowsGuest upload test.bat /test.bat\n"
29943 "\n"
29944 msgstr ""
29945
29946 #. type: textblock
29947 #: ../tools/virt-win-reg.pl:482
29948 msgid "Prepare a regedit file containing the registry change:"
29949 msgstr ""
29950
29951 #. type: verbatim
29952 #: ../tools/virt-win-reg.pl:484
29953 #, no-wrap
29954 msgid ""
29955 " cat > test.reg <<'EOF'\n"
29956 " [HKLM\\Software\\Microsoft\\Windows\\CurrentVersion\\RunOnce]\n"
29957 " \"Test\"=\"c:\\\\test.bat\"\n"
29958 " EOF\n"
29959 "\n"
29960 msgstr ""
29961
29962 #. type: textblock
29963 #: ../tools/virt-win-reg.pl:489
29964 msgid ""
29965 "In this example we use the key C<RunOnce> which means that the script will "
29966 "run precisely once when the first user logs in.  If you want it to run every "
29967 "time a user logs in, replace C<RunOnce> with C<Run>."
29968 msgstr ""
29969
29970 #. type: textblock
29971 #: ../tools/virt-win-reg.pl:493
29972 msgid "Now update the registry:"
29973 msgstr ""
29974
29975 #. type: verbatim
29976 #: ../tools/virt-win-reg.pl:495
29977 #, no-wrap
29978 msgid ""
29979 " virt-win-reg --merge WindowsGuest test.reg\n"
29980 "\n"
29981 msgstr ""
29982
29983 #. type: =head2
29984 #: ../tools/virt-win-reg.pl:497
29985 msgid "INSTALLING A SERVICE"
29986 msgstr ""
29987
29988 #. type: textblock
29989 #: ../tools/virt-win-reg.pl:499
29990 msgid ""
29991 "This section assumes you are familiar with Windows services, and you either "
29992 "have a program which handles the Windows Service Control Protocol directly "
29993 "or you want to run any program using a service wrapper like SrvAny or the "
29994 "free RHSrvAny."
29995 msgstr ""
29996
29997 #. type: textblock
29998 #: ../tools/virt-win-reg.pl:504
29999 msgid ""
30000 "First upload the program and optionally the service wrapper.  In this case "
30001 "the test program is called C<test.exe> and we are using the RHSrvAny wrapper:"
30002 msgstr ""
30003
30004 #. type: verbatim
30005 #: ../tools/virt-win-reg.pl:508
30006 #, no-wrap
30007 msgid ""
30008 " guestfish -i -d WindowsGuest <<EOF\n"
30009 "   upload rhsrvany.exe /rhsrvany.exe\n"
30010 "   upload test.exe /test.exe\n"
30011 " EOF\n"
30012 "\n"
30013 msgstr ""
30014
30015 #. type: textblock
30016 #: ../tools/virt-win-reg.pl:513
30017 msgid ""
30018 "Prepare a regedit file containing the registry changes.  In this example, "
30019 "the first registry change is needed for the service itself or the service "
30020 "wrapper (if used).  The second registry change is only needed because I am "
30021 "using the RHSrvAny service wrapper."
30022 msgstr ""
30023
30024 #. type: verbatim
30025 #: ../tools/virt-win-reg.pl:518
30026 #, no-wrap
30027 msgid ""
30028 " cat > service.reg <<'EOF'\n"
30029 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny]\n"
30030 " \"Type\"=dword:00000010\n"
30031 " \"Start\"=dword:00000002\n"
30032 " \"ErrorControl\"=dword:00000001\n"
30033 " \"ImagePath\"=\"c:\\\\rhsrvany.exe\"\n"
30034 " \"DisplayName\"=\"RHSrvAny\"\n"
30035 " \"ObjectName\"=\"NetworkService\"\n"
30036 " \n"
30037 msgstr ""
30038
30039 #. type: verbatim
30040 #: ../tools/virt-win-reg.pl:527
30041 #, no-wrap
30042 msgid ""
30043 " [HKLM\\SYSTEM\\ControlSet001\\services\\RHSrvAny\\Parameters]\n"
30044 " \"CommandLine\"=\"c:\\\\test.exe\"\n"
30045 " \"PWD\"=\"c:\\\\Temp\"\n"
30046 " EOF\n"
30047 "\n"
30048 msgstr ""
30049
30050 #. type: textblock
30051 #: ../tools/virt-win-reg.pl:538
30052 msgid ""
30053 "For use of C<ControlSet001> see the section above in this manual page.  You "
30054 "may need to adjust this according to the control set that is in use by the "
30055 "guest."
30056 msgstr ""
30057
30058 #. type: textblock
30059 #: ../tools/virt-win-reg.pl:544
30060 msgid ""
30061 "C<\"ObjectName\"> controls the privileges that the service will have.  An "
30062 "alternative is C<\"ObjectName\"=\"LocalSystem\"> which would be the most "
30063 "privileged account."
30064 msgstr ""
30065
30066 #. type: textblock
30067 #: ../tools/virt-win-reg.pl:550
30068 msgid ""
30069 "For the meaning of the magic numbers, see this Microsoft KB article: "
30070 "L<http://support.microsoft.com/kb/103000>."
30071 msgstr ""
30072
30073 #. type: textblock
30074 #: ../tools/virt-win-reg.pl:555
30075 msgid "Update the registry:"
30076 msgstr ""
30077
30078 #. type: verbatim
30079 #: ../tools/virt-win-reg.pl:557
30080 #, no-wrap
30081 msgid ""
30082 " virt-win-reg --merge WindowsGuest service.reg\n"
30083 "\n"
30084 msgstr ""
30085
30086 #. type: textblock
30087 #: ../tools/virt-win-reg.pl:561
30088 msgid ""
30089 "Be careful when passing parameters containing C<\\> (backslash) in the "
30090 "shell.  Usually you will have to use 'single quotes' or double backslashes "
30091 "(but not both) to protect them from the shell."
30092 msgstr ""
30093
30094 #. type: textblock
30095 #: ../tools/virt-win-reg.pl:565
30096 msgid "Paths and value names are case-insensitive."
30097 msgstr ""
30098
30099 #. type: textblock
30100 #: ../tools/virt-win-reg.pl:574
30101 msgid ""
30102 "L<hivex(3)>, L<hivexsh(1)>, L<hivexregedit(1)>, L<guestfs(3)>, L<guestfish(1)"
30103 ">, L<virt-cat(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Win::Hivex"
30104 "(3)>, L<Win::Hivex::Regedit(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30105 msgstr ""
30106
30107 #. type: textblock
30108 #: ../tools/virt-win-reg.pl:589 ../tools/virt-make-fs.pl:555
30109 msgid ""
30110 "When reporting bugs, please enable debugging and capture the I<complete> "
30111 "output:"
30112 msgstr ""
30113
30114 #. type: verbatim
30115 #: ../tools/virt-win-reg.pl:592
30116 #, no-wrap
30117 msgid ""
30118 " export LIBGUESTFS_DEBUG=1\n"
30119 " virt-win-reg --debug [... rest ...] > /tmp/virt-win-reg.log 2>&1\n"
30120 "\n"
30121 msgstr ""
30122
30123 #. type: textblock
30124 #: ../tools/virt-win-reg.pl:595
30125 msgid ""
30126 "Attach /tmp/virt-win-reg.log to a new bug report at L<https://bugzilla."
30127 "redhat.com/>"
30128 msgstr ""
30129
30130 #. type: textblock
30131 #: ../tools/virt-win-reg.pl:604 ../tools/virt-make-fs.pl:570
30132 msgid "Copyright (C) 2010 Red Hat Inc."
30133 msgstr ""
30134
30135 #. type: textblock
30136 #: ../tools/virt-list-filesystems.pl:32
30137 msgid ""
30138 "virt-list-filesystems - List filesystems in a virtual machine or disk image"
30139 msgstr ""
30140
30141 #. type: verbatim
30142 #: ../tools/virt-list-filesystems.pl:36
30143 #, no-wrap
30144 msgid ""
30145 " virt-list-filesystems [--options] domname\n"
30146 "\n"
30147 msgstr ""
30148
30149 #. type: verbatim
30150 #: ../tools/virt-list-filesystems.pl:38
30151 #, no-wrap
30152 msgid ""
30153 " virt-list-filesystems [--options] disk.img [disk.img ...]\n"
30154 "\n"
30155 msgstr ""
30156
30157 #. type: textblock
30158 #: ../tools/virt-list-filesystems.pl:42 ../tools/virt-list-partitions.pl:42
30159 msgid ""
30160 "This tool is obsolete.  Use L<virt-filesystems(1)> as a more flexible "
30161 "replacement."
30162 msgstr ""
30163
30164 #. type: textblock
30165 #: ../tools/virt-list-filesystems.pl:45
30166 msgid ""
30167 "C<virt-list-filesystems> is a command line tool to list the filesystems that "
30168 "are contained in a virtual machine or disk image."
30169 msgstr ""
30170
30171 #. type: textblock
30172 #: ../tools/virt-list-filesystems.pl:49
30173 msgid ""
30174 "C<virt-list-filesystems> is just a simple wrapper around L<libguestfs(3)> "
30175 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30176 "> tool."
30177 msgstr ""
30178
30179 #. type: =item
30180 #: ../tools/virt-list-filesystems.pl:106 ../tools/virt-list-partitions.pl:115
30181 msgid "B<-l> | B<--long>"
30182 msgstr ""
30183
30184 #. type: textblock
30185 #: ../tools/virt-list-filesystems.pl:108
30186 msgid ""
30187 "With this option, C<virt-list-filesystems> displays the type of each "
30188 "filesystem too (where \"type\" means C<ext3>, C<xfs> etc.)"
30189 msgstr ""
30190
30191 #. type: =item
30192 #: ../tools/virt-list-filesystems.pl:115
30193 msgid "B<-a> | B<--all>"
30194 msgstr ""
30195
30196 #. type: textblock
30197 #: ../tools/virt-list-filesystems.pl:117
30198 msgid ""
30199 "Normally we only show mountable filesystems.  If this option is given then "
30200 "swap devices are shown too."
30201 msgstr ""
30202
30203 #. type: textblock
30204 #: ../tools/virt-list-filesystems.pl:191
30205 msgid ""
30206 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-tar(1)>, L<virt-"
30207 "filesystems(1)>, L<virt-list-partitions(1)>, L<Sys::Guestfs(3)>, L<Sys::"
30208 "Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30209 msgstr ""
30210
30211 #. type: textblock
30212 #: ../tools/virt-list-filesystems.pl:208 ../tools/virt-tar.pl:307
30213 msgid "Copyright (C) 2009 Red Hat Inc."
30214 msgstr ""
30215
30216 #. type: textblock
30217 #: ../tools/virt-tar.pl:33
30218 msgid "virt-tar - Extract or upload files to a virtual machine"
30219 msgstr ""
30220
30221 #. type: verbatim
30222 #: ../tools/virt-tar.pl:37
30223 #, no-wrap
30224 msgid ""
30225 " virt-tar [--options] -x domname directory tarball\n"
30226 "\n"
30227 msgstr ""
30228
30229 #. type: verbatim
30230 #: ../tools/virt-tar.pl:39
30231 #, no-wrap
30232 msgid ""
30233 " virt-tar [--options] -u domname tarball directory\n"
30234 "\n"
30235 msgstr ""
30236
30237 #. type: verbatim
30238 #: ../tools/virt-tar.pl:41
30239 #, no-wrap
30240 msgid ""
30241 " virt-tar [--options] disk.img [disk.img ...] -x directory tarball\n"
30242 "\n"
30243 msgstr ""
30244
30245 #. type: verbatim
30246 #: ../tools/virt-tar.pl:43
30247 #, no-wrap
30248 msgid ""
30249 " virt-tar [--options] disk.img [disk.img ...] -u tarball directory\n"
30250 "\n"
30251 msgstr ""
30252
30253 #. type: textblock
30254 #: ../tools/virt-tar.pl:47
30255 msgid ""
30256 "This tool is obsolete.  Use L<virt-copy-in(1)>, L<virt-copy-out(1)>, L<virt-"
30257 "tar-in(1)>, L<virt-tar-out(1)> as replacements."
30258 msgstr ""
30259
30260 #. type: textblock
30261 #: ../tools/virt-tar.pl:52
30262 msgid "Download C</home> from the VM into a local tarball:"
30263 msgstr ""
30264
30265 #. type: verbatim
30266 #: ../tools/virt-tar.pl:54
30267 #, no-wrap
30268 msgid ""
30269 " virt-tar -x domname /home home.tar\n"
30270 "\n"
30271 msgstr ""
30272
30273 #. type: verbatim
30274 #: ../tools/virt-tar.pl:56
30275 #, no-wrap
30276 msgid ""
30277 " virt-tar -zx domname /home home.tar.gz\n"
30278 "\n"
30279 msgstr ""
30280
30281 #. type: textblock
30282 #: ../tools/virt-tar.pl:58
30283 msgid "Upload a local tarball and unpack it inside C</tmp> in the VM:"
30284 msgstr ""
30285
30286 #. type: verbatim
30287 #: ../tools/virt-tar.pl:60
30288 #, no-wrap
30289 msgid ""
30290 " virt-tar -u domname uploadstuff.tar /tmp\n"
30291 "\n"
30292 msgstr ""
30293
30294 #. type: verbatim
30295 #: ../tools/virt-tar.pl:62
30296 #, no-wrap
30297 msgid ""
30298 " virt-tar -zu domname uploadstuff.tar.gz /tmp\n"
30299 "\n"
30300 msgstr ""
30301
30302 #. type: textblock
30303 #: ../tools/virt-tar.pl:66
30304 msgid ""
30305 "You must I<not> use C<virt-tar> with the I<-u> option (upload) on live "
30306 "virtual machines.  If you do this, you risk disk corruption in the VM.  "
30307 "C<virt-tar> tries to stop you from doing this, but doesn't catch all cases."
30308 msgstr ""
30309
30310 #. type: textblock
30311 #: ../tools/virt-tar.pl:71
30312 msgid ""
30313 "You can use I<-x> (extract) on live virtual machines, but you might get "
30314 "inconsistent results or errors if there is filesystem activity inside the "
30315 "VM.  If the live VM is synched and quiescent, then C<virt-tar> will usually "
30316 "work, but the only way to guarantee consistent results is if the virtual "
30317 "machine is shut down."
30318 msgstr ""
30319
30320 #. type: textblock
30321 #: ../tools/virt-tar.pl:79
30322 msgid ""
30323 "C<virt-tar> is a general purpose archive tool for downloading and uploading "
30324 "parts of a guest filesystem.  There are many possibilities: making backups, "
30325 "uploading data files, snooping on guest activity, fixing or customizing "
30326 "guests, etc."
30327 msgstr ""
30328
30329 #. type: textblock
30330 #: ../tools/virt-tar.pl:84
30331 msgid ""
30332 "If you want to just view a single file, use L<virt-cat(1)>.  If you just "
30333 "want to edit a single file, use L<virt-edit(1)>.  For more complex cases you "
30334 "should look at the L<guestfish(1)> tool."
30335 msgstr ""
30336
30337 #. type: textblock
30338 #: ../tools/virt-tar.pl:88
30339 msgid ""
30340 "There are two modes of operation: I<-x> (eXtract) downloads a directory and "
30341 "its contents (recursively) from the virtual machine into a local tarball.  "
30342 "I<-u> uploads from a local tarball, unpacking it into a directory inside the "
30343 "virtual machine.  You cannot use these two options together."
30344 msgstr ""
30345
30346 #. type: textblock
30347 #: ../tools/virt-tar.pl:94
30348 msgid ""
30349 "In addition, you may need to use the I<-z> (gZip) option to enable "
30350 "compression.  When uploading, you have to specify I<-z> if the upload file "
30351 "is compressed because virt-tar won't detect this on its own."
30352 msgstr ""
30353
30354 #. type: textblock
30355 #: ../tools/virt-tar.pl:98
30356 msgid ""
30357 "C<virt-tar> can only handle tar (optionally gzipped) format tarballs.  For "
30358 "example it cannot do PKZip files or bzip2 compression.  If you want that "
30359 "then you'll have to rebuild the tarballs yourself.  (This is a limitation of "
30360 "the L<libguestfs(3)> API)."
30361 msgstr ""
30362
30363 #. type: =item
30364 #: ../tools/virt-tar.pl:156
30365 msgid "B<-x> | B<--extract> | B<--download>"
30366 msgstr ""
30367
30368 #. type: =item
30369 #: ../tools/virt-tar.pl:158
30370 msgid "B<-u> | B<--upload>"
30371 msgstr ""
30372
30373 #. type: textblock
30374 #: ../tools/virt-tar.pl:160
30375 msgid ""
30376 "Use I<-x> to extract (download) a directory from a virtual machine to a "
30377 "local tarball."
30378 msgstr ""
30379
30380 #. type: textblock
30381 #: ../tools/virt-tar.pl:163
30382 msgid ""
30383 "Use I<-u> to upload and unpack from a local tarball into a virtual machine.  "
30384 "Please read the L</WARNING> section above before using this option."
30385 msgstr ""
30386
30387 #. type: textblock
30388 #: ../tools/virt-tar.pl:167
30389 msgid "You must specify exactly one of these options."
30390 msgstr ""
30391
30392 #. type: =item
30393 #: ../tools/virt-tar.pl:173
30394 msgid "B<-z> | B<--gzip>"
30395 msgstr ""
30396
30397 #. type: textblock
30398 #: ../tools/virt-tar.pl:175
30399 msgid "Specify that the input or output tarball is gzip-compressed."
30400 msgstr ""
30401
30402 #. type: textblock
30403 #: ../tools/virt-tar.pl:288
30404 msgid ""
30405 "L<guestfs(3)>, L<guestfish(1)>, L<virt-cat(1)>, L<virt-edit(1)>, L<virt-copy-"
30406 "in(1)>, L<virt-copy-out(1)>, L<virt-tar-in(1)>, L<virt-tar-out(1)>, L<Sys::"
30407 "Guestfs(3)>, L<Sys::Guestfs::Lib(3)>, L<Sys::Virt(3)>, L<http://libguestfs."
30408 "org/>."
30409 msgstr ""
30410
30411 #. type: textblock
30412 #: ../tools/virt-make-fs.pl:37
30413 msgid "virt-make-fs - Make a filesystem from a tar archive or files"
30414 msgstr ""
30415
30416 #. type: verbatim
30417 #: ../tools/virt-make-fs.pl:41
30418 #, no-wrap
30419 msgid ""
30420 " virt-make-fs [--options] input.tar output.img\n"
30421 "\n"
30422 msgstr ""
30423
30424 #. type: verbatim
30425 #: ../tools/virt-make-fs.pl:43
30426 #, no-wrap
30427 msgid ""
30428 " virt-make-fs [--options] input.tar.gz output.img\n"
30429 "\n"
30430 msgstr ""
30431
30432 #. type: verbatim
30433 #: ../tools/virt-make-fs.pl:45
30434 #, no-wrap
30435 msgid ""
30436 " virt-make-fs [--options] directory output.img\n"
30437 "\n"
30438 msgstr ""
30439
30440 #. type: textblock
30441 #: ../tools/virt-make-fs.pl:49
30442 msgid ""
30443 "Virt-make-fs is a command line tool for creating a filesystem from a tar "
30444 "archive or some files in a directory.  It is similar to tools like L<mkisofs"
30445 "(1)>, L<genisoimage(1)> and L<mksquashfs(1)>.  Unlike those tools, it can "
30446 "create common filesystem types like ext2/3 or NTFS, which can be useful if "
30447 "you want to attach these filesystems to existing virtual machines (eg. to "
30448 "import large amounts of read-only data to a VM)."
30449 msgstr ""
30450
30451 #. type: textblock
30452 #: ../tools/virt-make-fs.pl:57
30453 msgid "Basic usage is:"
30454 msgstr ""
30455
30456 #. type: verbatim
30457 #: ../tools/virt-make-fs.pl:59
30458 #, no-wrap
30459 msgid ""
30460 " virt-make-fs input output\n"
30461 "\n"
30462 msgstr ""
30463
30464 #. type: textblock
30465 #: ../tools/virt-make-fs.pl:61
30466 msgid ""
30467 "where C<input> is either a directory containing files that you want to add, "
30468 "or a tar archive (either uncompressed tar or gzip-compressed tar); and "
30469 "C<output> is a disk image.  The input type is detected automatically.  The "
30470 "output disk image defaults to a raw ext2 image unless you specify extra "
30471 "flags (see L</OPTIONS> below)."
30472 msgstr ""
30473
30474 #. type: =head2
30475 #: ../tools/virt-make-fs.pl:67
30476 msgid "EXTRA SPACE"
30477 msgstr ""
30478
30479 #. type: textblock
30480 #: ../tools/virt-make-fs.pl:69
30481 msgid ""
30482 "Unlike formats such as tar and squashfs, a filesystem does not \"just fit\" "
30483 "the files that it contains, but might have extra space.  Depending on how "
30484 "you are going to use the output, you might think this extra space is wasted "
30485 "and want to minimize it, or you might want to leave space so that more files "
30486 "can be added later.  Virt-make-fs defaults to minimizing the extra space, "
30487 "but you can use the I<--size> flag to leave space in the filesystem if you "
30488 "want it."
30489 msgstr ""
30490
30491 #. type: textblock
30492 #: ../tools/virt-make-fs.pl:77
30493 msgid ""
30494 "An alternative way to leave extra space but not make the output image any "
30495 "bigger is to use an alternative disk image format (instead of the default "
30496 "\"raw\" format).  Using I<--format=qcow2> will use the native QEmu/KVM qcow2 "
30497 "image format (check your hypervisor supports this before using it).  This "
30498 "allows you to choose a large I<--size> but the extra space won't actually be "
30499 "allocated in the image until you try to store something in it."
30500 msgstr ""
30501
30502 #. type: textblock
30503 #: ../tools/virt-make-fs.pl:85
30504 msgid ""
30505 "Don't forget that you can also use local commands including L<resize2fs(8)> "
30506 "and L<virt-resize(1)> to resize existing filesystems, or rerun virt-make-fs "
30507 "to build another image from scratch."
30508 msgstr ""
30509
30510 #. type: =head3
30511 #: ../tools/virt-make-fs.pl:89 ../tools/virt-make-fs.pl:123
30512 #: ../tools/virt-make-fs.pl:142
30513 msgid "EXAMPLE"
30514 msgstr ""
30515
30516 #. type: verbatim
30517 #: ../tools/virt-make-fs.pl:91
30518 #, no-wrap
30519 msgid ""
30520 " virt-make-fs --format=qcow2 --size=+200M input output.img\n"
30521 "\n"
30522 msgstr ""
30523
30524 #. type: =head2
30525 #: ../tools/virt-make-fs.pl:93
30526 msgid "FILESYSTEM TYPE"
30527 msgstr ""
30528
30529 #. type: textblock
30530 #: ../tools/virt-make-fs.pl:95
30531 msgid ""
30532 "The default filesystem type is C<ext2>.  Just about any filesystem type that "
30533 "libguestfs supports can be used (but I<not> read-only formats like "
30534 "ISO9660).  Here are some of the more common choices:"
30535 msgstr ""
30536
30537 #. type: =item
30538 #: ../tools/virt-make-fs.pl:101
30539 msgid "I<ext3>"
30540 msgstr ""
30541
30542 #. type: textblock
30543 #: ../tools/virt-make-fs.pl:103
30544 msgid ""
30545 "Note that ext3 filesystems contain a journal, typically 1-32 MB in size.  If "
30546 "you are not going to use the filesystem in a way that requires the journal, "
30547 "then this is just wasted overhead."
30548 msgstr ""
30549
30550 #. type: =item
30551 #: ../tools/virt-make-fs.pl:107
30552 msgid "I<ntfs> or I<vfat>"
30553 msgstr ""
30554
30555 #. type: textblock
30556 #: ../tools/virt-make-fs.pl:109
30557 msgid "Useful if exporting data to a Windows guest."
30558 msgstr ""
30559
30560 #. type: textblock
30561 #: ../tools/virt-make-fs.pl:111
30562 msgid ""
30563 "I<Note for vfat>: The tar archive or local directory must only contain files "
30564 "which are owned by root (ie. UID:GID = 0:0).  The reason is that the tar "
30565 "program running within libguestfs is unable to change the ownership of non-"
30566 "root files, since vfat itself does not support this."
30567 msgstr ""
30568
30569 #. type: =item
30570 #: ../tools/virt-make-fs.pl:116
30571 msgid "I<minix>"
30572 msgstr ""
30573
30574 #. type: textblock
30575 #: ../tools/virt-make-fs.pl:118
30576 msgid ""
30577 "Lower overhead than C<ext2>, but certain limitations on filename length and "
30578 "total filesystem size."
30579 msgstr ""
30580
30581 #. type: verbatim
30582 #: ../tools/virt-make-fs.pl:125
30583 #, no-wrap
30584 msgid ""
30585 " virt-make-fs --type=minix input minixfs.img\n"
30586 "\n"
30587 msgstr ""
30588
30589 #. type: =head2
30590 #: ../tools/virt-make-fs.pl:127
30591 msgid "TO PARTITION OR NOT TO PARTITION"
30592 msgstr ""
30593
30594 #. type: textblock
30595 #: ../tools/virt-make-fs.pl:129
30596 msgid "Optionally virt-make-fs can add a partition table to the output disk."
30597 msgstr ""
30598
30599 #. type: textblock
30600 #: ../tools/virt-make-fs.pl:131
30601 msgid ""
30602 "Adding a partition can make the disk image more compatible with certain "
30603 "virtualized operating systems which don't expect to see a filesystem "
30604 "directly located on a block device (Linux doesn't care and will happily "
30605 "handle both types)."
30606 msgstr ""
30607
30608 #. type: textblock
30609 #: ../tools/virt-make-fs.pl:136
30610 msgid ""
30611 "On the other hand, if you have a partition table then the output image is no "
30612 "longer a straight filesystem.  For example you cannot run L<fsck(8)> "
30613 "directly on a partitioned disk image.  (However libguestfs tools such as "
30614 "L<guestfish(1)> and L<virt-resize(1)> can still be used)."
30615 msgstr ""
30616
30617 #. type: textblock
30618 #: ../tools/virt-make-fs.pl:144
30619 msgid "Add an MBR partition:"
30620 msgstr ""
30621
30622 #. type: verbatim
30623 #: ../tools/virt-make-fs.pl:146
30624 #, no-wrap
30625 msgid ""
30626 " virt-make-fs --partition -- input disk.img\n"
30627 "\n"
30628 msgstr ""
30629
30630 #. type: textblock
30631 #: ../tools/virt-make-fs.pl:148
30632 msgid ""
30633 "If the output disk image could be terabyte-sized or larger, it's better to "
30634 "use an EFI/GPT-compatible partition table:"
30635 msgstr ""
30636
30637 #. type: verbatim
30638 #: ../tools/virt-make-fs.pl:151
30639 #, no-wrap
30640 msgid ""
30641 " virt-make-fs --partition=gpt --size=+4T --format=qcow2 input disk.img\n"
30642 "\n"
30643 msgstr ""
30644
30645 #. type: textblock
30646 #: ../tools/virt-make-fs.pl:179
30647 msgid "Enable debugging information."
30648 msgstr ""
30649
30650 #. type: =item
30651 #: ../tools/virt-make-fs.pl:185
30652 msgid "B<--size=E<lt>NE<gt>>"
30653 msgstr ""
30654
30655 #. type: =item
30656 #: ../tools/virt-make-fs.pl:187
30657 msgid "B<--size=+E<lt>NE<gt>>"
30658 msgstr ""
30659
30660 #. type: =item
30661 #: ../tools/virt-make-fs.pl:189
30662 msgid "B<-s E<lt>NE<gt>>"
30663 msgstr ""
30664
30665 #. type: =item
30666 #: ../tools/virt-make-fs.pl:191
30667 msgid "B<-s +E<lt>NE<gt>>"
30668 msgstr ""
30669
30670 #. type: textblock
30671 #: ../tools/virt-make-fs.pl:193
30672 msgid ""
30673 "Use the I<--size> (or I<-s>) option to choose the size of the output image."
30674 msgstr ""
30675
30676 #. type: textblock
30677 #: ../tools/virt-make-fs.pl:196
30678 msgid ""
30679 "If this option is I<not> given, then the output image will be just large "
30680 "enough to contain all the files, with not much wasted space."
30681 msgstr ""
30682
30683 #. type: textblock
30684 #: ../tools/virt-make-fs.pl:199
30685 msgid ""
30686 "To choose a fixed size output disk, specify an absolute number followed by b/"
30687 "K/M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30688 "Petabytes or Exabytes.  This must be large enough to contain all the input "
30689 "files, else you will get an error."
30690 msgstr ""
30691
30692 #. type: textblock
30693 #: ../tools/virt-make-fs.pl:204
30694 msgid ""
30695 "To leave extra space, specify C<+> (plus sign) and a number followed by b/K/"
30696 "M/G/T/P/E to mean bytes, Kilobytes, Megabytes, Gigabytes, Terabytes, "
30697 "Petabytes or Exabytes.  For example: I<--size=+200M> means enough space for "
30698 "the input files, and (approximately) an extra 200 MB free space."
30699 msgstr ""
30700
30701 #. type: textblock
30702 #: ../tools/virt-make-fs.pl:210
30703 msgid ""
30704 "Note that virt-make-fs estimates free space, and therefore will not produce "
30705 "filesystems containing precisely the free space requested.  (It is much more "
30706 "expensive and time-consuming to produce a filesystem which has precisely the "
30707 "desired free space)."
30708 msgstr ""
30709
30710 #. type: =item
30711 #: ../tools/virt-make-fs.pl:219
30712 msgid "B<--format=E<lt>fmtE<gt>>"
30713 msgstr ""
30714
30715 #. type: =item
30716 #: ../tools/virt-make-fs.pl:221
30717 msgid "B<-F E<lt>fmtE<gt>>"
30718 msgstr ""
30719
30720 #. type: textblock
30721 #: ../tools/virt-make-fs.pl:223
30722 msgid "Choose the output disk image format."
30723 msgstr ""
30724
30725 #. type: textblock
30726 #: ../tools/virt-make-fs.pl:225
30727 msgid "The default is C<raw> (raw disk image)."
30728 msgstr ""
30729
30730 #. type: textblock
30731 #: ../tools/virt-make-fs.pl:227
30732 msgid ""
30733 "For other choices, see the L<qemu-img(1)> manpage.  The only other choice "
30734 "that would really make sense here is C<qcow2>."
30735 msgstr ""
30736
30737 #. type: =item
30738 #: ../tools/virt-make-fs.pl:234
30739 msgid "B<--type=E<lt>fsE<gt>>"
30740 msgstr ""
30741
30742 #. type: =item
30743 #: ../tools/virt-make-fs.pl:236
30744 msgid "B<-t E<lt>fsE<gt>>"
30745 msgstr ""
30746
30747 #. type: textblock
30748 #: ../tools/virt-make-fs.pl:238
30749 msgid "Choose the output filesystem type."
30750 msgstr ""
30751
30752 #. type: textblock
30753 #: ../tools/virt-make-fs.pl:240
30754 msgid "The default is C<ext2>."
30755 msgstr ""
30756
30757 #. type: textblock
30758 #: ../tools/virt-make-fs.pl:242
30759 msgid ""
30760 "Any filesystem which is supported read-write by libguestfs can be used here."
30761 msgstr ""
30762
30763 #. type: =item
30764 #: ../tools/virt-make-fs.pl:249
30765 msgid "B<--partition>"
30766 msgstr ""
30767
30768 #. type: =item
30769 #: ../tools/virt-make-fs.pl:251
30770 msgid "B<--partition=E<lt>parttypeE<gt>>"
30771 msgstr ""
30772
30773 #. type: textblock
30774 #: ../tools/virt-make-fs.pl:253
30775 msgid ""
30776 "If specified, this flag adds an MBR partition table to the output disk image."
30777 msgstr ""
30778
30779 #. type: textblock
30780 #: ../tools/virt-make-fs.pl:256
30781 msgid ""
30782 "You can change the partition table type, eg. I<--partition=gpt> for large "
30783 "disks."
30784 msgstr ""
30785
30786 #. type: textblock
30787 #: ../tools/virt-make-fs.pl:259
30788 msgid ""
30789 "Note that if you just use a lonesome I<--partition>, the Perl option parser "
30790 "might consider the next parameter to be the partition type.  For example:"
30791 msgstr ""
30792
30793 #. type: verbatim
30794 #: ../tools/virt-make-fs.pl:263
30795 #, no-wrap
30796 msgid ""
30797 " virt-make-fs --partition input.tar ...\n"
30798 "\n"
30799 msgstr ""
30800
30801 #. type: textblock
30802 #: ../tools/virt-make-fs.pl:265
30803 msgid ""
30804 "would cause virt-make-fs to think you wanted to use a partition type of "
30805 "C<input.tar> which is completely wrong.  To avoid this, use I<--> (a double "
30806 "dash) between options and the input file argument:"
30807 msgstr ""
30808
30809 #. type: verbatim
30810 #: ../tools/virt-make-fs.pl:269
30811 #, no-wrap
30812 msgid ""
30813 " virt-make-fs --partition -- input.tar ...\n"
30814 "\n"
30815 msgstr ""
30816
30817 #. type: textblock
30818 #: ../tools/virt-make-fs.pl:541
30819 msgid ""
30820 "L<guestfish(1)>, L<virt-resize(1)>, L<virt-tar-in(1)>, L<mkisofs(1)>, "
30821 "L<genisoimage(1)>, L<mksquashfs(1)>, L<mke2fs(8)>, L<resize2fs(8)>, L<guestfs"
30822 "(3)>, L<Sys::Guestfs(3)>, L<http://libguestfs.org/>."
30823 msgstr ""
30824
30825 #. type: verbatim
30826 #: ../tools/virt-make-fs.pl:558
30827 #, no-wrap
30828 msgid ""
30829 " export LIBGUESTFS_DEBUG=1\n"
30830 " virt-make-fs --debug [...] > /tmp/virt-make-fs.log 2>&1\n"
30831 "\n"
30832 msgstr ""
30833
30834 #. type: textblock
30835 #: ../tools/virt-make-fs.pl:561
30836 msgid ""
30837 "Attach /tmp/virt-make-fs.log to a new bug report at L<https://bugzilla."
30838 "redhat.com/>"
30839 msgstr ""
30840
30841 #. type: textblock
30842 #: ../tools/virt-list-partitions.pl:32
30843 msgid ""
30844 "virt-list-partitions - List partitions in a virtual machine or disk image"
30845 msgstr ""
30846
30847 #. type: verbatim
30848 #: ../tools/virt-list-partitions.pl:36
30849 #, no-wrap
30850 msgid ""
30851 " virt-list-partitions [--options] domname\n"
30852 "\n"
30853 msgstr ""
30854
30855 #. type: verbatim
30856 #: ../tools/virt-list-partitions.pl:38
30857 #, no-wrap
30858 msgid ""
30859 " virt-list-partitions [--options] disk.img [disk.img ...]\n"
30860 "\n"
30861 msgstr ""
30862
30863 #. type: textblock
30864 #: ../tools/virt-list-partitions.pl:45
30865 msgid ""
30866 "C<virt-list-partitions> is a command line tool to list the partitions that "
30867 "are contained in a virtual machine or disk image.  It is mainly useful as a "
30868 "first step to using L<virt-resize(1)>."
30869 msgstr ""
30870
30871 #. type: textblock
30872 #: ../tools/virt-list-partitions.pl:50
30873 msgid ""
30874 "C<virt-list-partitions> is just a simple wrapper around L<libguestfs(3)> "
30875 "functionality.  For more complex cases you should look at the L<guestfish(1)"
30876 "> tool."
30877 msgstr ""
30878
30879 #. type: =item
30880 #: ../tools/virt-list-partitions.pl:107
30881 msgid "B<-h> | B<--human-readable>"
30882 msgstr ""
30883
30884 #. type: textblock
30885 #: ../tools/virt-list-partitions.pl:109
30886 msgid "Show sizes in human-readable form (eg. \"1G\")."
30887 msgstr ""
30888
30889 #. type: textblock
30890 #: ../tools/virt-list-partitions.pl:117
30891 msgid ""
30892 "With this option, C<virt-list-partitions> displays the type and size of each "
30893 "partition too (where \"type\" means C<ext3>, C<pv> etc.)"
30894 msgstr ""
30895
30896 #. type: =item
30897 #: ../tools/virt-list-partitions.pl:124
30898 msgid "B<-t> | B<--total>"
30899 msgstr ""
30900
30901 #. type: textblock
30902 #: ../tools/virt-list-partitions.pl:126
30903 msgid ""
30904 "Display the total size of each block device (as a separate row or rows)."
30905 msgstr ""
30906
30907 #. type: textblock
30908 #: ../tools/virt-list-partitions.pl:259
30909 msgid ""
30910 "L<guestfs(3)>, L<guestfish(1)>, L<virt-filesystems(1)>, L<virt-list-"
30911 "filesystems(1)>, L<virt-resize(1)>, L<Sys::Guestfs(3)>, L<Sys::Guestfs::Lib"
30912 "(3)>, L<Sys::Virt(3)>, L<http://libguestfs.org/>."
30913 msgstr ""
30914
30915 #. type: textblock
30916 #: ../tools/virt-list-partitions.pl:275
30917 msgid "Copyright (C) 2009-2010 Red Hat Inc."
30918 msgstr ""